* m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
[gnulib.git] / ChangeLog
1 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
5
6 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7
8         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
9         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
10         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
11
12 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
13
14         * lib/argp-help.c (struct hol_entry): New member `ord'.
15         (HOL_ENTRY_PTRCMP): Use ord for comparison
16         (hol_sort): Initialize ord.
17
18 2007-05-01  Bruno Haible  <bruno@clisp.org>
19
20         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
21         Reported by Eric Blake.
22         * doc/gnulib.texi (Function Substitutes): Update.
23
24 2007-05-01  Bruno Haible  <bruno@clisp.org>
25
26         * doc/functions.texi: Remove file, now redundant through
27         doc/functions/*.texi.
28
29 2007-05-01  Bruno Haible  <bruno@clisp.org>
30
31         * modules/argp (Depends-on): Add sleep.
32
33 2007-05-01  Bruno Haible  <bruno@clisp.org>
34
35         * modules/sleep-tests: New file.
36         * tests/test-sleep.c: New file.
37
38         * modules/sleep: New file.
39         * lib/sleep.c: New file.
40         * m4/sleep.m4: New file.
41         * lib/unistd_.h (sleep): New declaration.
42         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
43         HAVE_SLEEP.
44         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
45         * doc/functions/sleep.texi: Document the sleep module.
46
47 2007-05-01  Bruno Haible  <bruno@clisp.org>
48
49         * lib/sigprocmask.h: Remove file.
50         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
51         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
52         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
53         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
54         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
55         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
56         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
57         HAVE_SIGSET_T as a shell variable.
58         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
59         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
60         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
61         (Depends-on): Add signal. Remove verify.
62         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
63         (Include): Mention <signal.h> instead of sigprocmask.h.
64         * NEWS: Mention the change.
65         * lib/fatal-signal.c: Don't include sigprocmask.h.
66
67 2007-05-01  Bruno Haible  <bruno@clisp.org>
68
69         * modules/signal: New file.
70         * lib/signal_.h: New file.
71         * m4/signal_h.m4: New file.
72
73 2007-05-01  Bruno Haible  <bruno@clisp.org>
74
75         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
76         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
77         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
78         HAVE_WCTYPE_CTMP_BUG into wctype.h.
79
80 2007-05-01  Bruno Haible  <bruno@clisp.org>
81
82         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
83         configure time.
84         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
85         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
86         * modules/sys_stat (Makefile.am): Substitute their values into
87         sys/stat.h.
88
89 2007-05-01  Bruno Haible  <bruno@clisp.org>
90
91         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
92         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
93         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
94
95 2007-05-01  Bruno Haible  <bruno@clisp.org>
96
97         * doc/header/assert.texi: Undo last change: don't mention the gnulib
98         'assert' module here.
99
100 2007-05-01  Bruno Haible  <bruno@clisp.org>
101
102         * doc/functions/*.texi: New files.
103         * doc/functions/google-ranking.txt: New file.
104         * doc/gnulib.texi (Function Substitutes): New chapter.
105         (ctime, inet_ntoa): Remove sections.
106         * doc/ctime.texi: Remove file.
107         * doc/inet_ntoa.texi: Remove file.
108         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
109         dependencies.
110         (%.info): New rule, specifying a --reference-limit.
111
112 2007-05-01  Bruno Haible  <bruno@clisp.org>
113
114         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
115
116 2007-05-01  Bruno Haible  <bruno@clisp.org>
117
118         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
119         the portability of 'mkdir' to mingw systems.
120
121 2007-05-01  Bruno Haible  <bruno@clisp.org>
122
123         * doc/headers/google-ranking.txt: New file.
124
125 2007-04-30  Eric Blake  <ebb9@byu.net>
126
127         Prefer fseeko to fseek.
128         * modules/getpass (Depends-on): Add fseeko.
129         * lib/getpass.c (getpass): Use fseeko, not fseek.
130
131 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
132
133         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
134         assumes the sorting is stable, while most qsort implementations
135         are not.  Use argument addresses to ensure they never compare as
136         equal.
137
138         * tests/test-argp-2.sh (usage-indent test): Fix output
139         (func_compare): Restore diff options
140         * tests/test-argp.c: Restore #include "progname.h"
141
142 2007-04-29  Bruno Haible  <bruno@clisp.org>
143
144         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
145         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
146         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
147         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
148         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
149         (configure.ac): Define CHECK_SNPRINTF_POSIX.
150         (TESTS, check_PROGRAMS): Add test-snprintf.
151         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
152         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
153         (TESTS, check_PROGRAMS): Add test-vsnprintf.
154         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
155         assertions that fail on HP-UX, OSF/1, or IRIX.
156         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
157
158 2007-04-29  Bruno Haible  <bruno@clisp.org>
159
160         * MODULES.html.sh (posix_functions): Remove 'contents'.
161
162 2007-04-29  Karl Berry  <karl@gnu.org>
163
164         * config/srclist.txt (gendocs_template_min): new entry.
165
166 2007-04-29  Bruno Haible  <bruno@clisp.org>
167
168         Work around fpurge bug on BSD systems.
169         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
170         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
171         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
172         fpurge to rpl_fpurge if the system already has this function.
173         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
174         the case where the system already has this function. Correct invariants
175         on BSD systems.
176         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
177         BSD systems.
178
179 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
180
181         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
182         proposed by Sven Verdoolaege.
183
184         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
185         options.
186         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
187         (usage and help tests): Update
188
189 2007-04-29  Bruno Haible  <bruno@clisp.org>
190
191         * tests/test-fflush.c (main): Use a file of size 17, not 10.
192         Print more information in case of failure. Disable a test on BeOS.
193
194 2007-04-29  Bruno Haible  <bruno@clisp.org>
195
196         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
197         This helps debugging on systems on which no gdb is available.
198
199 2007-04-29  Bruno Haible  <bruno@clisp.org>
200
201         * lib/freading.h: Improve comments.
202         * lib/fwriting.h: Likewise.
203         * tests/test-freading.c (main): Don't check freading immediately after
204         repositioning. Needed for glibc.
205
206 2007-04-29  Bruno Haible  <bruno@clisp.org>
207
208         * lib/freading.c (freading): Trivial simplification.
209
210 2007-04-28  Bruno Haible  <bruno@clisp.org>
211
212         * tests/test-fwriting.c (main): Also test the interaction between
213         fflush and fwriting.
214         * modules/fwriting-tests (Depends-on): Add fflush.
215
216         * tests/test-freading.c (main): Also test the interaction between
217         fflush and freading.
218         * modules/freading-tests (Depends-on): Add fflush.
219
220 2007-04-28  Bruno Haible  <bruno@clisp.org>
221
222         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
223         fseeko and ftello.
224         Suggested by Eric Blake.
225
226 2007-04-28  Jim Meyering  <jim@meyering.net>
227
228         Avoid false-negative in gl_STDINT_H's C99 conformance test.
229         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
230         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
231
232 2007-04-27  Eric Blake  <ebb9@byu.net>
233
234         * doc/headers/assert.texi (assert.h): Document assert module use.
235
236 2007-04-27  Bruno Haible  <bruno@clisp.org>
237
238         * doc/headers/*.texi: New files.
239         * doc/gnulib.texi (Header File Substitutes): New chapter.
240         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
241         dependencies.
242         (standards.info ,standards.html, standards.dvi): Update dependencies.
243         (mostlyclean, clean): New targets.
244
245 2007-04-27  Bruno Haible  <bruno@clisp.org>
246
247         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
248         * modules/sysexits (Files, Makefile.am): Update.
249
250         * lib/sys_socket_.h: Renamed from lib/socket_.h.
251         * modules/sys_socket (Files, Makefile.am): Update.
252
253         * lib/sys_stat_.h: Renamed from lib/stat_.h.
254         * modules/sys_stat (Files, Makefile.am): Update.
255
256 2007-04-27  Eric Blake  <ebb9@byu.net>
257
258         * lib/freading.h: Improve comments.
259         * lib/fwriting.h: Likewise.
260         * lib/fflush.c: Likewise.
261
262         Fix closein for mingw.
263         * modules/closein-tests: Add tests for closein.
264         * tests/test-closein.c: New file.
265         * tests/test-closein.sh: Likewise.
266         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
267         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
268
269 2007-04-27  Bruno Haible  <bruno@clisp.org>
270
271         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
272         version is < 6.
273         * lib/math_.h [__DECC]: Likewise.
274         * lib/stdio_.h [__DECC]: Likewise.
275         * lib/stdlib_.h [__DECC]: Likewise.
276         * lib/string_.h [__DECC]: Likewise.
277         * lib/time_.h [__DECC]: Likewise.
278         * lib/wchar_.h [__DECC]: Likewise.
279         * lib/wctype_.h [__DECC]: Likewise.
280
281 2007-04-27  Bruno Haible  <bruno@clisp.org>
282
283         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
284
285 2007-04-27  Bruno Haible  <bruno@clisp.org>
286
287         * lib/fflush.c: Add comments.
288         * modules/fpurge-tests (Depends-on): Add fflush.
289         * modules/freadable-tests (Depends-on): Likewise.
290         * modules/fwritable-tests (Depends-on): Likewise.
291
292 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
293
294         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
295         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
296         Report by Bruno Haible <bruno@clisp.org>.
297
298 2007-04-26  Eric Blake  <ebb9@byu.net>
299
300         Fix fflush on mingw.
301         * modules/fflush (Depends-on): Add freading.
302         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
303         but unread data.
304
305 2007-04-26  Eric Blake  <ebb9@byu.net>
306         and Bruno Haible  <bruno@clisp.org>
307
308         Implement freading and fwriting.
309         * lib/freading.c: New file.
310         * lib/freading.h: Likewise.
311         * m4/freading.m4: Likewise.
312         * modules/freading: Likewise.
313         * modules/freading-tests: Likewise.
314         * tests/test-freading.c: Likewise.
315         * lib/fwriting.c: New file.
316         * lib/fwriting.h: Likewise.
317         * m4/fwriting.m4: Likewise.
318         * modules/fwriting: Likewise.
319         * modules/fwriting-tests: Likewise.
320         * tests/test-fwriting.c: Likewise.
321         * MODULES.html.sh (File stream based Input/Output): Mention them.
322
323 2007-04-26  Bruno Haible  <bruno@clisp.org>
324
325         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
326         'long' when we assume it.
327         Suggested by Eric Blake.
328
329 2007-04-26  Bruno Haible  <bruno@clisp.org>
330
331         Ensure fseeko, ftello are declared on glibc systems.
332         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
333         * modules/fseeko (configure.ac-early): Likewise.
334         * modules/ftello (configure.ac-early): Likewise.
335         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
336         AC_FUNC_FSEEKO for this.
337         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
338         (gl_CHECK_FSEEKO): Remove macro.
339
340 2007-04-26  Bruno Haible  <bruno@clisp.org>
341
342         * tests/test-fflush.c (main): Also check the ftell result after
343         fflush and fseek/fseeko.
344         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
345         file descriptor position cache in the stream.
346         * lib/fseeko.c (rpl_fseeko): Likewise.
347
348 2007-04-26  Bruno Haible  <bruno@clisp.org>
349
350         * modules/fflush-tests (Depends-on): Add fseeko.
351
352 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
353             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
354
355         * lib/argz_.h: ensure error_t definition is obtained in same
356         mechanism system argz.h would have.
357         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
358         argz facilities are known bad.  Err on the side of caution if
359         cross-compiling.
360
361 2007-04-25  Eric Blake  <ebb9@byu.net>
362
363         * lib/fpurge.c (includes): Use stdlib.h for free.
364         * tests/test-fflush.c (main): Also test fflush-fseeko.
365
366 2007-04-25  Bruno Haible  <bruno@clisp.org>
367
368         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
369         * lib/fseeko.c: New file.
370         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
371         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
372         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
373         gl_FUNC_FSEEKO.
374         (gl_FUNC_FSEEKO): Invoke it.
375         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
376         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
377         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
378
379 2007-04-25  Bruno Haible  <bruno@clisp.org>
380
381         * modules/fflush (Depends-on): Add ftello.
382
383 2007-04-25  Bruno Haible  <bruno@clisp.org>
384
385         * modules/ftello-tests: New file.
386         * tests/test-ftello.c: New file.
387
388         * modules/ftello: New file.
389         * m4/ftello.m4: New file.
390         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
391         HAVE_FTELLO.
392         * lib/stdio_.h (ftello): New declaration.
393         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
394         HAVE_FTELLO.
395
396 2007-04-25  Bruno Haible  <bruno@clisp.org>
397
398         * modules/fseeko-tests: New file.
399         * tests/test-fseeko.c: New file.
400
401         * modules/fseeko: New file.
402         * m4/fseeko.m4: New file.
403         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
404         HAVE_FSEEKO.
405         * lib/stdio_.h (fseeko): New declaration.
406         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
407         HAVE_FSEEKO.
408
409 2007-04-25  Bruno Haible  <bruno@clisp.org>
410
411         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
412
413 2007-04-25  Bruno Haible  <bruno@clisp.org>
414
415         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
416         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
417         * tests/test-unistd.c: Likewise.
418         * tests/test-fcntl.c: Likewise.
419
420 2007-04-23  Eric Blake  <ebb9@byu.net>
421
422         * lib/fflush.c: Fix missing include.
423         Reported by Bruno Haible.
424
425 2007-04-23  Bruno Haible  <bruno@clisp.org>
426
427         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
428         Reported by Eric Blake.
429
430 2007-04-23  Bruno Haible  <bruno@clisp.org>
431
432         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
433
434 2007-04-23  Bruno Haible  <bruno@clisp.org>
435
436         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
437
438 2007-04-23  Bruno Haible  <bruno@clisp.org>
439
440         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
441         Needed on HP-UX 11.
442
443 2007-04-16  Eric Blake  <ebb9@byu.net>
444
445         Make fflush rely on fpurge.
446         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
447         open coding all variants.
448         * modules/fflush (Depends-on): Add fpurge and unistd.
449         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
450         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
451
452         Fix --with-tests compilation on cygwin.
453         * modules/argmatch-tests (Makefile.am): List gnulib library first
454         in LDADD.
455         * modules/argp-tests (Makefile.am): Likewise.
456         * modules/array-list-tests (Makefile.am): Likewise.
457         * modules/array-oset-tests (Makefile.am): Likewise.
458         * modules/avltree-list-tests (Makefile.am): Likewise.
459         * modules/avltree-oset-tests (Makefile.am): Likewise.
460         * modules/avltreehash-list-tests (Makefile.am): Likewise.
461         * modules/carray-list-tests (Makefile.am): Likewise.
462         * modules/dirname-tests (Makefile.am): Likewise.
463         * modules/frexp-tests (Makefile.am): Likewise.
464         * modules/isnanl-tests (Makefile.am): Likewise.
465         * modules/linked-list-tests (Makefile.am): Likewise.
466         * modules/linkedhash-list-tests (Makefile.am): Likewise.
467         * modules/lock-tests (Makefile.am): Likewise.
468         * modules/rbtree-list-tests (Makefile.am): Likewise.
469         * modules/rbtree-oset-tests (Makefile.am): Likewise.
470         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
471         * modules/tls-tests (Makefile.am): Likewise.
472         * modules/tsearch-tests (Makefile.am): Likewise.
473         * modules/xvasprintf-tests (Makefile.am): Likewise.
474
475         Fix fpurge for cygwin.
476         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
477         value.
478         * modules/fpurge-tests (Depends-on): Clean up trash.
479
480 2007-04-16  Simon Josefsson  <simon@josefsson.org>
481
482         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
483
484         * m4/autobuild.m4: Re-indent.
485
486 2007-04-13  Bruno Haible  <bruno@clisp.org>
487
488         * modules/fpurge-tests: New file.
489         * tests/test-fpurge.c: New file.
490
491         * modules/fpurge: New file.
492         * lib/fpurge.h: New file.
493         * lib/fpurge.c: New file.
494         * m4/fpurge.m4: New file.
495
496 2007-04-13  Bruno Haible  <bruno@clisp.org>
497
498         * modules/fbufmode-tests: New file.
499         * tests/test-fbufmode.c: New file.
500
501         * modules/fbufmode: New file.
502         * lib/fbufmode.h: New file.
503         * lib/fbufmode.c: New file.
504         * m4/fbufmode.m4: New file.
505
506 2007-04-13  Bruno Haible  <bruno@clisp.org>
507
508         * modules/fwritable-tests: New file.
509         * tests/test-fwritable.c: New file.
510
511         * modules/fwritable: New file.
512         * lib/fwritable.h: New file.
513         * lib/fwritable.c: New file.
514         * m4/fwritable.m4: New file.
515
516 2007-04-13  Bruno Haible  <bruno@clisp.org>
517
518         * modules/freadable-tests: New file.
519         * tests/test-freadable.c: New file.
520
521         * modules/freadable: New file.
522         * lib/freadable.h: New file.
523         * lib/freadable.c: New file.
524         * m4/freadable.m4: New file.
525
526 2007-04-13  Bruno Haible  <bruno@clisp.org>
527
528         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
529         MOSTLYCLEANFILES.
530
531 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
532
533         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
534         gzip bootstrap.conf to avoid dragging in i18n machinery.
535         (gnulib_tool_option): Use it.
536
537 2007-04-13  Bruno Haible  <bruno@clisp.org>
538
539         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
540         %F directives.
541         * tests/test-vasprintf-posix.c (test_function): Likewise.
542         * tests/test-snprintf-posix.h (test_function): Likewise.
543         * tests/test-sprintf-posix.h (test_function): Likewise.
544         * tests/test-fprintf-posix.h (test_function): Likewise.
545         * tests/test-printf-posix.h (test_function): Likewise.
546         * tests/test-fprintf-posix.out: Likewise.
547
548 2007-04-13  Bruno Haible  <bruno@clisp.org>
549
550         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
551         * modules/tls-tests (configure.ac): Likewise.
552         Reported by Arto C. Nirkko <anirkko@insel.ch>.
553
554 2007-04-13  Bruno Haible  <bruno@clisp.org>
555
556         * lib/tls.c (glthread_tls_get): Fix return type.
557         Patch by Arto C. Nirkko <anirkko@insel.ch>.
558
559 2007-04-12  Eric Blake  <ebb9@byu.net>
560
561         * modules/gettime (Depends-on): Remove gettime.
562         Reported by Dmitry V. Levin.
563
564 2007-04-12  Bruno Haible  <bruno@clisp.org>
565
566         * modules/fflush (Include): Mention <stdio.h>.
567         * modules/strtoimax (Include): Mention <inttypes.h>.
568         * modules/strtoumax (Include): Likewise.
569
570 2007-04-12  Eric Blake  <ebb9@byu.net>
571
572         * .cvsignore: New file.
573         * .gitignore: Likewise.
574
575 2007-04-12  Bruno Haible  <bruno@clisp.org>
576
577         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
578         not before, since $(LDADD) often contains libgnu.a.
579         * modules/striconv-tests (test_striconv_LDADD): Likewise.
580         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
581         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
582         Needed on Cygwin.
583
584 2007-04-12  Eric Blake  <ebb9@byu.net>
585
586         Work around glibc's failure to flush stdin on fclose.
587         * lib/closein.c (close_stdin): Flush stdin before closing.
588
589         Work around glibc's failure to reset seekable stdin on exit.
590         * modules/closein: New module.
591         * lib/closein.c: New file.
592         * lib/closein.h: Likewise.
593         * m4/closein.m4: Likewise.
594         * MODULES.html.sh (File stream based Input/Output): Document it.
595
596 2007-04-12  Simon Josefsson  <simon@josefsson.org>
597
598         * gnulib-tool: Rename generated 'autobuild' script to
599         'do-autobuild' in --create-megatestdir output.
600
601         * doc/gnulib.texi (Build robot for gnulib): Fix.
602
603 2007-04-12  Simon Josefsson  <simon@josefsson.org>
604
605         * modules/sysexits (Depends-on): Add absolute-header.
606
607 2007-04-12  Eric Blake  <ebb9@byu.net>
608
609         No need to preserve errno on success.
610         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
611         Reported by Bruno Haible.
612
613 2007-04-12  Simon Josefsson  <simon@josefsson.org>
614
615         * MODULES.html.sh (Support for maintaining and releasing
616         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
617
618 2007-04-12  Simon Josefsson  <simon@josefsson.org>
619
620         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
621
622 2007-04-12  Simon Josefsson  <simon@josefsson.org>
623
624         * modules/autobuild: New module.
625
626         * m4/autobuild.m4: New file.
627
628 2007-04-11  Bruno Haible  <bruno@clisp.org>
629
630         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
631         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
632         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
633         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
634         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
635         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
636         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
637         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
638         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
639         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
640         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
641         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
642         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
643         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
644         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
645         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
646         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
647         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
648         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
649         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
650         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
651         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
652         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
653         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
654         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
655         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
656         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
657         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
658         Reported by Eric Blake.
659
660 2007-04-11  Bruno Haible  <bruno@clisp.org>
661
662         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
663
664 2007-04-10  Bruno Haible  <bruno@clisp.org>
665
666         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
667         for NaN and Infinity. Needed on FreeBSD 6.1.
668         * tests/test-vasnprintf-posix.c (test_function): Undo last change
669         regarding results for "%010a" of Infinity and NaN.
670         * tests/test-vasprintf-posix.c (test_function): Likewise.
671         * tests/test-snprintf-posix.h (test_function): Likewise.
672         * tests/test-sprintf-posix.h (test_function): Likewise.
673         * tests/test-fprintf-posix.h (test_function): Likewise.
674         * tests/test-printf-posix.h (test_function): Likewise.
675         * tests/test-fprintf-posix.out: Likewise.
676
677 2007-04-10  Bruno Haible  <bruno@clisp.org>
678
679         * modules/locale-tests: New file.
680         * tests/test-locale.c: New file.
681
682         * modules/locale: New file.
683         * lib/locale_.h: New file.
684         * m4/locale_h.m4: New file.
685
686 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
687             Bruno Haible  <bruno@clisp.org>
688
689         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
690         be determined, test for availability of the copysignf, copysign,
691         copysignl functions.
692         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
693         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
694         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
695
696 2007-04-09  Eric Blake  <ebb9@byu.net>
697
698         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
699         * modules/stdio (Makefile.am): Support fflush.
700         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
701         * modules/fflush: New file.
702         * lib/fflush.c: Likewise.
703         * m4/fflush.m4: Likewise.
704         * modules/fflush-tests: New test.
705         * tests/test-fflush.c: Likewise.
706         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
707
708 2007-04-06  Bruno Haible  <bruno@clisp.org>
709
710         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
711         (VASNPRINTF): Use signbit for faster determination whether to print a
712         minus sign.
713         * modules/vasnprintf (Files): Remove lib/float+.h.
714         * modules/fprintf-posix (Depends-on): Add signbit.
715         * modules/snprintf-posix (Depends-on): Likewise.
716         * modules/sprintf-posix (Depends-on): Likewise.
717         * modules/vasnprintf-posix (Depends-on): Likewise.
718         * modules/vasprintf-posix (Depends-on): Likewise.
719         * modules/vfprintf-posix (Depends-on): Likewise.
720         * modules/vsnprintf-posix (Depends-on): Likewise.
721         * modules/vsprintf-posix (Depends-on): Likewise.
722
723 2007-04-06  Bruno Haible  <bruno@clisp.org>
724
725         * tests/test-frexp.c (main): Test also the sign bit of zero results.
726         * tests/test-frexpl.c (main): Likewise.
727         * tests/test-ldexpl.c (main): Likewise.
728         * modules/frexp-tests (Depends-on): Add signbit.
729         * modules/frexpl-tests (Depdends-on): Likewise.
730         * modules/ldexpl-tests (Depdends-on): Likewise.
731
732 2007-04-06  Bruno Haible  <bruno@clisp.org>
733
734         * modules/signbit-tests: New file.
735         * tests/test-signbit.c: New file.
736
737         * modules/signbit: New file.
738         * lib/signbitf.c: New file.
739         * lib/signbitd.c: New file.
740         * lib/signbitl.c: New file.
741         * m4/signbit.m4: New file.
742         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
743         (signbit): New macro.
744         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
745         REPLACE_SIGNBIT.
746         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
747         REPLACE_FREXPL into math.h.
748
749 2007-04-06  Bruno Haible  <bruno@clisp.org>
750
751         * modules/isnanf-nolibm-tests: New file.
752         * tests/test-isnanf.c: New file.
753
754         * modules/isnanf-nolibm: New file.
755         * lib/isnanf.h: New file.
756         * lib/isnanf.c: New file.
757         * lib/isnan.c: Consider the USE_FLOAT macro.
758         * m4/isnanf.m4: New file.
759
760 2007-04-06  Bruno Haible  <bruno@clisp.org>
761
762         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
763         (Link): New section.
764
765         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
766
767 2007-04-06  Bruno Haible  <bruno@clisp.org>
768
769         Assume the 'long double' type.
770         * m4/longdouble.m4: Remove file.
771         * config/srclist.txt: Don't mention longdouble.m4.
772         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
773         * lib/float+.h: Likewise.
774         * lib/frexp.c: Likewise.
775         * lib/printf-args.h: Likewise.
776         * lib/printf-args.c: Likewise.
777         * lib/printf-frexp.c: Likewise.
778         * lib/printf-parse.c: Likewise.
779         * lib/vasnprintf.c: Likewise.
780         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
781         * m4/intl.m4: Likewise.
782         * m4/isnanl.m4: Likewise.
783         * m4/printf.m4: Likewise.
784         * m4/printf-frexpl.m4: Likewise.
785         * m4/vasnprintf.m4: Likewise.
786         * modules/allocsa (Files): Remove m4/longdouble.m4.
787         * modules/gettext (Files): Likewise.
788         * modules/relocatable-prog-wrapper (Files): Likewise.
789         * modules/vasnprintf (Files): Likewise.
790         * modules/isnanl (Files): Likewise.
791         (Include): Simplify.
792         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
793         (Include): Simplify.
794         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
795         (Include): Simplify.
796         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
797         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
798         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
799         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
800         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
801         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
802         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
803         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
804         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
805         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
806         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
807         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
808         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
809         * tests/test-isnanl.c: Likewise.
810         * tests/test-snprintf-posix.h: Likewise.
811         * tests/test-sprintf-posix.h: Likewise.
812         * tests/test-vasnprintf-posix.c: Likewise.
813         * tests/test-vasnprintf-posix2.c: Likewise.
814         * tests/test-vasprintf-posix.c: Likewise.
815
816 2007-04-06  Bruno Haible  <bruno@clisp.org>
817
818         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
819         * lib/math_.h [__DECC]: Include the overridden include file through
820         #include_next, outside the double-inclusion guard.
821         * lib/stdio_.h [__DECC]: Likewise.
822         * lib/stdlib_.h [__DECC]: Likewise.
823         * lib/string_.h [__DECC]: Likewise.
824         * lib/time_.h [__DECC]: Likewise.
825         * lib/wchar_.h [__DECC]: Likewise.
826         * lib/wctype_.h [__DECC]: Likewise.
827         * lib/inttypes_.h [__DECC]: Likewise.
828         Reported by Albert Chin <china@thewrittenword.com> in
829         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
830
831 2007-04-04  Eric Blake  <ebb9@byu.net>
832
833         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
834         1.5.x.
835
836 2007-04-04  Bruno Haible  <bruno@clisp.org>
837
838         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
839         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
840
841 2007-04-04  Bruno Haible  <bruno@clisp.org>
842
843         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
844         results for "%010a" of Infinity and NaN.
845         * tests/test-vasprintf-posix.c (test_function): Likewise.
846         * tests/test-snprintf-posix.h (test_function): Likewise.
847         * tests/test-sprintf-posix.h (test_function): Likewise.
848         * tests/test-fprintf-posix.h (test_function): Remove these tests.
849         * tests/test-printf-posix.h (test_function): Likewise.
850         * tests/test-fprintf-posix.out: Update.
851         Needed for FreeBSD 6.1.
852
853 2007-04-04  Bruno Haible  <bruno@clisp.org>
854
855         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
856         directly used by the gnulib modules nor by gnulib-tool.
857
858 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
859
860         * DEPENDENCIES: Give overall description of version dependency
861         desirability.  Use more-typical names for apps.
862         Add shell, coreutils, diffutils, grep, tar, gzip.
863
864 2007-04-04  Simon Josefsson  <simon@josefsson.org>
865
866         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
867
868 2007-04-04  Karl Berry  <karl@gnu.org>
869
870         * MODULES.html.sh (func_module): missing '.
871
872 2007-04-03  Bruno Haible  <bruno@clisp.org>
873
874         * modules/argmatch-tests (Makefile.am): New variable
875         test_argmatch_LDADD.
876         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
877         * modules/array-list-tests (Makefile.am): New variable
878         test_array_list_LDADD.
879         * modules/array-oset-tests (Makefile.am): New variable
880         test_array_oset_LDADD.
881         * modules/avltree-list-tests (Makefile.am): New variable
882         test_avltree_list_LDADD.
883         * modules/avltree-oset-tests (Makefile.am): New variable
884         test_avltree_oset_LDADD.
885         * modules/avltreehash-list-tests (Makefile.am): New variable
886         test_avltreehash_list_LDADD.
887         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
888         test_canonicalize_lgpl_LDADD.
889         * modules/carray-list-tests (Makefile.am): New variable
890         test_carray_list_LDADD.
891         * modules/dirname-tests (Makefile.am): New variable
892         test_dirname_LDADD.
893         * modules/linked-list-tests (Makefile.am): New variable
894         test_linked_list_LDADD.
895         * modules/linkedhash-list-tests (Makefile.am): New variable
896         test_linkedhash_list_LDADD.
897         * modules/rbtree-list-tests (Makefile.am): New variable
898         test_rbtree_list_LDADD.
899         * modules/rbtree-oset-tests (Makefile.am): New variable
900         test_rbtree_oset_LDADD.
901         * modules/rbtreehash-list-tests (Makefile.am): New variable
902         test_rbtreehash_list_LDADD.
903         * modules/xvasprintf-tests (Makefile.am): New variable
904         test_xvasprintf_LDADD.
905         Reported by Eric Blake.
906
907 2007-04-03  Eric Blake  <ebb9@byu.net>
908
909         * DEPENDENCIES: Weaken m4 requirements.
910
911 2007-04-03  Bruno Haible  <bruno@clisp.org>
912
913         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
914         * modules/isnanl-tests (configure.ac): Likewise.
915
916 2007-04-03  Ben Pfaff  <blp@gnu.org>
917
918         * modules/iconv_open: Add $(srcdir)/ to source directory
919         references in Makefile fragments that call gperf, to fix VPATH
920         builds.
921
922 2007-04-03  Bruno Haible  <bruno@clisp.org>
923
924         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
925         * lib/ldexpl.c: Undo last change.
926
927 2007-04-03  Bruno Haible  <bruno@clisp.org>
928
929         * modules/printf-frexpl (Depends-on): Undo last change.
930         (Files): Add m4/ldexpl.m4.
931
932 2007-04-03  Bruno Haible  <bruno@clisp.org>
933
934         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
935         * modules/isnanl (Link): New section.
936
937         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
938         * modules/frexp (Link): New section.
939
940         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
941         * modules/frexpl (Link): New section.
942
943         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
944         * modules/ldexpl (Link): New section.
945
946 2007-04-03  Bruno Haible  <bruno@clisp.org>
947
948         * modules/TEMPLATE-EXTENDED: New file.
949         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
950
951 2007-04-03  Bruno Haible  <bruno@clisp.org>
952
953         * DEPENDENCIES: New file.
954         Suggested by Simon Josefsson.
955
956 2007-04-03  Bruno Haible  <bruno@clisp.org>
957
958         * doc/gnulib.texi: Escape @.
959
960 2007-04-03  James Youngman  <jay@gnu.org>
961         and Paul Eggert  <eggert@cs.ucla.edu>
962
963         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
964         birthtime on all systems that have birthtime, not just those which
965         use st_birthtimensec rather than st_birthtim.  Putting zero in
966         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
967         that the birth time is not available for files on an NFS mount.
968
969 2007-04-03  Simon Josefsson  <simon@josefsson.org>
970
971         * modules/memxor: Move back from crypto/, suggested by Bruno.
972         * modules/crypto/hmac-sha1: Fix memxor dependency.
973
974         * modules/crypto/gc: Moved from ../.
975
976 2007-04-02  Eric Blake  <ebb9@byu.net>
977
978         * lib/ldexpl.c (includes): Avoid libm.
979
980         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
981
982 2007-04-02  Bruno Haible  <bruno@clisp.org>
983
984         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
985         on IRIX.
986
987 2007-04-02  Bruno Haible  <bruno@clisp.org>
988
989         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
990         x86 or x86_64 platforms running MacOS X.
991         Reported by Ryan Schmidt <@ryandesign.com>.
992
993 2007-04-02  Bruno Haible  <bruno@clisp.org>
994
995         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
996         i386.
997
998 2007-04-01  Simon Josefsson  <simon@josefsson.org>
999
1000         * modules/crypto/arcfour: Moved from ../.
1001         * modules/crypto/arcfour-tests: Moved from ../.
1002         * modules/crypto/arctwo: Moved from ../.
1003         * modules/crypto/arctwo-tests: Moved from ../.
1004         * modules/crypto/des: Moved from ../.
1005         * modules/crypto/des-tests: Moved from ../.
1006         * modules/crypto/gc-arcfour: Moved from ../.
1007         * modules/crypto/gc-arcfour-tests: Moved from ../.
1008         * modules/crypto/gc-arctwo: Moved from ../.
1009         * modules/crypto/gc-arctwo-tests: Moved from ../.
1010         * modules/crypto/gc-des: Moved from ../.
1011         * modules/crypto/gc-des-tests: Moved from ../.
1012         * modules/crypto/gc-hmac-md5: Moved from ../.
1013         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
1014         * modules/crypto/gc-hmac-sha1: Moved from ../.
1015         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
1016         * modules/crypto/gc-md2: Moved from ../.
1017         * modules/crypto/gc-md2-tests: Moved from ../.
1018         * modules/crypto/gc-md4: Moved from ../.
1019         * modules/crypto/gc-md4-tests: Moved from ../.
1020         * modules/crypto/gc-md5: Moved from ../.
1021         * modules/crypto/gc-md5-tests: Moved from ../.
1022         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
1023         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
1024         * modules/crypto/gc-random: Moved from ../.
1025         * modules/crypto/gc-rijndael: Moved from ../.
1026         * modules/crypto/gc-rijndael-tests: Moved from ../.
1027         * modules/crypto/gc-sha1: Moved from ../.
1028         * modules/crypto/gc-sha1-tests: Moved from ../.
1029         * modules/crypto/gc-tests: Moved from ../.
1030         * modules/crypto/hmac-md5: Moved from ../.
1031         * modules/crypto/hmac-md5-tests: Moved from ../.
1032         * modules/crypto/hmac-sha1: Moved from ../.
1033         * modules/crypto/hmac-sha1-tests: Moved from ../.
1034         * modules/crypto/md2: Moved from ../.
1035         * modules/crypto/md2-tests: Moved from ../.
1036         * modules/crypto/md4: Moved from ../.
1037         * modules/crypto/md4-tests: Moved from ../.
1038         * modules/crypto/md5: Moved from ../.
1039         * modules/crypto/md5-tests: Moved from ../.
1040         * modules/crypto/memxor: Moved from ../.
1041         * modules/crypto/rijndael: Moved from ../.
1042         * modules/crypto/rijndael-tests: Moved from ../.
1043         * modules/crypto/sha1: Moved from ../.
1044
1045 2007-03-30  James Youngman  <jay@gnu.org>
1046
1047         * tests/test-stat-time.c (prepare_test): use chmod() rather than
1048         rename() to change the ctime of a file (because ctime is unaffected
1049         by rename on jfs2 on AIX 5.1).
1050         (main): Start by doing cleanup, in case a previous run failed leaving
1051         test files behind.
1052
1053 2007-03-31  Bruno Haible  <bruno@clisp.org>
1054
1055         Support old proprietary implementations of iconv.
1056         * modules/iconv_open: New file.
1057         * lib/iconv_.h: New file.
1058         * m4/iconv_h.m4: New file.
1059         * lib/iconv_open.c: New file.
1060         * lib/iconv_open-aix.gperf: New file.
1061         * lib/iconv_open-hpux.gperf: New file.
1062         * lib/iconv_open-irix.gperf: New file.
1063         * lib/iconv_open-osf.gperf: New file.
1064         * m4/iconv_open.m4: New file.
1065         * modules/linebreak (Depends-on): Add iconv_open.
1066         * modules/striconv (Depends-on): Likewise.
1067         * modules/striconveh (Depends-on): Likewise.
1068         * modules/unicodeio (Depends-on): Likewise.
1069         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
1070         (iconv_t)(-1).
1071         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
1072         conversion if cd is (iconv_t)(-1).
1073         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
1074         is not possible.
1075
1076 2007-03-31  Bruno Haible  <bruno@clisp.org>
1077
1078         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1079         work on Solaris either. Protect also second use of "autodetect_jp".
1080
1081 2007-03-31  Bruno Haible  <bruno@clisp.org>
1082
1083         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
1084         the function is not present.
1085
1086 2007-03-31  Bruno Haible  <bruno@clisp.org>
1087
1088         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
1089         the function is not present.
1090
1091 2007-03-31  Bruno Haible  <bruno@clisp.org>
1092
1093         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
1094         a bug in HP-UX iconv_open().
1095
1096 2007-03-31  Bruno Haible  <bruno@clisp.org>
1097
1098         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
1099         (Mathematics <math.h>): New section, add fpieee.
1100         (Input/output <stdio.h>): Add fseterr.
1101         (Mathematics <math.h>): New section, add printf-frexp.
1102         (Container data structures): Add sublist.
1103         (Core language properties): Add fpucw, inline.
1104         (Functions for greatest-width integer types <inttypes.h>): Add
1105         imaxabs, imaxdiv, inttypes.
1106         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
1107         isnanl-nolibm, ldexp.
1108         (Mathematics <math.h>): New section, add printf-frexpl.
1109         (Support for systems lacking POSIX:2001): Add fprintf-posix,
1110         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
1111         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
1112         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
1113         (Unicode string functions): Add unistr/u*-mbtoucr.
1114         (Java): Add javacomp-script, javaexec-script.
1115         (C#): Add csharpcomp-script, csharpexec-script.
1116         (Support for building libraries and executables): Add havelib,
1117         relocatable-*.
1118         (Support for maintaining and releasing projects): Renamed from
1119         'Support for maintaining and release projects'. Add announce-gen.
1120
1121 2007-03-31  Bruno Haible  <bruno@clisp.org>
1122
1123         * README: Talk primarily about git.
1124         (git and CVS): Renamed from CVS.
1125         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
1126         gnulib is available through git.
1127         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
1128
1129 2007-03-30  Bruno Haible  <bruno@clisp.org>
1130
1131         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
1132         * lib/poll_.h: Likewise.
1133         * lib/stat_.h: Likewise.
1134         * lib/sys_time_.h: Likewise.
1135         * lib/sysexit_.h: Likewise.
1136         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
1137         * lib/stdbool_.h: Likewise.
1138         * lib/byteswap_.h: Add double-inclusion guard.
1139
1140 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
1141
1142         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
1143
1144 2007-03-30  Karl Berry  <karl@gnu.org>
1145
1146         * config/srclist-update: double space after USA in the license
1147         substitution, since that's how it's usually (?) written.
1148
1149 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1150
1151         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
1152         reported by Bruno Haible.
1153
1154 2007-03-29  Bruno Haible  <bruno@clisp.org>
1155
1156         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
1157         a bug in AIX iconv().
1158
1159 2007-03-29  Bruno Haible  <bruno@clisp.org>
1160
1161         * modules/ldexpl-tests: New file.
1162         * tests/test-ldexpl.c: New file.
1163
1164 2007-03-29  Bruno Haible  <bruno@clisp.org>
1165
1166         * lib/ldexpl.c: Include fpucw.h.
1167         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
1168         multiplication.
1169         * modules/ldexpl (Depends-on): Add fpucw.
1170
1171 2007-03-29  Bruno Haible  <bruno@clisp.org>
1172
1173         * modules/ldexpl: New file.
1174         * m4/ldexpl.m4: New file.
1175         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
1176         set.
1177         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
1178         REPLACE_LDEXPL.
1179         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
1180         REPLACE_LDEXPL.
1181         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1182         gl_FUNC_LDEXPL_WORKS.
1183         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
1184         * modules/mathl (Files): Remove lib/ldexpl.c.
1185         (Depends-on): Add ldexpl.
1186
1187 2007-03-29  Bruno Haible  <bruno@clisp.org>
1188
1189         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
1190
1191 2007-03-29  Bruno Haible  <bruno@clisp.org>
1192
1193         * tests/test-striconveh.c (main): Don't assume that a direct conversion
1194         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
1195         and possibly also HP-UX.
1196         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1197         work on AIX, IRIX, HP-UX, OSF/1.
1198         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
1199         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
1200         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
1201         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
1202         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
1203         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
1204
1205 2007-03-29  Bruno Haible  <bruno@clisp.org>
1206
1207         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
1208
1209 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1210
1211         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
1212         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
1213
1214 2007-03-29  Eric Blake  <ebb9@byu.net>
1215
1216         * lib/acl-internal.h: Remove redundant include.
1217         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
1218         Cygwin when a file is locked.
1219
1220 2007-03-29  Bruno Haible  <bruno@clisp.org>
1221
1222         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
1223         file.
1224         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
1225
1226 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1227
1228         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
1229         try to remove a parent directory if the child couldn't be removed
1230         (except for the first rmdir, which could fail because the child
1231         doesn't exist).  Problem reported by Jeff Blaine in
1232         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
1233
1234 2007-03-28  Bruno Haible  <bruno@clisp.org>
1235
1236         * lib/striconveh.c (utf8conv_carefully): New function.
1237         (mem_cd_iconveh_internal): Invoke it.
1238
1239 2007-03-28  Bruno Haible  <bruno@clisp.org>
1240
1241         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
1242         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
1243         input.
1244         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
1245         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
1246         unistr/u8-uctomb.
1247
1248 2007-03-28  Bruno Haible  <bruno@clisp.org>
1249
1250         * modules/unistr/u8-mbtoucr: New file.
1251         * lib/unistr/u8-mbtoucr.c: New file.
1252         * modules/unistr/u16-mbtoucr: New file.
1253         * lib/unistr/u16-mbtoucr.c: New file.
1254         * modules/unistr/u16-mbtoucr: New file.
1255         * lib/unistr/u16-mbtoucr.c: New file.
1256         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
1257
1258 2007-03-27  Simon Josefsson  <simon@josefsson.org>
1259             Bruno Haible  <bruno@clisp.org>
1260
1261         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
1262         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
1263         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
1264
1265         * m4/stdio_h.m4: Add stubs for vasprintf too.
1266
1267         * modules/stdio: Support vasprintf in sed command.
1268
1269         * modules/vasprintf: Depend on stdio for prototypes.  Remove
1270         vasprintf.h.  Add stdio module indicator.
1271
1272         * lib/stdio_.h: Declare asprintf and vasprintf, based on
1273         vasprintf.h.
1274
1275         * lib/vasprintf.h: File removed.
1276
1277         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
1278         * lib/vasprintf.c: Ditto.
1279         * lib/xvasprintf.c: Ditto.
1280         * tests/test-vasprintf-posix.c: Ditto.
1281         * tests/test-vasprintf.c: Ditto.
1282
1283 2007-03-27  Bruno Haible  <bruno@clisp.org>
1284
1285         Make vasnprintf multithread-safe.
1286         * lib/vasnprintf.c (decimal_point_char): New function.
1287         (VASNPRINTF): Use it.
1288         Suggested by Simon Josefsson.
1289
1290 2007-03-27  Eric Blake  <ebb9@byu.net>
1291
1292         Support sub-second birthtime on cygwin.
1293         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
1294         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
1295         (get_stat_birthtime): Also work with st_birthtim.
1296
1297 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
1298
1299         * lib/stat-time.h (USE_BIRTHTIME): Remove.
1300         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
1301         (get_stat_birthtime_ns): Do not try to use "spare" fields.
1302         (get_stat_birthtime_ns): Simplify compile-time tests.
1303         (get_stat_birthtime): Change the API to look like
1304         get_stat_mtime etc., except return a negative tv_nsec on error.
1305         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
1306         Don't check for "spare" fields.
1307         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
1308         or for struct stat.st_birthtime, as these tests aren't used.
1309         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
1310
1311 2007-03-27  Bruno Haible  <bruno@clisp.org>
1312
1313         * lib/stat-time.h: Include <sys/stat.h>.
1314
1315 2007-03-27  James Youngman  <jay@gnu.org>
1316
1317         * lib/stat-time.h (get_stat_birthtime): New function for
1318           retrieving st_birthtime as provided by UFS2 (hence *BSD).
1319         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
1320           and its variants.
1321         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
1322         * modules/stat-time-test: New file.
1323         * tests/test-stat-time.c: New test, devised by Bruno Haible.
1324
1325 2007-03-26  Bruno Haible  <bruno@clisp.org>
1326
1327         Better support of signalling NaNs.
1328         * lib/atanl.c: Include isnanl.h.
1329         (atanl): Perform test for NaN at the beginning of the function and
1330         through a call to isnanl.
1331         * lib/cosl.c: Include isnanl.h.
1332         (cosl): Perform test for NaN at the beginning of the function and
1333         through a call to isnanl.
1334         * lib/ldexpl.c: Include isnanl.h.
1335         (ldexpl): Perform test for NaN through a call to isnanl.
1336         * lib/logl.c: Include isnanl.h.
1337         (logl): Perform test for NaN at the beginning of the function and
1338         through a call to isnanl.
1339         * lib/sinl.c: Include isnanl.h.
1340         (sinl): Perform test for NaN at the beginning of the function and
1341         through a call to isnanl.
1342         * lib/sqrtl.c: Include isnanl.h.
1343         (sqrtl): Perform test for NaN at the beginning of the function and
1344         through a call to isnanl.
1345         * lib/tanl.c: Include isnanl.h.
1346         (tanl): Perform test for NaN at the beginning of the function and
1347         through a call to isnanl.
1348         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
1349         * modules/mathl (Depends-on): Add isnanl.
1350
1351 2007-03-26  Eric Blake  <ebb9@byu.net>
1352
1353         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
1354         regression in logic sense of previous patch.
1355
1356 2007-03-26  Bruno Haible  <bruno@clisp.org>
1357
1358         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
1359         unportable shell command "if ! ...".
1360         Reported by Ralf Wildenhues.
1361
1362 2007-03-25  Bruno Haible  <bruno@clisp.org>
1363
1364         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
1365         <sysexits.h> file, and only add EX_CONFIG.
1366         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
1367         absolute file name and whether it is sufficient. Substitute also
1368         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
1369         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
1370         ABSOLUTE_SYSEXITS_H into sysexits.h.
1371
1372 2007-03-25  Bruno Haible  <bruno@clisp.org>
1373
1374         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
1375         hints is NULL.
1376
1377 2007-03-25  Bruno Haible  <bruno@clisp.org>
1378
1379         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
1380         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
1381
1382 2007-03-25  Bruno Haible  <bruno@clisp.org>
1383
1384         * lib/vasnprintf.c: Include langinfo.h.
1385         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
1386         multithread-safe.
1387         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
1388         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
1389         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1390         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1391         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1392         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1393         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1394         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
1395         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1396         Reported by Simon Josefsson.
1397
1398 2007-03-25  Bruno Haible  <bruno@clisp.org>
1399
1400         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
1401         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
1402         * modules/vasnprintf (Depends-on): Add stdint.
1403
1404 2007-03-25  Bruno Haible  <bruno@clisp.org>
1405
1406         * modules/fpieee: New file.
1407         * m4/fpieee.m4: New file.
1408         * modules/isnan-nolibm (Depends-on): Add fpieee.
1409         * modules/isnanl-nolibm (Depends-on): Add fpieee.
1410         * modules/isnanl (Depends-on): Add fpieee.
1411
1412 2007-03-25  Bruno Haible  <bruno@clisp.org>
1413
1414         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
1415
1416 2007-03-25  Bruno Haible  <bruno@clisp.org>
1417
1418         Avoid test failures on IRIX 6.5.
1419         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
1420         (main): Use it.
1421         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
1422         macros.
1423         (main): Use them.
1424
1425 2007-03-25  Bruno Haible  <bruno@clisp.org>
1426
1427         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
1428         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
1429         exists but doesn't work.
1430         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
1431         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
1432         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
1433         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
1434
1435 2007-03-25  Bruno Haible  <bruno@clisp.org>
1436
1437         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
1438         returns inf. Needed on IRIX 6.5.
1439
1440 2007-03-25  Bruno Haible  <bruno@clisp.org>
1441
1442         * tests/test-frexpl.c: Include isnanl-nolibm.h.
1443         (main): Use isnanl instead of x != x idiom.
1444         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
1445
1446         * tests/test-frexp.c: Include isnan.h.
1447         (main): Use isnan instead of x != x idiom.
1448         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
1449
1450 2007-03-25  Bruno Haible  <bruno@clisp.org>
1451
1452         * tests/test-frexp.c (NaN): New function/macro.
1453         (main): Use it instead of 0.0 / 0.0.
1454         * tests/test-isnan.c (NaN): New function/macro.
1455         (main): Use it instead of 0.0 / 0.0.
1456         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
1457         (test_function): Use it instead of 0.0 / 0.0.
1458         * tests/test-vasprintf-posix.c (NaN): New function/macro.
1459         (test_function): Use it instead of 0.0 / 0.0.
1460         * tests/test-snprintf-posix.h (NaN): New function/macro.
1461         (test_function): Use it instead of 0.0 / 0.0.
1462         * tests/test-sprintf-posix.h (NaN): New function/macro.
1463         (test_function): Use it instead of 0.0 / 0.0.
1464         * tests/test-fprintf-posix.h (NaN): New function/macro.
1465         (test_function): Use it instead of 0.0 / 0.0.
1466         * tests/test-printf-posix.h (NaN): New function/macro.
1467         (test_function): Use it instead of 0.0 / 0.0.
1468
1469         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
1470
1471 2007-03-25  Bruno Haible  <bruno@clisp.org>
1472
1473         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
1474
1475 2007-03-25  Bruno Haible  <bruno@clisp.org>
1476
1477         * lib/regexec.c (merge_state_with_log): Make static.
1478
1479 2007-03-25  Bruno Haible  <bruno@clisp.org>
1480
1481         * lib/trigl.c (kernel_rem_pio2): Make static.
1482
1483 2007-03-25  Bruno Haible  <bruno@clisp.org>
1484
1485         * lib/sincosl.c (sincosl_table): Make static.
1486
1487 2007-03-25  Bruno Haible  <bruno@clisp.org>
1488
1489         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
1490         if the compiler does not support C99.
1491
1492 2007-03-25  Bruno Haible  <bruno@clisp.org>
1493
1494         * modules/time (Makefile.am): Ensure all rule action lines start with a
1495         tab.
1496
1497 2007-03-24  Bruno Haible  <bruno@clisp.org>
1498
1499         * modules/tsearch-tests: New file.
1500         * tests/test-tsearch.sh: New file.
1501         * tests/test-tsearch.c: New file, mostly copied from glibc.
1502
1503         * modules/search-tests: New file.
1504         * tests/test-search.c: New file.
1505
1506         * modules/search: New file.
1507         * lib/search_.h: New file, incorporating lib/tsearch.h.
1508         * m4/search_h.m4: New file.
1509         * lib/tsearch.h: Remove file.
1510         * lib/tsearch.c: Include search.h instead of tsearch.h.
1511         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
1512         HAVE_TSEARCH.
1513         * modules/tsearch (Files): Remove lib/tsearch.h.
1514         (Depends-on): Add search.
1515         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
1516         (Include): Change tsearch.h into search.h.
1517
1518 2007-03-24  Bruno Haible  <bruno@clisp.org>
1519
1520         * modules/fpucw: New file.
1521         * lib/fpucw.h: New file.
1522         * lib/frexp.c: Include fpucw.h.
1523         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1524         (FUNC): Use them.
1525         * lib/printf-frexp.c: Include fpucw.h.
1526         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1527         (FUNC): Use them.
1528         * lib/vasnprintf.c: Include fpucw.h.
1529         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
1530         'long double' calculations.
1531         * tests/test-frexpl.c: Include fpucw.h.
1532         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1533         * tests/test-printf-frexpl.c: Include fpucw.h.
1534         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1535         * modules/frexpl (Depends-on): Add fpucw.
1536         * modules/printf-frexpl (Depends-on): Likewise.
1537         * modules/fprintf-posix (Depends-on): Likewise.
1538         * modules/snprintf-posix (Depends-on): Likewise.
1539         * modules/sprintf-posix (Depends-on): Likewise.
1540         * modules/vasnprintf-posix (Depends-on): Likewise.
1541         * modules/vasprintf-posix (Depends-on): Likewise.
1542         * modules/vfprintf-posix (Depends-on): Likewise.
1543         * modules/vsnprintf-posix (Depends-on): Likewise.
1544         * modules/vsprintf-posix (Depends-on): Likewise.
1545         * modules/frexpl-tests (Depends-on): Likewise.
1546         * modules/printf-frexpl-tests (Depends-on): Likewise.
1547
1548 2007-03-24  Bruno Haible  <bruno@clisp.org>
1549
1550         * lib/float+.h: New file.
1551         * lib/isnan.c: Include float+.h.
1552         (SIZE): New macro.
1553         (FUNC): Compare only SIZE bytes of the value.
1554         * lib/vasnprintf.c: Include float+.h.
1555         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
1556         SIZEOF_LDBL or SIZEOF_DBL bytes.
1557         * modules/isnan-nolibm (Files): Add lib/float+.h.
1558         * modules/isnanl-nolibm (Files): Add lib/float+.h.
1559         * modules/isnanl (Files): Add lib/float+.h.
1560         * modules/vasnprintf (Files): Add lib/float+.h.
1561
1562 2007-03-24  Bruno Haible  <bruno@clisp.org>
1563
1564         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
1565         include isnanl-nolibm.h.
1566
1567 2007-03-24  Bruno Haible  <bruno@clisp.org>
1568
1569         * tests/test-read-file.c (main): Don't produce spurious output for
1570         expected situations. Make the test fail if it encountered unexpected
1571         results.
1572
1573 2007-03-24  Bruno Haible  <bruno@clisp.org>
1574
1575         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
1576         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
1577
1578 2007-03-24  Bruno Haible  <bruno@clisp.org>
1579
1580         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
1581
1582 2007-03-24  Bruno Haible  <bruno@clisp.org>
1583
1584         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
1585         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
1586
1587         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
1588         * modules/utf8-ucs4: Turn into a symbolic link to module
1589         unistr/u8-mbtouc.
1590
1591         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
1592         utf8-ucs4-unsafe.
1593         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
1594         unistr/u8-mbtouc-unsafe.
1595
1596         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
1597         * modules/utf16-ucs4: Turn into a symbolic link to module
1598         unistr/u16-mbtouc.
1599
1600         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
1601         utf16-ucs4-unsafe.
1602         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
1603         unistr/u16-mbtouc-unsafe.
1604
1605         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
1606         * modules/ucs4-utf8: Turn into a symbolic link to module
1607         unistr/u8-ubtomb.
1608
1609         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
1610         * modules/ucs4-utf16: Turn into a symbolic link to module
1611         unistr/u16-ubtomb.
1612
1613 2007-03-24  Bruno Haible  <bruno@clisp.org>
1614
1615         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
1616         Enable the function only if HAVE_INLINE.
1617         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
1618         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1619         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
1620         Enable the function only if HAVE_INLINE.
1621         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
1622         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1623         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
1624         Enable the function only if HAVE_INLINE.
1625         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
1626         Enable the function only if HAVE_INLINE.
1627         * modules/utf8-ucs4: Update.
1628         * modules/utf8-ucs4-unsafe: Update.
1629         * modules/utf16-ucs4: Update.
1630         * modules/utf16-ucs4-unsafe: Update.
1631         * modules/ucs4-utf8: Update.
1632         * modules/ucs4-utf16: Update.
1633
1634 2007-03-24  Bruno Haible  <bruno@clisp.org>
1635
1636         * lib/utf8-ucs4.h: Remove file.
1637         * lib/utf8-ucs4-unsafe.h: Remove file.
1638         * lib/utf16-ucs4.h: Remove file.
1639         * lib/utf16-ucs4-unsafe.h: Remove file.
1640         * lib/ucs4-utf8.h: Remove file.
1641         * lib/ucs4-utf16.h: Remove file.
1642         * lib/unistr.h: Include their previous contents.
1643         * m4/utf-ucs4.m4: Remove file.
1644         * m4/ucs4-utf.m4: Remove file.
1645         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
1646         (Depends-on): Add unistr/base.
1647         (configure.ac): Remove gl_UTF_UCS4.
1648         (Makefile.am): Update.
1649         (Include): Change to unistr.h.
1650         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
1651         (Depends-on): Add unistr/base.
1652         (configure.ac): Remove gl_UTF_UCS4.
1653         (Makefile.am): Update.
1654         (Include): Change to unistr.h.
1655         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
1656         (Depends-on): Add unistr/base.
1657         (configure.ac): Remove gl_UTF_UCS4.
1658         (Makefile.am): Update.
1659         (Include): Change to unistr.h.
1660         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
1661         (Depends-on): Add unistr/base.
1662         (configure.ac): Remove gl_UTF_UCS4.
1663         (Makefile.am): Update.
1664         (Include): Change to unistr.h.
1665         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
1666         (Depends-on): Add unistr/base.
1667         (configure.ac): Remove gl_UCS4_UTF.
1668         (Makefile.am): Update.
1669         (Include): Change to unistr.h.
1670         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
1671         (Depends-on): Add unistr/base.
1672         (configure.ac): Remove gl_UCS4_UTF.
1673         (Makefile.am): Update.
1674         (Include): Change to unistr.h.
1675         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
1676         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
1677         utf8-ucs4-unsafe.h.
1678         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
1679         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
1680         utf16-ucs4-unsafe.h.
1681         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
1682         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
1683         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
1684         * lib/unistr/u8-strchr.c: Likewise.
1685         * lib/unistr/u8-strrchr.c: Likewise.
1686         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
1687         * lib/unistr/u16-strchr.c: Likewise.
1688         * lib/unistr/u16-strrchr.c: Likewise.
1689         * lib/striconveh.c: Update.
1690         * lib/linebreak.c: Update.
1691
1692 2007-03-24  Bruno Haible  <bruno@clisp.org>
1693
1694         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
1695         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
1696
1697 2007-03-22  Bruno Haible  <bruno@clisp.org>
1698
1699         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
1700
1701 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1702
1703         * MODULES.html.sh (File system functions): New module write-any-file.
1704         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
1705         * m4/write-any-file.m4: New files.
1706
1707 2007-03-23  Eric Blake  <ebb9@byu.net>
1708
1709         * gnulib-tool: Rearrange space-tab sequences, since some editors
1710         like to eat them.
1711
1712 2007-03-23  Eric Blake  <ebb9@byu.net>
1713
1714         * lib/version-etc.c (version_etc_va): Update license wording to
1715         be more concise.  Recommended by Richard Stallman.
1716
1717 2007-03-22  Bruno Haible  <bruno@clisp.org>
1718
1719         * lib/poll.c (MSG_PEEK): New fallback definition.
1720
1721 2007-03-22  Bruno Haible  <bruno@clisp.org>
1722
1723         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
1724         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
1725         (main): Update.
1726         Fixes a compilation error on BeOS.
1727
1728 2007-03-22  Bruno Haible  <bruno@clisp.org>
1729
1730         * modules/frexpl-tests: New file.
1731         * tests/test-frexpl.c: New file.
1732
1733         * modules/frexpl: New file.
1734         * m4/frexpl.m4: New file.
1735         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
1736         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
1737         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
1738         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
1739         (Depends-on): Add frexpl. Remove isnanl-nolibm.
1740         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
1741
1742 2007-03-22  Bruno Haible  <bruno@clisp.org>
1743
1744         * lib/frexpl.c: Share code with lib/frexp.c.
1745         * modules/mathl (Files): Add lib/frexp.c.
1746         (Depends-on): Add isnanl-nolibm.
1747
1748 2007-03-22  Bruno Haible  <bruno@clisp.org>
1749
1750         * modules/printf-frexp (Files): Add m4/frexp.m4.
1751         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
1752         only if the found frexp function actually works.
1753
1754 2007-03-22  Bruno Haible  <bruno@clisp.org>
1755
1756         * lib/frexp.c: Remove older implementation that uses divisions.
1757
1758 2007-03-21  Bruno Haible  <bruno@clisp.org>
1759
1760         * modules/frexp-tests: New file.
1761         * tests/test-frexp.c: New file.
1762
1763         * modules/frexp: New file.
1764         * lib/frexp.c: New file.
1765         * m4/frexp.m4: New file.
1766         * lib/math_.h (frexp): New declaration.
1767         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
1768         REPLACE_FREXP.
1769         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
1770
1771 2007-03-21  Bruno Haible  <bruno@clisp.org>
1772
1773         * modules/isnanl-tests: New file.
1774         * tests/test-isnanl.c: New file.
1775
1776         * modules/isnanl: New file.
1777         * lib/isnanl.h: New file.
1778         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
1779         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
1780         gl_FUNC_ISNANL_WORKS.
1781         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
1782         New macros.
1783
1784 2007-03-21  Bruno Haible  <bruno@clisp.org>
1785
1786         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
1787         lib/isnanl.h.
1788         (Include): Update.
1789         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
1790         * lib/vasnprintf.c: Update.
1791         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
1792         tests/test-isnanl.h, remove tests/test-isnanl.c.
1793         (Makefile.am): Update.
1794         * tests/test-isnanl-nolibm.c: New file.
1795         * tests/test-isnanl.h: New file.
1796         * tests/test-isnanl.c: Remove file.
1797
1798 2007-03-21  Jim Meyering  <jim@meyering.net>
1799
1800         When trying to open ".", treat ESTALE like EACCES.
1801         * lib/savewd.c (savewd_save): Resort to forking not just upon
1802         failure with EACCES, but also when errno is ESTALE.
1803
1804 2007-03-20  Bruno Haible  <bruno@clisp.org>
1805
1806         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
1807         Needed on AIX 5.1. Reported by Matthew Woehlke.
1808
1809 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1810
1811         Suggestions by Bruno Haible:
1812         * lib/acl-internal.h: Include "gettext.h" rather than rolling
1813         our own.
1814         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
1815         * modules/acl (Depends-on): Add gettext.
1816
1817 2007-03-19  Bruno Haible  <bruno@clisp.org>
1818
1819         * modules/iconvme: Remove file.
1820         * lib/iconvme.h: Remove file.
1821         * lib/iconvme.c: Remove file.
1822         * m4/iconvme.m4: Remove file.
1823
1824 2007-03-19  Bruno Haible  <bruno@clisp.org>
1825
1826         * doc/relocatable-maint.texi: Break long shell script line.
1827         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1828
1829 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1830
1831         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
1832         handle file_has_acl.
1833         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
1834         * lib/acl.c: Move header inclusions and related macro defns into
1835         lib/acl-internal.h.
1836         (S_ISLNK): Remove defn, since that's now done for us.
1837         (file_has_acl): Move to lib/file-has-acl.c.
1838         Call acl_trivial if available.  This is the crucial part of the fix.
1839         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1840         shared within the library.  Rewrite a bit, partly to make it compatible
1841         with the GNU coding style.
1842         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1843         Remove unnecessary double-quotes.
1844         Don't test for acl_to_text; the build will catch that.
1845         Replace acl_entries if it doesn't exist and it is needed.
1846         Check for -lsec and acl_trivial (as used on Solaris 10).
1847         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1848         lib/file-has-acl.c.
1849         (Depends-on): Add sys_stat, for S_ISLNK.
1850
1851 2007-03-19  Ben Pfaff  <blp@gnu.org>
1852
1853         * doc/gnulib.texi: Fix typos.
1854         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1855
1856 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1857
1858         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1859         If size is zero here, buf must be zero.
1860
1861 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1862
1863         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1864         <bruno@clisp.org>.
1865
1866 2007-03-18  Bruno Haible  <bruno@clisp.org>
1867
1868         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1869         Suggested by Eric Blake.
1870
1871 2007-03-18  Ben Pfaff  <blp@gnu.org>
1872
1873         * doc/relocatable.texi: Recommend using as prefix a directory
1874         that does not exist and will never be created.  Based on
1875         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1876         and others.
1877
1878 2007-03-17  Bruno Haible  <bruno@clisp.org>
1879
1880         * lib/fchownat.c: Include lchown.h.
1881
1882 2007-03-17  Bruno Haible  <bruno@clisp.org>
1883
1884         Fix endless loop when the given allocated size was > INT_MAX.
1885         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1886         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1887         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1888         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1889         * lib/sprintf.c (sprintf): Likewise.
1890
1891 2007-03-17  Bruno Haible  <bruno@clisp.org>
1892
1893         * tests/test-argp-2.sh (func_compare): Output a context diff.
1894
1895 2007-03-17  Bruno Haible  <bruno@clisp.org>
1896
1897         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1898         locale's decimal-point character.
1899
1900 2007-03-17  Bruno Haible  <bruno@clisp.org>
1901
1902         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1903         before comparing it. Needed because on some platforms (e.g. x86) a
1904         'long double' occupies less bytes than sizeof (long double).
1905
1906 2007-03-17  Bruno Haible  <bruno@clisp.org>
1907
1908         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1909         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1910         * tests/test-getaddrinfo.c (simple): Likewise.
1911         * tests/test-read-file.c (main): Likewise.
1912
1913 2007-03-17  Bruno Haible  <bruno@clisp.org>
1914
1915         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1916
1917 2007-03-17  Bruno Haible  <bruno@clisp.org>
1918
1919         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1920         unused variable.
1921
1922 2007-03-17  Bruno Haible  <bruno@clisp.org>
1923
1924         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1925         * tests/test-c-strncasecmp.c: Likewise.
1926
1927 2007-03-17  Bruno Haible  <bruno@clisp.org>
1928
1929         * modules/stdlib (Depends-on): Add unistd.
1930         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1931         Needed for MacOS X 10.3.
1932
1933 2007-03-17  Bruno Haible  <bruno@clisp.org>
1934
1935         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1936
1937 2007-03-17  Bruno Haible  <bruno@clisp.org>
1938
1939         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1940
1941 2007-03-17  Bruno Haible  <bruno@clisp.org>
1942
1943         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1944         to reflect files copied from gnulib (with or without modifications).
1945         Suggested by Jim Meyering.
1946
1947 2007-03-17  Eric Blake  <ebb9@byu.net>
1948
1949         * NEWS: Document stdlib change from 2007-02-18.
1950
1951 2007-03-17  Jim Meyering  <jim@meyering.net>
1952
1953         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1954         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1955         someone uses a name containing shell meta-characters.
1956         Reported by Alfred M. Szmidt.
1957
1958         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1959
1960 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1961
1962         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1963         and copy gettext configuration files only if configure.ac contains
1964         a use of AM_GNU_GETTEXT_VERSION.
1965
1966 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1967
1968         * build-aux/bootstrap (gnulib_name): New variable.
1969         (gnulib_tool_options): Use it.
1970
1971 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1972
1973         * tests/test-des.c: Use new namespace.
1974
1975 2007-03-15  Bruno Haible  <bruno@clisp.org>
1976
1977         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1978         Reported by James Youngman <jay@gnu.org>.
1979
1980 2007-03-15  Bruno Haible  <bruno@clisp.org>
1981
1982         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1983         declared prototype. Needed with cc on OSF/1 5.1.
1984
1985 2007-03-15  Bruno Haible  <bruno@clisp.org>
1986
1987         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1988         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1989         (struct gl_list_implementation): Add dispose_fn argument to the
1990         'create_empty', 'create' methods.
1991         (struct gl_list_impl_base): Add field 'dispose_fn'.
1992         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1993         argument.
1994         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1995         dispose_fn argument.
1996         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1997         dispose_fn on the dropped values.
1998         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1999         dispose_fn argument.
2000         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
2001         dropped values.
2002         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
2003         (gl_tree_remove_node): Call dispose_fn on the dropped value.
2004         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
2005         (gl_tree_remove_node): Call dispose_fn on the dropped value.
2006         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
2007         argument.
2008         (gl_tree_list_free): Call dispose_fn on the dropped values.
2009         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
2010         the dropped values.
2011         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2012         Add dispose_fn argument.
2013         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
2014         Call dispose_fn on the dropped values.
2015         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
2016         Add dispose_fn argument.
2017         (gl_sublist_create): Initialize the 'dispose_fn' field.
2018         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
2019         * tests/test-array_list.c (main): Update.
2020         * tests/test-carray_list.c (main): Update.
2021         * tests/test-avltree_list.c (main): Update.
2022         * tests/test-rbtree_list.c (main): Update.
2023         * tests/test-avltreehash_list.c (main): Update.
2024         * tests/test-rbtreehash_list.c (main): Update.
2025         * tests/test-linked_list.c (main): Update.
2026         * tests/test-linkedhash_list.c (main): Update.
2027         * tests/test-array_oset.c (main): Update.
2028
2029 2007-03-15  Bruno Haible  <bruno@clisp.org>
2030
2031         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
2032         (gl_oset_create_empty): Add dispose_fn argument.
2033         (struct gl_oset_implementation): Add dispose_fn argument to
2034         'create_empty' method.
2035         (struct gl_oset_impl_base): Add dispose_fn field.
2036         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
2037         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
2038         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
2039         values.
2040         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
2041         (gl_tree_oset_free): Call dispose_fn on the dropped values.
2042         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
2043         dropped value.
2044         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
2045         dropped value.
2046         * tests/test-array_oset.c (main): Update.
2047         * tests/test-avltree_oset.c (main): Update.
2048         * tests/test-rbtree_oset.c (main): Update.
2049         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
2050
2051 2007-03-13  Bruno Haible  <bruno@clisp.org>
2052
2053         * tests/test-stdbool.c (i): Update after last patch.
2054
2055 2007-03-12  Bruno Haible  <bruno@clisp.org>
2056
2057         * lib/quotearg.c: Include <wctype.h> early, before the definition of
2058         the iswprint macro. Needed on Solaris 2.5.1.
2059
2060 2007-03-12  Bruno Haible  <bruno@clisp.org>
2061
2062         * tests/test-printf-frexp.c (main): Declare x as volatile.
2063
2064 2007-03-12  Simon Josefsson  <simon@josefsson.org>
2065
2066         * doc/gnulib.texi (Build robot for gnulib): New section.
2067
2068 2007-03-12  Jim Meyering  <jim@meyering.net>
2069
2070         * build-aux/bootstrap: New file.
2071         * build-aux/bootstrap.conf: New file, from coreutils.
2072
2073 2007-03-11  Bruno Haible  <bruno@clisp.org>
2074
2075         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
2076
2077 2007-03-12  Simon Josefsson  <simon@josefsson.org>
2078
2079         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
2080         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
2081         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
2082
2083 2007-03-11  Bruno Haible  <bruno@clisp.org>
2084
2085         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
2086         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
2087
2088 2007-03-11  Bruno Haible  <bruno@clisp.org>
2089
2090         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
2091         formula. Needed for SunPRO C 5.0.
2092
2093 2007-03-11  Bruno Haible  <bruno@clisp.org>
2094
2095         * modules/long-options (Depends-on): Add getopt.
2096
2097 2007-03-11  Bruno Haible  <bruno@clisp.org>
2098
2099         * modules/modechange (Depends-on): Add stdbool.
2100
2101 2007-03-11  Bruno Haible  <bruno@clisp.org>
2102
2103         * modules/i-ring (Depends-on): Add stdbool.
2104
2105 2007-03-11  Bruno Haible  <bruno@clisp.org>
2106
2107         * modules/gc-des (Depends-on): Add stdbool.
2108
2109 2007-03-11  Bruno Haible  <bruno@clisp.org>
2110
2111         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
2112
2113 2007-03-11  Bruno Haible  <bruno@clisp.org>
2114
2115         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
2116
2117 2007-03-11  Bruno Haible  <bruno@clisp.org>
2118
2119         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
2120
2121 2007-03-11  Bruno Haible  <bruno@clisp.org>
2122
2123         * lib/vasnprintf.c (sprintf): Undefine.
2124
2125 2007-03-11  Bruno Haible  <bruno@clisp.org>
2126
2127         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
2128         initializers in SunPRO C and Compaq C compilers.
2129
2130 2007-03-11  Bruno Haible  <bruno@clisp.org>
2131
2132         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
2133         decrementing code ANSI C compliant.
2134
2135 2007-03-11  Bruno Haible  <bruno@clisp.org>
2136
2137         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
2138         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
2139
2140 2007-03-11  Bruno Haible  <bruno@clisp.org>
2141
2142         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
2143         <stdbool.h> substitute doesn't pass.
2144
2145 2007-03-11  Bruno Haible  <bruno@clisp.org>
2146
2147         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
2148
2149 2007-03-11  Bruno Haible  <bruno@clisp.org>
2150
2151         * gnulib-tool (func_create_megatestdir): Create also an autobuild
2152         script, for submission to autobuild.josefsson.org.
2153
2154 2007-03-10  Bruno Haible  <bruno@clisp.org>
2155
2156         * modules/canonicalize-lgpl-tests: New file.
2157         * tests/test-canonicalize-lgpl.sh: New file.
2158         * tests/test-canonicalize-lgpl.c: New file.
2159
2160         * modules/c-strcase-tests: New file.
2161         * tests/test-c-strcase.sh: New file.
2162         * tests/test-c-strcasecmp.c: New file.
2163         * tests/test-c-strncasecmp.c: New file.
2164
2165         * modules/atexit-tests: New file.
2166         * tests/test-atexit.sh: New file.
2167         * tests/test-atexit.c: New file.
2168
2169 2007-03-10  Bruno Haible  <bruno@clisp.org>
2170
2171         * tests/test-binary-io.sh: Use temporary filenames that are not so
2172         likely to clash with those of other tests (in a parallel make).
2173         * tests/test-binary-io.c: Likewise.
2174
2175 2007-03-10  Bruno Haible  <bruno@clisp.org>
2176
2177         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
2178         fallback; use #error instead.
2179         Suggested by Simon Josefsson.
2180
2181 2007-03-10  Bruno Haible  <bruno@clisp.org>
2182
2183         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
2184         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
2185         first and the last.
2186
2187 2007-03-10  Bruno Haible  <bruno@clisp.org>
2188
2189         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
2190
2191 2007-03-10  Bruno Haible  <bruno@clisp.org>
2192
2193         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
2194         "make distcheck".
2195         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
2196         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
2197         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
2198
2199 2007-03-10  Bruno Haible  <bruno@clisp.org>
2200
2201         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
2202         variable.
2203         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
2204         variable.
2205
2206 2007-03-09  Eric Blake  <ebb9@byu.net>
2207         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
2208
2209         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
2210         types are not being provided by gnulib.
2211         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
2212         types are supported.
2213
2214 2007-03-10  Bruno Haible  <bruno@clisp.org>
2215
2216         * lib/stdio_.h (__attribute__): New macro.
2217         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
2218         vsprintf): Specify __attribute__ __format__ for GCC.
2219         Suggested by Eric Blake.
2220
2221 2007-03-09  Bruno Haible  <bruno@clisp.org>
2222
2223         * modules/printf-posix-tests: New file.
2224         * tests/test-printf-posix.sh: New file.
2225         * tests/test-printf-posix.c: New file.
2226
2227         * modules/printf-posix: New file.
2228         * lib/printf.c: New file.
2229         * m4/printf-posix-rpl.m4: New file.
2230         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
2231         REPLACE_PRINTF.
2232         * lib/stdio_.h (printf): New declaration.
2233         (format, __format__, ____printf____, ____scanf____, ____strftime____,
2234         ____strfmon____): New macros.
2235         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
2236         REPLACE_PRINTF.
2237
2238 2007-03-09  Bruno Haible  <bruno@clisp.org>
2239
2240         * tests/test-vasnprintf-posix2.sh: New file.
2241         * tests/test-vasnprintf-posix2.c: New file.
2242         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
2243         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
2244         (Makefile.am): Activate test-vasnprintf-posix2.sh.
2245
2246         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
2247         a locale dependent decimal point, rather than always '.'.
2248
2249 2007-03-09  Eric Blake  <ebb9@byu.net>
2250
2251         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
2252         spite of platforms like Tandem/NSK that define it to -1.
2253
2254 2007-03-08  Bruno Haible  <bruno@clisp.org>
2255
2256         * modules/vprintf-posix-tests: New file.
2257         * tests/test-vprintf-posix.sh: New file.
2258         * tests/test-vprintf-posix.c: New file.
2259         * tests/test-printf-posix.h: New file.
2260
2261         * modules/vprintf-posix: New file.
2262         * lib/vprintf.c: New file.
2263         * m4/vprintf-posix.m4: New file.
2264         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
2265         REPLACE_VPRINTF.
2266         * lib/stdio_.h (vprintf): New declaration.
2267         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
2268         REPLACE_VPRINTF.
2269
2270 2007-03-08  Bruno Haible  <bruno@clisp.org>
2271
2272         * modules/fprintf-posix-tests: New file.
2273         * tests/test-fprintf-posix.sh: New file.
2274         * tests/test-fprintf-posix.c: New file.
2275
2276         * modules/fprintf-posix: New file.
2277         * lib/fprintf.c: New file.
2278         * m4/fprintf-posix.m4: New file.
2279         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
2280         REPLACE_FPRINTF.
2281         * lib/stdio_.h (fprintf): New declaration.
2282         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
2283         REPLACE_FPRINTF.
2284
2285 2007-03-08  Bruno Haible  <bruno@clisp.org>
2286
2287         * modules/vfprintf-posix-tests: New file.
2288         * tests/test-vfprintf-posix.sh: New file.
2289         * tests/test-vfprintf-posix.c: New file.
2290         * tests/test-fprintf-posix.h: New file.
2291         * tests/test-fprintf-posix.out: New file.
2292
2293         * modules/vfprintf-posix: New file.
2294         * lib/vfprintf.c: New file.
2295         * m4/vfprintf-posix.m4: New file.
2296         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
2297         REPLACE_VFPRINTF.
2298         * lib/stdio_.h (vfprintf): New declaration.
2299         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
2300         REPLACE_VFPRINTF.
2301
2302 2007-03-08  Bruno Haible  <bruno@clisp.org>
2303
2304         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
2305
2306 2007-03-08  Bruno Haible  <bruno@clisp.org>
2307
2308         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
2309         instead of 'expr' invocations.
2310         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2311         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2312         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2313         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2314         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2315         Suggested by Paul Eggert.
2316
2317 2007-03-08  Bruno Haible  <bruno@clisp.org>
2318
2319         * modules/fseterr-tests: New file.
2320         * tests/test-fseterr.c: New file.
2321
2322         * modules/fseterr: New file.
2323         * lib/fseterr.h: New file.
2324         * lib/fseterr.c: New file.
2325
2326 2007-03-08  Bruno Haible  <bruno@clisp.org>
2327
2328         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
2329         * lib/getopt_.h: Likewise.
2330         * lib/mbswidth.h: Likewise.
2331         * lib/setenv.h: Likewise.
2332         * lib/vasnprintf.h: Likewise.
2333         * lib/vasprintf.h: Likewise.
2334         * lib/verror.h: Likewise.
2335         * lib/xsetenv.h: Likewise.
2336         * lib/xvasprintf.h: Likewise.
2337
2338 2007-03-08  Jim Meyering  <jim@meyering.net>
2339
2340         * users.txt: Add parted.
2341
2342         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
2343
2344 2007-03-07  Bruno Haible  <bruno@clisp.org>
2345
2346         * m4/printf.m4: Make the shell script snippets copy&pastable.
2347
2348 2007-03-02  Bruno Haible  <bruno@clisp.org>
2349
2350         * lib/netinet_in_.h: New file.
2351         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
2352         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
2353         * modules/netinet_in (Files): Add lib/netinet_in_.h.
2354         (Depends-on): Add absolute-header.
2355         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
2356         into netinet/in.h.
2357
2358 2007-03-03  Bruno Haible  <bruno@clisp.org>
2359
2360         * lib/sys_select_.h: New file.
2361         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
2362         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
2363         * modules/sys_select (Files): Add lib/sys_select_.h.
2364         (Depends-on): Add absolute-header.
2365         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
2366         into sys/select.h.
2367
2368 2007-03-02  Bruno Haible  <bruno@clisp.org>
2369
2370         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
2371         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
2372         values.
2373         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
2374         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
2375         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
2376         * modules/sys_socket (Depends-on): Add absolute-header.
2377         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
2378         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
2379         (Include): Remove requirement of inclusion of <sys/types.h>.
2380
2381 2007-03-02  Bruno Haible  <bruno@clisp.org>
2382
2383         * lib/byteswap_.h (bswap_32): Fix formula.
2384
2385 2007-03-06  Bruno Haible  <bruno@clisp.org>
2386
2387         * modules/sprintf-posix-tests: New file.
2388         * tests/test-sprintf-posix.c: New file.
2389
2390         * modules/sprintf-posix: New file.
2391         * lib/sprintf.c: New file.
2392         * m4/sprintf-posix.m4: New file.
2393         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
2394         REPLACE_SPRINTF.
2395         * lib/stdio_.h (sprintf): New declaration.
2396         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
2397         REPLACE_SPRINTF.
2398
2399 2007-03-06  Bruno Haible  <bruno@clisp.org>
2400
2401         * modules/vsprintf-posix-tests: New file.
2402         * tests/test-vsprintf-posix.c: New file.
2403         * tests/test-sprintf-posix.h: New file.
2404
2405         * modules/vsprintf-posix: New file.
2406         * lib/vsprintf.c: New file.
2407         * m4/vsprintf-posix.m4: New file.
2408         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
2409         REPLACE_VSPRINTF.
2410         * lib/stdio_.h (vsprintf): New declaration.
2411         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
2412         REPLACE_VSPRINTF.
2413
2414 2007-03-06  Bruno Haible  <bruno@clisp.org>
2415
2416         * modules/vsnprintf (Depend-on): Remove minmax.
2417
2418 2007-03-06  Bruno Haible  <bruno@clisp.org>
2419
2420         * modules/snprintf-posix-tests: New file.
2421         * tests/test-snprintf-posix.c: New file.
2422
2423         * modules/snprintf-posix: New file.
2424         * m4/snprintf-posix.m4: New file.
2425         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
2426         gl_FUNC_SNPRINTF.
2427         (gl_FUNC_SNPRINTF): Invoke it.
2428         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
2429         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
2430         is set.
2431         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
2432
2433 2007-03-06  Bruno Haible  <bruno@clisp.org>
2434
2435         * modules/vsnprintf-posix-tests: New file.
2436         * tests/test-vsnprintf-posix.c: New file.
2437         * tests/test-snprintf-posix.h: New file.
2438
2439         * modules/vsnprintf-posix: New file.
2440         * m4/vsnprintf-posix.m4: New file.
2441         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
2442         gl_FUNC_VSNPRINTF.
2443         (gl_FUNC_VSNPRINTF): Invoke it.
2444         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
2445         * lib/stdio_.h (vsnprintf): Define as a replacement if
2446         REPLACE_VSNPRINTF is set.
2447         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
2448
2449 2007-03-06  Bruno Haible  <bruno@clisp.org>
2450
2451         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
2452         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
2453
2454 2007-03-06  Bruno Haible  <bruno@clisp.org>
2455
2456         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
2457         (asinl): Declare also if HAVE_DECL_ASINL is set.
2458         (atanl): Declare also if HAVE_DECL_ATANL is set.
2459         (ceill): Declare also if HAVE_DECL_CEILL is set.
2460         (cosl): Declare also if HAVE_DECL_COSL is set.
2461         (expl): Declare also if HAVE_DECL_EXPL is set.
2462         (floorl): Declare also if HAVE_DECL_FLOORL is set.
2463         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
2464         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
2465         (logl): Declare also if HAVE_DECL_LOGL is set.
2466         (sinl): Declare also if HAVE_DECL_SINL is set.
2467         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
2468         (tanl): Declare also if HAVE_DECL_TANL is set.
2469         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
2470         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
2471         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
2472         declaration of frexpl, ldexpl.
2473         * modules/printf-frexpl (Depends-on): Add math.
2474         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
2475
2476 2007-03-05  Bruno Haible  <bruno@clisp.org>
2477
2478         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
2479         frexpl and ldexpl are declared.
2480         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
2481
2482 2007-03-05  Bruno Haible  <bruno@clisp.org>
2483
2484         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
2485         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
2486
2487 2007-03-05  Bruno Haible  <bruno@clisp.org>
2488
2489         * lib/stdio_.h: Include <stddef.h>.
2490
2491 2007-03-05  Bruno Haible  <bruno@clisp.org>
2492
2493         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
2494
2495 2007-03-05  Bruno Haible  <bruno@clisp.org>
2496
2497         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
2498         NetBSD 4, from Ralf Wildenhues.
2499
2500 2007-03-04  Bruno Haible  <bruno@clisp.org>
2501
2502         * lib/vasprintf.h: Update #if logic for the case when the functions
2503         exist but are overridden.
2504
2505 2007-03-04  Bruno Haible  <bruno@clisp.org>
2506
2507         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
2508         implementations: glibc-2.4 and MacOS X 10.3.
2509         * tests/test-vasnprintf-posix.c (test_function): Test also the case
2510         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
2511         * tests/test-vasprintf-posix.c (test_function): Likewise.
2512
2513 2007-03-04  Bruno Haible  <bruno@clisp.org>
2514
2515         * modules/vasprintf-posix-tests: New file.
2516         * tests/test-vasprintf-posix.c: New file.
2517
2518         * modules/vasprintf-posix: New file.
2519         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
2520         defined.
2521         * m4/vasprintf-posix.m4: New file.
2522         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
2523         gl_FUNC_VASPRINTF.
2524         (gl_FUNC_VASPRINTF): Invoke it.
2525         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
2526         here.
2527         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
2528
2529 2007-03-04  Bruno Haible  <bruno@clisp.org>
2530
2531         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
2532         REPLACE_GETTIMEOFDAY.
2533         * modules/sys_time (Makefile.am): Likewise.
2534         * m4/sys_time_h.m4: Likewise.
2535         * m4/gettimeofday.m4: Likewise.
2536
2537 2007-03-04  Bruno Haible  <bruno@clisp.org>
2538
2539         * modules/vasnprintf-posix-tests: New file.
2540         * tests/test-vasnprintf-posix.c: New file.
2541
2542         * modules/vasnprintf-posix: New file.
2543         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
2544         printf-frexpl.h.
2545         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
2546         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
2547         REPLACE_VASNPRINTF is defined.
2548         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
2549         gl_FUNC_VASNPRINTF.
2550         (gl_FUNC_VASNPRINTF): Invoke it.
2551         * m4/vasnprintf-posix.m4: New file.
2552         * m4/printf.m4: New file.
2553
2554 2007-03-04  Bruno Haible  <bruno@clisp.org>
2555
2556         Compile progreloc.c only if --enable-relocatable is specified.
2557         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
2558         if --enable-relocatable was specified.
2559         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
2560         lib_SOURCES.
2561
2562 2007-03-04  Jim Meyering  <jim@meyering.net>
2563
2564         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
2565         Use it consistently, rather than enumerating errno constants.
2566
2567 2007-03-04  Bruno Haible  <bruno@clisp.org>
2568
2569         * modules/xvasprintf-tests: New file.
2570         * tests/test-xvasprintf.c: New file.
2571
2572         * modules/vasprintf-tests: New file.
2573         * tests/test-vasprintf.c: New file.
2574
2575         * modules/vasnprintf-tests: New file.
2576         * tests/test-vasnprintf.c: New file.
2577
2578         * modules/vsnprintf-tests: New file.
2579         * tests/test-vsnprintf.c: New file.
2580
2581         * modules/snprintf-tests: New file.
2582         * tests/test-snprintf.c: New file.
2583
2584 2007-03-04  Bruno Haible  <bruno@clisp.org>
2585
2586         Compile relocatable.c only if --enable-relocatable is specified.
2587         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
2588         gl_RELOCATABLE_LIBRARY.
2589         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
2590         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
2591         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
2592         gl_RELOCATABLE_LIBRARY.
2593         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
2594         (Makefile.am): Remove lib_SOURCES.
2595         * modules/relocatable-lib-lgpl (configure.ac): Invoke
2596         gl_RELOCATABLE_LIBRARY.
2597         (Makefile.am): Remove lib_SOURCES.
2598         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
2599         always.
2600         * modules/relocatable-prog-wrapper (configure.ac): Invoke
2601         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
2602
2603 2007-03-04  Bruno Haible  <bruno@clisp.org>
2604
2605         * modules/argmatch-tests: New file.
2606         * tests/test-argmatch.c: New file.
2607
2608         * tests/test-allocsa.c (main): Halve the number of loop runs.
2609
2610         * modules/alloca-opt-tests: New file.
2611         * tests/test-alloca-opt.c: New file.
2612
2613 2007-03-04  Jim Meyering  <jim@meyering.net>
2614
2615         Work around difference between Linux ACLs and Solaris 10 ZFS.
2616         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
2617         for EINVAL.
2618
2619 2007-03-03  Bruno Haible  <bruno@clisp.org>
2620
2621         * modules/relocatable-prog (Depends-on): Add back progreloc's
2622         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
2623
2624 2007-03-03  Bruno Haible  <bruno@clisp.org>
2625
2626         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
2627         * modules/relocatable-lib: New file.
2628
2629 2007-03-03  Bruno Haible  <bruno@clisp.org>
2630
2631         * modules/relocatable-prog: Renamed from modules/relocatable.
2632         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
2633
2634 2007-03-03  Bruno Haible  <bruno@clisp.org>
2635
2636         * modules/relocatable-script (Files): Add doc/relocatable.texi,
2637         m4/relocatable-lib.m4.
2638         (Depends-on): Remove 'relocatable'.
2639         (configure.ac): Add gl_RELOCATABLE_NOP.
2640
2641 2007-03-03  Bruno Haible  <bruno@clisp.org>
2642
2643         * modules/relocatable-prog-wrapper: New file.
2644         * modules/relocatable (Depends-on): Add it. Remove all other
2645         dependencies except progname.
2646         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
2647
2648         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
2649         (gl_FUNC_STRERROR): Nop.
2650         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
2651
2652         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
2653         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
2654
2655         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
2656         (gl_FUNC_READLINK): Update.
2657
2658         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
2659
2660 2007-03-03  Bruno Haible  <bruno@clisp.org>
2661
2662         * lib/xreadlink.c: Include <unistd.h> unconditionally.
2663         * modules/xreadlink (Depends-on): Add unistd.
2664         * modules/xreadlink-with-size (Depends-on): Likewise.
2665
2666 2007-03-03  Bruno Haible  <bruno@clisp.org>
2667
2668         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
2669         extracted from gt_FUNC_SETENV.
2670         (gt_FUNC_SETENV): Remove macro.
2671         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
2672         remove gt_FUNC_SETENV.
2673
2674 2007-03-03  Bruno Haible  <bruno@clisp.org>
2675
2676         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
2677         ENABLE_RELOCATABLE here.
2678         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
2679
2680 2007-03-03  Bruno Haible  <bruno@clisp.org>
2681
2682         * modules/rbtreehash-list-tests (Depends-on): Add progname.
2683         * tests/test-rbtreehash_list.c: Include progname.h.
2684         (main): Call set_program_name.
2685
2686         * modules/rbtree-oset-tests (Depends-on): Add progname.
2687         * tests/test-rbtree_oset.c: Include progname.h.
2688         (main): Call set_program_name.
2689
2690         * modules/rbtree-list-tests (Depends-on): Add progname.
2691         * tests/test-rbtree_list.c: Include progname.h.
2692         (main): Call set_program_name.
2693
2694         * modules/linked-list-tests (Depends-on): Add progname.
2695         * tests/test-linked_list.c: Include progname.h.
2696         (main): Call set_program_name.
2697
2698 2007-03-03  Bruno Haible  <bruno@clisp.org>
2699
2700         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
2701         All uses of __restrict changed to _Restrict_.
2702         * lib/glob_.h (__restrict): Remove macro.
2703
2704 2007-03-02  Bruno Haible  <bruno@clisp.org>
2705
2706         * modules/gettext (configure.ac): Require gettext infrastructure
2707         from version 0.16.1.
2708
2709 2007-03-02  Bruno Haible  <bruno@clisp.org>
2710
2711         * modules/linkedhash-list-tests (Depends-on): Add progname.
2712         * tests/test-linkedhash_list.c: Include progname.h.
2713         (main): Call set_program_name.
2714
2715         * modules/carray-list-tests (Depends-on): Add progname.
2716         * tests/test-carray_list.c: Include progname.h.
2717         (main): Call set_program_name.
2718
2719         * modules/avltreehash-list-tests (Depends-on): Add progname.
2720         * tests/test-avltreehash_list.c: Include progname.h.
2721         (main): Call set_program_name.
2722
2723         * modules/avltree-oset-tests (Depends-on): Add progname.
2724         * tests/test-avltree_oset.c: Include progname.h.
2725         (main): Call set_program_name.
2726
2727         * modules/avltree-list-tests (Depends-on): Add progname.
2728         * tests/test-avltree_list.c: Include progname.h.
2729         (main): Call set_program_name.
2730
2731         * modules/array-oset-tests (Depends-on): Add progname.
2732         * tests/test-array_oset.c: Include progname.h.
2733         (main): Call set_program_name.
2734
2735         * modules/array-list-tests (Depends-on): Add progname.
2736         * tests/test-array_list.c: Include progname.h.
2737         (main): Call set_program_name.
2738
2739         * modules/argp-tests (Depends-on): Add progname.
2740         * tests/test-argp.c: Include argp.h first. Include progname.h.
2741         (main): Call set_program_name.
2742
2743 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2744
2745         * doc/gnulib-tool.texi (Initial import): Reword description of
2746         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
2747         limited effect even if defined after the first system include.
2748
2749 2007-03-01  Bruno Haible  <bruno@clisp.org>
2750
2751         * build-aux/config.libpath: Update to libtool-1.5.22.
2752         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2753
2754 2007-03-01  Bruno Haible  <bruno@clisp.org>
2755
2756         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
2757         foo_CFLAGS.
2758         Reported by Ralf Wildenhues.
2759
2760 2007-03-01  Bruno Haible  <bruno@clisp.org>
2761
2762         * build-aux/install-reloc: Remove object files left over by some
2763         compilers.
2764         Reported by Ralf Wildenhues.
2765
2766 2007-03-01  Bruno Haible  <bruno@clisp.org>
2767
2768         * build-aux/install-reloc: Break long lines.
2769
2770 2007-03-01  Bruno Haible  <bruno@clisp.org>
2771
2772         * doc/relocatable.texi: Document that it may not work on OpenBSD.
2773         Reported by Ralf Wildenhues.
2774
2775 2007-03-01  Bruno Haible  <bruno@clisp.org>
2776
2777         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
2778         include ordering constraints.
2779
2780 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2781
2782         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
2783         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
2784         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
2785         as another example.
2786         * lib/time_.h: Fix misspelling.
2787         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2788         Require gl_HEADER_TIME_H_DEFAULTS.
2789         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
2790         * m4/time_r.m4 (gl_TIME_R): Likewise.
2791         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
2792
2793 2007-03-01  Bruno Haible  <bruno@clisp.org>
2794
2795         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
2796         * m4/utimens.m4 (gl_UTIMENS): Likewise.
2797
2798 2007-03-01  Jim Meyering  <jim@meyering.net>
2799
2800         * modules/xreadlink (Maintainer): Add my name.
2801         * modules/xreadlink-with-size (Depends-on): Alphabetize.
2802
2803 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2804             Bruno Haible  <bruno@clisp.org>
2805
2806         * build-aux/install-reloc: Compile also c-ctype.c.
2807         * build-aux/relocatable.sh.in: New file.
2808         * doc/relocatable.texi: New file.
2809         * doc/relocatable-maint.texi: New file.
2810         * doc/gnulib.texi: Include relocatable-maint.texi.
2811         * lib/progreloc.c: Include unistd.h unconditionally.
2812         * lib/relocwrapper.c: Include unistd.h unconditionally.
2813         Include c-ctype.h.
2814         (add_dotbin): Use c_tolower.
2815         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
2816         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
2817         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
2818         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
2819         to m4/relocatable-lib.m4.
2820         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
2821         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
2822         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
2823         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
2824         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
2825         * modules/relocatable: New file.
2826         * modules/relocatable-lib: New file.
2827         * modules/relocatable-script: New file.
2828
2829 2007-02-28  Bruno Haible  <bruno@clisp.org>
2830
2831         Import --enable-relocatable infrastructure.
2832         * build-aux/config.libpath: New file, from GNU gettext.
2833         * build-aux/install-reloc: New file, from GNU gettext.
2834         * build-aux/reloc-ldflags: New file, from GNU gettext.
2835         * lib/relocatable.h: New file, from GNU gettext.
2836         * lib/relocatable.c: New file, from GNU gettext.
2837         * lib/relocwrapper.c: New file, from GNU gettext.
2838         * m4/relocatable.m4: New file, from GNU gettext.
2839
2840 2007-02-28  Bruno Haible  <bruno@clisp.org>
2841
2842         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2843
2844         * modules/xreadlink: New file, from GNU gettext with modifications.
2845         * lib/xreadlink.c: New file, from GNU gettext.
2846         * lib/xreadlink.h: Add comments.
2847         (xreadlink): New declaration.
2848
2849         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2850         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2851         lib/xreadlink-with-size.c.
2852         (configure.ac): Remove gl_XREADLINK invocation.
2853         (Makefile.am): Augment lib_SOURCES.
2854         * m4/xreadlink.m4: Remove file.
2855         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2856         (xreadlink_with_size): Renamed from xreadink.
2857         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2858         * modules/canonicalize (Depends-on): Replace xreadlink with
2859         xreadlink-with-size.
2860         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2861
2862 2007-02-25  Jim Meyering  <jim@meyering.net>
2863
2864         * build-aux/announce-gen: When complaining about excess arguments,
2865         list them.
2866
2867 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2868
2869         * README: Document signed integer overflow situation more
2870         accurately.
2871
2872 2007-02-25  Bruno Haible  <bruno@clisp.org>
2873
2874         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2875         'a' or 'A' conversion.
2876
2877 2007-02-25  Bruno Haible  <bruno@clisp.org>
2878
2879         * modules/filename: Renamed from modules/pathname.
2880         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2881         lib/concatpath.c with lib/concat-filename.c.
2882         (Makefile.am): Update.
2883         (Include): Replace pathname.h with filename.h.
2884         * lib/filename.h: Renamed from lib/pathname.h.
2885         (concatenated_filename): Renamed from concatenated_pathname.
2886         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2887         (concatenated_filename): Renamed from concatenated_pathname.
2888         * lib/findprog.c: Include filename.h instead of pathname.h.
2889         (find_in_path): Update.
2890         * lib/javacomp.c: Include filename.h instead of pathname.h.
2891         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2892         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2893         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2894         is_oldgcj_14_13_usable, is_javac_usable): Update.
2895         * lib/javaexec.c: Include filename.h instead of pathname.h.
2896         (execute_java_class): Update.
2897         * modules/findprog: Update.
2898         * modules/javacomp: Update.
2899         * modules/javaexec: Update.
2900         * MODULES.html.sh (File system functions): Add 'filename', remove
2901         'pathname'.
2902
2903 2007-02-25  Bruno Haible  <bruno@clisp.org>
2904
2905         * modules/printf-frexpl-tests: New file.
2906         * tests/test-printf-frexpl.c: New file.
2907
2908         * modules/printf-frexpl: New file.
2909         * lib/printf-frexpl.h: New file.
2910         * lib/printf-frexpl.c: New file.
2911         * m4/printf-frexpl.m4: New file.
2912
2913 2007-02-25  Bruno Haible  <bruno@clisp.org>
2914
2915         * modules/printf-frexp-tests: New file.
2916         * tests/test-printf-frexp.c: New file.
2917
2918         * modules/printf-frexp: New file.
2919         * lib/printf-frexp.h: New file.
2920         * lib/printf-frexp.c: New file.
2921         * m4/printf-frexp.m4: New file.
2922
2923 2007-02-25  Bruno Haible  <bruno@clisp.org>
2924
2925         Assume automake >= 1.10 for the tests.
2926         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2927         * modules/arctwo-tests: Likewise.
2928         * modules/argp-tests: Likewise.
2929         * modules/avltree-list-tests: Likewise.
2930         * modules/avltree-oset-tests: Likewise.
2931         * modules/avltreehash-list-tests: Likewise.
2932         * modules/carray-list-tests: Likewise.
2933         * modules/crc-tests: Likewise.
2934         * modules/des-tests: Likewise.
2935         * modules/gc-arcfour-tests: Likewise.
2936         * modules/gc-arctwo-tests: Likewise.
2937         * modules/gc-des-tests: Likewise.
2938         * modules/gc-hmac-md5-tests: Likewise.
2939         * modules/gc-hmac-sha1-tests: Likewise.
2940         * modules/gc-md2-tests: Likewise.
2941         * modules/gc-md4-tests: Likewise.
2942         * modules/gc-md5-tests: Likewise.
2943         * modules/gc-pbkdf2-sha1-tests: Likewise.
2944         * modules/gc-rijndael-tests: Likewise.
2945         * modules/gc-sha1-tests: Likewise.
2946         * modules/gc-tests: Likewise.
2947         * modules/getaddrinfo-tests: Likewise.
2948         * modules/hmac-md5-tests: Likewise.
2949         * modules/hmac-sha1-tests: Likewise.
2950         * modules/linked-list-tests: Likewise.
2951         * modules/linkedhash-list-tests: Likewise.
2952         * modules/lock-tests: Likewise.
2953         * modules/md2-tests: Likewise.
2954         * modules/md4-tests: Likewise.
2955         * modules/md5-tests: Likewise.
2956         * modules/rbtree-list-tests: Likewise.
2957         * modules/rbtree-oset-tests: Likewise.
2958         * modules/rbtreehash-list-tests: Likewise.
2959         * modules/read-file-tests: Likewise.
2960         * modules/rijndael-tests: Likewise.
2961         * modules/stdint-tests: Likewise.
2962         * modules/tls-tests: Likewise.
2963
2964 2007-02-24  Bruno Haible  <bruno@clisp.org>
2965
2966         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2967         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2968         function; instead check whether isnan with a double argument links.
2969         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2970         function; instead check whether isnan with a 'long double' argument
2971         links.
2972         Reported by Eric Blake <ebb9@byu.net>.
2973
2974 2007-02-24  Bruno Haible  <bruno@clisp.org>
2975
2976         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2977         defined.
2978         * lib/isnanl.c: Remove all code. Just include isnan.c.
2979         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2980
2981 2007-02-25  Jim Meyering  <jim@meyering.net>
2982
2983         Avoid conflicting types for 'unsetenv' on FreeBSD.
2984         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2985         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2986         in stdlib.h.
2987
2988 2007-02-24  Bruno Haible  <bruno@clisp.org>
2989
2990         * modules/isnanl-nolibm-tests: New file.
2991         * tests/test-isnanl.c: New file.
2992
2993         * modules/isnanl-nolibm: New file.
2994         * lib/isnanl.h: New file.
2995         * lib/isnanl.c: New file.
2996         * m4/isnanl.m4: New file.
2997
2998 2007-02-24  Bruno Haible  <bruno@clisp.org>
2999
3000         * modules/isnan-nolibm-tests: New file.
3001         * tests/test-isnan.c: New file.
3002
3003         * modules/isnan-nolibm: New file.
3004         * lib/isnan.h: New file.
3005         * lib/isnan.c: New file.
3006         * m4/isnan.m4: New file.
3007
3008 2007-02-24  Bruno Haible  <bruno@clisp.org>
3009
3010         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
3011         assume that an exponent fits in 20 bits.
3012
3013 2007-02-24  Jim Meyering  <jim@meyering.net>
3014
3015         * m4/regex.m4: Update the description of the configure-time option,
3016         --without-included-regex, to state accurately what the defaults are,
3017         and perhaps to give people an idea why using this option is risky.
3018
3019 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
3020
3021         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
3022         loops on small arguments.  This attempts to avoid the problem
3023         Bruno Haible reported for AIX 4.3.2 in
3024         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
3025
3026 2007-02-23  Bruno Haible  <bruno@clisp.org>
3027
3028         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
3029         Needed for help2man.
3030
3031 2007-02-23  Karl Berry  <karl@gnu.org>
3032
3033         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
3034         exists, foo.h should be cvs-ignored, not committed.
3035
3036 2007-02-23  Eric Blake  <ebb9@byu.net>
3037
3038         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
3039         * lib/stat-time.h (includes): Likewise.
3040         * lib/utimecmp.c (includes): Likewise.
3041         * lib/utimens.h (includes): Likewise.
3042         * lib/getdate.y (includes): Also include "timespec.h" for use
3043         internal to the module.
3044         * modules/utimens (Depends-on): Revert yesterday's patch.
3045         * modules/nanosleep (Depends-on): Add missing dependency.
3046
3047 2007-02-22  Bruno Haible  <bruno@clisp.org>
3048
3049         * lib/glob.c: Don't include getlogin_r.h.
3050
3051 2007-02-22  Jim Meyering  <jim@meyering.net>
3052
3053         * modules/utimens (Depends-on): Add timespec, required for
3054         utimens.h's inclusion of timespec.h.
3055
3056 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
3057
3058         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
3059         long unreadable paths in GNU/Linux.  Problem reported by Andreas
3060         Schwab in
3061         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
3062         I'll try to think of a better way to fix the Solaris problem.
3063
3064         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
3065         like glibc; on Solaris 10, it fails with errno == EINVAL.
3066         POSIX says the behavior is unspecified if the first argument is NULL,
3067         so play it safe and never pass NULL to the system getcwd.
3068
3069 2007-02-21  Jim Meyering  <jim@meyering.net>
3070
3071         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
3072         of gettimeofday.  It would conflict with the one now always
3073         provided via sys_time_.h.  Reported by Matthew Woehlke, as
3074         an IRIX 6.5 build failure.
3075
3076 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
3077
3078         Minor fixups to port to Solaris 10 with Sun C 5.8.
3079         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
3080         * modules/getcwd (Depends-on): Add dirfd.
3081         * lib/putenv.c (putenv): #undef it.
3082         (rpl_putenv): New decl.
3083         (malloc, free): Include <stdlib.h> rather than prototyping separately.
3084
3085 2007-02-20  Bruno Haible  <bruno@clisp.org>
3086
3087         * modules/stdio-tests: New file.
3088         * tests/test-stdio.c: New file.
3089
3090         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
3091         (Depends-on): Add stdio.
3092         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
3093         (Include): Use <stdio.h> instead of vsnprintf.h.
3094         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
3095         HAVE_DECL_VSNPRINTF.
3096         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
3097
3098         * modules/snprintf (Files): Remove lib/snprintf.h.
3099         (Depends-on): Add stdio.
3100         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
3101         (Include): Use <stdio.h> instead of snprintf.h.
3102         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
3103         HAVE_DECL_SNPRINTF.
3104         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
3105         * lib/getaddrinfo.c: Likewise.
3106
3107         * modules/stdio: New file.
3108         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
3109         * lib/snprintf.h: Remove file.
3110         * lib/vsnprintf.h: Remove file.
3111         * lib/.cppi-disable: Remove snprintf.h.
3112         * m4/stdio_h.m4: New file.
3113         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
3114
3115 2007-02-20  Jim Meyering  <jim@meyering.net>
3116
3117         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
3118         used by e.g., mingw.  From Bruno Haible.
3119
3120 2007-02-19  Bruno Haible  <bruno@clisp.org>
3121
3122         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
3123         warnings.
3124         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3125
3126 2007-02-19  Bruno Haible  <bruno@clisp.org>
3127
3128         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
3129         from mingw users.
3130
3131 2007-02-19  Bruno Haible  <bruno@clisp.org>
3132
3133         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
3134         warnings.
3135         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
3136
3137 2007-02-19  Jim Meyering  <jim@meyering.net>
3138
3139         Don't use FD after a successful "fdopendir (fd)".
3140         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
3141         Reset it by calling dirfd on the just-obtained DIR*.
3142
3143         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
3144         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
3145
3146 2007-02-18  Bruno Haible  <bruno@clisp.org>
3147
3148         * lib/readlink.c: Include <unistd.h>.
3149         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
3150         HAVE_READLINK.
3151         * modules/readlink (Depends-on): Add unistd.
3152         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3153         (Include): Add <unistd.h>.
3154
3155         * lib/getlogin_r.h: Remove file.
3156         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
3157         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
3158         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
3159         HAVE_DECL_GETLOGIN_R.
3160         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
3161         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3162         (Include): Use <unistd.h> instead of getlogin_r.h.
3163
3164         * lib/getcwd.h: Remove file.
3165         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
3166         * lib/xgetcwd.c: Likewise.
3167         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
3168         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
3169         * modules/getcwd (Files): Remove lib/getcwd.h.
3170         (Depends-on): Add unistd.
3171         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3172         (Include): Use <unistd.h> instad of getcwd.h.
3173
3174         * lib/ftruncate.c: Include <unistd.h> first.
3175         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
3176         Set HAVE_FTRUNCATE.
3177         * modules/ftruncate (Depends-on): Add unistd.
3178         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3179
3180         * lib/fchdir.c: Include <unistd.h> first.
3181         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
3182         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
3183         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
3184         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3185         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
3186
3187         * lib/dup2.c: Include <unistd.h> first.
3188         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
3189         HAVE_DUP2.
3190         * modules/dup2 (Depends-on): Add unistd.
3191         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3192
3193         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
3194         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
3195         REPLACE_CHOWN. Don't define chown as a macro here.
3196         * modules/chown (Depends-on): Add unistd.
3197         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3198
3199         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
3200         Add definition for GL_LINK_WARNING.
3201         (chown, dup2): New declarations.
3202         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
3203         link warning.
3204         (ftruncate): New declaration.
3205         (getcwd): New declaration, taken from old getcwd.h.
3206         (getlogin_r): New declaration, taken from old getlogin_r.h.
3207         (readlink): New declaration.
3208         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
3209         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
3210         (gl_PREREQ_UNISTD): Remove macro.
3211         (gl_UNISTD_MODULE_INDICATOR): New macro.
3212         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
3213         many new variables. Don't set UNISTD_H.
3214         * modules/unistd (Description): Change.
3215         (Depends-on): Add link-warning.
3216         (configure.ac): Update.
3217         (Makefile.am): Create unistd.h always. Substitute many new variables
3218         into it.
3219
3220 2007-02-18  Bruno Haible  <bruno@clisp.org>
3221
3222         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
3223         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
3224         HAVE_GETSUBOPT.
3225         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
3226         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
3227         * lib/getsubopt.h: Remove file.
3228         * modules/getsubopt (Files): Remove lib/getsubopt.h.
3229         (Depends-on): Add stdlib.
3230         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3231         (Includes): Use <stdlib.h> instead of getsubopt.h.
3232         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
3233         Set HAVE_GETSUBOPT.
3234         * lib/getsubopt.c: Don't include getsubopt.h.
3235
3236 2007-02-18  Bruno Haible  <bruno@clisp.org>
3237
3238         * modules/fchdir (Depends-on): Add dup2.
3239
3240 2007-02-18  Bruno Haible  <bruno@clisp.org>
3241
3242         * lib/stdlib_.h: Handle glibc's special invocation convention
3243         specially.
3244
3245 2007-02-18  Bruno Haible  <bruno@clisp.org>
3246
3247         * modules/stdlib-tests: New file.
3248         * tests/test-stdlib.c: New file.
3249
3250         * modules/mkstemp (Files): Remove lib/mkstemp.h.
3251         (Depends-on): Add stdlib.
3252         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3253         (Includes): Use <stdlib.h> instead of mkstemp.h.
3254         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
3255         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
3256         * lib/mkstemp.c: Don't include mkstemp.h.
3257         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
3258         * lib/stdlib--.h: Don't include mkstemp.h.
3259
3260         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
3261         (Depends-on): Add stdlib.
3262         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3263         (Includes): Use <stdlib.h> instead of mkdtemp.h.
3264         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
3265         HAVE_MKDTEMP.
3266         * lib/mkdtemp.c: Don't include mkdtemp.h.
3267         * lib/clean-temp.c: Don't include mkdtemp.h.
3268
3269         * modules/exit (Files): Remove lib/exit.h.
3270         (Depends-on): Add stdlib.
3271         (Makefile.am): Remove lib_SOURCES.
3272         (Include): Use <stdlib.h> instead of exit.h.
3273         * lib/argmatch.c: Don't include exit.h.
3274         * lib/execute.c: Likewise.
3275         * lib/pagealign_alloc.c: Likewise.
3276         * lib/pipe.c: Likewise.
3277         * lib/wait-process.c: Likewise.
3278         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
3279         * lib/exitfail.c: Likewise.
3280         * lib/savewd.c: Likewise.
3281         * lib/xsetenv.c: Likewise.
3282
3283         * modules/stdlib: New file.
3284         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
3285         and extra comments about mkstemp().
3286         * lib/exit.h: Remove file.
3287         * lib/mkdtemp.h: Remove file.
3288         * lib/mkstemp.h: Remove file.
3289         * m4/stdlib_h.m4: New file.
3290         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
3291
3292 2007-02-18  Bruno Haible  <bruno@clisp.org>
3293
3294         * modules/math-tests: New file.
3295         * tests/test-math.c: New file.
3296
3297         * modules/math: New file.
3298         * modules/mathl (Files): Remove lib/mathl.h.
3299         (Depends-on): Add math.
3300         (Makefile.am): Don't mention mathl.h.
3301         (Include): Use <math.h> instead of mathl.h.
3302         * lib/math_.h: New file.
3303         * lib/mathl.h: Remove file.
3304         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
3305         mathl.h.
3306         * lib/asinl.c: Likewise.
3307         * lib/atanl.c: Likewise.
3308         * lib/ceill.c: Likewise.
3309         * lib/cosl.c: Likewise.
3310         * lib/expl.c: Likewise.
3311         * lib/floorl.c: Likewise.
3312         * lib/frexpl.c: Likewise.
3313         * lib/ldexpl.c: Likewise.
3314         * lib/logl.c: Likewise.
3315         * lib/sincosl.c: Likewise.
3316         * lib/sinl.c: Likewise.
3317         * lib/sqrtl.c: Likewise.
3318         * lib/tanl.c: Likewise.
3319         * lib/trigl.c: Likewise.
3320         * m4/math_h.m4: New file.
3321         * MODULES.html.sh (Mathematics): Add math.
3322
3323 2007-02-17  Bruno Haible  <bruno@clisp.org>
3324
3325         * modules/wctype-tests: New file.
3326         * tests/test-wctype.c: New file.
3327
3328         * modules/wchar-tests: New file.
3329         * tests/test-wchar.c: New file.
3330
3331         * modules/unistd-tests: New file.
3332         * tests/test-unistd.c: New file.
3333
3334         * modules/time-tests: New file.
3335         * tests/test-time.c: New file.
3336
3337         * modules/sysexits-tests: New file.
3338         * tests/test-sysexits.c: New file.
3339
3340         * modules/sys_time-tests: New file.
3341         * tests/test-sys_time.c: New file.
3342
3343         * modules/sys_stat-tests: New file.
3344         * tests/test-sys_stat.c: New file.
3345
3346         * modules/sys_socket-tests: New file.
3347         * tests/test-sys_socket.c: New file.
3348
3349         * modules/sys_select-tests: New file.
3350         * tests/test-sys_select.c: New file.
3351
3352         * modules/string-tests: New file.
3353         * tests/test-string.c: New file.
3354
3355         * modules/stdbool-tests: New file.
3356         * tests/test-stdbool.c: New file.
3357
3358         * modules/netinet_in-tests: New file.
3359         * tests/test-netinet_in.c: New file.
3360
3361         * modules/inttypes-tests: New file.
3362         * tests/test-inttypes.c: New file.
3363
3364         * modules/fcntl-tests: New file.
3365         * tests/test-fcntl.c: New file.
3366
3367         * modules/byteswap-tests: New file.
3368         * tests/test-byteswap.c: New file.
3369
3370         * modules/arpa_inet-tests: New file.
3371         * tests/test-arpa_inet.c: New file.
3372
3373 2007-02-17  Bruno Haible  <bruno@clisp.org>
3374
3375         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
3376         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
3377         if the corresponding module is not enabled. Emit link warnings if
3378         the function is used nevertheless.
3379         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
3380         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
3381         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
3382         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
3383         * modules/inttypes (Depends-on): Add link-warning.
3384         (Makefile.am): Copy the contents of build-aux/link-warning.h into
3385         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
3386         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
3387         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
3388         * modules/imaxdiv (configure.ac): Likewise.
3389         * modules/strtoimax (configure.ac): Likewise.
3390         * modules/strtoumax (configure.ac): Likewise.
3391
3392 2007-02-17  Bruno Haible  <bruno@clisp.org>
3393
3394         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
3395         gl_STRING_MODULE_INDICATOR_DEFAULTS.
3396         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
3397         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
3398
3399 2007-02-17  Bruno Haible  <bruno@clisp.org>
3400
3401         * modules/link-warning: New file.
3402         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
3403         * lib/string_.h (GL_LINK_WARNING): Remove definition.
3404         * modules/string (Depends-on): Add link-warning.
3405         (Makefile.am): Copy the contents of build-aux/link-warning.h into
3406         string.h.
3407         * MODULES.html.sh (Support for building libraries and executables): Add
3408         link-warning.
3409
3410 2007-02-17  Bruno Haible  <bruno@clisp.org>
3411
3412         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
3413         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
3414         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
3415         long lines.
3416
3417 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
3418             Bruno Haible  <bruno@clisp.org>
3419
3420         * modules/tmpfile: New file.
3421         * lib/tmpfile.c: New file.
3422         * m4/tmpfile.m4: New file.
3423         * MODULES.html.sh (func_all_modules): New section "Input/output".
3424
3425 2007-02-15  Bruno Haible  <bruno@clisp.org>
3426
3427         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
3428         (supports_delete_on_close): New function.
3429         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
3430
3431 2007-02-14  Bruno Haible  <bruno@clisp.org>
3432
3433         * modules/mbspcasecmp-tests: New file.
3434         * tests/test-mbspcasecmp.sh: New file.
3435         * tests/test-mbspcasecmp.c: New file.
3436
3437         New module mbspcasecmp.
3438         * modules/mbspcasecmp: New file.
3439         * lib/mbspcasecmp.c: New file.
3440         * lib/string_.h (strncasecmp): Change warning message.
3441         (mbspcasecmp): New declaration.
3442         * m4/mbspcasecmp.m4: New file.
3443         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3444         GNULIB_MBSPCASECMP.
3445         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
3446         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
3447
3448 2007-02-14  Bruno Haible  <bruno@clisp.org>
3449
3450         * modules/mbsncasecmp-tests: New file.
3451         * tests/test-mbsncasecmp.sh: New file.
3452         * tests/test-mbsncasecmp.c: New file.
3453
3454         New module mbsncasecmp.
3455         * modules/mbsncasecmp: New file.
3456         * lib/mbsncasecmp.c: New file.
3457         * lib/string_.h (mbsncasecmp): New declaration.
3458         * m4/mbsncasecmp.m4: New file.
3459         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3460         GNULIB_MBSNCASECMP.
3461         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
3462         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
3463
3464 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3465
3466         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
3467         Verify that it doesn't overlap with our flags.
3468         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
3469         do not have the desired effect in multibyte locales; instead, use
3470         mbscasecmp.
3471         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
3472         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
3473         we don't require GNU fnmatch ourselves (if our users require it, they
3474         should do so explicitly).
3475
3476         Fix regex code so it doesn't rely on strcasecmp.
3477         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
3478         Otherwise, include gnulib's langinfo.h.
3479         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
3480         undesirable behavior in non-C locales.  Instead, rely on localecharset.
3481         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
3482         * modules/regex (FILES): Remove m4/codeset.m4.
3483         (Depends-on): Add localcharset.  Remove strcase.
3484
3485 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3486
3487         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
3488         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
3489
3490 2007-02-13  Bruno Haible  <bruno@clisp.org>
3491
3492         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
3493         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3494
3495 2007-02-12  Bruno Haible  <bruno@clisp.org>
3496
3497         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3498         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
3499         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
3500         time warning rather than a link error.
3501
3502 2007-02-12  Bruno Haible  <bruno@clisp.org>
3503
3504         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
3505         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3506         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3507
3508 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3509
3510         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
3511         args, not 2.
3512
3513 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3514
3515         New module 'time', so that apps can include <time.h> as per
3516         POSIX and GNU instead of separate include files like time_r.h
3517         and timegm.h.  This implementation tries out a simpler approach
3518         for replacing decls in standard include files (as compared to
3519         the string module), somewhat as an experiment.
3520
3521         * config/srclist.txt: Comment out mktime.c for now.
3522         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
3523         since it doesn't apply any more.  Use generic wording instead.
3524         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
3525         'time'.
3526         * lib/time_.h, m4/time_h.m4, modules/time: New files.
3527         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
3528         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
3529         Don't include <sys/types.h>; no longer needed since we assume C89.
3530         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
3531         * lib/strftime.c: Likewise.
3532         * lib/time_r.c: Likewise.
3533         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
3534         * lib/nanosleep.c: Include <time.h> first, to check interface.
3535         * lib/strptime.c: Likewise.
3536         * lib/time_r.c: Likewise.
3537         * lib/timegm.c: Likewise.
3538         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
3539         needed.
3540         * lib/timegm.c: Don't include timegm.h; no longer needed.
3541         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
3542         time.h now handles any problems in that area.
3543         (struct timespec, nanosleep): Remove; time.h now arranges for these.
3544         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
3545         that time.h defines struct timespec.
3546         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
3547         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
3548         handles that.
3549         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
3550         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
3551         needed.  Set REPLACE_LOCALTIME.
3552         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
3553         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
3554         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
3555         nanosleep; time_h.m4 now does that.  Don't require
3556         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
3557         module handles this now.
3558         * modules/getdate (Depends-on): Remove timespec.  Add time.
3559         * modules/nanosleep (Depends-on): Likewise.
3560         * modules/stat-time (Depends-on): Likewise.
3561         * modules/nanosleep (Include): Include time.h, not timespec.h.
3562         * modules/strptime (Files): Remove lib/strptime.h.
3563         (Depends-on): Add extensions, time.
3564         (Include): Include time.h, not strptime.h.
3565         * modules/time_r (Files): Remove lib/time_r.h.
3566         (Depends-on): Add time.
3567         (Include): Include time.h, not time_r.h.
3568         * modules/timegm: Likewise.
3569         * modules/timespec (Description): Now does timespec-related decls
3570         of our own, instead of struct timespec itself.
3571         (Depends-on): Add time; remove extensions.
3572         (Maintainer): Add self.
3573         * modules/utimecmp (Depends-on): Add time; remove timespec.
3574         * modules/utimens (Depends-on): Likewise.
3575         * modules/xnanosleep (Depends-on): Likewise.
3576
3577 2007-02-11  Bruno Haible  <bruno@clisp.org>
3578
3579         * lib/c-strstr.c: Include allocsa.h.
3580         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3581         * lib/c-strcasestr.c: Include allocsa.h.
3582         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3583         * lib/strcasestr.c: Include allocsa.h.
3584         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3585         * lib/mbsstr.c: Include allocsa.h.
3586         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3587         allocsa/freesa instead of malloc/free.
3588         * lib/mbscasestr.c: Include allocsa.h.
3589         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3590         allocsa/freesa instead of malloc/free.
3591         * modules/c-strstr (Depends-on): Add allocsa.
3592         * modules/c-strcasestr (Depends-on): Likewise.
3593         * modules/strcasestr (Depends-on): Likewise.
3594         * modules/mbsstr (Depends-on): Likewise.
3595         * modules/mbscasestr (Depends-on): Likewise.
3596
3597 2007-02-11  Bruno Haible  <bruno@clisp.org>
3598
3599         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
3600
3601         * modules/mbsspn-tests: New file.
3602         * tests/test-mbsspn.sh: New file.
3603         * tests/test-mbsspn.c: New file.
3604
3605 2007-02-11  Bruno Haible  <bruno@clisp.org>
3606
3607         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
3608
3609         * modules/mbspbrk-tests: New file.
3610         * tests/test-mbspbrk.sh: New file.
3611         * tests/test-mbspbrk.c: New file.
3612
3613 2007-02-11  Bruno Haible  <bruno@clisp.org>
3614
3615         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
3616         unneeded cast.
3617
3618         * modules/mbscspn-tests: New file.
3619         * tests/test-mbscspn.sh: New file.
3620         * tests/test-mbscspn.c: New file.
3621
3622 2007-02-11  Bruno Haible  <bruno@clisp.org>
3623
3624         * modules/mbscasecmp-tests: New file.
3625         * tests/test-mbscasecmp.sh: New file.
3626         * tests/test-mbscasecmp.c: New file.
3627
3628 2007-02-11  Bruno Haible  <bruno@clisp.org>
3629
3630         Ensure O(n) worst-case complexity of mbscasestr.
3631         * lib/mbscasestr.c: Include stdbool.h.
3632         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3633         functions.
3634         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
3635         the bookkeeping indicates that it's worth it.
3636         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
3637
3638         * modules/mbscasestr-tests: New file.
3639         * tests/test-mbscasestr1.c: New file.
3640         * tests/test-mbscasestr2.sh: New file.
3641         * tests/test-mbscasestr2.c: New file.
3642         * tests/test-mbscasestr3.sh: New file.
3643         * tests/test-mbscasestr3.c: New file.
3644         * tests/test-mbscasestr4.sh: New file.
3645         * tests/test-mbscasestr4.c: New file.
3646         * m4/locale-tr.m4: New file.
3647
3648 2007-02-11  Bruno Haible  <bruno@clisp.org>
3649
3650         Ensure O(n) worst-case complexity of mbsstr.
3651         * lib/mbsstr.c: Include stdbool.h.
3652         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3653         functions.
3654         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
3655         bookkeeping indicates that it's worth it.
3656         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
3657
3658         * modules/mbsstr-tests: New file.
3659         * tests/test-mbsstr1.c: New file.
3660         * tests/test-mbsstr2.sh: New file.
3661         * tests/test-mbsstr2.c: New file.
3662         * tests/test-mbsstr3.sh: New file.
3663         * tests/test-mbsstr3.c: New file.
3664         * m4/locale-fr.m4: New file.
3665
3666 2007-02-11  Bruno Haible  <bruno@clisp.org>
3667
3668         * lib/mbsrchr.c (mbsrchr): Fix bug.
3669
3670         * modules/mbsrchr-tests: New file.
3671         * tests/test-mbsrchr.sh: New file.
3672         * tests/test-mbsrchr.c: New file.
3673
3674 2007-02-11  Bruno Haible  <bruno@clisp.org>
3675
3676         * lib/mbschr.c (mbschr): Fix bug.
3677
3678         * modules/mbschr-tests: New file.
3679         * tests/test-mbschr.sh: New file.
3680         * tests/test-mbschr.c: New file.
3681         * m4/locale-zh.m4: New file.
3682
3683 2007-02-11  Bruno Haible  <bruno@clisp.org>
3684
3685         Support for copying multibyte string iterators.
3686         * lib/mbiter.h: Include <string.h>.
3687         (mbiter_multi_copy): New function.
3688         (mbi_copy): New macro.
3689         * lib/mbuiter.h: Include <string.h>.
3690         (mbuiter_multi_copy): New function.
3691         (mbui_copy): New macro.
3692
3693 2007-02-11  Bruno Haible  <bruno@clisp.org>
3694
3695         New module mbslen.
3696         * modules/mbslen: New file.
3697         * lib/mbslen.c: New file.
3698         * lib/string_.h (mbslen): New declaration.
3699         * m4/mbslen.m4: New file.
3700         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3701         GNULIB_MBSLEN.
3702         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
3703         * MODULES.html.sh (Internationalization functions): Add mbslen.
3704
3705 2007-02-11  Bruno Haible  <bruno@clisp.org>
3706
3707         Ensure O(n) worst-case complexity of strcasestr substitute.
3708         * lib/strcasestr.c: Include stdbool.h.
3709         (knuth_morris_pratt): New function.
3710         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3711         bookkeeping indicates that it's worth it.
3712         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
3713
3714         * modules/strcasestr-tests: New file.
3715         * tests/test-strcasestr.c: New file.
3716
3717 2007-02-11  Bruno Haible  <bruno@clisp.org>
3718
3719         Ensure O(n) worst-case complexity of c_strcasestr.
3720         * lib/c-strcasestr.c: Include stdbool.h, string.h.
3721         (knuth_morris_pratt): New function.
3722         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
3723         the bookkeeping indicates that it's worth it.
3724         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
3725
3726         * modules/c-strcasestr-tests: New file.
3727         * tests/test-c-strcasestr.c: New file.
3728
3729 2007-02-11  Bruno Haible  <bruno@clisp.org>
3730
3731         Ensure O(n) worst-case complexity of c_strstr.
3732         * lib/c-strstr.c: Include stdbool.h, string.h.
3733         (knuth_morris_pratt): New function.
3734         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3735         bookkeeping indicates that it's worth it.
3736         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
3737
3738         * lib/c-strstr.c: Complete rewrite for maintainability.
3739
3740         * modules/c-strstr-tests: New file.
3741         * tests/test-c-strstr.c: New file.
3742
3743 2007-02-11  Bruno Haible  <bruno@clisp.org>
3744
3745         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
3746         5.2.1 and earlier, whereby \055 was treated just like the range
3747         delimiter '-'.
3748         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3749
3750 2007-02-08  Bruno Haible  <bruno@clisp.org>
3751
3752         * modules/regex (Depends-on): Add stdbool.
3753         Reported by Dalibor Topic <robilad@kaffe.org>.
3754
3755 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3756
3757         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
3758         Prefer returning from main to exiting from it.
3759         Remove unnecessary parens after sizeof.
3760
3761 2007-02-05  Bruno Haible  <bruno@clisp.org>
3762
3763         New module mbssep.
3764         * modules/mbssep: New file.
3765         * lib/mbssep.c: New file.
3766         * lib/string_.h (strsep): Add a conditional link warning.
3767         (mbssep): New declaration.
3768         * m4/mbssep.m4: New file.
3769         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3770         GNULIB_MBSSEP.
3771         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
3772         * MODULES.html.sh (Internationalization functions): Add mbssep.
3773
3774 2007-02-05  Bruno Haible  <bruno@clisp.org>
3775
3776         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
3777         Optimize search in case of 1 delimiter.
3778
3779 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3780
3781         * lib/acl.h: Include sys/types.h before sys/acl.h.
3782
3783 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3784
3785         Merge upstream fix for glibc bugzilla #3957:
3786
3787         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3788
3789         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3790         bit for RE_HAT_LISTS_NOT_NEWLINE.
3791         (build_charclass_op): Remove bogus comment.
3792
3793 2007-02-05  Simon Josefsson  <simon@josefsson.org>
3794
3795         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
3796
3797 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3798
3799         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
3800         * lib/memmem.c [!defined _LIBC]: Include config.h.
3801
3802 2007-02-04  Bruno Haible  <bruno@clisp.org>
3803
3804         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
3805         warning message.
3806
3807 2007-02-04  Bruno Haible  <bruno@clisp.org>
3808
3809         New module mbstok_r.
3810         * modules/mbstok_r: New file.
3811         * lib/mbstok_r.c: New file.
3812         * lib/string_.h (strtok_r): Change argument names to match the
3813         comments. Add a conditional link warning.
3814         (mbstok_r): New declaration.
3815         * m4/mbstok_r.m4: New file.
3816         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3817         GNULIB_MBSTOK_R.
3818         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
3819         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
3820
3821 2007-02-04  Bruno Haible  <bruno@clisp.org>
3822
3823         New module mbsspn.
3824         * modules/mbsspn: New file.
3825         * lib/mbsspn.c: New file.
3826         * lib/string_.h (strspn): Add a conditional link warning.
3827         (mbsspn): New declaration.
3828         * m4/mbsspn.m4: New file.
3829         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3830         GNULIB_MBSSPN.
3831         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
3832         * MODULES.html.sh (Internationalization functions): Add mbsspn.
3833
3834 2007-02-04  Bruno Haible  <bruno@clisp.org>
3835
3836         New module mbspbrk.
3837         * modules/mbspbrk: New file.
3838         * lib/mbspbrk.c: New file.
3839         * lib/string_.h (strpbrk): Add a conditional link warning.
3840         (mbspbrk): New declaration.
3841         * m4/mbspbrk.m4: New file.
3842         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3843         GNULIB_MBSPBRK.
3844         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3845         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3846
3847 2007-02-04  Bruno Haible  <bruno@clisp.org>
3848
3849         New module mbscspn.
3850         * modules/mbscspn: New file.
3851         * lib/mbscspn.c: New file.
3852         * lib/string_.h (strcspn): Add a conditional link warning.
3853         (mbscspn): New declaration.
3854         * m4/mbscspn.m4: New file.
3855         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3856         GNULIB_MBSCSPN.
3857         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3858         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3859
3860 2007-02-04  Bruno Haible  <bruno@clisp.org>
3861
3862         New module mbscasestr, reduced goal of strcasestr.
3863         * modules/mbscasestr: New file.
3864         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3865         (mbscasestr): Renamed from strcasestr.
3866         * lib/strcasestr.c: Don't include mbuiter.h.
3867         (strcasestr): Remove support for multibyte locales.
3868         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3869         Change the conditional link warning.
3870         (mbscasestr): New declaration.
3871         * m4/mbscasestr.m4: New file.
3872         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3873         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3874         REPLACE_STRCASESTR.
3875         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3876         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3877         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3878         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3879         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3880         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3881         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3882         (Depends-on): Remove mbuiter.
3883         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3884
3885 2007-02-04  Bruno Haible  <bruno@clisp.org>
3886
3887         Simplify handling of strncasecmp.
3888         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3889         the conditional link warning.
3890         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3891         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3892         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3893         * modules/strcase (configure.ac): Don't invoke
3894         gl_STRING_MODULE_INDICATOR.
3895         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3896
3897 2007-02-04  Bruno Haible  <bruno@clisp.org>
3898
3899         New module mbscasecmp, reduced goal of strcasecmp.
3900         * modules/mbscasecmp: New file.
3901         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3902         (mbscasecmp): Renamed from strcasecmp.
3903         * lib/strcasecmp.c: Don't include mbuiter.h.
3904         (strcasecmp): Remove support for multibyte locales.
3905         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3906         Change the conditional link warning.
3907         (mbscasecmp): New declaration.
3908         * m4/mbscasecmp.m4: New file.
3909         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3910         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3911         REPLACE_STRCASECMP.
3912         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3913         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3914         GNULIB_MBSCASECMP.
3915         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3916         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3917         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3918         (Depends-on): Remove mbuiter.
3919         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3920
3921 2007-02-04  Bruno Haible  <bruno@clisp.org>
3922
3923         New module mbsstr. Remove module strstr.
3924         * modules/mbsstr: New file.
3925         * modules/strstr: Remove file.
3926         * lib/mbsstr.c: Renamed from lib/strstr.c.
3927         (mbsstr): Renamed from strstr.
3928         * lib/string_.h (strstr): Remove declaration. Change the conditional
3929         link warning.
3930         (mbsstr): New declaration.
3931         * m4/mbsstr.m4: New file.
3932         * m4/strstr.m4: Remove file.
3933         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3934         REPLACE_STRSTR.
3935         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3936         Don't initialize GNULIB_STRSTR.
3937         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3938         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3939         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3940         (Support for systems lacking ANSI C 89): Remove strstr.
3941
3942 2007-02-04  Bruno Haible  <bruno@clisp.org>
3943
3944         New module mbsrchr.
3945         * modules/mbsrchr: New file.
3946         * lib/mbsrchr.c: New file.
3947         * lib/string_.h (strrchr): Add a conditional link warning.
3948         (mbsrchr): New declaration.
3949         * m4/mbsrchr.m4: New file.
3950         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3951         GNULIB_MBSRCHR.
3952         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3953         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3954
3955 2007-02-04  Bruno Haible  <bruno@clisp.org>
3956
3957         New module mbschr.
3958         * modules/mbschr: New file.
3959         * lib/mbschr.c: New file.
3960         * lib/string_.h (strchr): Add a conditional link warning.
3961         (mbschr): New declaration.
3962         * m4/mbschr.m4: New file.
3963         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3964         GNULIB_MBSCHR.
3965         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3966         * MODULES.html.sh (Internationalization functions): Add mbschr.
3967
3968 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3969
3970         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3971
3972         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3973
3974 2007-02-04  Bruno Haible  <bruno@clisp.org>
3975
3976         New module description section 'configure.ac-early'.
3977         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3978         (func_get_autoconf_early_snippet): New function.
3979         (func_import, func_create_testdir): Use it. Remove special cases for
3980         modules 'extensions' and 'lock'.
3981         * modules/extensions (configure.ac-early): Require
3982         gl_USE_SYSTEM_EXTENSIONS.
3983         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3984
3985 2007-02-04  Bruno Haible  <bruno@clisp.org>
3986
3987         Make use of gcj-4.3's -fsource and -ftarget option.
3988         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3989         and if so try the options -fsource and -ftarget.
3990         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3991         source_version, ftarget_option, target_version arguments.
3992         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3993         (is_envjavac_oldgcj_14_14_usable): Renamed from
3994         is_envjavac_gcj_14_14_usable.
3995         (is_envjavac_oldgcj_14_13_usable): Renamed from
3996         is_envjavac_gcj_14_13_usable.
3997         (is_gcj_present): Update.
3998         (is_gcj_43, is_gcj43_usable): New functions.
3999         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
4000         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
4001         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
4002         try the options -fsource and -ftarget.
4003
4004 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4005
4006         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
4007         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
4008         larger value.
4009
4010 2007-02-03  Jim Meyering  <jim@meyering.net>
4011
4012         Give tools a better chance to allocate space for very large buffers.
4013         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
4014
4015         Make pwd and readlink work also when run with an unreadable parent dir
4016         on systems with openat support.
4017         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
4018         provided getcwd function, even when we have openat support.
4019         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
4020
4021 2007-02-02  Bruno Haible  <bruno@clisp.org>
4022
4023         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
4024         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
4025         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
4026         portability problems if one of these functions is only used on specific
4027         platforms.
4028         Reported by Paul Eggert.
4029
4030 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
4031
4032         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
4033         is causing more trouble than it's curing.
4034         * lib/regex_internal.h (__mempcpy): Remove.
4035         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
4036         (and make the code a tad smaller to boot).
4037         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
4038
4039 2007-02-02  Jim Meyering  <jim@meyering.net>
4040
4041         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
4042         section, not in the Makefile.am: one.
4043
4044 2007-02-02  Eric Blake  <ebb9@byu.net>
4045
4046         * lib/strchrnul.c: Always include config.h first.
4047
4048         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
4049         gnulib strstr is not necessary here.
4050
4051 2007-02-02  Simon Josefsson  <simon@josefsson.org>
4052
4053         * m4/socklen.m4: Fix typo.
4054
4055 2007-02-02  Eric Blake  <ebb9@byu.net>
4056
4057         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
4058         * modules/netinet_in (Makefile.am): Likewise.
4059
4060 2007-02-01  Bruno Haible  <bruno@clisp.org>
4061
4062         * lib/string_.h (GL_LINK_WARNING): New macro.
4063         (strcasecmp, strstr, strcasestr): If provided by the system,
4064         conditionally define as a macro that leads to a warning instead of to
4065         an error.
4066         (strncasecmp): Conditionally define as a macro that leads to a warning.
4067
4068 2007-02-01  Karl Berry  <karl@gnu.org>
4069
4070         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
4071
4072 2007-02-01  Bruno Haible  <bruno@clisp.org>
4073
4074         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
4075         renamings.
4076
4077 2007-02-01  Eric Blake  <ebb9@byu.net>
4078
4079         * modules/regex (Depends-on): Revert dependence on mempcpy.
4080         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
4081         module's definition of mempcpy.
4082         Reported by Paul Eggert.
4083
4084 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4085
4086         * lib/string_.h: If the gnulib module XYZ is not present, undefine
4087         the symbol XYZ before redefining it.  This fixes a problem with
4088         programs that don't use XYZ, when compiled on systems that define
4089         XYZ to something else.
4090
4091 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
4092
4093         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
4094         occurs when "mkdir -m foo" creates a setgid directory that is (1)
4095         writeable to group or other and (2) is intended to have a special
4096         mode bit that is set or cleared.  In such a case, the directory
4097         should be neither group- nor other-writeable until the special
4098         mode bits are right.
4099
4100 2007-01-31  Eric Blake  <ebb9@byu.net>
4101
4102         * modules/mountlist (Depends-on): Add strstr.
4103
4104         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
4105         bug.
4106         * modules/string (Makefile.am): Remove redundant replacement.
4107         * modules/regex (Depends-on): Add mempcpy.
4108
4109 2007-01-31  Bruno Haible  <bruno@clisp.org>
4110
4111         New module description field 'Link'.
4112         * gnulib-tool (func_usage): Document --extract-link-directive.
4113         (sed_extract_prog): Recognize 'Link' directive.
4114         (func_get_link_directive): New function.
4115         (func_import): Show summary of link directives.
4116         Handle --extract-link-directive option.
4117         * modules/acl (Link): New section.
4118         * modules/clock-time (Link): New section.
4119         * modules/euidaccess (Link): New section.
4120         * modules/gettext (Link): New section.
4121         * modules/iconv (Link): New section.
4122         * modules/lock (Link): New section.
4123         * modules/nanosleep (Link): New section.
4124         * modules/readline (Link): New section.
4125
4126 2007-01-27  Bruno Haible  <bruno@clisp.org>
4127
4128         Enforce the use of gnulib modules for unportable <string.h> functions.
4129         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
4130         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
4131         (gl_HEADER_STRING_H_BODY): Require it.
4132         * lib/string_.h: If the gnulib module XYZ is not present, redefine
4133         the symbol XYZ to one that gives a link error.
4134         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
4135         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
4136         * modules/mempcpy (configure.ac): Likewise.
4137         * modules/memrchr (configure.ac): Likewise.
4138         * modules/stpcpy (configure.ac): Likewise.
4139         * modules/stpncpy (configure.ac): Likewise.
4140         * modules/strcase (configure.ac): Likewise.
4141         * modules/strcasestr (configure.ac): Likewise.
4142         * modules/strchrnul (configure.ac): Likewise.
4143         * modules/strdup (configure.ac): Likewise.
4144         * modules/strndup (configure.ac): Likewise.
4145         * modules/strnlen (configure.ac): Likewise.
4146         * modules/strpbrk (configure.ac): Likewise.
4147         * modules/strsep (configure.ac): Likewise.
4148         * modules/strstr (configure.ac): Likewise.
4149         * modules/strtok_r (configure.ac): Likewise.
4150
4151 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
4152
4153         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
4154
4155 2007-01-30  Jim Meyering  <jim@meyering.net>
4156
4157         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
4158
4159 2007-01-29  Bruno Haible  <bruno@clisp.org>
4160
4161         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
4162         * lib/execute.c: Likewise.
4163         * lib/pipe.c: Likewise.
4164         * lib/printf-args.h: Likewise.
4165         * lib/printf-args.c: Likewise.
4166         * lib/printf-parse.c: Likewise.
4167         * lib/vasnprintf.c: Likewise.
4168
4169 2007-01-29  Eric Blake  <ebb9@byu.net>
4170
4171         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
4172         declaration.
4173
4174 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
4175
4176         * lib/strptime.h (strptime): Use 'restrict' for args where
4177         POSIX requires this.
4178         * lib/strptime.c (strptime): Likewise.
4179         Change license notice from LGPL to GPL, since gnulib-tool will
4180         change this as needed.
4181         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
4182         defined.
4183         Include "strptime.h" first, to check interface.
4184         Do not #undef _LIBC and _NL_CURRENT.
4185         Do not include <stdlib.h>; no longer needed.
4186         Include "time_r.h" and declare ptime_locale_status
4187         only if _LIBC is not defined.
4188         (__P): Remove unused macro.
4189         (match_string): Bring back glibc version, but use it only if _LIBC
4190         is defined.
4191         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
4192         Remove unnecessary assertion and abort() call.
4193         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
4194         * m4/strptime.m4: Fix serial number comment.
4195         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
4196         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
4197         (Depends-on): Add time_r.
4198
4199 2007-01-29  Bruno Haible  <bruno@clisp.org>
4200
4201         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4202         strptime.
4203         * modules/strptime (Depends-on): Add stdbool.
4204         * lib/strptime.h: Include <time.h> always. Add comments.
4205
4206 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4207
4208         * modules/strptime: New file.
4209         * lib/strptime.h: New file.
4210         * lib/strptime.c: New file.
4211         * m4/strptime.m4: New file.
4212
4213 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
4214
4215         * MODULES.html.sh: New module mpsort.
4216         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
4217
4218         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
4219         a circularity problem with HP-UX ia64 reported by Bob Proulx in
4220         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
4221         All uses changed.
4222         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
4223         All uses changed.
4224         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
4225         to _Restrict_.
4226         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
4227         the parameter matches the prototype.
4228
4229 2007-01-28  Jim Meyering  <jim@meyering.net>
4230
4231         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
4232         sys/time.h here, reverting that part of the previous patch:
4233         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
4234
4235 2007-01-28  Bruno Haible  <bruno@clisp.org>
4236
4237         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
4238         value of $(SYS_TIME_H).
4239         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
4240         remove it conditionally, too. [added by Jim Meyering]
4241         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
4242         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4243         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
4244         GETTIMEOFDAY_REPLACEMENT to 1.
4245
4246 2007-01-28  Bruno Haible  <bruno@clisp.org>
4247
4248         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
4249         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
4250         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
4251         Set UNISTD_H instead of UNISTD_H2.
4252         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
4253
4254 2007-01-28  Bruno Haible  <bruno@clisp.org>
4255
4256         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
4257         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
4258
4259 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4260
4261         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
4262         (func_create_testdir): Ensure C locale for `grep' and `tr'
4263         character ranges.
4264         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
4265         ACLOCAL_AMFLAGS parsing state machine.
4266
4267 2007-01-27  Bruno Haible  <bruno@clisp.org>
4268
4269         * modules/unistr/base: Update.
4270
4271 2007-01-27  Bruno Haible  <bruno@clisp.org>
4272
4273         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
4274         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
4275         * modules/unistr/u32-mbtouc-unsafe: Renamed from
4276         modules/unistr/u32-mbtouc.
4277         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
4278         * lib/unistr.h: Update.
4279         * lib/linebreak.c: Update.
4280         * modules/unistr/u32-mbtouc: Renamed from
4281         modules/unistr/u32-mbtouc-safe.
4282         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
4283         * lib/unistr.h: Update.
4284         * lib/unistr/u32-to-u8.c: Update.
4285         * lib/unistr/u32-to-u16.c: Update.
4286
4287 2007-01-27  Bruno Haible  <bruno@clisp.org>
4288
4289         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
4290         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
4291         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
4292         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
4293         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
4294         * modules/unistr/u16-mbtouc-unsafe: Renamed from
4295         modules/unistr/u16-mbtouc.
4296         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
4297         * lib/unistr.h: Update.
4298         * lib/linebreak.c: Update.
4299         * modules/linebreak: Update.
4300         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
4301         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
4302         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
4303         * modules/unistr/u16-mbtouc: Renamed from
4304         modules/unistr/u16-mbtouc-safe.
4305         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
4306         * lib/unistr.h: Update.
4307         * lib/unistr/u16-to-u8.c: Update.
4308         * modules/unistr/u16-to-u8: Update.
4309         * lib/unistr/u16-to-u32.c: Update.
4310         * modules/unistr/u16-to-u32: Update.
4311
4312 2007-01-27  Bruno Haible  <bruno@clisp.org>
4313
4314         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
4315         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
4316         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
4317         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
4318         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
4319         * modules/unistr/u8-mbtouc-unsafe: Renamed from
4320         modules/unistr/u8-mbtouc.
4321         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
4322         * lib/unistr.h: Update.
4323         * lib/striconveh.c: Update.
4324         * modules/striconveh: Update.
4325         * lib/linebreak.c: Update.
4326         * modules/linebreak: Update.
4327         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
4328         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
4329         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
4330         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
4331         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
4332         * lib/unistr.h: Update.
4333         * lib/striconveh.c: Update.
4334         * modules/striconveh: Update.
4335         * lib/unistr/u8-to-u16.c: Update.
4336         * modules/unistr/u8-to-u16: Update.
4337         * lib/unistr/u8-to-u32.c: Update.
4338         * modules/unistr/u8-to-u32: Update.
4339
4340 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4341
4342         Sync from Libtool.
4343         * lib/argz.c: Do not include strings.h nor memory.h, include
4344         string.h unconditionally.  Patch by Simon Josefsson.
4345
4346 2007-01-27  Bruno Haible  <bruno@clisp.org>
4347
4348         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
4349         from gl_HEADER_STRING_H_BODY.
4350         (gl_HEADER_STRING_H_BODY): Require it.
4351         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
4352         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
4353         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
4354         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
4355         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4356         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
4357         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4358         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
4359         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
4360         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4361         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
4362         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
4363         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
4364         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4365         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4366
4367 2007-01-27  Bruno Haible  <bruno@clisp.org>
4368
4369         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
4370         check_PROGRAMS into noinst_PROGRAMS.
4371         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
4372         check_PROGRAMS in this case.
4373         (func_import): Set for_test to false.
4374         (func_create_testdir): Set for_test to true.
4375
4376 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4377             Bruno Haible  <bruno@clisp.org>
4378
4379         * modules/strcasestr (Files): Remove lib/strcasestr.h.
4380         (Depends-on): Add string.
4381         (Includes): Use <string.h> instead of strcasestr.h.
4382         * modules/string (Makefile.am): Also substitute the value of
4383         REPLACE_STRCASESTR.
4384         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
4385         assume strcasestr is declared in <string.h> not <strings.h>. Also
4386         set REPLACE_STRCASESTR.
4387         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
4388         REPLACE_STRCASESTR.
4389         * lib/strcasestr.h: Remove file.
4390         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
4391         * lib/string_.h (strcasestr): New declaration.
4392
4393 2007-01-27  Bruno Haible  <bruno@clisp.org>
4394
4395         * lib/string_.h: Use 'extern'.
4396
4397 2007-01-27  Jim Meyering  <jim@meyering.net>
4398
4399         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
4400         of set-but-not-used local, "q".
4401
4402         * lib/mempcpy.c: Include <config.h> before <string.h>.
4403         This fixes a compilation error on HP-UX, due to the system's
4404         "restrict"-using mempcpy prototype.
4405
4406 2007-01-26  Bruno Haible  <bruno@clisp.org>
4407
4408         Small optimization.
4409         * lib/javacomp.c: Include c-strstr.h.
4410          (is_envjavac_gcj): Use c_strstr instead of strstr.
4411         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
4412
4413 2007-01-26  Bruno Haible  <bruno@clisp.org>
4414
4415         * MODULES.html.sh (Unicode string functions): Add the new modules.
4416
4417         * modules/uniconv/u32-strconv-to-locale: New file.
4418         * lib/uniconv/u32-strconv-to-locale.c: New file.
4419
4420         * modules/uniconv/u16-strconv-to-locale: New file.
4421         * lib/uniconv/u16-strconv-to-locale.c: New file.
4422
4423         * modules/uniconv/u8-strconv-to-locale: New file.
4424         * lib/uniconv/u8-strconv-to-locale.c: New file.
4425
4426         * modules/uniconv/u32-strconv-from-locale: New file.
4427         * lib/uniconv/u32-strconv-from-locale.c: New file.
4428
4429         * modules/uniconv/u16-strconv-from-locale: New file.
4430         * lib/uniconv/u16-strconv-from-locale.c: New file.
4431
4432         * modules/uniconv/u8-strconv-from-locale: New file.
4433         * lib/uniconv/u8-strconv-from-locale.c: New file.
4434
4435         * modules/uniconv/u32-strconv-to-enc: New file.
4436         * lib/uniconv/u32-strconv-to-enc.c: New file.
4437         * modules/uniconv/u32-strconv-to-enc-tests: New file.
4438         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
4439
4440         * modules/uniconv/u16-strconv-to-enc: New file.
4441         * lib/uniconv/u16-strconv-to-enc.c: New file.
4442         * lib/uniconv/u-strconv-to-enc.h: New file.
4443         * modules/uniconv/u16-strconv-to-enc-tests: New file.
4444         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
4445
4446         * modules/uniconv/u8-strconv-to-enc: New file.
4447         * lib/uniconv/u8-strconv-to-enc.c: New file.
4448         * modules/uniconv/u8-strconv-to-enc-tests: New file.
4449         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
4450
4451         * modules/uniconv/u32-strconv-from-enc: New file.
4452         * lib/uniconv/u32-strconv-from-enc.c: New file.
4453         * modules/uniconv/u32-strconv-from-enc-tests: New file.
4454         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
4455
4456         * modules/uniconv/u16-strconv-from-enc: New file.
4457         * lib/uniconv/u16-strconv-from-enc.c: New file.
4458         * modules/uniconv/u16-strconv-from-enc-tests: New file.
4459         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
4460
4461         * modules/uniconv/u8-strconv-from-enc: New file.
4462         * lib/uniconv/u8-strconv-from-enc.c: New file.
4463         * lib/uniconv/u-strconv-from-enc.h: New file.
4464         * modules/uniconv/u8-strconv-from-enc-tests: New file.
4465         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
4466
4467         * modules/uniconv/u32-conv-from-enc: New file.
4468         * lib/uniconv/u32-conv-from-enc.c: New file.
4469         * modules/uniconv/u32-conv-from-enc-tests: New file.
4470         * tests/uniconv/test-u32-conv-from-enc.c: New file.
4471
4472         * modules/uniconv/u16-conv-from-enc: New file.
4473         * lib/uniconv/u16-conv-from-enc.c: New file.
4474         * lib/uniconv/u-conv-from-enc.h: New file.
4475         * modules/uniconv/u16-conv-from-enc-tests: New file.
4476         * tests/uniconv/test-u16-conv-from-enc.c: New file.
4477
4478         * modules/uniconv/u8-conv-from-enc: New file.
4479         * lib/uniconv/u8-conv-from-enc.c: New file.
4480         * modules/uniconv/u8-conv-from-enc-tests: New file.
4481         * tests/uniconv/test-u8-conv-from-enc.c: New file.
4482
4483         * modules/uniconv/base: New file.
4484         * lib/uniconv.h: New file.
4485
4486 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
4487
4488         * doc/gnulib-tool.texi (Initial import): Update to match current
4489         behavior with strdup module.
4490         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
4491         * lib/memmem.h: Remove; all uses removed.  This is now done
4492         by <string.h>.
4493         * lib/mempcpy.h: Likewise.
4494         * lib/memrchr.h: Likewise.
4495         * lib/stpcpy.h: Likewise.
4496         * lib/stpncpy.h: Likewise.
4497         * lib/strcase.h: Likewise.
4498         * lib/strchrnul.h: Likewise.
4499         * lib/strdup.h: Likewise.
4500         * lib/strndup.h: Likewise.
4501         * lib/strnlen.h: Likewise.
4502         * lib/strpbrk.h: Likewise.
4503         * lib/strsep.h: Likewise.
4504         * lib/strstr.h: Likewise.
4505         * lib/strtok_r.h: Likewise.
4506         * lib/string_.h: New file.
4507         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
4508         Rely on <string.h> instead.
4509         * lib/canon-host.c: Likewise.
4510         * lib/chdir-long.c: Likewise.
4511         * lib/concatpath.c: Likewise.
4512         * lib/exclude.c: Likewise.
4513         * lib/fchdir.c: Likewise.
4514         * lib/getaddrinfo.c: Likewise.
4515         * lib/getcwd.c: Likewise.
4516         * lib/getsubopt.c: Likewise.
4517         * lib/glob.c: Likewise.
4518         * lib/hard-locale.c: Likewise.
4519         * lib/iconvme.c: Likewise.
4520         * lib/javacomp.c: Likewise.
4521         * lib/mempcpy.c: Likewise.
4522         * lib/memrchr.c: Likewise.
4523         * lib/regex_internal.h: Likewise.
4524         * lib/stpncpy.c: Likewise.
4525         * lib/strcasecmp.c: Likewise.
4526         * lib/strchrnul.c: Likewise.
4527         * lib/strdup.c: Likewise.
4528         * lib/striconv.c: Likewise.
4529         * lib/striconveh.c: Likewise.
4530         * lib/striconveha.c: Likewise.
4531         * lib/strncasecmp.c: Likewise.
4532         * lib/strndup.c: Likewise.
4533         * lib/strnlen.c: Likewise.
4534         * lib/strsep.c: Likewise.
4535         * lib/strstr.c: Likewise.
4536         * lib/strtok_r.c: Likewise.
4537         * lib/userspec.c: Likewise.
4538         * lib/w32spawn.h: Likewise.
4539         * lib/xstrndup.c: Likewise.
4540         * lib/mountlist.c (strstr): Remove decl.
4541         * m4/string_h.m4: New file.
4542         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
4543         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
4544         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
4545         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
4546         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
4547         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
4548         Set REPLACE_STRCASECMP if necessary.
4549         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
4550         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
4551         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
4552         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
4553         HAVE_DECL_STRDUP if necessary.
4554         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
4555         since gl_FUNC_STRNDUP does that now.
4556         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
4557         Check for decl here...
4558         (gl_PREREQ_STRNLEN): ... not here.
4559         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
4560         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
4561         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
4562         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
4563         necessary.
4564         * modules/string: New file.
4565         * modules/memmem (Files): Remove special-purpose include file.
4566         (Depends-on): Add string.
4567         (Include): Include <string.h>, not the removed file.
4568         * modules/mempcpy: Likewise.
4569         * modules/memrchr: Likewise.
4570         * modules/stpcpy: Likewise.
4571         * modules/stpncpy: Likewise.
4572         * modules/strcase: Likewise.
4573         * modules/strchrnul: Likewise.
4574         * modules/strdup: Likewise.
4575         * modules/strndup: Likewise.
4576         * modules/strnlen: Likewise.
4577         * modules/strpbrk: Likewise.
4578         * modules/strsep: Likewise.
4579         * modules/strstr: Likewise.
4580         * modules/strtok_r: Likewise.
4581         * tests/test-dirname.c: Don't include "strdup.h", since
4582         <string.h> now suffices.
4583         * tests/test-memmem.c: Don't include "memmem.h", since
4584         <string.h> now suffices.
4585
4586 2007-01-25  Bruno Haible  <bruno@clisp.org>
4587
4588         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
4589         *resultp is 0.
4590
4591         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
4592         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
4593         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
4594         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
4595
4596         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
4597         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
4598         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
4599         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
4600         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
4601         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
4602
4603 2007-01-24  Bruno Haible  <bruno@clisp.org>
4604
4605         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
4606         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
4607         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
4608         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
4609         gl_FUNC_FTS_CORE.
4610         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
4611         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
4612         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4613         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
4614         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
4615         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
4616         gl_FUNC_FCHOWNAT.
4617         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
4618         gl_FUNC_STRFTIME.
4619         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
4620         Reported by Ralf Wildenhues.
4621
4622 2007-01-24  Bruno Haible  <bruno@clisp.org>
4623
4624         Drop AC_REQUIRE calls that are redundant with the module dependencies.
4625         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
4626         gl_GETADDRINFO.
4627         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
4628         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
4629         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
4630
4631 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
4632
4633         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
4634         Don't use 'exit'; just return from 'main'.
4635         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
4636
4637         * lib/fnmatch_.h: Readjust white space and comments to match
4638         glibc, to avoid spurious diffs.
4639
4640 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4641
4642         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
4643         2004-12-01 change by Jakub Jelinek, since this code won't compile
4644         if !LIBC.  Problem reported by Bob Proulx.
4645
4646 2007-01-23  Bruno Haible  <bruno@clisp.org>
4647
4648         * lib/striconveh.c: Include c-strcaseeq.h.
4649         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
4650         * modules/striconveh (Depends-on): Add c-strcaseeq.
4651
4652 2007-01-23  Bruno Haible  <bruno@clisp.org>
4653
4654         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4655
4656         * modules/c-strcaseeq: New file.
4657         * lib/c-strcaseeq.h: New file.
4658
4659         * modules/streq: New file.
4660         * lib/streq.h: New file.
4661
4662 2007-01-23  Bruno Haible  <bruno@clisp.org>
4663
4664         * modules/striconveha-tests: New file.
4665         * tests/test-striconveha.c: New file.
4666
4667         * lib/striconveha.h: Include <stdbool.h>.
4668         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
4669         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
4670         (mem_iconveha_notranslit): Renamed from mem_iconveha.
4671         (mem_iconveha): New function.
4672         (str_iconveha_notranslit): Renamed from str_iconveha.
4673         (str_iconveha): New function.
4674         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
4675         c-strcase.
4676
4677 2007-01-23  Bruno Haible  <bruno@clisp.org>
4678
4679         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
4680         encodings without forgiving before trying any encoding with handler.
4681         (str_iconveha): Try all encodings without forgiving before trying any
4682         encoding with handler.
4683
4684 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4685
4686         Import the following changes from libc.
4687
4688         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4689
4690         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
4691
4692         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
4693
4694         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
4695         normal_bracket label.
4696
4697         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4698
4699         [BZ #361]
4700         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
4701         to normal_bracket after fetching the next character.
4702
4703 2007-01-22  Bruno Haible  <bruno@clisp.org>
4704
4705         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
4706         argument.
4707         * lib/striconveh.c (iconv_carefully_1): New function.
4708         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
4709         argument.
4710         (str_cd_iconveh): Update.
4711         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
4712         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
4713         * tests/test-striconveh.c (MAGIC): New macro.
4714         (new_offsets): New function.
4715         (main): Test call with and without offsets.
4716
4717 2007-01-22  Bruno Haible  <bruno@clisp.org>
4718
4719         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
4720         * modules/sys_select (Makefile.am): Likewise.
4721         * modules/sys_socket (Makefile.am): Likewise.
4722         * modules/sys_time (Makefile.am): Likewise.
4723
4724 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
4725
4726         * modules/gettimeofday (License): Change from GPL to LGPL, since
4727         gettimeofday is a library function.
4728
4729 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4730
4731         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
4732
4733 2007-01-21  Bruno Haible  <bruno@clisp.org>
4734
4735         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
4736
4737 2007-01-21  Bruno Haible  <bruno@clisp.org>
4738
4739         * modules/striconveha: New file.
4740         * lib/striconveha.h: New file.
4741         * lib/striconveha.c: New file.
4742         * MODULES.html.sh (Internationalization functions): Add striconveha.
4743         * lib/striconv.c (str_iconv): Optimize the case of an empty input
4744         string.
4745         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
4746
4747 2007-01-21  Bruno Haible  <bruno@clisp.org>
4748
4749         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
4750         * lib/striconveh.c (str_iconveh): Likewise.
4751
4752 2007-01-21  Bruno Haible  <bruno@clisp.org>
4753
4754         * lib/striconveh.h (mem_iconveh): New declaration.
4755         * lib/striconveh.c (mem_iconveh): New function.
4756         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
4757
4758 2007-01-21  Bruno Haible  <bruno@clisp.org>
4759
4760         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
4761
4762         * lib/striconveh.h (mem_cd_iconveh): Change specification.
4763         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
4764         original result buffer.
4765         (str_cd_iconveh): Update.
4766         * tests/test-striconveh.c (main): Update.
4767
4768         * lib/striconv.h (mem_cd_iconv): Change specification.
4769         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
4770         result buffer.
4771         (str_cd_iconv): Update.
4772         * tests/test-striconv.c (main): Update.
4773
4774 2007-01-21  Bruno Haible  <bruno@clisp.org>
4775
4776         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4777
4778 2007-01-20  Jim Meyering  <jim@meyering.net>
4779
4780         * lib/userspec.c (parse_with_separator): If a user or group string
4781         starts with "+", skip the corresponding name-to-ID look-up, since
4782         such a look-up must fail: user and group names may not include "+".
4783
4784 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
4785
4786         * lib/poll.c: Include sys/time.h and time.h unconditionally,
4787         since we now assume the sys_time module.
4788         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
4789         check for sys/time.h; no longer needed.
4790         * modules/poll (Depends-on): Depend on sys_time.
4791
4792 2007-01-18  Bruno Haible  <bruno@clisp.org>
4793
4794         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
4795         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4796
4797         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
4798         gettimeofday.
4799
4800         * tests/test-gettimeofday.c: Include <time.h>.
4801         (dummy): Remove variable.
4802
4803         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
4804         gl_HEADER_SYS_TIME_H.
4805         (gl_HEADER_SYS_TIME_H): New macro.
4806
4807         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
4808         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4809         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
4810         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
4811         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4812         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
4813         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
4814         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4815         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
4816         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
4817         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4818
4819         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
4820         last change; it caused a compilation error when cross-compiling to
4821         Cygwin.
4822
4823 2007-01-18  Jim Meyering  <jim@meyering.net>
4824
4825         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
4826         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
4827         than the race-prone "test -d sys || mkdir sys".
4828         (configure.ac): Use AC_PROG_MKDIR_P.
4829         * modules/sys_select: Likewise.
4830         * modules/sys_socket: Likewise.
4831         * modules/sys_time: Likewise.
4832
4833 2007-01-18  Eric Blake  <ebb9@byu.net>
4834
4835         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4836         replace gettimeofday.
4837         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4838         name, to avoid infinite recursion.
4839
4840 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4841
4842         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4843         module sys_time.
4844         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4845         assume timespec.h defines struct timeval.
4846         * lib/settime.c: Likewise.
4847         * lib/utimens.c: Likewise.
4848         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4849         since we now assume the gettimeofday module.
4850         * lib/tempname.c (__gen_tempname): Likewise.
4851         * lib/gettimeofday.h: Remove.
4852         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4853         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4854         Include <time.h>, for 'time()'.
4855         (localtime_buffer_addr): Also use this workaround if
4856         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4857         to simplify the uses.  All uses changed.
4858         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4859         that #undef is inside {}, and 'const' follows type name consistently.
4860         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4861         (gettimeofday): Do not use the maximum possible value for
4862         tv->tv_usec, since that might break usages other than ls.c.
4863         Instead, we'll leave ls.c alone.  This undoes today's patch
4864         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4865         we've never observed the problem but might as well keep the
4866         canary.
4867         * lib/nanosleep.c: Include timespec.h first, for interface check.
4868         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4869         now assume the sys_time module.
4870         * lib/tempname.c: Likewise.
4871         * lib/timespec.h: Likewise.
4872         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4873         needed.
4874         * lib/strftime.c: Likewise.
4875         * lib/timespec.h: Likewise.
4876         * lib/posixtm.c: Include posixtm.h first, for interface check.
4877         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4878         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4879         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4880         * lib/sys_time_.h: New file.
4881         * lib/timespec.h (struct timespec): Use long int, not long.
4882         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4883         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4884         Remove obsolescent call to AC_HEADER_TIME.
4885         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4886         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4887         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4888         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4889         Likewise.
4890         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4891         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4892         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4893         into the sys_time module.  Check for gettimeofday just once.
4894         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4895         for gettimeofday signature to just check the signature.  Merely
4896         compile it, since linking doesn't test signature.  Improve test for
4897         whether gettimeofday.o is actually needed.
4898         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4899         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4900         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4901         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4902         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4903         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4904         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4905         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4906         than worrying about sys/time.h.
4907         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4908         Don't bother worrying about TIME_WITH_SYS_TIME.
4909         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4910         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4911         * m4/sys_time_h.m4: New file.
4912         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4913         Don't include sys/time.h.  Return from main rather than exiting.
4914         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4915         all uses changed.
4916         * modules/gethrxtime (Depends-on): Add sys_time.
4917         * modules/gettime (Depends-on): Likewise.
4918         * modules/gettimeofday (Depends-on): Likewise.
4919         * modules/nanosleep (Depends-on): Likewise.
4920         * modules/settime (Depends-on): Likewise.
4921         * modules/tempname (Depends-on): Likewise.
4922         * modules/utimens (Depends-on): Likewise.
4923         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4924         (Include:) Change back to <sys/time.h>.
4925         (Maintainer:) Add self.
4926         * modules/sys_time: New file.
4927         * modules/tempname (Depends-on): Add gettimeofday.
4928         * tests/test-gettimeofday.c: Include <sys/time.h>
4929         rather than gettimeofday.h.
4930
4931 2007-01-17  Bruno Haible  <bruno@clisp.org>
4932
4933         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4934         the license default to GPL.
4935         (func_create_testdir): Don't complain if a module is LGPL and its
4936         tests module depends on GPLed modules.
4937
4938 2007-01-17  Bruno Haible  <bruno@clisp.org>
4939
4940         * lib/gettimeofday.c (gettimeofday): Add code for the case
4941         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4942         maximum possible value for tv->tv_usec, rather than the minimum one.
4943
4944 2005-10-08  Martin Lambers  <marlam@marlam.de>
4945 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4946 2007-01-16  Bruno Haible  <bruno@clisp.org>
4947
4948         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4949         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4950         gl_FUNC_GETTIMEOFDAY.
4951         (Include): Add gettimeofday.h.
4952         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4953         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4954         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4955         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4956         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4957         * lib/gettimeofday.h: New file.
4958         * lib/gettimeofday.c: Include <sys/timeb.h>.
4959         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4960         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4961         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4962         fall back on time().
4963
4964         * tests/test-gettimeofday.c: New file.
4965         * modules/gettimeofday-tests: New file.
4966
4967 2007-01-16  Eric Blake  <ebb9@byu.net>
4968
4969         * modules/fnmatch (Depends-on): Depend on wchar.
4970         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4971         * m4/fnmatch.m4: Likewise.
4972         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4973         * m4/mbchar.m4: Likewise.
4974         * modules/mbswidth (Depends-on): Depend on wchar.
4975         * lib/mbswidth.c: Assume <wchar.h>.
4976         * m4/mbswidth.m4: Likewise.
4977         * modules/quotearg (Depends-on): Depend on wchar.
4978         * lib/quotearg.c: Assume <wchar.h>.
4979         * m4/quotearg.m4: Likewise.
4980         * modules/regex (Depends-on): Depend on wchar.
4981         * lib/regex_internal.h: Assume <wchar.h>.
4982         * m4/regex.m4: Likewise.
4983         * modules/stdint (Depends-on): Depend on wchar.
4984         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4985         * m4/stdint.m4: Likewise.
4986         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4987         * modules/strftime (Depends-on): Depend on wchar.
4988         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4989         * modules/strtol (Depends-on): Depend on wchar.
4990         * lib/strtol.c: Assume <wchar.h>.
4991         * modules/wcwidth (Depends-on): Depend on wchar.
4992         * lib/wcwidth.h: Assume <wchar.h>.
4993         * m4/wcwidth.m4: Likewise.
4994
4995 2007-01-16  Bruno Haible  <bruno@clisp.org>
4996
4997         * modules/csharpexec-script: New, created from...
4998         * modules/csharpexec: ... this.
4999
5000 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
5001
5002         * modules/javaexec-script: New, created from...
5003         * modules/javaexec: ... this.
5004
5005 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5006
5007         * modules/poll (Dependencies): Add sys_select.
5008
5009 2007-01-15  Jim Meyering  <jim@meyering.net>
5010
5011         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
5012         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
5013         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
5014         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
5015
5016 2007-01-15  Bruno Haible  <bruno@clisp.org>
5017
5018         * modules/striconveh: New file.
5019         * lib/striconveh.h: New file.
5020         * lib/striconveh.c: New file.
5021         * MODULES.html.sh (Internationalization functions): Add striconveh.
5022
5023         * modules/striconveh-tests: New file.
5024         * tests/test-striconveh.c: New file.
5025
5026 2007-01-15  Bruno Haible  <bruno@clisp.org>
5027
5028         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
5029         not from GNU libiconv or GNU libc.
5030
5031 2007-01-15  Bruno Haible  <bruno@clisp.org>
5032
5033         * doc/gnulib-intro.texi (Copyright): Explain the different license
5034         terms for module descriptions, autoconf macros, tests, documentation.
5035
5036 2007-01-14  Bruno Haible  <bruno@clisp.org>
5037
5038         * modules/striconv-tests: New file.
5039         * tests/test-striconv.c: New file.
5040
5041 2007-01-14  Bruno Haible  <bruno@clisp.org>
5042
5043         * modules/iconv-tests: New file.
5044         * tests/test-iconv.c: New file.
5045
5046 2007-01-14  Bruno Haible  <bruno@clisp.org>
5047
5048         * gnulib-tool (func_get_license): For test modules, use the license of
5049         the main module.
5050
5051 2007-01-14  Bruno Haible  <bruno@clisp.org>
5052
5053         * modules/iconv (Include): Clarify that <iconv.h> can only be included
5054         if iconv is found to exist.
5055
5056 2007-01-14  Bruno Haible  <bruno@clisp.org>
5057
5058         * modules/c-ctype-tests: New file.
5059         * tests/test-c-ctype.c: New file.
5060
5061 2007-01-14  Bruno Haible  <bruno@clisp.org>
5062
5063         * modules/binary-io-tests: New file.
5064         * tests/test-binary-io.sh: New file.
5065         * tests/test-binary-io.c: New file.
5066
5067 2007-01-14  Bruno Haible  <bruno@clisp.org>
5068
5069         * modules/array-oset-tests: New file.
5070         * tests/test-array_oset.c: New file.
5071
5072 2007-01-14  Bruno Haible  <bruno@clisp.org>
5073
5074         * modules/array-list-tests: New file.
5075         * tests/test-array_list.c: New file.
5076
5077 2007-01-14  Bruno Haible  <bruno@clisp.org>
5078
5079         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
5080         and make.
5081         Reported by Simon Josefsson in
5082         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
5083
5084 2007-01-14  Bruno Haible  <bruno@clisp.org>
5085
5086         * modules/allocsa-tests: New file.
5087         * tests/test-allocsa.c: New file.
5088
5089 2007-01-14  Bruno Haible  <bruno@clisp.org>
5090
5091         * modules/fchdir (Depends-on): Add absolute-header.
5092         * modules/unistd (Depends-on): Likewise.
5093
5094 2006-12-30  Bruno Haible  <bruno@clisp.org>
5095
5096         * modules/fchdir: New file.
5097         * modules/unistd (Files): Add lib/unistd_.h.
5098         (Makefile.am): Generate unistd.h from unistd_.h.
5099         * lib/fchdir.c: New file.
5100         * lib/dirent_.h: New file.
5101         * lib/unistd_.h: New file.
5102         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
5103         * m4/fchdir.m4: New file.
5104         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
5105         (gl_HEADER_UNISTD): Invoke it.
5106         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
5107         function.
5108         * lib/backupfile.c (opendir, closedir): Undefine.
5109         * lib/chown.c (open, close): Undefine.
5110         * lib/clean-temp.c (open, close): Undefine.
5111         * lib/copy-file.c (open, close): Undefine.
5112         * lib/execute.c (open, close): Undefine.
5113         * lib/fsusage.c (open, close): Undefine.
5114         * lib/gc-gnulib.c (open, close): Undefine.
5115         * lib/getcwd.c (opendir, closedir): Undefine.
5116         * lib/glob.c (opendir, closedir): Undefine.
5117         * lib/javacomp.c (open, close): Undefine.
5118         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
5119         * lib/openat-proc.c (open, close): Undefine.
5120         * lib/pagealign_alloc.c (open, close): Undefine.
5121         * lib/pipe.c (open, close): Undefine.
5122         * lib/progreloc.c (open, close): Undefine.
5123         * lib/savedir.c (opendir, closedir): Undefine.
5124         * lib/utime.c (open, close): Undefine.
5125         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
5126
5127 2007-01-10  Bruno Haible  <bruno@clisp.org>
5128
5129         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
5130
5131 2007-01-12  Eric Blake  <ebb9@byu.net>
5132
5133         Provide a robust <wchar.h>.  Further simplifications are now
5134         possible in other modules, but not included here.
5135         * modules/wchar: New module.
5136         * m4/wchar.m4: New file.
5137         * lib/wchar_.h: Likewise.
5138         * modules/mbchar (Depends-on): Depend on wchar, as the first use
5139         of the new module.
5140         * MODULES.html.sh (Extended multibyte and wide character utilities):
5141         New section.
5142
5143 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
5144
5145         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
5146         to a reasonable default for memory allocation.
5147         (xreadlink): Don't allocate a huge buffer, to work around a buggy
5148         file system that reports garbage st_size values for symlinks.
5149         Problem reported by Liyang Hu.
5150
5151 2007-01-11  Simon Josefsson  <simon@josefsson.org>
5152
5153         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
5154         Emacs .#* auto-save files).
5155
5156 2007-01-11  Bruno Haible  <bruno@clisp.org>
5157
5158         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
5159         directory.
5160
5161 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5162
5163         Use @...@ consistently in lib/wctype_.h.
5164         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
5165         on it being set to 1 or 0.
5166         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
5167         go back to AC_SUBSTing it.
5168         * modules/wctype (Makefile.am): Undo previous change.
5169
5170 2007-01-10  Eric Blake  <ebb9@byu.net>
5171
5172         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
5173         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
5174         * modules/wctype (Makefile.am): Likewise.
5175         Reported by Chris McGuire.
5176
5177 2007-01-10  Jim Meyering  <jim@meyering.net>
5178
5179         fts.c: a small readability/maintainability improvement
5180         * lib/fts.c (fts_read): Make this code slightly more readable and
5181         maintainable by hoisting the "sp->fts_cur = p" assignments to
5182         immediately follow the statements that set P.  Derived from
5183         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
5184
5185 2007-01-10  Eric Blake  <ebb9@byu.net>
5186
5187         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
5188         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
5189         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5190         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
5191         Reported by Chris McGuire.
5192
5193 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5194
5195         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
5196         in sed script.
5197
5198 2007-01-09  Bruno Haible  <bruno@clisp.org>
5199
5200         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
5201         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
5202         variables.
5203         (func_module): Use them.
5204
5205 2007-01-09  Bruno Haible  <bruno@clisp.org>
5206
5207         * modules/unistr/base: New file.
5208         * lib/unistr.h: New file.
5209
5210         * modules/unistr/u8-to-u16: New file.
5211         * lib/unistr/u8-to-u16.c: New file.
5212
5213         * modules/unistr/u8-to-u32: New file.
5214         * lib/unistr/u8-to-u32.c: New file.
5215
5216         * modules/unistr/u16-to-u8: New file.
5217         * lib/unistr/u16-to-u8.c: New file.
5218
5219         * modules/unistr/u16-to-u32: New file.
5220         * lib/unistr/u16-to-u32.c: New file.
5221
5222         * modules/unistr/u32-to-u8: New file.
5223         * lib/unistr/u32-to-u8.c: New file.
5224
5225         * modules/unistr/u32-to-u16: New file.
5226         * lib/unistr/u32-to-u16.c: New file.
5227
5228         * modules/unistr/u8-check: New file.
5229         * modules/unistr/u16-check: New file.
5230         * modules/unistr/u32-check: New file.
5231         * lib/unistr/u8-check.c: New file.
5232         * lib/unistr/u16-check.c: New file.
5233         * lib/unistr/u32-check.c: New file.
5234
5235         * modules/unistr/u8-chr: New file.
5236         * modules/unistr/u16-chr: New file.
5237         * modules/unistr/u32-chr: New file.
5238         * lib/unistr/u8-chr.c: New file.
5239         * lib/unistr/u16-chr.c: New file.
5240         * lib/unistr/u32-chr.c: New file.
5241
5242         * modules/unistr/u8-cmp: New file.
5243         * modules/unistr/u16-cmp: New file.
5244         * modules/unistr/u32-cmp: New file.
5245         * lib/unistr/u8-cmp.c: New file.
5246         * lib/unistr/u16-cmp.c: New file.
5247         * lib/unistr/u32-cmp.c: New file.
5248
5249         * modules/unistr/u8-cpy: New file.
5250         * modules/unistr/u16-cpy: New file.
5251         * modules/unistr/u32-cpy: New file.
5252         * lib/unistr/u8-cpy.c: New file.
5253         * lib/unistr/u16-cpy.c: New file.
5254         * lib/unistr/u32-cpy.c: New file.
5255         * lib/unistr/u-cpy.h: New file.
5256
5257         * modules/unistr/u8-cpy-alloc: New file.
5258         * modules/unistr/u16-cpy-alloc: New file.
5259         * modules/unistr/u32-cpy-alloc: New file.
5260         * lib/unistr/u8-cpy-alloc.c: New file.
5261         * lib/unistr/u16-cpy-alloc.c: New file.
5262         * lib/unistr/u32-cpy-alloc.c: New file.
5263         * lib/unistr/u-cpy-alloc.h: New file.
5264
5265         * modules/unistr/u8-endswith: New file.
5266         * modules/unistr/u16-endswith: New file.
5267         * modules/unistr/u32-endswith: New file.
5268         * lib/unistr/u8-endswith.c: New file.
5269         * lib/unistr/u16-endswith.c: New file.
5270         * lib/unistr/u32-endswith.c: New file.
5271         * lib/unistr/u-endswith.h: New file.
5272
5273         * modules/unistr/u8-mblen: New file.
5274         * modules/unistr/u16-mblen: New file.
5275         * modules/unistr/u32-mblen: New file.
5276         * lib/unistr/u8-mblen.c: New file.
5277         * lib/unistr/u16-mblen.c: New file.
5278         * lib/unistr/u32-mblen.c: New file.
5279
5280         * modules/unistr/u8-mbtouc: New file.
5281         * modules/unistr/u16-mbtouc: New file.
5282         * modules/unistr/u32-mbtouc: New file.
5283         * lib/unistr/u8-mbtouc.c: New file.
5284         * lib/unistr/u16-mbtouc.c: New file.
5285         * lib/unistr/u32-mbtouc.c: New file.
5286
5287         * modules/unistr/u8-mbtouc-safe: New file.
5288         * modules/unistr/u16-mbtouc-safe: New file.
5289         * modules/unistr/u32-mbtouc-safe: New file.
5290         * lib/unistr/u8-mbtouc-safe.c: New file.
5291         * lib/unistr/u16-mbtouc-safe.c: New file.
5292         * lib/unistr/u32-mbtouc-safe.c: New file.
5293
5294         * modules/unistr/u8-move: New file.
5295         * modules/unistr/u16-move: New file.
5296         * modules/unistr/u32-move: New file.
5297         * lib/unistr/u8-move.c: New file.
5298         * lib/unistr/u16-move.c: New file.
5299         * lib/unistr/u32-move.c: New file.
5300         * lib/unistr/u-move.h: New file.
5301
5302         * modules/unistr/u8-next: New file.
5303         * modules/unistr/u16-next: New file.
5304         * modules/unistr/u32-next: New file.
5305         * lib/unistr/u8-next.c: New file.
5306         * lib/unistr/u16-next.c: New file.
5307         * lib/unistr/u32-next.c: New file.
5308
5309         * modules/unistr/u8-prev: New file.
5310         * modules/unistr/u16-prev: New file.
5311         * modules/unistr/u32-prev: New file.
5312         * lib/unistr/u8-prev.c: New file.
5313         * lib/unistr/u16-prev.c: New file.
5314         * lib/unistr/u32-prev.c: New file.
5315
5316         * modules/unistr/u8-set: New file.
5317         * modules/unistr/u16-set: New file.
5318         * modules/unistr/u32-set: New file.
5319         * lib/unistr/u8-set.c: New file.
5320         * lib/unistr/u16-set.c: New file.
5321         * lib/unistr/u32-set.c: New file.
5322         * lib/unistr/u-set.h: New file.
5323
5324         * modules/unistr/u8-startswith: New file.
5325         * modules/unistr/u16-startswith: New file.
5326         * modules/unistr/u32-startswith: New file.
5327         * lib/unistr/u8-startswith.c: New file.
5328         * lib/unistr/u16-startswith.c: New file.
5329         * lib/unistr/u32-startswith.c: New file.
5330         * lib/unistr/u-startswith.h: New file.
5331
5332         * modules/unistr/u8-stpcpy: New file.
5333         * modules/unistr/u16-stpcpy: New file.
5334         * modules/unistr/u32-stpcpy: New file.
5335         * lib/unistr/u8-stpcpy.c: New file.
5336         * lib/unistr/u16-stpcpy.c: New file.
5337         * lib/unistr/u32-stpcpy.c: New file.
5338         * lib/unistr/u-stpcpy.h: New file.
5339
5340         * modules/unistr/u8-stpncpy: New file.
5341         * modules/unistr/u16-stpncpy: New file.
5342         * modules/unistr/u32-stpncpy: New file.
5343         * lib/unistr/u8-stpncpy.c: New file.
5344         * lib/unistr/u16-stpncpy.c: New file.
5345         * lib/unistr/u32-stpncpy.c: New file.
5346         * lib/unistr/u-stpncpy.h: New file.
5347
5348         * modules/unistr/u8-strcat: New file.
5349         * modules/unistr/u16-strcat: New file.
5350         * modules/unistr/u32-strcat: New file.
5351         * lib/unistr/u8-strcat.c: New file.
5352         * lib/unistr/u16-strcat.c: New file.
5353         * lib/unistr/u32-strcat.c: New file.
5354         * lib/unistr/u-strcat.h: New file.
5355
5356         * modules/unistr/u8-strchr: New file.
5357         * modules/unistr/u16-strchr: New file.
5358         * modules/unistr/u32-strchr: New file.
5359         * lib/unistr/u8-strchr.c: New file.
5360         * lib/unistr/u16-strchr.c: New file.
5361         * lib/unistr/u32-strchr.c: New file.
5362
5363         * modules/unistr/u8-strcmp: New file.
5364         * modules/unistr/u16-strcmp: New file.
5365         * modules/unistr/u32-strcmp: New file.
5366         * lib/unistr/u8-strcmp.c: New file.
5367         * lib/unistr/u16-strcmp.c: New file.
5368         * lib/unistr/u32-strcmp.c: New file.
5369
5370         * modules/unistr/u8-strcpy: New file.
5371         * modules/unistr/u16-strcpy: New file.
5372         * modules/unistr/u32-strcpy: New file.
5373         * lib/unistr/u8-strcpy.c: New file.
5374         * lib/unistr/u16-strcpy.c: New file.
5375         * lib/unistr/u32-strcpy.c: New file.
5376         * lib/unistr/u-strcpy.h: New file.
5377
5378         * modules/unistr/u8-strcspn: New file.
5379         * modules/unistr/u16-strcspn: New file.
5380         * modules/unistr/u32-strcspn: New file.
5381         * lib/unistr/u8-strcspn.c: New file.
5382         * lib/unistr/u16-strcspn.c: New file.
5383         * lib/unistr/u32-strcspn.c: New file.
5384         * lib/unistr/u-strcspn.h: New file.
5385
5386         * modules/unistr/u8-strdup: New file.
5387         * modules/unistr/u16-strdup: New file.
5388         * modules/unistr/u32-strdup: New file.
5389         * lib/unistr/u8-strdup.c: New file.
5390         * lib/unistr/u16-strdup.c: New file.
5391         * lib/unistr/u32-strdup.c: New file.
5392         * lib/unistr/u-strdup.h: New file.
5393
5394         * modules/unistr/u8-strlen: New file.
5395         * modules/unistr/u16-strlen: New file.
5396         * modules/unistr/u32-strlen: New file.
5397         * lib/unistr/u8-strlen.c: New file.
5398         * lib/unistr/u16-strlen.c: New file.
5399         * lib/unistr/u32-strlen.c: New file.
5400         * lib/unistr/u-strlen.h: New file.
5401
5402         * modules/unistr/u8-strmblen: New file.
5403         * modules/unistr/u16-strmblen: New file.
5404         * modules/unistr/u32-strmblen: New file.
5405         * lib/unistr/u8-strmblen.c: New file.
5406         * lib/unistr/u16-strmblen.c: New file.
5407         * lib/unistr/u32-strmblen.c: New file.
5408
5409         * modules/unistr/u8-strmbtouc: New file.
5410         * modules/unistr/u16-strmbtouc: New file.
5411         * modules/unistr/u32-strmbtouc: New file.
5412         * lib/unistr/u8-strmbtouc.c: New file.
5413         * lib/unistr/u16-strmbtouc.c: New file.
5414         * lib/unistr/u32-strmbtouc.c: New file.
5415
5416         * modules/unistr/u8-strncat: New file.
5417         * modules/unistr/u16-strncat: New file.
5418         * modules/unistr/u32-strncat: New file.
5419         * lib/unistr/u8-strncat.c: New file.
5420         * lib/unistr/u16-strncat.c: New file.
5421         * lib/unistr/u32-strncat.c: New file.
5422         * lib/unistr/u-strncat.h: New file.
5423
5424         * modules/unistr/u8-strncmp: New file.
5425         * modules/unistr/u16-strncmp: New file.
5426         * modules/unistr/u32-strncmp: New file.
5427         * lib/unistr/u8-strncmp.c: New file.
5428         * lib/unistr/u16-strncmp.c: New file.
5429         * lib/unistr/u32-strncmp.c: New file.
5430
5431         * modules/unistr/u8-strncpy: New file.
5432         * modules/unistr/u16-strncpy: New file.
5433         * modules/unistr/u32-strncpy: New file.
5434         * lib/unistr/u8-strncpy.c: New file.
5435         * lib/unistr/u16-strncpy.c: New file.
5436         * lib/unistr/u32-strncpy.c: New file.
5437         * lib/unistr/u-strncpy.h: New file.
5438
5439         * modules/unistr/u8-strnlen: New file.
5440         * modules/unistr/u16-strnlen: New file.
5441         * modules/unistr/u32-strnlen: New file.
5442         * lib/unistr/u8-strnlen.c: New file.
5443         * lib/unistr/u16-strnlen.c: New file.
5444         * lib/unistr/u32-strnlen.c: New file.
5445         * lib/unistr/u-strnlen.h: New file.
5446
5447         * modules/unistr/u8-strpbrk: New file.
5448         * modules/unistr/u16-strpbrk: New file.
5449         * modules/unistr/u32-strpbrk: New file.
5450         * lib/unistr/u8-strpbrk.c: New file.
5451         * lib/unistr/u16-strpbrk.c: New file.
5452         * lib/unistr/u32-strpbrk.c: New file.
5453         * lib/unistr/u-strpbrk.h: New file.
5454
5455         * modules/unistr/u8-strrchr: New file.
5456         * modules/unistr/u16-strrchr: New file.
5457         * modules/unistr/u32-strrchr: New file.
5458         * lib/unistr/u8-strrchr.c: New file.
5459         * lib/unistr/u16-strrchr.c: New file.
5460         * lib/unistr/u32-strrchr.c: New file.
5461
5462         * modules/unistr/u8-strspn: New file.
5463         * modules/unistr/u16-strspn: New file.
5464         * modules/unistr/u32-strspn: New file.
5465         * lib/unistr/u8-strspn.c: New file.
5466         * lib/unistr/u16-strspn.c: New file.
5467         * lib/unistr/u32-strspn.c: New file.
5468         * lib/unistr/u-strspn.h: New file.
5469
5470         * modules/unistr/u8-strstr: New file.
5471         * modules/unistr/u16-strstr: New file.
5472         * modules/unistr/u32-strstr: New file.
5473         * lib/unistr/u8-strstr.c: New file.
5474         * lib/unistr/u16-strstr.c: New file.
5475         * lib/unistr/u32-strstr.c: New file.
5476         * lib/unistr/u-strstr.h: New file.
5477
5478         * modules/unistr/u8-strtok: New file.
5479         * modules/unistr/u16-strtok: New file.
5480         * modules/unistr/u32-strtok: New file.
5481         * lib/unistr/u8-strtok.c: New file.
5482         * lib/unistr/u16-strtok.c: New file.
5483         * lib/unistr/u32-strtok.c: New file.
5484         * lib/unistr/u-strtok.h: New file.
5485
5486         * modules/unistr/u8-uctomb: New file.
5487         * modules/unistr/u16-uctomb: New file.
5488         * modules/unistr/u32-uctomb: New file.
5489         * lib/unistr/u8-uctomb.c: New file.
5490         * lib/unistr/u16-uctomb.c: New file.
5491         * lib/unistr/u32-uctomb.c: New file.
5492
5493         * MODULES.html.sh (Unicode string functions): Add the new modules.
5494
5495 2007-01-08  Bruno Haible  <bruno@clisp.org>
5496
5497         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
5498         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
5499         subdirectories.
5500
5501 2007-01-08  Karl Berry  <karl@gnu.org>
5502
5503         * doc/error.texi: mention that main() fns must set program_name
5504         when progname is used.
5505
5506 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
5507
5508         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
5509         WCTYPE_H is empty, for the benefit of builds from non-distclean
5510         directories.  Problem reported by Eric Blake in
5511         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
5512
5513 2007-01-08  Bruno Haible  <bruno@clisp.org>
5514
5515         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
5516         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
5517         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
5518         PROVIDE_CANONICALIZE_FILENAME_MODE.
5519         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
5520
5521 2007-01-08  Bruno Haible  <bruno@clisp.org>
5522
5523         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
5524         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
5525         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
5526         * lib/fts.c: Likewise.
5527         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
5528
5529 2006-12-25  Bruno Haible  <bruno@clisp.org>
5530
5531         * modules/utf8-ucs4-safe: New file.
5532         * lib/utf8-ucs4-safe.h: New file.
5533         * lib/unistr/utf8-ucs4-safe.c: New file.
5534
5535         * modules/utf16-ucs4-safe: New file.
5536         * lib/utf16-ucs4-safe.h: New file.
5537         * lib/unistr/utf16-ucs4-safe.c: New file.
5538
5539         * MODULES.html.sh (Unicode string functions): Add the new modules.
5540
5541 2007-01-08  Bruno Haible  <bruno@clisp.org>
5542
5543         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
5544         (Depends-on): Add unitypes.
5545         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5546         (u8_mbtouc_aux): Move out to separate file.
5547         (u8_mbtouc): Use ucs4_t, uint8_t types.
5548         * lib/unistr/utf8-ucs4.c: New file.
5549
5550         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
5551         (Depends-on): Add unitypes.
5552         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5553         (u16_mbtouc_aux): Move out to separate file.
5554         (u16_mbtouc): Use ucs4_t, uint16_t types.
5555         * lib/unistr/utf16-ucs4.c: New file.
5556
5557         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
5558         (Depends-on): Add unitypes.
5559         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
5560         (u8_uctomb_aux): Move out to separate file.
5561         (u8_uctomb): Use ucs4_t, uint8_t types.
5562         * lib/unistr/ucs4-utf8.c: New file.
5563
5564         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
5565         (Depends-on): Add unitypes.
5566         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
5567         (u16_uctomb_aux): Move out to separate file.
5568         (u16_uctomb): Use ucs4_t, uint16_t types.
5569         * lib/unistr/ucs4-utf16.c: New file.
5570
5571 2006-12-25  Bruno Haible  <bruno@clisp.org>
5572
5573         * modules/unitypes: New file.
5574         * lib/unitypes.h: New file.
5575         * MODULES.html.sh (func_all_modules): New section "Unicode string
5576         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
5577         this section. Add unitypes.
5578
5579 2007-01-08  Bruno Haible  <bruno@clisp.org>
5580
5581         Avoid variable names that conflict with those from libtool.
5582         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
5583         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
5584         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
5585         library_names_spec to acl_library_names_spec, hardcode_* to
5586         acl_hardcode_*.
5587         Reported by Ralf Wildenhues.
5588
5589 2007-01-08  Bruno Haible  <bruno@clisp.org>
5590
5591         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
5592         definition.
5593         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
5594         definition.
5595         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
5596         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
5597         definition.
5598         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
5599         definition.
5600         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
5601         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
5602         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
5603         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
5604         definition.
5605         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
5606         definition.
5607         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
5608         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
5609         GC_USE_<algorithm>.
5610         * lib/gc-libgcrypt.c: Likewise.
5611         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
5612         * modules/gc-arctwo (configure.ac): Likewise.
5613         * modules/gc-des (configure.ac): Likewise.
5614         * modules/gc-hmac-md5 (configure.ac): Likewise.
5615         * modules/gc-hmac-sha1 (configure.ac): Likewise.
5616         * modules/gc-md2 (configure.ac): Likewise.
5617         * modules/gc-md4 (configure.ac): Likewise.
5618         * modules/gc-md5 (configure.ac): Likewise.
5619         * modules/gc-random (configure.ac): Likewise.
5620         * modules/gc-rijndael (configure.ac): Likewise.
5621         * modules/gc-sha1 (configure.ac): Likewise.
5622
5623 2007-01-08  Bruno Haible  <bruno@clisp.org>
5624
5625         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
5626         macro definition.
5627         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
5628         definition.
5629         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
5630         definition.
5631         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
5632         * modules/fcntl-safer (configure.ac): Likewise.
5633         * modules/fopen-safer (configure.ac): Likewise.
5634         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
5635         GNULIB_FWRITEERROR macro definition.
5636
5637 2007-01-08  Bruno Haible  <bruno@clisp.org>
5638
5639         * m4/gnulib-common.m4: New file.
5640         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
5641         (func_get_filelist): Add m4/gnulib-common.m4.
5642
5643 2007-01-08  Bruno Haible  <bruno@clisp.org>
5644
5645         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
5646         command.
5647
5648 2007-01-08  Jim Meyering  <jim@meyering.net>
5649
5650         Use a more robust test for a "can't happen" condition.
5651         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
5652         narrowed the st_size value.  Presuming the "can't happen" condition
5653         is true, that narrowing could conceivably convert an invalid st_size
5654         value into a valid one.  Instead, use a change based on Matthew
5655         Woehlke's original patch.
5656
5657         Slight readability improvement: use an assert-like macro
5658         in place of literal "abort ()" uses.
5659         * lib/fts.c (fts_assert): Define.
5660         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
5661         Use this macro instead of a bare 'abort'.
5662
5663 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5664
5665         Don't worry about using IRIX 5.3's wctype.h broken definitions;
5666         simply work around them.
5667         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
5668         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
5669         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
5670         declaring.
5671         Don't bother to define as macros, since the standard doesn't require it.
5672         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
5673         longer worry about IRIX 5.3.
5674         (HAVE_WCTYPE_CTMP_BUG): Remove.
5675
5676 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
5677
5678         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
5679         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
5680         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5681         Problems reported by Georg Schwarz for IRIX 5.3.
5682
5683         * gnulib-tool (autoconf_minversion): Take the maximum version number
5684         found, not the minimum.  Problem reported by James Youngman.
5685
5686 2007-01-03  Karl Berry  <karl@gnu.org>
5687
5688         * doc/error.texi: new file, explaining interaction with progname.
5689         * doc/gnulib.texi: include it.  Update copyright.
5690
5691 2007-01-03  Simon Josefsson  <simon@josefsson.org>
5692
5693         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
5694         AC_CANONICAL_HOST, to improve autobuild outputs.
5695
5696 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
5697             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5698
5699         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
5700         sockets, server sockets, and other file descriptors.  Count errors
5701         to compute the return value.  Reorder the code a bit to be easier
5702         to follow.  Don't set event bits that were not requested (except
5703         POLLERR and POLLHUP).
5704
5705 2007-01-01  Bruno Haible  <bruno@clisp.org>
5706
5707         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
5708
5709 2007-01-03  Jim Meyering  <jim@meyering.net>
5710
5711         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
5712
5713 2007-01-02  Bruno Haible  <bruno@clisp.org>
5714
5715         * modules/settime (Include): Require timespec.h.
5716         * modules/nanosleep (Include): Likewise.
5717
5718 2007-01-01  Bruno Haible  <bruno@clisp.org>
5719
5720         * gnulib-tool (func_emit_copyright_notice): Bump year.
5721         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
5722
5723 2007-01-01  Bruno Haible  <bruno@clisp.org>
5724
5725         Improve support for OpenBSD.
5726         * build-aux/config.rpath (libname_spec): Export.
5727         (library_names_spec): New variable. Export.
5728         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
5729         library_names_spec from the config.rpath output. Locate shared library
5730         through the name pattern in library_names_spec.
5731
5732 2007-01-01  Eric Blake  <ebb9@byu.net>
5733
5734         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
5735
5736 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5737
5738         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
5739         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
5740         assume the C locale, and avoid an "eval" that could cause trouble.
5741         Problem with SORT reported by Bob Proulx.
5742
5743         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
5744         Define.  Trivial patch from Henning Nielsen Lund, originally
5745         sent to bug-grep@gnu.org today.
5746
5747 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5748
5749         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
5750         struct stat.  Problem reported by Henning Nielsen Lund.
5751         * lib/acl.c: Include acl.h first, to check interface.  Don't
5752         bother to include sys/types.h and sys/stat.h again.
5753
5754 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
5755
5756         Import the following change from libc; problem reported by
5757         Sven Verdoolaege.
5758
5759         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
5760
5761         [BZ #1373]
5762         * lib/argp.h: Remove __NTH for __argp_usage inline function.
5763
5764 2006-12-28  Jim Meyering  <jim@meyering.net>
5765
5766         * build-aux/announce-gen: Do not assume that the package
5767         builds any of tar.gz, tar.bz2, and .xdelta files.
5768         Suggestion from Simon Josefsson.
5769
5770 2006-12-28  Simon Josefsson  <simon@josefsson.org>
5771
5772         * modules/announce-gen: New file.
5773
5774 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
5775
5776         * lib/mbchar.h: Just include <wctype.h>; the wctype module
5777         handles its gotchas now.
5778         * lib/mbswidth.c: Likewise.
5779         * lib/wcwidth.h: Likewise.
5780         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
5781         and iswcntrl; the wctype module does this stuff now.
5782         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5783         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5784         * modules/mbchar (Depends-on): Add wctype.
5785         * modules/mbswidth (Depends-on): Likewise.
5786         * modules/wcwidth (Depends-on): Likewise.
5787
5788 2006-12-27  Eric Blake  <ebb9@byu.net>
5789
5790         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
5791         module uses more than what <wctype.h> is required to provide.
5792
5793 2006-12-26  Eric Blake  <ebb9@byu.net>
5794
5795         * gnulib-tool (sed_extract_prog): Avoid space-tab.
5796
5797 2006-12-26  Eric Blake  <ebb9@byu.net>
5798
5799         * modules/absolute-header: New module.
5800         * modules/fcntl (Depends-on): Depend on it.
5801         * modules/inttypes (Depends-on): Likewise.
5802         * modules/stdint (Depends-on): Likewise.
5803         * modules/sys_stat (Depends-on): Likewise.
5804         * modules/wctype (Depends-on): Likewise.
5805         * MODULES.html.sh (Support for building libraries and
5806         executables): Document it.
5807
5808 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5809
5810         * gnulib-tool (SED): Remove, undoing previous change.
5811         The problem was that it broke coreutils on Solaris, because
5812         "sed --posix" leaked into a makefile.
5813         (sed): New alias, if 'alias' and GNU sed.
5814
5815 2006-12-24  Jim Meyering  <jim@meyering.net>
5816
5817         Work around an fchownat bug in glibc-2.4:
5818         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
5819         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
5820         in spite of the -P option.
5821         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
5822         New macros.
5823         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
5824         * modules/openat (Files): Add lib/fchownat.c.
5825         * lib/openat.c (fchownat): Don't define here.  Move to...
5826         * lib/fchownat.c: ...this new file.
5827
5828 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
5829
5830         Fix bug reported by Bruno Haible in
5831         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
5832         where quotearg.c didn't compile on Mac OS X 10.2 because it
5833         lacks <wchar.h> and wint_t.
5834         * lib/wctype_.h (__wctype_wint_t): New type.
5835         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5836         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5837         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5838         Arg is now of type __wctype_wint_t, not wint_t.
5839         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5840         substitute HAVE_WINT_T.
5841         * modules/wctype (Files): Add m4/wint_t.m4.
5842         (wctype.h): Substitute HAVE_WINT_T.
5843
5844 2006-12-23  Bruno Haible  <bruno@clisp.org>
5845
5846         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5847
5848 2006-12-23  Bruno Haible  <bruno@clisp.org>
5849
5850         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5851         S_ISLNK.
5852         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5853         mingw.
5854
5855 2006-12-22  Bruno Haible  <bruno@clisp.org>
5856
5857         * lib/copy-file.c: Include acl.h.
5858         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5859         Close the file descriptors only after being done with copy_acl.
5860         * modules/copy-file (Depends-on): Add acl.
5861
5862 2006-12-22  Bruno Haible  <bruno@clisp.org>
5863
5864         * gnulib-tool (SED): New variable.
5865         Use $SED instead of sed everywhere.
5866
5867 2006-12-22  Bruno Haible  <bruno@clisp.org>
5868
5869         * modules/no-c++: New file.
5870         * m4/no-c++.m4: New file.
5871         * MODULES.html.sh (Support for building libraries and executables):
5872         Add no-c++.
5873
5874 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5877         Include <limits.h>, and use its INT_MAX to rewrite the
5878         j loop so that it does not overflow 'int'.  Problem reported by
5879         Ralf Wildenhues in
5880         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5881         Play it safe by shifting left by 1 rather than multiplying by 2,
5882         as GCC is less likely to optimize this away when the value
5883         is signed (when it assumes overflow leads to undefined behavior).
5884         Also, don't assume time_t uses two's complement.
5885
5886 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5887
5888         * MODULES.html.sh: New module wctype.
5889         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5890         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5891         <wctype.h>, since the new wctype module should fix this.
5892         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5893         the wctype module should arrange for it.
5894         * lib/regex_internal.h: Likewise.
5895         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5896         since the wctype module should handle this now.
5897         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5898         * modules/fnmatch (Depends-on): Add wctype.
5899         * modules/quotearg (Depends-on): Likewise.
5900         * modules/regex (Depends-on): Likewise.
5901
5902 2006-12-19  Bruno Haible  <bruno@clisp.org>
5903
5904         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5905         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5906
5907 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5908
5909         * modules/savewd (Depends-on): Fix dependency on fcntl.
5910
5911 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5912
5913         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5914         conforms to C99, rather than relying on the user's environment
5915         setting of STDINT_H.
5916
5917 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5918         and Eric Blake  <ebb9@byu.net>
5919
5920         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5921         This is more consistent with the other defines here.
5922         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5923         Port to z/OS.  Problem reported by Paul Gilmartin.
5924         Change local vars to use gl_ prefix rather than ac_.
5925         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5926         with other defines.
5927         * modules/double-slash-root: New module.
5928         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5929         (Depends-on): Add double-slash-root.
5930         * MODULES.html.sh (File system functions): Mention new module.
5931
5932 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5933
5934         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5935         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5936         This is for the benefit of gzip, which doesn't do i18n.
5937
5938 2006-12-12  Jim Meyering  <jim@meyering.net>
5939
5940         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5941         Reported by Andreas Schwab <schwab@suse.de>.
5942
5943 2006-12-12  Bruno Haible  <bruno@clisp.org>
5944
5945         Merge these changes.
5946         2006-09-05  Bruno Haible  <bruno@clisp.org>
5947         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5948         iconv_alloc succeeded.
5949         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5950         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5951         test for " && dest " at the end - dest is always != NULL there. Call
5952         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5953         with 2xNULL arguments, also to flush the state storage. Handle the
5954         IRIX iconv behaviour. Realloc the final result, to throw away unused
5955         memory.
5956
5957 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5958
5959         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5960         and fchmodat unconditionally, since glibc 2.4 has them.
5961         Problem reported by Arkadiusz Miskiewicz.
5962
5963 2006-12-10  Bruno Haible  <bruno@clisp.org>
5964
5965         * gnulib-tool (func_import): Show the include files only for those
5966         modules that are copied and specified.
5967         Reported by Karl Berry.
5968
5969 2006-12-08  Jim Meyering  <jim@meyering.net>
5970
5971         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5972         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5973
5974         * build-aux/announce-gen: Add two new options, both optional:
5975         --bootstrap-tools=TOOL_LIST
5976               a comma-separated list of tools, e.g.,
5977               autoconf,automake,bison,gnulib
5978         --gnulib-snapshot-date=DATE
5979               if gnulib is in the bootstrap tool list,
5980               then report this as the snapshot date.
5981               If not specified, use the current date/time.
5982               If you specify a date here, be sure it's UTC.
5983
5984 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5985
5986         * tests/test-argp-2.sh: Fix test to match actual output.
5987         (func_compare): Fix sed script to be portable.
5988
5989 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5990
5991         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5992         workaround for this case.  It is not autoconfigured now; offhand
5993         it's hard to see how to autoconfigure it.
5994
5995 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5996
5997         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5998         a directory that is about to be chowned.  Such a directory's
5999         initial file permissions should permit the owner only and this
6000         should not be changed until after the chown, since the group and
6001         other bits would be incorrect if they granted permission before
6002         the chown.
6003
6004         Fix porting problem for iswctype reported by Georg Schwarz in:
6005         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
6006         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
6007         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
6008         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
6009         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6010
6011 2006-12-03  Jim Meyering  <jim@meyering.net>
6012
6013         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
6014         p->fts_statp may not yet be defined.
6015         (fts_read): Instead, set it in the caller, once p->fts_statp is
6016         sure to be defined, and corresponds to a top-level directory.
6017         This bug made du -x fail.  Here's the coreutils test case:
6018         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
6019         Reported by Mike Frysinger.
6020
6021 2006-12-01  Jim Meyering  <jim@meyering.net>
6022
6023         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
6024         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
6025         Reported by Simon Josefsson.
6026
6027 2006-11-30  Jim Meyering  <jim@meyering.net>
6028
6029         * m4/warning.m4: Use the all-permissive copyright notice
6030         recommended by RMS (rather than LGPL).
6031         * m4/vararrays.m4: Likewise.
6032         * m4/flexmember.m4: Likewise.
6033
6034 2006-11-29  Bruno Haible  <bruno@clisp.org>
6035
6036         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6037         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
6038         using +=.
6039         Reported by Simon Josefsson <simon@josefsson.org>.
6040
6041 2006-11-28  James Youngman <jay@gnu.org>
6042
6043         * README: Advise users that they might find the bug-gnulib@gnu.org
6044         and autotools-announce@gnu.org mailing lists useful.
6045
6046 2006-11-28  Bruno Haible  <bruno@clisp.org>
6047
6048         * m4/ptrdiff_max.m4: Remove file.
6049
6050 2006-11-21  Bruno Haible  <bruno@clisp.org>
6051
6052         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
6053         _AC_COMPUTE_INT.
6054         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6055         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
6056         _AC_COMPUTE_INT.
6057         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6058         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
6059         _AC_COMPUTE_INT.
6060         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6061
6062 2006-11-28  Jim Meyering  <jim@meyering.net>
6063
6064         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
6065         warning from "gcc -Wshadow" about shadowing the builtin.
6066
6067 2006-11-27  Bruno Haible  <bruno@clisp.org>
6068
6069         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
6070         _AC_COMPUTE_INT.
6071         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6072
6073 2006-11-27  Bruno Haible  <bruno@clisp.org>
6074             Paul Eggert  <eggert@cs.ucla.edu>
6075
6076         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
6077
6078 2006-11-26  Bruno Haible  <bruno@clisp.org>
6079
6080         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6081         noinst_LTLIBRARIES.
6082
6083 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
6084             Bruno Haible  <bruno@clisp.org>
6085
6086         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
6087         if compiling with "gcc -ansi".
6088
6089 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
6090
6091         Fix some incompatibilities with gcc -ansi -pedantic.
6092         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
6093         if compiling pedantically with GCC, unless it's C99 or later.
6094         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
6095         it mishandles gcc -ansi -pedantic as well.
6096         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
6097         if gcc -pedantic.
6098         * lib/regexec.c (check_node_accept_bytes): Don't use auto
6099         initializers for struct if -pedantic, unless it's C99 or later.
6100
6101 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
6102
6103         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
6104         Don't close an fd more than once. Identical atimes indicate
6105         success, not failure.
6106
6107 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
6108
6109         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
6110
6111 2006-11-23  Jim Meyering  <jim@meyering.net>
6112
6113         * build-aux/announce-gen: New file.  From coreutils.
6114
6115 2006-11-22  Jim Meyering  <jim@meyering.net>
6116
6117         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
6118         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
6119         (fts_read): Use a temporary to narrow the overused st_size member
6120         before using it in a switch statement.  Reported by Matthew Woehlke.
6121
6122         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
6123         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
6124
6125 2006-11-20  Bruno Haible  <bruno@clisp.org>
6126
6127         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
6128         changequote instead of pairs of brackets.
6129         Reported by Andreas Schwab <schwab@suse.de>.
6130
6131 2006-11-21  Jim Meyering  <jim@meyering.net>
6132
6133         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
6134         so as to remain compatible with older compilers.
6135         Patch from Michael Deutschmann.
6136
6137 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6138
6139         * MODULES.html.sh (File system functions): Add openat.
6140
6141         * lib/openat.h (rpl_fstatat): New macro, if
6142         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
6143         (fstatat): Define to rpl_fstatat under the same conditions,
6144         unless COMPILING_FSTATAT.
6145         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
6146         seems to have the bug.
6147         * lib/fstatat.c: New file.
6148         * modules/openat (Files): Add it.
6149
6150 2006-11-20  Bruno Haible  <bruno@clisp.org>
6151
6152         * Makefile: New file.
6153
6154 2006-11-20  Jim Meyering  <jim@meyering.net>
6155
6156         The beginnings of syntax-related checks for gnulib.
6157         * lib/Makefile: New file.
6158         * lib/t-idcache: New script.  Ensure that the two halves of
6159         idcache.c stay in sync.
6160
6161         * lib/idcache.c: Adjust comments in user- and group- portions to
6162         be more accurate, and to be consistent with one another.
6163
6164 2006-11-20  Jim Meyering  <jim@meyering.net>
6165
6166         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
6167         continue using the flexible array member (thus, this module performs
6168         half as many malloc calls), with the addition that...
6169         (getgroup, getuser): Consistently record a non-match via an empty
6170         "name" string, and map an empty string match to a NULL return value.
6171         * modules/idcache (Depends-on): Re-add flexmember.
6172
6173         * lib/idcache.c (getuser): Remove all uses of the register keyword.
6174         (getuidbyname, getgroup, getgidbyname): Likewise.
6175
6176         Use cleaner syntax: NULL rather than 0.
6177         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
6178
6179 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6180
6181         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
6182         It mishandled the case where the group was missing.
6183         Problem reported by Greg Schafer.
6184         * modules/idcache: Likewise.
6185
6186 2006-11-18  Jim Meyering  <jim@meyering.net>
6187
6188         * check-module (%exempt_header): Add exception for some
6189         conditionally-included headers.
6190
6191         * modules/i-ring (Depends-on): Add verify.
6192         (License): Change to LGPL.
6193
6194 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6195
6196         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
6197         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
6198         and inttostr.h.  Use snprintf rather than uinttostr, so that
6199         LGPLed code doesn't depend on GPLed.
6200
6201 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6202
6203         * modules/inline (License): Change from GPL to LGPL.
6204
6205 2006-11-17  Jim Meyering  <jim@meyering.net>
6206
6207         * modules/d-type (License): Switch to LGPL.
6208
6209 2006-11-15  Bruno Haible  <bruno@clisp.org>
6210
6211         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
6212
6213 2006-11-15  Eric Blake  <ebb9@byu.net>
6214
6215         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
6216         the module dependency.
6217
6218 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6219             Bruno Haible  <bruno@clisp.org>
6220
6221         * gnulib-tool (func_create_testdir): Add license consistency check.
6222
6223 2006-11-15  Eric Blake  <ebb9@byu.net>
6224
6225         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
6226         random "(cached)" in configure output.
6227
6228 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6229
6230         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
6231         test for conforming inttypes.h is both announced and cached.
6232
6233         * MODULES.html.sh (seen_modules, seen_files): New variables.
6234         (func_module): Rewrite to use a few less gnulib-tool and sed
6235         invocations.  Avoid a couple of quadratic algorithms for ...
6236         (missed_modules, missed_files): ... these, with ...
6237         (func_append, func_tmpdir): ... these new functions, from
6238         gnulib-tool.  Analogously, install traps for cleanup.
6239
6240         * tests/test-gc.c (main): Remove unused variables.
6241         * tests/test-read-file.c: Include stdlib.h, for 'free'.
6242
6243 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
6244
6245         * modules/inttostr (License): Change to LGPL.
6246
6247 2006-11-14  Eric Blake  <ebb9@byu.net>
6248
6249         * modules/tempname (License): Change to LGPL.
6250
6251 2006-11-14  Eric Blake  <ebb9@byu.net>
6252
6253         * doc/functions.texi (Function Portability): *printf functions on
6254         Cygwin now understand all POSIX size specifiers.
6255
6256 2006-11-14  Bruno Haible  <bruno@clisp.org>
6257
6258         * modules/c-ctype (License): Change to LGPL.
6259
6260 2006-11-12  Bruno Haible  <bruno@clisp.org>
6261
6262         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
6263         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
6264         for GNOME libraries, for which the include files are installed in
6265         subdirectories of $prefix/include.
6266
6267 2006-11-12  Bruno Haible  <bruno@clisp.org>
6268
6269         * m4/lib-link.m4: Require at least autoconf-2.54.
6270         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
6271         name to underscores for the --with option.
6272
6273 2006-11-13  Bruno Haible  <bruno@clisp.org>
6274
6275         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
6276         the tests directory.
6277         Reported by Ralf Wildenhues.
6278
6279 2006-11-13  Bruno Haible  <bruno@clisp.org>
6280
6281         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
6282         (func_emit_initmacro_end): Undo the override here.
6283         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
6284         Works around the famous automake error in coreutils.
6285
6286 2006-11-13  Eric Blake  <ebb9@byu.net>
6287
6288         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
6289         element, not its node.
6290
6291 2006-11-12  Bruno Haible  <bruno@clisp.org>
6292
6293         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
6294         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
6295
6296 2006-11-12  Bruno Haible  <bruno@clisp.org>
6297
6298         * gnulib-tool: New option --local-symlink.
6299         (func_usage): Document it.
6300         (lsymbolic): New variable.
6301         (func_import, func_create_testdir): If --symlink was not specified,
6302         test whether --local-symlink was specified and the file comes from
6303         the local_gnulib_dir.
6304
6305 2006-11-12  Bruno Haible  <bruno@clisp.org>
6306
6307         * gnulib-tool (func_ln): New function.
6308         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
6309
6310 2006-11-12  Bruno Haible  <bruno@clisp.org>
6311
6312         Finish support for source files in subdirectories.
6313         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
6314         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
6315         AUTOMAKE_OPTIONS.
6316         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
6317
6318 2006-11-12  Bruno Haible  <bruno@clisp.org>
6319
6320         * gnulib-tool (func_get_automake_snippet): Synthesize also an
6321         EXTRA_lib_SOURCES augmentation.
6322         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
6323
6324 2006-11-12  Jim Meyering  <jim@meyering.net>
6325
6326         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
6327         file descriptors.  This also averts a failure on systems with
6328         native openat support when a traversed directory lacks "x" access.
6329         * lib/fts_.h: Include "i-ring.h"
6330         (struct FTS) [fts_fd_ring]: New member.
6331         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
6332         (FCHDIR): Add parentheses.
6333         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
6334         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
6335         When descending, rather than simply closing the previous
6336         fts_cwd_fd value, push that file descriptor onto the ring.
6337         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
6338         (fts_open): Initialize the new fd_ring member.
6339         (fts_close): Clear the ring.
6340         (fts_safe_changedir): When possible, use our new fd_ring to skip
6341         the diropen and fstat and dev/ino comparison that would normally
6342         accompany a virtual `chdir ("..")'.
6343
6344         * modules/fts (Depends-on): Add i-ring.
6345         * modules/i-ring: New module.
6346         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
6347         * m4/i-ring.m4: New file.
6348
6349 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6350
6351         * gnulib-tool (func_create_testdir): Fix replacement of
6352         `build-aux' in configure.ac.  Run autotools in gltests
6353         subdirectory.
6354         (func_create_testdir, func_create_megatestdir, test): There is
6355         no need for '--force' in most autotool invocations in a new
6356         tree.  Actually fail the whole test if any of the tools, or the
6357         configure or make stages fail.
6358
6359         Sync from Automake.
6360         * build-aux/gnupload: Revert last change.  Add pointer to upload
6361         instructions of the GNU Maintenance Instructions.
6362         Suggestion by Karl Berry.
6363
6364 2006-11-10  Jim Meyering  <jim@meyering.net>
6365
6366         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
6367
6368 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6369
6370         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
6371         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
6372         (bind_textdomain_codeset) [! ENABLE_NLS]:
6373         Evaluate all the arguments.  That way, callers get compatible behavior
6374         if the arguments have side effects.  Also, it avoids some GCC
6375         diagnostics in some cases; Joel E. Denny reported problems when Bison
6376         was configured with --enable-gcc-warnigs.
6377
6378 2006-11-10  Jim Meyering  <jim@meyering.net>
6379
6380         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
6381         relevant options in CFLAGS (like -O, -fno-inline) are taken into
6382         account.
6383
6384 2006-11-10  Jim Meyering  <jim@meyering.net>
6385
6386         * modules/inline: New file/module.
6387         * modules/xalloc (Files): Remove m4/inline.m4.
6388         (Depends-on): Add inline, instead.
6389         * modules/oset: Likewise.
6390         * modules/list: Likewise.
6391
6392 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6393
6394         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
6395         Problem reported by Matthew Woehlke.
6396
6397 2006-11-09  Bruno Haible  <bruno@clisp.org>
6398
6399         * lib/tempname.c (gen_tempname): Remove variant that invokes
6400         __gen_tempname.
6401         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
6402         __gen_tempname.
6403
6404 2006-11-08  Bruno Haible  <bruno@clisp.org>
6405
6406         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
6407         to 'yes' instead of 'cross-compiling'.
6408
6409 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
6410
6411         * lib/quotearg.h (quotearg_free): New decl.
6412         * lib/quotearg.c (quotearg_free): New function.
6413         (slot0, nslots, slotvec0, slotvec):
6414         Now file-scope so that quotearg_free can get at them.
6415
6416 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6417
6418         Sync from Automake.
6419         * build-aux/gnupload: Add missing 'gnu' to example URL.
6420         Report by Karl Berry.
6421
6422 2006-11-08  Bruno Haible  <bruno@clisp.org>
6423
6424         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
6425         Suggested by Paul Eggert.
6426
6427 2006-11-08  Jim Meyering  <jim@meyering.net>
6428
6429         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
6430         It's already included if !_LIBC.
6431         (fts_safe_changedir): Add a comment.
6432
6433 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6434
6435         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
6436         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
6437         Matthew Woehlke.
6438
6439         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
6440         definitions up, to avoid colliding with change below.
6441         (static_inline) [HAVE_INLINE]: New macro.
6442         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
6443         Provide extern decls when !HAVE_INLINE.  Do not define unless
6444         static_inline is defined, either by us or by xmalloc.c.  Use
6445         static_inline rather than static inline.
6446         (XCALLOC): Optimize sizeof(T) = 1 case.
6447         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
6448
6449 2006-11-07  Bruno Haible  <bruno@clisp.org>
6450
6451         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
6452         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
6453         AC_C_INLINE.
6454         * modules/xalloc (Files): Add m4/inline.m4.
6455
6456 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6457
6458         * README: Fix typo.
6459         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
6460         (Miscellanous Notes): ...from this.
6461
6462 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6463
6464         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
6465         Mention that offsetof should be used instead of sizeof.
6466         From Bruno Haible.
6467
6468 2006-11-07  Bruno Haible  <bruno@clisp.org>
6469
6470         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
6471
6472 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
6473
6474         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6475         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
6476         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
6477         (gl_tree_add_before, gl_tree_add_after):
6478         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
6479         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
6480         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6481         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
6482         (gl_linked_add_after, gl_linked_add_at): Likewise.
6483         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
6484         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
6485         (gl_tree_add_before, gl_tree_add_after): Likewise.
6486         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
6487         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
6488         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6489
6490 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6491
6492         * lib/gl_oset.h: Use C comment style, not C++ comment style.
6493
6494 2006-11-06  Bruno Haible  <bruno@clisp.org>
6495
6496         * m4/inline.m4: New file.
6497         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
6498         * modules/list (Files): Add m4/inline.m4.
6499         * modules/oset (Files): Likewise.
6500
6501 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
6502
6503         * lib/idcache.c: Include <stddef.h>, for offsetof.
6504         (struct userid.name): Change from char * to a flexible array member.
6505         All uses changed.
6506         * modules/idcache (Depends-on): Add flexmember.
6507
6508         * MODULES.html.sh (Core language properties): New module flexmember.
6509         * modules/flexmember, m4/flexmember.m4: New files.
6510
6511         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
6512         inline functions that are identical with the old xnmalloc_inline,
6513         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
6514         that we can avoid some unnecessary integer multiplications and
6515         divisions in the common case where the element size is known at
6516         compile time.
6517         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
6518         needed.
6519         (xnboundedmalloc): Remove.
6520         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
6521         arguments, for consistency with rest of this header.
6522         (xcharalloc): Rewrite using XNMALLOC.
6523         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
6524         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
6525         versions have been moved to lib/xalloc.h and renamed to be the
6526         non-*_inline versions.
6527         (xmalloc, xrealloc): Implement without reference to the xnmalloc
6528         and xnrealloc functions, since those functions are now inline and
6529         now call us.
6530         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
6531         renaming described above.
6532         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
6533         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
6534         captures the dependency in AC_C_INLINE.
6535
6536         New module canonicalize-lgpl, proposed by Charles Wilson in
6537         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
6538         with a few small changes afterwards.
6539         * MODULES.html.sh (File system functions): New module
6540         canonicalize-lgpl.
6541         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
6542         and canonicalize_file_name.
6543         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
6544         * modules/canonicalize-lgpl: New files.
6545
6546 2006-11-05  Bruno Haible  <bruno@clisp.org>
6547
6548         * gnulib-tool (func_import, func_create_testdir): Create directories
6549         also for files in subdirectories of lib/.
6550
6551 2006-11-05  Bruno Haible  <bruno@clisp.org>
6552
6553         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
6554         ANSI C compliant.
6555
6556 2006-11-03  Bruno Haible  <bruno@clisp.org>
6557
6558         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6559         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
6560         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
6561         (xnboundedmalloc): New inline function.
6562         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
6563         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
6564         xmalloc.
6565         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
6566         xmalloc.
6567         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
6568         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
6569         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
6570         xmalloc.
6571         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6572         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
6573         xmalloc.
6574         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
6575         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6576         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
6577         xmalloc.
6578         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6579         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
6580         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6581         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
6582         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
6583         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
6584         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
6585
6586 2006-11-03  Bruno Haible  <bruno@clisp.org>
6587
6588         * lib/c-ctype.h [C++]: Define functions without name mangling.
6589         * lib/fwriteerror.h [C++]: Likewise.
6590         * lib/gcd.h [C++]: Likewise.
6591         * lib/linebreak.h [C++]: Likewise.
6592
6593 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
6594
6595         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
6596         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
6597         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
6598         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6599         Check for functions and headers just once.
6600         Check for declaration of canonicalize_file_name.
6601         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
6602
6603 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6604
6605         * gnulib-tool (func_import): Fix typo in actioncmd.
6606
6607 2006-11-02  Bruno Haible  <bruno@clisp.org>
6608
6609         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
6610         newline sequence in the Makefile.am snippet as a space, like "make"
6611         does.
6612         Reported by Roger Persson <perrog@gmail.com>.
6613
6614 2006-11-01  Bruno Haible  <bruno@clisp.org>
6615
6616         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
6617         already declared in <string.h>.
6618         * lib/strcase.h (strncasecmp): Don't declare it if yes.
6619
6620 2006-11-01  Bruno Haible  <bruno@clisp.org>
6621
6622         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
6623         * lib/strcase.h: Include <string.h>.
6624         (strcasecmp): Define to rpl_strcasecmp here.
6625
6626 2006-11-01  Bruno Haible  <bruno@clisp.org>
6627
6628         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
6629
6630 2006-11-01  Eric Blake  <ebb9@byu.net>
6631
6632         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
6633
6634         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
6635
6636 2006-10-29  Bruno Haible  <bruno@clisp.org>
6637
6638         Make it compile in C++ mode.
6639         * lib/full-write.c (full_rw): Add a cast.
6640
6641 2006-11-01  Bruno Haible  <bruno@clisp.org>
6642
6643         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
6644         be POSIX compliant.
6645         Reported by Roger Persson <perrog@gmail.com>.
6646
6647 2006-11-01  Eric Blake  <ebb9@byu.net>
6648
6649         * lib/getopt_.h: Fix comments.
6650
6651 2006-10-31  Eric Blake  <ebb9@byu.net>
6652
6653         * modules/tmpdir (Depends-on): Add sys_stat.
6654         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
6655         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
6656         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
6657         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
6658         tempname.
6659
6660 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
6661
6662         Avoid some C++ diagnostics reported by Bruno Haible.
6663         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
6664         xmalloc.
6665         (quotearg_alloc): Use xcharalloc rather than xmalloc.
6666         (struct slotvec): Move to top level.
6667         (quotearg_n_options): Rewrite to avoid xmalloc.
6668         * lib/xalloc.h (xcharalloc): New function.
6669         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
6670         [defined __cplusplus]: Add function template that provides result
6671         type propagation.  This part of the change is from Bruno Haible.
6672
6673 2006-10-29  Bruno Haible  <bruno@clisp.org>
6674
6675         Make it compile in C++ mode.
6676         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
6677         * lib/strnlen1.c (strnlen1): Cast memchr result.
6678         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
6679         * lib/clean-temp.c (string_equals, string_hash): Add casts.
6680         (create_temp_dir): Rename local variable 'template'.
6681         (compile_csharp_using_sscli): Add cast.
6682         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
6683         * lib/findprog.c (find_in_path): Likewise.
6684         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
6685         * lib/wait-process.c (register_slave_subprocess): Likewise.
6686
6687 2006-10-22  Bruno Haible  <bruno@clisp.org>
6688
6689         * modules/tsearch: New file.
6690         * lib/tsearch.h: New file.
6691         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
6692         * m4/tsearch.m4: New file.
6693         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
6694
6695 2006-10-29  Eric Blake  <ebb9@byu.net>
6696
6697         * lib/arcfour.c: Assume config.h.
6698         * lib/arctwo.c: Likewise.
6699         * lib/base64.c: Likewise.
6700         * lib/check-version.c: Likewise.
6701         * lib/crc.c: Likewise.
6702         * lib/des.c: Likewise.
6703         * lib/gc-gnulib.c: Likewise.
6704         * lib/gc-libgcrypt.c: Likewise.
6705         * lib/gc-pbkdf2-sha1.c: Likewise.
6706         * lib/getaddrinfo.c: Likewise.
6707         * lib/getdelim.c: Likewise.
6708         * lib/getline.c: Likewise.
6709         * lib/hmac-md5.c: Likewise.
6710         * lib/hmac-sha1.c: Likewise.
6711         * lib/iconvme.c: Likewise.
6712         * lib/md2.c: Likewise.
6713         * lib/md4.c: Likewise.
6714         * lib/memxor.c: Likewise.
6715         * lib/read-file.c: Likewise.
6716         * lib/readline.c: Likewise.
6717         * lib/rijndael-alg-fst.c: Likewise.
6718         * lib/rijndael-api-fst.c: Likewise.
6719         * lib/xgetdomainname.c: Likewise.
6720
6721 2006-10-28  Eric Blake  <ebb9@byu.net>
6722
6723         * lib/xstrndup.c: Assume config.h.
6724
6725 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6726
6727         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
6728         stat-macros.h is now for our own macros, whereas stat_h is for
6729         macros in the <sys/stat.h> name space.
6730         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
6731         (STAT_MACROS_H): Remove.
6732         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
6733         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
6734         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
6735         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
6736         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
6737         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
6738         Move these macros to ...
6739         * lib/stat_.h: here.  Don't include stat-macros.h.
6740         * lib/canonicalize.c: Don't include stat-macros.h.
6741         * lib/chown.c: Likewise.
6742         * lib/euidaccess.c: Likewise.
6743         * lib/file-type.c: Likewise.
6744         * lib/filemode.c: Likewise.
6745         * lib/glob.c: Likewise.
6746         * lib/isapipe.c: Likewise.
6747         * lib/lchown.c: Likewise.
6748         * lib/lstat.c: Likewise.
6749         * lib/mkdir-p.c: Likewise.
6750         * lib/rmdir.c: Likewise.
6751         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
6752         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
6753         unless mkdir isn't declared, to speed up 'configure'.
6754         Always create sys/stat.h, since it's unlikely any real sys/stat.h
6755         would define all the S_* symbols.
6756         * modules/canonicalize (Depends-on):
6757         Depend on sys_stat, not stat-macros.
6758         * modules/chown: Likewise.
6759         * modules/euidaccess: Likewise.
6760         * modules/filemode: Likewise.
6761         * modules/file-type: Likewise.
6762         * modules/glob: Likewise.
6763         * modules/isapipe: Likewise.
6764         * modules/lchown: Likewise.
6765         * modules/lstat: Likewise.
6766         * modules/mkancesdirs: Likewise.
6767         * modules/rmdir: Likewise.
6768         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
6769         * modules/modechange: Likewise.
6770         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
6771         (configure.ac): Remove gl_STAT_MACROS.
6772         * modules/sys_stat (Depends-on): Remove stat-macros.
6773
6774 2006-10-27  Bruno Haible  <bruno@clisp.org>
6775
6776         * m4/signed.m4: Remove file.
6777         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
6778         invocation.
6779         * modules/vasnprintf (Files): Remove m4/signed.m4.
6780
6781 2006-10-27  Bruno Haible  <bruno@clisp.org>
6782
6783         Update to GNU gettext 0.16.
6784         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
6785         m4/inttypes-h.m4, m4/signed.m4.
6786         * m4/gettext.m4: Update to GNU gettext 0.16.
6787         * m4/intl.m4: New file, from GNU gettext.
6788         * m4/intldir.m4: New file, from GNU gettext.
6789         * config/srclist.txt: Update
6790
6791 2006-10-27  Eric Blake  <ebb9@byu.net>
6792
6793         * MODULES.html.sh: Document tempname.
6794         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
6795         dependencies.
6796         (Files): Move lib/tempname.c...
6797         * modules/tempname: ...to this new module.
6798         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
6799         (gl_PREREQ_TEMPNAME): Move...
6800         * m4/tempname.m4: ...to this new file.
6801         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
6802         * modules/sys_stat (Depends-on): Add stat-macros.
6803         * lib/stat_.h (includes): Pick up stat macros.
6804         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
6805         if stat macros are broken.
6806         * lib/tempname.c (includes): No need to include "stat-macros.h".
6807         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
6808         (direxists, __path_search) [!_LIBC]: Don't compile these in
6809         gnulib; the tmpdir module covers that.
6810         * lib/tempname.h: New file.
6811
6812 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6813
6814         * COPYING: Explain how gnulib-tool converts licence headers.
6815         Almost all wording by Eric Blake.
6816
6817 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6818
6819         * lib/mbchar.h (is_basic_table): Make read-only.
6820         * lib/mbchar.c (is_basic_table): Likewise.
6821         Reported by John Darrington.
6822
6823 2006-10-25  Bruno Haible  <bruno@clisp.org>
6824
6825         * lib/progname.h (set_program_name): Undefine before defining.
6826
6827 2006-10-25  Bruno Haible  <bruno@clisp.org>
6828
6829         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
6830         false for non-gcc C++ compilers.
6831         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6832
6833 2006-10-24  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6836         iconv implementations like Irix iconv.
6837
6838 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6839
6840         * modules/vararrays: New file.
6841         * m4/vararrays.m4: New file, taken from diffutils.
6842         * MODULES.html.sh: New module vararrays.
6843
6844 2006-10-24  Karl Berry  <karl@gnu.org>
6845
6846         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6847         Don't call GNU Unix.
6848
6849 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6850
6851         * users.txt: Add Libtool.
6852
6853         Sync from Libtool:
6854
6855         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6856
6857         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6858         to gnulib's policy of including config.h unconditionally.
6859
6860 2006-10-24  Bruno Haible  <bruno@clisp.org>
6861
6862         * modules/wcwidth (Files): Add m4/wint_t.m4.
6863         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6864         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6865
6866 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6867
6868         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6869         to pacify GCC with some -W flags enabled.  Problem reported by
6870         Bruno Haible.
6871
6872 2006-10-24  Jim Meyering  <jim@meyering.net>
6873
6874         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6875         Reported by Karl Berry.
6876
6877 2006-10-23  Bruno Haible  <bruno@clisp.org>
6878
6879         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6880
6881 2006-10-24  Bruno Haible  <bruno@clisp.org>
6882
6883         * lib/gl_list.h: Use C comment style, not C++ comment style.
6884
6885 2006-10-23  Eric Blake  <ebb9@byu.net>
6886
6887         * lib/getaddrinfo.c (includes): Add missing include.
6888
6889 2006-10-23  Bruno Haible  <bruno@clisp.org>
6890             Paul Eggert  <eggert@cs.ucla.edu>
6891
6892         Ability to rename obstack_free.
6893         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6894         obstack_free.
6895         (obstack_free): Invoke the __obstack_free macro.
6896         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6897
6898 2006-10-23  Bruno Haible  <bruno@clisp.org>
6899             Paul Eggert  <eggert@cs.ucla.edu>
6900
6901         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6902         __argc, __argv from the declaration. (They are defined as macros on
6903         mingw.)
6904
6905 2006-10-22  Bruno Haible  <bruno@clisp.org>
6906
6907         * doc/gnulib-intro.texi: New file.
6908         * doc/gnulib.texi: Include it.
6909
6910 2006-10-21  Bruno Haible  <bruno@clisp.org>
6911
6912         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6913         "Introduction", "Miscellanous Notes", "Particular Modules".
6914
6915 2006-10-21  Bruno Haible  <bruno@clisp.org>
6916
6917         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6918         Change mostlyclean-local rule to avoid sh syntax error from bash
6919         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6920
6921 2006-10-23  Jim Meyering  <jim@meyering.net>
6922
6923         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6924         in place of snprintf.
6925
6926         * modules/inttostr (Files): Add lib/uinttostr.c.
6927         * lib/uinttostr.c (inttostr): New file/function.
6928         * lib/inttostr.h (uinttostr): Declare.
6929         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6930         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6931         Add uinttostr.
6932         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6933
6934 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6935
6936         * lib/canonicalize.c (ELOOP): Define if not already defined.
6937         Problem reported by Bruno Haible in
6938         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6939
6940 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6941
6942         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6943         Problem reported by Perry Smith and Ville Laurikari.
6944
6945         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6946         uses.
6947
6948 2006-10-19  Bruno Haible  <bruno@clisp.org>
6949
6950         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6951         for mingw.
6952
6953 2006-10-19  Bruno Haible  <bruno@clisp.org>
6954
6955         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6956         Needed for mingw.
6957
6958 2006-10-19  Bruno Haible  <bruno@clisp.org>
6959
6960         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6961
6962 2006-10-19  Bruno Haible  <bruno@clisp.org>
6963
6964         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6965         it.
6966
6967 2006-10-19  Bruno Haible  <bruno@clisp.org>
6968
6969         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6970         invocation.
6971
6972 2006-10-19  Bruno Haible  <bruno@clisp.org>
6973
6974         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6975         mountlist by default.
6976
6977 2006-10-16  Bruno Haible  <bruno@clisp.org>
6978
6979         * lib/c-strstr.c: Include c-strstr.h.
6980
6981 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6982
6983         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6984         in a slash.
6985
6986 2006-10-18  Bruno Haible  <bruno@clisp.org>
6987
6988         * lib/lock.h [C++]: Wrap definitions in extern "C".
6989
6990 2006-10-18  Bruno Haible  <bruno@clisp.org>
6991
6992         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6993         gl_LIBOBJS list.
6994
6995 2006-10-18  Bruno Haible  <bruno@clisp.org>
6996
6997         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6998
6999 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
7000
7001         * lib/xstrtol.h: Include gettext.h.
7002         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
7003         Problem reported by Eric Blake.
7004         * modules/xstrtol (Depends-on): Add gettext-h.
7005
7006 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
7007
7008         * lib/strftime.c (advance): New macro.
7009         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
7010         incomplete type, so you can't add 0 to it.  Problem and patch
7011         reported by Eelco Dolstra for dietlibc.
7012
7013 2006-10-18  Jim Meyering  <jim@meyering.net>
7014
7015         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
7016         type for a local, and rename it: s/up/user_proc/.
7017
7018 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
7019
7020         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
7021         READ_UTMP_USER_PROCESS.
7022         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
7023
7024 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
7025
7026         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
7027         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
7028
7029 2006-10-17  Eric Blake  <ebb9@byu.net>
7030
7031         * lib/sigprocmask.c (sigprocmask): Fix typo.
7032
7033         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
7034
7035         * modules/clean-temp (Makefile.am): Don't add to make output...
7036         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
7037         config.h.
7038
7039 2006-10-17  Bruno Haible  <bruno@clisp.org>
7040
7041         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
7042         differently if DEFAULT_TEXT_DOMAIN is set.
7043
7044 2006-10-16  Bruno Haible  <bruno@clisp.org>
7045
7046         * lib/clean-temp.c: Include fwriteerror.h.
7047
7048 2006-10-16  Bruno Haible  <bruno@clisp.org>
7049
7050         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
7051
7052 2006-10-16  Bruno Haible  <bruno@clisp.org>
7053
7054         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
7055         * lib/sigprocmask.h: Include <sys/types.h>.
7056         (sigset_t): Use the system's definition if present.
7057
7058 2006-10-17  Eric Blake  <ebb9@byu.net>
7059
7060         * lib/xvasprintf.c (includes): Assume config.h.
7061         * lib/xasprintf.c (includes): Likewise.
7062
7063 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7064
7065         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
7066         at least as wide as intmax_t.
7067
7068 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
7069
7070         (Imported from Automake.)
7071         * build-aux/gnupload: Update to version 1.1 of directive file.
7072
7073 2006-10-16  Eric Blake  <ebb9@byu.net>
7074
7075         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
7076         match Automake 1.10a.
7077
7078 2006-10-14  Bruno Haible  <bruno@clisp.org>
7079
7080         * modules/sigprocmask: New file.
7081         * lib/sigprocmask.h: New file.
7082         * lib/sigprocmask.c: New file.
7083         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
7084         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
7085         request sigprocmask.o.
7086         (gl_PREREQ_SIGPROCMASK): New macro.
7087         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
7088         (Depends-on): Add sigprocmask.
7089         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
7090         gt_SIGNALBLOCKING. Test for 'raise' only once.
7091         * lib/fatal-signal.c: Include sigprocmask.h.
7092         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
7093         unblock_fatal_signals): Define always.
7094         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7095         sigprocmask.
7096
7097 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7098
7099         Sync from Automake.
7100         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
7101         which incorrectly sets the mode of an existing destination
7102         directory.  In some cases the unpatched install-sh could do the
7103         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
7104         system.  We hope this is rare in practice, but it's clearly worth
7105         fixing.  Problem reported by Alex Unleashed in
7106         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
7107         Also, don't bother to check for -m bugs unless we're using -m;
7108         suggested by Stepan Kasal.
7109
7110 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7111
7112         Sync from Automake.
7113         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
7114         `-c' flag, so they appear at the same position as in %FASTDEP%
7115         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
7116         which ignores unknown options only after the first non-option.
7117         Bug report against M4 by Nelson H. F. Beebe.
7118
7119 2006-10-13  Jim Meyering  <jim@meyering.net>
7120
7121         Fix a bug in yesterday's change.
7122         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
7123         p->fts_statp->st_dev would be used uninitialized.
7124         Ensures that we always call fts_stat on the very first entry.
7125         Miklos Szeredi reported that find -xdev stopped working.
7126
7127 2006-10-12  Bruno Haible  <bruno@clisp.org>
7128
7129         * gnulib-tool (func_get_automake_snippet): Append an automatically
7130         computed EXTRA_DIST augmentation.
7131         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
7132         * modules/alloca-opt (Makefile.am): Likewise.
7133         * modules/allocsa (Makefile.am): Likewise.
7134         * modules/arcfour (Makefile.am): Likewise.
7135         * modules/arctwo (Makefile.am): Likewise.
7136         * modules/argmatch (Makefile.am): Likewise.
7137         * modules/argz (Makefile.am): Likewise.
7138         * modules/atexit (Makefile.am): Likewise.
7139         * modules/backupfile (Makefile.am): Likewise.
7140         * modules/byteswap (Makefile.am): Likewise.
7141         * modules/c-strtod (Makefile.am): Likewise.
7142         * modules/c-strtold (Makefile.am): Likewise.
7143         * modules/calloc (Makefile.am): Likewise.
7144         * modules/canon-host (Makefile.am): Likewise.
7145         * modules/canonicalize (Makefile.am): Likewise.
7146         * modules/chdir-long (Makefile.am): Likewise.
7147         * modules/chdir-safer (Makefile.am): Likewise.
7148         * modules/check-version (Makefile.am): Likewise.
7149         * modules/chown (Makefile.am): Likewise.
7150         * modules/cloexec (Makefile.am): Likewise.
7151         * modules/close-stream (Makefile.am): Likewise.
7152         * modules/closeout (Makefile.am): Likewise.
7153         * modules/crc (Makefile.am): Likewise.
7154         * modules/csharpexec (Makefile.am): Likewise.
7155         * modules/cycle-check (Makefile.am): Likewise.
7156         * modules/des (Makefile.am): Likewise.
7157         * modules/dev-ino (Makefile.am): Likewise.
7158         * modules/dirfd (Makefile.am): Likewise.
7159         * modules/dirname (Makefile.am): Likewise.
7160         * modules/dup2 (Makefile.am): Likewise.
7161         * modules/eealloc (Makefile.am): Likewise.
7162         * modules/error (Makefile.am): Likewise.
7163         * modules/euidaccess (Makefile.am): Likewise.
7164         * modules/exclude (Makefile.am): Likewise.
7165         * modules/exitfail (Makefile.am): Likewise.
7166         * modules/fcntl-safer (Makefile.am): Likewise.
7167         * modules/fcntl (Makefile.am): Likewise.
7168         * modules/file-type (Makefile.am): Likewise.
7169         * modules/fileblocks (Makefile.am): Likewise.
7170         * modules/filemode (Makefile.am): Likewise.
7171         * modules/filenamecat (Makefile.am): Likewise.
7172         * modules/fnmatch (Makefile.am): Likewise.
7173         * modules/fopen-safer (Makefile.am): Likewise.
7174         * modules/fpending (Makefile.am): Likewise.
7175         * modules/fprintftime (Makefile.am): Likewise.
7176         * modules/free (Makefile.am): Likewise.
7177         * modules/fsusage (Makefile.am): Likewise.
7178         * modules/ftruncate (Makefile.am): Likewise.
7179         * modules/fts (Makefile.am): Likewise.
7180         * modules/gc-arcfour (Makefile.am): Likewise.
7181         * modules/gc-des (Makefile.am): Likewise.
7182         * modules/gc-hmac-md5 (Makefile.am): Likewise.
7183         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
7184         * modules/gc-md4 (Makefile.am): Likewise.
7185         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7186         * modules/gc-sha1 (Makefile.am): Likewise.
7187         * modules/gc (Makefile.am): Likewise.
7188         * modules/getaddrinfo (Makefile.am): Likewise.
7189         * modules/getcwd (Makefile.am): Likewise.
7190         * modules/getdelim (Makefile.am): Likewise.
7191         * modules/getdomainname (Makefile.am): Likewise.
7192         * modules/getgroups (Makefile.am): Likewise.
7193         * modules/gethostname (Makefile.am): Likewise.
7194         * modules/gethrxtime (Makefile.am): Likewise.
7195         * modules/getline (Makefile.am): Likewise.
7196         * modules/getloadavg (Makefile.am): Likewise.
7197         * modules/getlogin_r (Makefile.am): Likewise.
7198         * modules/getndelim2 (Makefile.am): Likewise.
7199         * modules/getopt (Makefile.am): Likewise.
7200         * modules/getpagesize (Makefile.am): Likewise.
7201         * modules/getpass-gnu (Makefile.am): Likewise.
7202         * modules/getpass (Makefile.am): Likewise.
7203         * modules/getsubopt (Makefile.am): Likewise.
7204         * modules/gettime (Makefile.am): Likewise.
7205         * modules/gettimeofday (Makefile.am): Likewise.
7206         * modules/getugroups (Makefile.am): Likewise.
7207         * modules/getusershell (Makefile.am): Likewise.
7208         * modules/glob (Makefile.am): Likewise.
7209         * modules/group-member (Makefile.am): Likewise.
7210         * modules/hard-locale (Makefile.am): Likewise.
7211         * modules/hash (Makefile.am): Likewise.
7212         * modules/hmac-md5 (Makefile.am): Likewise.
7213         * modules/hmac-sha1 (Makefile.am): Likewise.
7214         * modules/human (Makefile.am): Likewise.
7215         * modules/idcache (Makefile.am): Likewise.
7216         * modules/imaxabs (Makefile.am): Likewise.
7217         * modules/imaxdiv (Makefile.am): Likewise.
7218         * modules/inet_ntop (Makefile.am): Likewise.
7219         * modules/inet_pton (Makefile.am): Likewise.
7220         * modules/intprops (Makefile.am): Likewise.
7221         * modules/inttostr (Makefile.am): Likewise.
7222         * modules/inttypes (Makefile.am): Likewise.
7223         * modules/isapipe (Makefile.am): Likewise.
7224         * modules/javaversion (Makefile.am): Likewise.
7225         * modules/lchmod (Makefile.am): Likewise.
7226         * modules/lchown (Makefile.am): Likewise.
7227         * modules/localcharset (Makefile.am): Likewise.
7228         * modules/long-options (Makefile.am): Likewise.
7229         * modules/lstat (Makefile.am): Likewise.
7230         * modules/malloc (Makefile.am): Likewise.
7231         * modules/mathl (Makefile.am): Likewise.
7232         * modules/mbchar (Makefile.am): Likewise.
7233         * modules/md2 (Makefile.am): Likewise.
7234         * modules/md4 (Makefile.am): Likewise.
7235         * modules/md5 (Makefile.am): Likewise.
7236         * modules/memcasecmp (Makefile.am): Likewise.
7237         * modules/memchr (Makefile.am): Likewise.
7238         * modules/memcmp (Makefile.am): Likewise.
7239         * modules/memcoll (Makefile.am): Likewise.
7240         * modules/memcpy (Makefile.am): Likewise.
7241         * modules/memmem (Makefile.am): Likewise.
7242         * modules/memmove (Makefile.am): Likewise.
7243         * modules/mempcpy (Makefile.am): Likewise.
7244         * modules/memrchr (Makefile.am): Likewise.
7245         * modules/memset (Makefile.am): Likewise.
7246         * modules/memxor (Makefile.am): Likewise.
7247         * modules/mkancesdirs (Makefile.am): Likewise.
7248         * modules/mkdir-p (Makefile.am): Likewise.
7249         * modules/mkdir (Makefile.am): Likewise.
7250         * modules/mkdtemp (Makefile.am): Likewise.
7251         * modules/mkstemp (Makefile.am): Likewise.
7252         * modules/mktime (Makefile.am): Likewise.
7253         * modules/modechange (Makefile.am): Likewise.
7254         * modules/mountlist (Makefile.am): Likewise.
7255         * modules/nanosleep (Makefile.am): Likewise.
7256         * modules/obstack (Makefile.am): Likewise.
7257         * modules/openat (Makefile.am): Likewise.
7258         * modules/pagealign_alloc (Makefile.am): Likewise.
7259         * modules/pathmax (Makefile.am): Likewise.
7260         * modules/physmem (Makefile.am): Likewise.
7261         * modules/poll (Makefile.am): Likewise.
7262         * modules/posixtm (Makefile.am): Likewise.
7263         * modules/posixver (Makefile.am): Likewise.
7264         * modules/putenv (Makefile.am): Likewise.
7265         * modules/quote (Makefile.am): Likewise.
7266         * modules/quotearg (Makefile.am): Likewise.
7267         * modules/raise (Makefile.am): Likewise.
7268         * modules/read-file (Makefile.am): Likewise.
7269         * modules/readline (Makefile.am): Likewise.
7270         * modules/readlink (Makefile.am): Likewise.
7271         * modules/readtokens (Makefile.am): Likewise.
7272         * modules/readutmp (Makefile.am): Likewise.
7273         * modules/realloc (Makefile.am): Likewise.
7274         * modules/regex (Makefile.am): Likewise.
7275         * modules/rename-dest-slash (Makefile.am): Likewise.
7276         * modules/rename (Makefile.am): Likewise.
7277         * modules/rijndael (Makefile.am): Likewise.
7278         * modules/rmdir (Makefile.am): Likewise.
7279         * modules/rpmatch (Makefile.am): Likewise.
7280         * modules/safe-read (Makefile.am): Likewise.
7281         * modules/safe-write (Makefile.am): Likewise.
7282         * modules/same-inode (Makefile.am): Likewise.
7283         * modules/same (Makefile.am): Likewise.
7284         * modules/save-cwd (Makefile.am): Likewise.
7285         * modules/savedir (Makefile.am): Likewise.
7286         * modules/setenv (Makefile.am): Likewise.
7287         * modules/settime (Makefile.am): Likewise.
7288         * modules/sha1 (Makefile.am): Likewise.
7289         * modules/sig2str (Makefile.am): Likewise.
7290         * modules/snprintf (Makefile.am): Likewise.
7291         * modules/stat-macros (Makefile.am): Likewise.
7292         * modules/stat-time (Makefile.am): Likewise.
7293         * modules/stdbool (Makefile.am): Likewise.
7294         * modules/stdint (Makefile.am): Likewise.
7295         * modules/stdlib-safer (Makefile.am): Likewise.
7296         * modules/stpcpy (Makefile.am): Likewise.
7297         * modules/stpncpy (Makefile.am): Likewise.
7298         * modules/strcase (Makefile.am): Likewise.
7299         * modules/strcasestr (Makefile.am): Likewise.
7300         * modules/strchrnul (Makefile.am): Likewise.
7301         * modules/strcspn (Makefile.am): Likewise.
7302         * modules/strdup (Makefile.am): Likewise.
7303         * modules/strerror (Makefile.am): Likewise.
7304         * modules/strftime (Makefile.am): Likewise.
7305         * modules/strndup (Makefile.am): Likewise.
7306         * modules/strnlen (Makefile.am): Likewise.
7307         * modules/strpbrk (Makefile.am): Likewise.
7308         * modules/strsep (Makefile.am): Likewise.
7309         * modules/strstr (Makefile.am): Likewise.
7310         * modules/strtod (Makefile.am): Likewise.
7311         * modules/strtoimax (Makefile.am): Likewise.
7312         * modules/strtok_r (Makefile.am): Likewise.
7313         * modules/strtol (Makefile.am): Likewise.
7314         * modules/strtoll (Makefile.am): Likewise.
7315         * modules/strtoul (Makefile.am): Likewise.
7316         * modules/strtoull (Makefile.am): Likewise.
7317         * modules/strtoumax (Makefile.am): Likewise.
7318         * modules/strverscmp (Makefile.am): Likewise.
7319         * modules/sys_socket (Makefile.am): Likewise.
7320         * modules/sys_stat (Makefile.am): Likewise.
7321         * modules/sysexits (Makefile.am): Likewise.
7322         * modules/time_r (Makefile.am): Likewise.
7323         * modules/timegm (Makefile.am): Likewise.
7324         * modules/timespec (Makefile.am): Likewise.
7325         * modules/tmpfile-safer (Makefile.am): Likewise.
7326         * modules/trim (Makefile.am): Likewise.
7327         * modules/unistd-safer (Makefile.am): Likewise.
7328         * modules/unlinkdir (Makefile.am): Likewise.
7329         * modules/unlocked-io (Makefile.am): Likewise.
7330         * modules/userspec (Makefile.am): Likewise.
7331         * modules/utime (Makefile.am): Likewise.
7332         * modules/utimecmp (Makefile.am): Likewise.
7333         * modules/utimens (Makefile.am): Likewise.
7334         * modules/vasnprintf (Makefile.am): Likewise.
7335         * modules/vasprintf (Makefile.am): Likewise.
7336         * modules/vsnprintf (Makefile.am): Likewise.
7337         * modules/xalloc (Makefile.am): Likewise.
7338         * modules/xgetcwd (Makefile.am): Likewise.
7339         * modules/xnanosleep (Makefile.am): Likewise.
7340         * modules/xreadlink (Makefile.am): Likewise.
7341         * modules/xstrtod (Makefile.am): Likewise.
7342         * modules/xstrtol (Makefile.am): Likewise.
7343         * modules/xstrtold (Makefile.am): Likewise.
7344         * modules/yesno (Makefile.am): Likewise.
7345         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
7346
7347 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7348
7349         * modules/error (Makefile.am): Distribute files through
7350         EXTRA_DIST, not lib_SOURCES.
7351
7352 2006-10-12  Eric Blake  <ebb9@byu.net>
7353
7354         * modules/error (Makefile.am): Distribute files in /lib.
7355         * modules/obstack (Makefile.am): Likewise.
7356
7357 2006-10-12  Bruno Haible  <bruno@clisp.org>
7358
7359         * modules/acl (Makefile.am): Distribute all files in lib/ through
7360         EXTRA_DIST.
7361         * modules/arcfour (Makefile.am): Likewise.
7362         * modules/arctwo (Makefile.am): Likewise.
7363         * modules/argmatch (Makefile.am): Likewise.
7364         * modules/argz (Makefile.am): Likewise.
7365         * modules/atexit (Makefile.am): Likewise.
7366         * modules/backupfile (Makefile.am): Likewise.
7367         * modules/c-strtod (Makefile.am): Likewise.
7368         * modules/c-strtold (Makefile.am): Likewise.
7369         * modules/calloc (Makefile.am): Likewise.
7370         * modules/canon-host (Makefile.am): Likewise.
7371         * modules/canonicalize (Makefile.am): Likewise.
7372         * modules/chdir-long (Makefile.am): Likewise.
7373         * modules/chdir-safer (Makefile.am): Likewise.
7374         * modules/check-version (Makefile.am): Likewise.
7375         * modules/chown (Makefile.am): Likewise.
7376         * modules/cloexec (Makefile.am): Likewise.
7377         * modules/close-stream (Makefile.am): Likewise.
7378         * modules/closeout (Makefile.am): Likewise.
7379         * modules/crc (Makefile.am): Likewise.
7380         * modules/cycle-check (Makefile.am): Likewise.
7381         * modules/des (Makefile.am): Likewise.
7382         * modules/dirfd (Makefile.am): Likewise.
7383         * modules/dirname (Makefile.am): Likewise.
7384         * modules/dup2 (Makefile.am): Likewise.
7385         * modules/euidaccess (Makefile.am): Likewise.
7386         * modules/exclude (Makefile.am): Likewise.
7387         * modules/exitfail (Makefile.am): Likewise.
7388         * modules/fcntl-safer (Makefile.am): Likewise.
7389         * modules/file-type (Makefile.am): Likewise.
7390         * modules/fileblocks (Makefile.am): Likewise.
7391         * modules/filemode (Makefile.am): Likewise.
7392         * modules/filenamecat (Makefile.am): Likewise.
7393         * modules/fnmatch (Makefile.am): Likewise.
7394         * modules/fopen-safer (Makefile.am): Likewise.
7395         * modules/fpending (Makefile.am): Likewise.
7396         * modules/fprintftime (Makefile.am): Likewise.
7397         * modules/free (Makefile.am): Likewise.
7398         * modules/fsusage (Makefile.am): Likewise.
7399         * modules/ftruncate (Makefile.am): Likewise.
7400         * modules/fts (Makefile.am): Likewise.
7401         * modules/gc (Makefile.am): Likewise.
7402         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7403         * modules/getaddrinfo (Makefile.am): Likewise.
7404         * modules/getcwd (Makefile.am): Likewise.
7405         * modules/getdelim (Makefile.am): Likewise.
7406         * modules/getdomainname (Makefile.am): Likewise.
7407         * modules/getgroups (Makefile.am): Likewise.
7408         * modules/gethostname (Makefile.am): Likewise.
7409         * modules/gethrxtime (Makefile.am): Likewise.
7410         * modules/getline (Makefile.am): Likewise.
7411         * modules/getloadavg (Makefile.am): Likewise.
7412         * modules/getlogin_r (Makefile.am): Likewise.
7413         * modules/getopt (Makefile.am): Likewise.
7414         * modules/getpass (Makefile.am): Likewise.
7415         * modules/getpass-gnu (Makefile.am): Likewise.
7416         * modules/getsubopt (Makefile.am): Likewise.
7417         * modules/gettime (Makefile.am): Likewise.
7418         * modules/gettimeofday (Makefile.am): Likewise.
7419         * modules/getugroups (Makefile.am): Likewise.
7420         * modules/getusershell (Makefile.am): Likewise.
7421         * modules/glob (Makefile.am): Likewise.
7422         * modules/group-member (Makefile.am): Likewise.
7423         * modules/hard-locale (Makefile.am): Likewise.
7424         * modules/hash (Makefile.am): Likewise.
7425         * modules/hmac-md5 (Makefile.am): Likewise.
7426         * modules/hmac-sha1 (Makefile.am): Likewise.
7427         * modules/human (Makefile.am): Likewise.
7428         * modules/idcache (Makefile.am): Likewise.
7429         * modules/imaxabs (Makefile.am): Likewise.
7430         * modules/imaxdiv (Makefile.am): Likewise.
7431         * modules/inet_ntop (Makefile.am): Likewise.
7432         * modules/inet_pton (Makefile.am): Likewise.
7433         * modules/inttostr (Makefile.am): Likewise.
7434         * modules/isapipe (Makefile.am): Likewise.
7435         * modules/lchown (Makefile.am): Likewise.
7436         * modules/long-options (Makefile.am): Likewise.
7437         * modules/lstat (Makefile.am): Likewise.
7438         * modules/malloc (Makefile.am): Likewise.
7439         * modules/mathl (Makefile.am): Likewise.
7440         * modules/mbchar (Makefile.am): Likewise.
7441         * modules/md2 (Makefile.am): Likewise.
7442         * modules/md4 (Makefile.am): Likewise.
7443         * modules/md5 (Makefile.am): Likewise.
7444         * modules/memcasecmp (Makefile.am): Likewise.
7445         * modules/memchr (Makefile.am): Likewise.
7446         * modules/memcmp (Makefile.am): Likewise.
7447         * modules/memcoll (Makefile.am): Likewise.
7448         * modules/memcpy (Makefile.am): Likewise.
7449         * modules/memmem (Makefile.am): Likewise.
7450         * modules/memmove (Makefile.am): Likewise.
7451         * modules/mempcpy (Makefile.am): Likewise.
7452         * modules/memrchr (Makefile.am): Likewise.
7453         * modules/memset (Makefile.am): Likewise.
7454         * modules/memxor (Makefile.am): Likewise.
7455         * modules/mkancesdirs (Makefile.am): Likewise.
7456         * modules/mkdir (Makefile.am): Likewise.
7457         * modules/mkdir-p (Makefile.am): Likewise.
7458         * modules/mkdtemp (Makefile.am): Likewise.
7459         * modules/mkstemp (Makefile.am): Likewise.
7460         * modules/mktime (Makefile.am): Likewise.
7461         * modules/modechange (Makefile.am): Likewise.
7462         * modules/mountlist (Makefile.am): Likewise.
7463         * modules/nanosleep (Makefile.am): Likewise.
7464         * modules/openat (Makefile.am): Likewise.
7465         * modules/pagealign_alloc (Makefile.am): Likewise.
7466         * modules/physmem (Makefile.am): Likewise.
7467         * modules/poll (Makefile.am): Likewise.
7468         * modules/posixtm (Makefile.am): Likewise.
7469         * modules/posixver (Makefile.am): Likewise.
7470         * modules/putenv (Makefile.am): Likewise.
7471         * modules/quote (Makefile.am): Likewise.
7472         * modules/quotearg (Makefile.am): Likewise.
7473         * modules/raise (Makefile.am): Likewise.
7474         * modules/read-file (Makefile.am): Likewise.
7475         * modules/readline (Makefile.am): Likewise.
7476         * modules/readlink (Makefile.am): Likewise.
7477         * modules/readtokens (Makefile.am): Likewise.
7478         * modules/readutmp (Makefile.am): Likewise.
7479         * modules/realloc (Makefile.am): Likewise.
7480         * modules/regex (Makefile.am): Likewise.
7481         * modules/rename (Makefile.am): Likewise.
7482         * modules/rename-dest-slash (Makefile.am): Likewise.
7483         * modules/rijndael (Makefile.am): Likewise.
7484         * modules/rmdir (Makefile.am): Likewise.
7485         * modules/rpmatch (Makefile.am): Likewise.
7486         * modules/safe-read (Makefile.am): Likewise.
7487         * modules/safe-write (Makefile.am): Likewise.
7488         * modules/same (Makefile.am): Likewise.
7489         * modules/save-cwd (Makefile.am): Likewise.
7490         * modules/savedir (Makefile.am): Likewise.
7491         * modules/setenv (Makefile.am): Likewise.
7492         * modules/settime (Makefile.am): Likewise.
7493         * modules/sha1 (Makefile.am): Likewise.
7494         * modules/sig2str (Makefile.am): Likewise.
7495         * modules/snprintf (Makefile.am): Likewise.
7496         * modules/stdlib-safer (Makefile.am): Likewise.
7497         * modules/stpcpy (Makefile.am): Likewise.
7498         * modules/stpncpy (Makefile.am): Likewise.
7499         * modules/strcase (Makefile.am): Likewise.
7500         * modules/strcasestr (Makefile.am): Likewise.
7501         * modules/strchrnul (Makefile.am): Likewise.
7502         * modules/strcspn (Makefile.am): Likewise.
7503         * modules/strdup (Makefile.am): Likewise.
7504         * modules/strerror (Makefile.am): Likewise.
7505         * modules/strftime (Makefile.am): Likewise.
7506         * modules/strndup (Makefile.am): Likewise.
7507         * modules/strnlen (Makefile.am): Likewise.
7508         * modules/strpbrk (Makefile.am): Likewise.
7509         * modules/strsep (Makefile.am): Likewise.
7510         * modules/strstr (Makefile.am): Likewise.
7511         * modules/strtod (Makefile.am): Likewise.
7512         * modules/strtoimax (Makefile.am): Likewise.
7513         * modules/strtok_r (Makefile.am): Likewise.
7514         * modules/strtol (Makefile.am): Likewise.
7515         * modules/strtoll (Makefile.am): Likewise.
7516         * modules/strtoul (Makefile.am): Likewise.
7517         * modules/strtoull (Makefile.am): Likewise.
7518         * modules/strtoumax (Makefile.am): Likewise.
7519         * modules/strverscmp (Makefile.am): Likewise.
7520         * modules/time_r (Makefile.am): Likewise.
7521         * modules/timegm (Makefile.am): Likewise.
7522         * modules/tmpfile-safer (Makefile.am): Likewise.
7523         * modules/unistd-safer (Makefile.am): Likewise.
7524         * modules/unlinkdir (Makefile.am): Likewise.
7525         * modules/userspec (Makefile.am): Likewise.
7526         * modules/utime (Makefile.am): Likewise.
7527         * modules/utimecmp (Makefile.am): Likewise.
7528         * modules/utimens (Makefile.am): Likewise.
7529         * modules/vasnprintf (Makefile.am): Likewise.
7530         * modules/vasprintf (Makefile.am): Likewise.
7531         * modules/vsnprintf (Makefile.am): Likewise.
7532         * modules/xalloc (Makefile.am): Likewise.
7533         * modules/xgetcwd (Makefile.am): Likewise.
7534         * modules/xnanosleep (Makefile.am): Likewise.
7535         * modules/xreadlink (Makefile.am): Likewise.
7536         * modules/xstrtod (Makefile.am): Likewise.
7537         * modules/xstrtol (Makefile.am): Likewise.
7538         * modules/xstrtold (Makefile.am): Likewise.
7539         * modules/yesno (Makefile.am): Likewise.
7540
7541 2006-10-12  Jim Meyering  <jim@meyering.net>
7542
7543         * m4/getloadavg.m4: Revert the change below.
7544
7545         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
7546         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
7547         fail with a symlink, which is what coreutils' ./bootstrap now
7548         creates by default.
7549
7550 2006-10-12  Bruno Haible  <bruno@clisp.org>
7551
7552         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
7553         mingw.
7554         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
7555         MSVC and mingw explicitly.
7556
7557 2006-10-11  Simon Josefsson  <jas@extundo.com>
7558             Bruno Haible  <bruno@clisp.org>
7559
7560         Add support for multiple gnulib-tool invocations in the scope of a
7561         single configure.ac file.
7562         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
7563         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
7564         with the same contents as the _LIBADD variable.
7565         (func_emit_initmacro_start, func_emit_initmacro_end,
7566         func_emit_initmacro_done): New functions.
7567         (func_import, func_create_testdir): Invoke them. Allow the identifiers
7568         gl_LIBOBJS and gl_LTLIBOBJS.
7569
7570 2006-10-11  Bruno Haible  <bruno@clisp.org>
7571
7572         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
7573         (func_create_testdir): Don't create po/Makefile.am, don't invoke
7574         autoreconf. Instead, invoke autopoint explicitly but move back the
7575         *.m4 files from gnulib.
7576
7577 2006-10-11  Bruno Haible  <bruno@clisp.org>
7578
7579         * gnulib-tool (func_usage): Make module names after --create-testdir
7580         optional.
7581         (func_create_testdir): If no module was specified, use nearly all
7582         modules.
7583
7584 2006-10-12  Jim Meyering  <jim@meyering.net>
7585
7586         Big performance improvement for fts-based tools that use FTS_NOSTAT.
7587         Avoid spurious inode-mismatch problems on non-POSIX file systems.
7588         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
7589         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
7590         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
7591         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
7592         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
7593         (fts_set_stat_required): New function.
7594         (fts_open): Defer the calls to fts_stat, if possible or requested.
7595         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
7596         into fts_stat itself.
7597         (fts_read): Perform any required (deferred) fts_stat call.
7598         (fts_build): Likewise, for the directory we're about to open and read.
7599         In the readdir loop, carefully decide whether each entry will require
7600         an eventual call to fts_stat, using dirent.d_type info if available.
7601         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
7602         a command line argument into this function.  Update all callers.
7603         Map a return value of FTS_DOT to FTS_D for a command line argument.
7604         * modules/fts (Depends-on): Add d-type.  Alphabetize.
7605         Thanks to Miklos Szeredi for his tenacity and for the initial
7606         bug report about "find" failing on a FUSE-based file system.
7607
7608         * lib/fts.c (fts_open): Use consistent indentation.
7609
7610 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7611
7612         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
7613         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
7614         reported by Jim Meyering.  All uses of cache variables renamed
7615         to match Autoconf's.
7616         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
7617         the other one.
7618
7619         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7620         Fix misspelling in diagnostic.
7621
7622 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7623
7624         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
7625         defined.  Problem reported by Matthew Woehlke.
7626
7627         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
7628         Add support for Tandem NonStop R series.
7629         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
7630         Use new macro.
7631
7632         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
7633         (has_trailing_slash): Omit size arg; all callers changed.
7634         Omit 'inline', since it doesn't help performance and we'd
7635         need to configure it.
7636         Don't count //, ///, etc. as having a trailing slash.
7637         As a side effect, this removes a C99ism reported by Matthew Woehlke.
7638         (rpl_rename_dest_slash): On failure, use rename's errno rather
7639         than (in some cases) an incorrect or junk errno.
7640         Simplify code by removing need to compute length; this does
7641         cause it to make two passes instead of one over the file name,
7642         but it's worth it.
7643
7644         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
7645         change, since Autoconf's version may no longer be appropriate now
7646         that we are using CVS Autoconf's version.  Add support for Tandem.
7647
7648 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7649             Bruno Haible  <bruno@clisp.org>
7650
7651         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
7652         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
7653         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
7654         gl_AC_TYPE_LONG_LONG.
7655
7656         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
7657         instead of HAVE_LONG_LONG.
7658         * lib/printf-args.c (printf_fetchargs): Likewise.
7659         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
7660         * lib/vasnprintf.c (VASNPRINTF): Likewise.
7661         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
7662         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
7663         gl_AC_TYPE_LONG_LONG.
7664
7665 2006-10-11  Bruno Haible  <bruno@clisp.org>
7666
7667         * m4/longlong.m4: Add comments.
7668         * m4/ulonglong.m4: Likewise.
7669
7670 2006-10-10  Bruno Haible  <bruno@clisp.org>
7671
7672         Make it possible to #define stpcpy, strdup to aliases.
7673         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
7674         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
7675
7676 2006-10-10  Bruno Haible  <bruno@clisp.org>
7677
7678         Make it possible to #define gcd to an alias.
7679         * lib/gcd.c: Include config.h.
7680
7681 2006-10-10  Bruno Haible  <bruno@clisp.org>
7682
7683         Make it possible to #define c_isascii to an alias.
7684         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
7685         defined. Undefine the macros before defining them, to avoid gcc
7686         warnings.
7687         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
7688         define NO_C_CTYPE_MACROS early.
7689
7690 2006-10-10  Bruno Haible  <bruno@clisp.org>
7691
7692         Make it possible to #define set_program_name to an alias.
7693         * lib/progname.c: Don't undefine set_program_name; instead, undefine
7694         ENABLE_RELOCATABLE early.
7695
7696 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7697
7698         Port to Tandem NSK OSS, which has 64-bit signed int but at most
7699         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
7700         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
7701         More generally, don't assume that 64-bit signed int is available
7702         if unsigned int is, and vice versa.
7703         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
7704         unsigned symbols, not on their signed counterparts.
7705         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
7706         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
7707         (UINT64_C, UINTMAX_C):
7708         Likewise.
7709         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
7710         unsigned counterparts.
7711         (Have_long_long, Unsigned): New macros.
7712         (Int): Renamed from INT.
7713         (strtoimax): Use the new macros.
7714         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
7715         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
7716         * modules/inttypes (inttypes.h): Substitute
7717         HAVE_UNSIGNED_LONG_LONG_INT.
7718         * modules/stdint (stdint.h): Likewise.
7719         (Files): Add m4/ulonglong.m4.
7720
7721 2006-10-10  Bruno Haible  <bruno@clisp.org>
7722
7723         Fix a gcc -Wshadow warning.
7724         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
7725         to 'bucket'.
7726         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
7727         gl_linked_indexof_from_to): Likewise.
7728         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
7729         Likewise.
7730         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
7731         Likewise.
7732         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
7733         Reported by Eric Blake.
7734
7735 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7736
7737         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
7738         for NetBSD.  Problem reported by Bruno Haible.
7739
7740 2006-10-09  Jim Meyering  <jim@meyering.net>
7741
7742         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
7743         Patch from Bruno Haible.
7744
7745 2006-10-09  Jim Meyering  <jim@meyering.net>
7746
7747         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
7748         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
7749         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
7750
7751 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7752
7753         Don't include <config.h> twice; this doesn't work in some cases,
7754         e.g., when config.h has "#define intmax_t long long int" and
7755         we include <config.h>, <inttypes.h>, <config.h> in that order.
7756         Problem reported by Matthew Woehlke in:
7757         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
7758         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
7759         * lib/fts-cycle.c: Don't include config.h.
7760         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
7761         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
7762         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
7763         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
7764         inttypes.h.
7765         * lib/xstrtoumax.c: Likewise.
7766         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
7767         __strtol and the like, so that this module is more like its siblings.
7768         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
7769         Remove; no longer needed now that we assume gnulib inttypes.h.
7770
7771 2006-10-08  Bruno Haible  <bruno@clisp.org>
7772
7773         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
7774         option.
7775
7776 2006-10-07  Jim Meyering  <jim@meyering.net>
7777
7778         * modules/inttypes (inttypes.h): Revert what seems to have been
7779         an inadvertent part of today's change: use "|", not "/" in the
7780         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
7781
7782 2006-10-07  Bruno Haible  <bruno@clisp.org>
7783
7784         * modules/sublist: New file.
7785
7786 2006-10-07  Bruno Haible  <bruno@clisp.org>
7787
7788         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
7789         * modules/argz (argz.h): Likewise.
7790         * modules/arpa_inet (arpa/inet.h): Likewise.
7791         * modules/byteswap (byteswap.h): Likewise.
7792         * modules/configmake (configmake.h): Likewise.
7793         * modules/fcntl (fcntl.h): Likewise.
7794         * modules/fnmatch (fnmatch.h): Likewise.
7795         * modules/getopt (getopt.h): Likewise.
7796         * modules/glob (glob.h): Likewise.
7797         * modules/inttypes (inttypes.h): Likewise.
7798         * modules/netinet_in (netinet/in.h): Likewise.
7799         * modules/poll (poll.h): Likewise.
7800         * modules/stdbool (stdbool.h): Likewise.
7801         * modules/stdint (stdint.h): Likewise.
7802         * modules/sys_select (sys/select.h): Likewise.
7803         * modules/sys_socket (sys/socket.h): Likewise.
7804         * modules/sys_stat (sys/stat.h): Likewise.
7805         * modules/sysexits (sysexits.h): Likewise.
7806         * modules/unistd (unistd.h): Likewise.
7807         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7808         Add a "DO NOT EDIT" comment to the generated file.
7809         (func_import): Likewise for gnulib-comp.m4.
7810
7811 2006-10-07  Bruno Haible  <bruno@clisp.org>
7812
7813         * lib/gl_sublist.h: New file.
7814         * lib/gl_sublist.c: New file.
7815
7816 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7817
7818         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
7819         name (relative to the original working directory) and the file
7820         name component (relative to the temporary working directory).  All
7821         callers changed.
7822         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
7823         * lib/mkdir-p.c (make_dir_parents): Likewise.
7824         * lib/mkdir-p.h (make_dir_parents): Likewise.
7825
7826 2006-10-06  Eric Blake  <ebb9@byu.net>
7827
7828         Define several macros for use by the clean-temp module.
7829         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
7830         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
7831         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
7832
7833         * lib/clean-temp.h (close_stream_temp): New declaration.
7834         * lib/clean-temp.c (includes): Pull in headers according to what
7835         other modules are in use.
7836         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7837
7838 2006-10-06  Bruno Haible  <bruno@clisp.org>
7839
7840         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7841         instead of fopen, fwriteerror.
7842
7843 2006-10-06  Bruno Haible  <bruno@clisp.org>
7844
7845         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7846         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7847         int.
7848         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7849         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7850         Return an error indicator.
7851         Suggested by Eric Blake.
7852
7853 2006-10-06  Bruno Haible  <bruno@clisp.org>
7854
7855         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7856         Reported by Eric Blake.
7857
7858 2006-10-06  Bruno Haible  <bruno@clisp.org>
7859
7860         * modules/closeout (Description): Mention stderr too.
7861
7862 2006-10-06  Bruno Haible  <bruno@clisp.org>
7863         and Paul Eggert  <eggert@cs.ucla.edu>
7864
7865         * lib/closeout.c (close_stdout): Also close stderr.
7866         * lib/closeout.h: Update comment.
7867
7868 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7869
7870         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7871         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7872         * lib/dirchownmod.c: Include lchown.h.
7873         * lib/lchown.c: Don't include files that lchown.h now includes.
7874         Don't declare chown, since lchown.h now does that.
7875         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7876         (lchown): Define to rpl_chown if lchown is declared but
7877         does not exist.  Declare using a prototype if lchown is not
7878         declared.  Add a copyright notice.
7879         * lib/mkstemp.h: Include <unistd.h>.
7880         * lib/openat.c: Include lchown.h.
7881
7882         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7883         we now test for that separately.
7884         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7885         rather than O_NOFOLLOW, when testing whether it's possible to
7886         avoid a race condition reliably.
7887         * lib/savewd.c (savewd_chdir): Likewise.
7888
7889         Remove macros that are no longer needed now that stdint.h is
7890         reliable.
7891         * lib/fsusage.c (UINTMAX_MAX): Remove.
7892         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7893         * lib/utimecmp.c (SIZE_MAX): Remove.
7894
7895         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7896
7897         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7898         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7899         O_NOATIME works.
7900
7901 2006-10-05  Bruno Haible  <bruno@clisp.org>
7902
7903         * lib/gl_list.h (gl_sortedlist_search_from_to,
7904         gl_sortedlist_indexof_from_to): New declarations.
7905         (gl_list_implementation): New fields sortedlist_search_from_to,
7906         sortedlist_indexof_from_to.
7907         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7908         inline functions.
7909         * lib/gl_list.c (gl_sortedlist_search_from_to,
7910         gl_sortedlist_indexof_from_to): New functions.
7911         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7912         function.
7913         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7914         (gl_array_sortedlist_search_from_to): New function.
7915         (gl_array_list_implementation): Update.
7916         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7917         function.
7918         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7919         (gl_carray_sortedlist_search_from_to): New function.
7920         (gl_carray_list_implementation): Update.
7921         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7922         gl_linked_sortedlist_indexof_from_to): New functions.
7923         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7924         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7925         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7926         gl_tree_sortedlist_indexof_from_to): New functions.
7927         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7928         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7929         Update.
7930         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7931         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7932         Update.
7933
7934 2006-10-05  Bruno Haible  <bruno@clisp.org>
7935
7936         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7937         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7938         (struct gl_list_implementation): Add fields search_from_to,
7939         indexof_from_to. Remove fields search, indexof.
7940         (gl_list_search): Use the search_from_to method.
7941         (gl_list_search_from, gl_list_search_from_to): New functions.
7942         (gl_list_indexof): Use the indexof_from_to method.
7943         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7944         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7945         (gl_list_search_from, gl_list_search_from_to): New functions.
7946         (gl_list_indexof): Use the indexof_from_to method.
7947         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7948         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7949         gl_array_indexof. Add start_index, end_index arguments.
7950         (gl_array_search_from_to): Renamed from gl_array_search. Add
7951         start_index, end_index arguments.
7952         (gl_array_remove, gl_array_list_implementation): Update.
7953         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7954         gl_carray_indexof. Add start_index, end_index arguments.
7955         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7956         start_index, end_index arguments.
7957         (gl_carray_remove, gl_carray_list_implementation): Update.
7958         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7959         gl_linked_search. Add start_index, end_index arguments.
7960         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7961         start_index, end_index arguments.
7962         (gl_linked_remove): Update.
7963         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7964         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7965         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7966         field to 'size_t'.
7967         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7968         gl_tree_search. Add start_index, end_index arguments.
7969         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7970         start_index, end_index arguments.
7971         (gl_tree_remove): Update.
7972         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7973         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7974         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7975         function.
7976         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7977         gl_tree_search. Add start_index, end_index arguments.
7978         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7979         start_index, end_index arguments.
7980         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7981         Update.
7982         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7983
7984 2006-10-05  Bruno Haible  <bruno@clisp.org>
7985
7986         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7987
7988         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7989         fwriteerror_temp): New declarations.
7990         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7991         (descriptors): New variable.
7992         (cleanup): First, close the descriptors.
7993         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7994         fclose_temp, fwriteerror_temp): New functions.
7995
7996 2006-10-04  Jim Meyering  <jim@meyering.net>
7997
7998         * lib/fts.c (fts_open): Tiny comment change.
7999
8000 2006-10-04  Bruno Haible  <bruno@clisp.org>
8001
8002         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
8003         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
8004         gl_LOCK_BODY.
8005         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
8006         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
8007         gl_LOCK_EARLY_BODY.
8008         (gl_LOCK): Require gl_LOCK_BODY.
8009
8010 2006-10-04  Bruno Haible  <bruno@clisp.org>
8011
8012         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
8013         (gl_oset_search_atleast): New declaration.
8014         (struct gl_oset_implementation): Add field 'search_atleast'.
8015         (gl_oset_search_atleast): New inline function.
8016         * lib/gl_oset.c (gl_oset_search_atleast): New function.
8017         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
8018         (gl_array_oset_implementation): Update.
8019         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
8020         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
8021         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
8022
8023 2006-10-04  Bruno Haible  <bruno@clisp.org>
8024
8025         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
8026
8027 2006-10-03  Bruno Haible  <bruno@clisp.org>
8028
8029         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
8030         from gl_avltreehash_list_implementation.
8031
8032 2006-10-03  Bruno Haible  <bruno@clisp.org>
8033
8034         * lib/gl_oset.c (gl_oset_add): Fix return type.
8035
8036 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
8037
8038         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
8039
8040 2006-10-02  Eric Blake  <ebb9@byu.net>
8041
8042         * modules/strnlen (Depends-on): Add extensions.
8043
8044 2006-10-02  Eric Blake  <ebb9@byu.net>
8045
8046         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
8047         definition in 2.60+.
8048
8049 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8050
8051         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
8052         checks.
8053
8054 2006-10-02  Bruno Haible  <bruno@clisp.org>
8055
8056         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
8057         to the AUTOMAKE_OPTIONS.
8058         Reported by Jim Meyering.
8059
8060 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8061
8062         Work around bug in Solaris 10 /proc file system:
8063         /proc/self/fd/NNN/.. isn't the parent directory of
8064         the directory whose file descriptor is NNN.  This needs to
8065         be worked around at run time, not compile time, since a
8066         program might be built on Solaris 8, where things work, and
8067         run on Solaris 10.
8068         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
8069         to use the following interface instead:
8070         (OPENAT_BUFFER_SIZE): New macro.
8071         (openat_proc_name): New function.
8072         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
8073         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
8074         Likewise.
8075         * lib/openat-proc.c: New file.
8076         * modules/openat (Files): Add lib/openat-proc.c.
8077         (Depends-on): Add same-inode, stdbool.
8078         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
8079
8080 2006-09-29  Bruno Haible  <bruno@clisp.org>
8081
8082         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
8083         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
8084         argument. Set stdout_closed before testing for ferror, not after.
8085         (fwriteerror, fwriteerror_no_ebadf): New functions.
8086
8087 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8088
8089         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
8090
8091 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
8092
8093         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
8094         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
8095
8096 2006-09-28  Jim Meyering  <jim@meyering.net>
8097
8098         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
8099         Include <unistd.h>.
8100
8101 2006-09-28  Bruno Haible  <bruno@clisp.org>
8102
8103         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
8104         * modules/linkedhash-list (Depends-on): Likewise.
8105         * modules/rbtreehash-list (Depends-on): Likewise.
8106
8107 2006-09-28  Bruno Haible  <bruno@clisp.org>
8108
8109         * lib/strndup.h: Simplify the redefinition of strndup.
8110         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
8111         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
8112
8113 2006-09-28  Bruno Haible  <bruno@clisp.org>
8114
8115         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
8116         * lib/gl_linkedhash_list.c: Likewise.
8117         * lib/gl_rbtreehash_list.c: Likewise.
8118
8119 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8120
8121         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
8122         getaddrinfo.
8123
8124         * lib/__fpending.h: Don't include <stdio_ext.h> unless
8125         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
8126         it causes <stdio_ext.h> to cause a compile-time error.
8127         Problem reported by Nelson H. F. Beebe.
8128         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
8129         of HAVE_DECL___PENDING.
8130
8131         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
8132         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
8133         declaration.
8134
8135 2006-09-27  Jim Meyering  <jim@meyering.net>
8136
8137         This file could end up with a definition for a function
8138         named __strndup, rather than rpl_strndup on a system with
8139         incomplete weak_alias support.
8140         * lib/strndup.c (strndup): Rename from __strndup.
8141         Remove #defines that used to map __strndup to strndup.
8142         Don't use K&R prototypes.
8143         Remove LIBC-related code, since this file is not sync'd with glibc.
8144         * lib/strndup.h: Revamp, accordingly.
8145         * m4/strndup.m4: Modernize.
8146
8147 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8148
8149         * modules/savewd (Depends-on): Add 'raise'.
8150         * lib/savewd.c: Include <signal.h>, for 'raise'.
8151
8152 2006-09-26  Jim Meyering  <jim@meyering.net>
8153
8154         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
8155         when we detect Darwin 8.7.0's acl_get_file bug.
8156         Rearrange to perform the new (below) run-test while $LIBS
8157         contains any acl-related library.  Set USE_ACL at the end.
8158         (gl_ACL_GET_FILE): New function.
8159
8160 2006-09-26  Eric Blake  <ebb9@byu.net>
8161
8162         * lib/verror.c: Include <config.h> unconditionally.
8163
8164 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
8165
8166         * modules/clock-time (Maintainer): Add self.
8167         * modules/getlogin_r (Depends-on): Add extensions.
8168
8169 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8170
8171         * modules/clock-time: New module.
8172         * modules/nanosleep (Depends-on): Add clock-time.
8173         * modules/gethrxtime (Depends-on): Likewise.
8174         * modules/gettime (Depends-on): Likewise.
8175         * modules/settime (Depends-on): Likewise.
8176
8177         * modules/fts-lgpl: Depend on openat.
8178         * modules/mkancesdirs: Depend on savewd.
8179         * modules/mkdir-p: Likewise.
8180
8181 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8182
8183         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
8184
8185         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
8186         `gl_have_arbitrary_file_name_length_limit' to
8187         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
8188         actually works between configure runs.
8189
8190 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8191             Bruno Haible  <bruno@clisp.org>
8192
8193         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
8194
8195 2006-09-25  Jim Meyering  <jim@meyering.net>
8196
8197         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
8198         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
8199
8200 2006-09-25  Eric Blake  <ebb9@byu.net>
8201
8202         * gnulib-tool (func_import, func_create_testdir): Fix typos in
8203         exec's in 2006-09-18 patch when shuffling fds.
8204
8205 2006-09-25  Bruno Haible  <bruno@clisp.org>
8206
8207         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
8208         Reported by Jim Meyering.
8209
8210 2006-09-24  Jim Meyering  <jim@meyering.net>
8211
8212         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
8213         compare a pointer against a literal "0".  That caused failures with
8214         at least HP-UX's hpcc.
8215
8216 2006-09-22  Simon Josefsson  <jas@extundo.com>
8217
8218         * modules/gc-sha1:
8219         * modules/gc-md4:
8220         * modules/gc-hmac-sha1:
8221         * modules/gc-hmac-md5:
8222         * modules/gc-des:
8223         * modules/gc-arcfour: Distribute more files.
8224
8225 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8226
8227         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
8228         (gl_linked_iterator_from_to): Initialize struct completely.
8229         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
8230         (gl_tree_iterator_from_to): Likewise
8231         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
8232         * lib/gl_array_list.c [lint] (gl_array_iterator)
8233         (gl_array_iterator_from_to): Likewise.
8234         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
8235         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
8236         (gl_carray_iterator_from_to): Likewise.
8237
8238         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
8239         * lib/md4.c (md4_process_block): Remove unused variable.
8240         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
8241         parentheses for clarity.
8242
8243 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8244
8245         * modules/bison-i18n (Depends-on): Add gettext.
8246
8247 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8248
8249         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
8250         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
8251         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
8252         also add missing comma that caused broken test.
8253         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
8254         stdlib.h, for `abort'.
8255         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
8256         variables.
8257         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
8258         include unistd.h if present, for `rmdir'.
8259         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
8260         variables.
8261         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
8262         in the process include standard headers for prototypes.
8263         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
8264         gets declared on GNU/Linux.
8265         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
8266         unistd.h, for `rmdir'.
8267         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
8268
8269         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
8270         always true.
8271         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
8272
8273         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
8274
8275 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8276
8277         * gnulib-tool (func_version): Create output all at once.  This
8278         may help avoid triggering unnecessary SIGPIPEs, and at any
8279         rate it doesn't hurt.
8280
8281 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8282             Bruno Haible  <bruno@clisp.org>
8283
8284         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
8285         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8286         * m4/signed.m4 (bh_C_SIGNED): Likewise.
8287
8288         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
8289         (gl_FUNC_VASPRINTF): Invoke it.
8290
8291 2006-09-22  Bruno Haible  <bruno@clisp.org>
8292
8293         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
8294         getloadavg.c as first argument.
8295
8296 2006-09-22  Bruno Haible  <bruno@clisp.org>
8297
8298         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
8299         at the beginning of the gl_INIT macro.
8300         * modules/getloadavg (configure.ac): Pass $gl_source_base to
8301         gl_GETLOADAVG.
8302
8303 2006-09-22  Bruno Haible  <bruno@clisp.org>
8304
8305         * gnulib-tool (func_create_megatestdir): Don't include the config-h
8306         module.
8307         Suggested by Ralf Wildenhues.
8308
8309 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
8310
8311         Import this patch from libc:
8312
8313         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8314
8315         * lib/regex_internal.c (re_string_reconstruct): Handle
8316         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8317         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8318         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8319         re_string_context_at.
8320
8321         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
8322         now requires it.
8323         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
8324         gl_REGEX now does it for us.
8325         (gl_REGEX): Add test taken from
8326         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
8327
8328         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
8329         Check that large offsets work.  Modernize Autoconf usages.
8330         Prefer "yes" to mean a good thing rather than a bad.
8331         Don't put "#define mkstemp" in config.h, as this might interfere
8332         with standard system headers that "#define mkstemp mkstemp64".
8333
8334         * modules/mkstemp (Depends-on): Add extensions, so that
8335         mkstemp is visible on some platforms.
8336         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
8337         (Include): Change to "mkstemp.h" from <stdlib.h>.
8338         (Files): Add mkstemp.h.
8339
8340         * lib/mkstemp.h: New file, since some standard headers
8341         #define mkstemp.
8342         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
8343         Include "mkstemp.h".
8344         Make the _LIBC code resemble glibc original more,
8345         e.g., use K&R style.
8346         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
8347         (mkstemp): Remove, since mkstemp.h does this for us.
8348         * lib/stdlib--.h: Include mkstemp.h.
8349
8350         Import this patch from libc:
8351
8352         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
8353
8354         * lib/tempname.c (__gen_tempname): Change attempts_min
8355         into a macro.  Use preprocessor to decide how to initialize
8356         attempts [Coverity CID 67].
8357
8358 2006-09-20  Bruno Haible  <bruno@clisp.org>
8359
8360         * lib/mkdtemp.c: Import from libc.
8361         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
8362                 * sysdeps/posix/tempname.c (__gen_tempname): Change
8363                 attempts_min into a macro.  Use preprocessor to decide how to
8364                 initialize attempts [Coverity CID 67].
8365         2001-11-27  Paul Eggert  <eggert@twinsun.com>
8366                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
8367                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
8368
8369 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8370
8371         * gnulib-tool (func_exit): New function, to allow to pass the
8372         exit status portably through the trap.  Use everywhere.
8373         (--help, --version): Signal a write error.
8374         (trap): catch SIGPIPE, for write errors.
8375         Exit at the end of the trap, with the correct exit status.
8376
8377 2006-09-19  Karl Berry  <karl@gnu.org>
8378
8379         * doc/gnulib.texi: note about the license texinfo files.
8380
8381 2006-09-19  Eric Blake  <ebb9@byu.net>
8382
8383         * gnulib-tool: Avoid space-tab.
8384
8385 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
8386
8387         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
8388         that prevented coreutils 6.1 from building.  Problem reported
8389         by Petter Reinholdtsen.
8390
8391 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
8392
8393         * gnulib-tool (avoidlist): Fix typo that broke options like
8394         --avoid=lock that are used by coreutils bootstrap.
8395
8396 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
8397
8398         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
8399         more systematically.
8400
8401 2006-09-18  Jim Meyering  <jim@meyering.net>
8402
8403         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
8404
8405 2006-09-18  Bruno Haible  <bruno@clisp.org>
8406
8407         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
8408
8409 2006-09-18  Bruno Haible  <bruno@clisp.org>
8410
8411         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
8412         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
8413         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
8414         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
8415         * m4/gettext.m4: Require autoconf >= 2.52.
8416         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
8417         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
8418         of gl_cv_header_inttypes_h.
8419
8420 2006-09-18  Bruno Haible  <bruno@clisp.org>
8421
8422         * lib/javaversion.c: Include configmake.h.
8423
8424 2006-09-18  Bruno Haible  <bruno@clisp.org>
8425
8426         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
8427         avoid that the while loops be executed in a subshell.
8428
8429 2006-09-18  Bruno Haible  <bruno@clisp.org>
8430
8431         * MODULES.html.sh (func_module): Break long lines.
8432         Suggested by Bruce Korb <bkorb@gnu.org>.
8433
8434 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8435
8436         Speed up by a factor of 1.12.
8437         * gnulib-tool (nl): New variable.
8438         (func_import): Rewrite include directive extraction to only read each
8439         directive once.
8440
8441 2006-09-17  Bruno Haible  <bruno@clisp.org>
8442
8443         * modules/javaversion (Makefile.am): Remove DEFS setting.
8444         (Depends-on): Add configmake, for PKGDATADIR definition.
8445
8446 2006-09-17  Bruno Haible  <bruno@clisp.org>
8447
8448         * gnulib-tool (func_create_testdir): Rewrite all files at once.
8449
8450 2006-09-17  Bruno Haible  <bruno@clisp.org>
8451
8452         * gnulib-tool (func_append): New function, stolen from libtool.m4.
8453         (func_modules_transitive_closure, func_modules_add_dummy,
8454         func_modules_to_filelist, func_import, func_create_testdir,
8455         func_create_megatestdir, ...): Use it wherever possible.
8456         Suggested by Ralf Wildenhues.
8457
8458 2006-09-16  Karl Berry  <karl@gnu.org>
8459
8460         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
8461         to avoid sectioning errors.
8462         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
8463         [ifinfo]: blank line after @center-ed titles.
8464         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
8465         Spell FSF address consistently with others.
8466         (These changes approved by rms.)
8467
8468 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8469
8470         Speed up by a factor of 1.61.
8471         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
8472         already checked module names again.
8473
8474 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8475
8476         Speed up by a factor of 1.13.
8477         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
8478         for new_files, and the input to func_add_or_update.
8479
8480 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8481
8482         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
8483         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
8484
8485 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8486
8487         * modules/mkancesdirs (Depends-on): Add fcntl.
8488         * modules/savewd: New file.
8489         * MODULES.html.sh (File system functions): Add savewd.
8490
8491         * modules/configmake (Makefile.am): Add support for the
8492         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
8493
8494 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8495
8496         * m4/savewd.m4: New file.
8497
8498 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8499
8500         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
8501         (dirchownmod): New arg FD.  All callers changed.
8502         Use FD rather than opening the directory ourself, as opening is
8503         now the caller's responsibility.
8504         * lib/dirchownmod.h: Likewise.
8505         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
8506         hosts that require <sys/types.h> before <sys/stat.h>.  Include
8507         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
8508         (test_dir): Remove.
8509         (mkancesdirs): Return length of prefix of FILE that has already
8510         been made, or -2 if there is a child doing the work.  Redo
8511         algorithm so that it is O(N) rather than O(N**2).  Optimize away
8512         ".", and treat ".." specially since it might stray back into
8513         already-created areas.  Use a subprocess if necessary.  New arg
8514         WD; all users changed.  MAKE_DIR function should now return 1
8515         if it creates a directory that is not readable.  Return -2 if
8516         a child process is spun off.
8517         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
8518         Adjust signature to match code.
8519         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
8520         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
8521         all users changed.
8522         * lib/savewd.c, lib/savewd.h: New files.
8523
8524 2006-09-15  Jim Meyering  <jim@meyering.net>
8525
8526         * modules/rename-dest-slash: New module.
8527         * MODULES.html.sh (posix_compat): Add it here.
8528
8529         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
8530
8531 2006-09-15  Jim Meyering  <jim@meyering.net>
8532
8533         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
8534         file.
8535
8536         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
8537
8538 2006-09-15  Jim Meyering  <jim@meyering.net>
8539
8540         * lib/rename-dest-slash.c (has_trailing_slash): Use
8541         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
8542         (rpl_rename_dest_slash): Perform the cheaper trailing slash
8543         test before testing whether SRC is a directory.
8544         Suggestions from Bruno Haible.
8545
8546         Avoid a warning about an unused variable.
8547         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
8548         into the #ifdef block where it's used.
8549
8550         * lib/rename-dest-slash.c: New file.
8551
8552 2006-09-14  Bruno Haible  <bruno@clisp.org>
8553
8554         * lib/allocsa.c: Include <config.h> unconditionally.
8555         * lib/asnprintf.c: Likewise.
8556         * lib/asprintf.c: Likewise.
8557         * lib/c-strcasecmp.c: Likewise.
8558         * lib/c-strcasestr.c: Likewise.
8559         * lib/c-strncasecmp.c: Likewise.
8560         * lib/c-strstr.c: Likewise.
8561         * lib/classpath.c: Likewise.
8562         * lib/clean-temp.c: Likewise.
8563         * lib/concatpath.c: Likewise.
8564         * lib/copy-file.c: Likewise.
8565         * lib/csharpcomp.c: Likewise.
8566         * lib/csharpexec.c: Likewise.
8567         * lib/execute.c: Likewise.
8568         * lib/fatal-signal.c: Likewise.
8569         * lib/findprog.c: Likewise.
8570         * lib/fwriteerror.c: Likewise.
8571         * lib/gl_array_list.c: Likewise.
8572         * lib/gl_array_oset.c: Likewise.
8573         * lib/gl_avltree_list.c: Likewise.
8574         * lib/gl_avltree_oset.c: Likewise.
8575         * lib/gl_avltreehash_list.c: Likewise.
8576         * lib/gl_carray_list.c: Likewise.
8577         * lib/gl_linked_list.c: Likewise.
8578         * lib/gl_linkedhash_list.c: Likewise.
8579         * lib/gl_list.c: Likewise.
8580         * lib/gl_oset.c: Likewise.
8581         * lib/gl_rbtree_list.c: Likewise.
8582         * lib/gl_rbtree_oset.c: Likewise.
8583         * lib/gl_rbtreehash_list.c: Likewise.
8584         * lib/imaxabs.c: Likewise.
8585         * lib/imaxdiv.c: Likewise.
8586         * lib/javacomp.c: Likewise.
8587         * lib/javaexec.c: Likewise.
8588         * lib/javaversion.c: Likewise.
8589         * lib/linebreak.c: Likewise.
8590         * lib/localcharset.c: Likewise.
8591         * lib/lock.c: Likewise.
8592         * lib/mbchar.c: Likewise.
8593         * lib/mbswidth.c: Likewise.
8594         * lib/mkdtemp.c: Likewise.
8595         * lib/pipe.c: Likewise.
8596         * lib/printf-args.c: Likewise.
8597         * lib/printf-parse.c: Likewise.
8598         * lib/progname.c: Likewise.
8599         * lib/progreloc.c: Likewise.
8600         * lib/readlink.c: Likewise.
8601         * lib/sh-quote.c: Likewise.
8602         * lib/stpcpy.c: Likewise.
8603         * lib/stpncpy.c: Likewise.
8604         * lib/strcasecmp.c: Likewise.
8605         * lib/strcasestr.c: Likewise.
8606         * lib/strcspn.c: Likewise.
8607         * lib/striconv.c: Likewise.
8608         * lib/strncasecmp.c: Likewise.
8609         * lib/strnlen1.c: Likewise.
8610         * lib/strstr.c: Likewise.
8611         * lib/strtok_r.c: Likewise.
8612         * lib/tls.c: Likewise.
8613         * lib/tmpdir.c: Likewise.
8614         * lib/unicodeio.c: Likewise.
8615         * lib/unsetenv.c: Likewise.
8616         * lib/vasnprintf.c: Likewise.
8617         * lib/vasprintf.c: Likewise.
8618         * lib/wait-process.c: Likewise.
8619         * lib/xallocsa.c: Likewise.
8620         * lib/xsetenv.c: Likewise.
8621         * lib/xstriconv.c: Likewise.
8622
8623 2006-09-13  Simon Josefsson  <jas@extundo.com>
8624
8625         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
8626         that internally, suggested by Ralf Wildenhues
8627         <Ralf.Wildenhues@gmx.de>.
8628
8629 2006-09-13  Simon Josefsson  <jas@extundo.com>
8630
8631         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
8632         @LIBOBJS@.
8633         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8634
8635 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8636
8637         * lib/_fpending.c: Include <config.h> unconditionally, since we no
8638         longer worry about uses that don't define HAVE_CONFIG_H.
8639         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
8640         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
8641         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
8642         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
8643         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
8644         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
8645         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
8646         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
8647         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
8648         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
8649         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
8650         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
8651         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
8652         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
8653         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
8654         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
8655         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
8656         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
8657         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
8658         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
8659         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
8660         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
8661         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
8662         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
8663         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
8664         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
8665         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
8666         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
8667         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
8668         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
8669         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
8670         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
8671         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
8672         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
8673         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
8674         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
8675         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
8676         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
8677         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
8678         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
8679         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
8680         Likewise.
8681
8682 2006-09-13  Eric Blake  <ebb9@byu.net>
8683
8684         * lib/getopt.c: Fix typo in last commit.
8685
8686 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8687
8688         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
8689         dgettext.
8690
8691 2006-09-12  Jim Meyering  <jim@meyering.net>
8692
8693         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
8694         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
8695         Reported by Nelson H. F. Beebe.
8696
8697 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8698
8699         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
8700         program_invocation_name and program_invocation_short_name are
8701         initialized.
8702         * lib/argp-namefrob.h: Move declarations of program_invocation_name
8703         and program_invocation_short_name to argp.h, so they are visible
8704         to user programs.
8705         * lib/argp.h: Likewise
8706
8707 2006-09-10  Bruno Haible  <bruno@clisp.org>
8708
8709         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8710         m4/inttypes_h.m4, m4/uintmax_t.m4.
8711
8712 2006-09-10  Bruno Haible  <bruno@clisp.org>
8713
8714         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
8715         gl_AC_TYPE_UINTMAX_T.
8716
8717 2006-09-10  Bruno Haible  <bruno@clisp.org>
8718
8719         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
8720
8721 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8722
8723         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
8724         convention.  Text proposed by Bruno Haible.
8725         (struct argp_option): Document the use of N_() wrappers.
8726
8727         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
8728         '\v', and translate the two parts separately, instead of feeding
8729         the whole string to gettext.  This allows to exclude
8730         '\v' from the strings visible to the translator by writing doc
8731         strings as N_("..") "\v" N_("..").
8732
8733 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8734
8735         * config/srclist.txt: Undo latest change; the bug was fixed.
8736
8737 2006-09-09  Bruno Haible  <bruno@clisp.org>
8738
8739         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
8740         assignments if building a library without libtool.
8741         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
8742         in func_emit_lib_Makefile_am.
8743         (func_import): When building a static library libfoo.a, arrange to
8744         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
8745         (func_create_testdir): Likewise.
8746         * modules/gc (configure.ac, Makefile.am): If building statically,
8747         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
8748         * modules/iconvme (configure.ac, Makefile.am): Likewise.
8749         * modules/striconv (configure.ac, Makefile.am): Likewise.
8750         Based on a suggestion by Ralf Wildenhues.
8751
8752 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8753
8754         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8755         Check for unistd.h too, since Autoconf doesn't assume POSIX.
8756         Also:
8757
8758         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8759         Add year_2050_test to catch glibc bug 2821
8760         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8761
8762         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8763         Prefer #ifdef to #if.
8764
8765         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
8766         Return from 'main' instead of calling 'exit'.
8767
8768 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8769
8770         * lib/mktime.c (guess_time_tm): Fix bug where mktime
8771         returned the maximum time_t value rather than (time_t) -1.
8772         Problem originally reported by William Bardwell
8773         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8774
8775         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8776         Moved to here ...
8777         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8778         ... from here.
8779
8780 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8781
8782         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
8783         2821 is fixed.
8784
8785 2006-09-08  Jim Meyering  <jim@meyering.net>
8786
8787         Don't make generated files read-only.  That would bother too many
8788         people.  However, do retain the ability to work when targets are
8789         read-only: remove the destination and temporary files before writing
8790         them (when generated via sed or echo), or by using the -f option for
8791         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
8792         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8793         * modules/byteswap, modules/configmake, modules/fcntl:
8794         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8795         * modules/localcharset, modules/netinet_in, modules/poll:
8796         * modules/stdbool, modules/stdint, modules/sys_select:
8797         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8798
8799 2006-09-08  Jim Meyering  <jim@meyering.net>
8800
8801         Avoid new build failure on FreeBSD 6.0.
8802         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
8803         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
8804         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
8805
8806 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8807
8808         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
8809
8810 2006-09-07  Jim Meyering  <jim@meyering.net>
8811
8812         Fix global typo in last change: use chmod u-w, not chmod u-x.
8813         Spotted by Paul Eggert and Bruce Korb.
8814         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8815         * modules/byteswap, modules/configmake, modules/fcntl:
8816         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8817         * modules/localcharset, modules/netinet_in, modules/poll:
8818         * modules/stdbool, modules/stdint, modules/sys_select:
8819         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8820
8821 2006-09-06  Jim Meyering  <jim@meyering.net>
8822
8823         Make generated files be read-only.
8824         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
8825         Ensure that each generated file is now read-only.
8826         * modules/argz: Likewise.
8827         * modules/arpa_inet: Likewise.
8828         * modules/byteswap: Likewise.
8829         * modules/configmake: Likewise.
8830         * modules/fcntl: Likewise.
8831         * modules/fnmatch: Likewise.
8832         * modules/getopt: Likewise.
8833         * modules/glob: Likewise.
8834         * modules/inttypes: Likewise.
8835         * modules/netinet_in: Likewise.
8836         * modules/poll: Likewise.
8837         * modules/stdbool: Likewise.
8838         * modules/stdint: Likewise.
8839         * modules/sys_select: Likewise.
8840         * modules/sys_socket: Likewise.
8841         * modules/sys_stat: Likewise.
8842         * modules/sysexits: Likewise.
8843         * modules/localcharset: Same as above, but continue using temporary
8844         file named "t-$@" (why different?) rather than the "$@-t" used
8845         everywhere else.
8846
8847         * modules/sysexits (Makefile.am): Replace literal occurrences
8848         of "sysexit.h" more readable, and more consistent, "$@".
8849
8850 2006-09-06  Bruno Haible  <bruno@clisp.org>
8851
8852         * modules/striconv: New file.
8853         * modules/xstriconv: New file.
8854         * MODULES.html.sh (Internationalization functions): Add striconv,
8855         xstriconv.
8856
8857 2006-09-06  Bruno Haible  <bruno@clisp.org>
8858
8859         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8860         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8861         not using libtool correctly.
8862
8863 2006-09-06  Bruno Haible  <bruno@clisp.org>
8864
8865         * lib/striconv.h: New file.
8866         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8867         iconvstring.c.
8868         * lib/xstriconv.h: New file.
8869         * lib/xstriconv.c: New file.
8870
8871 2006-09-06  Bruno Haible  <bruno@clisp.org>
8872
8873         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8874         lib_..._LDFLAGS.
8875
8876 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8877
8878         * lib/argz_.h: Sync from Libtool.
8879
8880         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8881                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8882
8883         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8884
8885 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8886
8887         * modules/trim: New file.
8888
8889 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8890
8891         * lib/trim.h: New file.
8892         * lib/trim.c: New file.
8893
8894 2006-09-05  Bruno Haible  <bruno@clisp.org>
8895
8896         * MODULES.html.sh (String handling): Add trim.
8897
8898 2006-09-04  Karl Berry  <karl@gnu.org>
8899
8900         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8901         until next release.
8902
8903 2006-09-03  Bruno Haible  <bruno@clisp.org>
8904
8905         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8906         correctly.
8907
8908 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8909
8910         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8911         not gl_GETLOADAVG.  Omit unneeded semicolons.
8912         Problems reported by Ralf Wildenhues in
8913         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8914         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8915         at the end, which is the usual gnulib style.
8916
8917         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8918         of doing all the work ourselves.
8919         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8920         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8921
8922 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8923
8924         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8925         Problem reported by Ralf Wildenhues in
8926         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8927
8928         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8929         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8930
8931 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8932
8933         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8934         yesterday's patch by changing test -n to test -z.
8935
8936 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8937
8938         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8939         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8940         the former is now obsolescent.
8941
8942         * modules/chdir-long (Depends-on): Add fcntl.
8943
8944 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8945
8946         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8947         obsolescent, and programs should use gnulib instead.
8948         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8949         but with prefixes changed.
8950
8951 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8952
8953         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8954         or stdbool.h, because they might not exist while configuring.
8955
8956         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8957         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8958         does that for us.
8959         (O_DIRECTORY): Remove.
8960
8961 2006-08-31  Eric Blake  <ebb9@byu.net>
8962
8963         * gnulib-tool: Don't let emacs change spaces to TAB.
8964
8965 2006-08-31  Bruno Haible  <bruno@clisp.org>
8966
8967         * gnulib-tool: When calling func_import more than once, do it in a
8968         subshell.
8969         Reported by Eric Blake <ebb9@byu.net>.
8970
8971 2006-08-31  Bruno Haible  <bruno@clisp.org>
8972
8973         * gnulib-tool (nl): Remove variable.
8974         (sed_transform_lib_file): Use more robust test for config-h module.
8975         (func_import): Fix typo in 2006-08-25 patch.
8976
8977 2006-08-31  Bruno Haible  <bruno@clisp.org>
8978
8979         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8980         specified, augment Makefile.am variables instead of assigning them.
8981
8982 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8983
8984         Work around a bug in both the Linux and SunOS 64-bit kernels:
8985         nanosleep mishandles sleeps for longer than 2**31 seconds.
8986         Problem reported by Frank v Waveren in
8987         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8988         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8989         Check for nanosleep bug.
8990         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8991
8992 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8993
8994         Work around a bug in both the Linux and SunOS 64-bit kernels:
8995         nanosleep mishandles sleeps for longer than 2**31 seconds.
8996         Problem reported by Frank v Waveren in
8997         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8998         * lib/nanosleep.c (BILLION): New constant.
8999         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
9000         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
9001         implementation.
9002
9003 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9004
9005         * modules/nanosleep (Depends-on): Add gettime.
9006
9007 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9008         and Simon Josefsson  <jas@extundo.com>
9009         and Oskar Liljeblad  <oskar@osk.mine.nu>
9010
9011         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
9012         * gnulib-tool (func_import): New license type 'unmodifiable license
9013         text'.
9014         * modules/fdl: Use it.  Longer description.
9015         * module/gpl, module/lgpl: New files.
9016
9017 2006-08-30  Jim Meyering  <jim@meyering.net>
9018
9019         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
9020         shadowing the parameter.
9021
9022 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9023
9024         Sync from Libtool:
9025
9026         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9027
9028         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
9029         sharing with gnulib.  Report by Eric Blake.
9030
9031 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9032
9033         * modules/isapipe: New file.
9034         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
9035
9036 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9037
9038         * modules/configmake (Makefile.am): Add a comment, and omit
9039         the CONFIGMAKE_ prefix from generated macro names.  Suggested
9040         by Bruno Haible.
9041
9042 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9043
9044         * m4/isapipe.m4: New file.
9045
9046 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9047
9048         * lib/isapipe.c, lib/isapipe.h: New files.
9049
9050 2006-08-29  Jim Meyering  <jim@meyering.net>
9051
9052         * modules/configmake (Makefile.am): Make configmake.h depend on
9053         Makefile.  Otherwise, a stale configmake.h could hang around.
9054
9055 2006-08-29  Eric Blake  <ebb9@byu.net>
9056
9057         * lib/error.c (error_at_line, print_errno_message): Match libc, after
9058         resolution of upstream bug 3044.
9059
9060 2006-08-29  Bruno Haible  <bruno@clisp.org>
9061
9062         * modules/localcharset (Depends-on): Add configmake.
9063         (Makefile.am): Remove setting of LIBDIR through DEFS.
9064
9065 2006-08-29  Bruno Haible  <bruno@clisp.org>
9066
9067         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
9068         defined.
9069
9070 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9071
9072         * modules/fcntl: New file.
9073         * modules/chdir-safer (Depends-on): Add fcntl.
9074         * modules/fts: Likewise.
9075         * modules/mkdir-p: Likewise.
9076
9077         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
9078         This undoes the most recent change, since we're now addressing the
9079         problem in a different way.
9080
9081         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
9082         into output, since the output might be called Makefile.am even
9083         if $makefile_name is something different.
9084         (func_import): Use $makefile_am rather than
9085         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
9086         empty.
9087
9088         * modules/inttypes (Files): Add m4/inttypes-h.m4.
9089
9090 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
9093         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
9094         recent change to stdint.m4, since we're now addressing the problem in a
9095         different way.
9096
9097 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9098
9099         * m4/fcntl_h.m4: New file.
9100
9101 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9102
9103         * lib/fcntl_.h: New file.
9104         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
9105         the fcntl module.
9106         * lib/dirchownmod.c: Likewise.
9107         * lib/fts.c: Likewise.
9108
9109         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
9110         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
9111         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
9112         just before including <inttypes.h>, to avoid circular inclusion.
9113
9114 2006-08-28  Jim Meyering  <jim@meyering.net>
9115
9116         * doc/visibility.texi: Actually read and correct the grammar of the
9117         sentence affected by yesterday's change.
9118
9119 2006-08-28  Eric Blake  <ebb9@byu.net>
9120
9121         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
9122         needs wrapper.
9123
9124 2006-08-28  Eric Blake  <ebb9@byu.net>
9125
9126         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
9127
9128 2006-08-28  Eric Blake  <ebb9@byu.net>
9129
9130         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
9131
9132 2006-08-28  Bruno Haible  <bruno@clisp.org>
9133
9134         * modules/c-strstr: New file, from GNU gettext.
9135         * MODULES.html.sh (String handling): Add c-strstr.
9136
9137 2006-08-28  Bruno Haible  <bruno@clisp.org>
9138
9139         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
9140         macros.
9141         Reported by Eric Blake.
9142
9143 2006-08-28  Bruno Haible  <bruno@clisp.org>
9144
9145         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
9146         (VASNPRINTF): Return a string of length > INT_MAX without failing.
9147         * lib/vasprintf.c: Include errno.h, limits.h.
9148         (EOVERFLOW): New fallback definition.
9149         (vasprintf): Test here whether the string length is > INT_MAX.
9150         * lib/vsnprintf.c: Include errno.h, limits.h.
9151         (EOVERFLOW): New fallback definition.
9152         (vsnprintf): Fix bug when generated string was too long for the buffer.
9153         Test here whether the string length is > INT_MAX.
9154
9155 2006-08-28  Bruno Haible  <bruno@clisp.org>
9156
9157         * lib/inttypes_.h (SCNX*): Remove definitions.
9158         Reported by Eric Blake.
9159
9160 2006-08-28  Bruno Haible  <bruno@clisp.org>
9161
9162         * lib/c-strstr.h: New file, from GNU gettext.
9163         * lib/c-strstr.c: New file, from GNU gettext.
9164
9165 2006-08-28  Bruno Haible  <bruno@clisp.org>
9166
9167         * gnulib-tool: Reorder some statements.
9168
9169 2006-08-28  Bruno Haible  <bruno@clisp.org>
9170
9171         * gnulib-tool: New option --makefile-name.
9172         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
9173         $makefile_name.
9174         (func_import): Write $makefile_name to the cache file, and read it from
9175         there unless explicitly specified. Use $makefile_name as file name
9176         instead of Makefile.am. Adjust the recommendations accordingly.
9177
9178 2006-08-28  Bruno Haible  <bruno@clisp.org>
9179
9180         * gnulib-tool (func_verify_module): Check against misapplying patch.
9181
9182 2006-08-28  Bruno Haible  <bruno@clisp.org>
9183
9184         * gnulib-tool (func_relativize, func_relconcat): New functions.
9185         Give an error if --local-dir is given with --update.
9186         Remove trailing slashes from $local_gnulib_dir.
9187         (func_import): Store the relativized $local_gnulib_dir in
9188         gnulib-cache.m4, and read it from there if not specified explicitly.
9189
9190 2006-08-28  Bruno Haible  <bruno@clisp.org>
9191
9192         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
9193         is the current directory. Respect also $local_gnulib_dir.
9194
9195 2006-08-28  Bruno Haible  <bruno@clisp.org>
9196             Simon Josefsson  <jas@extundo.com>
9197
9198         BeOS portability.
9199         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
9200
9201 2006-08-27  Jim Meyering  <jim@meyering.net>
9202
9203         * doc/visibility.texi: Remove duplicate word: "pointer".
9204
9205 2006-08-26  Bruno Haible  <bruno@clisp.org>
9206
9207         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
9208         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
9209         (Makefile.am): Create inttypes.h from inttypes_.h.
9210         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
9211
9212         * modules/imaxabs: New file.
9213
9214         * modules/imaxdiv: New file.
9215
9216 2006-08-26  Bruno Haible  <bruno@clisp.org>
9217
9218         * m4/inttypes.m4: New file.
9219         * m4/_inttypes_h.m4: Remove file.
9220         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
9221         PRI_MACROS_BROKEN.
9222         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
9223
9224         * m4/imaxabs.m4: New file.
9225
9226         * m4/imaxdiv.m4: New file.
9227
9228 2006-08-26  Bruno Haible  <bruno@clisp.org>
9229
9230         * lib/inttypes_.h: New file.
9231         * lib/inttypes.h: Remove file.
9232         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
9233
9234         * lib/imaxabs.c: New file.
9235
9236         * lib/imaxdiv.c: New file.
9237
9238 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9239
9240         New config-h module, so that "make" output needn't be cluttered
9241         by -DHAVE_CONFIG_H.
9242         * MODULES.html.sh (Support for building libraries and executables):
9243         Add config-h.
9244         * modules/config-h: New file.
9245         * gnulib-tool (nl, sed_transform_lib_file): New vars.
9246         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
9247         the config-h module is used.
9248
9249         New configmake module, so that "make" output needn't be cluttered
9250         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
9251         * MODULES.html.sh (Support for building libraries and executables):
9252         Add configmake.
9253         * modules/configmake: New file.
9254
9255 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9256
9257         * m4/config-h.m4: New file.
9258
9259 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9260
9261         * config/srclist.txt: Add elisp-comp.
9262
9263 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9264
9265         * MODULES.html.sh (Support for building libraries and executables):
9266         Add elisp-comp.
9267         * build-aux/elisp-comp: New file.
9268         * modules/elisp-comp: New file.
9269
9270 2006-08-24  Bruno Haible  <bruno@clisp.org>
9271
9272         * gnulib-tool (func_create_testdir): Use non-default values of
9273         sourcebase and m4base.
9274
9275 2006-08-24  Bruno Haible  <bruno@clisp.org>
9276
9277         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
9278         HTML structure.
9279
9280 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9281
9282         * modules/openat (Depends-on): Add lchown.
9283
9284 2006-08-23  Bruno Haible  <bruno@clisp.org>
9285
9286         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
9287         of gl_LOCK_EARLY instead of gl_LOCK.
9288
9289 2006-08-23  Bruno Haible  <bruno@clisp.org>
9290
9291         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
9292         on OSF/1 to no.
9293         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
9294
9295 2006-08-23  Bruno Haible  <bruno@clisp.org>
9296
9297         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
9298         as unusable.
9299
9300         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
9301         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
9302         (gl_LOCK): New macro.
9303
9304 2006-08-22  Simon Josefsson  <jas@extundo.com>
9305
9306         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
9307         to md5 module.
9308
9309 2006-08-22  Simon Josefsson  <jas@extundo.com>
9310
9311         * MODULES.html.sh: Add "Support for maintaining and release
9312         projects".
9313
9314         * build-aux/gnupload: New file, from coreutils.
9315
9316 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9317
9318         Avoid the need for AC_LIBSOURCES in m4 macros.
9319         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
9320         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
9321         * modules/check-version (EXTRA_DIST): Add check-version.h.
9322         * modules/crc (EXTRA_DIST): Add crc.h.
9323         * modules/des (EXTRA_DIST): Add des.h.
9324         * modules/gc (EXTRA_DIST): Add gc.h.
9325         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
9326         * modules/getline (EXTRA_DIST): Add getline.h.
9327         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
9328         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
9329         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
9330         * modules/md2 (EXTRA_DIST): Add md2.h.
9331         * modules/md4 (EXTRA_DIST): Add md4.h.
9332         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
9333         * modules/read-file (EXTRA_DIST): Add read-file.h.
9334         * modules/readline (EXTRA_DIST): Add readline.h.
9335         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
9336         rijndael-api-fst.h.
9337
9338 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9339
9340         * m4/rijndael.m4 (gl_ARCFOUR):
9341         * m4/arctwo.m4 (gl_ARCTWO):
9342         * m4/check-version.m4 (gl_CHECK_VERSION):
9343         * m4/crc.m4 (gl_CRC):
9344         * m4/des.m4 (gl_DES):
9345         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
9346         * m4/gc.m4 (gl_GC):
9347         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
9348         * m4/getline.m4 (gl_FUNC_GETLINE):
9349         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
9350         * m4/hmac-md5.m4 (gl_HMAC_MD5):
9351         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
9352         * m4/md2.m4 (gl_MD2):
9353         * m4/md4.m4 (gl_MD4):
9354         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
9355         * m4/read-file.m4 (gl_FUNC_READ_FILE):
9356         * m4/readline.m4 (gl_FUNC_READLINE):
9357         * m4/rijndael.m4 (gl_RIJNDAEL):
9358         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9359         to get the necessary .h files and whatnot.
9360
9361 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9362
9363         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
9364         gnulib rather than the other way around.
9365         * config/srclistvars.sh (COREUTILS): Remove.
9366
9367 2006-08-22  Jim Meyering  <jim@meyering.net>
9368
9369         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
9370
9371         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
9372
9373 2006-08-22  Eric Blake  <ebb9@byu.net>
9374
9375         * modules/regexprops-generic: New file.
9376         * MODULES.html.sh (Support for building documentation): List it.
9377
9378 2006-08-22  Eric Blake  <ebb9@byu.net>
9379
9380         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
9381         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
9382         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
9383         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
9384
9385 2006-08-22  Bruno Haible  <bruno@clisp.org>
9386
9387         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
9388         and lib_LTLIBRARIES like the other lib_* variables.
9389
9390 2006-08-22  Bruno Haible  <bruno@clisp.org>
9391
9392         * build-aux/x-to-1.in: New file, from GNU gettext.
9393
9394 2006-08-22  Bruno Haible  <bruno@clisp.org>
9395
9396         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
9397         <utmpx.h> exists.
9398
9399 2006-08-22  Bruno Haible  <bruno@clisp.org>
9400
9401         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
9402         <utmpx.h> exists.
9403
9404 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9405
9406         BeOS portability.
9407         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
9408         exist.
9409         Problem reported by Bruno Haible.
9410
9411 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9412
9413         Avoid the need for AC_LIBSOURCES in m4 macros.
9414         * modules/acl (EXTRA_DIST): Add acl.h.
9415         * modules/argmatch (Files): Add m4/argmatch.m4.
9416         (configure.ac): Add gl_ARGMATCH.
9417         (EXTRA_DIST): Renamed from lib_SOURCES, for
9418         consistency with the other modules.  Remove argmatch.c.
9419         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
9420         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
9421         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
9422         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
9423         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
9424         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
9425         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
9426         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
9427         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
9428         * modules/closeout (EXTRA_DIST): Add closeout.h.
9429         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
9430         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
9431         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
9432         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
9433         dirname.h; remove basename.c and stripslash.c.
9434         * modules/exclude (EXTRA_DIST): Add exclude.h.
9435         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
9436         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
9437         * modules/file-type (EXTRA_DIST): Add file-type.h.
9438         * modules/filemode (EXTRA_DIST): Add filemode.h.
9439         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
9440         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
9441         * modules/fpending (EXTRA_DIST): Add __fpending.h.
9442         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
9443         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
9444         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
9445         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
9446         * modules/getdate (EXTRA_DIST): Add getdate.c.
9447         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
9448         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
9449         * modules/getpass (EXTRA_DIST): Add getpass.h.
9450         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
9451         * modules/group-member (EXTRA_DIST): Add group-member.h.
9452         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
9453         * modules/hash (EXTRA_DIST): Add hash.h.
9454         * modules/human (EXTRA_DIST): Add human.h.
9455         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
9456         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
9457         * modules/lchown (EXTRA_DIST): Add lchown.h.
9458         * modules/long-options (EXTRA_DIST): Add long-options.h.
9459         * modules/lstat (EXTRA_DIST): Add lstat.h.
9460         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
9461         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
9462         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
9463         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
9464         * modules/memxor (EXTRA_DIST): Add memxor.h.
9465         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
9466         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
9467         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
9468         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
9469         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
9470         * modules/physmem (EXTRA_DIST): Add physmem.h.
9471         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
9472         * modules/posixver (EXTRA_DIST): Add posixver.h.
9473         * modules/quote (EXTRA_DIST): Add quote.h.
9474         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
9475         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
9476         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
9477         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
9478         regex_internal.h regexec.c.
9479         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
9480         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
9481         * modules/same (EXTRA_DIST): Add same.h.
9482         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
9483         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
9484         * modules/savedir (EXTRA_DIST): Add savedir.h.
9485         * modules/sha1 (EXTRA_DIST): Add sha1.h.
9486         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
9487         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
9488         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
9489         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
9490         * modules/strdup (EXTRA_DIST): Add strdup.h.
9491         * modules/strftime (EXTRA_DIST): Add strftime.h.
9492         * modules/strndup (EXTRA_DIST): Add strndup.h.
9493         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
9494         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
9495         * modules/time_r (EXTRA_DIST): Add time_r.h.
9496         * modules/timespec (EXTRA_DIST): Add timespec.h.
9497         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
9498         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
9499         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
9500         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
9501         * modules/userspec (EXTRA_DIST): Add userspec.h.
9502         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
9503         * modules/utimens (EXTRA_DIST): Add utimens.h.
9504         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
9505         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
9506         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
9507         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
9508         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
9509         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
9510         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
9511         * modules/yesno (EXTRA_DIST): Add yesno.h.
9512
9513 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9514
9515         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
9516
9517         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
9518         * m4/dev-ino.m4, same-inode.m4: Remove.
9519
9520         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
9521         * m4/acl.m4 (AC_FUNC_ACL):
9522         * m4/backupfile.m4 (gl_BACKUPFILE):
9523         * m4/c-strtod.m4 (gl_C99_STRTOLD):
9524         * m4/canon-host.m4 (gl_CANON_HOST):
9525         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9526         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
9527         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
9528         * m4/cloexec.m4 (gl_CLOEXEC):
9529         * m4/close-stream.m4 (gl_CLOSE_STREAM):
9530         * m4/closeout.m4 (gl_CLOSEOUT):
9531         * m4/dirfd.m4 (gl_FUNC_DIRFD):
9532         * m4/dirname.m4 (gl_DIRNAME):
9533         * m4/exclude.m4 (gl_EXCLUDE):
9534         * m4/exitfail.m4 (gl_EXITFAIL):
9535         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
9536         * m4/file-type.m4 (gl_FILE_TYPE):
9537         * m4/filemode.m4 (gl_FILEMODE):
9538         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
9539         * m4/fpending.m4 (gl_FUNC_FPENDING):
9540         * m4/fprintftime.m4 (gl_FPRINTFTIME):
9541         * m4/fts.m4 (gl_FUNC_FTS):
9542         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
9543         * m4/getdate.m4 (gl_GETDATE):
9544         * m4/gethrxtime.m4 (gl_GETHRXTIME):
9545         * m4/getpagesize.m4 (gl_GETPAGESIZE):
9546         * m4/getpass.m4 (gl_FUNC_GETPASS):
9547         * m4/gettime.m4 (gl_GETTIME):
9548         * m4/getugroups.m4 (gl_GETUGROUPS):
9549         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
9550         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
9551         * m4/hard-locale.m4 (gl_HARD_LOCALE):
9552         * m4/hash.m4 (gl_HASH):
9553         * m4/idcache.m4 (gl_IDCACHE):
9554         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
9555         * m4/lchown.m4 (gl_FUNC_LCHOWN):
9556         * m4/long-options.m4 (gl_LONG_OPTIONS):
9557         * m4/lstat.m4 (gl_FUNC_LSTAT):
9558         * m4/md5.m4 (gl_MD5):
9559         * m4/memcasecmp.m4 (gl_MEMCASECMP):
9560         * m4/memcoll.m4 (gl_MEMCOLL):
9561         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
9562         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
9563         * m4/memxor.m4 (gl_MEMXOR):
9564         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
9565         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
9566         * m4/modechange.m4 (gl_MODECHANGE):
9567         * m4/mountlist.m4 (gl_MOUNTLIST):
9568         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9569         * m4/openat.m4 (gl_FUNC_OPENAT):
9570         * m4/pathmax.m4 (gl_PATHMAX):
9571         * m4/physmem.m4 (gl_PHYSMEM):
9572         * m4/posixtm.m4 (gl_POSIXTM):
9573         * m4/posixver.m4 (gl_POSIXVER):
9574         * m4/quote.m4 (gl_QUOTE):
9575         * m4/quotearg.m4 (gl_QUOTEARG):
9576         * m4/readtokens.m4 (gl_READTOKENS):
9577         * m4/readutmp.m4 (gl_READUTMP):
9578         * m4/regex.m4 (gl_REGEX):
9579         * m4/safe-read.m4 (gl_SAFE_READ):
9580         * m4/safe-write.m4 (gl_SAFE_WRITE):
9581         * m4/same.m4 (gl_SAME):
9582         * m4/save-cwd.m4 (gl_SAVE_CWD):
9583         * m4/savedir.m4 (gl_SAVEDIR):
9584         * m4/settime.m4 (gl_SETTIME):
9585         * m4/sha1.m4 (gl_SHA1):
9586         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
9587         * m4/stat-macros.m4 (gl_STAT_MACROS):
9588         * m4/stat-time.m4 (gl_STAT_TIME):
9589         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
9590         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
9591         * m4/strdup.m4 (gl_FUNC_STRDUP):
9592         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
9593         * m4/strndup.m4 (gl_FUNC_STRNDUP):
9594         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
9595         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
9596         * m4/time_r.m4 (gl_TIME_R):
9597         * m4/timespec.m4 (gl_TIMESPEC):
9598         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
9599         * m4/unlinkdir.m4 (gl_UNLINKDIR):
9600         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
9601         * m4/userspec.m4 (gl_USERSPEC):
9602         * m4/utimecmp.m4 (gl_UTIMECMP):
9603         * m4/utimens.m4 (gl_UTIMENS):
9604         * m4/xalloc.m4 (gl_XALLOC):
9605         * m4/xgetcwd.m4 (gl_XGETCWD):
9606         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
9607         * m4/xreadlink.m4 (gl_XREADLINK):
9608         * m4/xstrtod.m4 (gl_XSTRTOD):
9609         * m4/yesno.m4 (gl_YESNO):
9610         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9611         to get the necessary .h files and whatnot.
9612
9613 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
9614             Bruno Haible  <bruno@clisp.org>
9615
9616         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
9617         /bin/sh understanding of '!' conditional negation.
9618
9619 2006-08-21  Jim Meyering  <jim@meyering.net>
9620
9621         * modules/openat (Depends-on): Really alphabetize.
9622
9623         * modules/acl (Depends-on): Add error and quote.
9624
9625         * check-module (find_included_lib_files): Add at-func.c to the
9626         ok-to-include-more-than-once white list.
9627
9628         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9629
9630 2006-08-21  Bruno Haible  <bruno@clisp.org>
9631
9632         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9633         Emit a pkgdata_DATA variable only if some snippets add contents to it.
9634         Reported by Martin Lambers <marlam@marlam.de>.
9635
9636 2006-08-21  Bruno Haible  <bruno@clisp.org>
9637
9638         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
9639         specify an installation location, don't emit a noinst_LIBRARIES or
9640         noinst_LTLIBRARIES assignment.
9641
9642 2006-08-21  Bruno Haible  <bruno@clisp.org>
9643
9644         BeOS portability.
9645         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
9646         BeOS has mbrtowc() but no <wctype.h>.
9647
9648 2006-08-21  Bruno Haible  <bruno@clisp.org>
9649
9650         BeOS portability.
9651         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
9652         exist.
9653
9654 2006-08-21  Bruno Haible  <bruno@clisp.org>
9655
9656         BeOS portability.
9657         * lib/mbchar.h: Include <wctype.h> only if it exists.
9658
9659 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9660
9661         Remove files that are no longer needed by their respective modules.
9662         * m4/obstack.m4: Remove.
9663         * m4/strerror_r.m4: Remove.
9664         * m4/uint32_t.m4: Remove.
9665         * m4/uintptr_t.m4: Remove.
9666         * m4/ullong_max.m4: Remove.
9667         * m4/xstrtoimax.m4: Remove.
9668         * m4/xstrtoumax.m4: Remove.
9669
9670         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
9671         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
9672         dependencies now capture this.
9673
9674         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
9675         Do not use AC_LIBSOURCES, since gnulib modules now do this.
9676         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
9677         * m4/human.m4 (gl_HUMAN): Likewise.
9678         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
9679         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
9680
9681         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
9682
9683         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
9684         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
9685         stdint.
9686         * m4/human.m4 (gl_HUMAN): Likewise.
9687         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
9688         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
9689         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9690         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9691         * m4/xstrtol (gl_XSTRTOL): Likewise.
9692
9693         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
9694         AC_TYPE_LONG_LONG_INT.
9695         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9696         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
9697         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
9698         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9699
9700         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
9701         on stdbool.
9702
9703         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
9704         (gl_PREREQ_XSTRTOUL): Remove.
9705
9706         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
9707
9708         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
9709         mode.
9710
9711 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9712
9713         Add and change modules to make it easier for coreutils to use
9714         gnulib-tool.
9715         * modules/backupfile (Files): Remove m4/d-ino.m4.
9716         (Depends-on): Add d-ino.
9717         * modules/cycle-check (Depends-on): Add stdint.
9718         (lib_SOURCES): Add cycle-check.h.
9719         * modules/d-ino: New module.
9720         * modules/d-type: New module.
9721         * modules/error (Files): Remove m4/strerror_r.m4.
9722         * modules/filemode (Files): Add m4/st_dm_mode.m4.
9723         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9724         m4/inttypes_h.m4, m4/uintmax_t.m4.
9725         (Depends-on): Add stdint.
9726         (lib_SOURCES): Add fsusage.h.
9727         * modules/getcwd (Files): Remove d-ino.m4.
9728         (Depends-on): Add d-ino.
9729         * modules/getndelim2 (Depends-on): Add stdint.
9730         * modules/glob (Files): Remove m4/d-type.m4.
9731         (Depends-on): Add d-type.
9732         * modules/host-os: New module.
9733         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
9734         m4/inttypes_h.m4, m4/uintmax_t.m4.
9735         * Depends-on: Add stdint.
9736         (lib_SOURCES): Add human.h.
9737         * modules/inttostr (Files): Remove m4/intmax_t.m4,
9738         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
9739         m4/uintmax_t.m4, m4/ulonglong.m4.
9740         (Depends-on): Add stdint.
9741         (EXTRA_DIST): Add inttostr.h.
9742         * modules/lchmod: New module.
9743         * modules/link-follow: New module.
9744         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
9745         (Depends-on): Add lchmod.
9746         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
9747         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
9748         (Depends-on): Add stdint.
9749         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
9750         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9751         (Depends-on): Add stdint.
9752         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
9753         * modules/perl: New module.
9754         * modules/regex (Depends-on): Add stdint.
9755         * modules/rmdir-errno: New module.
9756         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9757         m4/intmax_t.m4.
9758         (Depends-on): Add stdint.
9759         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9760         m4/uintmax_t.m4.
9761         (Depends-on): Add stdint.
9762         * modules/unlink-busy: New module.
9763         * modules/utimecmp (Depends-on): Add stdint.
9764         * modules/uptime: New module.
9765         * modules/winsz-ioctl: New module.
9766         * modules/winsz-termios: New module.
9767         * modules/xnanosleep (Depends-on): Add nanosleep.
9768         * modules/ullong_max: Remove.
9769         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
9770         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
9771         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
9772         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
9773         (Depends-on): Add inttypes.
9774         (lib_SOURCES): Add xstrtol.h.
9775         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
9776         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
9777         * MODULES.html.sh: Move 'assert' into the assert section.
9778         Move 'dummy' into the linking section.
9779         Remove ullong_max.
9780         Add section for compatibility checks for POSIX:2001 functions,
9781         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
9782         winsz-ioctl, and winsz-termios into it.
9783         Add lchmod.
9784         Add top-level Misc section and put host-os, perl, and uptime
9785         into it.
9786
9787 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9788
9789         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
9790         now assume the stdint module.  Do not include inttypes.h.
9791         * lib/fsusage.h: Likewise.
9792         * lib/getndelim2.c: Likewise.
9793         * lib/human.h: Likewise.
9794         * lib/inttostr.h: Likewise.
9795         * lib/obstack.c: Likewise.
9796         * lib/regex_internal.h: Likewise.
9797         * lib/tempname.c: Likewise.
9798         * lib/utimecmp.c: Likewise.
9799         * lib/xstrtol.h: Likewise.
9800
9801         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
9802
9803         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
9804         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
9805         * lib/xtime.h: Likewise.
9806
9807 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9808
9809         * modules/openat (Files): Add lib/fchmodat.c.
9810         Fixes problem reported by Jay Youngman.
9811
9812 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9813
9814         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
9815         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
9816
9817 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9818             Bruno Haible  <bruno@clisp.org>
9819
9820         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
9821         and is a script that invokes bison. Tighten the code. Add comments.
9822
9823 2006-08-18  Jim Meyering  <jim@meyering.net>
9824
9825         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
9826         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
9827         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
9828         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
9829
9830 2006-08-18  Bruno Haible  <bruno@clisp.org>
9831
9832         * modules/bison-i18n: New file.
9833         * MODULES.html.sh (Internationalization functions): Add it.
9834
9835 2006-08-18  Bruno Haible  <bruno@clisp.org>
9836
9837         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9838         sys/statvfs.h. When getmntinfo was found, check its declaration and
9839         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9840
9841 2006-08-18  Bruno Haible  <bruno@clisp.org>
9842
9843         * m4/bison-i18n.m4: New file, from bison.
9844
9845 2006-08-18  Bruno Haible  <bruno@clisp.org>
9846
9847         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9848         (ME_DUMMY): Treat "kernfs" as a dummy.
9849         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9850
9851 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9852
9853         Update from coreutils.
9854
9855         2006-08-15  Jim Meyering  <jim@meyering.net>
9856
9857         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9858
9859         2006-01-17  Jim Meyering  <jim@meyering.net>
9860
9861         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9862
9863         2006-01-11  Jim Meyering  <jim@meyering.net>
9864
9865         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9866         Check for the lchmod function.
9867
9868 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9869
9870         Update from coreutils.
9871
9872         * lib/__fpending.h: Add copyright notice.
9873         * lib/fprintftime.h: Likewise.
9874         * lib/savedir.c: Use (C) in copyright notice.
9875         * lib/savedir.h: Likewise.
9876
9877         2006-08-15  Jim Meyering  <jim@meyering.net>
9878
9879         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9880         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9881         in support of the EXPECTED_ERRNO macro.
9882         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9883         definitions.  Instead, define the appropriate symbols and include
9884         "at-func.c".
9885         * lib/mkdirat.c (mkdirat): Likewise.
9886         * lib/fchmodat.c (fchmodat): Likewise.
9887         (ENOSYS): Remove definition.
9888         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9889         it.  Don't include "unistd--.h" -- it wasn't ever used.
9890
9891         2006-01-17  Jim Meyering  <jim@meyering.net>
9892
9893         Rewrite fts.c not to change the current working directory,
9894         by using openat, fstatat, fdopendir, etc..
9895
9896         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9897         (HAVE_OPENAT_SUPPORT): Define.
9898         [_LIBC] (fchdir): Don't undef or define; no longer used.
9899         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9900         Now, this `function' always succeeds, and consumes its file descriptor
9901         parameter -- so callers must not close such FDs.  Update callers.
9902         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9903         (diropen): Add parameter, SP.  Adjust all callers.
9904         Implement using diropen_fd, rather than open.
9905         (fts_open): Initialize new member, fts_cwd_fd.
9906         Remove fts_rft-setting code.
9907         (fts_close): Close fts_cwd_fd, if necessary.
9908         (__opendir2): Define in terms of opendir or opendirat,
9909         depending on whether the FST_NOCHDIR flag is set.
9910         (fts_build): Since fts_safe_changedir consumes its FD, and since
9911         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9912         and close the dup'd file descriptor upon failure.
9913         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9914         (fts_safe_changedir): Tweak semantics to reflect that this function
9915         now calls cwd_advance_fd and hence consumes its FD argument.
9916         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9917         [struct FTS] (fts_rft): Remove now-unused member.
9918         [struct FTS] (fts_cycle.state): Improve comment.
9919
9920         * lib/openat.c (openat_needs_fchdir): New function.
9921         * lib/openat.h (openat_needs_fchdir): Declare it.
9922
9923 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9924
9925         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9926         Problem and fix reported by Pádraig Brady in
9927         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9928
9929 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9932
9933 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9934
9935         * lib/memcoll.c (memcoll): Optimize for the common case where the
9936         arguments are bytewise equal.
9937
9938 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9939
9940         * doc/regexprops-generic.texi: Add a copyright notice.
9941
9942 2006-08-15  Bruno Haible  <bruno@clisp.org>
9943
9944         * modules/tmpdir (License): Change to LGPL.
9945
9946 2006-08-15  Bruno Haible  <bruno@clisp.org>
9947
9948         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9949         module.
9950
9951 2006-08-14  Simon Josefsson  <jas@extundo.com>
9952
9953         * config/srclist.txt: Add gnupload.
9954
9955 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9956
9957         Change copyright notice from LGPL 2 to GPL 2, since that's the
9958         standard form used in the gnulib repository.
9959         * tests/test-lock.c: Likewise.
9960         * tests/test-stdint.c: Likewise.
9961         * tests/test-tls.c: Likewise.
9962
9963         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9964         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9965         Add copyright notice.
9966
9967         * check-module: Add copyright notice.  Output a copyright
9968         notice if "--version" is specified.
9969         * modules/COPYING: New file.
9970         * tests/test-getaddrinfo.c: Add copyright notice.
9971         * tests/test-verify.c: Likewise.
9972
9973 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9974
9975         Change copyright notice from LGPL 2 to GPL 2, since that's the
9976         standard form used in the gnulib repository.
9977         * lib/lock.c: LGPL -> GPL.
9978         * lib/lock.h: Likewise.
9979         * lib/strnlen1.c: Likewise.
9980         * lib/strnlen1.h: Likewise.
9981         * lib/tls.c: Likewise.
9982         * lib/tls.h: Likewise.
9983         * lib/tmpdir.c: Likewise.
9984
9985         * lib/TODO: Remove; this belongs only in coreutils.
9986
9987 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9988
9989         Add copyright notices to long-enough files that lack them, since
9990         otherwise the files aren't clearly free.  Use the same notice that
9991         getdate.texi already uses.
9992         * doc/alloca-opt.texi: Add copyright notice.
9993         * doc/alloca.texi: Likewise.
9994         * doc/ctime.texi: Likewise.
9995         * doc/functions.texi: Likewise.
9996         * doc/gcd.texi: Likewise.
9997         * doc/gnulib-tool.texi: Likewise.
9998         * doc/inet_ntoa.texi: Likewise.
9999         * doc/visibility.texi: Likewise.
10000
10001         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
10002         * doc/quote.texi: Add copyright notice.
10003
10004         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
10005         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
10006         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
10007         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
10008         is now obsolete, and give a pointer to the Sun list.
10009         Add copyright notice.
10010
10011 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10012
10013         * config/srclistvars.sh: Add copyright notice.
10014
10015 2006-08-14  Eric Blake  <ebb9@byu.net>
10016
10017         Import the following change from libc:
10018
10019         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10020
10021         Upstream bug 2997.
10022         * lib/misc/error.c: Add space between program name and message if file
10023         name is missing.
10024
10025 2006-08-12  Karl Berry  <karl@gnu.org>
10026
10027         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
10028         remove, these originate in gnulib now.
10029
10030 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10031
10032         * doc/Makefile (standards.info standards.html standards.dvi):
10033         Also depend on make-stds.texi.
10034
10035 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10036
10037         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
10038         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
10039
10040         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
10041         in wchar_t.  Problem reported by Eric Blake.
10042
10043         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
10044         LEN is smaller than SIZE.  Suggested by Bruno Haible.
10045         Also, help the compiler to keep LEN in a register.
10046
10047 2006-08-11  Eric Blake  <ebb9@byu.net>
10048
10049         * users.txt: Sort.  Add tar.
10050
10051 2006-08-11  Bruno Haible  <bruno@clisp.org>
10052
10053         * users.txt: New file.
10054
10055 2006-08-11  Bruno Haible  <bruno@clisp.org>
10056
10057         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
10058         before <wchar.h>. Needed for OSF/1 and BSD/OS.
10059
10060 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10061
10062         * modules/snprintf (Depends-on): Remove minmax.
10063         (Maintainer): Add self and Bruno.
10064
10065 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10066
10067         * lib/.cppi-disable: Add snprintf.h, socket_.h.
10068         * lib/snprintf.c: Include <errno.h> and <limits.h>.
10069         (EOVERFLOW): Define if the system does not.
10070         Do not include "minmax.h"; it wasn't used.
10071         (snprintf): Don't assume size_t promotes to an unsigned type.
10072         Fix bug when generated string was too long for the buffer: the
10073         buffer's contents are supposed to be the initial prefix of the
10074         output.  Don't assume vasnprintf returns EOVERFLOW if the size
10075         exceeds INT_MAX; do the check ourselves.
10076
10077         Import the following changes from libc:
10078
10079         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10080
10081         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
10082         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
10083         set wc to the byte which couldn't be converted.
10084         (re_string_reconstruct): Don't clear valid_raw_len before calling
10085         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10086         tip_context using re_string_context_at.
10087
10088         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
10089
10090         * lib/posix/regex.h: g++ still cannot handled [restrict].
10091
10092         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
10093
10094         * lib/posix/regex.h: Remove special handling for VMS.
10095
10096 2006-08-10  Jim Meyering  <jim@meyering.net>
10097
10098         * modules/same-inode: New module.
10099         * modules/dev-ino: New module.
10100         * modules/cycle-check: Depend on these modules, rather than simply
10101         including their .h files.
10102         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
10103         required via m4/cycle-check.m4.
10104         * modules/same: Depend on new same-inode module, rather than
10105         including same-inode.h.
10106         * modules/chdir-safer: New file.
10107
10108         * modules/chown (Depends-on): Add stat-macros.
10109
10110 2006-08-10  Jim Meyering  <jim@meyering.net>
10111
10112         * m4/cycle-check.m4: New file.
10113         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
10114         * m4/dev-ino.m4, m4/same-inode.m4: New files.
10115
10116 2006-08-10  Eric Blake  <ebb9@byu.net>
10117
10118         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
10119         in from original proposal.
10120
10121 2006-08-10  Eric Blake  <ebb9@byu.net>
10122         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10123
10124         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
10125         namespace.
10126
10127 2006-08-10  Bruno Haible  <bruno@clisp.org>
10128
10129         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
10130         as well.
10131
10132 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10133
10134         Sync from coreutils.
10135
10136         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
10137
10138         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
10139         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
10140
10141 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10142
10143         * modules/restrict: Remove; no longer needed now that we assume
10144         Autoconf 2.59 or later.
10145         * MODULES.html.sh: Remove 'restrict'.
10146         * modules/argp (Depends-on): Remove 'restrict'.
10147         * modules/base64 (Depends-on): Likewise.
10148         * modules/gc (Depends-on): Likewise.
10149         * modules/getaddrinfo (Depends-on): Likewise.
10150         * modules/glob (Depends-on): Likewise.
10151         * modules/inet_ntop (Depends-on): Likewise.
10152         * modules/inet_pton (Depends-on): Likewise.
10153         * modules/memxor (Depends-on): Likewise.
10154         * modules/regex (Depends-on): Likewise.
10155         * modules/strtok_r (Depends-on): Likewise.
10156         * modules/time_r (Depends-on): Likewise.
10157
10158 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10159
10160         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
10161         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
10162         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10163         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
10164         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
10165         * m4/memxor.m4 (gl_MEMXOR): Likewise.
10166         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
10167         gl_C_RESTRICT replaced by AC_C_RESTRICT.
10168
10169         Merge from coreutils.
10170         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
10171         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
10172         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10173         * m4/time_r.m4 (gl_TIME_R): Likewise.
10174
10175 2006-08-09  Karl Berry  <karl@gnu.org>
10176
10177         * config/srclist.txt: no more gettext-tools, per Bruno.
10178
10179 2006-08-08  Eric Blake  <ebb9@byu.net>
10180
10181         * modules/verror: New module.
10182         * MODULES.html.sh: Document it.
10183
10184 2006-08-08  Eric Blake  <ebb9@byu.net>
10185
10186         * lib/verror.h, lib/verror.c: New files.
10187
10188 2006-08-08  Eric Blake  <ebb9@byu.net>
10189
10190         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
10191         verror_at_line output complies with GNU Coding Standards even when
10192         file is NULL.
10193
10194 2006-08-07  Bruno Haible  <bruno@clisp.org>
10195
10196         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
10197         versions of AIX.
10198         Reported by Ralf Wildenhues.
10199
10200 2006-08-07  Bruno Haible  <bruno@clisp.org>
10201
10202         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
10203         in an AC_DEFUN. Needed so that the autoconf snippets can use
10204         AC_REQUIRE.
10205
10206 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10207
10208         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10209         Initialize pkgdata_DATA.
10210         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
10211         overriding it.
10212
10213 2006-08-06  Eric Blake  <ebb9@byu.net>
10214
10215         * lib/error.h: Fold in some upstream changes from glibc.
10216         * lib/error.c: Likewise.
10217
10218 2006-08-04  Bruno Haible  <bruno@clisp.org>
10219
10220         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10221         Make the mostlyclean-local rule depend on mostlyclean-generic.
10222         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
10223
10224 2006-07-31  Bruno Haible  <bruno@clisp.org>
10225
10226         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
10227         <stdlib.h>, <string.h>.
10228
10229 2006-07-30  Bruno Haible  <bruno@clisp.org>
10230
10231         * modules/readlink (License): Change to LGPL.
10232
10233 2006-07-30  Bruno Haible  <bruno@clisp.org>
10234
10235         * modules/javaversion (Makefile.am): Distribute javaversion.java and
10236         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
10237         set PKGDATADIR to point to it.
10238
10239 2006-07-30  Bruno Haible  <bruno@clisp.org>
10240
10241         * modules/csharpexec (configure.ac): Comment out macro invocation.
10242         * modules/javaexec (configure.ac): Likewise.
10243         * modules/javacomp-script (configure.ac): Likewise.
10244
10245         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
10246
10247 2006-07-30  Bruno Haible  <bruno@clisp.org>
10248
10249         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
10250         linked-list.
10251
10252 2006-07-30  Bruno Haible  <bruno@clisp.org>
10253
10254         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
10255
10256 2006-07-30  Bruno Haible  <bruno@clisp.org>
10257
10258         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10259         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
10260         get removed.
10261
10262 2006-07-29  Bruno Haible  <bruno@clisp.org>
10263
10264         Make it possible for gnulib-tool to work with locally modified or
10265         augmented gnulib repositories.
10266         * gnulib-tool (func_usage): Document --local-dir option.
10267         (local_gnulib_dir): New variable.
10268         Handle --local-dir option.
10269         (func_lookup_file): New function.
10270         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
10271         (func_get_description, func_get_filelist, func_get_description,
10272         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
10273         func_get_automake_snippet, func_get_include_directive,
10274         func_get_license, func_get_maintainer): Use func_lookup_file.
10275         (func_import, func_create_testdir): Use func_lookup_file.
10276
10277 2006-07-29  Bruno Haible  <bruno@clisp.org>
10278
10279         * modules/setenv (Depends-on): Add unistd.
10280
10281 2006-07-29  Bruno Haible  <bruno@clisp.org>
10282
10283         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
10284
10285 2006-07-29  Bruno Haible  <bruno@clisp.org>
10286
10287         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
10288
10289 2006-07-29  Bruno Haible  <bruno@clisp.org>
10290
10291         * gnulib-tool (import, update): If there is no Makefile.am, look at
10292         aclocal.m4, instead of bailing out.
10293
10294 2006-07-29  Bruno Haible  <bruno@clisp.org>
10295
10296         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
10297         Categorize the options by when they are useful.
10298
10299 2006-07-29  Bruno Haible  <bruno@clisp.org>
10300
10301         * gnulib-tool (func_usage): Document option --no-libtool.
10302         Handle option --no-libtool.
10303         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
10304         for changed semantics of $libtool variable.
10305         (func_import): Likewise. If libtool is not used, show this through
10306         an option --no-libtool.
10307         (func_create_testdir): Update.
10308
10309 2006-07-29  Bruno Haible  <bruno@clisp.org>
10310
10311         * gnulib-tool (func_import): Extend error message about missing
10312         --doc-base.
10313
10314 2006-07-29  Bruno Haible  <bruno@clisp.org>
10315
10316         * gnulib-tool (func_import): Don't create the $docbase directory if
10317         there is no file to store there.
10318
10319 2006-07-29  Bruno Haible  <bruno@clisp.org>
10320
10321         * gnulib-tool (autoconf_minversion): If a --dir option is given and
10322         relevant, look for configure.ac there, not in the current directory.
10323         Also use a simple search for AC_PREREQ, not "autoconf --trace".
10324
10325 2006-07-29  Bruno Haible  <bruno@clisp.org>
10326
10327         * gnulib-tool (SORT): New variable.
10328         (func_usage): Undocument --assume-autoconf option.
10329         Remove --assume-autoconf option handling.
10330         (autoconf_minversion): Determine from the contents of configure.ac.
10331         (func_import): Remove autoconf_minversion handling.
10332         Suggested by Eric Blake.
10333
10334 2006-07-29  Bruno Haible  <bruno@clisp.org>
10335
10336         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
10337
10338 2006-07-29  Bruno Haible  <bruno@clisp.org>
10339
10340         * config/srclist.txt (*setenv.[ch]): Remove rules.
10341
10342 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10343
10344         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
10345
10346 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10347
10348         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
10349         arpa/inet.h.
10350
10351 2006-07-28  Simon Josefsson  <jas@extundo.com>
10352
10353         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
10354         * modules/inet_pton (Depends-on): Likewise.
10355
10356 2006-07-28  Simon Josefsson  <jas@extundo.com>
10357
10358         * m4/netinet_in_h.m4: New file.
10359
10360 2006-07-28  Simon Josefsson  <jas@extundo.com>
10361
10362         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
10363         #include's.
10364
10365 2006-07-28  Simon Josefsson  <jas@extundo.com>
10366
10367         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
10368         #include's.
10369
10370 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
10371
10372         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
10373         setgid on directories only if they set these bits.
10374         * lib/modechange.h: Remove obsolete comment about masks.
10375
10376 2006-07-28  Eric Blake  <ebb9@byu.net>
10377
10378         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
10379         macro expansion.
10380
10381 2006-07-28  Bruno Haible  <bruno@clisp.org>
10382
10383         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
10384
10385 2006-07-28  Bruno Haible  <bruno@clisp.org>
10386
10387         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
10388
10389 2006-07-28  Bruno Haible  <bruno@clisp.org>
10390
10391         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10392         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10393         Define fallbacks.
10394         Avoids link error on FreeBSD 4.x.
10395         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10396
10397         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
10398         encoding.
10399         * lib/mbswidth.c (iswcntrl): Likewise.
10400
10401 2006-07-27  Bruno Haible  <bruno@clisp.org>
10402
10403         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
10404         test.
10405
10406 2006-07-27  Bruno Haible  <bruno@clisp.org>
10407
10408         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
10409         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
10410         defined.
10411
10412 2006-07-26  Eric Blake  <ebb9@byu.net>
10413
10414         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
10415
10416 2006-07-26  Eric Blake  <ebb9@byu.net>
10417
10418         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
10419         like mingw that lack mkstemp.
10420         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
10421         avoid compilation warning on mingw.
10422
10423 2006-07-26  Bruno Haible  <bruno@clisp.org>
10424
10425         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
10426         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
10427         INT_FAST*_MIN, INTPTR_MIN.
10428
10429 2006-07-25  Bruno Haible  <bruno@clisp.org>
10430
10431         * modules/version-etc (Depends-on): Add stdarg.
10432
10433 2006-07-25  Bruno Haible  <bruno@clisp.org>
10434
10435         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
10436         complex commands.
10437
10438 2006-07-25  Bruno Haible  <bruno@clisp.org>
10439
10440         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
10441         defined in <stdarg.h> or config.h.
10442
10443 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10444
10445         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
10446         (gl_STDIO_SAFER): Remove.
10447
10448 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10449
10450         * MODULES.html.sh (File stream based Input/Output):
10451         Add fopen-safer, tmpfile-safer; remove stdio-safer.
10452         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
10453         * modules/fopen-safer, modules/tmpfile-safer: New files.
10454         * modules/stdio-safer: Remove.
10455
10456 2006-07-24  Bruno Haible  <bruno@clisp.org>
10457
10458         * modules/tmpdir: New file.
10459         * MODULES.html.sh (File system functions): Add it.
10460
10461 2006-07-24  Bruno Haible  <bruno@clisp.org>
10462
10463         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
10464         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
10465
10466 2006-07-24  Bruno Haible  <bruno@clisp.org>
10467
10468         * modules/clean-temp: New file.
10469
10470 2006-07-24  Bruno Haible  <bruno@clisp.org>
10471
10472         * m4/tmpdir.m4: New file, from GNU gettext.
10473
10474 2006-07-24  Bruno Haible  <bruno@clisp.org>
10475
10476         * lib/tmpdir.h: New file, from GNU gettext.
10477         * lib/tmpdir.c: New file, from GNU gettext.
10478
10479 2006-07-24  Bruno Haible  <bruno@clisp.org>
10480
10481         * lib/clean-temp.h: New file, from GNU gettext.
10482         * lib/clean-temp.c: New file, from GNU gettext.
10483
10484 2006-07-23  Eric Blake  <ebb9@byu.net>
10485
10486         * modules/stdio-safer (Files): Add tmpfile-safer.c.
10487         (Depends-on): Add binary-io.
10488
10489 2006-07-23  Eric Blake  <ebb9@byu.net>
10490
10491         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
10492
10493 2006-07-23  Eric Blake  <ebb9@byu.net>
10494
10495         * lib/tmpfile-safer.c: New file.
10496         * lib/stdio-safer.h (fopen_safer): Add prototype.
10497         * lib/stdio--.h (tmpfile): Make safer.
10498
10499 2006-07-23  Bruno Haible  <bruno@clisp.org>
10500
10501         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
10502         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
10503         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
10504         gl_linked_remove_at): Use it.
10505
10506 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10507         and Simon Josefsson <jas@extundo.com>
10508
10509         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
10510
10511         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
10512
10513 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10514
10515         * modules/close-stream: New file.
10516         * modules/closeout (Description): Make it clear that it exits
10517         with a diagnostic on error.
10518         (Depends-on): Add close-stream.  Remove fpending, stdbool.
10519         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
10520
10521 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10522
10523         * m4/close-stream.m4: New file.
10524
10525 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10526
10527         * lib/close-stream.c, lib/close-stream.h: New files.
10528
10529 2006-07-22  Bruno Haible  <bruno@clisp.org>
10530
10531         Merge from GNU gettext 0.15.
10532
10533         2006-05-01  Bruno Haible  <bruno@clisp.org>
10534
10535                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
10536
10537         2006-07-22  Bruno Haible  <bruno@clisp.org>
10538
10539                 * modules/javaversion: New file.
10540                 * MODULES.html.sh (Java): Add javaversion.
10541
10542         2006-03-12  Bruno Haible  <bruno@clisp.org>
10543
10544                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
10545
10546         2005-12-04  Bruno Haible  <bruno@clisp.org>
10547
10548                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
10549                 (untested).
10550
10551         2006-06-21  Bruno Haible  <bruno@clisp.org>
10552
10553                 Avoid warnings from recent versions of mcs.
10554                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
10555                 -o, -L, -r any more. Use options documented since mcs-1.0
10556                 instead. Similarly for -g.
10557
10558         2005-12-04  Bruno Haible  <bruno@clisp.org>
10559
10560                 * build-aux/csharpcomp.sh.in: Suffix for resources is
10561                 .resources, not .resource.
10562
10563         2005-07-09  Bruno Haible  <bruno@clisp.org>
10564
10565                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
10566                 add a .dll suffix.
10567                 Reported by Mark Junker <mjscod@gmx.de>.
10568
10569         2006-07-22  Bruno Haible  <bruno@clisp.org>
10570
10571                 * modules/gettext: Upgrade to gettext-0.15.
10572                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
10573                 m4/visibility.m4.
10574                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
10575
10576 2006-07-22  Bruno Haible  <bruno@clisp.org>
10577
10578         Merge from GNU gettext 0.15.
10579
10580         2006-03-25  Bruno Haible  <bruno@clisp.org>
10581
10582                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
10583
10584         2006-07-21  Bruno Haible  <bruno@clisp.org>
10585
10586                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
10587                 "1.1".
10588
10589         2006-05-09  Bruno Haible  <bruno@clisp.org>
10590
10591                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
10592                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
10593                 for the conftestver execution.
10594
10595         2006-05-01  Bruno Haible  <bruno@clisp.org>
10596
10597                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
10598                 optional target-version argument. Verify that the compiler
10599                 groks source of the specified source-version, or add -source
10600                 option as necessary. Verify that the compiler produces
10601                 bytecode in the specified target-version, or add -target and
10602                 -source options as necessary. Make the result of the test
10603                 available as variable CONF_JAVAC. Also log error output in
10604                 config.log.
10605
10606         2006-03-11  Bruno Haible  <bruno@clisp.org>
10607
10608                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
10609
10610         2006-05-09  Bruno Haible  <bruno@clisp.org>
10611
10612                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
10613                 CLASSPATH_SEPARATOR to a semicolon.
10614
10615         2006-03-12  Bruno Haible  <bruno@clisp.org>
10616
10617                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
10618                 available as variable CONF_JAVA, for subsequent autoconf
10619                 tests. Also log error output in config.log.
10620
10621         2006-07-19  Bruno Haible  <bruno@clisp.org>
10622
10623                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
10624                 that getline works on glibc2 systems. Needed to avoid trouble
10625                 in relocatable.c.
10626                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
10627
10628         2005-12-04  Bruno Haible  <bruno@clisp.org>
10629
10630                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
10631                 launcher (untested).
10632
10633         2005-12-04  Bruno Haible  <bruno@clisp.org>
10634
10635                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
10636
10637         2006-07-22  Bruno Haible  <bruno@clisp.org>
10638
10639                 * gettext.m4: Update from GNU gettext-0.15.
10640                 * nls.m4: Likewise.
10641                 * po.m4: Likewise.
10642                 * inttypes-pri.m4: Likewise.
10643                 * inttypes-h.m4: Renamed from inttypes.m4.
10644                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
10645
10646 2006-07-22  Bruno Haible  <bruno@clisp.org>
10647
10648         Merge from GNU gettext 0.15.
10649
10650         2005-07-05  Bruno Haible  <bruno@clisp.org>
10651
10652                 * printf-args.c (printf_fetchargs): Work around broken
10653                 definition of wint_t on mingw.
10654
10655         2005-02-12  Bruno Haible  <bruno@clisp.org>
10656
10657                 * xallocsa.h: Add extern "C" for C++.
10658
10659         2006-05-17  Bruno Haible  <bruno@clisp.org>
10660
10661                 Cygwin portability.
10662                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
10663
10664         2006-04-30  Bruno Haible  <bruno@clisp.org>
10665
10666                 * progreloc.c: Include <mach-o/dyld.h> if available.
10667                 (find_executable): Use _NSGetExecutablePath when possible.
10668
10669         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10670
10671                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
10672                 function.
10673
10674         2005-12-29  Bruno Haible  <bruno@clisp.org>
10675
10676                 * progreloc.c (set_program_name_and_installdir): Fix
10677                 compilation error.
10678
10679         2005-12-04  Bruno Haible  <bruno@clisp.org>
10680
10681                 Cygwin portability.
10682                 * progreloc.c: Include <windows.h> also on Cygwin.
10683                 (find_executable): Add support for Cygwin.
10684                 (set_program_name_and_installdir): Handle also platforms with
10685                 nonempty EXEEXT.
10686
10687         2006-07-11  Bruno Haible  <bruno@clisp.org>
10688
10689                 * javacomp.c: Fix a comment.
10690                 Reported by Jim Meyering.
10691
10692         2006-04-30  Bruno Haible  <bruno@clisp.org>
10693
10694                 * javacomp.h (compile_java_class): Add source_version,
10695                 target_version arguments.
10696                 * javacomp.c: Rewritten to choose only a compiler that
10697                 respects the specified source_version and target_version.
10698
10699         2006-06-27  Bruno Haible  <bruno@clisp.org>
10700
10701                 Assume correct S_ISDIR macro.
10702                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
10703
10704         2006-07-22  Bruno Haible  <bruno@clisp.org>
10705
10706                 * javaversion.h: New file, from GNU gettext.
10707                 * javaversion.c: New file, from GNU gettext.
10708                 * javaversion.java: New file, from GNU gettext.
10709                 * javaversion.class: New file, from GNU gettext.
10710
10711         2006-05-17  Bruno Haible  <bruno@clisp.org>
10712
10713                 Cygwin portability.
10714                 * javaexec.c (execute_java_class): Test for jview program
10715                 also on Cygwin.
10716
10717         2006-04-09  Bruno Haible  <bruno@clisp.org>
10718
10719                 * fatal-signal.c: Don't include string.h.
10720                 (at_fatal_signal): Use a copying loop instead of memcpy.
10721
10722         2005-12-04  Bruno Haible  <bruno@clisp.org>
10723
10724                 * csharpexec.c: Add support for 'clix' launcher (untested).
10725                 (execute_csharp_using_sscli): New function.
10726                 (execute_csharp_program): Call it.
10727
10728         2006-06-21  Bruno Haible  <bruno@clisp.org>
10729
10730                 Avoid warnings from recent versions of mcs.
10731                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
10732                 -o, -L, -r any more. Use options documented since mcs-1.0
10733                 instead. Similarly for -g.
10734
10735         2005-07-09  Bruno Haible  <bruno@clisp.org>
10736
10737                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
10738                 add a .dll suffix.
10739                 Reported by Mark Junker <mjscod@gmx.de>.
10740
10741         2006-06-17  Bruno Haible  <bruno@clisp.org>
10742
10743                 * config.charset: Update for NetBSD 3.0.
10744
10745         2006-05-17  Bruno Haible  <bruno@clisp.org>
10746
10747                 Cygwin portability.
10748                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
10749
10750         2006-05-16  Bruno Haible  <bruno@clisp.org>
10751
10752                 * localcharset.c [CYGWIN]: Include <windows.h>.
10753                 (get_charset_aliases): For Cygwin, return the same CPxxx
10754                 aliases list as under WIN32.
10755                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
10756                 the environment variables. Fall back to GetACP().
10757
10758         2006-04-05  Bruno Haible  <bruno@clisp.org>
10759
10760                 * config.charset: Update Juan Manuel Guerrero's address.
10761
10762         2005-02-12  Bruno Haible  <bruno@clisp.org>
10763
10764                 * allocsa.h: Add extern "C" for C++.
10765
10766         2005-02-10  Bruno Haible  <bruno@clisp.org>
10767
10768                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
10769                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
10770
10771         2006-07-22  Bruno Haible  <bruno@clisp.org>
10772
10773                 * gettext.h: Update to GNU gettext-0.15.
10774
10775 2006-07-22  Bruno Haible  <bruno@clisp.org>
10776
10777         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
10778         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
10779         lib-prefix.m4, longdouble.m4, ssize_t.m4.
10780
10781 2006-07-21  Eric Blake  <ebb9@byu.net>
10782
10783         * modules/stdlib-safer: New file.
10784         * MODULES.html.sh (File stream based Input/Output): Add
10785         stdlib-safer.
10786
10787 2006-07-21  Eric Blake  <ebb9@byu.net>
10788
10789         * lib/stdlib-safer.h: New file from coreutils, required by
10790         stdlib--.h.
10791
10792 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10793
10794         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
10795
10796 2006-07-20  Bruno Haible  <bruno@clisp.org>
10797
10798         * gnulib-tool: Recognize new option --assume-autoconf.
10799         (autoconf_minversion): New variable.
10800         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
10801
10802 2006-07-20  Bruno Haible  <bruno@clisp.org>
10803
10804         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
10805
10806 2006-07-19  Derek R. Price  <derek@ximbiot.com>
10807
10808         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
10809         Reindent and repaginate.
10810
10811 2006-07-19  Derek Price  <derek@ximbiot.com>
10812
10813         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
10814         Correct grammar.
10815
10816 2006-07-17  Bruno Haible  <bruno@clisp.org>
10817
10818         * modules/list: New file.
10819         * modules/array-list: New file.
10820         * modules/carray-list, modules/carray-list-tests: New files.
10821         * modules/linked-list, modules/linked-list-tests: New files.
10822         * modules/avltree-list, modules/avltree-list-tests: New files.
10823         * modules/rbtree-list, modules/rbtree-list-tests: New files.
10824         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
10825         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
10826         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
10827         * modules/oset: New file.
10828         * modules/array-oset: New file.
10829         * modules/avltree-oset, modules/avltree-oset-tests: New files.
10830         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
10831         * tests/test-carray_list.c: New file.
10832         * tests/test-linked_list.c: New file.
10833         * tests/test-avltree_list.c: New file.
10834         * tests/test-rbtree_list.c: New file.
10835         * tests/test-linkedhash_list.c: New file.
10836         * tests/test-avltreehash_list.c: New file.
10837         * tests/test-rbtreehash_list.c: New file.
10838         * tests/test-avltree_oset.c: New file.
10839         * tests/test-rbtree_oset.c: New file.
10840         * MODULES.html.sh (Container data structures): New section.
10841
10842 2006-07-17  Bruno Haible  <bruno@clisp.org>
10843
10844         * m4/gl_list.m4: New file.
10845
10846 2006-07-17  Bruno Haible  <bruno@clisp.org>
10847
10848         * lib/gl_list.h: New file.
10849         * lib/gl_list.c: New file.
10850         * lib/gl_array_list.h: New file.
10851         * lib/gl_array_list.c: New file.
10852         * lib/gl_carray_list.h: New file.
10853         * lib/gl_carray_list.c: New file.
10854         * lib/gl_linked_list.h: New file.
10855         * lib/gl_linked_list.c: New file.
10856         * lib/gl_anylinked_list1.h: New file.
10857         * lib/gl_anylinked_list2.h: New file.
10858         * lib/gl_avltree_list.h: New file.
10859         * lib/gl_avltree_list.c: New file.
10860         * lib/gl_anyavltree_list1.h: New file.
10861         * lib/gl_anyavltree_list2.h: New file.
10862         * lib/gl_rbtree_list.h: New file.
10863         * lib/gl_rbtree_list.c: New file.
10864         * lib/gl_anyrbtree_list1.h: New file.
10865         * lib/gl_anyrbtree_list2.h: New file.
10866         * lib/gl_anytree_list1.h: New file.
10867         * lib/gl_anytree_list2.h: New file.
10868         * lib/gl_linkedhash_list.h: New file.
10869         * lib/gl_linkedhash_list.c: New file.
10870         * lib/gl_anyhash_list1.h: New file.
10871         * lib/gl_anyhash_list2.h: New file.
10872         * lib/gl_avltreehash_list.h: New file.
10873         * lib/gl_avltreehash_list.c: New file.
10874         * lib/gl_rbtreehash_list.h: New file.
10875         * lib/gl_rbtreehash_list.c: New file.
10876         * lib/gl_anytreehash_list1.h: New file.
10877         * lib/gl_anytreehash_list2.h: New file.
10878
10879         * lib/gl_oset.h: New file.
10880         * lib/gl_oset.c: New file.
10881         * lib/gl_array_oset.h: New file.
10882         * lib/gl_array_oset.c: New file.
10883         * lib/gl_avltree_oset.h: New file.
10884         * lib/gl_avltree_oset.c: New file.
10885         * lib/gl_rbtree_oset.h: New file.
10886         * lib/gl_rbtree_oset.c: New file.
10887         * lib/gl_anytree_oset.h: New file.
10888
10889 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10890
10891         * m4/mkancesdirs.m4: New file.
10892         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10893         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10894         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10895         it.
10896
10897 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10898
10899         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10900         * lib/mkancesdirs.h: New files.
10901         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10902         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10903         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10904         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10905         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10906         callers changed.  Revamp internals significantly, by not
10907         attempting to create directories that are temporarily more
10908         permissive than the final results.  Do not attempt to use
10909         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10910         This removes some race conditions, fixes some bugs, and simplifies
10911         things.  Use new dirchownmod function to do owner and mode changes.
10912         * lib/mkdir-p.h: Likewise.
10913         * lib/modechange.c (octal_to_mode): New function.
10914         (struct mode_change): New member mentioned.
10915         (make_node_op_equals): New arg mentioned.  All callers changed.
10916         (mode_compile): Keep track of which mode bits the user has explicitly
10917         mentioned.
10918         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10919         New arg PMODE_BITS, to keep track of which mode bits the user
10920         mentioned; it treats S_ISUID and S_ISGID speciall.
10921         All callers changed.
10922         * lib/modechange.h: Likewise.
10923
10924 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10925
10926         * MODULES.html.sh: Add mkancestors.
10927         * modules/mkancesdirs: New module.
10928         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10929         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10930         The chdir-safer and afs files are now orphans; I'll remove them
10931         unless someone speaks up.
10932         Add lib/dirchownmod.c, lib/dirchownmod.h.
10933         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10934         Add lchown, mkancesdirs.
10935         (Maintainer): Add self.
10936
10937 2006-07-15  Karl Berry  <karl@gnu.org>
10938
10939         * gnulib-tool: help message wording/arrangement.
10940
10941 2006-07-14  Simon Josefsson  <jas@extundo.com>
10942
10943         * doc/gnulib.texi (Libtool and Windows): New section.
10944
10945 2006-07-12  Simon Josefsson  <jas@extundo.com>
10946
10947         * modules/gendocs (License): Fix license, approved by Karl.
10948
10949 2006-07-12  Eric Blake  <ebb9@byu.net>
10950
10951         * MODULES.html.sh: Add gendocs.
10952
10953 2006-07-11  Eric Blake  <ebb9@byu.net>
10954
10955         * modules/fdl: New module, to install doc/fdl.texi.
10956         * MODULES.html.sh: Add new section for documentation modules.
10957         * gnulib-tool: Avoid space-tab.
10958         (--doc-base): New option, to manage files from doc.
10959
10960 2006-07-11  Eric Blake  <ebb9@byu.net>
10961
10962         * m4/absolute-header.m4: Fix comments to match recent change.
10963
10964 2006-07-11  Eric Blake  <ebb9@byu.net>
10965
10966         * gnulib-tool: List --doc-base before --tests-base.
10967
10968 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10969
10970         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10971
10972 2006-07-11  Bruno Haible  <bruno@clisp.org>
10973
10974         * README: Mention where to put documentation.
10975
10976 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10977
10978         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10979
10980 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10981
10982         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10983         to stdint.m4.
10984
10985 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10986
10987         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10988         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10989         "no/such/file/stdint.h" when there is no such file, so that
10990         the resulting C code can be parsed by dodgy compilers.
10991         Problems reported by Bob Proulx.
10992
10993 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10994
10995         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10996         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10997         macros into the GNU _D_EXACT_NAMLEN.
10998         * lib/savedir.c:  Likewise.
10999         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
11000
11001 2006-07-10  Derek R. Price  <derek@ximbiot.com>
11002         and Paul Eggert  <eggert@cs.ucla.edu>
11003
11004         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
11005         * m4/savedir.m4:
11006         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
11007         macros into the GNU _D_EXACT_NAMLEN.
11008
11009 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11010
11011         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
11012         around the absolute name, to work around a problem with the HP-UX
11013         11.23 native C compiler, reported by Bob Proulx.
11014
11015 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11016
11017         * doc/maintain.texi, make-stds.texi: Sync from
11018         <http://savannah.gnu.org/projects/gnustandards>.
11019
11020 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11021
11022         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
11023
11024 2006-07-09  Jim Meyering  <jim@meyering.net>
11025
11026         * m4/glob.m4: Remove a doubled word in a comment.
11027
11028 2006-07-09  Jim Meyering  <jim@meyering.net>
11029
11030         * lib/argp-pv.c: Remove a doubled word in a comment.
11031         * lib/check-version.c (check_version): Likewise.
11032         * lib/javacomp.c (compile_java_class): Likewise.
11033
11034 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11035
11036         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
11037         for the benefit of people using Autoconf 2.60.  If you want to
11038         support older Autoconf versions you can copy m4/onceonly_2_57.m4
11039         (or m4/onceonly.m4, if pre-2.57) manually.
11040
11041 2006-07-08  Jim Meyering  <jim@meyering.net>
11042
11043         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
11044         comment.
11045         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
11046         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
11047         comment.
11048
11049 2006-07-08  Jim Meyering  <jim@meyering.net>
11050
11051         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
11052
11053 2006-07-07  Simon Josefsson  <jas@extundo.com>
11054
11055         * tests/test-crc.c: Change expected crc value, the test vector
11056         were probably computed using the old broken crc.c?
11057
11058 2006-07-06  Simon Josefsson  <jas@extundo.com>
11059
11060         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
11061         now the canonical place for the M4 file).
11062
11063         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
11064         from the sys_socket dependency now.
11065
11066         * modules/inet_pton (Files): Ditto.
11067
11068         * modules/inet_ntop (Files): Ditto.
11069
11070 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11071
11072         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
11073         not gl_PREREQ_GETUSERSHELL.
11074
11075 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11076
11077         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
11078         with only one argument, for Autoconf 2.60.
11079         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
11080         expand to nothing, so add a shell command to avoid syntax error.
11081         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11082
11083 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11084
11085         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
11086
11087 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11088
11089         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
11090         no longer needed.  Check for isblank decl.
11091         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
11092         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
11093         of existence.
11094
11095 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11096
11097         * lib/getloadavg.c: Use __VMS, not VMS.
11098         * lib/getopt.c: Likewise.
11099         * lib/getpagesize.h: Likewise.
11100         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
11101         and probably does not work.
11102
11103 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11104
11105         * lib/.cppi-disable: Add wcwidth.
11106         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
11107         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
11108         (ISGRAPH): Remove.  All uses changed to isgraph.
11109         (FOLD) [!defined _LIBC]: Remove special case.
11110         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
11111         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
11112         HAVE_ISBLANK.
11113         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
11114         case.
11115
11116 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11117
11118         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
11119         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
11120         brackets.  Other minor changes to suppress some compiler
11121         warnings.
11122
11123 2006-07-06  Derek R. Price  <derek@ximbiot.com>
11124         and Paul Eggert  <eggert@cs.ucla.edu>
11125
11126         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
11127         of invoking obsolescent AC_HEADER_DIRENT macro.
11128         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
11129         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
11130         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11131         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
11132         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
11133         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11134         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
11135         * m4/readdir.m4: Remove; no longer needed.
11136
11137 2006-07-06  Derek R. Price  <derek@ximbiot.com>
11138         and Paul Eggert  <eggert@cs.ucla.edu>
11139
11140         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
11141         Don't worry about this obsolete case any more.
11142         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
11143         directories.
11144         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
11145         worry about this obsolete case any more.
11146         * lib/fts.c: Likewise.
11147         * lib/getcwd.c: Likewise.
11148         * lib/glob.h: Likewise.
11149         * lib/savedir.c: Likewise.
11150
11151 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11152
11153         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
11154         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
11155         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
11156         needed.
11157         All uses removed.
11158         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11159         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11160         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
11161         needed.
11162         * m4/getdate.m4 (gl_GETDATE): Likewise.
11163         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11164         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11165         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11166         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11167         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11168         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11169         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
11170         needed.
11171
11172 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11173
11174         * lib/memcasecmp.c: Include <limits.h>.
11175         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
11176         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
11177         Don't assume isdigit succeeds only on '0' through '9'.
11178
11179 2006-07-05  Eric Blake  <ebb9@byu.net>
11180
11181         * modules/getaddrinfo (Depends-on): Add snprintf.
11182
11183 2006-07-05  Eric Blake  <ebb9@byu.net>
11184
11185         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
11186         to avoid 'header present but could not be compiled' on cygwin.
11187
11188 2006-07-05  Eric Blake  <ebb9@byu.net>
11189
11190         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
11191         missing from netdb.h.
11192         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
11193
11194 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11195
11196         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
11197         no longer needed.
11198         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
11199         * m4/getdate.m4 (gl_GETDATE): Likewise.
11200         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11201         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11202         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11203         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11204         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11205
11206 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11207
11208         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
11209         All uses of is_space replaced by isspace.
11210         * lib/exit.h: Don't talk about STDC_HEADERS.
11211         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
11212         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
11213         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
11214         replaced by isprint etc.
11215         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
11216         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
11217         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
11218         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
11219         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
11220         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
11221
11222 2006-07-05  Bruno Haible  <bruno@clisp.org>
11223
11224         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
11225         the function exists, before testing against AIX.
11226         Reported by Martin Lambers <marlam@marlam.de>.
11227
11228 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11229
11230         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
11231         From Mark D. Baushke.
11232
11233 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11234
11235         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
11236         to the absolute name, not just one, to bypass Sun C 5.8's
11237         "warning: #include of /usr/include/... may be non-portable".
11238
11239 2006-07-04  Eric Blake  <ebb9@byu.net>
11240
11241         * modules/dirname-tests: New test module.
11242         * tests/test-dirname.c: New file, replacing dirname.c
11243         TEST_DIRNAME section that was recently deleted.
11244
11245 2006-07-04  Bruno Haible  <bruno@clisp.org>
11246
11247         Assume ANSI C header files and <ctype.h> functions.
11248         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
11249         (mbsnwidth): Use isprint, iscntrl instead.
11250
11251 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11252
11253         Merge from coreutils.
11254         * MODULES.html.sh: Add xstrtold.
11255         * modules/xstrtold: New file.
11256         * modules/cycle-check (Files): Add lib/same-inode.h.
11257         * modules/dirname (Files): Add m4/double-slash-root.m4.
11258         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
11259         * modules/mkdir-p (Files): Add lib/same-inode.h.
11260         * modules/same (Files): Add lib/same-inode.h.
11261
11262 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * m4/absolute-header.m4: Renamed from full-header-path.m4.
11265         This is to keep the terminology clean; POSIX talks about
11266         "absolute pathnames", not "full pathnames", but the GNU
11267         Coding Standards say to use "path" for something else;
11268         so use "absolute" to keep both sides happy.
11269         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
11270         Set gl_absolute_header, not gl_full_header_path.
11271         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
11272         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
11273         All uses changed.
11274
11275         Merge from coreutils.
11276
11277         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
11278
11279         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
11280         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
11281         want to require the building of c-strtod.o.
11282         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
11283         needs -lm directly.
11284         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
11285
11286         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11287
11288         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
11289         --as-needed option if available.  Problem reported by Albert Chin in
11290         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
11291         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
11292         cc merely issues a bunch of annoying warnings for --as-needed
11293         (this problem was reported by Bob Proulx).  Also, try linking with
11294         -lm to detect a bug in binutils 2.16 (this problem was reported
11295         by Ralf Wildenhues).
11296
11297         2006-06-18  Jim Meyering  <jim@meyering.net>
11298
11299         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
11300         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
11301         macro.
11302         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
11303         also check for glibc-2.4's abort-inducing bug.
11304
11305         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
11306         Low-probability clean-up should be to use rmdir to get rid of
11307         the just-created directory, not unlink.
11308
11309         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
11310         configure fail, and request a bug report to inform us about it.
11311         Add a comment that, barring reports to the contrary, in 2007 we'll
11312         assume ftruncate is universally available.
11313
11314         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
11315
11316         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
11317
11318         2006-03-12  Jim Meyering  <jim@meyering.net>
11319
11320         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
11321         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
11322         * m4/same.m4 (gl_SAME): Likewise.
11323         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
11324
11325         2006-03-11  Eric Blake  <ebb9@byu.net>
11326
11327         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
11328         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
11329         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
11330         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
11331
11332 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11333
11334         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
11335         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
11336         reported by Mark D. Baushke, one in
11337         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
11338
11339         Merge from coreutils.
11340
11341         * lib/.cppi-disable: Add stdint_.h.
11342         * lib/.cvsignore: Add stdint.h.
11343
11344         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
11345
11346         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
11347         both double and long double versions.
11348         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
11349         * lib/xstrtold.c: New file.
11350         * lib/xstrtod.h (xstrtold): New decl.
11351
11352         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11353
11354         * lib/filemode.c (setst): Remove.
11355         (strmode): Rewrite to avoid setst.  This makes the code shorter,
11356         (arguably) clearer, and the generated code is a bit smaller on my
11357         Debian GNU/Linux stable x86 host.
11358
11359         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
11360
11361         * lib/filemode.c: Include "filemode.h" first, to test the interface.
11362         Assume that filemode.h includes sys/types.h and sys/stat.h.
11363         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
11364         (ftypelet): Reorder to put common cases first, for efficiency.
11365         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
11366         to do 'M'.
11367         (strmode): Renamed from mode_string, and now stores 12 bytes instead
11368         of 10, for compatibility with FreeBSD.  All callers changed.
11369         (filemodestring): Now stores 12 bytes instead of 10, and sets file
11370         types that can't be deduced solely from st_mode.  First arg is now a
11371         const pointer.
11372         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
11373         (strmode): Renamed from mode_string.
11374         (filemodestring): New decl.
11375         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
11376         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
11377         needed.
11378         (S_ISPORT, S_ISWHT): New macros, if not already defined.
11379
11380         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
11381
11382         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
11383         fsusage.h now does that.  Include fsusage.h first, to test interface.
11384         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
11385         at most one method (the old code could have generated decls that
11386         didn't conform to C89, not that this was ever exercised).
11387         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
11388
11389         2006-03-19  Jim Meyering  <jim@meyering.net>
11390
11391         Work even in a chroot where d_ino values for entries in "/"
11392         don't match the stat.st_ino values for the same names.
11393         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
11394         number, iterate through all entries again, using lstat instead.
11395         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
11396         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
11397
11398         * lib/getcwd.c (__getcwd): Clarify a comment.
11399         Use memcpy in place of a call to strcpy.
11400
11401         2006-03-12  Jim Meyering  <jim@meyering.net>
11402
11403         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
11404         matches that of the current directory (which we're about to chdir ".."
11405         out of), then save the dev-ino of the parent, instead.
11406
11407         * lib/same-inode.h (SAME_INODE): New file/macro.
11408         * lib/chdir-safer.c (SAME_INODE): Remove definition.
11409         Include "same-inode.h", instead.
11410         * lib/same.c: Likewise.
11411         * lib/cycle-check.h: Include "same-inode.h".
11412         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
11413         * lib/cycle-check.c (SAME_INODE): Remove definition.
11414         * lib/root-dev-ino.h: Include "same-inode.h".
11415
11416         2006-03-11  Eric Blake  <ebb9@byu.net>
11417
11418         * lib/same.c (same_name): s/base_name/last_component/
11419         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
11420         * lib/filenamecat.c (file_name_concat): Likewise.
11421
11422         2006-03-11  Eric Blake  <ebb9@byu.net>,
11423                     Paul Eggert  <eggert@cs.ucla.edu>
11424
11425         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
11426         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
11427         drive prefix.
11428         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
11429         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
11430         (last_component): New method.
11431         * lib/dirname.c (dir_len): Determine when drive letters need a
11432         subsequent slash.  Preserve // when it is special.
11433         (dir_name): Don't append dot when drive letter is absolute.
11434         [TEST_DIRNAME]: Move into a full-blown gnulib test.
11435         * lib/basename.c (base_name): New semantics - malloc the result.
11436         Preserve // when it is special.  Preserve relative files that look
11437         like drive letters.
11438         (base_len): Preserve // when it is special.
11439         (last_component): New method, similar to old base_name semantics.
11440         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
11441         base_name.  Strip redundant slashes from ///.
11442
11443 2006-07-03  Jim Meyering  <jim@meyering.net>
11444
11445         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
11446         macro is used before the first cycle_check call.
11447
11448 2006-07-03  Eric Blake  <ebb9@byu.net>
11449
11450         * modules/dirname (Depends-on): Add xstrndup.
11451
11452 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11453
11454         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
11455         test cases, so that config.log is a bit easier to follow.
11456
11457 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11458
11459         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
11460         both are 64 bits, since this seems to be the tradition, and this
11461         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
11462         we ever run into a host that prefers long long to long in this
11463         case, we'll need another configure-time test.  Problem reported by
11464         Jim Meyering.
11465
11466 2006-07-02  Eric Blake  <ebb9@byu.net>
11467
11468         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
11469
11470 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11471
11472         * modules/inttypes (Depends-on): No longer depends on stdint.
11473         * modules/stdint (Description): Say more about assumptions.
11474         Say that the fast types might differ.  Say macros are used.
11475         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
11476         (Makefile.am): Revise list of substituted symbols to match
11477         new stdint.m4.
11478         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
11479         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
11480         * tests/test-stdint.c (verify_same_types)
11481         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
11482         the code conforms to C99/C89.
11483         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
11484         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
11485
11486 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11487
11488         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
11489         but fix a bug, by requiring at least 64 bits.
11490         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11491         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
11492         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
11493         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
11494
11495         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
11496         changes.  Make 2.59 a prerequisite.  Check and substitute for
11497         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
11498         inttypes.h.  Do not use special include files; just use the
11499         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
11500         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
11501         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
11502         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
11503         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
11504         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
11505         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
11506         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
11507         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
11508         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
11509         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
11510         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
11511         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
11512         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
11513         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
11514         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
11515         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
11516         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
11517         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
11518         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
11519         WINT_MAX.  Check for C99 conformance more strictly, by detecting
11520         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
11521         not check for things that C99 does not require, e.g., int8_t.  If
11522         a test isn't needed unless <stdint.h> isn't working, and is
11523         unlikely to be needed for any other reason, then don't do it
11524         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
11525         size_t, since we assume C89 freestanding at least.  Do not check
11526         for sig_atomic_t, wchar_t, or wint_t, since the code now does
11527         the right thing even if the types are not defined.  Instead use:
11528         (gl_STDINT_TYPE_PROPERTIES): New macro.
11529         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
11530         testing whether <sys/types.h> clashes, as Autoconf does this for
11531         us now.  All uses removed.
11532         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
11533         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
11534         (gl_CHECK_TYPE_SAME):
11535         Remove; no longer needed.
11536         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
11537         exists, since we'll return 0 anyway in that case.
11538         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
11539
11540 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11541
11542         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
11543         possible collision with system files.
11544         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
11545         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
11546         WCHAR_MIN and WCHAR_MAX in this case.
11547         (<stddef.h>): Do not include; no longer needed.
11548         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
11549         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
11550         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
11551         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
11552         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
11553         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
11554         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
11555         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
11556         !defined(__c99))]: Include in this case too, since it's harmless
11557         now.
11558         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
11559         dangerous to do so.
11560         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
11561         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
11562         (_STDINT_MIN, _STDINT_MAX): New macros.
11563         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
11564         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
11565         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
11566         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
11567         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
11568         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
11569         macros, not typedefs; this simplifies things quite a bit.
11570         Use long int for all types narrower than int64_t.
11571         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
11572         Define in terms of long long int or int64_t or long int,
11573         not int64_t or int32_t.  This saves some compile-time testing.
11574         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
11575         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
11576         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
11577         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
11578         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
11579         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
11580         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
11581         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
11582         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
11583         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
11584         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11585         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11586         undef any previous version and define our own version, for
11587         simplicity and consistency with the new macros for types.
11588         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11589         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11590         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
11591         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
11592         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
11593         @WINT_T_SUFFIX@ to keep things simple here.
11594         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
11595         Simplify by assuming typical 8/16/32/64 host, since we're
11596         already doing that elsewhere anyway.
11597         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
11598         and assume long long int is 64 bits if available.  This
11599         speeds up 'configure'.
11600
11601 2006-07-01  Eric Blake  <ebb9@byu.net>
11602
11603         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
11604         Reported by Andreas Buening.
11605
11606 2006-07-01  Eric Blake  <ebb9@byu.net>
11607
11608         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
11609
11610 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11611
11612         * lib/getaddrinfo.c: fixed typo
11613
11614 2006-06-29  Jim Meyering  <jim@meyering.net>
11615
11616         * modules/strftime (Maintainer): Add my name, since with the
11617         FPRINTFTIME changes strftime.c has forked from glibc.
11618
11619 2006-06-29  Eric Blake  <ebb9@byu.net>
11620
11621         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
11622
11623 2006-06-29  Eric Blake  <ebb9@byu.net>
11624
11625         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
11626
11627 2006-06-29  Eric Blake  <ebb9@byu.net>
11628
11629         * lib/stat_.h: New file.
11630
11631 2006-06-29  Eric Blake  <ebb9@byu.net>
11632
11633         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
11634         unused static function.
11635
11636 2006-06-29  Eric Blake  <ebb9@byu.net>
11637
11638         * doc/functions.texi (Function Portability): Document missing lstat
11639         on mingw.
11640
11641 2006-06-29  Eric Blake  <ebb9@byu.net>
11642
11643         * MODULES.html.sh: Add sys_stat.
11644         * modules/sys_stat: New module.
11645         * modules/mkstemp (Depends-on): Add sys_stat.
11646
11647 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11648
11649         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
11650
11651 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11652
11653         * m4/c-bs-a.m4: Removed.
11654
11655 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11656
11657         * lib/strftime.c: Assume strftime() exists.
11658
11659 2006-06-29  Derek Price  <derek@ximbiot.com>
11660
11661         * modules/c-bs-a: Removed - \a is C89.
11662         * MODULES.html.sh: Remove c-bs-a.
11663
11664 2006-06-29  Bruno Haible  <bruno@clisp.org>
11665
11666         * modules/wcwidth (License): Change to LGPL.
11667
11668 2006-06-28  Simon Josefsson  <jas@extundo.com>
11669
11670         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
11671         on _WIN32.
11672
11673         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
11674         getnameinfo.
11675
11676 2006-06-28  Simon Josefsson  <jas@extundo.com>
11677
11678         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
11679
11680 2006-06-28  Simon Josefsson  <jas@extundo.com>
11681
11682         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
11683         functions there.  It will succeed on Windows XP, but on Windows
11684         2000 and (presumably) earlier, it will fail, and use the internal
11685         re-implementation.
11686         (use_win32_p): New function.
11687         (getaddrinfo): Use strtoul on servname, to support numeric ports.
11688         Support AI_NUMERICSERV to disable getservbyname.
11689         (getnameinfo): New function, only supports
11690         NI_NUMERICHOST|NI_NUMERICSERV for now.
11691
11692         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
11693         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
11694         getnameinfo.
11695
11696 2006-06-28  Eric Blake  <ebb9@byu.net>
11697
11698         * modules/wcwidth: New file.
11699         * modules/mbchar (Depends-on): Add wcwidth.
11700         * modules/mbswidth (Depends-on): Add wcwidth.
11701         * MODULES.html.sh: Add wcwidth.
11702
11703 2006-06-28  Eric Blake  <ebb9@byu.net>
11704
11705         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
11706         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
11707
11708 2006-06-28  Eric Blake  <ebb9@byu.net>
11709
11710         * lib/xvasprintf.h: Fix comments.
11711
11712 2006-06-28  Eric Blake  <ebb9@byu.net>
11713
11714         * lib/mbchar.h (wcwidth): Include wcwidth.h.
11715         * lib/mbswidth.c (wcwidth): Move from here...
11716         * lib/wcwidth.h: ...to this new file.
11717
11718 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11719
11720         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
11721
11722         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
11723         it's obsolete.
11724         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
11725
11726 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11727
11728         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
11729         Autoconf 2.60 says this stuff was obsolete.
11730
11731 2006-06-28  Bruno Haible  <bruno@clisp.org>
11732
11733         * modules/wcwidth (Files): Add m4/wchar_t.m4.
11734
11735 2006-06-28  Bruno Haible  <bruno@clisp.org>
11736
11737         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
11738         gt_TYPE_WCHAR_T.
11739
11740 2006-06-28  Bruno Haible  <bruno@clisp.org>
11741
11742         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
11743         declaration for wcwidth.
11744         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
11745
11746 2006-06-28  Bruno Haible  <bruno@clisp.org>
11747
11748         * lib/mkdtemp.c [MINGW]: Include <io.h>.
11749         (mkdir): Define using _mkdir.
11750
11751 2006-06-28  Bruno Haible  <bruno@clisp.org>
11752
11753         * lib/getaddrinfo.h: Fix POSIX URL.
11754         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
11755         _WIN32.
11756         (use_win32_p): Make static.
11757         (getaddrinfo): Reject service name if it is empty or does not consist
11758         solely of decimal digits, or if its value is > 65535.
11759         (getnameinfo): Remove useless casts.
11760
11761 2006-06-27  Simon Josefsson  <jas@extundo.com>
11762
11763         * modules/sys_select: New file, suggested by Bruno Haible, Paul
11764         Eggert and Martin Lambers.
11765
11766 2006-06-27  Simon Josefsson  <jas@extundo.com>
11767
11768         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
11769         Eggert and Martin Lambers.
11770
11771 2006-06-27  Bruno Haible  <bruno@clisp.org>
11772
11773         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
11774         result to 0, not to empty.
11775         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
11776
11777 2006-06-27  Bruno Haible  <bruno@clisp.org>
11778
11779         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
11780
11781 2006-06-26  Simon Josefsson  <jas@extundo.com>
11782
11783         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
11784         present.
11785
11786 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11787
11788         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
11789         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
11790         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
11791
11792 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
11793
11794         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
11795
11796 2006-06-26  Bruno Haible  <bruno@clisp.org>
11797
11798         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
11799
11800 2006-06-26  Bruno Haible  <bruno@clisp.org>
11801
11802         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
11803
11804 2006-06-26  Bruno Haible  <bruno@clisp.org>
11805
11806         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
11807         SGI C compiler in pre-C99 mode.
11808         Suggested by Mark D. Baushke and Larry Jones.
11809
11810 2006-06-26  Bruno Haible  <bruno@clisp.org>
11811
11812         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
11813         WCHAR_MAX.
11814         Reported by Mark D. Baushke and Larry Jones.
11815
11816 2006-06-26  Bruno Haible  <bruno@clisp.org>
11817
11818         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
11819         in pre-C99 mode.
11820         Suggested by Mark D. Baushke and Larry Jones.
11821
11822 2006-06-23  Simon Josefsson  <jas@extundo.com>
11823             Bruno Haible  <bruno@clisp.org>
11824
11825         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
11826         Emit mostlyclean-local rule.
11827         (func_emit_tests_Makefile_am): Likewise.
11828         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
11829
11830 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
11831
11832         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
11833
11834 2006-06-23  Bruno Haible  <bruno@clisp.org>
11835
11836         * tests/test-stdint.c: Update to match ISO C 99 Technical
11837         Corrigendum 1.
11838
11839 2006-06-23  Bruno Haible  <bruno@clisp.org>
11840
11841         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11842
11843 2006-06-23  Bruno Haible  <bruno@clisp.org>
11844
11845         * lib/stdint_.h: Treat IRIX like OpenBSD.
11846
11847 2006-06-23  Bruno Haible  <bruno@clisp.org>
11848
11849         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11850         ISO C 99 Technical Corrigendum 1.
11851
11852 2006-06-22  Simon Josefsson  <jas@extundo.com>
11853
11854         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11855         MinGW.
11856
11857 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11858
11859         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11860         needed.  Some compiler complained about some of them.  Problem reported
11861         by Larry Jones in
11862         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11863
11864 2006-06-21  Simon Josefsson  <jas@extundo.com>
11865
11866         * tests/test-getaddrinfo.c: New file.
11867
11868         * modules/getaddrinfo-tests: New file.
11869
11870         * MODULES.html.sh: Add inet_pton.
11871
11872         * modules/inet_pton: New file.
11873
11874 2006-06-21  Simon Josefsson  <jas@extundo.com>
11875
11876         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11877         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11878         of using the (limited) gnulib implementation on Windows XP.
11879
11880         * m4/inet_pton.m4: New file.
11881
11882 2006-06-21  Simon Josefsson  <jas@extundo.com>
11883
11884         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11885         variable.
11886
11887         * lib/socket_.h: Don't define WINVER.
11888
11889         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11890         slightly modified to work in gnulib.
11891
11892 2006-06-21  Simon Josefsson  <jas@extundo.com>
11893
11894         * doc/gnulib.texi (Windows sockets): Add.
11895
11896 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11897
11898         * lib/read-file.c (fread_file): Start with buffer allocation of
11899         0 bytes rather than 1 byte; this simplifies the code.
11900         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11901         code to free buffer and save/restore errno.
11902         (internal_read_file): Remove unused local.
11903
11904 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11905
11906         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11907         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11908         Problem reported by Denis Excoffier in
11909         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11910
11911 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11912
11913         * modules/sys_socket, modules/socklen: Include sys/types since
11914         FreeBSD 4.x's sys/socket.h needs it.
11915
11916 2006-06-19  Simon Josefsson  <jas@extundo.com>
11917
11918         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11919
11920 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11921
11922         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11923
11924 2006-06-19  Bruno Haible  <bruno@clisp.org>
11925
11926         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11927         and FULL_PATH_INTTYPES_H in angle brackets.
11928         Reported by Mark D. Baushke <mdb@gnu.org>.
11929
11930 2006-06-17  Eric Blake  <ebb9@byu.net>
11931
11932         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11933         errno.
11934
11935 2006-06-17  Bruno Haible  <bruno@clisp.org>
11936
11937         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11938         <sys/inttypes.h>.
11939
11940 2006-06-17  Bruno Haible  <bruno@clisp.org>
11941
11942         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11943         whether errno is declared. Assume <errno.h> declares errno.
11944
11945 2006-06-17  Bruno Haible  <bruno@clisp.org>
11946
11947         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11948
11949 2006-06-17  Bruno Haible  <bruno@clisp.org>
11950
11951         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11952         problem on Solaris 2.5.1.
11953
11954 2006-06-16  Eric Blake  <ebb9@byu.net>
11955
11956         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11957         * lib/unicodeio.c [!defined errno]: Likewise.
11958         * lib/strtol.c [!defined errno]: Likewise.
11959         * lib/strtod.c [!defined errno]: Likewise.
11960
11961 2006-06-15  Eric Blake  <ebb9@byu.net>
11962
11963         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11964
11965 2006-06-15  Eric Blake  <ebb9@byu.net>
11966
11967         * config/srclist.txt (ssize_t.m4): Lose sync.
11968
11969 2006-06-15  Bruno Haible  <bruno@clisp.org>
11970
11971         * modules/stdint (Files): Include m4/full-header-path.m4,
11972         m4/size_max.m4, m4/wchar_t.m4.
11973         (Makefile.am): Many more substitutions.
11974         * modules/stdint-tests: New file.
11975         * tests/test-stdint.c: New file.
11976
11977 2006-06-15  Bruno Haible  <bruno@clisp.org>
11978
11979         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11980         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11981         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11982         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11983         gl_CHECK_TYPE_SAME): New macros.
11984
11985 2006-06-15  Bruno Haible  <bruno@clisp.org>
11986
11987         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11988
11989 2006-06-15  Bruno Haible  <bruno@clisp.org>
11990
11991         * lib/stdint_.h: Rewritten to be fully auto-configured.
11992         Fixes bug on HP-UX/IA64.
11993
11994 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * lib/getdate.y (__attribute__): Don't define if already defined.
11997         Problem reported by Larry Jones.
11998         * lib/utimens.c (__attribute__): Likewise.
11999
12000 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
12001
12002         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
12003         reported by Andreas Schwab.
12004
12005 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12006             Bruno Haible  <bruno@clisp.org>
12007
12008         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
12009         check for the declaration of strnlen and a run test that exposes the
12010         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
12011         rpl_strndup.
12012
12013 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12014             Bruno Haible  <bruno@clisp.org>
12015
12016         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
12017
12018 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12019
12020         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
12021         compile test, for Tru64 4.0D.
12022
12023 2006-05-28  Karl Berry  <karl@gnu.org>
12024
12025         * config/srclist.txt (printf-args.c): lose sync.
12026
12027 2006-05-26  Martin Lambers  <marlam@marlam.de>
12028
12029         * lib/getpass.c: Updates the test for the native W32 API, and adds
12030         missing includes, thus fixing compilation warnings.
12031
12032 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12033
12034         * lib/exclude.c (exclude_fnmatch): New function.
12035         (excluded_file_name): Call exclude_fnmatch.
12036         * lib/exclude.h (excluded_file_name): New prototype
12037
12038 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
12039
12040         * lib/tempname.c (small_open, large_open): New macros.
12041         (__open, __open64) [!_LIBC]: Remove.
12042         (__gen_tempname): Use small_open and large_open instead of __open
12043         and __open64.  This fixes a portability bug on HP-UX 11.11i
12044         reported by Simon Wing-Tang in
12045         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
12046
12047 2006-05-24  Bruno Haible  <bruno@clisp.org>
12048
12049         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
12050         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
12051         Reported by Thorsten Maerz <torte@netztorte.de> via
12052         Aaron Stone <aaron@serendipity.cx>.
12053
12054 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12055
12056         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
12057         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
12058         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
12059         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
12060         not really conditional on the cache.
12061         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
12062
12063 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12064
12065         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
12066         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
12067         (my_usleep): Don't mishandle maximum value.
12068
12069 2006-05-19  Jim Meyering  <jim@meyering.net>
12070
12071         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
12072
12073 2006-05-17  Bruno Haible  <bruno@clisp.org>
12074
12075         Cygwin portability.
12076         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
12077
12078 2006-05-17  Bruno Haible  <bruno@clisp.org>
12079
12080         * lib/stdint_.h: Fix recognition of Cygwin.
12081
12082 2006-05-15  Bruno Haible  <bruno@clisp.org>
12083
12084         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
12085         on libtool patch by Ralf Wildenhues.
12086
12087 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12088
12089         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
12090         test for C99 conformance; (bool) 0.5 is an integer constant
12091         expression, but (bool) -0.5 is not.  Problem reported by Fedor
12092         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
12093
12094 2006-05-11  Simon Josefsson  <jas@extundo.com>
12095
12096         * m4/xvasprintf.m4: Fix obvious typo.
12097
12098 2006-05-11  Jim Meyering  <jim@meyering.net>
12099
12100         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
12101         James Lemley.
12102
12103 2006-05-10  Simon Josefsson  <jas@extundo.com>
12104
12105         * lib/md4.c: Typo fix, update copyright years.
12106         (K1, K2): Don't use L because it turn computations into 64-bit on
12107         64-bit platforms.
12108
12109 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
12110
12111         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
12112         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
12113         unwanted sign propagation, e.g., on hosts with 64-bit int.
12114         There still are some problems with reeelly weird theoretical hosts
12115         (e.g., 33-bit int) but it's not worth worrying about now.
12116         * lib/sha1.c (rol): Likewise.
12117         (K1, K2, K3, K4): Remove unnecessary L suffix.
12118
12119 2006-05-10  Bruno Haible  <bruno@clisp.org>
12120
12121         * lib/des.c: Cast to avoid warnings.
12122
12123 2006-05-09  Bruno Haible  <bruno@clisp.org>
12124
12125         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
12126         (Depends-on): Depend also on xsize, stdarg.
12127         (configure.ac): Add gl_XVASPRINTF.
12128
12129 2006-05-09  Bruno Haible  <bruno@clisp.org>
12130
12131         * m4/xvasprintf.m4: New file.
12132
12133 2006-05-09  Bruno Haible  <bruno@clisp.org>
12134
12135         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
12136         (EOVERFLOW): Define fallback value.
12137         (xstrcat): New function.
12138         (xvasprintf): Recognize the special case of a string concatenation.
12139
12140 2006-05-08  Eric Blake  <ebb9@byu.net>
12141
12142         * gnulib-tool (func_version): Base copyright year on CVS date.
12143         (func_emit_copyright_notice): New function.
12144         (func_emit_lib_Makefile_am): Use it.
12145         (func_emit_tests_Makefile_am): Likewise.
12146         (func_import): Likewise.
12147
12148 2006-05-08  Bruno Haible  <bruno@clisp.org>
12149
12150         * modules/stdarg: New file.
12151         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
12152
12153 2006-05-08  Bruno Haible  <bruno@clisp.org>
12154
12155         * m4/stdarg.m4: New file, from GNU gettext.
12156
12157 2006-05-08  Bruno Haible  <bruno@clisp.org>
12158
12159         * config/srclist.txt (build-aux/config.rpath): different from latest
12160         release.
12161
12162 2006-05-08  Bruno Haible  <bruno@clisp.org>
12163
12164         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
12165
12166 2006-05-05  Jim Meyering  <jim@meyering.net>
12167
12168         * m4/warning.m4: New file, derived from bison's file by the same name.
12169
12170 2006-05-03  Bruno Haible  <bruno@clisp.org>
12171
12172         * lib/stdint_.h: Shorter URL.
12173         * lib/inttypes.h: Likewise.
12174
12175 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12176
12177         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
12178
12179 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12180
12181         * lib/verify.h: Document the internals better.  Most of this change
12182         was written by Bruno Haible.
12183
12184 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         * doc/verify.texi: New file, partly based on a proposal by
12187         Bruno Haible.
12188
12189 2006-05-02  Bruno Haible  <bruno@clisp.org>
12190
12191         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
12192         test from here...
12193         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
12194
12195 2006-04-29  Bruno Haible  <bruno@clisp.org>
12196
12197         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
12198         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
12199
12200 2006-04-29  Bruno Haible  <bruno@clisp.org>
12201
12202         * gnulib-tool: Make --update option actually work.
12203
12204 2006-04-29  Bruno Haible  <bruno@clisp.org>
12205
12206         * doc/gcd.texi: New file.
12207         * doc/gnulib.texi: Include it.
12208
12209 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12210
12211         * lib/getdate.y (get_date): When adding relative date, start with the
12212         initial time, not with the result of the first mktime call.
12213
12214 2006-04-25  Bruno Haible  <bruno@clisp.org>
12215
12216         * gnulib-tool (func_import): Output the include directives in three
12217         blocks, sorted separately.
12218         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12219
12220 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
12221
12222         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
12223         to define main with arguments, for C++.  Reported by Eric Blake.
12224         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
12225         Prefer 'int main ()' to 'int main (void)', for C++.
12226         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
12227         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
12228         for 'main', for C99 and C++.
12229
12230 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
12231
12232         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
12233         Don't assume that exit status -1 is valid.
12234         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12235         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
12236         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12237         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
12238         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
12239         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
12240         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
12241         functions can be used without declaring them, or that you can
12242         exit with status -1.
12243         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12244
12245 2006-04-24  Karl Berry  <karl@gnu.org>
12246
12247         * config/srclist.txt (longdouble.m4): sync lost.
12248
12249 2006-04-24  Eric Blake  <ebb9@byu.net>
12250
12251         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
12252
12253 2006-04-24  Bruno Haible  <bruno@clisp.org>
12254
12255         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
12256         poll() implementation in AIX.
12257         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12258
12259 2006-04-24  Bruno Haible  <bruno@clisp.org>
12260
12261         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
12262         assigned exactly once.
12263
12264 2006-04-23  Claudio Fontana  <claudio@gnu.org>
12265             Bruno Haible  <bruno@clisp.org>
12266
12267         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
12268         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
12269         for AM_CPPFLAGS.
12270
12271 2006-04-23  Bruno Haible  <bruno@clisp.org>
12272
12273         * modules/copy-file: Depend on unistd.
12274         * modules/execute: Likewise.
12275         * modules/fatal-signal: Likewise.
12276         * modules/findprog: Likewise.
12277         * modules/mkdtemp : Likewise.
12278         * modules/pipe: Likewise.
12279         * modules/wait-process: Likewise.
12280
12281 2006-04-23  Bruno Haible  <bruno@clisp.org>
12282
12283         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
12284         condition was already detected.
12285         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12286
12287 2006-04-23  Bruno Haible  <bruno@clisp.org>
12288
12289         * lib/copy-file.c: Include <unistd.h> unconditionally.
12290         * lib/execute.c: Likewise.
12291         * lib/fatal-signal.c: Likewise.
12292         * lib/findprog.c: Likewise.
12293         * lib/mkdtemp.c: Likewise.
12294         * lib/pipe.h: Likewise.
12295         * lib/pipe.c: Likewise.
12296         * lib/wait-process.h: Likewise.
12297
12298 2006-04-23  Bruno Haible  <bruno@clisp.org>
12299
12300         * gnulib-tool (func_usage): Fix --import description. Document
12301         --update.
12302         (func_import): Create temporary file in a temporary directory, if
12303         --dry-run is specified. Silence errors from 'grep' when there are no
12304         m4 files in $m4dir.
12305         (func_create_testdir): Silence errors from 'grep' when there are no
12306         m4 files in $m4dir.
12307         Reported by Karl Berry <karl@freefriends.org>.
12308
12309 2006-04-20  Bruno Haible  <bruno@clisp.org>
12310
12311         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
12312         one argument, so that the code will be portable to Autoconf 2.60.
12313         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
12314         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12315         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
12316
12317 2006-04-19  Derek Price  <derek@ximbiot.com>
12318             Eric Blake  <ebb9@byu.net>
12319
12320         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
12321         rather than "/full/path.h".  Update comment to match.  Shorten &
12322         generalize m4_translit call via AS_TR_CPP.
12323
12324 2006-04-19  Derek Price  <derek@ximbiot.com>
12325             Eric Blake  <ebb9@byu.net>
12326
12327         * lib/inttypes.h: Correct grammar in comment.
12328
12329 2006-04-18  Derek Price  <derek@ximbiot.com>
12330             Paul Eggert  <eggert@cs.ucla.edu>
12331
12332         * modules/inttypes: New file.
12333         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
12334
12335 2006-04-18  Derek Price  <derek@ximbiot.com>
12336             Paul Eggert  <eggert@cs.ucla.edu>
12337
12338         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
12339         New files.
12340
12341 2006-04-18  Derek Price  <derek@ximbiot.com>
12342             Paul Eggert  <eggert@cs.ucla.edu>
12343
12344         * lib/inttypes.h: New file.
12345         * lib/strtoimax.c: Assume <inttypes.h>.
12346
12347 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
12348
12349         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
12350         isn't mounted.  Problem reported by Kir Kolyshkin.
12351
12352 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12353
12354         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
12355         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
12356         Derek R. Price.
12357         * lib/regex.h (RE_DUP_MAX): Update comment to match current
12358         implementation.
12359
12360 2006-04-12  Eric Blake  <ebb9@byu.net>
12361
12362         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
12363         is now done automatically by the corresponding Autoconf macro.
12364
12365 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
12366
12367         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
12368         time_r.h.
12369
12370 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12371
12372         Merge regex changes from libc, removing some of our
12373         POSIX-conformance changes that were rejected and redoing them in a
12374         less-intrusive way.
12375
12376         * lib/regcomp.c (re_compile_internal, init_dfa):
12377         Length arg is now size_t, not Idx.  All uses changed.
12378         (peek_token): Forward decl now says internal_function.
12379         (__re_error_msgid, __re_error_msgid_idx):
12380         Now static rather than extern with attribute_hidden.
12381         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
12382         For some reason libc prefers K&R style defns for external functions.
12383         (regerror) [!defined _LIBC]: Likewise.
12384         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
12385         (seek_collating_symbol_entry, lookup_collation_sequence_value):
12386         (build_range_exp, build_collating_symbol):
12387         Use K&R-style defn.
12388         (re_compile_fastmap): Use '\0' to memset, not 0.
12389         (utf8_sb_map): Make the calculations more obvious.
12390         (init_dfa, parse_bracket_exp, build_charclass_op):
12391         Call calloc and cast result, as glibc does.
12392         (init_word_char, fetch_token, peek_token, peek_token_bracket):
12393         (build_range_exp, build_collating_symbol):
12394         Now internal functions.
12395
12396         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
12397
12398         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
12399         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
12400         Don't depend on VMS; depend on __VMS instead, for POSIX
12401         namespace cleanness.
12402         (regoff_t): Define to ssize_t, not long int.
12403
12404         Remove the REG_ macros named below.  Instead, make the old names
12405         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
12406         __USE_GNU_REGEX.
12407         (REG_BACKSLASH_ESCAPE_IN_LISTS):
12408         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
12409         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
12410         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
12411         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
12412         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
12413         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
12414         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
12415         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
12416         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
12417         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
12418         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
12419         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
12420         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
12421         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
12422         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
12423         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
12424         (REG_NREGS):
12425         Remove.  All uses replaced by the old RE_* names.
12426         (RE_BACKSLASH_ESCAPE_IN_LISTS):
12427         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
12428         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
12429         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
12430         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
12431         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
12432         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
12433         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
12434         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
12435         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
12436         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
12437         Don't bother having these macros be independent of each others'
12438         values, since they no longer exist in the POSIX name space.
12439
12440         Rename the following member names back to their old names,
12441         unless !__USE_GNU_REGEX.  All uses changed back.
12442         (buffer): Renamed from re_buffer.
12443         (allocated): Renamed from re_allocated.
12444         (used): Renamed from re_used.
12445         (syntax): Renamed from re_syntax.
12446         (fastmap): Renamed from re_fastmap.
12447         (translate): Renamed from re_translate.
12448         (can_be_null): Renamed from re_can_be_null.
12449         (regs_allocated): Renamed from re_regs_allocated.
12450         (fastmap_accurate): Renamed from re_fastmap_accurate.
12451         (no_sub): Renamed from re_no_sub.
12452         (not_bol): Renamed from re_not_bol.
12453         (not_eol): Renamed from re_not_eol.
12454         (newline_anchor): Renamed from re_newline_anchor.
12455         (num_regs): Renamed from rm_num_regs.
12456         (start): Renamed from rm_start.
12457         (end): Renamed from rm_end.
12458
12459         (free_state): Move up a bit.
12460
12461         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
12462         #define to be empty.
12463         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
12464         when that is what is intended.
12465         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
12466         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
12467         (MAX): New macro.
12468         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
12469         All uses changed back to re_malloc, etc.  It's now the caller's
12470         responsibility to check for overflow; all callers changed.
12471         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
12472         (re_x2nrealloc): Remove.
12473         (free_state): Remove decl.
12474
12475         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
12476         (re_set_registers, re_exec):
12477         Use K&R-style defn.
12478
12479         2006-01-31  Roland McGrath  <roland@redhat.com>
12480
12481         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
12482         Reported by Mike Frysinger <vapier@gentoo.org>.
12483
12484         2006-01-15  Andreas Jaeger  <aj@suse.de>
12485
12486         [BZ #1950]
12487         * lib/regex_internal.c (re_string_reconstruct): Adjust for
12488         build_wcs_upper_buffer change.
12489         (build_wcs_upper_buffer): Change return type.
12490
12491         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
12492
12493         * lib/regex_internal.h: Include <stdint.h> if available.
12494
12495         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
12496
12497         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
12498
12499         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
12500
12501         * lib/regcomp.c: Adjust for changed secondary hash function.
12502
12503         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
12504
12505         * lib/regex.h: Pretty printing.
12506         Clean up namespace a bit.
12507
12508         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
12509
12510         * lib/regexec.c (update_cur_sifted_state, check_arrival,
12511         check_arrival_add_next_nodes): Avoid using uninitialized variable.
12512
12513         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12514                     Ulrich Drepper  <drepper@redhat.com>
12515
12516         [BZ #1302]
12517         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
12518         changed.
12519         (bitset_word_t): Renamed from bitset_word.  All uses changed.
12520
12521         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
12522
12523         [BZ #281]
12524         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
12525         * lib/regcomp.c: Remove unnecessary uses of
12526         unsigned RE_TRANSLATE_TYPE.
12527         * lib/regex_internal.h: Likewise.
12528         * lib/regex_internal.c: Likewise.
12529         * lib/regexec.c: Likewise.
12530         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
12531
12532         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
12533
12534         * lib/regexec.c (find_recover_state): Remove unnecessary
12535         initialization.
12536         (transit_state_bkref): Make DFA a const pointer.
12537         (get_subexp): Likewise.
12538         (check_arrival): Likewise.
12539         (update_cur_sifted_state): Likewise.
12540         (re_search_internal): Likewise.
12541         (prune_impossible_nodes): Likewise.
12542         (acquire_init_state_context): Likewise.
12543         (proceed_next_node): Likewise.
12544         (set_regs): Likewise.
12545         (free_fail_stack_return): Likewise.
12546         (check_arrival_expand_ecl): Mark DFA parameter as const.
12547         (check_arrival_expand_ecl_sub): Likewise.
12548         (check_subexp_limits): Likewise.
12549         (sub_epsilon_src_nodes):  Likewise.
12550         (add_epsilon_src_nodes):  Likewise.
12551         (merge_state_array): Likewise.
12552         (update_regs): Likewise.
12553         (build_trtable): Likewise.
12554         (sift_states_backward): Mark MCTX parameter as const.
12555         (build_sifted_states): Likewise.
12556         (update_cur_sifted_state): Likewise.
12557         (sift_states_mkref): Likewise.
12558         (check_arrival_expand_ecl): Mark eclosure as const.
12559         (check_dst_limits_calc_pos_1): Likewise.
12560         * lib/regex_internal.h (re_match_context_t): Make dfa a const
12561         pointer.
12562
12563         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
12564
12565         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
12566         (transit_state_sb): Likewise.
12567         (transit_state_mb): Likewise.
12568         (sift_states_iter_mb): Likewise.
12569         (check_arrival_add_next_nodes): Likewise.
12570         (check_node_accept_bytes): Change first parameter to pointer-to-const.
12571         [_LIBC] (re_search_2_stub): Use mempcpy.
12572
12573         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
12574         mbrtowc for very simple UTF-8 case.
12575
12576         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
12577         a pointer-to-const.
12578         (re_acquire_state_context): Likewise.
12579         * lib/regex_internal.h: Adjust prototypes.
12580
12581         * lib/regex.c: Prevent using C++ compilers.
12582
12583         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
12584         (re_acquire_state_context): Likewise.
12585
12586 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12587
12588         * modules/regex (Depends-on): Add ssize_t.
12589
12590 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12591
12592         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
12593         translation table.
12594
12595 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12596
12597         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
12598
12599 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
12600             Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
12603         <sys/types.h> and <inttypes.h>.
12604
12605 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12606
12607         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
12608         `__error_t_defined', so argp.h will not typedef the former.
12609
12610 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
12613         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
12614         glibc names.  Even if glibc is changed to conform to POSIX, the
12615         traditional names will be available anyway, since regex depends on
12616         the extensions module.  Also, fix a longstanding typo in the
12617         implementation of Spencer ERE test #75 from grep 2.3.  Problems
12618         reported by Emanuele Giaquinta.  Also, change sense of cached
12619         variable, so that the message makes sense.
12620
12621 2006-03-24  Simon Josefsson  <jas@extundo.com>
12622
12623         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
12624         including some doc fixes.
12625         (base64_encode_alloc): Fix +1 bug on allocation failures.
12626
12627 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12628
12629         * lib/base64.c (base64_encode): Do not read past end of array with
12630         unsanitized input on systems with CHAR_BIT > 8.
12631
12632 2006-03-24  Eric Blake  <ebb9@byu.net>
12633
12634         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
12635
12636 2006-03-22  Karl Berry  <karl@gnu.org>
12637
12638         * config/srclist.txt (*setenv.[ch]): get from coreutils.
12639         * config/srclistvars.sh (COREUTILS): new var.
12640
12641 2006-03-17  Jim Meyering  <jim@meyering.net>
12642
12643         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
12644         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
12645
12646 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12647
12648         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
12649         no longer needs it.  Instead, check that regoff_t is as least
12650         as wide as ptrdiff_t.
12651
12652         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
12653         so that our regex.h stays compatible with the installed regex.
12654         This is helpful for installers who configure --without-included-regex.
12655         Problem reported by Emanuele Giaquinta.
12656
12657 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12658
12659         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
12660         Typedef to long int, not to off_, as POSIX will likely change
12661         in that direction.
12662
12663 2006-03-15  Eric Blake  <ebb9@byu.net>
12664
12665         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
12666
12667 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12668
12669         * lib/argp-help.c (validate_uparams): Fix typo
12670         * lib/argp-parse.c (argp_default_options): Consistently begin help
12671         messages with a lowercase letter.
12672
12673 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
12674
12675         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
12676         overrun buffers and shouldn't be used (much as gets shouldn't be
12677         used).
12678         * lib/time_r.c (asctime_r, ctime_r): Likewise.
12679
12680 2006-03-08  Simon Josefsson  <jas@extundo.com>
12681
12682         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
12683         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12684
12685 2006-03-08  Simon Josefsson  <jas@extundo.com>
12686
12687         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
12688         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12689
12690 2006-03-08  Simon Josefsson  <jas@extundo.com>
12691
12692         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
12693         signal that configure disabled the device.
12694
12695 2006-03-08  Simon Josefsson  <jas@extundo.com>
12696
12697         * build-aux/maint.mk: Fix refresh-po, to handle no translated
12698         languages.
12699
12700 2006-03-07  Simon Josefsson  <jas@extundo.com>
12701
12702         * modules/getopt (Depends-on): Add unistd.
12703
12704         * modules/unistd: New file.
12705
12706 2006-03-07  Simon Josefsson  <jas@extundo.com>
12707
12708         * modules/gc-random: New file.
12709
12710 2006-03-07  Simon Josefsson  <jas@extundo.com>
12711
12712         * m4/unistd_h.m4: New file.
12713
12714 2006-03-07  Simon Josefsson  <jas@extundo.com>
12715
12716         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
12717         test to be side-effect free by storing the result in the cache
12718         variable gl_cv_lib_readline, and moving the assignment of
12719         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
12720         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12721
12722 2006-03-07  Simon Josefsson  <jas@extundo.com>
12723
12724         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
12725         error on missing devices (the functions will return an error).
12726
12727         * m4/gc.m4: Move random stuff to gc-random.m4
12728
12729 2006-03-07  Simon Josefsson  <jas@extundo.com>
12730
12731         * lib/unistd_.h: New file.
12732
12733 2006-03-07  Simon Josefsson  <jas@extundo.com>
12734
12735         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
12736
12737 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12738
12739         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
12740         Problem reported by Juan Manuel Guerrero.
12741
12742 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12743
12744         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
12745         the unistd module.
12746         * lib/getlogin_r.c: Likewise.
12747         * lib/getlogin_r.h: Likewise.
12748         * lib/glob.c: Likewise.
12749         * lib/pagealign_alloc.c: Likewise.
12750         * lib/unistd_.h: Remove; no longer needed.
12751
12752 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12753
12754         * MODULES.html.sh (Support for systems lacking POSIX:2001):
12755         Add unistd.
12756         * modules/c-stack (Depends-on): Add unistd.
12757         * modules/getlogin_r: Likewise.
12758         * modules/glob: Likewise.
12759         * modules/pagealign_alloc: Likewise.
12760         * modules/unistd (Files): Remove lib/unistd_.h.
12761         (EXTRA_DIST): Remove.
12762         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
12763         need unistd_.h.
12764         (MOSTLYCLEANFILES): Remove unistd.h-t.
12765
12766 2006-03-03  Simon Josefsson  <jas@extundo.com>
12767
12768         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
12769
12770 2006-03-03  Simon Josefsson  <jas@extundo.com>
12771
12772         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
12773         libidn and bison.
12774
12775 2006-03-03  Simon Josefsson  <jas@extundo.com>
12776
12777         * build-aux/maint.mk: Add indent target.
12778
12779 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
12780
12781         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
12782         our replacement poll.h in any case, to avoid a differing
12783         declaration from a system header.  Seen on AIX.
12784
12785 2006-03-01  Simon Josefsson  <jas@extundo.com>
12786
12787         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
12788         <kasal@ucw.cz>.
12789
12790 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12791
12792         * modules/gettime (Depends-on): Add extensions module.
12793         * modules/nanosleep (Depends-on): Likewise.
12794         * modules/settime (Depends-on): Likewise.
12795
12796 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12797
12798         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
12799         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
12800         pedantically.
12801         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12802         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
12803
12804         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
12805         not "==".  Reported by Ralf Wildenhues.
12806
12807 2006-03-01  Karl Berry  <karl@gnu.org>
12808
12809         * doc/Copyright/request-*: new files, synced from gnuorg.
12810
12811 2006-03-01  Karl Berry  <karl@gnu.org>
12812
12813         * config/srclist.txt (Copyright/*): new entries.
12814
12815 2006-02-28  Simon Josefsson  <jas@extundo.com>
12816
12817         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
12818
12819 2006-02-27  Simon Josefsson  <jas@extundo.com>
12820
12821         * lib/base64.h: Indent #define's.  From Jim Meyering
12822         <jim@meyering.net>.
12823
12824 2006-02-27  Jim Meyering  <jim@meyering.net>
12825
12826         Revert the change of 2006-02-24, so these files can continue
12827         to be sync'd from gettext.
12828         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
12829         of `config.h'.
12830
12831 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         * modules/intprops: New file.
12834         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12835         Add intprops.
12836         * modules/getloadavg (Files): Remove lib/intprops.h.
12837         (Depends-on): Add intprops.
12838         * modules/human: Likewise.
12839         * modules/inttostr: Likewise.
12840         * modules/openat: Likewise.
12841         * modules/sig2str: Likewise.
12842         * modules/userspec: Likewise.
12843         * modules/utimecmp: Likewise.
12844         * modules/xnanosleep: Likewise.
12845         * modules/xstrtol: Likewise.
12846
12847 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12848
12849         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12850         * modules/lock-tests (TESTS): Use $(EXEEXT).
12851         * modules/tls-tests: Likewise.
12852         * modules/argp-tests: Likewise.
12853         (check_PROGRAMS): New var, replacing...
12854         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12855
12856 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12857
12858         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12859         `config.h'.
12860
12861 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12862
12863         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12864
12865 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12866
12867         Sync from coreutils.
12868         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12869         gl_CHDIR_SAFER.
12870
12871 2006-02-22  Jim Meyering  <jim@meyering.net>
12872
12873         Sync from coreutils.
12874         * m4/chdir-safer.m4: New file.
12875
12876 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12877
12878         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12879         AT_FDCWD exceeds INT_MAX.
12880         * lib/openat.h (AT_FDCWD): Likewise.
12881
12882 2006-02-17  Eric Blake  <address@hidden>
12883
12884         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12885
12886 2006-02-16  Simon Josefsson  <jas@extundo.com>
12887
12888         * modules/getaddrinfo (Depends-on): Add sys_socket.
12889
12890 2006-02-15  Simon Josefsson  <jas@extundo.com>
12891
12892         * build-aux/maint.mk: Add dsyntax-check rule.
12893
12894 2006-02-15  Eric Blake  <ebb9@byu.net>
12895
12896         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12897         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12898         'present but cannot compile' warnings on cygwin.
12899         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12900         use ws2tcpip.h if sys/socket.h works.
12901         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12902         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12903
12904 2006-02-14  Simon Josefsson  <jas@extundo.com>
12905
12906         * modules/maintainer-makefile (Files): Rename.
12907
12908         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12909         and (the local) Makefile.cfg to maint-cfg.mk.
12910
12911         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12912         to the latter.
12913
12914         * modules/maintainer-makefile: New module.
12915
12916         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12917         severaly stripped to make it possible to build it up from scratch
12918         with reliable tests.
12919
12920         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12921         fixes to permit overriding the default actions when configure and
12922         makefile are not available.
12923
12924 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12925
12926         Sync from coreutils.
12927         * modules/lstat (Depends-on): Don't depend on xalloc.
12928         (License): Change from GPL to LGPL, since this is now simply a
12929         replacement for a libc function.
12930
12931 2006-02-14  Jim Meyering  <jim@meyering.net>
12932
12933         Sync from coreutils.
12934
12935         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12936         failure on deficient systems, and simplify gnulib lgpl dependencies.
12937         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12938         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12939
12940         * lib/xalloc-die.c: Remove unused definition of N_.
12941
12942 2006-02-14  Jim Meyering  <jim@meyering.net>
12943
12944         Sync from coreutils.
12945         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12946         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12947         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12948         double-quote uses of that variable, to accommodate the rare case in
12949         which getmntent is available in none of the libraries checked.  This
12950         happens at least on FreeBSD 5.0.
12951
12952 2006-02-13  Simon Josefsson  <jas@extundo.com>
12953
12954         * gnulib-tool (Usage): Fix --import, from
12955         karl@freefriends.org (Karl Berry).
12956
12957 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12958
12959         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12960
12961 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12962
12963         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12964         "autoupdate" on 2005-12-12.
12965
12966 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12967
12968         * modules/closeout (Depends-on): Remove atexit.
12969
12970 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12971
12972         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12973         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12974
12975 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12976
12977         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12978         __EXTENSIONS__ if this causes compilation to fail.  Problem
12979         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12980         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12981
12982 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12983
12984         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12985         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12986         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12987         All uses changed.
12988
12989 2006-01-26  Simon Josefsson  <jas@extundo.com>
12990
12991         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12992         prototype is visible on mingw32.
12993
12994         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12995         for mingw32.
12996
12997         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12998         mingw32).
12999
13000 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
13001
13002         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
13003         attempt to open for write; this always fails, at least on POSIX
13004         hosts.  This reinstates the 2006-01-09 change, which was
13005         inadvertently removed.
13006
13007 2006-01-26  Bruno Haible  <bruno@clisp.org>
13008
13009         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
13010         Reported by Paul Eggert.
13011
13012 2006-01-26  Bruno Haible  <bruno@clisp.org>
13013             Paul Eggert  <eggert@cs.ucla.edu>
13014
13015         * lib/stdbool_.h (_Bool)
13016         [(! (defined __cplusplus || defined __BEOS__)
13017           && !defined __GNUC__
13018           && !(defined __HP_cc || defined __xlc__
13019                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
13020                || defined __sgi))]:
13021         #define to signed char in these cases too; this simplifies
13022         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
13023         etc., separately) and makes it more conservative.
13024
13025 2006-01-25  Simon Josefsson  <jas@extundo.com>
13026
13027         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
13028         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
13029         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
13030
13031 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13032
13033         * lib/argp-namefrob.h: Bugfix. Remove stray #
13034
13035 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
13036
13037         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
13038         so that we test the test.
13039         Check for yet another HP-UX cc bug involving *bool |= bool.
13040
13041 2006-01-25  Karl Berry  <karl@gnu.org>
13042
13043         * config/srclist.txt (vasnprintf.c): sync lost.
13044
13045 2006-01-25  Jim Meyering  <jim@meyering.net>
13046
13047         Sync from the stable (b5) branch of coreutils:
13048
13049         * lib/fts.c (fts_children): Don't let close() clobber errno from
13050         failed fchdir().
13051
13052         * lib/fts.c (fts_stat): When following a symlink-to-directory,
13053         don't necessarily interpret stat-fails+lstat-succeeds as indicating
13054         a dangling symlink.  That can also happen at least for ELOOP.
13055         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
13056         FYI, this bug predates the inclusion of fts.c in coreutils.
13057
13058         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
13059         in their own block, so pre-c99 compilers don't object.
13060
13061         Avoid the double-free (first in fts_read, second in fts_close) that
13062         would occur when an `active' directory is made inaccessible (e.g.,
13063         via chmod a-x) during a traversal.
13064         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
13065         before returning.  Reproduce this failure by
13066         mkdir -p a/b; cd a; chmod a-x . b
13067         Reported by Stavros Passas.
13068
13069 2006-01-25  Jim Meyering  <jim@meyering.net>
13070
13071         * lib/fileblocks.c: Remove more useless parentheses.
13072         * lib/readutmp.h: Likewise.
13073
13074 2006-01-25  Bruno Haible  <bruno@clisp.org>
13075
13076         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
13077         warnings.
13078         Reported by Paul Eggert.
13079
13080 2006-01-25  Bruno Haible  <bruno@clisp.org>
13081
13082         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
13083         rid of a trap command. For Solaris sh.
13084         Reported by Mark D. Baushke <mdb@gnu.org>.
13085
13086 2006-01-24  Simon Josefsson  <jas@extundo.com>
13087
13088         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
13089         Bruno.
13090
13091 2006-01-24  Karl Berry  <karl@gnu.org>
13092
13093         * config/srclist.txt (argp-namefrob.h): sync lost.
13094
13095 2006-01-24  Jim Meyering  <jim@meyering.net>
13096
13097         * modules/openat (Files): Add lib/intprops.h.
13098         From Mark D. Baushke.
13099
13100 2006-01-24  Jim Meyering  <jim@meyering.net>
13101
13102         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
13103         Reported by Mark D. Baushke.
13104
13105 2006-01-24  Jim Meyering  <jim@meyering.net>
13106
13107         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
13108
13109 2006-01-24  Bruno Haible  <bruno@clisp.org>
13110
13111         * modules/strnlen (Maintainer): Change from glibc to all.
13112
13113 2006-01-24  Bruno Haible  <bruno@clisp.org>
13114
13115         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
13116         Patch by Paul Eggert.
13117
13118 2006-01-24  Bruno Haible  <bruno@clisp.org>
13119
13120         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
13121         already has it.
13122         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
13123         2005-11-26.
13124
13125         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
13126         'signed char' to avoid problems with the built-in _Bool type.
13127         Reported by Paul Eggert on 2005-11-26.
13128
13129 2006-01-24  Bruno Haible  <bruno@clisp.org>
13130
13131         * gnulib-tool (func_import): Avoid constructing complicated sed
13132         expressions inside backquote.
13133         Report and solution by Mark D. Baushke <mdb@gnu.org>.
13134
13135 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
13136
13137         These changes imported from libc.
13138         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
13139         test and two separate function calls.
13140         * lib/strndup.c (__strndup): Add libc_hidden_def.
13141
13142 2006-01-23  Simon Josefsson  <jas@extundo.com>
13143
13144         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
13145         Remove the test_*_SOURCES variable: automake infers it by default.
13146         * modules/tls-tests: Likewise.
13147
13148 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13149
13150         Work around porting bugs reported by Dieter in
13151         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
13152         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
13153         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
13154         Include "getopt.h" first, to check interface.
13155         (getenv): Declare only if defined HAVE_DECL_GETENV &&
13156         !HAVE_DECL_GETENV.
13157         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
13158         (__strndup): Revert to K&R-style function dfns, the glibc style.
13159         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
13160         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
13161         Include strnlen.h first, to get prototype properly.
13162         (strnlen): Renamed from __strnlen.
13163         Remove weak alias.
13164
13165 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13166
13167         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
13168
13169 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13170
13171         * config/srclist.txt: Adjust to reflect glibc reorganization.
13172         This affects only comments.
13173
13174 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13175
13176          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
13177          Reported by Bruce Korb <bkorb@gnu.org>.
13178
13179 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
13180
13181         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
13182         to pacify gcc -Wswitch-default.
13183
13184 2006-01-22  Bruno Haible  <bruno@clisp.org>
13185
13186         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
13187         temporary buffer for sprintf, take into account the precision also
13188         for 'd', 'i', 'u', 'o', 'x', 'X'.
13189
13190 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13191
13192         * modules/argp-tests: New module
13193         * tests/test-argp.c: New file
13194         * tests/test-argp-2.sh: New file
13195
13196 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13197
13198         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
13199         (__argp_base_name): Removed
13200         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
13201         typo.
13202         (__argp_base_name): Provide macro definition or extern declaration
13203         depending on the configuration
13204
13205 2006-01-20  Simon Josefsson  <jas@extundo.com>
13206
13207         * modules/inet_ntop (Depends-on): Depend on sys_socket.
13208
13209 2006-01-20  Simon Josefsson  <jas@extundo.com>
13210
13211         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
13212
13213 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13214
13215         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
13216         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
13217         Suggested by Bruno Haible.
13218
13219 2006-01-20  Karl Berry  <karl@gnu.org>
13220
13221         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
13222         until changes propagate, I guess.
13223
13224 2006-01-19  Simon Josefsson  <jas@extundo.com>
13225
13226         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
13227
13228 2006-01-19  Simon Josefsson  <jas@extundo.com>
13229
13230         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
13231
13232 2006-01-19  Simon Josefsson  <jas@extundo.com>
13233
13234         * gnulib-tool: Set check_PROGRAMS.
13235
13236         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
13237         modules/des-tests, modules/gc-arcfour-tests,
13238         modules/gc-arctwo-tests, modules/gc-des-tests,
13239         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
13240         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
13241         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
13242         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
13243         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
13244         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
13245         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
13246         test_*_SOURCES.
13247
13248 2006-01-18  Simon Josefsson  <jas@extundo.com>
13249
13250         * modules/socklen (Depends-on): Depend on sys_socket.
13251
13252 2006-01-18  Simon Josefsson  <jas@extundo.com>
13253
13254         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
13255         modules/des-tests, modules/gc-arcfour-tests,
13256         modules/gc-arctwo-tests, modules/gc-des-tests,
13257         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
13258         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
13259         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
13260         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
13261         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
13262         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
13263         $(EXEEXT) to automake TESTS variable, for mingw32.
13264
13265 2006-01-17  Simon Josefsson  <jas@extundo.com>
13266
13267         * modules/socklen (Include): Need sys/socket.h.
13268
13269 2006-01-17  Bruno Haible  <bruno@clisp.org>
13270
13271         * modules/ssize_t (Include): Add <sys/types.h>.
13272
13273 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
13274
13275         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
13276         it's not portable and it doesn't work with cross-compiles.
13277         Problem reported by Bruno Haible.  Fix missing-$ typo in
13278         'test "gl_cv_ignore_unused_libraries" ...' that prevented
13279         -zignore from being used with Sun's C compiler.
13280
13281 2006-01-12  Simon Josefsson  <jas@extundo.com>
13282
13283         * lib/base64.c: Fix warning, reported by Bruno Haible
13284         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
13285
13286 2006-01-12  Bruno Haible  <bruno@clisp.org>
13287
13288         * modules/ldd: New file.
13289         * build-aux/ldd.sh.in: New file.
13290         * MODULES.html.sh (Support for building libraries and executables): Add
13291         ldd.
13292
13293 2006-01-12  Bruno Haible  <bruno@clisp.org>
13294
13295         * m4/ldd.m4: New file.
13296
13297 2006-01-12  Bruno Haible  <bruno@clisp.org>
13298
13299         * gnulib-tool (func_import, func_create_testdir): Don't go into an
13300         endless loop while replacing $auxdir with build-aux.
13301
13302 2006-01-11  Simon Josefsson  <jas@extundo.com>
13303
13304         * lib/stdint_.h (SIZE_MAX): Add missing (.
13305
13306 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
13307
13308         Sync from coreutils.
13309         * lib/md5.c: Fix commentary typos.
13310         (alignof, UNALIGNED_P): No need for a GCC-specific version.
13311         * lib/md5.h (__attribute__): Remove; unused.
13312         * lib/sha1.c: Fix commentary to match md5 better.
13313         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
13314         so that we don't need to worry about alignment.  All uses changed.
13315         This merges the 2005-10-28 md5 change into sha1.
13316
13317 2006-01-11  Jim Meyering  <jim@meyering.net>
13318
13319         Sync from coreutils.
13320         * lib/md5.c (OP): Fix spacing.
13321
13322 2006-01-11  Bruno Haible  <bruno@clisp.org>
13323
13324         Ensure automatic ordering between gl_LOCK and gl_ARGP.
13325         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
13326         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
13327
13328 2006-01-11  Bruno Haible  <bruno@clisp.org>
13329
13330         Ensure automatic ordering between gl_LOCK and gl_ARGP.
13331         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
13332         the "early" section as well.
13333
13334 2006-01-11  Bruno Haible  <bruno@clisp.org>
13335
13336         Avoid "ar: no archive members specified" error on MacOS X.
13337         * gnulib-tool (func_modules_add_dummy): New function.
13338         (func_import, func_create_testdir): Invoke it.
13339
13340 2006-01-11  Bruno Haible  <bruno@clisp.org>
13341
13342         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
13343         with $auxdir in AC_CONFIG_FILES statements.
13344
13345 2006-01-11  Bruno Haible  <bruno@clisp.org>
13346
13347         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13348         Initialize also noinst_HEADERS to empty.
13349
13350 2006-01-11  Bruno Haible  <bruno@clisp.org>
13351
13352         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
13353         variables.
13354         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
13355         autoreconf.
13356
13357 2006-01-11  Bruno Haible  <bruno@clisp.org>
13358
13359         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
13360         overridable by the user.
13361         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13362
13363 2006-01-10  Simon Josefsson  <jas@extundo.com>
13364
13365         * modules/sys_socket: New file.
13366
13367 2006-01-10  Simon Josefsson  <jas@extundo.com>
13368
13369         * m4/sys_socket_h.m4: New file.
13370
13371 2006-01-10  Simon Josefsson  <jas@extundo.com>
13372
13373         * lib/socket_.h: New file.
13374
13375 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13376
13377         * modules/readutmp (Maintainer): Add myself.
13378
13379 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13380
13381         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
13382         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
13383         People who are still concerned with buggy memcmp implementations
13384         can invoke gl_FUNC_MEMCMP themselves.
13385
13386 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13387
13388         * lib/regex_internal.h (BITSET_WORD_BITS):
13389         Work around a bug in 64-bit PGC (before version 6.1-2), where the
13390         preprocessor mishandles large unsigned values as if they were signed.
13391         Problem reported by Claudio Fontana in
13392         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
13393
13394 2006-01-10  Jim Meyering  <jim@meyering.net>
13395
13396         Avoid the double-free (first in fts_read, second in fts_close) that
13397         would occur when an `active' directory is made inaccessible (e.g.,
13398         via chmod a-x) during a traversal.
13399         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
13400         before returning.  Reproduce this failure by
13401         mkdir -p a/b; cd a; chmod a-x . b
13402         Reported by Stavros Passas.
13403
13404         Sync from coreutils.
13405         * lib/sha1.c: Tweak grammar in a comment.
13406
13407 2006-01-10  Jim Meyering  <jim@meyering.net>
13408
13409         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
13410         Patch by Joerg Sonnenberger.
13411
13412 2006-01-10  Bruno Haible  <bruno@clisp.org>
13413
13414         * modules/readutmp: Depend on module free.
13415         * modules/strtok_r: Depend on module restrict.
13416
13417 2006-01-10  Bruno Haible  <bruno@clisp.org>
13418
13419         * modules/gettext (configure.ac): Add an invocation of
13420         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
13421
13422 2006-01-10  Bruno Haible  <bruno@clisp.org>
13423
13424         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
13425         Reported by Werner Lemberg <wl@gnu.org>.
13426
13427 2006-01-10  Bruno Haible  <bruno@clisp.org>
13428
13429         * lib/localcharset.c: Update from GNU gettext.
13430
13431 2006-01-10  Bruno Haible  <bruno@clisp.org>
13432
13433         * lib/argp.h (__const): Remove macro. Use const instead.
13434         * lib/argp-fmtstream.h (__const): Likewise.
13435         * lib/glob_.h (__const): Remove macro.
13436         * lib/glob-libc.h: Use const instead of __const.
13437
13438 2006-01-10  Bruno Haible  <bruno@clisp.org>
13439
13440         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
13441         variable.
13442         Needed to avoid an automake error regarding the 'gettext' module.
13443
13444 2006-01-09  Simon Josefsson  <jas@extundo.com>
13445
13446         * modules/inet_ntop (Depends-on): Add restrict.
13447
13448 2006-01-09  Simon Josefsson  <jas@extundo.com>
13449
13450         * modules/gc-rijndael-tests (License): Put under LGPL.
13451
13452         * modules/gc-des-tests (License): Likewise.
13453
13454         * modules/gc-arcfour-tests (License): Likewise.
13455
13456         * modules/gc-arctwo-tests (License): Likewise.
13457
13458         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
13459
13460         * modules/gc-hmac-sha1-tests (Files): Likewise.
13461
13462         * modules/gc-hmac-md5-tests (License): Likewise.
13463
13464         * modules/gc-sha1-tests (License): Likewise.
13465
13466         * modules/gc-md5-tests (License): Likewise.
13467
13468         * modules/gc-md4-tests (License): Likewise.
13469
13470         * modules/gc-md2-tests (License): Likewise.
13471
13472         * modules/gc-tests (License): Likewise.
13473
13474         * modules/des-tests (License): Likewise.
13475
13476         * modules/md4-tests (License): Likewise.
13477
13478         * modules/md2-tests (License): Likewise.
13479
13480 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13481
13482         Sync from coreutils:
13483
13484         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
13485         * modules/lib-ignore: New file.
13486         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
13487         chdir-safer.m4, lchmod.m4.
13488         * modules/openat: Add mkdirat.c, openat-priv.h.
13489
13490 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13491
13492         Sync from coreutils.
13493         * m4/lib-ignore.m4: New file.
13494         * m4/lchmod.m4: New file.
13495
13496 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13497
13498         Sync from coreutils.
13499         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
13500         for write access: POSIX says that must fail.
13501         * lib/fts.c (diropen): Likewise.
13502         * lib/save-cwd.c (save_cwd): Likewise.
13503         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
13504         well, for minor improvements on hosts that lack O_DIRECTORY.
13505         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
13506         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
13507         Fall back on chown if open failed with EACCES.
13508
13509         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
13510         Report an error at compile-time if only a 1-second nominal clock
13511         resolution is found.
13512
13513         * lib/lchmod.h: New file.
13514         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
13515         (make_dir_parents): Use lchown rather than chown, and
13516         lchmod rather than chmod.
13517
13518         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
13519         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
13520         "proc" reported by n0dalus.
13521
13522         * lib/mountlist.c: Include <limits.h>.
13523         (dev_from_mount_options)
13524         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
13525         New function.  It no longer assumes "dev=" has the System V meaning
13526         on Linux (since it doesn't).  It also parses "dev=" more carefully.
13527         (read_file_system_list)
13528         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
13529         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
13530         dev= in that case.
13531
13532         * lib/posixtm.h (PDS_PRE_2000): New macro.
13533         * lib/posixtm.c (year): Arg is now syntax_bits rather than
13534         allow_century.  All usages changed.  Reject dates outside the range
13535         1969-1999 if PDS_PRE_2000 is used.
13536
13537 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         Sync from coreutils.
13540         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
13541         (Time of day items): Mention the possibility of leap seconds.
13542         Problem reported by Dr. David Alan Gilbert.
13543
13544 2006-01-09  Jim Meyering  <jim@meyering.net>
13545
13546         Sync from coreutils.
13547
13548         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
13549
13550         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
13551
13552         * lib/modechange.c (mode_compile): Reject an invalid mode string
13553         that starts with an octal digit.  From Andreas Gruenbacher.
13554
13555         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
13556         and dup to open_safer and dup_safer, respectively.
13557         (openat_permissive): Fix typo in comment.
13558
13559         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
13560         "gettext.h"; either no longer needed or are guaranteed by openat.h.
13561         (_): Remove; no longer needed.
13562         (openat): Renamed from rpl_openat; no need for rpl_openat
13563         since openat.h renames openat for us.
13564         Replace most of the body with a call to openat_permissive,
13565         to avoid duplicate code.
13566         Port to (probably hypothetical) environments were mode_t is
13567         wider than int.
13568         (openat_permissive): Require mode arg, so that we can check
13569         types better.  Put it just after flags.  Change cwd failure
13570         indicator from pointer-to-bool to pointer-to-errno-value.
13571         All callers changed.
13572         Invoke openat_save_fail and/or openat_restore_fail if
13573         cwd_errno is null, so that openat can call us.
13574         (openat_permissive, fdopendir, fstatat, unlinkat):
13575         Simplify errno handling to avoid some duplicate code,
13576         as it's OK to set errno on success.
13577         * lib/openat.h: Revamp code so that function macros depend on
13578         __OPENAT_PREFIX only, not also on AT_FDCWD.
13579         (openat_ro): Remove.  Caller changed to use openat_permissive.
13580         (openat_permissive): Now a macro, if not a function.
13581         (openat_restore_fail, openat_save_fail): Now always functions,
13582         since mkdirat needs them even if __OPENAT_PREFIX is defined.
13583
13584         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
13585         and openat.c.
13586         * lib/mkdirat.c: Include openat-priv.h.
13587         Remove definitions of macros defined therein.
13588         * lib/openat.c: Likewise.
13589
13590         * lib/mkdirat.c (mkdirat): New file and function.
13591         * lib/openat.h (mkdirat): Declare.
13592
13593         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
13594
13595         * lib/openat.h (openat_permissive): Declare.
13596         (openat_ro): Define.
13597
13598         * lib/openat.c (EXPECTED_ERRNO): New macro.
13599         (openat_permissive): New function -- used in remove.c rewrite.
13600         (all functions): Set errno just before returning, only if there
13601         was an actual failure.
13602         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
13603
13604         Emulate openat-family functions using Linux's procfs, if possible.
13605         Idea and some code based on Ulrich Drepper's glibc changes.
13606
13607         * lib/openat.c: (BUILD_PROC_NAME): New macro.
13608         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
13609         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
13610         before falling back on save_cwd and restore_cwd.
13611         (fdopendir, fstatat, unlinkat): Likewise.
13612
13613         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
13614         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
13615
13616         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
13617         as second argument to va_arg.  Otherwise, some versions of gcc
13618         warn that `if this code is reached, the program will abort'.
13619
13620 2006-01-09  Jim Meyering  <jim@meyering.net>
13621
13622         Sync from coreutils.
13623         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
13624         Require openat-priv.h.
13625
13626 2006-01-09  Bruno Haible  <bruno@clisp.org>
13627
13628         * modules/strnlen (Include): Use strnlen.h.
13629
13630 2006-01-09  Bruno Haible  <bruno@clisp.org>
13631
13632         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
13633
13634 2006-01-09  Bruno Haible  <bruno@clisp.org>
13635
13636         * lib/sysexit_.h (EX_OK): New macro.
13637         Suggested by Martin Lambers <marlam@marlam.de>.
13638
13639 2006-01-09  Bruno Haible  <bruno@clisp.org>
13640
13641         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
13642         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
13643
13644 2006-01-09  Bruno Haible  <bruno@clisp.org>
13645
13646         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
13647         numbers.
13648
13649 2006-01-09  Bruno Haible  <bruno@clisp.org>
13650
13651         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
13652         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
13653         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
13654         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
13655
13656 2006-01-09  Bruno Haible  <bruno@clisp.org>
13657
13658         * build-aux/javacomp.sh.in: New file, moved from lib/.
13659         * modules/javacomp-script (Files): Update.
13660         (configure.ac): Add AC_CONFIG_FILES invocation.
13661         (EXTRA_DIST): Remove variable.
13662
13663         * build-aux/javaexec.sh.in: New file, moved from lib/.
13664         * modules/javaexec (Files): Update.
13665         (configure.ac): Add AC_CONFIG_FILES invocation.
13666         (EXTRA_DIST): Remove javaexec.sh.in.
13667
13668         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
13669         * modules/csharpcomp-script (Files): Update.
13670         (configure.ac): Add AC_CONFIG_FILES invocation.
13671         (EXTRA_DIST): Remove variable.
13672
13673         * build-aux/csharpexec.sh.in: New file, moved from lib/.
13674         * modules/csharpexec (Files): Update.
13675         (configure.ac): Add AC_CONFIG_FILES invocation.
13676         (EXTRA_DIST): Remove csharpexec.sh.in.
13677
13678 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13679
13680         Sync from coreutils.
13681
13682         Add POSIX ACL support
13683         * lib/acl.h (copy_acl, set_acl): Add declarations.
13684         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
13685         systems other than Linux.
13686         (chmod_or_fchmod): New function: use fchmod when possible,
13687         and chmod otherwise.
13688         (file_has_acl): Add a POSIX ACL implementation, with a
13689         Linux-specific subcase.
13690         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
13691         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
13692         acls are unsupported.
13693         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
13694         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
13695         are unsupported.
13696
13697 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13698
13699         Sync from coreutils.
13700         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
13701
13702 2006-01-07  Bruno Haible  <bruno@clisp.org>
13703
13704         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
13705         gl_EARLY.
13706
13707 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * lib/strftime.c (tzname): Don't declare if it is already #defined.
13710         Problem reported for Mingw by Mark Junker.
13711
13712 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13713
13714         * README: Gnulib normally doesn't generate a tarball.
13715
13716 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13717
13718         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
13719         long int, not int, for nanosecond counts, so that people who are
13720         used to POSIX struct timespec won't be surprised.  Reported by Jim
13721         Meyering.
13722
13723 2005-12-28  Bruno Haible  <bruno@clisp.org>
13724
13725         * build-aux/config.rpath: Update from GNU gettext.
13726
13727 2005-12-16  Jim Meyering  <jim@meyering.net>
13728
13729         * modules/fprintftime: New module.
13730         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
13731
13732 2005-12-16  Jim Meyering  <jim@meyering.net>
13733
13734         * m4/fprintftime.m4: New file.
13735
13736 2005-12-16  Jim Meyering  <jim@meyering.net>
13737
13738         * lib/fprintftime.c, lib/fprintftime.h: New files.
13739
13740 2005-12-15  Simon Josefsson  <jas@extundo.com>
13741
13742         * modules/socklen (configure.ac): Fix M4 macro name, to align with
13743         new m4/socklen.m4.
13744
13745 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13746
13747         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
13748         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
13749
13750 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13751
13752         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
13753         * lib/argp-help.c (fill_in_uparams): Check if the constructed
13754         struct uparams is valid. Fall back to the default values if it is
13755         not.
13756
13757 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13758
13759         * modules/argp (Files): Add argp-pin.c
13760         (Depends-on): dirname
13761         (lib_SOURCES): Add argp-pin.c
13762
13763 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13764
13765         * m4/argp.m4:  Check if program_invocation_name and
13766         program_invocation_short_name are declared and define appropriate
13767         macros if they are not.
13768
13769 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13770
13771         * lib/argp-help.c (__argp_base_name): New function
13772         (__argp_short_program_name): Rewrite using __argp_base_name
13773         * lib/argp-namefrob.h: Define program_invocation_name and
13774         program_invocation_short_name if requested
13775         (__argp_base_name): Add prototype
13776         * lib/argp-parse.c (argp_def): Use gettext wrappers
13777         (argp_default_parser): Use __argp_base_name
13778         * lib/argp-pin.c: New file. Defines program_invocation_name and
13779         program_invocation_short_name on systems that lack them.
13780
13781 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13782
13783         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
13784         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13785         porting problem reported by Georg Schwarz in
13786         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13787
13788 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13789
13790         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
13791         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13792         porting problem reported by Georg Schwarz in
13793         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13794
13795 2005-12-05  Bruno Haible  <bruno@clisp.org>
13796
13797         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
13798         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
13799         Reported by Mark Junker <mjscod@gmx.de>.
13800
13801 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13802
13803         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
13804         Use implementation from Albert Chin, with some
13805         comments/corrections by Stepan Kasal and myself.
13806
13807 2005-12-02  Bruno Haible  <bruno@clisp.org>
13808
13809         * gnulib-tool (func_import): Accept GPLed build tool modules when
13810         --lgpl is given.
13811         * modules/csharpcomp-script: New file.
13812         * modules/csharpcomp: Depend on it.
13813         * modules/javacomp-script: New file.
13814         * modules/javacomp: Depend on it.
13815         Suggested by Simon Josefsson.
13816
13817 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
13820         statement, to work around an HP-UX 10.20 compiler bug reported by
13821         Peter O'Gorman.
13822
13823 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * modules/savedir (Depends-on): Add openat.
13826
13827 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13828
13829         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
13830         (uintmax_t) [defined uintmax_t]: Do not declare.
13831         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
13832         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
13833         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
13834         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
13835         sake of portability to weird hosts that C allows (though we don't
13836         know of any practical examples).
13837
13838         * lib/savedir.h (fdsavedir): New decl.
13839         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13840         contains most of the former guts of savedir.
13841         (savedir): Use savedirstream.
13842         Include "openat.h".
13843
13844 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13845
13846         * modules/obstack (Files): Add m4/ulonglong.m4.
13847         Problem reported by Davide Angelocola.
13848
13849 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13850
13851         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13852         coreutils no longer futzes with rounding modes.
13853
13854 2005-11-14  Jim Meyering  <jim@meyering.net>
13855
13856         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13857         replacement of mkstemp.
13858
13859 2005-11-10  Simon Josefsson  <jas@extundo.com>
13860
13861         * lib/readline.c: Remove EOL.
13862
13863 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13864
13865         * modules/gethrxtime (Depends-on): Add gettime.
13866
13867 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13868
13869         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13870         or gettimeofday; no longer needed.
13871
13872 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13873
13874         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13875         time business.
13876         (gethrxtime) [! (HAVE_NANOUPTIME
13877         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13878         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13879         our own approximation.
13880
13881 2005-11-08  Eric Blake  <ebb9@byu.net>
13882
13883         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13884
13885 2005-11-08  Eric Blake  <ebb9@byu.net>
13886
13887         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13888
13889 2005-11-04  Bruno Haible  <bruno@clisp.org>
13890
13891         * gnulib-tool: Implement --update mode.
13892
13893 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13894
13895         Fix porting problem reported by Theodoros V. Kalamatianos.
13896         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13897         Don't assume that futimes failing means we must fail.
13898
13899 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13900
13901         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13902         variables to suggest the intended function of the PATH_MAX check.
13903
13904 2005-10-30  Kean Johnston  <jkj@sco.com>
13905
13906         Trivial changes to support SCO systems.
13907         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13908         as PATH_MAX.
13909         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13910         where __ptr is null when no I/O is pending.
13911
13912 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13915         leave errno alone.  Problem reported by Dmitry V. Levin.
13916
13917 2005-10-28  Simon Josefsson  <jas@extundo.com>
13918
13919         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13920         Test more.
13921
13922         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13923
13924         * modules/md2, modules/md2-tests: New files.
13925
13926 2005-10-28  Simon Josefsson  <jas@extundo.com>
13927
13928         * m4/inet_ntop.m4: More tests.
13929
13930         * m4/gc-md2.m4, md2.m4: New file.
13931
13932 2005-10-28  Simon Josefsson  <jas@extundo.com>
13933
13934         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13935         "restrict" keywords, as per POSIX.  Protect the function
13936         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13937         Don't use K&R prototypes.  Check the sprintf return values.
13938         Re-define EAFNOSUPPORT if not present.  Indent.
13939
13940         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13941         suggested by Bruno Haible <bruno@clisp.org>.
13942
13943         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13944
13945         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13946
13947         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13948         libgcrypt).
13949
13950         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13951
13952         * lib/md2.h, lib/md2.c: New files.
13953
13954 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13955
13956         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13957         errno alone.  Problem reported by Frederic Jolliton.
13958
13959 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13960
13961         * modules/verify (License): Change from GPL to LGPL.  This is a
13962         tiny module and there are apparently near-equivalents that are
13963         under the BSD license.
13964
13965 2005-10-24  Simon Josefsson  <jas@extundo.com>
13966
13967         * modules/sha1: Relicense to LGPL.
13968
13969 2005-10-24  Simon Josefsson  <jas@extundo.com>
13970
13971         * lib/md4.h: Shrink buffer size, now that we changed the type.
13972
13973 2005-10-23  Simon Josefsson  <jas@extundo.com>
13974
13975         * gnulib-tool (func_import): Fix --tests-base.
13976
13977 2005-10-22  Simon Josefsson  <jas@extundo.com>
13978
13979         * modules/arcfour (Depends-on): Need stdint.
13980
13981 2005-10-22  Simon Josefsson  <jas@extundo.com>
13982
13983         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13984         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13985
13986 2005-10-22  Simon Josefsson  <jas@extundo.com>
13987
13988         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13989         suggested by Bruno Haible <bruno@clisp.org>.
13990
13991 2005-10-22  Simon Josefsson  <jas@extundo.com>
13992
13993         * lib/crc.h: Include stddef.h, for size_t.
13994
13995 2005-10-22  Simon Josefsson  <jas@extundo.com>
13996
13997         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13998         arcfour_context struct (simplify test vector testing in GNU
13999         Shishi).
14000
14001 2005-10-21  Simon Josefsson  <jas@extundo.com>
14002
14003         * modules/des, modules/des-tests: New files.
14004
14005         * modules/gc-des, modules/gc-des-tests: New files.
14006
14007         * tests/test-des.c, tests/test-gc-des.c: New file.
14008
14009 2005-10-21  Simon Josefsson  <jas@extundo.com>
14010
14011         * modules/arctwo, modules/arctwo-tests: New files.
14012
14013         * tests/test-arctwo.c: New file.
14014
14015         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
14016
14017         * tests/test-gc-arctwo.c: New file.
14018
14019 2005-10-21  Simon Josefsson  <jas@extundo.com>
14020
14021         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
14022         Bruno Haible <bruno@clisp.org>.
14023
14024         * m4/gc-des.m4: New file.
14025
14026 2005-10-21  Simon Josefsson  <jas@extundo.com>
14027
14028         * m4/arctwo.m4: New file.
14029
14030         * m4/gc-arctwo.m4: New file.
14031
14032 2005-10-21  Simon Josefsson  <jas@extundo.com>
14033
14034         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
14035         block.
14036
14037 2005-10-21  Simon Josefsson  <jas@extundo.com>
14038
14039         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
14040         <bruno@clisp.org>.
14041
14042         * lib/hmac-sha1.c (hmac_sha1): Likewise.
14043
14044         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
14045         Bruno Haible <bruno@clisp.org>.
14046
14047         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
14048         <bruno@clisp.org>.
14049
14050 2005-10-21  Simon Josefsson  <jas@extundo.com>
14051
14052         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
14053
14054 2005-10-21  Simon Josefsson  <jas@extundo.com>
14055
14056         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
14057
14058 2005-10-21  Simon Josefsson  <jas@extundo.com>
14059
14060         * lib/des.h, lib/des.c: New files.
14061
14062         * lib/gc-gnulib.c: Support DES.c
14063
14064 2005-10-21  Simon Josefsson  <jas@extundo.com>
14065
14066         * lib/arctwo.h, lib/arctwo.c: New files.
14067
14068         * lib/gc-gnulib.c: Support ARCTWO.
14069
14070 2005-10-21  Simon Josefsson  <jas@extundo.com>
14071
14072         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
14073         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14074
14075 2005-10-21  Simon Josefsson  <jas@extundo.com>
14076
14077         * gnulib-tool (func_import, func_create_testdir): Define automake
14078         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
14079         Makefile.am snippet),
14080         suggested by Bruno Haible <bruno@clisp.org>.
14081
14082         * modules/gc (Makefile.am): Use it.
14083
14084 2005-10-21  Bruno Haible  <bruno@clisp.org>
14085
14086         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
14087         patch.
14088
14089 2005-10-19  Simon Josefsson  <jas@extundo.com>
14090
14091         * tests/test-gc-rijndael.c: New file.
14092
14093         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
14094
14095 2005-10-19  Simon Josefsson  <jas@extundo.com>
14096
14097         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
14098         interface too.
14099
14100 2005-10-19  Simon Josefsson  <jas@extundo.com>
14101
14102         * tests/test-gc-arcfour.c: New file.
14103
14104         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
14105
14106 2005-10-19  Simon Josefsson  <jas@extundo.com>
14107
14108         * modules/gc-md4, modules/gc-md4-tests: New file.
14109
14110         * tests/test-gc-md4.c: New file.
14111
14112 2005-10-19  Simon Josefsson  <jas@extundo.com>
14113
14114         * m4/gc-md4.m4: New file.
14115
14116 2005-10-19  Simon Josefsson  <jas@extundo.com>
14117
14118         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
14119         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
14120         <kasal@ucw.cz>.
14121
14122 2005-10-19  Simon Josefsson  <jas@extundo.com>
14123
14124         * m4/gc-arcfour.m4: New file.
14125
14126         * m4/gc-rijndael.m4: New file.
14127
14128 2005-10-19  Simon Josefsson  <jas@extundo.com>
14129
14130         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
14131
14132 2005-10-19  Simon Josefsson  <jas@extundo.com>
14133
14134         * lib/gc-gnulib.c: Support ARCFOUR.
14135
14136 2005-10-19  Simon Josefsson  <jas@extundo.com>
14137
14138         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
14139         support.
14140
14141         * lib/gc.h: Add ECB enum type.
14142
14143         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
14144
14145 2005-10-18  Simon Josefsson  <jas@extundo.com>
14146
14147         * tests/test-md5.c: New file.
14148
14149         * modules/md5-tests: New file.
14150
14151 2005-10-18  Simon Josefsson  <jas@extundo.com>
14152
14153         * tests/test-md4.c: New file.
14154
14155         * modules/md4, modules/md4-tests: New files.
14156
14157 2005-10-18  Simon Josefsson  <jas@extundo.com>
14158
14159         * m4/md4.m4: New file.
14160
14161 2005-10-18  Simon Josefsson  <jas@extundo.com>
14162
14163         * lib/md4.h, lib/md4.c: New files, based on md5.?.
14164
14165 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
14166
14167         * gnulib-tool (func_create_testdir): Omit the second check whether
14168         BUILT_SOURCES in nonempty.
14169
14170 2005-10-17  Simon Josefsson  <jas@extundo.com>
14171
14172         * tests/test-rijndael.c: New file.
14173
14174 2005-10-17  Simon Josefsson  <jas@extundo.com>
14175
14176         * modules/sha1: Depend on stdint instead of md5.
14177
14178         * modules/md5: Depend on stdint, remove uint32_t.
14179
14180 2005-10-17  Simon Josefsson  <jas@extundo.com>
14181
14182         * modules/gc-sha1-tests: New file.
14183
14184         * tests/test-gc-sha1.c: New file.
14185
14186 2005-10-17  Simon Josefsson  <jas@extundo.com>
14187
14188         * m4/md5.m4: Remove call to uint32_t.m4.
14189
14190 2005-10-17  Simon Josefsson  <jas@extundo.com>
14191
14192         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
14193
14194         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
14195         md5.h.
14196
14197         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
14198
14199         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
14200
14201 2005-10-17  Simon Josefsson  <jas@extundo.com>
14202
14203         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
14204
14205 2005-10-17  Simon Josefsson  <jas@extundo.com>
14206
14207         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
14208
14209 2005-10-17  Simon Josefsson  <jas@extundo.com>
14210
14211         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
14212
14213         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
14214
14215 2005-10-17  Bruno Haible  <bruno@clisp.org>
14216
14217         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
14218         that it can also be used in a test.
14219
14220 2005-10-16  Bruno Haible  <bruno@clisp.org>
14221
14222         * gnulib-tool (func_emit_tests_Makefile_am): Also define
14223         TESTS_ENVIRONMENT, so that individual tests can augment it.
14224
14225         * gnulib-tool (func_create_testdir): Use an intermediate target for
14226         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
14227         macros, like $(ALLOCA_H), which cannot be passed through the command
14228         line.
14229
14230 2005-10-15  Simon Josefsson  <jas@extundo.com>
14231
14232         * modules/rijndael-tests: New file.
14233
14234         * modules/rijndael: New file.
14235
14236 2005-10-15  Simon Josefsson  <jas@extundo.com>
14237
14238         * m4/rijndael.m4: New file.
14239
14240 2005-10-15  Simon Josefsson  <jas@extundo.com>
14241
14242         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
14243
14244         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
14245
14246 2005-10-14  Simon Josefsson  <jas@extundo.com>
14247
14248         * tests/test-arcfour.c: New file.
14249
14250         * modules/arcfour, modules/arcfour-tests: New files.
14251
14252 2005-10-14  Simon Josefsson  <jas@extundo.com>
14253
14254         * m4/arcfour.m4: New file.
14255
14256 2005-10-14  Simon Josefsson  <jas@extundo.com>
14257
14258         * lib/arcfour.h, lib/arcfour.c: New files.
14259
14260 2005-10-14  Roland McGrath  <roland@redhat.com>
14261
14262         Import from libc.  [BZ #1331]
14263         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
14264         macro argument.
14265         Reported by Matej Vela <vela@debian.org>.
14266
14267 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14268
14269         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
14270         include <wchar.h>; no longer needed.
14271
14272 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14273
14274         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
14275
14276 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
14277         and  Ulrich Drepper  <drepper@redhat.com>
14278
14279         Import from libc.
14280         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
14281         instead of inline stream orientation test and two separate
14282         function calls.  Pay no attention to USE_IN_LIBIO.
14283
14284 2005-10-13  Simon Josefsson  <jas@extundo.com>
14285
14286         * modules/gc-hmac-md5-tests: New file.
14287
14288         * tests/test-gc-hmac-sha1.c: New file.
14289
14290         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
14291
14292         * modules/gc-hmac-md5-tests: New file.
14293
14294         * tests/test-gc-md5.c: New file.
14295
14296         * modules/gc-md5-tests: New file.
14297
14298 2005-10-13  Simon Josefsson  <jas@extundo.com>
14299
14300         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
14301         Move memory allocation outside of loop.
14302
14303 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
14304
14305         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
14306         intermediate directory is in a read-only file system.  Problem
14307         reported by Eric Blake.
14308
14309 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
14310
14311         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
14312
14313 2005-10-12  Simon Josefsson  <jas@extundo.com>
14314
14315         * tests/test-hmac-sha1.c: New file.
14316
14317         * modules/hmac-sha1-tests: New file.
14318
14319         * modules/hmac-sha1: New file.
14320
14321 2005-10-12  Simon Josefsson  <jas@extundo.com>
14322
14323         * modules/gc-sha1: New file.
14324
14325 2005-10-12  Simon Josefsson  <jas@extundo.com>
14326
14327         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
14328
14329         * tests/test-gc-pbkdf2-sha1.c: New file.
14330
14331 2005-10-12  Simon Josefsson  <jas@extundo.com>
14332
14333         * modules/gc-md5, modules/gc-hmac-md5: New files.
14334
14335         * modules/gc (Files): Remove md5, memxor and hmac files.
14336
14337 2005-10-12  Simon Josefsson  <jas@extundo.com>
14338
14339         * m4/gc-pbkdf2-sha1.m4: New file.
14340
14341         * m4/gc-hmac-sha1.m4: New file.
14342
14343         * m4/gc-sha1: New file.
14344
14345         * m4/hmac-sha1.m4: New file.
14346
14347 2005-10-12  Simon Josefsson  <jas@extundo.com>
14348
14349         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
14350
14351         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
14352
14353 2005-10-12  Simon Josefsson  <jas@extundo.com>
14354
14355         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
14356         suggested by Bruno Haible <bruno@clisp.org>.
14357
14358 2005-10-12  Simon Josefsson  <jas@extundo.com>
14359
14360         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
14361
14362 2005-10-12  Simon Josefsson  <jas@extundo.com>
14363
14364         * lib/gc-pbkdf2-sha1.c: New file.
14365
14366         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
14367
14368 2005-10-12  Simon Josefsson  <jas@extundo.com>
14369
14370         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
14371
14372         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
14373
14374 2005-10-12  Simon Josefsson  <jas@extundo.com>
14375
14376         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
14377         GC_USE_HMAC_MD5, respectively.
14378
14379         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
14380         (gc_md5): Fix typo.
14381
14382         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
14383
14384         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
14385
14386         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
14387
14388 2005-10-12  Bruno Haible  <bruno@clisp.org>
14389
14390         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
14391         Reported by Stepan Kasal <kasal@ucw.cz>.
14392
14393 2005-10-11  Simon Josefsson  <jas@extundo.com>
14394
14395         * tests/test-crc.c: New file.
14396
14397         * modules/crc, modules/crc-tests: New files.
14398
14399 2005-10-11  Simon Josefsson  <jas@extundo.com>
14400
14401         * m4/crc.m4: New file.
14402
14403 2005-10-11  Simon Josefsson  <jas@extundo.com>
14404
14405         * lib/gc.h: Add gc_hash and gc_hash_buffer.
14406
14407         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
14408
14409         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
14410
14411 2005-10-11  Simon Josefsson  <jas@extundo.com>
14412
14413         * lib/crc.h, lib/crc.c: New files.
14414
14415         * lib/gc.h (gc_hash_buffer): Add doc.
14416
14417 2005-10-11  Bruno Haible  <bruno@clisp.org>
14418
14419         * modules/c-strcasestr: New file.
14420         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
14421
14422 2005-10-11  Bruno Haible  <bruno@clisp.org>
14423
14424         * modules/c-strcase: New file.
14425         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
14426
14427 2005-10-11  Bruno Haible  <bruno@clisp.org>
14428
14429         * lib/strcasecmp.c: Include limits.h.
14430         (strcasecmp): Avoid integer overflow on exotic platforms.
14431         * lib/strncasecmp.c: Include limits.h.
14432         (strncasecmp): Avoid integer overflow on exotic platforms.
14433         Reported by Paul Eggert.
14434
14435 2005-10-11  Bruno Haible  <bruno@clisp.org>
14436
14437         * lib/c-strcasestr.h: New file, from GNU gettext.
14438         * lib/c-strcasestr.c: New file, from GNU gettext.
14439
14440 2005-10-11  Bruno Haible  <bruno@clisp.org>
14441
14442         * lib/c-strcase.h: New file, from GNU gettext.
14443         * lib/c-strcasecmp.c: New file, from GNU gettext.
14444         * lib/c-strncasecmp.c: New file, from GNU gettext.
14445
14446 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14447
14448         * modules/mempcpy (License): GPL -> LGPL.
14449         * modules/strchrnul (License): Likewise.
14450         * modules/sysexits (License): Likewise.
14451
14452 2005-10-08  Simon Josefsson  <jas@extundo.com>
14453
14454         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
14455
14456 2005-10-07  Simon Josefsson  <jas@extundo.com>
14457
14458         * m4/memxor.m4: Remove gl_C_RESTRICT call.
14459
14460 2005-10-06  Simon Josefsson  <jas@extundo.com>
14461
14462         * tests/test-hmac-md5.c: New file.
14463
14464         * modules/hmac-md5-tests: New file.
14465
14466         * modules/hmac-md5: New file.
14467
14468 2005-10-06  Simon Josefsson  <jas@extundo.com>
14469
14470         * m4/hmac-md5.m4: New file.
14471
14472         * m4/memxor.m4: Require gl_C_RESTRICT.
14473
14474 2005-10-06  Simon Josefsson  <jas@extundo.com>
14475
14476         * lib/memxor.c (memxor): Avoid casts and warnings.
14477
14478 2005-10-06  Simon Josefsson  <jas@extundo.com>
14479
14480         * lib/hmac-md5.c: New file.
14481
14482         * lib/hmac.h: New file.
14483
14484 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14485
14486         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
14487         promotes to int, not unsigned int, to catch the AIX 5.3
14488         compiler bug.
14489
14490 2005-10-05  Simon Josefsson  <jas@extundo.com>
14491
14492         * modules/memxor: New file.
14493
14494         * modules/iconv (Files): Move config.rpath to havelib, it is used
14495         there.
14496
14497         * modules/havelib (Files): Add config.rpath.
14498
14499 2005-10-05  Simon Josefsson  <jas@extundo.com>
14500
14501         * m4/memxor.m4: New file.
14502
14503 2005-10-05  Simon Josefsson  <jas@extundo.com>
14504
14505         * lib/memxor.c (memxor): Fix compiler error.
14506
14507         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
14508         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
14509
14510         * lib/memxor.h, lib/memxor.c: New files.
14511
14512         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
14513         we assume all systems have it, suggested by Jim Meyering
14514         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
14515         any systems lack sys/socket.h; mingw32 is known to lack it, but we
14516         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
14517         same reasons.
14518
14519 2005-10-05  Simon Josefsson  <jas@extundo.com>
14520
14521         * config/srclist.txt: Add glibc bug 1423 for md5.h.
14522
14523 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
14524
14525         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
14526         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
14527         needed, since the source code now assumes these .h files.
14528
14529 2005-10-05  Derek Price  <derek@ximbiot.com>
14530
14531         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
14532
14533 2005-10-05  Bruno Haible  <bruno@clisp.org>
14534
14535         * modules/stdint (License): Change to LGPL.
14536
14537 2005-10-04  Simon Josefsson  <jas@extundo.com>
14538
14539         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
14540         D. Baushke" <mdb@gnu.org>.
14541
14542 2005-10-04  Bruno Haible  <bruno@clisp.org>
14543
14544         * lib/verify.h (verify_true): Provide alternative definition for C++.
14545
14546 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
14547
14548         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
14549         (SSIZE_MAX): New macro, if not already defined.
14550         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
14551         than 2 GiB.
14552
14553 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14554
14555         Sync from coreutils.
14556         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
14557         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
14558         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
14559         ULLONG_MAX doesn't work with 2.7.2.1.
14560
14561 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14562
14563         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
14564         From Ben Pfaff.
14565
14566         * modules/exclude (Depends-on): Depend on verify.
14567         * modules/strtoimax (Depends-on): Likewise.
14568         * modules/utimecmp (Depends-on): Likewise.
14569
14570 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14571
14572         * lib/exclude.c: Include verify.h.
14573         (verify): Remove.  All callers changed to use verify.h's version.
14574         * lib/strtoimax.c: Likewise.
14575         * lib/utimecmp.c: Likewis.e
14576
14577         Sync from coreutils.
14578         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
14579         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
14580         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
14581         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
14582         bother returning ENOSYS if settimeofday or stime fails; just let
14583         them return whatever errno they want to return.
14584         * lib/utimens.c: Include unistd.h, for dup2.
14585         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
14586         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
14587
14588 2005-10-02  Jim Meyering  <jim@meyering.net>
14589
14590         Sync from coreutils.
14591         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
14592         from glibc-2.2.5 that fails for read-only files.
14593
14594 2005-10-02  Jim Meyering  <jim@meyering.net>
14595
14596         Sync from coreutils.
14597         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
14598         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
14599         `#if HAVE_CONFIG_H'.
14600         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
14601         Remove AT_FDCWD test.
14602         Do not consume the fd unless successful.
14603         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
14604         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
14605         block, so that we don't even try to compile it if settimeofday is
14606         available.  This works around a compilation failure on OSF1 V5.1,
14607         due to stime requiring a `long int*' while tv_sec is `int'.
14608
14609 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
14610
14611         Sync from coreutils.
14612         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
14613         against `yes', rather than just testing for nonempty.
14614
14615 2005-10-01  Simon Josefsson  <jas@extundo.com>
14616
14617         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
14618         and Darwin.
14619
14620         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
14621         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
14622         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
14623         freeaddrinfo and gai_strerror are declared by the POSIX headers.
14624         Check if struct addrinfo is declared.
14625
14626 2005-10-01  Simon Josefsson  <jas@extundo.com>
14627
14628         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
14629         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
14630         AI_* and EAI_* definitions.  Protect function declarations.
14631
14632 2005-10-01  Jim Meyering  <jim@meyering.net>
14633
14634         Sync from coreutils.
14635
14636         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
14637         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
14638         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
14639         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14640         in the inet and nsl libraries.  Required on Solaris 5.7.
14641
14642 2005-10-01  Jim Meyering  <jim@meyering.net>
14643
14644         Sync from coreutils.
14645         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14646         in the inet and nsl libraries.  Required on Solaris 5.7.
14647
14648 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
14649
14650         * lib/getdelim.c (getdelim): Remove unused variables.
14651
14652 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14653
14654         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
14655         so that the code works even with ancient cpp.  Portability problem
14656         with GCC 2.7.2.1 reported by Thomas M.Ott.
14657
14658 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         * modules/regex (Depends-on): Add strcase.
14661
14662         * modules/gethostname (Licence): Change from GPL to LGPL, since
14663         gethostname.c is a trivial implementation of a standard library
14664         function.
14665         * modules/poll (License): Change from GPL to LGPL, since it's
14666         derived from LGPL code.
14667
14668 2005-09-27  Jim Meyering  <jim@meyering.net>
14669
14670         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
14671         HAVE_CONFIG_H.
14672
14673         * lib/intprops.h (signed_type_or_expr__): Define.
14674         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
14675         for unsigned types.
14676
14677 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14678
14679         * lib/verify.h (verify_expr): Remove, replacing with:
14680         (verify_true): New macro that returns true instead of void.
14681         (verify_type__): Remove.
14682         (verify): Use verify_true rather than verify_type__.
14683
14684 2005-09-26  Bruno Haible  <bruno@clisp.org>
14685
14686         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
14687         is necessary.
14688         (lib_SOURCES): Remove mbchar.c.
14689         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
14690         (Files): Add m4/mbrtowc.m4.
14691         * modules/mbiter: Likewise.
14692         * modules/mbuiter: Likewise.
14693
14694 2005-09-26  Bruno Haible  <bruno@clisp.org>
14695
14696         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
14697         compile mbchar.c if they are not both present.
14698         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
14699         * m4/mbiter.m4 (gl_MBITER): Likewise.
14700         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
14701         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
14702         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
14703
14704 2005-09-25  Jim Meyering  <jim@meyering.net>
14705
14706         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
14707         also uses socklen_t.
14708
14709 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14710
14711         * lib/utimens.c (ENOSYS): Define if not already defined.
14712         (futimens): Support having a null PATH if the file descriptor
14713         is nonnegative.
14714
14715         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
14716         Remove.
14717         (__attribute): Define to empty unless GCC 3.1 or later.
14718         This works around a core dump on OpenBSD 3.4, which has GCC
14719         2.95.3, which dumps core when given __attribute__(()).  It also
14720         simplifies other tests, since we really don't want to bother with
14721         worrying about which ancient version of GCC supported what.
14722         Original problem reported by Yoann Vandoorselaere, with part of
14723         the fix suggested by Derek Price.
14724
14725 2005-09-24  Jim Meyering  <jim@meyering.net>
14726
14727         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
14728         so we can once again use a positive bitfield width of 1 -- now we
14729         don't have to explain why we were using a bitfield width of 2.
14730
14731 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14732
14733         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
14734         and similarly for the other external symbols.  Problem reported
14735         by James Gallager.
14736
14737         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
14738         bug reported by Jim Meyering.
14739
14740         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
14741         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
14742         not needed, since socklen is a prerequisite module.
14743
14744 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14745
14746         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
14747         Problem reported by Eric Blake.
14748         (getaddrinfo): Initialize se so that it's not garbage.
14749         Redo internal storage allocation so that it doesn't make unportable
14750         assumptions about alignment.
14751         Fix a memory leak.
14752
14753         * lib/utimens.c (futimens): Use futimesat if available.
14754         Prefer it to futimes since it doesn't have the futimes bug.
14755
14756         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
14757         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
14758         Instead, declare a function that returns a pointer to an array,
14759         and use verify_type__ to declare the size of the array.
14760         Problem and germ of a solution reported by Bruno Haible.
14761         (verify_type__): Use 2, not 1, for bitfield size, to avoid
14762         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
14763
14764 2005-09-23  Jim Meyering  <jim@meyering.net>
14765
14766         Sync from coreutils.
14767         Correct build failure (socklen_t not defined) on at least
14768         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
14769         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
14770
14771 2005-09-23  Jim Meyering  <jim@meyering.net>
14772
14773         * modules/getaddrinfo (Depends-on): Add socklen.
14774
14775 2005-09-23  Bruno Haible  <bruno@clisp.org>
14776
14777         * tests/test-verify.c: New file.
14778
14779 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14780
14781         Sync from coreutils.
14782
14783         * modules/argmatch (Depends-on): Add verify.
14784         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
14785         unistd-safer.
14786         * modules/save-cwd (Depends-on): Likewise.
14787
14788         * modules/openat (Files): Add lib/openat-die.c.
14789         (Depends-on): Remove error, exitfail.
14790         Add dirname.
14791
14792         * modules/verify: New file.
14793         * MODULES.html.sh (Diagnostics <assert.h>): New section,
14794         with "verify" module.
14795
14796 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         Sync from coreutils.
14799
14800         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
14801         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
14802         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
14803         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
14804         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
14805         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
14806         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
14807         Don't bother checking for string.h, stdlib.h, unistd.h.
14808         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
14809         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
14810         module's job.
14811         * m4/jm-macros.m4 (gl_MACROS): Likewise.
14812         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
14813
14814         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
14815         (gl_GETDATE): Use it.
14816
14817         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
14818
14819 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14820
14821         Sync from coreutils.
14822
14823         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
14824         stat-time.h.
14825         * lib/argmatch.h: Include verify.h
14826         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
14827         (ARGMATCH_ASSERT): Remove; unused.
14828         * lib/canonicalize.c: Assume STDC_HEADERS.
14829         * lib/exclude.c: Include "strcase.h".
14830         * lib/regex_internal.h [!defined _LIBC]: Likewise.
14831         * lib/getusershell.c: Include stdio--.h rather than stdio.h
14832         and stdio-safer.h.
14833         (getusershell): Call fopen, not fopen_safer.
14834         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
14835         Do not include unistd-safer.h.
14836         (save_cwd): Don't call fd_safer; no longer needed
14837         now that we include fcntl--.h.
14838
14839         * lib/getdate.y (relative_time): New type.
14840         (RELATIVE_TIME_0): New constant.
14841         (parser_control): Use relative_time instead of doing it ourselves.
14842         (%union): Add new relative_time rel member.
14843         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14844         Now typeless.
14845         (relunit, relunit_snumber): Now of type rel.
14846         (zone, rel, relunit, get_date): Adjust to above changes.
14847
14848         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14849         Do not include unistd-safer.h.
14850         (getloadavg): Don't call fd_safer; no longer needed
14851         now that we include fcntl--.h.
14852
14853         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14854         (make_dir_parents): Treat ENOSYS like EEXIST.
14855
14856         Improve quality of diagnostics on restore_cwd failure.
14857         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14858         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14859         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14860         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14861         each time through the loop.  Do not diagnose restore_cwd failure;
14862         that is the caller's job (and perhaps the caller does not care).
14863
14864         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14865         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14866         If the file already exists but is not a directory, don't bother
14867         to try to make its parents.
14868         Close potential file descriptor leak if we can't chdir("/") (!).
14869         Don't always return true if chdir($PWD) fails; return true only
14870         if the requested action was done successfully (except for the
14871         chdir($PWD)).
14872         Don't log final directory unless we actually made it.
14873         Refactor to avoid duplicate code to fix up permissions.
14874         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14875
14876         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14877         to make it a bit faster and (I hope) clearer.
14878         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14879         Fix bug in formats like %2N.
14880
14881         * lib/verify.h: New file.
14882
14883 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14884
14885         Sync from coreutils.
14886         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14887
14888 2005-09-22  Jim Meyering  <jim@meyering.net>
14889
14890         Sync from coreutils.
14891
14892         * m4/lstat.m4 (gl_FUNC_LSTAT):
14893         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14894         Remove obsolete comment.
14895         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14896         * m4/xstrtod.m4: Likewise.
14897
14898         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14899
14900 2005-09-22  Jim Meyering  <jim@meyering.net>
14901
14902         Sync from coreutils.
14903
14904         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14905
14906         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14907         the .tm_year member, since otherwise gcc-4.0 would now warn about
14908         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14909
14910         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14911         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14912
14913         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14914         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14915         when run in a time zone for which daylight savings time is in effect
14916         for the starting date.
14917
14918         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14919         stop us from restricting permissions of just-created absolute-named
14920         directories.
14921         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14922         to restore initial working directory.
14923         * lib/mkdir-p.c (make_dir_parents): New parameter:
14924         different_working_dir, to tell caller if/when we change the working
14925         directory and are unable to return to the initial one.
14926         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14927         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14928         `return false'.  This fixes a bug introduced on 2004-07-30.
14929
14930         * lib/openat.c (fdopendir): Be sure to close the supplied
14931         file descriptor before returning.  This makes our replacement
14932         implementation a little closer to Solaris's, where fdopendir
14933         ties the file descriptor to the returned DIR* pointer.
14934         * lib/openat.c (unlinkat): New function.
14935         * lib/openat.h (unlinkat): Add prototype.
14936         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14937         (openat_restore_fail): Rename from openat_restore_die.
14938         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14939
14940         Provide an alternative to exiting immediately upon save_cwd or
14941         restore_cwd failure.  Now, an application can arrange e.g.,
14942         to perform a longjump in that case.
14943         * lib/openat.c: Include dirname.h.
14944         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14945         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14946         and openat_restore_die rather than calling error directly.
14947         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14948
14949         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14950         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14951         define.
14952
14953         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14954         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14955                             int utc, int nanoseconds);
14956         Background:
14957         date should not have to allocate a megabyte of virtual memory to
14958         handle a format argument like +%1048575T.  When implemented with
14959         strftime, it must allocate such a buffer, use strftime to fill it
14960         in, print it, then free it.
14961         With fprintftime, it simply prints everything and exits.
14962         With no need for memory allocation, that's one fewer way to fail.
14963         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14964         optional field width, not before, so we accept %9:z, not %:9z.
14965         (my_strftime): Be sure to use L_('x') for literals.
14966
14967         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14968         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14969         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14970         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14971         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14972         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14973         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14974         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14975         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14976         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14977         * lib/xgethostname.c, lib/xreadlink.c:
14978         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14979
14980         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14981         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14982         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14983         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14984         and don't include <sys/file.h>).
14985
14986 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14987
14988         Sync from coreutils.
14989
14990         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14991         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14992         [!LDAV_DONE]: Avoid unused variable warning.
14993
14994 2005-09-21  Bruno Haible  <bruno@clisp.org>
14995
14996         * lib/unicodeio.h (unicode_to_mb): New declaration.
14997
14998 2005-09-20  Derek Price  <derek@ximbiot.com>
14999
15000         * lib/getaddrinfo.c: Don't include <netdb.h> included from
15001         getaddrinfo.h.
15002
15003 2005-09-20  Bruno Haible  <bruno@clisp.org>
15004
15005         * gnulib-tool: Remove trailing slashes from the values specified for
15006         --source-base, --m4-base, --tests-base, --aux-dir.
15007         Suggested by Simon Josefsson <jas@extundo.com>.
15008
15009 2005-09-20  Bruno Haible  <bruno@clisp.org>
15010
15011         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
15012         func_modules_to_filelist, func_import, func_create_testdir): Make all
15013         sorting results locale-independent, so that gnulib-cache.m4 doesn't
15014         change when gnulib-tool is invoked in a different locale.
15015
15016 2005-09-19  Simon Josefsson  <jas@extundo.com>
15017
15018         * m4/socklen.m4: Fix typo.
15019
15020 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15021
15022         Use a consistent style for including <config.h>.
15023         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
15024         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
15025         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
15026         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
15027         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
15028         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
15029         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
15030         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
15031         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
15032         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
15033         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
15034         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
15035         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
15036         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
15037         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
15038         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
15039         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
15040         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
15041         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
15042         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
15043         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
15044         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
15045         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
15046         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
15047         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
15048         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
15049         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
15050         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
15051         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
15052         lib/xstrtoumax.c, lib/yesno.c:
15053         Standardize inclusion of config.h.
15054         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
15055         lib/inttostr.h:  Removed inclusion of config.h from header files.
15056         * lib/inttostr.c:  Adjusted in-tree users.
15057         * lib/timespec.h: Remove superfluous warning to include config.h.
15058         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
15059         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
15060         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
15061         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
15062         config.h with HAVE_CONFIG_H.
15063
15064 2005-09-19  Jim Meyering  <jim@meyering.net>
15065
15066         * modules/pathmax (License): Change to LGPL.
15067
15068 2005-09-19  Derek Price  <derek@ximbiot.com>
15069
15070         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
15071
15072 2005-09-19  Bruno Haible  <bruno@clisp.org>
15073
15074         * gnulib-tool (import): Provide default for --tests-base.
15075
15076 2005-09-19  Bruno Haible  <bruno@clisp.org>
15077
15078         * doc/quote.texi: New file, extracted from gnulib.texi.
15079         * doc/ctime.texi: New file, extracted from gnulib.texi.
15080         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
15081         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
15082         * doc/gnulib.texi: Include them.
15083
15084 2005-09-18  Bruno Haible  <bruno@clisp.org>
15085
15086         Portability fix.
15087         * gnulib-tool (func_readlink): New function.
15088         (func_ln_if_changed): Use it.
15089
15090 2005-09-18  Bruno Haible  <bruno@clisp.org>
15091
15092         * gnulib-tool: Support --with-tests also with --import.
15093         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
15094         (func_import): Use variables $testsbase and $inctests. Emit a
15095         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
15096         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
15097         SUBDIRS += $testsdir.
15098         (func_create_testdir): Update.
15099
15100 2005-09-18  Bruno Haible  <bruno@clisp.org>
15101
15102         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
15103         instead of $dry_run.
15104         (func_cp_if_changed, func_mv_if_changed): Remove functions.
15105         (func_ln_if_changed): Don't handle dry-run here.
15106         (func_import): In dry-run mode, detect more precisely which actions
15107         would be performed, and don't use "...ing" verbs.
15108
15109 2005-09-18  Bruno Haible  <bruno@clisp.org>
15110
15111         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
15112         (func_import): Use join on two temporary files instead of three nested
15113         loops, in order to determine which files are new or old.
15114
15115 2005-09-18  Bruno Haible  <bruno@clisp.org>
15116
15117         * gnulib-tool (func_import): Comment out code that spits out the
15118         new files with --dry-run.
15119
15120 2005-09-18  Bruno Haible  <bruno@clisp.org>
15121
15122         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
15123
15124 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         * lib/stat-time.h: New file.
15127         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
15128         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
15129         in a different way.
15130         (timespec_cmp): New function.
15131         * lib/utimecmp.c: Include stat-time.h.
15132         (SYSCALL_RESOLUTION): Depend on whether various struct stat
15133         members exist, not on the obsolescent ST_MTIM_NSEC.
15134         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
15135
15136 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
15139
15140 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15141
15142         * MODULES.html.sh (File system functions): Add stat-time.
15143         * modules/stat-time: New file.
15144         * modules/timespec (Files): Remove m4/st_mtim.m4; this
15145         is now done in a different way, by the stat-time module.
15146         * modules/utimecmp (Depends-on): Add stat-time.
15147
15148 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15149
15150         * m4/st_mtim.m4: Remove.  Superseded by...
15151         * m4/stat-time.m4: New file.
15152         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
15153         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
15154
15155 2005-09-15  Derek Price  <derek@ximbiot.com>
15156
15157         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
15158
15159 2005-09-15  Derek Price  <derek@ximbiot.com>
15160
15161         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
15162         * lib/regex_internal.c: Ditto, using this...
15163         (__GNUC_PREREQ): ...new macro.
15164         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
15165         using...
15166         (__GNUC_PREREQ): ...this new macro.
15167
15168         * lib/strstr.h: Include string.h. Define strstr as a macro here.
15169
15170 2005-09-15  Derek Price  <derek@ximbiot.com>
15171             Paul Eggert  <eggert@cs.ucla.edu>
15172
15173         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
15174         changes, consolidating in...
15175         * lib/regex_internal.h: ...this file.
15176
15177 2005-09-13  Jim Meyering  <jim@meyering.net>
15178
15179         * lib/canon-host.c: Filter through gnu indent and reword comments
15180         slightly.
15181         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
15182
15183 2005-09-13  Derek Price  <derek@ximbiot.com>
15184
15185         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
15186         failure.
15187         Reported by Jim Meyering  <jim@meyering.net>.
15188
15189 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15190
15191         * lib/base64.c: Typo.
15192         (base64_encode): Put b64str in initialized data section.
15193
15194 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
15195
15196         Merge glibc and coreutils changes into gnulib, plus a few
15197         extra fixes.
15198         * lib/md5.c: Use #error rather than a string.
15199         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
15200         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
15201         (__attribute__): Define to empty for non recent-GCC.
15202         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
15203         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
15204         Renamed from their non-__ counterparts, with new macros replacing
15205         them if not _LIBC.  Add __THROW attribute.
15206         (rol): Remove.
15207         (struct md5_ctx): Align buffer if using GCC.
15208         * lib/sha1.h (struct sha1_ctx): Likewise.
15209         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
15210         The old name was backwards.
15211         (NOTSWAP): Remove; not used.
15212         (rol): New macro, moved here from md5.h.
15213         (sha1_process_block): Remove a FIXME that doesn't make sense.
15214
15215 2005-09-12  Derek Price  <derek@ximbiot.com>
15216
15217         Return usable errors from canon-host.
15218         * lib/canon-host.h: New file.
15219         * lib/canon-host.c (canon_host): Wrap...
15220         (canon_host_r): ...this new function, which now relies exclusively on
15221         getaddrinfo.
15222         (ch_strerror): New function.
15223         (last_cherror): New global.
15224         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
15225         interface.
15226         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
15227         void *.
15228         (freeaddrinfo): Free ai->ai_canonname when set.
15229
15230 2005-09-12  Derek Price  <derek@ximbiot.com>
15231
15232         Make canon-host require getaddrinfo.
15233         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
15234         AC_LIBSOURCE canon-host.h.  Call...
15235         (gl_PREREQ_CANON_HOST): ...this new function, which requires
15236         gl_GETADDRINFO.
15237         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
15238
15239 2005-09-12  Derek Price  <derek@ximbiot.com>
15240
15241         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
15242         LGPL.
15243         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
15244
15245 2005-09-12  Derek Price  <derek@ximbiot.com>
15246
15247         * lib/gai_strerror.c: Include config.h when available.  Include
15248         getaddrinfo.h before other headers to test interface.
15249         Reported by Larry Jones <lawrence.jones@ugs.com>.
15250
15251 2005-09-12  Derek Price  <derek@ximbiot.com>
15252             Paul Eggert  <eggert@cs.ucla.edu>
15253
15254         * modules/glob (Files): Add glob-libc.h.
15255
15256 2005-09-12  Derek Price  <derek@ximbiot.com>
15257             Paul Eggert  <eggert@cs.ucla.edu>
15258
15259         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
15260         glob_.h, glob-libc.h.
15261         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
15262
15263 2005-09-12  Derek Price  <derek@ximbiot.com>
15264             Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
15267         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
15268         protecting things that should be done only in gnulib contexts.
15269         * lib/glob_.h: New file, containing only the glob things needed for
15270         gnulib.
15271         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
15272         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
15273         (glob, globfree, glob_pattern_p): Now defined simply in terms of
15274         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
15275         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
15276         and to respect the namespace rules better.
15277
15278 2005-09-08  Simon Josefsson  <jas@extundo.com>
15279
15280         * modules/socklen: New file.
15281
15282 2005-09-08  Simon Josefsson  <jas@extundo.com>
15283
15284         * m4/socklen.m4: New file.
15285
15286 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15287
15288         * modules/utimens (Files): Add m4/utimbuf.m4, since
15289         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
15290         Reported by Sergey Poznyakoff.
15291
15292 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15293
15294         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
15295         definitions, since that's the preferred style in glibc.
15296         Fix a minor spacing issue, and update copyright notice to match
15297         glibc's.
15298
15299 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
15302
15303 2005-09-06  Simon Josefsson  <jas@extundo.com>
15304
15305         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
15306         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
15307
15308 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15309
15310         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
15311         warning.
15312
15313 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15314
15315         * config/srclist.txt: Add glibc bug 1302.
15316
15317 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
15318
15319         Change bitset word type from unsigned int to unsigned long int,
15320         as this has better performance on typical 64-bit hosts.
15321         Port bitset code to hosts with unusual word sizes.
15322         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
15323         (build_collating_symbol):
15324         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
15325         argument is a bitset.  This is merely a style issue, but it makes
15326         it clearer that an entire array is expected.
15327         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
15328         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
15329         Port to the case where bitset_word is not the same as unsigned int.
15330         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15331         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
15332         Likewise.
15333         * lib/regexec.c (check_dst_limits_calc_pos_1,
15334         check_subexp_matching_top):
15335         (build_trtable, group_nodes_into_DFAstates):
15336         Likewise.
15337         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
15338         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
15339         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
15340         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
15341         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
15342         * lib/regcomp.c (optimize_subexps, lower_subexp):
15343         Work even if bitset_word has holes in its bitwise representation.
15344         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
15345         * lib/regexec.c (check_dst_limits_calc_pos_1,
15346         check_subexp_matching_top):
15347         Likewise.
15348         * lib/regex_internal.c (re_string_reconstruct):
15349         Don't assume UCHAR_MAX == 255.
15350         * lib/regex_internal.h (bitset_set_all): Likewise.
15351         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
15352         All uses changed.
15353         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
15354         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
15355         All uses changed.
15356         (BITSET_WORD_MAX): New macro.
15357         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
15358         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
15359         (bitset_empty, bitset_copy):
15360         Prefer sizeof (bitset) to multiplying it out ourselves.
15361         (bitset_not_merge): Remove; unused.
15362         (bitset_contain): Return bool, not unsigned int with one bit on.
15363         All callers changed.
15364         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
15365         alignment than re_node_set; do this by defining a new internal
15366         type struct dests_alloc and using it to allocate memory.
15367
15368 2005-09-05  Bruno Haible  <bruno@clisp.org>
15369
15370         * gnulib-tool (func_import): Fix comparison in handling of symbolic
15371         links.
15372
15373 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
15374
15375         * modules/size_max (Makefile.am): Add size_max.h
15376
15377 2005-09-04  Derek Price  <derek@ximbiot.com>
15378
15379         * gnulib-tool (func_import): Fix reversed $symbolic logic.
15380
15381 2005-09-03  Simon Josefsson  <jas@extundo.com>
15382
15383         * gnulib-tool: Fix typo.
15384
15385 2005-09-03  Simon Josefsson  <jas@extundo.com>
15386
15387         * config/srclist.txt: Add glibc bug 1293.
15388
15389 2005-09-03  Derek Price  <derek@ximbiot.com>
15390
15391         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
15392         From Larry Jones <lawrence.jones@ugs.com>.
15393
15394 2005-09-02  Simon Josefsson  <jas@extundo.com>
15395
15396         * modules/socklen: New file.
15397
15398 2005-09-02  Simon Josefsson  <jas@extundo.com>
15399
15400         * modules/havelib: New module.
15401
15402         * modules/gettext, modules/iconv, modules/lock, modules/readline:
15403         Use havelib.
15404
15405 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
15406
15407         Check for arithmetic overflow when calculating sizes, to prevent
15408         some buffer-overflow issues.  These patches are conservative, in the
15409         sense that when I couldn't determine whether an overflow was possible,
15410         I inserted a run-time check.
15411         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
15412         macros.
15413         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
15414         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
15415         (re_xnrealloc, re_x2nrealloc): New inline functions.
15416         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
15417         parse_bracket_exp):
15418         (build_equiv_class, build_charclass): Check for arithmetic overflow
15419         in size expression calculations.
15420         * lib/regex_internal.c (re_string_realloc_buffers):
15421         (build_wcs_upper_buffer, re_node_set_add_intersect):
15422         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
15423         (re_dfa_add_node, register_state): Likewise.
15424         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
15425         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
15426         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
15427         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
15428
15429 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
15430
15431         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15432         m4/ulonglong.m4.  Problem reported by Martin Lambers.
15433
15434 2005-09-02  Bruno Haible  <bruno@clisp.org>
15435
15436         Support for lib vs. lib64 distinction on biarch platforms.
15437         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
15438         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
15439         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
15440
15441 2005-09-02  Bruno Haible  <bruno@clisp.org>
15442
15443         * gnulib-tool (import): In the other first-use case, provide defaults
15444         as well.
15445
15446 2005-09-02  Bruno Haible  <bruno@clisp.org>
15447
15448         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
15449         patches not yet found in the latest gettext release.
15450
15451 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
15454         to avoid a collision with bits/local_lim.h in glibc.
15455         All uses changed.  Problem reported by Dmitry V. Levin in
15456         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
15457
15458         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
15459         bugs in int versus size_t comparisons.
15460         (re_string_context_at): Fix bug where the code assumed that
15461         Idx is signed.
15462
15463         Use bool where appropriate.
15464         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
15465         All callers changed.
15466         (calc_eclosure_iter): Likewise, for ROOT arg.
15467         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
15468         (build_charclass_op): Likewise, for NON_MATCH arg.
15469         * lib/regex_internal.c (re_string_allocate, re_string_construct):
15470         (re_string_construct_common): Likewise, for ICASE arg.
15471         * lib/regexec.c (re_search_2_stub, re_search_stub):
15472         Likewise, for RET_LEN arg.
15473         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
15474         (set_regs): Likewise, for FL_BACKTRACK arg.
15475         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
15476         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
15477         (calc_eclosure_iter, parse_bracket_exp):
15478         Use bool for internal variables that are booleans.
15479         * lib/regexec.c (re_search_internal, check_matching,
15480         proceed_next_node):
15481         (set_regs, build_sifted_states, sift_states_bkref):
15482         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
15483         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15484         (find_collation_sequence_value):
15485         Likewise.
15486         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
15487         (re_node_set_compare):
15488         Return bool, not int. All callers changed.
15489         * lib/regexec.c (check_halt_node_context, check_dst_limits):
15490         (build_trtable, check_node_accept): Likewise.
15491         * lib/regex_internal.h: Include stdbool.h.
15492
15493         Fix bugs uncovered when converting to bool.
15494         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
15495         failure instead of charging ahead blindly.
15496         * lib/regex_internal.c (register_state): Likewise.
15497         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
15498         for freeing internal storage.
15499         (group_nodes_into_DFA_states): Use unsigned int, not int, for
15500         bitset pieces used as boolean, to avoid undefined behavior
15501         on hosts that do int overflow checking.
15502
15503 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15504
15505         * config/srclist.txt: Add glibc bugs 1285-1287.
15506
15507 2005-09-01  Jim Meyering  <jim@meyering.net>
15508
15509         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
15510         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
15511         Require gl_STAT_MACROS, too.
15512
15513 2005-09-01  Bruno Haible  <bruno@clisp.org>
15514
15515         * gnulib-tool (import): In the first-use case, provide defaults.
15516
15517 2005-09-01  Bruno Haible  <bruno@clisp.org>
15518
15519         * gnulib-tool (func_import): Remove the .tmp files.
15520
15521 2005-09-01  Bruno Haible  <bruno@clisp.org>
15522
15523         * gnulib-tool (func_import): Fix handling of symbolic links.
15524
15525 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15526
15527         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
15528         old glibc regex code mishandles strings longer than 2**31 bytes.
15529         This patch fixes this when the regex code is used in gnulib
15530         (i.e., outside glibc).
15531
15532         This patch should not affect the use of the regex code inside
15533         glibc.  No doubt this problem also needs to be handled for glibc
15534         as well, but the result will be an incompatible change to the
15535         glibc ABI, and the old ABI will have to be supported too.  That
15536         can be the the subject for another patch.
15537
15538         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
15539         governing whether the rest of this patch is active.  By default,
15540         the macro is disabled and the patch has no effect.
15541         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
15542         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
15543         (struct re_pattern_buffer, re_search, re_search_2, re_match):
15544         (re_match_2, re_set_registers): Use the new types.
15545         * lib/regex_internal.h (Idx, re_hashval_t): New types.
15546         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
15547         New macros.
15548         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
15549         (re_string_context_at, bin_tree_t, re_dfastate_t):
15550         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
15551         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
15552         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
15553         (re_string_char_size_at, re_string_wchar_at):
15554         (re_string_elem_size_at):
15555         Use the new types and macros to port to 64-bit hosts.
15556         Use unsigned types for internal values, so that the code
15557         mostly works even for arrays larger than SSIZE_MAX.
15558         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
15559         (search_duplicated_node, calc_eclosure_iter, fetch_number):
15560         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
15561         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
15562         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
15563         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
15564         (calc_inveclosure, parse_dup_op, build_range_exp):
15565         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
15566         (fetch_number, create_token_tree, mark_opt_subexp):
15567         Likewise.
15568         * lib/regex_internal.c (re_string_construct_common,
15569         create_ci_newstate):
15570         (create_cd_newstate, re_string_allocate, re_string_construct):
15571         (re_string_realloc_buffers, build_wcs_upper_buffer):
15572         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15573         (re_string_reconstruct, re_string_peek_byte_case):
15574         (re_string_fetch_byte_case, re_string_context_at):
15575         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15576         (re_node_set_init_copy, re_node_set_add_intersect):
15577         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15578         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15579         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15580         (re_acquire_state, re_acquire_state_context, register_state):
15581         Likewise.
15582         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
15583         search_cur_bkref_entry):
15584         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
15585         (re_search_internal, re_search_2_stub, re_search_stub)
15586         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
15587         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
15588         (update_cur_sifted_state, check_dst_limits):
15589         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15590         (check_subexp_limits, sift_states_bkref, merge_state_array):
15591         (check_subexp_matching_top, get_subexp, get_subexp_sub):
15592         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
15593         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15594         (expand_bkref_cache, check_node_accept_bytes):
15595         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
15596         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
15597         (acquire_init_state_context, check_halt_node_context):
15598         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
15599         (sift_states_backward, clean_state_log_if_needed):
15600         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
15601         (find_recover_state, transit_state_sb, transit_state_mb):
15602         (transit_state_bkref, build_trtable, match_ctx_clean):
15603         Likewise.
15604         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
15605         to work around an assumption that REG_MISSING is negative.
15606
15607         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
15608         (seek_collating_symbol_entry) [defined _LIBC]:
15609         (lookup_collation_sequence_value) [defined _LIBC]:
15610         (build_range_exp, build_collating_symbol) [defined _LIBC]:
15611         Use prototypes rather than old-style function definitions.
15612         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
15613         (transit_state_sb) [0]:
15614         (find_collation_sequence_value) [defined _LIBC]: Likewise.
15615
15616         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
15617         rm_eo.
15618
15619         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
15620         (optimize_subexps, lower_subexp):
15621         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
15622         since the signed shift might overflow.  Use 1u<<31 instead.
15623         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15624         Likewise.
15625         * lib/regexec.c (check_dst_limits_calc_pos_1,
15626         check_subexp_matching_top): Likewise.
15627
15628         * lib/regcomp.c (optimize_subexps, lower_subexp):
15629         Use CHAR_BIT rather than 8, for clarity.
15630         * lib/regexec.c (check_dst_limits_calc_pos_1):
15631         (check_subexp_matching_top): Likewise.
15632         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
15633         have to worry about portability issues when shifting it left.
15634         Remove no-longer-needed test for table_size > 0.
15635         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
15636         in a word, as the resulting behavior is undefined.
15637         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
15638         in one case, a <= should have been an <, and in another case the
15639         whole test was missing.
15640         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
15641         the standard name CHAR_BIT.
15642         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
15643         this is not true on one's complement and signed-magnitude hosts.
15644
15645         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
15646         next_last_offset.
15647         (struct re_dfa_t): Remove unused member states_alloc.
15648         * lib/regcomp.c (init_dfa): Don't initialize unused members.
15649
15650 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15651
15652         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
15653         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
15654         and large-file glibc and in 32-bit large-file Solaris.
15655
15656 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15657
15658         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
15659         lengths fit in regoff_t; this isn't true if regoff_t is the same
15660         width as size_t.
15661         * lib/regex.c (re_search_internal): 5th arg is LAST_START
15662         (= START + RANGE) instead of RANGE.  This avoids overflow
15663         problems when regoff_t is the same width as size_t.
15664         All callers changed.
15665         (re_search_2_stub): Check for overflow when adding the
15666         sizes of the two strings.
15667         (re_search_stub): Check for overflow when adding START
15668         to RANGE; if it occurs, substitute the extreme value.
15669
15670 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15671
15672         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
15673
15674 2005-08-31  Jim Meyering  <jim@meyering.net>
15675
15676         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
15677         a pointer-to-const.
15678         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
15679         (register_state): Likewise.
15680         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
15681         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15682         (group_nodes_into_DFAstates): Likewise.
15683
15684 2005-08-31  Jim Meyering  <jim@meyering.net>
15685
15686         * check-module: Add a FIXME comment.
15687
15688 2005-08-31  Eric Blake  <ebb9@byu.net>
15689
15690         * modules/unistd-safer (Files): Add unistd--.h.
15691         * modules/stdio-safer (Files): Add stdio--.h.
15692
15693 2005-08-31  Derek Price  <derek@ximbiot.com>
15694
15695         * lib/getdelim.c (getdelim): Return EOF on EOF.
15696         Reported by Larry Jones <lawrence.jones@ugs.com>.
15697
15698 2005-08-31  Bruno Haible  <bruno@clisp.org>
15699
15700         Avoid unnecessary diffs in the generated lib/Makefile.am.
15701         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
15702         the generated files.
15703         (func_import): Don't set cmd.
15704
15705 2005-08-31  Bruno Haible  <bruno@clisp.org>
15706
15707         * lib/strstr.c: Include <stddef.h>, for NULL.
15708         * lib/strcasestr.c: Likewise.
15709         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15710
15711 2005-08-31  Bruno Haible  <bruno@clisp.org>
15712
15713         * gnulib-tool: New option --macro-prefix.
15714         (func_import): Use macro_prefix.
15715         (import): Handle option --macro-prefix.
15716
15717 2005-08-31  Bruno Haible  <bruno@clisp.org>
15718
15719         * gnulib-tool (import): Rename most ac_* variables to cached_*.
15720         Also use new variables cached_lgpl, cached_libtool.
15721
15722 2005-08-31  Bruno Haible  <bruno@clisp.org>
15723
15724         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
15725         always instantiating them.
15726
15727 2005-08-31  Bruno Haible  <bruno@clisp.org>
15728
15729         * gnulib-tool (func_import): Read the previous cached settings
15730         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
15731         earlier added by gnulib but are now dropped. Warn when a gnulib file
15732         overwrites a non-gnulib file.
15733
15734 2005-08-31  Bruno Haible  <bruno@clisp.org>
15735
15736         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
15737         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
15738         projects that don't keep autogenerated files in CVS. Put into
15739         actioncmd only the specified modules, not the transitive closure.
15740
15741 2005-08-31  Bruno Haible  <bruno@clisp.org>
15742
15743         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
15744         Create directories that shall be filled.
15745         (import): Don't look for gl_* macros in configure.ac. Recurse across
15746         all directories containing a gnulib-cache.m4 files, if meaningful.
15747
15748 2005-08-31  Bruno Haible  <bruno@clisp.org>
15749
15750         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
15751         (import): Set seen_libtool when we see gl_LIBTOOL.
15752
15753 2005-08-31  Bruno Haible  <bruno@clisp.org>
15754
15755         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
15756         declaration macro definitions from generated gnulib.m4.
15757
15758 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
15759
15760         * lib/iconvme.h: Add prototype for iconv_alloc.
15761
15762 2005-08-29  Simon Josefsson  <jas@extundo.com>
15763
15764         * lib/iconvme.c: Fix errno.
15765
15766 2005-08-29  Bruno Haible  <bruno@clisp.org>
15767
15768         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
15769         that it works when the directory contains spaces.
15770
15771 2005-08-29  Bruno Haible  <bruno@clisp.org>
15772
15773         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
15774
15775 2005-08-29  Bruno Haible  <bruno@clisp.org>
15776
15777         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
15778         Emit more advice.
15779
15780 2005-08-29  Bruno Haible  <bruno@clisp.org>
15781         and Stepan Kasal  <kasal@ucw.cz>
15782
15783         * check-module: If more parameters are given, check each of them
15784         separately; add more exceptions, as noted by Jim Meyering.
15785         (check_module): New procedure.
15786         (%exempt_header): Now contains all exceptions.
15787
15788 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
15789
15790         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
15791
15792 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15793
15794         * lib/iconvme.c: Split iconv_string into iconv_alloc.
15795
15796 2005-08-28  Bruno Haible  <bruno@clisp.org>
15797
15798         * m4/gnulib-tool.m4: New file.
15799
15800 2005-08-27  Jim Meyering  <jim@meyering.net>
15801
15802         * modules/unistd-safer (Files): Add pipe-safer.c.
15803         * modules/fcntl-safer (Files): Add creat-safer.c.
15804
15805 2005-08-27  Jim Meyering  <jim@meyering.net>
15806
15807         * m4/stdlib-safer.m4: New file.  From coreutils.
15808         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
15809         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
15810         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
15811         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
15812         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
15813
15814 2005-08-27  Jim Meyering  <jim@meyering.net>
15815
15816         * lib/fopen-safer.c: Merge minor changes from coreutils.
15817         * lib/dup-safer.c: Likewise.
15818         * lib/fd-safer.c: Likewise.
15819
15820         Merge from coreutils.
15821         * lib/stdio--.h: New file.
15822         * lib/stdlib--.h: New file.
15823         * lib/mkstemp-safer.c: New file.
15824
15825         GNU tar needs these.
15826         * lib/pipe-safer.c: New file.
15827         * lib/creat-safer.c: New file.
15828         * lib/fcntl--.h (creat): Define to creat_safer.
15829         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
15830         * lib/unistd--.h (pipe): Define to pipe_safer.
15831         * lib/unistd-safer.h: Declare pipe_safer.
15832
15833 2005-08-26  Simon Josefsson  <jas@extundo.com>
15834
15835         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15836         Haible <bruno@clisp.org>.
15837
15838 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15839
15840         * lib/regex_internal.h: Remove all references to
15841         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15842         or better.
15843         (bitset_not, bitset_merge, bitset_not_merge):
15844         (bitset_mask, re_string_allocate, re_string_construct):
15845         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15846         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15847         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15848         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15849         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15850         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15851         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15852         (re_acquire_state_context):
15853         Remove unnecessary forward decls.
15854         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15855         Put __attribute at function definition,
15856         now that the function decl has been removed.
15857         * lib/regex_internal.c (re_string_peek_byte_case):
15858         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15859         Likewise.
15860
15861 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15862
15863         * m4/regex.m4: Add AC_PREREQ(2.50).
15864         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15865
15866 2005-08-25  Simon Josefsson  <jas@extundo.com>
15867
15868         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15869         __fsetlocking.
15870
15871 2005-08-25  Simon Josefsson  <jas@extundo.com>
15872
15873         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15874         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15875         GLIBC specific code.
15876
15877 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15878
15879         Make regex safe for g++.  This fixes one real bug (an "err"
15880         that should have been "*err").  g++ problem reported by
15881         Sam Steingold.
15882         * lib/regex_internal.h (re_calloc): New macro, consistent with
15883         re_malloc etc.  All callers of calloc changed to use re_calloc.
15884         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15885         not int.  All callers changed.
15886         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15887         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15888         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15889         (find_recover_state): Change "err" to "*err"; this fixes what
15890         appears to be a real bug.
15891         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15892         versus int.
15893
15894 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15895
15896         * modules/regex (Depends-on): Add malloc, since the code
15897         assumes that !malloc(0) means failure.
15898
15899 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15900
15901         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15902
15903         alloca modernization/simplification for regex.
15904         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15905         needs to be at the start of the file, and can be moved into
15906         regex_internal.h and simplified.
15907         * lib/regex_internal.h: Include <alloca.h>.
15908         (__libc_use_alloca) [!defined _LIBC]: New macro.
15909         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15910         now works outside glibc.
15911
15912 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15913
15914         * config/srclist.txt: Add glibc bugs 1241, 1245.
15915
15916 2005-08-25  Jim Meyering  <jim@meyering.net>
15917
15918         * lib/open-safer.c: Include <config.h>.
15919         Otherwise, we'd lose LARGEFILE support in any file using
15920         e.g. "fcntl--.h"
15921
15922 2005-08-25  Bruno Haible  <bruno@clisp.org>
15923
15924         * m4/minmax.m4: Require autoconf 2.52.
15925         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15926         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15927         alternatives of translit over the alphabet.
15928         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15929
15930 2005-08-24  Simon Josefsson  <jas@extundo.com>
15931
15932         * tests/test-getpass.c: New file.
15933
15934 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15935
15936         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15937         for GNU regex features.
15938
15939 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15940
15941         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15942         * lib/regex.h (regerror): Likewise.
15943
15944         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15945         requires this.  (The code never needed it.)
15946
15947         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15948         All uses of recently-renamed identifiers changed to use the new,
15949         POSIX-compliant names.  The code will build and run just fine
15950         without these changes, but it's better to eat our own dog food
15951         and use the standard-conforming names.
15952
15953         * lib/regex.h: Fix a multitude of POSIX name space violations.
15954         These changes have an effect only for programs that define
15955         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15956         do not change anything for programs compiled in the normal way.
15957         Also, there is no effect on the ABI.
15958
15959         (_REGEX_SOURCE): New macro.
15960         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15961         defined and _GNU_SOURCE is not; this fixes a name space violation.
15962
15963         Rename the following macros to obey POSIX requirements.
15964         The old names are still visible as macros if _REGEX_SOURCE is defined.
15965         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15966         RE_BACKSLASH_ESCAPE_IN_LISTS.
15967         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15968         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15969         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15970         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15971         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15972         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15973         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15974         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15975         (REG_INTERVALS): renamed from RE_INTERVALS.
15976         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15977         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15978         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15979         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15980         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15981         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15982         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15983         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15984         RE_UNMATCHED_RIGHT_PAREN_ORD.
15985         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15986         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15987         (REG_DEBUG): renamed from RE_DEBUG.
15988         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15989         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15990         unusual, since we can't clash with the POSIX REG_ICASE.
15991         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15992         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15993         (REG_NO_SUB): renamed from RE_NO_SUB.
15994         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15995         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15996         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15997         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15998         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15999         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
16000         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
16001         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
16002         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
16003         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
16004         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
16005         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
16006         RE_SYNTAX_POSIX_MINIMAL_BASIC.
16007         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
16008         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
16009         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
16010         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
16011         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
16012         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
16013         (REG_FIXED): Renamed from REGS_FIXED.
16014         (REG_NREGS): Renamed from RE_NREGS.
16015
16016         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
16017         of other REG_* macros, since POSIX says the user is allowed to
16018         #undef these macros selectively.
16019
16020         (reg_errcode_t): Update comment stating what other tables need
16021         to be consistent.
16022
16023         Rename the following enum values to obey POSIX requirements.
16024         The old names are still visible as macros.
16025         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
16026         is not defined, since GNU is supposed to be a superset of POSIX as
16027         much as possible, and since we want reg_errcode_t to be a signed
16028         type for implementation consistency.
16029         (_REG_NOERROR): Renamed from REG_NOERROR.
16030         (_REG_NOMATCH): Renamed from REG_NOMATCH.
16031         (_REG_BADPAT): Renamed from REG_BADPAT.
16032         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
16033         (_REG_ECTYPE): Renamed from REG_ECTYPE.
16034         (_REG_EESCAPE): Renamed from REG_EESCAPE.
16035         (_REG_ESUBREG): Renamed from REG_ESUBREG.
16036         (_REG_EBRACK): Renamed from REG_EBRACK.
16037         (_REG_EPAREN): Renamed from REG_EPAREN.
16038         (_REG_EBRACE): Renamed from REG_EBRACE.
16039         (_REG_BADBR): Renamed from REG_BADBR.
16040         (_REG_ERANGE): Renamed from REG_ERANGE.
16041         (_REG_ESPACE): Renamed from REG_ESPACE.
16042         (_REG_BADRPT): Renamed from REG_BADRPT.
16043         (_REG_EEND): Renamed from REG_EEND.
16044         (_REG_ESIZE): Renamed from REG_ESIZE.
16045         (_REG_ERPAREN): Renamed from REG_ERPAREN.
16046         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
16047         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
16048         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
16049         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
16050
16051         (_REG_RE_NAME, _REG_RM_NAME): New macros.
16052         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
16053         changed.  But support the old name if the new one is not defined
16054         and if _REGEX_SOURCE.
16055
16056         Change the following member names in struct re_pattern_buffer.
16057         The old names are still supported if !_REGEX_SOURCE.
16058         The new names are always supported, regardless of _REGEX_SOURCE.
16059         (re_buffer): Renamed from buffer.
16060         (re_allocated): Renamed from allocated.
16061         (re_used): Renamed from used.
16062         (re_syntax): Renamed from syntax.
16063         (re_fastmap): Renamed from fastmap.
16064         (re_translate): Renamed from translate.
16065         (re_can_be_null): Renamed from can_be_null.
16066         (re_regs_allocated): Renamed from regs_allocated.
16067         (re_fastmap_accurate): Renamed from fastmap_accurate.
16068         (re_no_sub): Renamed from no_sub.
16069         (re_not_bol): Renamed from not_bol.
16070         (re_not_eol): Renamed from not_eol.
16071         (re_newline_anchor): Renamed from newline_anchor.
16072
16073         Change the following member names in struct re_registers.
16074         The old names are still supported if !_REGEX_SOURCE.
16075         The new names are always supported, regardless of _REGEX_SOURCE.
16076         (rm_num_regs): Renamed from num_regs.
16077         (rm_start): Renamed from start.
16078         (rm_end): Renamed from end.
16079
16080         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
16081         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
16082         Prepend __ to parameter names.
16083
16084         Undo yesterday's changes.
16085
16086 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16087
16088         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
16089         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
16090         lib/regex.c.
16091
16092 2005-08-24  Jim Meyering  <jim@meyering.net>
16093
16094         Sync from coreutils.
16095         * m4/fcntl-safer.m4: New file.
16096
16097         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
16098         and object files for this module.
16099
16100 2005-08-24  Jim Meyering  <jim@meyering.net>
16101
16102         Sync from coreutils.
16103         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
16104
16105 2005-08-24  Jim Meyering  <jim@meyering.net>
16106
16107         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
16108         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
16109
16110 2005-08-24  Jim Meyering  <jim@meyering.net>
16111
16112         * modules/fcntl-safer: New module.
16113         * modules/fts (Depends-on): Add fcntl-safer.
16114         * MODULES.html.sh (File descriptor based Input/Output):
16115         Add fcntl-safer.
16116
16117 2005-08-24  Bruno Haible  <bruno@clisp.org>
16118
16119         Support for unit test modules.
16120         * modules/README: Mention tests modules.
16121         * modules/TEMPLATE-TESTS: New file.
16122         * gnulib-tool: New options --extract-tests-module, --with-tests and
16123         --tests-base (unused for the moment).
16124         (testsbase, inctests): New variables.
16125         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
16126         (func_verify_module): Exclude TEMPLATE-TESTS.
16127         (func_verify_nontests_module, func_verify_tests_module): New functions.
16128         (func_get_dependencies): Add implicit dependency for tests modules.
16129         (func_get_tests_module): New function.
16130         (func_modules_transitive_closure): When --with-tests was specified,
16131         include the unit tests as well, unless explicitly avoided.
16132         (func_emit_lib_Makefile_am): Ignore the tests modules here.
16133         (func_emit_tests_Makefile_am): New function.
16134         (func_create_testdir): When --with-tests was specified, emit a
16135         tests/ directory.
16136         * MODULES.html.sh (Future developments): Update.
16137
16138 2005-08-24  Bruno Haible  <bruno@clisp.org>
16139
16140         * modules/tls-tests: New file.
16141         * tests/test-tls.c: New file, from GNU gettext.
16142
16143 2005-08-24  Bruno Haible  <bruno@clisp.org>
16144
16145         * modules/lock-tests: New file.
16146         * tests/test-lock.c: New file, from GNU gettext.
16147
16148 2005-08-24  Bruno Haible  <bruno@clisp.org>
16149
16150         * lib/lock.h: Add multiple inclusion guard.
16151         * lib/tls.h: Add multiple inclusion guard.
16152
16153 2005-08-24  Bruno Haible  <bruno@clisp.org>
16154
16155         * gnulib-tool: Add support for the --aux-dir option to
16156         --create-testdir, --create-megatestdir, --test, --megatest.
16157         (func_create_testdir, func_create_megatestdir): Optionally emit a
16158         AC_CONFIG_AUX_DIR directive.
16159         (create-testdir, create-megatestdir, test, megatest): Provide a
16160         default value for $auxdir.
16161
16162 2005-08-24  Bruno Haible  <bruno@clisp.org>
16163
16164         * gnulib-tool (import): Use compound statement instead of subshell
16165         where possible.
16166
16167 2005-08-24  Bruno Haible  <bruno@clisp.org>
16168
16169         * gnulib-tool (import): Change --aux-dir default to "build-aux".
16170
16171 2005-08-24  Bruno Haible  <bruno@clisp.org>
16172
16173         * gnulib-tool (func_version): Update.
16174
16175 2005-08-24  Bruno Haible  <bruno@clisp.org>
16176
16177         * gnulib-tool (func_import, func_create_testdir,
16178         func_create_megatestdir): Quote all autoconf macro arguments.
16179
16180 2005-08-24  Bruno Haible  <bruno@clisp.org>
16181
16182         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
16183         option --force, because --force causes the aclocal.m4 of each
16184         subdirectory to be newer than the corresponding config.h.in.
16185
16186 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16187
16188         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
16189         All contents moved to gl_REGEX.
16190         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
16191         assume that it does.
16192
16193 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16194
16195         * lib/regex.h (REG_NOSYS)
16196         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
16197         Define, since POSIX requires it as of 2001.
16198         (_REG_ENOSYS)
16199         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
16200         New private symbol, used to keep the enum signed in all cases.
16201         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
16202         Youngman in
16203         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
16204
16205         * lib/regex_internal.c (re_string_skip_chars, register_state):
16206         (calc_state_hash):
16207         Remove forward decls; no longer needed now that we use prototypes.
16208         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
16209         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
16210         (clean_state_log_if_needed): Likewise.
16211
16212 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         * config/srclist.txt: Add glibc bugs 1231-1233.
16215
16216 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16217
16218         Fix problems reported by Sam Steingold in
16219         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
16220         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
16221         assumed that reg_errcode_t is a signed type, which is not
16222         necessarily true if _XOPEN_SOURCE is not defined.
16223         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
16224         since some compilers warn about it otherwise.
16225
16226 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16227
16228         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
16229         (init_word_char, create_initial_state, duplicate_node_closure):
16230         (fetch_token, peek_token_bracket, build_range_exp):
16231         (build_collating_symbol): Remove forward decls; no longer needed
16232         now that we use prototypes.
16233
16234         * lib/regcomp.c:
16235         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
16236         (re_compile_fastmap_iter, regcomp, regerror, regfree):
16237         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
16238         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
16239         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
16240         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
16241         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
16242         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
16243         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
16244         (build_range_exp, build_collating_symbol, parse_bracket_exp):
16245         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
16246         (build_charclass, build_charclass_op, fetch_number, create_tree):
16247         (create_token_tree, mark_opt_subexp, duplicate_tree):
16248         Use prototypes rather than old-style definitions.
16249
16250         * lib/regex_internal.c:
16251         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
16252         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
16253         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
16254         (re_string_reconstruct, re_string_peek_byte_case):
16255         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
16256         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
16257         (re_node_set_init_copy, re_node_set_add_intersect):
16258         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16259         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16260         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
16261         (re_acquire_state, re_acquire_state_context, register_state):
16262         (create_ci_newstate, create_cd_newstate, free_state):
16263         Likewise.
16264         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
16265         re_search_2):
16266         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
16267         (re_search_internal, prune_impossible_nodes):
16268         (acquire_init_state_context, check_matching, static):
16269         (check_halt_node_context, check_halt_state_context, proceed_next_node):
16270         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
16271         (update_regs, sift_states_backward, build_sifted_states):
16272         (clean_state_log_if_needed, merge_state_array):
16273         (update_cur_sifted_state, add_epsilon_src_nodes):
16274         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
16275         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
16276         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
16277         (find_recover_state, check_subexp_matching_top, transit_state_mb):
16278         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
16279         (check_arrival, check_arrival_add_next_nodes):
16280         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
16281         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
16282         (check_node_accept_bytes, check_node_accept, extend_buffers):
16283         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
16284         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
16285         (sift_ctx_init):
16286         Likewise.
16287
16288         * lib/regex_internal.h:
16289         (re_string_allocate, re_string_construct, re_string_reconstruct):
16290         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
16291         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
16292         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
16293         (re_string_context_at, re_string_peek_byte_case):
16294         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
16295         is defined, since we now use prototypes always.
16296
16297         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
16298         C89 or better.  All uses removed.
16299
16300 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16301
16302         * config/srclist.txt: Add glibc bugs 1220-1227.
16303
16304 2005-08-20  Jim Meyering  <jim@meyering.net>
16305
16306         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
16307         of unused local, dfa.
16308
16309 2005-08-20  Bruno Haible  <bruno@clisp.org>
16310
16311         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
16312
16313 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16314
16315         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
16316         (re_node_set_insert_last, re_dfa_add_node):
16317         Rename local variables to avoid GCC shadowing warnings.
16318
16319 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16320
16321         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
16322         [defined lint]: Suppress bogus uninitialized-variable warnings.
16323
16324         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
16325         and let the caller return REG_ESPACE if out of space.  This
16326         removes an uninitialied-variable warning with GCC 4.0.1, and also
16327         avoids taking the address of a local variable.  All callers
16328         changed.
16329
16330 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
16333         $LIBCSRC/posix/regexec.c.
16334         Add glibc bug 1217 for regcomp.c.
16335
16336 2005-08-19  Jim Meyering  <jim@meyering.net>
16337
16338         * lib/regexec.c (proceed_next_node): Redo local variables to
16339         avoid GCC shadowing warnings.
16340
16341 2005-08-18  Bruno Haible  <bruno@clisp.org>
16342
16343         * lib/strstr.c (strstr): Fix return value in multibyte case.
16344         * lib/strcasestr.c (strcasestr): Likewise.
16345
16346 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16347
16348         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
16349
16350 2005-08-17  Jim Meyering  <jim@meyering.net>
16351
16352         Make the %s format (seconds since the epoch) work for a negative
16353         number and when used with a zero-padded field width, e.g. %015s.
16354
16355         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
16356         label so that it precedes the code to set `digits'.  Otherwise,
16357         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
16358         print `00-22'.  Now, it prints `-0022', as it should.
16359
16360 2005-08-17  Bruno Haible  <bruno@clisp.org>
16361
16362         * modules/strstr (Files): Add m4/mbrtowc.m4.
16363         (Depends-on): Add mbuiter.
16364
16365 2005-08-17  Bruno Haible  <bruno@clisp.org>
16366
16367         * modules/strcasestr: New file.
16368         * MODULES.html.sh (String handling, based on ANSI C 89): Add
16369         strcasestr.
16370
16371 2005-08-17  Bruno Haible  <bruno@clisp.org>
16372
16373         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
16374
16375 2005-08-17  Bruno Haible  <bruno@clisp.org>
16376
16377         * modules/mbuiter: New file.
16378         * MODULES.html.sh (Extended multibyte and wide character utilities):
16379         Add mbuiter.
16380
16381 2005-08-17  Bruno Haible  <bruno@clisp.org>
16382
16383         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
16384         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
16385
16386 2005-08-17  Bruno Haible  <bruno@clisp.org>
16387
16388         * m4/strcasestr.m4: New file.
16389
16390 2005-08-17  Bruno Haible  <bruno@clisp.org>
16391
16392         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
16393         * lib/strstr.c: Completely rewritten, with multibyte locale support.
16394
16395 2005-08-17  Bruno Haible  <bruno@clisp.org>
16396
16397         * lib/strcasestr.h: New file.
16398         * lib/strcasestr.c: New file.
16399
16400 2005-08-17  Bruno Haible  <bruno@clisp.org>
16401
16402         * lib/strcasecmp.c: Use mbuiter.h.
16403
16404 2005-08-17  Bruno Haible  <bruno@clisp.org>
16405
16406         * lib/mbuiter.h: New file.
16407
16408 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
16409
16410         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
16411         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
16412         and gl_GETOPT are both invoked via different paths (as happens
16413         with GNU tar CVS because it uses both argp and getopt), the former
16414         wins.
16415
16416 2005-08-16  Bruno Haible  <bruno@clisp.org>
16417
16418         * modules/tls: New file.
16419         * MODULES.html.sh (Multithreading): Add tls.
16420
16421 2005-08-16  Bruno Haible  <bruno@clisp.org>
16422
16423         * modules/strnlen1: New file.
16424         * MODULES.html.sh (String handling): Add strnlen1.
16425
16426 2005-08-16  Bruno Haible  <bruno@clisp.org>
16427
16428         * modules/strcase (Files): Add m4/mbrtowc.m4.
16429         (Depends-on): Add strnlen1, mbchar.
16430
16431 2005-08-16  Bruno Haible  <bruno@clisp.org>
16432
16433         * modules/mbiter: New file.
16434         * MODULES.html.sh (Extended multibyte and wide character utilities):
16435         Add mbiter.
16436
16437 2005-08-16  Bruno Haible  <bruno@clisp.org>
16438
16439         * modules/mbfile: New file.
16440         * MODULES.html.sh (Extended multibyte and wide character utilities):
16441         Add mbfile.
16442
16443 2005-08-16  Bruno Haible  <bruno@clisp.org>
16444
16445         * modules/mbchar: New file.
16446         * MODULES.html.sh (Extended multibyte and wide character utilities):
16447         New section.
16448
16449 2005-08-16  Bruno Haible  <bruno@clisp.org>
16450
16451         * m4/tls.m4: New file, from GNU gettext.
16452
16453 2005-08-16  Bruno Haible  <bruno@clisp.org>
16454
16455         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
16456         always.
16457         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
16458
16459 2005-08-16  Bruno Haible  <bruno@clisp.org>
16460
16461         * m4/mbiter.m4: New file.
16462
16463 2005-08-16  Bruno Haible  <bruno@clisp.org>
16464
16465         * m4/mbfile.m4: New file.
16466
16467 2005-08-16  Bruno Haible  <bruno@clisp.org>
16468
16469         * m4/mbchar.m4: New file.
16470
16471 2005-08-16  Bruno Haible  <bruno@clisp.org>
16472
16473         * lib/tls.h: New file, from GNU gettext.
16474         * lib/tls.c: New file, from GNU gettext.
16475
16476 2005-08-16  Bruno Haible  <bruno@clisp.org>
16477
16478         * lib/strnlen1.h: New file.
16479         * lib/strnlen1.c: New file.
16480
16481 2005-08-16  Bruno Haible  <bruno@clisp.org>
16482
16483         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
16484         (mbi_init): Update.
16485         (mbi_avail, mbi_advance): Let the iteration end before the terminating
16486         NUL byte, not after it.
16487
16488 2005-08-16  Bruno Haible  <bruno@clisp.org>
16489
16490         * lib/strcase.h (strcasecmp): Add note in comments.
16491         * lib/strncasecmp.c: Use code from strcasecmp.c.
16492         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
16493         (strcasecmp): Work correctly in multibyte locales.
16494
16495 2005-08-16  Bruno Haible  <bruno@clisp.org>
16496
16497         * lib/mbiter.h: New file.
16498
16499 2005-08-16  Bruno Haible  <bruno@clisp.org>
16500
16501         * lib/mbfile.h: New file.
16502
16503 2005-08-16  Bruno Haible  <bruno@clisp.org>
16504
16505         * lib/mbchar.h: New file.
16506         * lib/mbchar.c: New file.
16507
16508 2005-08-16  Bruno Haible  <bruno@clisp.org>
16509
16510         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
16511         the valid ones. Makes the comparison operations transitive:
16512         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
16513         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
16514
16515 2005-08-15  Simon Josefsson  <jas@extundo.com>
16516
16517         * modules/ssize_t (License): Change to 'unlimited'.
16518
16519         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
16520
16521 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16522
16523         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
16524         Add comments for each pending glibc patch.
16525
16526 2005-08-15  Bruno Haible  <bruno@clisp.org>
16527
16528         * lib/regex.h (__restrict_arr): Don't define to __restrict if
16529         __cplusplus is defined.
16530
16531 2005-08-14  Jim Meyering  <jim@meyering.net>
16532
16533         Sync from coreutils.
16534
16535         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
16536         Use the hash-table-based cycle-detection code not just when
16537         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
16538         Reported by James Youngman in
16539         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
16540         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
16541         FTS_TIGHT_CYCLE_CHECK.
16542         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
16543         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
16544         once again.
16545         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
16546         * lib/fts.c (fd_safer): Remove decl.
16547         Include fcntl--.h rather than unistd-safer.h
16548         (fts_safe_changedir): Don't call fd_safer; no longer needed
16549         now that we include fcntl--.h.
16550
16551 2005-08-12  Simon Josefsson  <jas@extundo.com>
16552
16553         * modules/getndelim2: Use ssize_t module.
16554         * modules/getnline: Likewise.
16555         * modules/safe-read: Likewise.
16556         * modules/xreadlink: Likewise.
16557
16558         * modules/ssize_t: New file.
16559
16560 2005-08-12  Simon Josefsson  <jas@extundo.com>
16561
16562         * m4/readline.m4: Look for termcap, curses or ncurses if required.
16563
16564 2005-08-12  Simon Josefsson  <jas@extundo.com>
16565
16566         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16567         ssize_t.
16568
16569 2005-08-12  Simon Josefsson  <jas@extundo.com>
16570
16571         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
16572         readline, getdelim and check_version.
16573         (Support for systems lacking ISO C 99: Sizes of integer types):
16574         Add size_max.
16575
16576 2005-08-12  Bruno Haible  <bruno@clisp.org>
16577
16578         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
16579
16580 2005-08-11  Simon Josefsson  <jas@extundo.com>
16581
16582         * modules/readline: New file.
16583
16584         * modules/strnlen (Files): Add strnlen.h.
16585
16586 2005-08-11  Simon Josefsson  <jas@extundo.com>
16587
16588         * m4/readline.m4: New file.
16589
16590 2005-08-11  Simon Josefsson  <jas@extundo.com>
16591
16592         * lib/readline.h, readline.c: New file.
16593
16594 2005-08-11  Simon Josefsson  <jas@extundo.com>
16595
16596         * doc/gnulib.texi (Initial import, Finishing touches): Mention
16597         gl_AVOID.
16598
16599 2005-08-11  Bruno Haible  <bruno@clisp.org>
16600
16601         * lib/strnlen.h (strnlen): Change parameter name to match comment.
16602
16603 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
16604
16605         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
16606
16607 2005-08-10  Simon Josefsson  <jas@extundo.com>
16608
16609         * tests/test-iconvme.c: New file.
16610
16611 2005-08-10  Simon Josefsson  <jas@extundo.com>
16612
16613         * m4/strnlen.m4: New file.
16614
16615         * m4/strndup.m4: Don't check for strnlen declaration, done in
16616         strnlen.m4.
16617
16618 2005-08-10  Simon Josefsson  <jas@extundo.com>
16619
16620         * lib/strndup.c: Use strnlen.h.
16621
16622         * lib/strnlen.h: New file.
16623
16624 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16625
16626         * README: Typos.
16627
16628 2005-08-02  Simon Josefsson  <jas@extundo.com>
16629
16630         * modules/readline: New file.
16631
16632 2005-08-02  Simon Josefsson  <jas@extundo.com>
16633
16634         * modules/getdelim: New file.
16635
16636         * modules/getline: Rewrite, don't use getndelim2.
16637
16638 2005-08-02  Simon Josefsson  <jas@extundo.com>
16639
16640         * m4/getline.m4: Separate out getdelim stuff into separate module.
16641
16642         * m4/getdelim.m4: New file.
16643
16644 2005-08-02  Simon Josefsson  <jas@extundo.com>
16645
16646         * lib/getline.h, getline.c: Rewrite.
16647
16648         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
16649
16650 2005-07-31  Bruno Haible  <bruno@clisp.org>
16651
16652         * lib/lock.h (gl_lock_initializer): New macro.
16653         (gl_lock_define_initialized): Use it.
16654         (gl_rwlock_initializer): New macro.
16655         (gl_rwlock_define_initialized): Use it.
16656         (gl_recursive_lock_initializer): New macro.
16657         (gl_recursive_lock_define_initialized): Use it.
16658
16659 2005-07-30  Karl Berry  <karl@gnu.org>
16660
16661         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
16662         Report from Ben Pfaff, regarding getopt.
16663
16664 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
16665
16666         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
16667         normal way.
16668         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
16669         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
16670         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
16671         (gl_GETOPT): Use the new macros.  Most of the implementation
16672         is moved to the new macros.  This is for programs like Emacs
16673         that don't want all the functionality of gl_GETOPT.
16674
16675 2005-07-26  Bruno Haible  <bruno@clisp.org>
16676
16677         * m4/lock.m4: Update from GNU gettext.
16678
16679 2005-07-26  Bruno Haible  <bruno@clisp.org>
16680
16681         * lib/lock.h: Update from GNU gettext.
16682         * lib/lock.c: Update from GNU gettext.
16683
16684 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16685
16686         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
16687         obsolescent AC_TRY_RUN.  Include the default includes files, for
16688         'exit'.
16689
16690 2005-07-24  Bruno Haible  <bruno@clisp.org>
16691
16692         * modules/visibility: New file.
16693         * MODULES.html.sh (Misc): Add visibility.
16694
16695 2005-07-24  Bruno Haible  <bruno@clisp.org>
16696
16697         * m4/visibility.m4: New file.
16698
16699 2005-07-24  Bruno Haible  <bruno@clisp.org>
16700
16701         * doc/visibility.texi: New file.
16702
16703 2005-07-22  Bruno Haible  <bruno@clisp.org>
16704
16705         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
16706         $(ALLOCA_H), redundant through BUILT_SOURCES.
16707         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
16708         redundant through BUILT_SOURCES.
16709         * modules/byteswap (Makefile.am): Remove explicit dependency on
16710         $(BYTESWAP_H), redundant through BUILT_SOURCES.
16711         * modules/fnmatch (Makefile.am): Remove explicit dependency on
16712         $(FNMATCH_H), redundant through BUILT_SOURCES.
16713         * modules/getopt (Makefile.am): Remove explicit dependency on
16714         $(GETOPT_H), redundant through BUILT_SOURCES.
16715         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
16716         redundant through BUILT_SOURCES.
16717         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
16718         redundant through BUILT_SOURCES.
16719         * modules/stdbool (Makefile.am): Remove explicit dependency on
16720         $(STDBOOL_H), redundant through BUILT_SOURCES.
16721         * modules/stdint (Makefile.am): Remove explicit dependency on
16722         $(STDINT_H), redundant through BUILT_SOURCES.
16723         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
16724         Remove explicit dependency on $(SYSEXITS_H).
16725         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
16726
16727 2005-07-18  Simon Josefsson  <jas@extundo.com>
16728
16729         * lib/check-version.c (check_version): Accept identical versions too.
16730
16731 2005-07-18  Bruno Haible  <bruno@clisp.org>
16732
16733         * modules/lock: New file.
16734         * MODULES.html.sh (Multithreading): New section.
16735
16736 2005-07-18  Bruno Haible  <bruno@clisp.org>
16737
16738         * m4/lock.m4: New file, from GNU gettext.
16739
16740 2005-07-18  Bruno Haible  <bruno@clisp.org>
16741
16742         * lib/lock.h: New file, from GNU gettext.
16743         * lib/lock.c: New file, from GNU gettext.
16744
16745 2005-07-18  Bruno Haible  <bruno@clisp.org>
16746
16747         * lib/lock.h (gl_once_t): New type.
16748         (gl_once_define, gl_once): New macros.
16749         * lib/lock.c (fresh_once): New variable.
16750         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
16751         functions.
16752
16753 2005-07-16  Simon Josefsson  <jas@extundo.com>
16754
16755         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
16756         workaround, suggested by Bruno.
16757
16758 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16759
16760         * modules/xalloc (Depends-on): Add xalloc-die.
16761         * modules/xvasprintf (Depends-on): Add xalloc-die.
16762
16763 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16764
16765         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
16766         with a minor change.
16767
16768 2005-07-15  Bruno Haible  <bruno@clisp.org>
16769
16770         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
16771         When using lib/poll.c, define poll as rpl_poll.
16772
16773 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16774
16775         * modules/argp (Depends-on): Remove unlocked-io.
16776
16777 2005-07-14  Derek Price  <derek@ximbiot.com>
16778
16779         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
16780         for glob symlink bug.
16781
16782 2005-07-14  Bruno Haible  <bruno@clisp.org>
16783
16784         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
16785         Instead, test for *_unlocked function declarations directly.
16786
16787 2005-07-11  Simon Josefsson  <jas@extundo.com>
16788
16789         * modules/size_max: New file.
16790
16791         * modules/xsize: Depend on size_max module for size_max.m4.
16792
16793 2005-07-11  Simon Josefsson  <jas@extundo.com>
16794
16795         * lib/size_max.h: New file.
16796
16797 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
16798
16799         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
16800         copyright symbol and the year.
16801         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
16802         (version_etc_va): Use parameterized copyright notice.
16803         Reword to conform to the current GNU coding standards.
16804
16805 2005-07-11  Karl Berry  <karl@gnu.org>
16806
16807         * doc/gnulib.texi (Quoting): new node.
16808         (Initial import): more info, from Patrice.
16809
16810 2005-07-11  Bruno Haible  <bruno@clisp.org>
16811
16812         * gnulib-tool (func_usage): Document option --avoid.
16813         (Command line options): Handle --avoid.
16814         (func_acceptable): New function.
16815         (func_modules_transitive_closure): Use it.
16816
16817 2005-07-11  Bruno Haible  <bruno@clisp.org>
16818
16819         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
16820         Reported by Jim Meyering.
16821
16822 2005-07-10  Bruno Haible  <bruno@clisp.org>
16823
16824         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
16825         Needed when size_t is smaller than 'unsigned int'.
16826         Reported by Paul Eggert.
16827
16828 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16829
16830         * modules/argp (Depends-on): Add unlocked-io
16831
16832 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16833
16834         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
16835         block of defines.
16836
16837 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16838
16839         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16840         fix now.
16841
16842 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16843         and Paul Eggert  <eggert@cs.ucla.edu>
16844
16845         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16846         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16847
16848 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16849
16850         * modules/regex (Files): Add lib/regex_internal.c,
16851         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16852         (Depends-on): Add extensions.
16853         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16854
16855 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16856
16857         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16858         pathconf.
16859         * m4/same.m4 (gl_SAME): Likewise.
16860         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16861
16862         * m4/regex.m4: Adjust to new libc regex implementation.
16863         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16864         all the .c and .h parts of (the new) regex.
16865         Quote the m4 stuff better.
16866         Check for RE_ICASE bug of old gnulib.
16867         Check for REG_STARTEND of recent libc.
16868         Rename local variables from jm_* to gl_*.
16869         Quote operand of "test -f".
16870         Say "recent enough" version of libc, not "version 2".
16871         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16872         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16873         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16874         Remove check for btowc, isascii.
16875         Require AM_LANGINFO_CODESET.
16876
16877 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16878
16879         * lib/regex.c, regex.h: Sync from libc.
16880         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16881         * lib/regexec.c:
16882         New files, synced from libc, except that regex_internal.h
16883         currently has a small porting fix.
16884
16885 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16886
16887         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16888         regex_internal.c, regexec.c.
16889         Add regex_internal.h too, but as a comment, since the libc version
16890         is currently broken in gnulib mode.
16891
16892 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16893
16894         Support programs like Emacs that use gnulib but not gettext.
16895         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16896         * modules/gettext-h: New file.
16897         * modules/gettext (Files): Remove lib/gettext.h.
16898         (Depends-on): Add gettext-h.
16899         (Makefile.am): Remove lib_SOURCES.
16900         * modules/argmatch, modules/c-stack, modules/closeout:
16901         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16902         * modules/execute, modules/file-type, modules/getaddrinfo:
16903         * modules/getopt, modules/human, modules/javacomp:
16904         * modules/javaexec, modules/mkdir-p, modules/obstack:
16905         * modules/openat, modules/pagealign_alloc, modules/pipe:
16906         * modules/quotearg, modules/regex, modules/rpmatch:
16907         * modules/unicodeio, modules/userspec, modules/version-etc:
16908         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16909         * modules/xsetenv:
16910         Depend on gettext-h, not gettext.
16911
16912 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16913
16914         * gnulib-tool (func_import): Add support for 'public domain' license.
16915         * modules/alloca, modules/atexit, modules/memmove:
16916         Now public domain, not GPL.
16917         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16918         * modules/realloc, modules/strerror, modules/strtod:
16919         Now LGPL, not GPL.
16920
16921 2005-07-05  Bruno Haible  <bruno@clisp.org>
16922
16923         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16924         autoconf CVS. Needed for mingw.
16925
16926 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16927
16928         Remove the dependency of the strftime module on the tzset module.
16929         * modules/strftime (Depends-on): Remove dependency on tzset.
16930
16931 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16932
16933         Remove the dependency of the strftime module on the tzset module.
16934         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16935         gl_FUNC_TZSET_CLOBBER.
16936
16937 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16938
16939         Remove the dependency of the strftime module on the tzset module.
16940         * lib/strftime.c (my_strftime)
16941         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16942         Copy the input structure, to work around some of the bug with
16943         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16944         Solaris releases, you should also use the tzset module, but we won't
16945         require it as a dependency any more since we don't want LGPLed code
16946         to depend on GPLed code.
16947
16948 2005-07-02  Jim Meyering  <jim@meyering.net>
16949
16950         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16951         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16952         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16953         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16954
16955 2005-07-02  Jim Meyering  <jim@meyering.net>
16956
16957         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16958
16959 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16960
16961         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16962         declares only 'struct timespec;' (!).
16963
16964 2005-07-01  Jim Meyering  <jim@meyering.net>
16965
16966         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16967         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16968         * lib/save-cwd.c, tempname.c:
16969         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16970         and don't include <sys/file.h>).
16971
16972 2005-06-29  Jim Meyering  <jim@meyering.net>
16973
16974         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16975         type name.  Use the variable name instead.
16976         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16977         Likewise.
16978
16979 2005-06-28  Simon Josefsson  <jas@extundo.com>
16980
16981         * modules/check-version (Files): Add check-version.m4.
16982
16983 2005-06-28  Simon Josefsson  <jas@extundo.com>
16984
16985         * m4/check-version.m4: New file, suggested by Jim Meyering
16986         <jim@meyering.net>.
16987
16988 2005-06-28  Simon Josefsson  <jas@extundo.com>
16989
16990         * lib/check-version.h, lib/check-version.c: New files.
16991
16992 2005-06-28  Simon Josefsson  <jas@extundo.com>
16993
16994         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16995         collision with global variable.  Better indentation.  Don't
16996         increment buffer pointer beyond buffer end.  Based on comments
16997         from Paul Eggert <eggert@cs.ucla.edu>.
16998
16999         * lib/base64.h: Indent.
17000
17001 2005-06-28  Simon Josefsson  <jas@extundo.com>
17002
17003         * doc/gnulib.texi (Library version handling): New section.
17004
17005 2005-06-28  Jim Meyering  <jim@meyering.net>
17006
17007         * check-module (find_included_lib_files): Hard-code another
17008         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
17009         but modules/fts-lgpl (correctly) does not list those files.
17010
17011         * modules/canonicalize (Files): Add lib/pathmax.h.
17012
17013 2005-06-25  Simon Josefsson  <jas@extundo.com>
17014
17015         * modules/check-version: New file.
17016
17017 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
17018
17019         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
17020         initializer of struct addrinfo, as an indication that we don't
17021         care how many members the structure has.
17022
17023 2005-06-24  Derek Price  <derek@ximbiot.com>
17024         and Bruno Haible  <bruno@clisp.org>
17025
17026         Remove stat module & update lstat.
17027         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
17028         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
17029         * m4/stat.m4: Remove this file.
17030
17031 2005-06-24  Derek Price  <derek@ximbiot.com>
17032         and Bruno Haible  <bruno@clisp.org>
17033
17034         Remove stat module & update lstat.
17035         * lib/stat.c: Remove this file...
17036         (slash_aware_lstat): ...moving this content and its support...
17037         * lib/lstat.c (rpl_lstat): ...into here.
17038         * lib/lstat.h: New file.
17039
17040 2005-06-24  Derek Price  <derek@ximbiot.com>
17041         and Bruno Haible  <bruno@clisp.org>
17042
17043         Remove stat module & update lstat.
17044         * config/srclist.txt (libc sources): Remove stat.
17045
17046 2005-06-24  Derek Price  <derek@ximbiot.com>
17047         and Bruno Haible  <bruno@clisp.org>
17048
17049         Remove stat module & update lstat.
17050         * MODULES.html.sh (stat): Remove.
17051         * MODULES.html: Regenerated.
17052         * modules/lstat (Description): Correct function name.
17053         (Files): Add "lstat.h".
17054         (Depends-on): Remove stat, add xalloc, stat-macros.
17055         * modules/stat: Remove this file.
17056         (Include): Add "lstat.h", remove <sys/stat.h>.
17057
17058 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17059
17060         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
17061         (ranged_convert): Don't save conversion in a temporary struct.
17062         This causes a warning with GCC 4.0.0, and anyway in the typical
17063         case it's not worth the extra 100 bytes or so of code.
17064         (ranged_convert, __mktime_internal): When calling a function via a
17065         pointer P, use P () rather than (*P) (), as we now assume C89 or
17066         better.
17067
17068 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17069
17070         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
17071         "who -r" failed to give output.  Problem reported by Tim Waugh.
17072
17073         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
17074         (xcalloc): Use it to avoid needless tests.
17075         Problem reported by Jim Meyering.
17076
17077 2005-06-20  Derek Price  <derek@ximbiot.com>
17078
17079         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
17080         unnecessary for Autoconfs > 2.59c.
17081
17082 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17083
17084         * lib/argp.h (__option_is_short): Check upper limit of
17085         __key. Isprint() requires its argument to have the value
17086         of an unsigned char or EOF.
17087
17088 2005-06-16  Jim Meyering  <jim@meyering.net>
17089
17090         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
17091         when either N or S is zero.
17092
17093 2005-06-16  Derek Price  <derek@ximbiot.com>
17094
17095         * m4/bison.m4: Declare YACC & YFLAGS precious.
17096
17097 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
17100         multibyte string or pattern, fall back on unibyte matching.
17101         Problem reported by James Youngman.
17102
17103 2005-06-08  Bruno Haible  <bruno@clisp.org>
17104
17105         * modules/csharpcomp: New file.
17106         * MODULES.html.sh (C#): Add csharpcomp.
17107
17108 2005-06-08  Bruno Haible  <bruno@clisp.org>
17109
17110         * m4/csharpcomp.m4: New file, from GNU gettext.
17111
17112 2005-06-08  Bruno Haible  <bruno@clisp.org>
17113
17114         * lib/csharpcomp.h: New file, from GNU gettext.
17115         * lib/csharpcomp.c: New file, from GNU gettext.
17116         * lib/csharpcomp.sh.in: New file, from GNU gettext.
17117
17118 2005-06-08  Bruno Haible  <bruno@clisp.org>
17119
17120         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
17121         warning on mingw.
17122
17123 2005-06-07  Derek Price  <derek@ximbiot.com>
17124
17125         Sync from CVS.
17126         * lib/glob_.h: Indent nested #ifdef.
17127
17128 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17129
17130         Sync from coreutils.
17131         Use "file name" when talking about file names, instead of "filename"
17132         or "path", as per the GNU coding standards.
17133         * lib/mkdir-p.c: Renamed from makepath.c.
17134         (make_dir_parents): Renamed from make_path.  All callers changed.
17135         * lib/mkdir-p.h: Likewise.  All includers changed.
17136         * lib/filenamecat.c: Renamed from path-concat.c.
17137         (file_name_concat): Renamed from path_concat.  All callers changed.
17138         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
17139         * lib/filenamecat.h: Likewise.  All includers changed.
17140         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
17141         in comments or local variable names.
17142         * lib/basename.c: Likewise.
17143         * lib/canonicalize.c, canonicalize.h: Likewise.
17144         * lib/dirname.c, dirname.h: Likewise.
17145         * lib/euidaccess.c: Likewise.
17146         * lib/exclude.c: Likewise
17147         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
17148         * lib/fsusage.c, fsuage.h: Likewise.
17149         * lib/fts.c, fts_.h: Likewise.
17150         * lib/getcwd.c: Likewise.
17151         * lib/getloadavg.c: Likewise.
17152         * lib/mkstemp.c: Likewise.
17153         * lib/mountlist.c, mountlist.h: Likewise.
17154         * lib/openat.c, openat.h: Likewise.
17155         * lib/readlink-stub.c: Likewise.
17156         * lib/readutmp.c, readutmp.h: Likewise.
17157         * lib/rename.c: Likewise.
17158         * lib/rmdir.c: Likewise.
17159         * lib/same.c: Likewise.
17160         * lib/savedir.c: Likewise.
17161         * lib/stripslash.c: Likewise.
17162         * lib/tempname.c: Likewise.
17163         * lib/xreadlink.c: Likewise.
17164         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
17165         All uses changed.
17166         * lib/exclude.h: Likewise.
17167
17168         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
17169         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17170         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
17171         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17172         * lib/pathmax.h: Include <limits.h> unconditionally, since other
17173         files have been getting away with it for years (MORE/BSD 4.3
17174         is extinct now).
17175         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
17176         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17177
17178         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
17179         Define to 256, not 255, as per modern POSIX.
17180
17181 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17182
17183         Sync from coreutils.
17184         Use "file name" when talking about file names, instead of "filename"
17185         or "path", as per the GNU coding standards.
17186         * MODULES.html.sh: mkdir-p renamed from makepath.
17187         filenamecat renamed from path-concat.
17188         * modules/filenamecat: Renamed from modules/path-concat.
17189         (Files): filenamecat.h and filenamecat.c renamed from
17190         path-concat.h and path-concat.c.
17191         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
17192         (Include): filenamecat.h, not path-concat.h.
17193         * modules/mkdir-p: Renamed from modules/makepath.
17194         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
17195         makepath.c.
17196         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
17197         (Include): mkdir-p.h, not makepath.h.
17198
17199 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17200
17201         Sync from coreutils.
17202         * m4/mkdir-p.m4: Renamed from makepath.m4.
17203         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
17204         Rename files from makepath.c to mkdir-p.c, and from
17205         makepath.h to mkdir-p.h.
17206         * m4/filenamecat.m4: Renamed from path-concat.m4.
17207         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
17208         Rename files from path-concat.c to filenamecat.c,
17209         and from path-concat.h to filenamecat.h.
17210         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
17211         "file name" in local variables or comments.
17212         * m4/rename.m4: Likewise.
17213
17214 2005-06-01  Bruno Haible  <bruno@clisp.org>
17215
17216         * modules/csharpexec: New file.
17217         * MODULES.html.sh (C#): New section.
17218
17219 2005-06-01  Bruno Haible  <bruno@clisp.org>
17220
17221         * m4/csharp.m4: New file, from GNU gettext.
17222         * m4/csharpexec.m4: New file, from GNU gettext.
17223
17224 2005-06-01  Bruno Haible  <bruno@clisp.org>
17225
17226         * lib/csharpexec.h: New file, from GNU gettext.
17227         * lib/csharpexec.c: New file, from GNU gettext.
17228         * lib/csharpexec.sh.in: New file, from GNU gettext.
17229
17230 2005-05-31  Derek Price  <derek@ximbiot.com>
17231             Paul Eggert  <eggert@cs.ucla.edu>
17232
17233         Sync from cvs.
17234         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
17235
17236 2005-05-31  Derek Price  <derek@ximbiot.com>
17237             Paul Eggert  <eggert@cs.ucla.edu>
17238
17239         Sync from cvs.
17240         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
17241
17242 2005-05-29  Derek Price  <derek@ximbiot.com>
17243
17244         * config/srclist.txt (glob_.h, glob.c): Add these files.
17245
17246 2005-05-29  Derek Price  <derek@ximbiot.com>
17247
17248         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
17249         * modules/glob: New file.
17250         * modules/getlogin_r: Add link to POSIX spec in description.
17251
17252 2005-05-29  Derek Price  <derek@ximbiot.com>
17253             Paul Eggert  <eggert@cs.ucla.edu>
17254
17255         * m4/glob.m4: New file.
17256
17257 2005-05-29  Derek Price  <derek@ximbiot.com>
17258             Paul Eggert  <eggert@cs.ucla.edu>
17259
17260         * lib/glob_.h, lib/glob.c: New files.
17261
17262 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17263
17264         * modules/fts (Files): Remove m4/inttypes-pri.m4.
17265         * modules/fts-lgpl (Depends-on): Remove gettext.
17266
17267 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17268
17269         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
17270         and don't require gt_INTTYPES_PRI.
17271
17272 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17273
17274         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
17275
17276         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
17277         the configuration hassle isn't worth it.
17278         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
17279         (LONGEST_MODIFIER, PRIuMAX): Remove.
17280
17281 2005-05-27  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/getlogin_r.h: Remove second include of <stddef.h>.
17284
17285 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
17286
17287         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
17288         _POSIX_PTHREAD_SEMANTICS for Solaris.
17289
17290 2005-05-25  Derek Price  <derek@ximbiot.com>
17291
17292         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
17293
17294 2005-05-25  Derek Price  <derek@ximbiot.com>
17295             Paul Eggert  <eggert@cs.ucla.edu>
17296
17297         * modules/getlogin_r, m4/getlogin_r.m4: New files.
17298         * lib/getlogin_r.c, getlogin_r.h: New files.
17299
17300 2005-05-25  Bruno Haible  <bruno@clisp.org>
17301             Derek Price  <derek@ximbiot.com>
17302
17303         * lib/getlogin_r.h: Simplify API documentation.
17304
17305 2005-05-23  Derek Price  <derek@ximbiot.com>
17306
17307         * modules/minmax (Files): Add m4/minmax.m4.
17308         (configure.ac): Add gl_MINMAX.
17309
17310 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
17311
17312         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
17313         so that unistd-safer.h (GPL'ed code) need not be included.
17314
17315 2005-05-22  Bruno Haible  <bruno@clisp.org>
17316
17317         * m4/minmax.m4: New file.
17318         Based on a patch by Derek Price <derek@ximbiot.com>.
17319
17320 2005-05-22  Bruno Haible  <bruno@clisp.org>
17321
17322         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
17323         (INT64_MIN): Fix definition.
17324         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
17325
17326         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
17327         NEED_SIGNED_INT_TYPES.
17328
17329         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
17330         HAVE_SYSTEM_INTTYPES.
17331
17332 2005-05-22  Bruno Haible  <bruno@clisp.org>
17333
17334         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
17335         Also include <sys/param.h> if it defines MIN, MAX.
17336         Based on a patch by Derek Price <derek@ximbiot.com>.
17337
17338 2005-05-21  Jim Meyering  <jim@meyering.net>
17339
17340         * modules/fts (Files): Add m4/inttypes-pri.m4.
17341         (Depends-on): Add lstat and remove gettext.  Alphabetize.
17342
17343 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17344
17345         New fts module.
17346         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
17347         (setup_dir, free_dir): New functions.
17348         (enter_dir, leave_dir): Define trivial
17349         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
17350         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
17351         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
17352         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
17353         Move to fts-cycle.c.
17354         (fts_open): Use setup_dir.
17355         (fts_close): Use free_dir.
17356         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
17357         This adds a label and some gotos, but the alternatives were messier.
17358         Check for memory allocation failure when entering a dir.
17359         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
17360         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
17361         (FTS): New member fts_cycle, that is a union that contains the
17362         old active_dir_ht and cycle_state.  All uses changed to mention
17363         fts_cycle.ht and fts_cycle.state.
17364         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
17365         fts.c, with the following changes:
17366         (setup_dir, free_dir): New functions.
17367         (enter_dir): Now returns bool.  Return true if successful, false
17368         if memory exhausted.  All callers changed.
17369         Do not bother partly cleaning up on
17370         memory allocation failure; that is free_dir's job.
17371         However, free ad if hash_insert fails, to avoid memory leak.
17372         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
17373         fts->fts_options to see which union member to use.
17374
17375 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17376
17377         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
17378         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
17379
17380 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17381
17382         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
17383
17384 2005-05-20  Jim Meyering  <jim@meyering.net>
17385
17386         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
17387         Now a macro, to pacify GCC.
17388
17389 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
17390
17391         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
17392         of -1.
17393
17394 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
17395
17396         * lib/chown.c (rpl_chown): Return -1 on failure.
17397
17398 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
17399
17400         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
17401         Don't check for stddef.h.
17402         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
17403         don't use its results.
17404         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
17405         since we include them unconditionally.  Don't require
17406         AM_STDBOOL_H, since stdbool is a prerequisite.
17407         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
17408         since we assume C89 or better.
17409         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
17410         as we don't use their results.
17411         Don't check for fchdir, memmove, memset, strrchr, as we use
17412         them unconditionally.
17413         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
17414         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
17415
17416 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
17417
17418         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
17419         Include <stddef.h> unconditionally, since we assume C89 now.
17420         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
17421         * lib/fts.c: Include fts_.h first, to check interface.
17422         Do not include intprops.h; no longer needed.
17423         Include cycle-check.h and hash.h, since fts_.h no longer does.
17424         Remove unnecessary casts of closedir to void.
17425         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
17426         decide whether to decrement nlinks.
17427         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
17428         (FTS): Use struct hash_table * instead of Hash_table, so that
17429         we no longer need to include hash.h here.
17430
17431 2005-05-18  Jim Meyering  <jim@meyering.net>
17432
17433         * modules/dirfd (License): Change to LGPL.  Most of the code
17434         is already in the public domain.
17435
17436 2005-05-18  Jim Meyering  <jim@meyering.net>
17437
17438         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
17439         Reported by Yoann Vandoorselaere.
17440
17441 2005-05-17  Jim Meyering  <jim@meyering.net>
17442
17443         * m4/fts.m4: New file, from coreutils.
17444
17445 2005-05-17  Jim Meyering  <jim@meyering.net>
17446
17447         * lib/fts.c, lib/fts_.h: New files, from coreutils.
17448
17449 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17450
17451         Sync from coreutils.
17452         * m4/unlinkdir.m4: New file.
17453
17454 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17455
17456         Sync from coreutils.
17457         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
17458         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
17459         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
17460         White space changes only.
17461         * lib/makepath.c (make_path): Port to hosts where leading "//" is
17462         special.
17463         * lib/yesno.c: Include getline.h, not ctype.h.
17464         (yesno): Don't remove leading white space; POSIX doesn't allow it.
17465         Use getline to remove arbitrary restriction on response length.
17466
17467 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17468
17469         * config/srclist-update: Spell out "Street" in FSF postal
17470         mail address; this is the style the FSF seems to prefer.
17471
17472         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
17473         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
17474         this updates FSF postal mail address.
17475
17476         Sync from coreutils.
17477         * modules/unlinkdir: New file.
17478         * modules/yesno (Depends-on): Add getline.
17479         * MODULES.html.sh (File system functions): Add unlinkdir.
17480
17481 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17482
17483         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
17484         lib/strsep.h:
17485         Change the initial comment to refer to GPL, not LGPL.
17486         gnulib-tool will change it to LGPL as needed.
17487
17488         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
17489         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
17490         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
17491         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
17492         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
17493         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
17494         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
17495         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
17496         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
17497         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
17498         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
17499         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
17500         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
17501         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
17502         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
17503         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
17504         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
17505         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
17506         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
17507         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
17508         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
17509         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
17510         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
17511         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
17512         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
17513         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
17514         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
17515         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
17516         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
17517         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
17518         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
17519         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
17520         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
17521         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
17522         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
17523         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
17524         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
17525         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
17526         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
17527         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
17528         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
17529         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
17530         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
17531         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
17532         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
17533         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
17534         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
17535         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
17536         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
17537         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
17538         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17539         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
17540         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
17541         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
17542         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
17543         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
17544         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
17545         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
17546         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
17547         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
17548         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
17549         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
17550         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
17551         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
17552         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
17553         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
17554         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
17555         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
17556         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
17557         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
17558         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
17559         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
17560         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
17561         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
17562         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
17563         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
17564         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
17565         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
17566         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
17567         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
17568         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
17569         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
17570         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
17571         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
17572         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
17573         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
17574         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
17575         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
17576         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
17577         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
17578         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
17579         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
17580         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
17581         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
17582         lib/yesno.c, lib/yesno.h:
17583         Update FSF postal mail address.
17584
17585 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17586
17587         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
17588         tests/test-memmem.c, tests/test-stpncpy.c:
17589         Update FSF postal mail address.
17590
17591 2005-05-13  Bruno Haible  <bruno@clisp.org>
17592
17593         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
17594         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
17595         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
17596         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
17597         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
17598         Add support for 64-bit integers in the MSVC compiler.
17599
17600 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17601
17602         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
17603
17604 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
17605
17606         * gnulib-tool (func_import): Sort and uniquify recommended includes.
17607
17608 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
17609
17610         * doc/getdate.texi (General date syntax): Don't say that date
17611         date --iso-8601=ns generates acceptable dates; it doesn't yet.
17612         Problem reported by Nic Ferrier.
17613
17614 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17615
17616         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
17617         specified in ai_socktype. Fix invalid ai_protocol
17618         check. ai_protocol is usually set to 0 or depending on
17619         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
17620         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
17621         ai_socktype / ai_protocol in the returned addrinfo structure.
17622
17623 2005-05-10  Simon Josefsson  <jas@extundo.com>
17624
17625         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
17626         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17627
17628 2005-05-10  Karl Berry  <karl@gnu.org>
17629
17630         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
17631         (from http://www.gnu.org/licenses).
17632         * doc/COPYING.LIB: also rename to COPYING.LESSER.
17633         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
17634         fdl.texi suffices.
17635
17636 2005-05-10  Karl Berry  <karl@gnu.org>
17637
17638         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
17639         (COPYING.DOC): remove.
17640
17641         * config/srclist-update: new FSF address.
17642
17643 2005-05-10  Derek Price  <derek@ximbiot.com>
17644
17645         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
17646         possible.
17647
17648 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17649             Bruno Haible  <bruno@clisp.org>
17650
17651         * modules/inet_ntop: New file.
17652         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17653         inet_ntop.
17654
17655 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17656             Bruno Haible  <bruno@clisp.org>
17657
17658         * m4/inet_ntop.m4: New file.
17659
17660 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17661             Bruno Haible  <bruno@clisp.org>
17662
17663         * lib/inet_ntop.h: New file.
17664         * lib/inet_ntop.c: New file, from glibc with modifications.
17665
17666 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
17667
17668         * modules/time_r (License): Change to LGPL.
17669         * modules/extensions (License): Change to LGPL.  Actually,
17670         the license is more permissive than that, but currently gnulib-tool
17671         doesn't know how to handle more-permissive licenses.
17672
17673         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
17674         Problem reported by Dave Love.
17675
17676 2005-05-08  Jim Meyering  <jim@meyering.net>
17677
17678         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
17679         blank.
17680
17681 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17682
17683         * modules/argmatch (Depends-on): Add stdbool.
17684         * modules/backupfile (Depends-on): Likewise.
17685         * modules/chdir-long (Depends-on): Likewise.
17686         * modules/closeout (Depends-on): Likewise.
17687         * modules/cycle-check (Depends-on): Likewise.
17688         * modules/dirname (Depends-on): Likewise.
17689         * modules/fnmatch (Depends-on): Likewise.
17690         * modules/fsusage (Depends-on): Likewise.
17691         * modules/fwriteerror (Depends-on): Likewise.
17692         * modules/getcwd (Depends-on): Likewise.
17693         * modules/getloadavg (Depends-on): Likewise.
17694         * modules/hard-locale (Depends-on): Likewise.
17695         * modules/makepath (Depends-on): Likewise.
17696         * modules/mountlist (Depends-on): Likewise.
17697         * modules/nanosleep (Depends-on): Likewise.
17698         * modules/posixtm (Depends-on): Likewise.
17699         * modules/quotearg (Depends-on): Likewise.
17700         * modules/readtokens (Depends-on): Likewise.
17701         * modules/readtokens0 (Depends-on): Likewise.
17702         * modules/readutmp (Depends-on): Likewise.
17703         * modules/save-cwd (Depends-on): Likewise.
17704         * modules/strftime (Depends-on): Likewise.
17705         * modules/userspec (Depends-on): Likewise.
17706         * modules/utimecmp (Depends-on): Likewise.
17707         * modules/xgetcwd (Depends-on): Likewise.
17708         * modules/xnanosleep (Depends-on): Likewise.
17709         * modules/xstrtod (Depends-on): Likewise.
17710         * modules/yesno (Depends-on): Likewise.
17711
17712 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
17713
17714         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
17715         needless checks.
17716
17717 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         Merge from coreutils.  Among other things,
17720         add bulletproofing for cases where stdin, stdout, or stderr are closed.
17721         * lib/fd-safer.c: New file.
17722         * lib/fcntl-safer.h, open-safer.c: Remove.
17723         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
17724         * lib/dup-safer.c: Include unistd-safer.h first.
17725         Don't include errno.h.
17726         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
17727         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
17728         * lib/file-type.c: Rely on file-type.h change.
17729         * lib/getloadavg.c: Include unistd-safer.h.
17730         (getloadavg): Use safer open.
17731         * lib/getusershell.c: Include "stdio-safer.h".
17732         (getusershell): Use safer fopen.
17733         * lib/long-options.c (long_options): Use NULL rather than 0.
17734         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
17735         'free'.
17736         * lib/modechange.c: Likewise.
17737         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
17738         (MODE_DONE): New constant.
17739         (struct mode_change): Remove 'next' member.
17740         (make_node_op_equals): New function; like the old one of the
17741         same name, except it allocates an array.
17742         (mode_compile, mode_create_from_ref): Use it.
17743         (mode_compile): Allocate result as an array, not a linked list.
17744         Parse octal string ourself, so that we catch mistakes like "+0".
17745         (mode_adjust): Arg is an array, not a linked list.
17746         * lib/modechange.c: Include stat-macros.h, xalloc.h.
17747         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
17748         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
17749         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
17750         Remove.  This is now stat-macros.h's job.
17751         (talloc): Remove.  All callers replaced by xalloc, so that
17752         our invokers don't have to worry about reporting memory failures.
17753         (make_node_op_equals): Remove.
17754         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17755         New constants.
17756         (struct mode_change): Moved here from modechange.h.
17757         (mode_append_entry): Remove.
17758         (mode_compile): Remove MASKED_OPS arg, since it encouraged
17759         apps to have incorrect behavior.  Use simpler algorithm for head
17760         and tail.  Don't futz with umask; that's now the job of mode_adjust.
17761         Detect more invalid usages rather than having somewhat-random behavior.
17762         Don't insert an "a=" action, as that leads to incorrect behavior.
17763         (mode_compile, mode_create_from_ref): Return NULL on error instead
17764         of an enum, since now there's only one way to have an error.  All
17765         callers changed.
17766         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
17767         at the correct time.  Simplify calculation of "+u" and its ilk.
17768         Don't mishandle "+X".
17769         (mode_free): Remove "register" and localize decls.
17770         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17771         (struct mode_change): Move to modechange.c; callers don't
17772         need to see this stuff.
17773         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
17774         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
17775         (mode_change, mode_adjust): Reflect the new signatures noted above.
17776         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
17777         that might redefine system include files.
17778         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
17779         (my_usleep): Use NULL rather than (void *) 0.
17780         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
17781         Use siginterrupt to specify that system calls should be interrupted.
17782         (rpl_nanosleep): Move initialization of suspended closer to call of
17783         my_usleep.
17784         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
17785         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
17786         (desirable_utmp_entry): New function.
17787         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
17788         using x2nrealloc, to simplify logic.
17789         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
17790         size calculation.  Do not assume utmp file is a regular file.
17791         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
17792         (READ_UTMP_CHECK_PIDS): New constant.
17793         * lib/save-cwd.c: Include unistd-safer.h.
17794         (save_cwd): Use fd_safer.
17795         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
17796         [!_LIBC] Include "stat-macros.h" instead.
17797         * lib/unistd-safer.h (fd_safer): New decl.
17798
17799 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17800
17801         * modules/getloadavg (Depends-on): Add unistd-safer.
17802         * modules/getusershell (Depends-on): Add stdio-safer.
17803         * modules/lstat (Depends-on): Remove xalloc.
17804         * modules/mkstemp (Depends-on): Add stat-macros.
17805         * modules/modechange (Depends-on): Remove xstrtol.
17806         Add stat-macros, xalloc.
17807         * modules/save-cwd (Depends-on): Add unistd-safer.
17808         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
17809         * modules/unistd-safer (Files): Add lib/fd-safer.c
17810         (Makefile.am): Remove lib_SOURCES.
17811
17812         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
17813         Remove fcntl-safer; unistd-safer supersedes it.
17814
17815 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17816
17817         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
17818         AC_HEADER_STAT.
17819         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
17820         (gl_PREREQ_CHOWN): Remove.
17821         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
17822         it.  Don't require AC_HEADER_STAT.
17823         (gl_PREREQ_LSTAT): Remove.
17824         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
17825         Don't require AC_HEADER_STAT.
17826         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
17827         (gl_PREREQ_RMDIR): Remove.
17828         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
17829         mention stat-macros.h or AC_HEADER_STAT, since we'll make
17830         the stat-macros module a prerequisite.
17831         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
17832         * m4/filemode.m4 (gl_FILEMODE): Likewise.
17833         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
17834         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
17835         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17836         variable names.
17837         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17838         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17839         variable prefixes.
17840         * m4/fcntl-safer.m4: Remove.
17841         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17842         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17843         Invoke gl_PREREQ_FD_SAFER.
17844         (gl_PREREQ_FD_SAFER): New macro.
17845         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17846         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17847         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17848         Remove duplicate call to AC_LIBOBJ(readutmp).
17849         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17850
17851         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17852         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17853
17854 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17855
17856         * MODULES.html.sh (Misc): Add byteswap.
17857
17858 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17859
17860         * modules/getcwd (Depends-on): Add extensions.
17861         * modules/openat (Depends-on): Likewise.
17862
17863 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17864
17865         * modules/byteswap: New file.
17866
17867 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17868
17869         * m4/byteswap.m4: New file.
17870
17871 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17872
17873         * lib/byteswap_.h: New file.
17874
17875 2005-04-25  Karl Berry  <karl@gnu.org>
17876
17877         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17878
17879 2005-04-25  Albert Chin  <china@thewrittenword.com>
17880
17881         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17882         Toolkit C bug.
17883
17884 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17885
17886         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17887         (func_ln_if_changed) Remove forcibly for no error message
17888         in case file does not exist.
17889
17890 2005-04-19  Simon Josefsson  <jas@extundo.com>
17891
17892         * gnulib-tool (Options): Make --symlink mean --symbolic.
17893
17894 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17895
17896         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17897
17898 2005-04-16  Simon Josefsson  <jas@extundo.com>
17899
17900         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17901
17902 2005-04-15  Simon Josefsson  <jas@extundo.com>
17903
17904         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17905
17906 2005-04-15  Simon Josefsson  <jas@extundo.com>
17907
17908         * gnulib-tool: Rename --symlink to --symbolic.
17909
17910 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17911
17912         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17913         symbolic links to files instead of copying/moving.  Add --aux-dir,
17914         specifying directory relative --dir where auxiliary build tools
17915         are placed.
17916
17917 2005-04-14  Bruno Haible  <bruno@clisp.org>
17918
17919         * modules/allocsa (License): Change to LGPL.
17920         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17921
17922 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17923
17924         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17925         that "UTC +1 second" continues to work.  Problem reported
17926         by Dmitry V. Levin.
17927         (relunit_snumber): New rule.
17928         (relunit): Use it.
17929
17930 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17931
17932         * lib/getdate.y (universal_time_zone_table): New constant.
17933         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17934         universal_time_zone_table.
17935         (lookup_zone): Prefer universal_time_zone_table to
17936         local_time_zone_table, so that "GMT" time stamps are allowed in
17937         London during the summer.  Problem reported by Ian Abbott.
17938
17939 2005-04-12  Jim Meyering  <jim@meyering.net>
17940
17941         * lib/human.c (humblock): Set *options even when returning due to
17942         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17943         warning from gcc-4.
17944
17945 2005-04-09  Jim Meyering  <jim@meyering.net>
17946
17947         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17948         -Wuninitialized: initialize tm0.tm_year.
17949
17950 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17951
17952         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17953         count, since there's no maximum.  All uses changed.
17954         Add member dsts_seen.
17955         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17956         not being INT_MAX.
17957         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17958         Use pc_rels_seen to decide whther a date is absolute.
17959
17960         * lib/getdate.y (number): Don't overwrite year.
17961         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17962         check.
17963
17964 2005-04-02  Simon Josefsson  <jas@extundo.com>
17965
17966         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17967         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17968
17969 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17970
17971         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17972         where no absolute path name can be longer than PATH_MAX.
17973
17974 2005-03-27  Jim Meyering  <jim@meyering.net>
17975
17976         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17977
17978 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17979
17980         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17981         "one's complement" -> "ones' complement" in comment, as per Knuth.
17982         "value of type" -> "type or expression" in comment.
17983         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17984
17985 2005-03-26  Jim Meyering  <jim@meyering.net>
17986
17987         Comment nits.
17988         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17989         Correct typos: s/or/of/.
17990
17991 2005-03-26  Jim Meyering  <jim@meyering.net>
17992
17993         * modules/check-include-files: Move to ../ and rename to...
17994         * check-module: ...this.
17995
17996 2005-03-25  Jim Meyering  <jim@meyering.net>
17997
17998         * modules/xvasprintf (Files): Add xalloc.h.
17999
18000 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
18001
18002         * modules/gettext (Files): config/config.rpath ->
18003         build-aux/config.rpath
18004         * modules/iconv (Files): Likewise.
18005         Problem reported by Oskar Liljeblad.
18006
18007 2005-03-23  Jim Meyering  <jim@meyering.net>
18008
18009         * modules/check-include-files: New script to check for
18010         missing dependencies, multiple includes, etc.
18011
18012         * modules/c-strtold (Depends-on): Add xalloc.
18013         * modules/c-strtod (Depends-on): Add xalloc.
18014         * modules/hash (Depends-on): Add xalloc.
18015         (Files): Remove lib/xalloc.h.
18016
18017         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
18018         * modules/userspec (Files): Add lib/inttostr.h.
18019
18020 2005-03-23  Jim Meyering  <jim@meyering.net>
18021
18022         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
18023
18024 2005-03-22  Jim Meyering  <jim@meyering.net>
18025
18026         * modules/stat-macros: New module.
18027         * modules/canonicalize, modules/euidaccess, modules/file-type,
18028         * modules/filemode, modules/lchown, modules/makepath,
18029         * modules/rmdir, modules/stat: Depend on new stat-macros module
18030         rather than listing lib/stat-macros.h manually.
18031         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
18032
18033 2005-03-22  Jim Meyering  <jim@meyering.net>
18034
18035         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
18036
18037 2005-03-22  Bruno Haible  <bruno@clisp.org>
18038
18039         * config/srclist.txt: Replace target directory 'config' with
18040         'build-aux'.
18041         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
18042         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
18043         ../build-aux/.
18044
18045 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
18046
18047         * modules/chdir-long (Depends-on): Add mempcpy.
18048
18049         * modules/acl, modules/backupfile, modules/c-strtod,
18050         modules/c-strtold, modules/canon-host, modules/canonicalize,
18051         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
18052         modules/exclude, modules/exitfail, modules/file-type,
18053         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
18054         modules/getdate, modules/getline, modules/getpagesize,
18055         modules/getpass, modules/getugroups, modules/group-member,
18056         modules/hard-locale, modules/hash, modules/human, modules/idcache,
18057         modules/inttostr, modules/long-options, modules/makepath,
18058         modules/md5, modules/memcasecmp, modules/memcoll,
18059         modules/modechange, modules/mountlist, modules/path-concat,
18060         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
18061         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
18062         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
18063         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
18064         modules/strftime, modules/strndup, modules/strverscmp,
18065         modules/timespec, modules/unlocked-io, modules/userspec,
18066         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
18067         modules/yesno:
18068         Remove lib_SOURCES line from Makefile.am section, as this is now
18069         done automatically by the corresponding Autoconf macro.
18070
18071 2005-03-21  Jim Meyering  <jim@meyering.net>
18072
18073         Changes imported from coreutils.
18074
18075         * lib/cycle-check.c: Don't include xalloc.h.
18076
18077         * lib/path-concat.c: Don't include assert.h.
18078         (path_concat): Remove assertion that would have triggered
18079         for ABASE starting with more than one slash.
18080         Reported by Andreas Schwab.
18081
18082         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
18083         properly when ABASE is an absolute file name.
18084         Correct the description of this function.
18085         Include <assert.h>.
18086         Add an assertion and a test driver.
18087         This fixes a bug introduced on 2004-07-02.
18088         Andreas Schwab reported the resulting failure of cp --parents:
18089         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
18090
18091 2005-03-21  Jim Meyering  <jim@meyering.net>
18092
18093         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
18094         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
18095
18096 2005-03-21  Jim Meyering  <jim@meyering.net>
18097         and  Paul Eggert  <eggert@cs.ucla.edu>
18098
18099         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
18100         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
18101         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
18102         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
18103         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
18104         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
18105         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
18106         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
18107         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
18108         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
18109         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
18110         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
18111         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
18112         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
18113         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
18114         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
18115         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
18116         for these modules.
18117
18118 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18119
18120         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
18121         (which shouldn't happen), generate nothing instead of returning 0
18122         immediately, so that nstrftime (NULL, ...) doesn't return 0.
18123
18124 2005-03-16  Bruno Haible  <bruno@clisp.org>
18125
18126         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
18127         HAVE_LONGLONG_64BIT.
18128
18129 2005-03-16  Bruno Haible  <bruno@clisp.org>
18130
18131         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
18132         HAVE_LONGLONG_64BIT.
18133
18134 2005-03-16  Bruno Haible  <bruno@clisp.org>
18135
18136         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
18137         HAVE_LONGLONG_64BIT.
18138
18139 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         * lib/strftime.c (my_strftime): Prepend space to format so that we can
18142         reliably distinguish strftime failure from empty output on POSIX
18143         hosts.
18144
18145 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18146
18147         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
18148         (iconv_string): Don't guess a size-zero buffer, as that might cause
18149         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
18150         result would be 'too large', where 'too large' is (heuristically)
18151         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
18152         overflow concerns.  This will prevent some unwanted malloc failures
18153         when the inputs are very large.
18154
18155 2005-03-15  Karl Berry  <karl@gnu.org>
18156
18157         * config/srclist.txt (config.rpath): from gettext.
18158         * config/config.rpath: update.
18159
18160 2005-03-15  Bruno Haible  <bruno@clisp.org>
18161
18162         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
18163         to 'negate'.
18164
18165         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
18166         variable.
18167
18168         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
18169         results.
18170
18171 2005-03-14  Simon Josefsson  <jas@extundo.com>
18172
18173         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
18174         <fx@gnu.org>.
18175
18176 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
18177
18178         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
18179         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
18180         intprops.h.
18181         * lib/strtol.c: Likewise.
18182
18183 2005-03-14  Jim Meyering  <jim@meyering.net>
18184
18185         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
18186         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
18187         to be nonzero so that we (and caller) can detect the difference
18188         between a valid zero-length expansion and an error return, even
18189         when the underlying strftime fails before writing anything into
18190         that location.
18191
18192 2005-03-14  Bruno Haible  <bruno@clisp.org>
18193
18194         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
18195         Update from GNU gettext 0.14.3.
18196
18197 2005-03-10  Jim Meyering  <jim@meyering.net>
18198
18199         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
18200
18201 2005-03-10  Jim Meyering  <jim@meyering.net>
18202
18203         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
18204         so that this module works on systems without fchdir.
18205
18206 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
18207
18208         Factor int-properties macros into a single file, except for
18209         glibc-related files.
18210         * lib/intprops.h: New file.
18211         * lib/getloadavg.c: Include it instead of limits.h.
18212         (INT_STRLEN_BOUND): Remove.
18213         * lib/human.c: Include intprops.h.
18214         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
18215         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
18216         302/1000.
18217         * lib/inttostr.h: Include intprops.h instead of limits.h.
18218         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
18219         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
18220         for consistency with intprops.h.
18221         (time_t_is_integer, twos_complement_arithmetic): Use them.
18222         * lib/sig2str.h: Include <signal.h>, intprops.h.
18223         (INT_STRLEN_BOUND): Remove.
18224         * lib/strftime.c (TYPE_SIGNED): Remove.
18225         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
18226         * lib/strtol.c: Adjust comments to match intprops.h.
18227         * lib/userspec.c: Include intprops.h.
18228         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
18229         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
18230         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
18231         instead of rolling our own expressions.
18232         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
18233
18234         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
18235         instead of int.
18236         (my_strftime): Do not mishandle years close to INT_MAX, by doing
18237         the right thing even if adding 1900 would overflow.  Similarly
18238         for tm_mon + 1 and tm_yday + 1.
18239         Make %Y always equivalent to %C%y, and similarly for %G and %g.
18240         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
18241         (DO_SIGNED_NUMBER): New macro.
18242         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
18243
18244 2005-03-07  Bruno Haible  <bruno@clisp.org>
18245
18246         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
18247
18248 2005-03-07  Bruno Haible  <bruno@clisp.org>
18249
18250         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
18251
18252 2005-03-04  Derek R. Price  <derek@ximbiot.com>
18253
18254         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
18255         (func_import): Only replace files via --import when they have actually
18256         changed.
18257
18258 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18259
18260         * m4/mmap-anon.m4: New file.
18261         * m4/pagealign_alloc.m4: New file.
18262
18263 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18264             Bruno Haible  <bruno@clisp.org>
18265
18266         * modules/pagealign_alloc: New file.
18267         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
18268
18269 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18270             Bruno Haible  <bruno@clisp.org>
18271
18272         * lib/pagealign_alloc.h: New file.
18273         * lib/pagealign_alloc.c: New file.
18274
18275 2005-03-03  Bruno Haible  <bruno@clisp.org>
18276
18277         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
18278         Use an all-permissive copyright notice, recommended by RMS.
18279
18280 2005-03-02  Bruno Haible  <bruno@clisp.org>
18281
18282         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
18283         of AIX, the replacement has to be done only after <string.h> is
18284         included, therefore not in config.h. stpncpy.h does the replacement,
18285         and stpncpy.c uses it.
18286
18287 2005-03-02  Bruno Haible  <bruno@clisp.org>
18288
18289         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
18290         stpncpy.c uses it.
18291
18292 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18293
18294         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
18295         The workaround isn't strictly needed for POSIX conformance, and
18296         it's too much of a pain to configure and maintain.  We'll ask
18297         people to fix their kernels instead.
18298         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
18299         (NANOSLEEP_BUG_WORKAROUND): Remove.
18300         (xnanosleep): Remove the workaround.
18301
18302 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18303
18304         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
18305         Reported by Derek Price.
18306         (Include): Add "timespec.h".
18307
18308         * modules/xnanosleep (Depends-on): Remove gethrxtime.
18309
18310 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18311
18312         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
18313         to detect nanosleep bug.
18314
18315 2005-03-01  Bruno Haible  <bruno@clisp.org>
18316
18317         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
18318
18319 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
18320
18321         * modules/gethrxtime: New file.
18322         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
18323         (Depends-on): Add gethrxtime.
18324         (configure.ac): Add gl_XNANOSLEEP.
18325         (Makefile.am): Remove lib_SOURCES line.
18326
18327 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18328
18329         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
18330         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
18331
18332 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18333
18334         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
18335         * lib/timespec.h (gettime): Return void, since it always
18336         succeeds now.  All uses changed.
18337         * lib/gettime.c (gettime) Likewise.
18338         [HAVE_NANOTIME]: Prefer nanotime.
18339         Assume gettimeofday succeeds, as POSIX requires.
18340         Assime time () succeeds, since other code already does.
18341         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
18342         (timespec_subtract): Remove.
18343         (NANOSLEEP_BUG_WORKAROUND): New constant.
18344         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
18345         things considerably.  Use it only on GNU/Linux hosts, since the
18346         workaround shouldn't be needed elsewhere.
18347
18348 2005-02-24  Bruno Haible  <bruno@clisp.org>
18349
18350         * modules/gettext (Files): Add m4/glibc2.m4.
18351
18352 2005-02-24  Bruno Haible  <bruno@clisp.org>
18353
18354         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
18355         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
18356         * m4/progtest.m4:
18357         Update from GNU gettext 0.14.2.
18358         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
18359
18360 2005-02-24  Bruno Haible  <bruno@clisp.org>
18361
18362         * lib/localcharset.c: Update from GNU gettext 0.14.2.
18363         * lib/config.charset: Update from GNU gettext 0.14.2.
18364
18365 2005-02-24  Bruno Haible  <bruno@clisp.org>
18366
18367         * lib/gettext.h: Update from GNU gettext 0.14.2.
18368
18369 2005-02-23  Simon Josefsson  <jas@extundo.com>
18370
18371         * m4/iconvme.m4: New file.
18372
18373 2005-02-23  Jim Meyering  <jim@meyering.net>
18374
18375         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
18376         change.
18377         Thanks to Bruno Haible for catching it.
18378
18379 2005-02-22  Simon Josefsson  <jas@extundo.com>
18380
18381         * modules/iconvme: New file.
18382
18383         * MODULES.html.sh: Add iconvme.
18384
18385 2005-02-22  Simon Josefsson  <jas@extundo.com>
18386
18387         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
18388
18389 2005-02-22  Simon Josefsson  <jas@extundo.com>
18390
18391         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
18392
18393 2005-02-22  Jim Meyering  <jim@meyering.net>
18394
18395         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
18396         s/ifndef/ifdef/.
18397
18398 2005-02-20  Neil Conway  <neilc@samurai.com>
18399
18400         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
18401         returned by OSX/Darwin if the specified buffer is not large
18402         enough for the hostname.
18403
18404 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18405
18406         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
18407         pass it to _help, otherwise the latter coredumps trying to
18408         dereference state.root_argp.
18409
18410 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18411
18412         * modules/chdir-long (Depends-on): Add memrchr.
18413         * modules/memrchr (Files): Add lib/memrchr.h.
18414         (Include): "memrchr.h".
18415
18416 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18417
18418         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
18419
18420 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18421
18422         * lib/memrchr.h: New file.
18423         * lib/chdir-long.c: Include it.
18424         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
18425         Don't bother including stddef.h.
18426
18427 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
18428
18429         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
18430         inclusion.
18431         Include <sys/types.h>, for dev_t.
18432         (ME_DUMMY, ME_REMOTE): Move from here....
18433         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
18434         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
18435         Dmitry V. Levin.
18436         Include mountlist.h first, to test the interface.
18437
18438 2005-01-29  Bruno Haible  <bruno@clisp.org>
18439
18440         * lib/progname.c (program_name): Initialize.
18441         Needed when linking statically on MacOS X.
18442
18443 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18444
18445         Sync from coreutils.
18446         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
18447         (Depends-on): Add c-strtod.
18448         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
18449
18450 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18451
18452         Sync from coreutils.
18453         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
18454
18455         Remove files that are specific to coreutils.
18456         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
18457
18458 2005-01-28  Bruno Haible  <bruno@clisp.org>
18459
18460         * modules/javacomp: New file.
18461         * MODULES.html.sh (Java): Add javacomp.
18462
18463 2005-01-28  Bruno Haible  <bruno@clisp.org>
18464
18465         * m4/javacomp.m4: New file, from GNU gettext.
18466
18467 2005-01-28  Bruno Haible  <bruno@clisp.org>
18468
18469         * lib/javacomp.sh.in: New file, from GNU gettext.
18470         * lib/javacomp.h: New file, from GNU gettext.
18471         * lib/javacomp.c: New file, from GNU gettext.
18472
18473 2005-01-26  Simon Josefsson  <jas@extundo.com>
18474
18475         * lib/gai_strerror.c: Use GPL in header.
18476
18477 2005-01-26  Bruno Haible  <bruno@clisp.org>
18478
18479         * modules/javaexec: New file.
18480         * MODULES.html.sh (Java): Add javaexec.
18481
18482 2005-01-26  Bruno Haible  <bruno@clisp.org>
18483
18484         * m4/javaexec.m4: New file, from GNU gettext.
18485
18486 2005-01-26  Bruno Haible  <bruno@clisp.org>
18487
18488         * lib/javaexec.sh.in: New file, from GNU gettext.
18489         * lib/javaexec.h: New file, from GNU gettext.
18490         * lib/javaexec.c: New file, from GNU gettext.
18491
18492 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18493
18494         * modules/lchown (Depends-on): Remove lchown.h
18495
18496 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18497
18498         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
18499         must be defined if the header file was not found, in order
18500         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
18501
18502 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18503
18504         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
18505         initializers for struct pentry_state.
18506         (__argp_error): Check return value of __asprintf
18507         (__argp_failure): Translate error message
18508
18509         * lib/argp-parse.c: Removed braces around the expansion of N_()
18510
18511 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18512
18513         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
18514         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
18515         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
18516         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
18517         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
18518         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
18519         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
18520         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
18521         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
18522         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
18523         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
18524         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
18525         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
18526         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
18527         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
18528         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
18529         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
18530         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
18531         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
18532         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
18533         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
18534         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
18535         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
18536         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
18537         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
18538         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
18539         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
18540         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
18541         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
18542         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
18543         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
18544         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
18545         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
18546         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
18547         xstrtol.m4, xstrtoumax.m4, yesno.m4:
18548         Use an all-permissive copyright notice, recommended by RMS.
18549
18550 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
18551
18552         * modules/chdir-long (Depends-on): Remove mempcpy.
18553
18554 2005-01-21  Jim Meyering  <jim@meyering.net>
18555
18556         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
18557         same value as for Solaris 9.
18558
18559         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
18560         component length.  This included changing the parameter to be
18561         of type `char *' rather than `char const *'.
18562         * lib/chdir-long.h (chdir_long): Update prototype.
18563
18564         * lib/openat.c (fdopendir, fstatat): New functions.
18565         * lib/openat.h: Include headers required for use of DIR and struct
18566         stat.
18567         [AT_SYMLINK_NOFOLLOW]: Define.
18568         (fdopendir, fstatat): Add prototypes.
18569
18570 2005-01-21  Bruno Haible  <bruno@clisp.org>
18571
18572         * modules/classpath: New file.
18573         * MODULES.html.sh (Java): Add classpath.
18574
18575 2005-01-21  Bruno Haible  <bruno@clisp.org>
18576
18577         * lib/classpath.h: New file, from GNU gettext.
18578         * lib/classpath.c: New file, from GNU gettext.
18579
18580 2005-01-20  Simon Josefsson  <jas@extundo.com>
18581
18582         * modules/version-etc-fsf: New file.
18583
18584 2005-01-20  Simon Josefsson  <jas@extundo.com>
18585
18586         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
18587         * lib/version-etc.c: Remove version_etc_copyright.
18588         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
18589         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
18590
18591 2005-01-20  Simon Josefsson  <jas@extundo.com>
18592
18593         * lib/base64.h (isbase64): Add.
18594
18595         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
18596         using a unsigned prototype, don't inline.
18597         (base64_decode): Use it.
18598
18599 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18600
18601         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
18602         it.
18603
18604 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18605
18606         * lib/save-cwd.c (save_cwd): Remove code to support the case
18607         where fchdir is missing or flaky.
18608
18609 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18610
18611         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
18612
18613 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18614
18615         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
18616         AC_LIBSOURCES now does this.
18617         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
18618         with new ullong_max module.
18619
18620 2005-01-19  Bruno Haible  <bruno@clisp.org>
18621
18622         * modules/sh-quote: New file.
18623         * MODULES.html.sh (Executing programs): Add sh-quote.
18624
18625 2005-01-19  Bruno Haible  <bruno@clisp.org>
18626
18627         * lib/sh-quote.h: New file, from GNU gettext.
18628         * lib/sh-quote.c: New file, from GNU gettext.
18629
18630 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18631
18632         Merge from coreutils.
18633         * m4/ullong_max.m4: New file.
18634         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
18635         (gl_MACROS): Assume localeconv exists.
18636
18637 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18638
18639         Merge changes from coreutils, as described below in several
18640         changelogs dated today.
18641
18642         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
18643         (O_DIRECTORY): Remove; not needed here, since "." must be
18644         a directory.  All uses removed.
18645         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
18646         universal on Suns, and we also need to test for IRIX.
18647         Revamp code to use 'if' rather than '#if'.
18648         Avoid unnecessary comparison of cwd->desc to 0.
18649
18650         * lib/utimens.c (futimens): Robustify the previous patch, by checking
18651         for known valid error numbers rather than observed invalid ones.
18652
18653 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18654
18655         * modules/ullong_max: New file.
18656
18657         * modules/chdir-long, modules/openat: New files.
18658         * modules/save-cwd (Depends-on): Depend on chdir-long.
18659         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
18660
18661 2005-01-18  Jim Meyering  <jim@meyering.net>
18662
18663         Merge from coreutils.
18664         * m4/chdir-long.m4, m4/openat.m4: New files.
18665         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
18666         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
18667         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
18668         is sane and DOES follow symlinks.  Besides, testing 20 different
18669         systems found no broken chown implementations.
18670         Prompted by a change in rsync's copy of this macro.
18671         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
18672
18673         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
18674
18675         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
18676         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
18677         NULL-means-set-to-current-time semantics.
18678         Remove temporary file immediately, rather than waiting
18679         for configure's at-exit trap code to do it.
18680
18681 2005-01-18  Jim Meyering  <jim@meyering.net>
18682
18683         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18684
18685         * lib/utimens.c (futimens): Account for the fact that futimes
18686         can also fail with errno == ENOSYS or errno == ENOENT.
18687         Patch from Dmitry V. Levin.
18688
18689         Change the name of the robust chdir function from chdir to chdir_long.
18690         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
18691         (restore_cwd): Use chdir_long, not chdir.
18692         * lib/chdir-long.c: Renamed from chdir.c.
18693         * lib/chdir-long.h: Renamed from chdir.h.
18694         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
18695         Hurd.
18696
18697 2005-01-18  Bruno Haible  <bruno@clisp.org>
18698
18699         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
18700         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
18701         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
18702         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
18703         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
18704         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
18705         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
18706         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
18707         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
18708         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
18709         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
18710         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
18711         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
18712         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
18713         Use an all-permissive copyright notice, recommended by RMS.
18714
18715 2005-01-18  Bob Proulx  <bob@proulx.com>
18716
18717         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
18718         simplify offsetof() macro construct to avoid compile failure with
18719         native HP-UX 11.0 ANSI C compiler.
18720
18721 2005-01-17  Bruno Haible  <bruno@clisp.org>
18722
18723         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
18724         redundant because stpncpy.m4 takes care of it.
18725
18726 2005-01-17  Bruno Haible  <bruno@clisp.org>
18727
18728         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
18729
18730 2005-01-17  Bruno Haible  <bruno@clisp.org>
18731
18732         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
18733         used.
18734
18735 2005-01-17  Bruno Haible  <bruno@clisp.org>
18736
18737         * lib/fwriteerror.h (fwriteerror): Change specification to include
18738         fclose.
18739         * lib/fwriteerror.c: Include <stdbool.h>.
18740         (fwriteerror): At the end, close the file stream. Record whether
18741         stdout was already closed.
18742
18743 2005-01-17  Bruno Haible  <bruno@clisp.org>
18744
18745         * lib/execute.c (environ): Declare if needed.
18746         * lib/pipe.c (environ): Likewise.
18747         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
18748
18749 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18750
18751         * modules/argp: Depend on vsnprintf
18752
18753 2005-01-10  Jim Meyering  <jim@meyering.net>
18754
18755         * modules/closeout (Depends-on): Add atexit.
18756
18757 2005-01-06  Bruno Haible  <bruno@clisp.org>
18758
18759         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
18760
18761 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18762
18763         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
18764         definitions to be after all include files, to avoid collisions.
18765         Problem reported by Bob Proulx.
18766
18767 2005-01-04  Jim Meyering  <jim@meyering.net>
18768
18769         Changes imported from coreutils.
18770         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
18771         as the mkstemp template, use a temporary directory and an
18772         8.3-friendly template to avoid trouble on systems like DJGPP.
18773         Reported by Juan M. Guerrero via Stepan Kasal.
18774         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
18775         close. Remove the temporary directory right away, rather than waiting
18776         for configure's at-exit trap code to do it.
18777         Suggestion from Stepan Kasal.
18778
18779 2005-01-01  Simon Josefsson  <jas@extundo.com>
18780
18781         * gnulib-tool: Print #include directives when --import'ing.
18782
18783 2004-12-28  Simon Josefsson  <jas@extundo.com>
18784
18785         * tests/test-base64.c: Include required header files.  Remove
18786         unused variables.
18787
18788 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18789
18790         * modules/error (Depends-on): Remove gettext.
18791
18792 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18793
18794         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
18795         not needed.  This removes a dependency on the gettext module.
18796         [defined _LIBC]: Do not include <libintl.h>; not needed.
18797
18798 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18799
18800         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
18801         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
18802
18803 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18804
18805         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
18806         HAVE_DECL_STRTOLD.
18807
18808 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18809
18810         * modules/getdate (Depends-on): Remove alloca-opt.
18811
18812 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18813
18814         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
18815
18816 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18817
18818         * lib/argp-parse.c: Include <stddef.h>.
18819         (alignof, alignto): New macros.
18820         (parser_init): Don't assume that void * is aligned sufficiently
18821         for struct option.
18822
18823         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
18824         need to extend the stack.
18825         (YYINITDEPTH): New macro, so that the initial stack isn't overly
18826         large.
18827
18828 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18829
18830         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
18831
18832 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18833
18834         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
18835         (2004-10-24) change.  Apparently this was a false alarm.
18836
18837         * modules/getdate: Depend on alloca-opt, not alloca.
18838
18839 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18842         Remove now-obsolete comment about AIX.
18843         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18844         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18845         (YYMAXDEPTH): New macro.
18846
18847 2004-12-18  Simon Josefsson  <jas@extundo.com>
18848
18849         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18850
18851 2004-12-18  Bruno Haible  <bruno@clisp.org>
18852
18853         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18854
18855 2004-12-18  Bruno Haible  <bruno@clisp.org>
18856
18857         * lib/fatal-signal.c (fatal_signals): Make non-const.
18858         (init_fatal_signals): New function.
18859         (uninstall_handlers, install_handlers): Ignore signals that were set to
18860         SIG_IGN.
18861         (at_fatal_signal): Call init_fatal_signals.
18862         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18863         SIG_IGN.
18864         Reported by Paul Eggert.
18865
18866 2004-12-18  Bruno Haible  <bruno@clisp.org>
18867
18868         * doc/alloca.texi: New file.
18869         * doc/alloca-opt.texi: New file.
18870
18871 2004-12-17  Jim Meyering  <jim@meyering.net>
18872
18873         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18874         Otherwise, install-sh could exit with improper exit status when
18875         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18876
18877 2004-12-16  Simon Josefsson  <jas@extundo.com>
18878
18879         * tests/test-base64.c: Add license.
18880
18881 2004-12-15  Stepan Kasal  <address@hidden>
18882
18883         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18884
18885 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18886
18887         * modules/getcwd (Files): Add m4/d-ino.m4.
18888         Suggested by Mark D. Baushke.
18889
18890 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18891
18892         * lib/getdate.y (textint): New member "negative".
18893         (time_zone_hhmm): New function.
18894         Expect 14 shift-reduce conflicts, not 13.
18895         (o_colon_minutes): New rule.
18896         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18897         (yylex): Set the "negative" member of signed numbers.
18898
18899 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18900
18901         * doc/getdate.texi (Time of day items, Time zone items):
18902         Describe new formats +00:00, UTC+00:00.
18903
18904 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18905
18906         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18907         spurious "-l"s.  Problem reported by Stepan Kasal.
18908
18909 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18910
18911         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18912         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18913
18914 2004-12-04  Simon Josefsson  <jas@extundo.com>
18915
18916         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18917         Vandoorselaere <yoann@prelude-ids.org>.
18918
18919 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18920
18921         Changes imported from coreutils.
18922         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18923         exist.
18924         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18925
18926 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         Changes imported from coreutils.
18929         * lib/hard-locale.c: Assume <locale.h> exists.
18930         Include "strdup.h".
18931         (GLIBC_VERSION): New macro.
18932         (hard_locale): Assume setlocale exists.
18933         Rewrite to avoid #ifdef.
18934         Use strdup rather than malloc + strcpy.
18935         * lib/human.c: Assume <locale.h> exists.
18936         (human_readable): Assume localeconv exists.
18937
18938 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18939
18940         * modules/hard-locale (Depends-on): Add strdup.
18941
18942 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18943
18944         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18945         convert T2, not T.  (Imported from libc.)
18946
18947 2004-11-30  Simon Josefsson  <jas@extundo.com>
18948
18949         * modules/restrict (License): Change to LGPL.
18950
18951 2004-11-30  Simon Josefsson  <jas@extundo.com>
18952
18953         * m4/restrict.m4: Add copyright and copying conditions.
18954
18955 2004-11-30  Simon Josefsson  <jas@extundo.com>
18956
18957         * m4/base64.m4: New file.
18958
18959 2004-11-30  Simon Josefsson  <jas@extundo.com>
18960
18961         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18962         base64.
18963
18964         * tests/test-base64.c: New file.
18965
18966         * modules/base64: New file.
18967
18968 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18969
18970         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18971         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18972
18973         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18974
18975 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18976
18977         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18978         (__getcwd.c): Don't restore errno; glibc doesn't.
18979         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18980         first, falling back to our code only if its results look suspicious.
18981         Ensure that the resulting buffer is only as large as necessary.
18982
18983         * lib/readutmp.c: Include readutmp.h first.
18984         Include <errno.h>, since readutmp.h no longer does that.
18985         * lib/readutmp.h: Don't include <errno.h>,
18986         <sys/param.h>, <time.h>; not needed to establish interface.
18987         (errno): Remove decl.
18988         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18989         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18990         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18991
18992 2004-11-28  Simon Josefsson  <jas@extundo.com>
18993
18994         * lib/base64.h, base64.c: New file.
18995
18996 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18997
18998         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18999
19000 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
19001
19002         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
19003         (Depends-on): Remove pathmax, same.  Add mempcpy.
19004         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
19005         (Makefile.am): Append getcwd.h to lib_SOURCES.
19006         (Include): Add getcwd.h.
19007         (Maintainer): Change from Jim Meyering to "all, glibc",
19008         since getdate now uses intended-for-glibc code.
19009         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
19010         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
19011
19012 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19013
19014         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
19015         HP's ANSI C compiler.
19016         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
19017         Declaring int functions causes warnings on some modern systems and
19018         shouldn't be needed to compile on ancient ones.
19019         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
19020         defined.
19021
19022         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
19023         with the following changes.
19024         (__set_errno): Parenthesize properly.
19025         Include <stdbool.h>.
19026         (MIN, MAX, MATCHING_INO): New macros.
19027         (__getcwd): Define with prototype, not K&R form.
19028         Use heuristics to allocate default buffer on stack if possible.
19029         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
19030         behavior, and to avoid the PATH_MAX limit when computing
19031         ../../../../...
19032         Use MATCHING_INO to compare inode number to file.
19033         Check for arithmetic overflow in size calculations.
19034         Fix bug in reallocation of dot array that caused getcwd to fail
19035         on directories nested deeper than 75.
19036         Be more careful about saving errno on error.
19037         Do not use realloc; use only free+malloc, as this is a bit
19038         more flexible and avoids a needless copy operation.
19039         Do not inspect st_dev and st_ino for symbolic links; POSIX
19040         doesn't specify the latter.
19041         Check for closedir errors.
19042         Avoid needless casts.
19043         Use "#ifdef weak_alias" around weak_alias, to be like other
19044         glibc code.
19045         The following changes to getcwd.c have effect only when used in
19046         gnulib; they have no effect inside glibc proper.
19047         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
19048         as alloca isn't used.
19049         (alloca, __alloca): Likewise.
19050         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
19051         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19052         unconditionally, as gnulib assumes C89 or better.
19053         Do not include <sys/param.h>.
19054         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
19055         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
19056         better.
19057         (NULL) [!defined NULL]: Remove; we assume C89 or better.
19058         Include <dirent.h> in a way that is compatible with modern Autoconf.
19059         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
19060         New macros, if not already defined.
19061         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
19062         Use "_LIBC", not "defined _LIBC", for consistency.
19063         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
19064         a mempcpy module.
19065         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
19066         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
19067         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
19068         credit only to Jim Meyering and adjust the copyright dates.
19069         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
19070         <stdlib.h>, <unistd.h>, "pathmax.h".
19071         Instead, include "xgetcwd.h" (first) and "getcwd.h".
19072         (INITIAL_BUFFER_SIZE): Remove.
19073         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
19074
19075 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19076
19077         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
19078         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
19079         Use the _ONCE methods, for efficiency.
19080         Check for fcntl.h.  In test program, include <errno.h>
19081         and <fcntl.h> if available.  Remove old K&R cruft from
19082         test program.  Check for common errors in GNU/Linux,
19083         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
19084         don't do AC_LIBOBJ, as that's getcwd.m4's job.
19085         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
19086         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
19087         name accordingly.
19088         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
19089         accommodate new getcwd.c.
19090         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
19091         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
19092         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
19093         that's all we need now.
19094
19095 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19096
19097         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
19098         argp-parse.c depends on getopt internals, that means we should
19099         always use our getopt, to be on the safe side.
19100         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
19101         order not to spoil the result of an eventual previous invocation
19102         of gl_GETOPT_SUBSTITUTE.
19103
19104 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19105
19106         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
19107         redefinition warnings. To avoid them, include the defines
19108         in `#if !defined __need_getopt ... #endif'. The only place
19109         where __getopt_argv_const is used is in definitions
19110         of getopt_long and getopt_long_only below, which are as well
19111         protected by `#ifndef __need_getopt'.
19112         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
19113         __need_getopt after including <stdio.h> and <unistd.h> These
19114         headers might have defined it.
19115
19116 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
19117
19118         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
19119
19120 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
19121
19122         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
19123         (futimens): New function, which uses futimes if available.
19124         (futimens, utimens): Support timespec==NULL, with same semantics
19125         as utime and utimens.
19126         * lib/utimens.h (futimens): New decl.
19127
19128 2004-11-23  Jim Meyering  <jim@meyering.net>
19129
19130         * lib/getopt_.h: Remove trailing blanks.
19131
19132 2004-11-23  Jim Meyering  <jim@meyering.net>
19133
19134         * lib/__fpending.c: Add comment.
19135
19136 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
19137
19138         * modules/canonicalize (Depends-on): Add xreadlink.
19139         Problem reported by James Youngman.
19140
19141 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
19144         New macros.
19145         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
19146         optopt): Use them instead of invoking ## directly; otherwise, the
19147         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
19148
19149 2004-11-19  Bruno Haible  <bruno@clisp.org>
19150
19151         * lib/strtok_r.c: Move comments from here...
19152         * lib/strtok_r.h: ... to here.
19153
19154 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19155
19156         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
19157         implementations that mishandle size_t overflow.
19158
19159 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19160
19161         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
19162         might fail.  Problem reported by Yoann Vandoorselaere.
19163         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
19164         implementations that mishandle size_t overflow.
19165
19166 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19167
19168         * modules/canon-host (Depends-on): Add strdup.
19169
19170 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19171
19172         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
19173
19174 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19175
19176         * lib/canon-host.c: Include "strdup.h".
19177         (canon_host): Use getaddrinfo if available, so that IPv6 works.
19178         Use strdup instead of malloc/strcpy to duplicate strings.
19179
19180         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
19181         (human_space_before_unit): New constant.
19182         * lib/human.c (human_readable): Support it.
19183
19184         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
19185         (xgetcwd): Set errno correctly when failing.
19186         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
19187         the failure is actually due to a PATH_MAX problem.
19188
19189         Further getopt changes to make it more likely that glibc will
19190         buy the changes back.
19191         * lib/getopt.c (POSIXLY_CORRECT): New constant.
19192         (getopt): Use it, so to preserve glibc semantic
19193         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
19194         when compiling for libc.
19195         * lib/getopt_.h (__getopt_argv_const): Bring it back.
19196         (getopt_long, getopt_long_only): Use it.
19197
19198         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19199         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
19200         (getopt): Argv is now char * const *, as per standard.
19201         (_getopt_internal_r, _getopt_internal): Argv is now char **,
19202         not char *__getopt_argv_const *.
19203         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
19204         _getopt_long_only_r): Likewise.
19205         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
19206         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
19207         _getopt_long_r, _getopt_long_only_r): Likewise.
19208         * lib/getopt_.h (__getopt_argv_const): Remove.
19209         (getopt): Argv is now char * const *, as per standard.
19210
19211         * lib/getdate.y (tORDINAL): New token.
19212         (day, relunit): Allow it for relative times.
19213         (relative_time_table): Use tORDINAL for ordinals.
19214
19215 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19216
19217         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
19218         Document that "second" isn't allowed as an ordinal number.
19219
19220 2004-11-16  Jim Meyering  <jim@meyering.net>
19221
19222         * modules/closeout (Depends-on): Add fpending.
19223
19224 2004-11-15  Jim Meyering  <jim@meyering.net>
19225
19226         * lib/closeout.c: Include "__fpending.h" once again.
19227         Include <stdbool.h>.
19228         (close_stdout): Don't fail just because stdout was closed initially,
19229         since some programs don't write to stdout in the normal course of
19230         operation (other than --version and --help), and we don't want this
19231         function to make e.g. `touch file >&-' fail.
19232         But do fail if it was closed and someone has tried to write to it.
19233         E.g., `printf foo >&-' must fail.
19234
19235 2004-11-13  Jim Meyering  <jim@meyering.net>
19236
19237         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
19238
19239 2004-11-12  Simon Josefsson  <jas@extundo.com>
19240
19241         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
19242         small doc fix is still pending.
19243
19244 2004-11-11  Simon Josefsson  <jas@extundo.com>
19245
19246         * modules/strtok_r: New file.
19247
19248         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19249         strtok_r.
19250
19251 2004-11-11  Simon Josefsson  <jas@extundo.com>
19252
19253         * m4/strtok_r.m4: New file.
19254
19255         * m4/getopt.m4: Replace opterr.
19256
19257 2004-11-11  Simon Josefsson  <jas@extundo.com>
19258
19259         * lib/strtok_r.h, strtok_r.c: New file.
19260
19261 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
19262
19263         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
19264         of replacing opterr, getopt, etc.  This should handle the
19265         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
19266
19267 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
19268
19269         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
19270         we can stop lying to compilers about the constness of argv when we
19271         are compiled outside glibc.
19272         (getopt, getopt_long, getopt_long_only): Use it.
19273         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19274         _getopt_internal, getopt): Likewise.
19275         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
19276         _getopt_long_only_r): Likewise.
19277         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
19278         _getopt_long_r, _getopt_long_only_r): Likewise.
19279
19280         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
19281         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
19282         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
19283         the other external symbols.
19284         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
19285         declaration, since the above renaming now works around collisions.
19286
19287 2004-11-11  Jim Meyering  <jim@meyering.net>
19288
19289         * lib/linebreak.c: Remove trailing blanks.
19290         * lib/alloca_.h: Likewise.
19291         * lib/acosl.c: Likewise.
19292         * lib/euidaccess.c: Likewise.
19293         * lib/allocsa.h: Likewise.
19294
19295 2004-11-10  Simon Josefsson  <jas@extundo.com>
19296
19297         * m4/getaddrinfo.m4: New file.
19298
19299 2004-11-10  Simon Josefsson  <jas@extundo.com>
19300
19301         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
19302
19303 2004-11-10  Simon Josefsson  <jas@extundo.com>
19304
19305         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19306         getaddrinfo.
19307
19308         * modules/getaddrinfo: New file.
19309
19310 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19311
19312         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
19313
19314 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19315
19316         * lib/mktime.c (SHR): New macro, which is a portable
19317         substitute for >> that should work even on Crays.
19318         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
19319         Problem reported by Mark D. Baushke in
19320         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
19321         * lib/getdate.y (SHR): Likewise.
19322         (tm_diff): Use it.
19323         * lib/strftime.c (SHR): Likewise.
19324         (tm_diff): Use it.
19325         * lib/quotearg.c (struct quoting_options): Use unsigned int for
19326         quote_these_too, so that right shifts are well defined.  All uses
19327         changed.
19328
19329 2004-11-10  Jim Meyering  <jim@meyering.net>
19330
19331         Ensure that no close failure goes unreported.
19332         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
19333         return early when it seems there's nothing to flush.
19334         Don't include __fpending.h.
19335
19336 2004-11-10  Jim Meyering  <jim@meyering.net>
19337
19338         * modules/closeout (Depends-on): Remove fpending.
19339
19340 2004-11-10  Jim Meyering  <jim@meyering.net>
19341
19342         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
19343
19344 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19345
19346         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
19347         gl_FUNC_STRFTIME.
19348         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
19349         and AC_REQUIRE when possible, to avoid duplicate checks.
19350         Check for <wchar.h>.
19351
19352 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19353
19354         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
19355
19356 2004-11-09  Bruno Haible  <bruno@clisp.org>
19357
19358         * m4/sockpfaf.m4: New file.
19359
19360 2004-11-05  Bruno Haible  <bruno@clisp.org>
19361
19362         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
19363         Reported by Mark D. Baushke <mdb@cvshome.org>.
19364
19365 2004-11-04  Bruno Haible  <bruno@clisp.org>
19366
19367         2004-09-11  Bruno Haible  <bruno@clisp.org>
19368                 * allocsa.valgrind: New file.
19369         2004-02-06  Bruno Haible  <bruno@clisp.org>
19370                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
19371                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
19372                 Reported by Christopher Seip <chris.seip@hp.com>.
19373
19374 2004-11-04  Bruno Haible  <bruno@clisp.org>
19375
19376         * modules/allocsa (Files): Add lib/allocsa.valgrind.
19377         (Makefile.am): Distribute it.
19378
19379 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
19380
19381         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
19382         with errno == ERANGE if the buffer is too small.
19383         Problem reported by Mark D. Baushke.
19384
19385 2004-11-03  Albert Chin  <china@thewrittenword.com>
19386             Paul Eggert  <eggert@cs.ucla.edu>
19387
19388         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
19389         equivalent, substitute $ac_type for equivalent type rather than
19390         blindly using uint32_t *always* which won't work if uint32_t is not
19391         available.  Define _UINT32_T to work around typedef of uint32_t if
19392         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
19393         2.5.1.
19394
19395 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19396
19397         * m4/jm-macros.m4: Sync from coreutils.
19398         (gl_MACROS): Check for mbrlen, for pathchk.
19399         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
19400
19401 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19402
19403         * lib/xreadlink.c (MAXSIZE): New macro.
19404         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
19405         size does not exceed MAXSIZE.  Avoid cast.
19406         As suggested by Mark D. Baushke in
19407         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
19408         if readlink fails with buffer size just under MAXSIZE, try again
19409         with MAXSIZE.
19410
19411 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19412
19413         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
19414
19415 2004-11-02  Derek R. Price  <derek@ximbiot.com>
19416         and  Paul Eggert  <eggert@cs.ucla.edu>
19417
19418         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
19419         (get_date): Overparenthesize to avoid GCC warning.
19420
19421 2004-11-02  Bruno Haible  <bruno@clisp.org>
19422
19423         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
19424         returns void.
19425
19426 2004-11-02  Bruno Haible  <bruno@clisp.org>
19427
19428         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
19429         function returns void.
19430
19431 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19432
19433         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
19434         fflush_unlocked, flockfile, funlockfile, funlockfile,
19435         fputs_unlocked, putc_unlocked.
19436
19437 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19438
19439         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19440         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
19441         already declared.
19442
19443 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19444
19445         * modules/getdate (Files): Add doc/getdate.texi.
19446         (Depends-on): Add setenv, xalloc.
19447
19448 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19449
19450         * lib/getdate.y: Add support for TZ="foo" within a date string.
19451         Fix some bugs near time_t boundaries.  Reject dates with
19452         out-of-range components, e.g., "Sept 31".
19453         Include <stdlib.h>, "setenv.h", "xalloc.h".
19454         (ISDIGIT_LOCALE): Remove; unused.
19455         Note that the TZ and time functions used here are not reentrant.
19456         (mktime_ok, get_tz): New functions.
19457         (TZBUFSIZE): New constant.
19458         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
19459         This requires that we sometimes generate our own TZ="XXX..." setting.
19460
19461 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19462
19463         * doc/getdate.texi: New file, from coreutils with modifications for
19464         the new TZ parsing.
19465
19466 2004-10-27  Derek R. Price  <derek@ximbiot.com>
19467
19468         * lib/mktime.c (not_equal_tm): Remove redundant check.
19469
19470 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19471
19472         * modules/regex (lib_SOURCES): Add regex.c.
19473         Reported by James Youngman in
19474         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
19475
19476 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19477
19478         * lib/getdate.y: Use Bison 1.875 features, and some minor
19479         code cleanups.  This change does not affect semantics.
19480         Don't include <stdlib.h>; no longer needed.
19481         Don't include unlocked-io.h; only the "#if TEST" code uses
19482         stdio, and performance isn't crucial there.
19483         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
19484         Bison 1.875 features as described below.
19485         All uses of "PC." replaced by "pc->".
19486         (YYSTYPE): Add a forward declaration.
19487         (yylex, yyerror): Use full prototypes in forward decls.
19488         Use "%pure-parser" rather than obsolescent "%pure_parser".
19489         Use %parse-param and %lex-param instead of obsolescent
19490         YYPARSE_PARAM and YYLEX_PARAM.
19491         (meridian_table, month_and_day_table, time_units_table,
19492         relative_time_table, time_zone_table, military_table,
19493         lookup_zone, lookup_word, get_date):
19494         Use NULL instead of 0 where appropriate.
19495         (to_hour): Avoid abort (), to avoid a dependency on
19496         stdlib.h.
19497         (yyerror, yylex): Now accepts parser_control * arg.
19498         (main) [TEST]: Use '\0' rather than 0 for char.
19499
19500 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19501
19502         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
19503
19504 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19505
19506         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
19507         It's now the caller's responsibility to handle the case where
19508         !HAVE_GETPAGESIZE && !defined getpagesize.
19509
19510         * lib/mktime.c (leapyear): Arg is long int, not int.
19511
19512 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
19513
19514         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
19515
19516 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
19517
19518         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
19519         missing.  Problem reported by James Youngman.
19520
19521 2004-10-16  Simon Josefsson  <jas@extundo.com>
19522
19523         * gnulib-tool: Fix comments.  Fix parse problem.
19524         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
19525
19526 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
19527
19528         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
19529         implementation of getopt_long.  Problem reported by Alexander Taler in:
19530         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
19531
19532 2004-10-15  Bruno Haible  <bruno@clisp.org>
19533
19534         * gnulib-tool: Untabify. Initialize supplied_libname.
19535         (func_usage): More homogenous output.
19536         (func_modules_transitive_closure, func_modules_to_filelist,
19537         func_emit_lib_Makefile_am): New functions.
19538         (func_import): New function, extracted from big case statement. Use
19539         func_get_license, func_modules_transitive_closure,
19540         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
19541         opt_lgpl. Don't use test -a, as it's not portable.
19542         (func_create_testdir): Use func_modules_transitive_closure,
19543         func_modules_to_filelist, func_emit_lib_Makefile_am.
19544
19545 2004-10-15  Bruno Haible  <bruno@clisp.org>
19546
19547         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
19548
19549 2004-10-15  Bruno Haible  <bruno@clisp.org>
19550
19551         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
19552         the portions belonging to each module.
19553         Suggested by Derek Robert Price <derek@ximbiot.com>.
19554
19555 2004-10-12  Simon Josefsson  <jas@extundo.com>
19556
19557         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19558         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
19559         to real functions.
19560
19561 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19562
19563         * modules/vsnprintf: New file.
19564
19565 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19566
19567         * m4/vsnprintf.m4: New file.
19568
19569 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19570
19571         * lib/vsnprintf.h: New file.
19572         * lib/vsnprintf.c: New file.
19573
19574 2004-10-11  Bruno Haible  <bruno@clisp.org>
19575
19576         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
19577         vsnprintf.
19578
19579 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19580
19581         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
19582
19583 2004-10-07  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
19586         fits into the provided buffer.
19587
19588 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19589
19590         * lib/diacrit.c, diacrit.h: Add GPL notice.
19591
19592         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
19593         notice.
19594         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
19595         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
19596         This avoids a potential constant-folding bug.
19597
19598 2004-10-05  Bruno Haible  <bruno@clisp.org>
19599
19600         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
19601         for the declaration of strsep.
19602
19603 2004-10-05  Bruno Haible  <bruno@clisp.org>
19604
19605         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
19606
19607 2004-10-04  Simon Josefsson  <jas@extundo.com>
19608
19609         * modules/memmem: New file.
19610         * tests/test-memmem.c: New file.
19611         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
19612
19613 2004-10-04  Simon Josefsson  <jas@extundo.com>
19614
19615         * m4/memmem.m4: New file.
19616
19617 2004-10-04  Simon Josefsson  <jas@extundo.com>
19618
19619         * lib/memmem.h: New file.
19620         * lib/memmem.c: New file, taken from glibc.
19621
19622 2004-10-04  Simon Josefsson  <jas@extundo.com>
19623
19624         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
19625         '#ifdef USE_UNLOCKED_IO'.
19626
19627 2004-10-04  Simon Josefsson  <jas@extundo.com>
19628
19629         * config/srclist.txt: Add memmem from glibc.
19630
19631 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19632
19633         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
19634
19635         * modules/argmatch, modules/argp, modules/closeout, modules/error,
19636         modules/exclude, modules/getdate, modules/getline,
19637         modules/getndelim2, modules/getpass, modules/getpass-gnu,
19638         modules/getusershell, modules/linebuffer, modules/md5,
19639         modules/mountlist, modules/posixtm, modules/readtokens,
19640         modules/readutmp, modules/regex, modules/sha1,
19641         modules/version-etc, modules/yesno:
19642         Remove dependency on unlocked-io.
19643
19644 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19645
19646         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
19647
19648         * m4/unlocked-io.m4: Add copyright notice.
19649         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
19650
19651 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19652
19653         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
19654         * lib/xmalloc.c (xmemdup): Likewise.
19655         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
19656         XFREE): Remove these long-obsolescent macros.
19657         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
19658         * lib/xstrdup.c: Remove.
19659
19660         * lib/regex.c (re_comp): Cast gettext return value to char *,
19661         Problem reported by Martin Neitzel via Mark D. Baushke.
19662
19663 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19664
19665         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
19666         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
19667         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
19668         regex.c, sha1.c, version-etc.c, yesno.c:
19669         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
19670         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
19671         the includer's responsibility.
19672
19673         Sync from coreutils.
19674
19675         * lib/modechange.c (mode_compile): Don't decrement a pointer that
19676         points to the start of a string, as the C Standard says the
19677         resulting behavior is undefined.
19678
19679         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
19680         simple -> simple_backups, numbered_existing ->
19681         numbered_existing_backups, numbered -> numbered_backups
19682         to avoid shadowing problems.  All uses changed.
19683         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
19684         * lib/backupfile.c (check_extension, numbered_backup):
19685         Rename locals to avoid shadowing 'basename'.
19686         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
19687         once.
19688
19689         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
19690         * lib/.cvsignore: Add getopt.h.
19691
19692 2004-10-04  Bruno Haible  <bruno@clisp.org>
19693
19694         * modules/README: New file.
19695         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
19696         not a module.
19697
19698 2004-10-02  Jim Meyering  <jim@meyering.net>
19699
19700         * lib/dirfd.h, getpagesize.h: Add copyright notice.
19701
19702 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19703
19704         * modules/strsep: New file.
19705
19706 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19707
19708         * m4/strsep.m4: New file.
19709
19710 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19711
19712         * lib/strsep.h: New file.
19713         * lib/strsep.c: New file.
19714
19715 2004-10-01  Simon Josefsson  <jas@extundo.com>
19716
19717         * lib/snprintf.c (snprintf): Handle size==0.
19718
19719 2004-10-01  Simon Josefsson  <jas@extundo.com>
19720             Bruno Haible  <bruno@clisp.org>
19721
19722         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
19723         (snprintf): Declare 'args'.
19724
19725 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
19726
19727         * lib/snprintf.c: Remove comments as to why each header is needed.
19728
19729 2004-10-01  Bruno Haible  <bruno@clisp.org>
19730
19731         * MODULES.html.sh: Add strsep.
19732
19733 2004-09-30  Simon Josefsson  <jas@extundo.com>
19734
19735         * modules/snprintf: New file.
19736
19737 2004-09-30  Simon Josefsson  <jas@extundo.com>
19738
19739         * m4/snprintf.m4: New file.
19740
19741 2004-09-30  Simon Josefsson  <jas@extundo.com>
19742
19743         * lib/snprintf.h, lib/snprintf.c: New files.
19744
19745 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19746
19747         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
19748         (hol_entry_help): Never translate an empty string.
19749         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
19750         * lib/argp.h (OPTION_NO_TRANS): New option.
19751
19752 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19753
19754         * modules/argp (Maintainer): Replace Simon Josefsson
19755         by Sergey Poznyakoff.
19756
19757 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19758
19759         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
19760         changes merged back into glibc.
19761
19762 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19763
19764         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
19765
19766 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19767
19768         * lib/xvasprintf.c: Include xalloc.h.
19769         (xvasprintf): Use xalloc_die, not xmalloc_die.
19770
19771 2004-09-29  Bruno Haible  <bruno@clisp.org>
19772
19773         * modules/alloca-opt: New file, derived from modules/alloca.
19774         * modules/allocsa: Depend on alloca-opt instead of alloca.
19775         * modules/setenv: Likewise.
19776         * modules/vasnprintf: Likewise.
19777         * MODULES.html.sh: Add alloca-opt.
19778
19779 2004-09-28  Simon Josefsson  <jas@extundo.com>
19780
19781         * gnulib-tool: New parameter --lgpl, to asseert that modules are
19782         LGPL, and to replace license template from GPL to LGPL.
19783
19784 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19785
19786         * modules/dummy: Change license to LGPL.
19787
19788 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19789
19790         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
19791
19792 2004-09-24  Simon Josefsson  <jas@extundo.com>
19793
19794         * modules/minmax (License): Change from GPL to LGPL.
19795
19796 2004-09-23  Simon Josefsson  <jas@extundo.com>
19797
19798         * gnulib-tool (--import): Typo.
19799
19800 2004-09-23  Simon Josefsson  <jas@extundo.com>
19801
19802         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
19803
19804 2004-09-22  Bruno Haible  <bruno@clisp.org>
19805
19806         * modules/*: Add 'License' field.
19807         * gnulib-tool: Accept --extract-license option.
19808         (func_get_license): New function.
19809
19810 2004-09-21  Bruno Haible  <bruno@clisp.org>
19811
19812         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
19813         Reported by Simon Josefsson.
19814
19815 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19816
19817         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
19818         gl_AC_TYPE_LONG_LONG.
19819
19820 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19821
19822         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
19823
19824 2004-09-18  Simon Josefsson  <jas@extundo.com>
19825         and  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
19828         calls with autoreconf.  Define GL_LIB.
19829
19830 2004-09-14  Karl Berry  <karl@gnu.org>
19831
19832         * config/srclist.txt: unsync setenv.c, sigh.
19833
19834 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19835
19836         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19837         Problem reported by Bruno Haible in:
19838         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19839
19840 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * config/srclist.txt: Comment out argp-pvh.c.
19843
19844 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19845
19846         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19847         in case some system header has #define'd it.  Problem reported by
19848         Soeren D. Schulze in
19849         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19850
19851 2004-09-09  Karl Berry  <karl@gnu.org>
19852
19853         * regex.[ch]: delete from the root.  These were supposed to be
19854                 synced with emacs cvs, but this has not happened for about
19855                 a year, and anyway nothing else uses emacs regex.[ch].
19856                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19857                 lib/regex[.ch] is untouched.
19858
19859 2004-09-09  Bruno Haible  <bruno@clisp.org>
19860
19861         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19862
19863 2004-09-09  Bruno Haible  <bruno@clisp.org>
19864
19865         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19866         modifications.
19867         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19868
19869 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19870
19871         * modules/xvasprintf: New file.
19872         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19873
19874 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19875
19876         * lib/xvasprintf.h: New file.
19877         * lib/xvasprintf.c: New file.
19878         * lib/xasprintf.c: New file.
19879
19880 2004-09-08  Bruno Haible  <bruno@clisp.org>
19881
19882         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19883
19884 2004-09-08  Bruno Haible  <bruno@clisp.org>
19885
19886         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19887         length is > INT_MAX.
19888         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19889         more.
19890
19891 2004-09-08  Bruno Haible  <bruno@clisp.org>
19892
19893         * lib/stdint_.h: New file, taken from GNU clisp.
19894
19895 2004-09-08  Bruno Haible  <bruno@clisp.org>
19896             Oskar Liljeblad  <oskar@osk.mine.nu>
19897
19898         * modules/stdint: New file.
19899         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19900
19901 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19902
19903         Import from coreutils.
19904         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19905         strings on unbounded length.  alloca's performance benefits aren't
19906         that important here.
19907         (V_STRDUP): Remove.
19908         (parse_with_separator): New function, with most of the internals
19909         of the old parse_user_spec.  Allow user to omit both user and group,
19910         for compatibility with FreeBSD.
19911         Clone only the user name, not the entire spec.
19912         Do not set *uid, *gid unless entirely successful.
19913         Avoid memory leak in some failing cases.
19914         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19915         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19916         (parse_user_spec): Rewrite to use parse_with_separator.
19917
19918 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19919
19920         * modules/userspec: Don't depend on alloca.
19921
19922 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19923
19924         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19925
19926 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19927
19928         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19929         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19930         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19931
19932 2004-08-16  Simon Josefsson  <jas@extundo.com>
19933
19934         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19935         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19936         Add --dry-run for --import.
19937         Let user provided command line parameters override configure.ac
19938         settings.
19939
19940 2004-08-12  Simon Josefsson  <jas@extundo.com>
19941
19942         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19943         as discussed with Paul Eggert in threads rooted at
19944         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19945         and
19946         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19947         Before, the test was empty, and relied on ELIDE_CODE in source
19948         code.)
19949         (gl_PREREQ_GETOPT): New macro.
19950         (gl_GETOPT): Use them.
19951
19952 2004-08-12  Simon Josefsson  <jas@extundo.com>
19953
19954         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19955         * lib/getopt_.h: Renamed from getopt.h.
19956
19957 2004-08-12  Simon Josefsson  <jas@extundo.com>
19958
19959         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19960         Change default library name from libfoo to libgnu.
19961         Now, if you have a configure.ac that says:
19962                 gl_SOURCE_BASE(gl)
19963                 gl_M4_BASE(gl/m4)
19964                 gl_MODULES(error getopt etcetera)
19965                 gl_INIT
19966         you can import all you need by running:
19967                 ../gnulib/gnulib-tool --import
19968
19969         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19970         (Makefile.am): Rewrite, use logic from argz.
19971         (Include): Use <getopt.h> instead of "getopt.h".
19972
19973 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19974
19975         * modules/argp (Files): Add m4/unlocked-io.m4.
19976         (Depends-on): Add extensions.
19977
19978 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19979
19980         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19981         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19982         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19983         Check for program_invocation_name, program_invocation_short_name,
19984         flockfile, funlockfile, features.h, _getopt_long_only_r.
19985
19986 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19987
19988         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19989         its complicated substitute.
19990         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19991         and program_invocation_name.
19992         (__argp_basename) [!_LIBC]: Remove; the only use was
19993         replaced by its body.
19994         (__argp_short_program_name): Change condition from
19995         !defined __argp_short_program_name to
19996         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19997         to match argp-namefrob.h.
19998         (__argp_failure): Don't assume strerror_r returns char *.
19999         * lib/argp-parse.c (N_): Define unconditionally.
20000         (argp_default_options): Fill out initializers with 0 to avoid
20001         gcc warnings.
20002
20003 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20004
20005         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
20006         getopt1.c.
20007
20008 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20009
20010         Merge from coreutils.
20011
20012         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
20013
20014         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
20015         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
20016
20017 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20018
20019         Merge from coreutils.
20020
20021         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
20022         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
20023         for Reliant Unix 5.43.
20024
20025         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
20026         (union fooround): Use uintmax_t, not long int.
20027         The rest is a merge from libc:
20028         [defined _LIBC]: Include <shlib-compat.h>.
20029         (_obstack) [defined _LIBC]: Remove after 2.3.4.
20030
20031         * lib/settime.c (settime): Recode to avoid warning with
20032         Sun Forte C 6U2.
20033
20034         * lib/strverscmp.c: Convert to UTF-8.
20035
20036 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20037
20038         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20039         m4/uintmax_t.m4.
20040
20041 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20042
20043         * modules/xalloc-die: New file.
20044         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
20045
20046         * modules/md5 (Files): Add m4/uint32_t.m4.
20047         * modules/sha1: Renamed from modules/sha.
20048         (Files):
20049         Rename lib/sha.h to lib/sha1.h.
20050         Rename lib/sha.c to lib/sha1.c.
20051         Rename m4/sha.m4 to m4/sha1.m4.
20052         (lib_SOURCES): Likewise.
20053         (configure.ac): Rename gl_SHA to gl_SHA1.
20054         (Include): sha.h -> sha1.h.
20055
20056 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20057
20058         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
20059         * m4/sha1.m4: Renamed from sha.m4.
20060         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
20061
20062 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20063
20064         * lib/obstack.h (obstack_empty_p):
20065         Don't assume that chunk->contents is suitably aligned.
20066         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
20067         Likewise. Problem reported by Benno in
20068         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
20069
20070         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
20071         readable.  This could be improved further but it'd take some work.
20072
20073 2004-08-08  Simon Josefsson  <jas@extundo.com>
20074
20075         * modules/xgethostname (Depends-on): Remove exit and error (not
20076         used).
20077
20078         * modules/getpass-gnu: Add getpass.h.
20079         (Depends-on): Add stdbool.
20080         * modules/getpass: Add getpass.h.
20081
20082 2004-08-08  Simon Josefsson  <jas@extundo.com>
20083
20084         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
20085         Check getpass declaration.
20086
20087 2004-08-08  Simon Josefsson  <jas@extundo.com>
20088
20089         * lib/xgethostname.c: Don't include error.h (not used).
20090
20091         * lib/getpass.h: Add.
20092         * lib/getpass.c: Include getpass.h first.
20093
20094 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
20095
20096         * lib/xalloc-die.c: New file.
20097         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
20098         All uses removed.
20099         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
20100         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
20101         xalloc-die.c.
20102         (_, N_, xalloc_die): Move to xalloc-die.c.
20103         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
20104         so that we needn't mess with xalloc_msg_memory_exhausted.
20105
20106         * lib/sha1.h: Renamed from sha.h.
20107         (SHA1_H): Renamed from _SHA_H.
20108         (sha1_ctx): Renamed from sha_ctx.
20109         (sha1_init_ctx): Renamed from sha_init_ctx.
20110         (sha1_process_block): Renamed from sha_process_block.
20111         (sha1_process_bytes): Renamed from sha_process_bytes.
20112         (sha1_finish_ctx): Renamed from sha_finish_ctx.
20113         (sha1_read_ctx): Renamed from sha_read_ctx.
20114         (sha1_stream): Renamed from sha_stream.
20115         (sha1_buffer): Renamed from sha_buffer.
20116         * lib/sha1.c: Likewise; renamed from sha.c.
20117         Do not include <sys/types.h>.
20118         Include <stddef.h> rather than <stdlib.h>.
20119
20120 2004-08-08  Bruno Haible  <bruno@clisp.org>
20121
20122         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
20123         FILESYSTEM_PREFIX_LEN.
20124         * lib/progreloc.c: Likewise.
20125         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
20126
20127 2004-08-06  Simon Josefsson  <jas@extundo.com>
20128
20129         * modules/progname (Depends-on): Don't depend on stdbool.
20130
20131 2004-08-06  Simon Josefsson  <jas@extundo.com>
20132
20133         * modules/getsubopt: New file.
20134         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20135         getsubopt.
20136
20137 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20138
20139         More merge from coreutils.
20140
20141         * m4/utimens.m4, m4/utimecmp.m4: New files.
20142         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
20143         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
20144         prereq.m4, sha.m4: Import changes from coreutils.
20145
20146 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20147
20148         More merge from coreutils.
20149         * modules/raise, modules/readtokens0, modules/utimens:
20150         * modules/utimecmp, module/xnanosleep: New files.
20151         * modules/strftime: Add lib/strftime.h.
20152         Change include from <time.h> to "strftime.h".
20153         * modules/yesno: Add lib/yesno.h.
20154         * modules/backupfile: Remove lib/addext.c.
20155         * modules/euidaccess: Add stat-macros.h.
20156         * modules/canonicalize, modules/euidaccess,
20157         modules/filemode, modules/lchown, modules/makepath,
20158         modules/rmdir, modules/stat: Likewise.
20159
20160 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20161
20162         Merge from tar.
20163         * lib/argp-help.c (make_hol, hol_append): Don't assume that
20164         SIZE_MAX is a valid preprocessor constant.
20165         (__argp_basename): Change from "#ifndef _LIBC"
20166         to "#ifndef __argp_short_program_name", so that
20167         we don't compile these functions for tar.
20168
20169         More merges from coreutils.
20170         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
20171         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
20172         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
20173         * lib/addext.c: Remove; no longer needed.
20174         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
20175         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
20176         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
20177         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
20178         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
20179         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
20180         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
20181         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
20182         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
20183         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20184         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
20185         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
20186         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
20187         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
20188         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
20189         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
20190         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
20191         Import changes from coreutils.
20192
20193 2004-08-05  Simon Josefsson  <jas@extundo.com>
20194
20195         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
20196
20197 2004-08-05  Simon Josefsson  <jas@extundo.com>
20198
20199         * m4/getsubopt.m4: New file.
20200
20201 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20202
20203         Merge from coreutils.
20204
20205         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
20206         * m4/getcwd-path-max.m4: New files.
20207
20208         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
20209         FILESYSTEM_PREFIX_LEN ->
20210         FILE_SYSTEM_PREFIX_LEN.
20211         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
20212         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
20213         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
20214         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
20215
20216         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
20217         prerequisite modules now handle the DOS stuff.
20218         Don't check for unistd.h.
20219
20220 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20221
20222         Merge from coreutils.
20223
20224         * lib/.gdb-history: Remove; this doesn't belong here.
20225
20226         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
20227         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
20228         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
20229         * lib/getcwd.c: New files.
20230
20231         * lib/dirname.h: Include <stdbool.h>.
20232         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
20233         for consistency with POSIX terminology.  All uses changed.
20234         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
20235         (strip_trailing_slashes): Use bool for booleans.
20236         * lib/stripslash.c (strip_trailing_slashes): Likewise.
20237
20238         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
20239         sometimes returns a positive errno value even when it succeeds.
20240         (print_errno_message) [!LIBC]: Fall back on strerror if
20241         __strerror_r fails.
20242
20243         * lib/path-concat.c (mempcpy): Don't define if a system header defines
20244         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
20245         (longest_relative_suffix): New function.
20246         (path_concat): Use it.  Assume first argument is not NULL.
20247         Port to DOS.  Omit redundant separators.
20248         Report an error instead of returning NULL.
20249         Use mempcpy instead of memcpy.
20250         (xpath_concat): Remove: not declared or used.
20251
20252         * lib/same.h: Include <stdbool.h>
20253         (same_name): Return bool, not int.
20254         * lib/same.c (same_name): Likewise.
20255         (errno): Don't declare; we assume C89 or better now.
20256
20257         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
20258         if not already defined.
20259
20260         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
20261         * lib/dup-safer.c (errno): Likewise.
20262
20263 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20264
20265         Merge from coreutils.
20266         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
20267         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
20268         * modules/path-concat: Don't depend on strdup.
20269
20270 2004-08-03  Simon Josefsson  <jas@extundo.com>
20271
20272         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
20273         * lib/progname.h: Don't include stdbool.h.
20274
20275 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20276
20277         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
20278         * MODULES.html.sh (func_all_modules): Remove fatal.
20279
20280 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20281
20282         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
20283
20284 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20285
20286         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
20287         working.
20288
20289 2004-08-02  Simon Josefsson  <jas@extundo.com>
20290
20291         * lib/getsubopt.h: New file, with comments from Bruno Haible.
20292         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
20293         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
20294
20295 2004-08-01  Simon Josefsson  <jas@extundo.com>
20296
20297         * lib/xgetdomainname.c: Include stdlib.h, for free().
20298
20299 2004-07-19  Bruno Haible  <bruno@clisp.org>
20300
20301         * MODULES.html.sh (func_all_modules): Add dummy.
20302
20303 2004-07-16  Simon Josefsson  <jas@extundo.com>
20304
20305         * modules/dummy: New file.
20306
20307 2004-07-16  Simon Josefsson  <jas@extundo.com>
20308
20309         * lib/dummy.c: New file.
20310
20311 2004-07-16  Bruno Haible  <bruno@clisp.org>
20312
20313         * lib/backupfile.h: Add extern "C" for C++.
20314         * lib/closeout.h: Likewise.
20315         * lib/copy-file.h: Likewise.
20316         * lib/findprog.h: Likewise.
20317         * lib/full-write.h: Likewise.
20318         * lib/pathname.h: Likewise.
20319         * lib/progname.h: Likewise.
20320         * lib/stpcpy.h: Likewise.
20321         * lib/stpncpy.h: Likewise.
20322         * lib/strcase.h: Likewise.
20323         * lib/strstr.h: Likewise.
20324         * lib/xalloc.h: Likewise.
20325
20326         * lib/mbswidth.h: Add extern "C" for C++.
20327         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
20328
20329 2004-07-13  Robert Millan  <robertmh@gnu.org>
20330
20331         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
20332
20333 2004-07-09  Simon Josefsson  <jas@extundo.com>
20334
20335         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
20336         failed without this.)
20337
20338 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20339
20340         * modules/chown (Files): Add lib/fchown-stub.c, since
20341         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
20342
20343 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20344
20345         * lib/fchown-stub.c: New file.
20346
20347 2004-06-24  Jim Meyering  <jim@meyering.net>
20348
20349         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
20350
20351 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20352
20353         * modules/argz: Omit "#include".
20354
20355         * MODULES.html.sh (func_all_modules): Add calloc, to match
20356         2004-06-01 addition of calloc module.
20357
20358 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20359
20360         * m4/argz.m4: New file, which is autoupdated from libtool.
20361
20362 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20363
20364         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
20365         libtool.
20366
20367 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20368
20369         * config/srclist-update: Don't insist on "USA." before the
20370         close-comment, as libtool omits the period and puts the */ on a
20371         separate line.
20372         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
20373         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
20374
20375 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
20376
20377         * modules/argz: New file.
20378         * MODULES.html.sh (func_all_modules): Add argz.
20379
20380 2004-06-12  Jim Meyering  <jim@meyering.net>
20381         and  Paul Eggert  <eggert@cs.ucla.edu>
20382
20383         * modules/hash (Files): Add lib/xalloc.h.
20384         * modules/pipe (Depends-on): Add wait-process.
20385         * modules/stat (Depends-on): Add xalloc.
20386         * modules/userspec (Files): Add lib/userspec.h.
20387         * modules/xstrto
20388
20389         Upgrade from gettext-0.13.
20390         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
20391         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
20392         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
20393
20394 2004-06-10  Jim Meyering  <jim@meyering.net>
20395
20396         * lib/calloc.c: New file.
20397
20398 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
20399
20400         * lib/getdate.y (yylex): Allow space between sign and number.
20401         Problem reported by Dan Jacobson.
20402
20403 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
20404
20405         Merge from coreutils CVS.
20406
20407         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
20408         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
20409         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
20410         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
20411         xstrtol.m4: Fix copyright date and/or serial number.
20412
20413         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
20414         See if we need an fchown replacement.
20415         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
20416         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
20417         and use the replacement function if we detect either defect.
20418
20419         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
20420         gl_UTIMECMP.
20421
20422 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
20423         and  Jim Meyering  <jim@meyering.net>
20424
20425         Merge from coreutils CVS.
20426
20427         * lib/stat-macros.h: New file, with contents from file-type.h
20428         and coreutils' system.h.
20429         * lib/file-type.c: Include "stat-macros.h".
20430         * lib/file-type.h (file_type): Move all macro definitions to new file,
20431         stat-macros.h.
20432
20433         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
20434         Wrap old code with this conditional.
20435         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
20436         function that does not dereference symlinks.
20437         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
20438
20439         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
20440         dependency problems.
20441         (xreadlink): Accept new arg SIZE, for efficiency.
20442         All decls and uses changed.
20443         * lib/xreadlink.h: Include <stddef.h>, for size_t.
20444
20445         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
20446         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
20447
20448         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
20449         sysexits.h.
20450
20451 2004-06-01  Jim Meyering  <jim@meyering.net>
20452
20453         * m4/calloc.m4: New file.
20454
20455 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
20456
20457         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
20458         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
20459         Also, fix a typo in a diagnostic.
20460
20461 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
20462
20463         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
20464         or AC_FUNC_REALLOC.
20465
20466 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
20467
20468         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
20469         macros to be defined.
20470         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
20471         the allocator returns NULL because the requested size is zero.
20472
20473 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20474
20475         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
20476         var.  Add comment explaining why libc still defines it.  This
20477         merges the following patch from glibc:
20478         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
20479
20480 2004-05-20  Andreas Schwab  <schwab@suse.de>
20481
20482         * m4/free.m4: Replace free if it not known to work, not the other
20483         way round.
20484
20485 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20486
20487         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
20488         present in glibc since revision 1.1 of this file.
20489         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
20490         obstack_alignment_mask, obstack_alloc, obstack_base,
20491         obstack_blank, obstack_blank_fast, obstack_chunk_size,
20492         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
20493         obstack_grow0, obstack_init, obstack_int_grow,
20494         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
20495         obstack_next_free, obstack_object_size, obstack_ptr_grow,
20496         obstack_ptr_grow_fast, obstack_room): Remove declarations of
20497         nonexistent functions.
20498
20499 2004-05-18  Karl Berry  <karl@gnu.org>
20500
20501         * config/srclist.txt: break link for vasnprintf.c.
20502
20503 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20504
20505         Port obstack to the AS/400, where pointers are 16 bytes wide and
20506         you cannot cast an integer to a valid pointer.  This patch is
20507         currently waiting to be integrated into glibc; see
20508         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
20509
20510         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
20511         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
20512         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
20513         (struct obstack): temp member is now a union of a pointer and
20514         an integer, instead of an integer.  All integer uses changed.
20515         This does not affect the physical layout of struct obstack,
20516         except on hosts (like the AS/400) where the size or alignment of
20517         void * is greater than that of ptrdiff_t.
20518         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
20519         __STDC__)]: Store temporary in pointer member of union, not
20520         integer member.
20521         * lib/obstack.c: Include <stddef.h>, for offsetof.
20522         (struct fooalign): Remove; it doesn't need a name.
20523         (union fooround): Change double to long double, and add void *.
20524         (DEFAULT_ALIGNMENT): Use offsetof to compute.
20525         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
20526         not a macro.  Hence the values are always int; so remove all
20527         casts-to-int in uses.
20528
20529 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20530
20531         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
20532         we can get this patch merged into glibc.
20533
20534 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20535             Paul Eggert  <eggert@cs.ucla.edu>
20536
20537         * m4/argp: Depend on alloca.
20538
20539 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20540             Paul Eggert  <eggert@cs.ucla.edu>
20541
20542         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
20543         freecoding.
20544
20545 2004-05-17  Bruno Haible  <bruno@clisp.org>
20546
20547         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
20548         precision that consists of a '.' followed by an empty digit string.
20549         Patch by Tor Lillqvist <tml@iki.fi>.
20550
20551 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20552
20553         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
20554         for backward compatibility with older code.  We need our own
20555         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
20556         it under some other name, and our alloca.h will define it.
20557
20558 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20559             Derek Price  <derek@ximbiot.com>
20560
20561         * lib/alloca.c: Include <alloca.h>, to get our interface.
20562         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
20563         include <alloca.h> first.  Use C89 prototype for alloca; this
20564         requires including <stddef.h> for size_t.  Use extern "C" if C++.
20565         Use #elif for simplicity, since we can assume C89 now.
20566         Don't try to source the system alloca.h since it will not be found
20567         and to prevent recursively including its replacement.
20568         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
20569         * lib/regex.c: Likewise.
20570
20571 2004-05-16  Derek Price  <derek@ximbiot.com>
20572             Paul Eggert  <eggert@cs.ucla.edu>
20573
20574         getline cleanup.  This changes the getndelim2 API: both order of
20575         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
20576         no delimiter).
20577
20578         * lib/getline.c: Don't include stddef.h or stdio.h, since our
20579         interface does that.
20580         (getline): Always use getdelim, so that we don't have two
20581         copies of this code.
20582         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
20583         if available.
20584         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
20585         (GETNDELIM2_MAXIMUM): New macro.
20586         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
20587         instead of the old practice of delim2==0.  All callers changed.
20588         Return -1 on overflow, instead of returning junk.
20589         Do not set *linesize unless allocation succeeds.
20590         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
20591         that we include sys/types.h.
20592         * lib/getnline.h: Likewise.
20593         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
20594         (getndelim2): Reorder arguments.
20595         * lib/getnline.c (getnline, getndelim):
20596         Don't discard the NMAX argument.
20597         (getnline): Invoke getndelim, to avoid code duplication.
20598         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
20599         of (size_t) -1 by callers of the getnline family.
20600
20601 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20602
20603         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
20604         Check for gettimeofday.
20605         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
20606         Check for settimeofday, stime.
20607
20608 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20609
20610         * lib/nanosleep.c (suspended): Change its type from int to
20611         sig_atomic_t volatile.
20612         (first_call): Make it private to rpl_nanosleep, and have it
20613         be zero initially as that's a bit faster.
20614         (my_usleep): Round up fractional times instead of truncating them,
20615         as this is the usual meaning for 'sleep'.
20616
20617         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
20618         doesn't work.
20619         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
20620         (ENOSYS): Define if not defined.
20621         (settime): Fall back on stime if it exists and settimeofday fails.
20622         But don't bother with fallbacks if a method fails with errno == EPERM.
20623
20624 2004-05-11  Jim Meyering  <jim@meyering.net>
20625
20626         Prior to this change, the save_cwd caller required read access to the
20627         current directory on most systems (ones with the fchdir function).
20628
20629         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
20630         fails, try write-only, and finally, resort to using xgetcwd.
20631
20632 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20633
20634         * lib/obstack.c, obstack.h: Import changes from libc.
20635
20636 2004-04-28  Bruno Haible  <bruno@clisp.org>
20637
20638         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
20639         also implicitly appends .exe to executables.
20640         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
20641         accepts Windows pathnames.
20642         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20643         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20644         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20645         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20646         Reported by Derek Robert Price <derek@ximbiot.com>.
20647
20648 2004-04-21  Karl Berry  <karl@gnu.org>
20649
20650         * config/srclist.txt (localcharset.c): break sync.
20651
20652 2004-04-20  Paul Eggert  <eggert@twinsun.com>
20653
20654         * m4/host-os.m4: Add a copyright notice.
20655
20656 2004-04-20  Jim Meyering  <jim@meyering.net>
20657
20658         Change UTILS_ to gl_ in AC_DEFINE'd names.
20659         Change utils_- and jm_-prefixed variables, too.
20660         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
20661         UTILS_FUNC_MKDIR_TRAILING_SLASH.
20662         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
20663
20664         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20665         Don't emit trailing blanks.
20666         Also rename jm_-prefixed variables to have gl_ prefix.
20667
20668         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
20669         Also rename jm_-prefixed variables to have gl_ prefix.
20670
20671         * m4/jm-macros.m4: Reflect the renamings.
20672         * m4/prereq.m4: Likewise.
20673
20674 2004-04-20  Jim Meyering  <jim@meyering.net>
20675
20676         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
20677         memory.
20678
20679 2004-04-20  Jim Meyering  <jim@meyering.net>
20680             Bruno Haible  <bruno@clisp.org>
20681
20682         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
20683         memory when realloc fails.
20684
20685 2004-04-19  Jim Meyering  <jim@meyering.net>
20686
20687         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
20688         now that readutmp.c may call `free (0)'.
20689
20690 2004-04-19  Bruno Haible  <bruno@clisp.org>
20691
20692         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
20693         * m4/inttypes_h.m4: Likewise.
20694         * m4/stdint_h.m4: Likewise.
20695         * m4/intmax_t.m4: Likewise.
20696         * m4/uintmax_t.m4: Likewise.
20697
20698 2004-04-18  Jim Meyering  <jim@meyering.net>
20699
20700         * m4/prereq.m4: Don't forbid jm_ prefix.
20701
20702         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
20703         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
20704         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
20705         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
20706         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
20707         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
20708         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
20709         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
20710         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
20711         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
20712         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
20713         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
20714         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
20715         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
20716         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
20717         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
20718         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
20719         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
20720         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
20721
20722 2004-04-18  Jim Meyering  <jim@meyering.net>
20723
20724         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
20725         failure, don't leak memory and do call END_UTMP_ENT.
20726
20727 2004-04-16  Jim Meyering  <jim@meyering.net>
20728
20729         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
20730         coreutils' stat program.
20731         (gl_PREREQ): Don't require jm_PREREQ_STAT.
20732
20733 2004-04-11  Paul Eggert  <eggert@twinsun.com>
20734
20735         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
20736         C89.
20737         (CHAR_BIT): Remove, since we assume C89.
20738         Include <stdint.h> if available, as per current Autoconf CVS advice.
20739
20740 2004-03-31  Jim Meyering  <jim@meyering.net>
20741
20742         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
20743         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
20744         * m4/xalloc.m4: Likewise.
20745
20746 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20747
20748         Merge from coreutils.
20749
20750         * m4/inttostr.m4: New file.
20751         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
20752         Require AM_STDBOOL_H and gl_TIMESPEC instead.
20753         Require gl_CLOCK_TIME.
20754         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
20755
20756 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20757
20758         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
20759         not bool, to be more consistent with Unix conventions.
20760         Suggested by Bruno Haible.
20761
20762         Merge from coreutils.
20763
20764         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
20765         * lib/umaxtostr.c: New files.
20766
20767         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
20768         the usual <time.h> dance.
20769         (get_date): Change signature to support fractional time stamps.
20770         All callers changed.
20771         * lib/getdate.y: Include "getdate.h" first, as we can now
20772         assume C89 and don't need to worry about 'const'.
20773         Similarly, include "unlocked-io.h" near start, not in middle.
20774         Include <limits.h>.
20775         (textint.value): Use long int rather than int.
20776         (textint.digits): Use size_t rather than int.
20777         (BILLION, LOG10_BILLION): New constants.
20778         (parser_control): New member rel_ns.  Members day_ordinal,
20779         time_zone, month, day, hour, minutes, rel_year, rel_month,
20780         rel_day, rel_hour, rel_minutes, rel_seconds
20781         are now long int, not int.  Member seconds is now struct timespec,
20782         not int.  New member timespec_seen.  Members dates_seen, days_seen,
20783         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
20784         not int.
20785         (%union.intval): Now long int, not int.
20786         New member timespec.
20787         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
20788         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
20789         (spec): Now is a timespec or an item list.
20790         (timespec, items): New nonterminals.
20791         (time, rel, relunit, number, get_date):
20792         Add support for fractional seconds.
20793         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
20794         (gmtime, localtime, mktime): Remove decls; not needed with C89.
20795         (to_hour): First arg is now long int, not int.
20796         (to_year): Returns long int, not int.
20797         Don't treat year -70 like 70.
20798         (tm_diff): Returns long int, not int.
20799         (lookup_word): Use bool instead of int when appropriate.
20800         (yylex): Use size_t for count, not int.
20801         Detect overflow when parsing large integer constants.
20802         Add support for fractions.
20803         (get_date): Make pointers 'const' if possible.
20804         Use more-portable code to detect integer overflow.
20805         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
20806         Don't use ctime; it's not reliable if the year has >4 digits.
20807
20808         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
20809         This is for compatibility with BSD.
20810
20811         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
20812         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
20813         From coreutils' system.h.
20814
20815         * lib/userspec.c: Don't include "posixver.h".
20816         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
20817         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
20818         compatible extension.  Simplify code by removing a boolean int
20819         that was always nonzero if a string was nonnull.
20820
20821 2004-03-30  Jim Meyering  <jim@meyering.net>
20822
20823         Merge from coreutils.
20824
20825         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
20826         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
20827         on some systems one must include <grp.h> before it.
20828         Reported by Christian Krackowizer.
20829
20830 2004-03-30  Jim Meyering  <jim@meyering.net>
20831
20832         Merge from coreutils.
20833
20834         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
20835
20836         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20837         an empty input stream.
20838
20839         * lib/readtokens.c: Include <stdbool.h>.
20840         (readtoken): Use `size_t' rather than int/long.
20841         All callers adjusted.
20842         Use `bool' rather than `int' where appropriate.
20843         Use memset rather than an explicit loop.
20844         Use x2nrealloc rather than xrealloc.
20845         Allow the use of `\0' as a delimiter.
20846         (readtokens): Likewise.
20847         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20848
20849 2004-03-30  Jim Meyering  <jim@meyering.net>
20850
20851         * m4/realloc.m4: Remove file, since now it does no more than
20852         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20853         the `configure.ac' section of module/realloc.
20854         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20855
20856 2004-03-30  Bruno Haible  <bruno@clisp.org>
20857
20858         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20859         nonnull.
20860
20861 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20862
20863         Merge changes to getloadavg.c from coreutils and Emacs.
20864
20865         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20866         Define to an expression, not to the empty string.
20867         Include cloexec.h and xalloc.h.
20868         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20869         Use set_cloexec_flag rather than rolling our own.
20870         * lib/cloexec.c, lib/cloexec.h: New files.
20871
20872 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20873
20874         * m4/cloexec.m4: New file.
20875
20876 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20877
20878         * lib/getopt.h: Sync with libc CVS.
20879
20880 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20881             Bruno Haible  <bruno@clisp.org>
20882
20883         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20884         mbswidth.
20885
20886 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20887             Bruno Haible  <bruno@clisp.org>
20888
20889         * lib/mbswidth.h: Include <wchar.h> only if
20890         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20891         <wchar.h>.
20892         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20893
20894 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20895
20896         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20897         Sync with libc CVS.
20898         * lib/getopt_int.h: New file, also synced from libc.
20899
20900 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20901
20902         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20903         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20904         Bring back getopt.c, getopt.h, getopt1.c.
20905
20906 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20907
20908         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20909         All uses changed.  Check for sa_sigaction member; this fixes
20910         a bug first reported by Jason Andrade in
20911         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20912
20913 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20914
20915         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20916         '#if' expressions.  Unlike the code it replaces, it does not
20917         depend on (defined _SC_PAGESIZE).  However, it does depend on
20918         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20919         first reported by Jason Andrade in
20920         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20921
20922 2004-02-25  Simon Josefsson  <jas@extundo.com>
20923
20924         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20925
20926 2004-02-25  Simon Josefsson  <jas@extundo.com>
20927
20928         * lib/strdup.h: New file.
20929         * lib/strdup.c: Include it.
20930         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20931         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20932
20933 2004-02-23  Karl Berry  <karl@gnu.org>
20934
20935         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20936         (from fencepost.gnu.org:/gd/gnuorg).
20937
20938 2004-02-23  Karl Berry  <karl@gnu.org>
20939
20940         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20941         * config/srclist.txt: add maintain/standards documents.
20942
20943 2004-02-18  Bruno Haible  <bruno@clisp.org>
20944
20945         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20946         Reported by Derek Robert Price <derek@ximbiot.com>.
20947
20948 2004-02-16  Karl Berry  <karl@gnu.org>
20949
20950         * config/mkinstalldirs, install-sh: update from automake.
20951
20952 2004-02-06  Karl Berry  <karl@gnu.org>
20953
20954         * m4/po.m4: update from gettext 0.14.1.
20955
20956 2004-02-06  Karl Berry  <karl@gnu.org>
20957
20958         * lib/config.charset: update from gettext 0.14.1.
20959
20960 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20961
20962         Add comments and code, prompted by suggestions from Bruno Haible
20963         for sh-quote.
20964         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20965         describing the enum quoting_style values.
20966         * lib/quotearg.c (quotearg_alloc): New function.
20967         (quotearg_buffer_restyled): Treat lone { and } as special.
20968         Treat = as special.  Work around bug with older shells
20969         that "see" a '\' that is really the 2nd byte of a multibyte char.
20970         Quote empty string with shell_quoting_style.
20971
20972 2004-02-03  Bruno Haible  <bruno@clisp.org>
20973
20974         * m4/pipe.m4: New file, from GNU gettext.
20975
20976 2004-02-03  Bruno Haible  <bruno@clisp.org>
20977
20978         * lib/pipe.h: New file, from GNU gettext.
20979         * lib/pipe.c: New file, from GNU gettext.
20980
20981 2004-01-27  Bruno Haible  <bruno@clisp.org>
20982
20983         * m4/execute.m4: New file, from GNU gettext.
20984
20985 2004-01-27  Bruno Haible  <bruno@clisp.org>
20986
20987         * lib/execute.h: New file, from GNU gettext.
20988         * lib/execute.c: New file, from GNU gettext.
20989         * lib/w32spawn.h: New file, from GNU gettext.
20990
20991 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20992
20993         Merge from diffutils.
20994
20995         * lib/file-type.c (file_type): Add typed memory objects.
20996         * lib/file-type.h (S_TYPEISTMO): New macro.
20997
20998         * lib/c-stack.h (c_stack_action): Remove argv argument.
20999         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
21000         (die): Don't calculate message unless segv_action returns.
21001         (get_stack_location, min_address_from_argv, max_address_from_argv,
21002         volatile stack_base, volatile_stack_size): Remove.
21003         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
21004         that every segmentation violation is a stack overflow.  (Ouch!)
21005         See Debian bug 136249 (still outstanding) for more info about why
21006         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
21007
21008 2004-01-24  Paul Eggert  <eggert@twinsun.com>
21009
21010         Exit-status fix from coreutils.
21011
21012         Use exit_failure consistently in place of EXIT_FAILURE,
21013         so that program exit statuses are consistent on failure.
21014
21015         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
21016         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
21017         * lib/argmatch.h: Comment fix to match the above.
21018         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
21019         Now a macro referring to exit_failure, instead of a separate
21020         variable.  Include "exitfail.h" to get it.
21021         * lib/xstrtol.h: Include "exitfail.h".
21022         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
21023
21024         * lib/long-options.c (parse_long_options): Use prototype
21025         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
21026         for clarity.
21027
21028 2004-01-21  Jim Meyering  <jim@meyering.net>
21029
21030         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
21031         so as not to conflict with a different-sized __mktime_internal
21032         function in GNU libc.
21033         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
21034         Problem building statically-linked `ls' reported by Michael Brunnbauer.
21035
21036 2004-01-20  Karl Berry  <karl@gnu.org>
21037
21038         * config/config.guess: update from config.
21039
21040         * config/srclistvars.sh: GNUWWWLICENSES for karl.
21041
21042 2004-01-20  Bruno Haible  <bruno@clisp.org>
21043
21044         Safer stack allocation.
21045         * lib/setenv.c: Include allocsa.h.
21046         (alloca): Remove fallback definition.
21047         (freea): Remove macro.
21048         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
21049         instead of freea.
21050
21051 2004-01-20  Bruno Haible  <bruno@clisp.org>
21052
21053         * m4/eealloc.m4: New file, from GNU gettext.
21054
21055 2004-01-20  Bruno Haible  <bruno@clisp.org>
21056
21057         * m4/allocsa.m4: New file, from GNU gettext.
21058
21059 2004-01-20  Bruno Haible  <bruno@clisp.org>
21060
21061         * lib/xallocsa.h: New file, from GNU gettext.
21062         * lib/xallocsa.c: New file, from GNU gettext.
21063
21064 2004-01-20  Bruno Haible  <bruno@clisp.org>
21065
21066         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
21067
21068 2004-01-20  Bruno Haible  <bruno@clisp.org>
21069
21070         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
21071         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
21072         specially.
21073
21074 2004-01-20  Bruno Haible  <bruno@clisp.org>
21075
21076         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
21077         patch.
21078
21079 2004-01-20  Bruno Haible  <bruno@clisp.org>
21080
21081         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
21082
21083 2004-01-20  Bruno Haible  <bruno@clisp.org>
21084
21085         * lib/eealloc.h: New file.
21086
21087 2004-01-20  Bruno Haible  <bruno@clisp.org>
21088
21089         * lib/binary-io.h: Avoid warnings on Cygwin.
21090
21091 2004-01-20  Bruno Haible  <bruno@clisp.org>
21092
21093         * lib/allocsa.h: New file, from GNU gettext.
21094         * lib/allocsa.c: New file, from GNU gettext.
21095
21096 2004-01-18  Karl Berry  <karl@gnu.org>
21097
21098         * doc/gpl.texi, doc/lgpl.texi: new files.
21099
21100 2004-01-18  Karl Berry  <karl@gnu.org>
21101
21102         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
21103         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
21104
21105 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21106
21107         Merge from coreutils.
21108
21109         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
21110         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
21111         (gl_DEFAULT_POSIX2_VERSION): Move
21112         the documentation from 'configure' into 'config.hin',
21113         so that 'configure --help' isn't burdened by it and
21114         we don't have to worry about its formatting there.
21115         Reword the documentation so that it's more succinct
21116         and can be run together into a single paragraph.
21117         * m4/same.m4 (gl_SAME): Check for pathconf.
21118
21119 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21120
21121         Merge from coreutils.
21122
21123         * lib/posixver.c: Include posixver.h.
21124
21125         * lib/same.c: Include <stdbool.h>, <limits.h>.
21126         (_POSIX_NAME_MAX): Define if not defined.
21127         (MIN): New macro.
21128         (same_name): If file names are silently truncated, report
21129         that the file names are the same if they are the same after
21130         the silent truncation.
21131
21132         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
21133         conversion function.
21134         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
21135         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
21136         longer needed.
21137
21138 2004-01-15  Jim Meyering  <jim@meyering.net>
21139
21140         Merge from coreutils.
21141
21142         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
21143         if no library is required.
21144         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
21145         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
21146         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
21147         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
21148         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
21149         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
21150         value, $ac_cv_search_crypt, if it's "none required".
21151         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
21152         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
21153         not gl_FUNC_GETLOADAVG.
21154         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
21155         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
21156
21157 2004-01-15  Jim Meyering  <jim@meyering.net>
21158
21159         Merge from coreutils.
21160
21161         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
21162         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
21163         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
21164
21165         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
21166         optional configure-time default.
21167
21168         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21169
21170         * lib/xreadlink.c (xreadlink): Correct outdated comment.
21171
21172 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
21173
21174         Merge from coreutils.
21175
21176         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
21177         value, $ac_cv_search_nanosleep, if it's "none required".
21178
21179 2004-01-14  Paul Eggert  <eggert@twinsun.com>
21180
21181         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
21182         with like-named macro in fnmatch.c.
21183         (EXT): Use an internal constant instead.
21184
21185         Merge fnmatch patches from glibc.
21186         * lib/fnmatch.c (mbsinit): Remove define.
21187         Add libc_hidden_ver (__fnmatch, fnmatch).
21188         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
21189         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
21190
21191 2004-01-14  Karl Berry  <karl@gnu.org>
21192
21193         * config/install-sh: update from automake.
21194
21195 2004-01-13  Karl Berry  <karl@gnu.org>
21196
21197         * config/install-sh: update from automake.
21198
21199 2004-01-09  Karl Berry  <karl@gnu.org>
21200
21201         * config/install-sh: update from automake.
21202
21203 2004-01-05  Karl Berry  <karl@gnu.org>
21204
21205         * config/config.{sub,guess}: update from config.
21206
21207 2003-12-31  Karl Berry  <karl@gnu.org>
21208
21209         * config/depcomp: update from automake.
21210
21211 2003-12-14  Karl Berry  <karl@gnu.org>
21212
21213         * lib/config.charset: update from gettext-runtime.
21214
21215 2003-12-03  Paul Eggert  <eggert@twinsun.com>
21216
21217         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
21218         Bug reported by Alfred M. Szmidt.
21219
21220 2003-12-03  Bruno Haible  <bruno@clisp.org>
21221
21222         * m4/gettext.m4: Upgrade from gettext-0.13.
21223         * m4/po.m4: Upgrade from gettext-0.13.
21224         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
21225         * m4/intmax.m4: New file, from gettext-0.13.
21226         * m4/printf-posix.m4: New file, from gettext-0.13.
21227
21228 2003-11-29  Karl Berry  <karl@gnu.org>
21229
21230         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
21231
21232 2003-11-25  Paul Eggert  <eggert@twinsun.com>
21233             Bruno Haible  <bruno@clisp.org>
21234
21235         * lib/printf-parse.h: Don't include sys/types.h.
21236         (ARG_NONE): New macro.
21237         (char_directive): Change type of *arg_index fields to size_t.
21238         * lib/printf-parse.c: Don't include sys/types.h.
21239         (SSIZE_MAX): Remove macro.
21240         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
21241         Remove unnecessary overflow check.
21242         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
21243         fields.
21244
21245 2003-11-25  Bruno Haible  <bruno@clisp.org>
21246
21247         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
21248
21249 2003-11-25  Bruno Haible  <bruno@clisp.org>
21250
21251         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
21252         gt_TYPE_SSIZE_T.
21253
21254 2003-11-24  Paul Eggert  <eggert@twinsun.com>
21255
21256         * modules/alloca: Remove dependency on xalloc.
21257
21258 2003-11-24  Paul Eggert  <eggert@twinsun.com>
21259
21260         * lib/alloca.c: Remove dependency on xalloc module.
21261         (xalloc_die): Remove.
21262         (memory_full) [!defined emacs]: New macro.
21263         [!defined emacs]: Don't include xalloc.h.
21264         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
21265         address arithmetic overflows.  Change datatypes a bit to avoid
21266         unnecessary casts.
21267
21268 2003-11-22  Jim Meyering  <jim@meyering.net>
21269
21270         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
21271         s/size/size_t/.
21272
21273 2003-11-21  Karl Berry  <karl@gnu.org>
21274
21275         * config/config.{sub,guess}: update from config.
21276
21277 2003-11-18  Karl Berry  <karl@gnu.org>
21278
21279         * config/config.{sub,guess}: update from config.
21280
21281         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
21282
21283 2003-11-17  Paul Eggert  <eggert@twinsun.com>
21284
21285         * README: Mention that S+T cannot overflow if S is the size of
21286         an existing object and T is sufficiently small.
21287
21288 2003-11-17  Jim Meyering  <jim@meyering.net>
21289
21290         On systems without utime and without a utimes function capable of
21291         dealing with a NULL struct utimbuf* argument, this utime replacement
21292         could -- in unusual circumstances -- leak a file descriptor.
21293         * lib/utime.c: Include <unistd.h> and <errno.h>.
21294         (utime_null): Be sure to close `fd' and to preserve errno.
21295         Reported by Geoff Collyer via Arnold Robbins.
21296
21297 2003-11-17  Bruno Haible  <bruno@clisp.org>
21298
21299         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
21300         (Depends-on): Add xsize.
21301
21302 2003-11-17  Bruno Haible  <bruno@clisp.org>
21303
21304         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
21305
21306 2003-11-17  Bruno Haible  <bruno@clisp.org>
21307
21308         * lib/vasnprintf.c (alloca): Remove fallback definition.
21309         (freea): Remove definition.
21310         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
21311         Reported by Paul Eggert.
21312
21313 2003-11-16  Paul Eggert  <eggert@twinsun.com>
21314             Bruno Haible  <bruno@clisp.org>
21315
21316         Protect against address arithmetic overflow.
21317         * lib/printf-args.h: Include stddef.h.
21318         (arguments): Change type of field 'count' to size_t.
21319         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
21320         'unsigned int' where appropriate.
21321         * lib/printf-parse.h: Include sys/types.h.
21322         (char_directive): Change type of *arg_index fields to ssize_t.
21323         (char_directives): Change type of fields 'count', max_*_length to
21324         size_t.
21325         * lib/printf-parse.c: Include sys/types.h and xsize.h.
21326         (SSIZE_MAX): Define fallback value.
21327         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
21328         instead of 'int' where appropriate. Check a_allocated, d_allocated
21329         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
21330         * lib/vasnprintf.c: Include xsize.h.
21331         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
21332         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
21333         overflow. Avoid wraparound when converting a width or precision from
21334         decimal to binary.
21335
21336 2003-11-16  Bruno Haible  <bruno@clisp.org>
21337
21338         Update from GNU gettext.
21339         * lib/printf-parse.c: Generalize to it can be compiled for wide
21340         strings.
21341         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
21342         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
21343         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
21344         SNPRINTF): New macros.
21345         Don't include <alloca.h> if the file is used inside libintl.
21346         (local_wcslen): New function, for Solaris 2.5.1.
21347         (VASNPRINTF): Use it instead of wcslen.
21348
21349 2003-11-16  Bruno Haible  <bruno@clisp.org>
21350
21351         * lib/xsize.h (xmax): New function.
21352         (xsum, xsum3, xsum4): Declare as "pure" functions.
21353
21354 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21355
21356         * modules/xalloc (Files): Undo latest change, since xalloc.h
21357         no longer needs SIZE_MAX or PTRDIFF_MAX.
21358
21359 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21360
21361         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
21362         gl_PTRDIFF_MAX.
21363
21364 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21365
21366         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
21367         "return", to pacify some unknown compiler.  Problem reported
21368         by Joerg Schilling.
21369
21370 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21371
21372         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
21373         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
21374         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
21375         heuristic is just as accurate as far as we know, and it removes a
21376         dependency on size_max.m4 and ptrdiff_max.m4.
21377
21378 2003-11-11  Bruno Haible  <bruno@clisp.org>
21379
21380         * modules/xsize (Files): Add m4/size_max.m4.
21381         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
21382
21383 2003-11-11  Bruno Haible  <bruno@clisp.org>
21384
21385         * m4/size_max.m4: New file.
21386         * m4/ptrdiff_max.m4: New file.
21387         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
21388         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
21389         (gl_XALLOC): Invoke it.
21390
21391 2003-11-11  Bruno Haible  <bruno@clisp.org>
21392
21393         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
21394         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
21395         defined.
21396
21397 2003-11-10  Paul Eggert  <eggert@twinsun.com>
21398
21399         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
21400         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
21401         rejected some allocations of exactly SIZE_MAX - 2 bytes.
21402         From Bruno Haible.
21403         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
21404         not (size_t) -1, since it's defined here.
21405
21406 2003-11-09  Karl Berry  <karl@gnu.org>
21407
21408         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
21409
21410 2003-11-06  Paul Eggert  <eggert@twinsun.com>
21411
21412         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
21413         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
21414         Reject sizes of exactly SIZE_MAX bytes.
21415         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
21416         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
21417
21418 2003-11-05  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/xsize.h: Include limits.h, to avoid a possible collision with
21421         SIZE_MAX defined in <limits.h> on Solaris.
21422
21423 2003-11-04  Jim Meyering  <jim@meyering.net>
21424
21425         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
21426         variable names, rather than @VAR@.
21427         * modules/poll: Likewise.
21428
21429 2003-11-04  Bruno Haible  <bruno@clisp.org>
21430
21431         * modules/xsize: New file.
21432         * modules/linebreak: Depend on xsize.
21433         * MODULES.html.sh (func_all_modules): Add xsize.
21434
21435 2003-11-04  Bruno Haible  <bruno@clisp.org>
21436
21437         * m4/xsize.m4: New file.
21438
21439 2003-11-04  Bruno Haible  <bruno@clisp.org>
21440
21441         * lib/xsize.h: New file.
21442         * lib/linebreak.c: Include xsize.h.
21443         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
21444         argument for overflow.
21445         Suggested by Paul Eggert.
21446
21447 2003-11-03  Karl Berry  <karl@gnu.org>
21448
21449         * config/config.{guess,sub}: update from config.
21450
21451 2003-11-03  Jim Meyering  <jim@meyering.net>
21452
21453         * modules/userspec (lib_SOURCES): Add userspec.h.
21454         (Include): Add "userspec.h".
21455         Improve description.
21456
21457 2003-11-03  Jim Meyering  <jim@meyering.net>
21458
21459         * lib/userspec.c: Include "userspec.h".
21460         * lib/userspec.h: New file.
21461
21462 2003-11-03  Bruno Haible  <bruno@clisp.org>
21463
21464         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
21465
21466 2003-11-03  Bruno Haible  <bruno@clisp.org>
21467
21468         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
21469         available, to avoid (extremely rare) race condition.
21470         Suggested by Paul Eggert.
21471
21472 2003-11-02  Karl Berry  <karl@gnu.org>
21473
21474         * config/srclist.txt (vasprintf.c): sync broken, sigh.
21475
21476 2003-10-31  Paul Eggert  <eggert@twinsun.com>
21477
21478         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
21479         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
21480         (read_filesystem_list): Set and use me_type_malloced.
21481         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
21482         whatever the type happens to be), for brevity and consistency.
21483         Check for size calculation overflow on Alphas running OSF/1.
21484
21485 2003-10-31  Jim Meyering  <jim@meyering.net>
21486
21487         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
21488
21489         * lib/linebuffer.c: Include <string.h> for declaration of memset.
21490
21491 2003-10-30  Paul Eggert  <eggert@twinsun.com>
21492             Bruno Haible  <bruno@clisp.org>
21493
21494         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
21495         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
21496
21497 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
21498
21499         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
21500         netbsd*-gnu*.  Suggested by Robert Millan.
21501
21502 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21503
21504         * modules/group-member: Depend on stdbool.
21505
21506 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21507
21508         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
21509
21510 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21511
21512         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
21513         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
21514         after the 'gnu' in these cases.  This fixes some bugs in the
21515         previous change, and is based on suggestions by Robert Millan.
21516
21517 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21518
21519         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
21520         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
21521         no longer needed.
21522         * lib/quotearg.c (quotearg_n_options): Use it.
21523         * lib/group-member.c: Include <stdbool.h>.
21524         (free_group_info): Arg is now const *; don't free arg.
21525         (get_group_info): Now returns bool and accepts struct group_info *,
21526         rather than returning a malloc'ed struct group_info *.
21527         All uses changed.  Check for overflow in internal size calculation.
21528
21529         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
21530         rather than xmalloc/xrealloc.
21531         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
21532         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
21533         conformance bug: the old code used a pointer after freeing the
21534         storage that it addressed.
21535         * lib/hash.c (hash_initialize): Simplify the code by using
21536         xalloc_oversized rather than doing it by hand.
21537         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
21538         the buffer preserved.  Use free and xmalloc instead.
21539         * lib/quotearg.c (quotearg_n_options): Likewise.
21540         Use a simpler test for size overflow.  Don't use xalloc_oversized
21541         because unsigned int might be wider than size_t (!); this suggests
21542         that we should switch from unsigned int to size_t for slot numbers.
21543
21544 2003-10-28  Paul Eggert  <eggert@twinsun.com>
21545
21546         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
21547         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
21548         NetBSD kernels.  Requested by Richard Stallman.
21549
21550 2003-10-27  Paul Eggert  <eggert@twinsun.com>
21551
21552         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
21553         to allocate the returned structure.  Do not allocate a subarray,
21554         as x2nrealloc will do that.
21555         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
21556         instead of xnrealloc.
21557         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
21558
21559 2003-10-27  Bruno Haible  <bruno@clisp.org>
21560
21561         * lib/stdbool_.h: Better support for BeOS.
21562
21563 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21564
21565         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
21566         now uses inline.
21567
21568 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21569
21570         * lib/xalloc.h (xalloc_oversized): New static inline function, for
21571         callers that want to do their own size-overflow checking.  Include
21572         <stdbool.h>, since xalloc_oversized returns bool.
21573         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
21574         to use xalloc_oversized.
21575
21576         Add two functions x2realloc, x2nrealloc, for programs that grow
21577         arrays dynamically by doubling their sizes.
21578         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
21579         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
21580         New functions.
21581
21582         Port to C99 semantics for 'inline' of external functions.
21583         Bug reported by Bruno Haible.
21584         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
21585         with the old contents of xnmalloc.
21586         (xnmalloc, xmalloc): Use it.
21587         (xnrealloc_inline): New static inline function,
21588         with the old contents of xnrealloc.
21589         (xnrealloc, xrealloc): Use it.
21590
21591         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
21592         that.
21593
21594 2003-10-26  Karl Berry  <karl@gnu.org>
21595
21596         * config/srclist.txt (COPYING.DOC): no longer available from
21597         /gd/gnuorg; don't know where the ultimate source is.
21598
21599 2003-10-25  Paul Eggert  <eggert@twinsun.com>
21600
21601         Fix several address-calculation bugs in the hash modules,
21602         plus some minor code cleanup.
21603
21604         * lib/hash.h: Include <stdbool.h>, for bool.
21605         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
21606         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
21607         hash_get_n_entries, hash_get_max_bucket_length,
21608         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
21609         hash_rehash): Use size_t rather than unsigned.
21610         * lib/hash.c (struct hash_table, hash_get_n_buckets,
21611         hash_get_n_buckets_used, hash_get_n_entries,
21612         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
21613         hash_get_entries, hash_do_for_each, hash_string, is_prime,
21614         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
21615         Likewise.
21616         (SIZE_MAX): Define if not defined.
21617         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
21618         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
21619         hash_print):
21620         Use const * when possible.
21621         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
21622         (check_tuning): Fix bug: if tuning parameters were very close to
21623         0 or 1, rounding errors could have caused subscript violations.
21624         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
21625         (hash_initialize): Add 'fail:' label
21626         to free table and return NULL, and use it to simplify code.
21627         Use calloc rather than clearing the storage ourself.
21628         (hash_initialize, hash_rehash): Check for arithmetic overflow in
21629         buffer size calculations.
21630         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
21631         Include <stddef.h>, for size_t.
21632         * lib/hash-pjw.c (hash_pjw): Likewise.
21633         Switch to method described by Bruno Haible.
21634         Include <limits.h>, for CHAR_BIT.
21635         (SIZE_BITS): New macro.
21636
21637 2003-10-23  Paul Eggert  <eggert@twinsun.com>
21638
21639         * m4/getline.m4 (AM_FUNC_GETLINE):
21640         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
21641         hosts.  Problem reported by Derek Robert Price in
21642         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
21643         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
21644         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
21645
21646 2003-10-21  Paul Eggert  <eggert@twinsun.com>
21647
21648         * lib/getndelim2.c (getndelim2): When size calculation overflows,
21649         ceiling the allocation at NMAX bytes rather than silently
21650         discarding input bytes before NMAX is reached.  This makes
21651         a difference only if NMAX exceeds SIZE_MAX / 2.
21652
21653         * lib/obstack.c: Merge from glibc.
21654         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
21655         Add libc_hidden_def (_obstack_newchunk).
21656         (_obstack_free) [! defined _LIBC]: Remove.
21657         [defined _LIBC]: Make a strong alias from obstack_free, rather than
21658         a clone of the function body.
21659         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
21660         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
21661
21662         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
21663         glibc.
21664         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
21665         arg to memcpy.
21666
21667         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
21668         (obstack_ptr_grow_fast, obstack_int_grow_fast):
21669         Don't use lvalue casts, as GCC plans to remove support for them
21670         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
21671         was also present in the non-GCC version, indicating that this
21672         code had always been buggy and had never been widely used.
21673         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
21674         Use the fast variant of each macro, rather than copying the
21675         definiens of the fast variant; that way, we'll be more likely to
21676         catch future bugs in the fast variants.
21677
21678 2003-10-20  Bruno Haible  <bruno@clisp.org>
21679
21680         * modules/wait-process: New file.
21681         * MODULES.html.sh (func_all_modules): Add wait-process.
21682
21683 2003-10-20  Bruno Haible  <bruno@clisp.org>
21684
21685         * m4/wait-process.m4: New file.
21686
21687 2003-10-20  Bruno Haible  <bruno@clisp.org>
21688
21689         * lib/wait-process.h: New file, from GNU gettext.
21690         * lib/wait-process.c: New file, from GNU gettext.
21691
21692 2003-10-19  Jim Meyering  <jim@meyering.net>
21693
21694         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
21695         HPUX 10.20.
21696
21697 2003-10-18  Karl Berry  <karl@gnu.org>
21698
21699         * config/config.guess: update from config.
21700
21701 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21702
21703         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
21704         (getgroups): First arg is int, not size_t.
21705         Don't let 'free' mangle errno.
21706
21707 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21708
21709         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
21710
21711 2003-10-16  Karl Berry  <karl@gnu.org>
21712
21713         * config/config.{guess,sub}: update from config.
21714
21715 2003-10-16  Jim Meyering  <jim@meyering.net>
21716
21717         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
21718         memcpy.
21719
21720 2003-10-15  Paul Eggert  <eggert@twinsun.com>
21721
21722         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
21723         (SIZE_MAX): Remove.
21724         (new_exclude, add_exclude_file): Initial size no longer needs to
21725         be a power of 2.
21726         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
21727         our own address arithmetic overflow checking.
21728
21729         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
21730         (fnmatch): Do not alloca more than 2000 wide characters;
21731         instead, use malloc for large buffers.
21732         Check for address arithmetic overflow, and return -1
21733         with errno set to ENOMEM in that case.
21734         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
21735         (NEW_PATTERN): Do not alloca more than 8000 bytes;
21736         instead, return -1.  Check for address arithmetic overflow.
21737
21738 2003-10-14  Paul Eggert  <eggert@twinsun.com>
21739
21740         Handle invalid suffixes and overflow independently, so that
21741         callers can treat them independently as needed.  Fix some bugs in
21742         suffix handling, e.g., "100k@" was not diagnosed as an invalid
21743         suffix for a human-readable blocksize.  The major caller-visible
21744         change is the addition of a new
21745         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
21746         that both overflow and suffix chars were found.
21747
21748         * lib/human.c (humblock): Don't check separately for invalid suffix
21749         char; that is xstrtoumax's job (now that its bug is fixed).
21750         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
21751         INTMAX_MAX]: New macros.
21752         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
21753         TYPE_MAXIMUM): New macros.
21754         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
21755         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
21756         if overflow occurs, as it's what __strtol does and it's more useful
21757         in practice.
21758         (__xstrtol): If __strtol reports some error other than ERANGE,
21759         reflect it to the caller as LONGINT_INVALID.  If it reports
21760         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
21761         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
21762         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
21763         value.
21764         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
21765         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
21766         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
21767         [defined UINTMAX_MAX]: New macros.
21768
21769 2003-10-14  Bruno Haible  <bruno@clisp.org>
21770
21771         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
21772
21773 2003-10-14  Bruno Haible  <bruno@clisp.org>
21774
21775         * m4/sig_atomic_t: New file, from GNU gettext.
21776         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
21777
21778 2003-10-14  Bruno Haible  <bruno@clisp.org>
21779
21780         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
21781         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
21782         Also use volatile where needed.
21783
21784 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21785
21786         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
21787         Change maintainer from Bruno Haible to 'all'.
21788
21789 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21790
21791         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
21792
21793 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21794
21795         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
21796         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
21797         and define in terms of the other primitives.
21798         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
21799         (SIZE_MAX): Define if not already defined.
21800         (array_size_overflow): New function.
21801         (xalloc_die): Abort instead of exiting if 'error' returns.
21802         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
21803         (xmalloc, xrealloc): Use them.
21804         (xcalloc): Check for address arithmetic overflow.
21805         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
21806         a bit faster than strcpy.
21807
21808 2003-10-10  Simon Josefsson  <jas@extundo.com>
21809
21810         * modules/argp (Depends-on): Add restrict and strcase.
21811
21812 2003-10-10  Simon Josefsson  <jas@extundo.com>
21813
21814         * m4/argp.m4: Add AC_C_INLINE.
21815
21816 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21817
21818         Merge getpass from libc, plus a few fixes.
21819
21820         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
21821         Include <stdbool.h>.
21822         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
21823         __fsetlocking to empty.
21824         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
21825         do include <bits/libc-lock.h>.
21826         Do not include <fcntl.h>; not needed.
21827         [_LIBC]: Include <wchar.h>.
21828         (NOTCANCEL_MODE): New macro.
21829         (flockfile, funlockfile) [_LIBC]: New macros.
21830         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
21831         [!_LIBC]: New macros.
21832         (call_fclose): New function.
21833         (getpass): Use it.  Save tty stream separately; this simplifies the
21834         code and makes it more reliable if stdin happens to equal stdout.
21835         Invoke __fsetlocking on tty.
21836         Handle thread cancellation if needed.
21837         Namespace cleanup (use __tcgetattr, __getline).
21838         Use bool for Booleans.
21839         [USE_IN_LIBIO]: Handle wide streams.
21840         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21841         stream might go where.
21842
21843         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21844         doesn't have to include <stdio.h> before us.
21845         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21846         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21847         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21848         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21849         if not declared, so that we can use getpass.c code from libc without
21850         rewriting it.
21851         (flockfile, ftrylockfile, funlockfile): New macros.
21852
21853 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21854
21855         * modules/getpass: Depend on stdbool.
21856
21857 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21858
21859         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21860
21861 2003-10-07  Karl Berry  <karl@gnu.org>
21862
21863         * config/config.{guess,sub}: update from config.
21864
21865 2003-10-06  Jim Meyering  <jim@meyering.net>
21866             Bruno Haible  <bruno@clisp.org>
21867
21868         This lets translators provide better translations for the
21869         "Written by ..." part of --version output.
21870         * lib/version-etc.h: Include stdarg.h.
21871         (version_etc_copyright): Declare as readonly.
21872         (version_etc): Make this function variadic with a NULL-terminated list
21873         of author name strings.
21874         (version_etc_va): New declaration.
21875         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21876         (version_etc_copyright): Declare as readonly.
21877         (version_etc_va): New function. Provide a different translatable string
21878         for each possible number of authors < 10. Abbreviate when there are 10
21879         authors or more.
21880         (version_etc): Make this function variadic. Call version_etc_va.
21881         Suggestion from Gary V. Vaughan.
21882
21883         * lib/long-options.h (parse_long_options): Change prototype: the
21884         authors string is moved to the end and becomes variadic.
21885         * lib/long-options.c: Include stdarg.h.
21886         (parse_long_options): Make this function variadic, too.
21887         Call version_etc_va, not version_etc.
21888
21889 2003-10-06  Bruno Haible  <bruno@clisp.org>
21890
21891         * modules/version-etc-2: Remove file.
21892         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21893
21894 2003-10-06  Bruno Haible  <bruno@clisp.org>
21895
21896         * modules/fatal-signal: New file.
21897         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21898
21899 2003-10-06  Bruno Haible  <bruno@clisp.org>
21900
21901         * m4/fatal-signal.m4: New file.
21902         * m4/signalblocking.m4: New file, from GNU gettext.
21903
21904 2003-10-06  Bruno Haible  <bruno@clisp.org>
21905
21906         * lib/version-etc-2.h: Remove file.
21907         * lib/version-etc-2.c: Remove file.
21908
21909 2003-10-06  Bruno Haible  <bruno@clisp.org>
21910
21911         * lib/fatal-signal.h: New file, from GNU gettext.
21912         * lib/fatal-signal.c: New file, from GNU gettext.
21913
21914 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21915
21916         * README: Rework advice for preventing empty .o files.
21917         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21918         not <sys/types.h>.
21919
21920 2003-10-04  Karl Berry  <karl@gnu.org>
21921
21922         * lib/argp*: update from libc.
21923
21924 2003-10-04  Karl Berry  <karl@gnu.org>
21925
21926         * config/config.{guess,sub}: update from config.
21927
21928 2003-10-02  Bruno Haible  <bruno@clisp.org>
21929
21930         * modules/lchown (Include): Add lchown.h.
21931         * modules/time_r (Include): Use "..." syntax.
21932         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21933
21934 2003-10-01  Simon Josefsson  <jas@extundo.com>
21935
21936         * MODULES.html.sh (func_all_modules): Move gethostname from section
21937         'based on' to section 'lacking' POSIX:2001.
21938
21939 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21940
21941         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21942         to output mode on the same stream.
21943
21944 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21945
21946         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21947         Fix arg typo in previous patch.
21948
21949 2003-09-28  Jim Meyering  <jim@meyering.net>
21950
21951         * lib/error.c: Correct cpp indentation.
21952
21953 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21954
21955         * modules/free: New file.
21956
21957 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21958
21959         * m4/free.m4: New file.
21960
21961 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21962
21963         * lib/minmax.h (MIN, MAX)
21964         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21965         Omit the special code that used __typeof__, since we worry that
21966         it could be more trouble than it's worth.  See:
21967         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21968         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21969
21970         * lib/free.c: New file.
21971
21972 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21973
21974         Trivial fixes to Makefile.am parts of module listings.
21975         * modules/strstr: Append strstr.h to lib_SOURCES.
21976         * modules/strcase: Likewise, for strcase.h.
21977
21978 2003-09-27  Karl Berry  <karl@gnu.org>
21979
21980         * config/mkinstalldirs: update from automake.
21981
21982 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21983
21984         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21985         (error_tail): Do not loop, reallocating temporary buffer, since
21986         the output cannot contain more wide characters than the input
21987         contains bytes, the size must be big enough already.  This avoids
21988         one potential size overflow calculation.  Check for size overflow
21989         when calculating temporary buffer size.  Free temporary buffer
21990         when done, if it was allocated with malloc; this plugs a memory
21991         leak.  Remove casts from void * to pointers, that are no longer
21992         needed now that we're assuming C89 or better.
21993
21994         Merge error changes from glibc.
21995
21996         * lib/error.c, error.h: Update copyright notice header to match glibc.
21997         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21998         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21999         Disable cancellation while printing error.
22000         * lib/error.h: Prepend __ to parameter names.
22001
22002 2003-09-26  Jim Meyering  <jim@meyering.net>
22003
22004         * lib/error.c (error_tail): Move some declarations
22005         into inner scope where the local variables are used.
22006
22007 2003-09-26  Bruno Haible  <bruno@clisp.org>
22008
22009         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
22010         stpncpy().
22011         Don't define stpncpy through config.h; it's now done through stpncpy.h.
22012
22013 2003-09-26  Bruno Haible  <bruno@clisp.org>
22014
22015         * lib/stpncpy.h (gnu_stpncpy): New declaration.
22016         (stpncpy): Define as alias for gnu_stpncpy.
22017         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
22018
22019 2003-09-25  Simon Josefsson  <jas@extundo.com>
22020
22021         * lib/xgetdomainname.h: New file.
22022         * lib/xgetdomainname.c: New file.
22023
22024 2003-09-25  Simon Josefsson  <jas@extundo.com>
22025             Bruno Haible  <bruno@clisp.org>
22026
22027         * modules/getdomainname: New file.
22028         * modules/xgetdomainname: New file.
22029         * MODULES.html.sh (func_all_modules): Add getdomainname,
22030         xgetdomainname.
22031
22032 2003-09-25  Simon Josefsson  <jas@extundo.com>
22033             Bruno Haible  <bruno@clisp.org>
22034
22035         * m4/getdomainname.m4: New file.
22036
22037 2003-09-25  Simon Josefsson  <jas@extundo.com>
22038             Bruno Haible  <bruno@clisp.org>
22039
22040         * lib/getdomainname.h: New file.
22041         * lib/getdomainname.c: New file.
22042
22043 2003-09-25  Karl Berry  <karl@gnu.org>
22044
22045         * lib/argp-fmtstream.c, argp-help.c: update from libc.
22046
22047 2003-09-25  Karl Berry  <karl@gnu.org>
22048
22049         * config/install-sh: update from automake.
22050
22051 2003-09-25  Bruno Haible  <bruno@clisp.org>
22052
22053         * modules/version-etc-2: New file, from modules/version-etc with
22054         modifications.
22055         * MODULES.html.sh (func_all_modules): Add version-etc-2.
22056
22057 2003-09-25  Bruno Haible  <bruno@clisp.org>
22058
22059         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
22060         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
22061
22062 2003-09-24  Simon Josefsson  <jas@extundo.com>
22063
22064         * modules/xgethostname: Add xgethostname.h.
22065
22066 2003-09-24  Paul Eggert  <eggert@twinsun.com>
22067
22068         * lib/linebuffer.c (freebuffer): Don't free the argument, just
22069         the buffer associated with the argument.  Bug reported by
22070         Simon Josefsson.
22071
22072 2003-09-24  Paul Eggert  <eggert@twinsun.com>
22073
22074         * README: Document assumptions that 'int' is at least 32 bits
22075         wide, that integer arithmetic is 2's complement without overflow,
22076         that there are no holes in integer values, that adding sizes of
22077         two nonoverlapping objects can't overflow, and that all-bits-zero
22078         yields scalar zero.  Fix spelling and capitalization typos.
22079
22080 2003-09-19  Karl Berry  <karl@gnu.org>
22081
22082         * lib/argp.h: update from libc.
22083
22084 2003-09-17  Paul Eggert  <eggert@twinsun.com>
22085
22086         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
22087         to avoid spurious warnings like "AC_RUN_IFELSE was called before
22088         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
22089
22090 2003-09-17  Paul Eggert  <eggert@twinsun.com>
22091
22092         * gnulib-tool: Use "test -h", not "test -L", for portability
22093         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
22094         (tags_regexp): Remove, since \| doesn't conform to POSIX.
22095         (sed_extract_prog): Issue s commands one-by-one, rather than
22096         using \| in one s command.
22097
22098 2003-09-16  Paul Eggert  <eggert@twinsun.com>
22099
22100         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
22101         input error, instead of returning NULL the next time we are called
22102         (and therefore losing track of errno).
22103
22104 2003-09-16  Bruno Haible  <bruno@clisp.org>
22105
22106         * gnulib-tool (func_create_testdir): Warn about duplicated
22107         dependencies.
22108
22109 2003-09-15  Paul Eggert  <eggert@twinsun.com>
22110
22111         * modules/argmatch, modules/fatal, modules/obstack,
22112         modules/xalloc, modules/xgethostname: Sort dependencies by
22113         importance, not alphabetically.
22114
22115 2003-09-15  Paul Eggert  <eggert@twinsun.com>
22116
22117         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
22118         fails, so that the caller gets the proper errno.
22119
22120         * lib/readutmp.c (read_utmp): Likewise.
22121         Check for fstat error.  Close stream and free storage
22122         when failing.
22123
22124 2003-09-14  Karl Berry  <karl@gnu.org>
22125
22126         * config/srclist.txt (strdup.c): disable for c89 changes.
22127
22128 2003-09-14  Jim Meyering  <jim@meyering.net>
22129
22130         * lib/getloadavg.c: Correct cpp indentation.
22131         * lib/strdup.c: Likewise.
22132         * lib/vasnprintf.c: Likewise.
22133
22134 2003-09-14  Bruno Haible  <bruno@clisp.org>
22135
22136         * modules/fwriteerror: New file.
22137         * MODULES.html.sh (func_all_modules): Add fwriteerror.
22138
22139 2003-09-14  Bruno Haible  <bruno@clisp.org>
22140
22141         * lib/fwriteerror.h: New file.
22142         * lib/fwriteerror.c: New file.
22143
22144 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22145
22146         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
22147         modules/xgethostname, modules/xalloc: Depend on exit.
22148
22149 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22150
22151         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
22152
22153         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
22154         and AC_MINIX, too, so that their extensions are available.
22155
22156         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
22157         This macro has been superseded by gl_BACKUPFILE.
22158
22159         More patches to assume C89 or better.
22160
22161         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
22162
22163         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
22164         unconditionally.
22165         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
22166         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
22167         Include <string.h>, <stdlib.h> unconditionally.
22168         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
22169         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
22170         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
22171         headers or for string.h.
22172         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
22173         or strtoul.
22174
22175         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
22176         headers.
22177         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
22178         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22179         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
22180         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
22181         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22182         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
22183         memcpy, memset.
22184         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
22185         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
22186         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
22187         strtol.
22188         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
22189         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
22190         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
22191         strtoul.
22192
22193 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22194
22195         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
22196         * lib/obstack.c [!defined _LIBC]: Likewise.
22197         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
22198         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
22199         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
22200
22201         More changes to assume C89 or better.
22202
22203         * lib/error.c (error_tail): Assume vprintf.
22204
22205         * lib/argmatch.c (getenv): Remove decl.
22206         * lib/progreloc.c (get_full_program_name): Define via prototype.
22207         * lib/setenv.c (clearenv): Likewise.
22208         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
22209         needed.
22210         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
22211         (malloc, memcpy): Remove decls.
22212         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
22213         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
22214         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
22215         (memcpy): Remove macro.
22216         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
22217         (__P): Remove.  All uses removed.
22218         (PTR): Remove.  All uses changed to void *.
22219         (CHAR_BIT, NULL): Remove.
22220         (spaces, zeros, memset_space, memset_zero)
22221         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
22222         Remove.
22223         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
22224         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
22225         Define with prototype.
22226         Remove now-unnecessary prototype decl.
22227         (extra_args_spec): Assume ANSI C.  All uses changed.
22228         (extra_args_spec_iso): Remove.
22229         (my_strftime, emacs_strftimeu): Define via prototype.
22230         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
22231         unconditionally.
22232         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
22233         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
22234         (strtoul, strtol): Remove decls.
22235         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
22236         LONG_MAX): Remove.
22237         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
22238         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
22239         (LOCALE_PARAM_PROTO): New macro.
22240         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
22241         (INTERNAL (strtol), strtol): Define with a prototype.
22242         (PARAMS): Remove.  All uses removed.
22243         * lib/tempname.c: Include <string.h> unconditionally.
22244         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
22245         * lib/xgethostname.c (main): Define with a prototype.
22246         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
22247         Include <stdlib.h> unconditionally.
22248         (calloc, malloc, realloc, free): Remove decls.
22249         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
22250         Include <stdlib.h> unconditionally.  Sort include file names.
22251         (strtod): Remove.
22252         (xstrtod): Define with a prototype.
22253         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
22254         (strtol, strtoul): Remove decls.
22255
22256 2003-09-11  Paul Eggert  <eggert@twinsun.com>
22257
22258         More patches to assume C89 or better.
22259         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
22260         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
22261         string.h, memchr, STDC_HEADERS.
22262
22263 2003-09-11  Paul Eggert  <eggert@twinsun.com>
22264
22265         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
22266         Include <stdlib.h>, <string.h> unconditionally.
22267         Remove now-unnecessary cast to char *.
22268         * lib/strnlen.c: Include <string.h> unconditionally.
22269         * lib/yesno.c (yesno): Define with a prototype.
22270
22271 2003-09-11  Bruno Haible  <bruno@clisp.org>
22272
22273         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
22274
22275 2003-09-10  Jim Meyering  <jim@meyering.net>
22276
22277         * lib/error.c: Correct indentation of cpp directives.
22278
22279 2003-09-10  Bruno Haible  <bruno@clisp.org>
22280
22281         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
22282         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
22283         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
22284         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
22285         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
22286         <stdlib.h> and <string.h> checks.
22287         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
22288         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
22289
22290 2003-09-10  Bruno Haible  <bruno@clisp.org>
22291
22292         * lib/strcspn.c: Include <string.h> unconditionally.
22293         * lib/strpbrk.c: Include <string.h> unconditionally.
22294         * lib/strstr.c: Include <string.h> unconditionally.
22295         * lib/unicodeio.c: Include <string.h> unconditionally.
22296         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
22297         * lib/unsetenv.c: Likewise.
22298         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
22299         * lib/yesno.c: Include <stdlib.h> unconditionally.
22300         (rpmatch): Add prototype.
22301
22302 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22303
22304         More patches to assume C89 or better.
22305         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
22306         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
22307         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
22308         or for string.h.
22309         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
22310         stdlib.h.
22311         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
22312         C headers.
22313         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
22314         string.h.
22315         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
22316         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
22317         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
22318         or for string.h.
22319         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
22320         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
22321         C headers.
22322         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
22323         memcpy.
22324         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
22325         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
22326         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
22327         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
22328         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
22329         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
22330         string.h, free.
22331         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
22332         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
22333         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
22334         C headers, or for string.h.
22335         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
22336         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
22337         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
22338         headers, memory.h, stdlib.h, string.h, strings.h.
22339         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
22340         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
22341         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
22342         strchr.
22343         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
22344         headers, memory.h, string.h.
22345         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
22346         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
22347         free.
22348         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
22349         headers.
22350         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
22351         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
22352         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
22353         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
22354         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
22355
22356 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22357
22358         More K&R removal.
22359
22360         * lib/acosl.c (main): Use a prototype.
22361         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
22362         tanl.c: Likewise.
22363
22364         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
22365
22366         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
22367         (getopt, etopt_long, getopt_long_only, _getopt_internal)
22368         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
22369         with a prototype.
22370         * lib/getopt.c (const): Remove macro.
22371         Include <string.h> unconditionally.
22372         (my_index): Remove; all uses changed to strchr.
22373         (strlen): Remove decl.
22374         (exchange): Remove forward decl; no longer needed.
22375         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
22376         Define with prototype.
22377         * lib/getopt1.c (const): Remove macro.
22378         (getopt_long, getopt_long_only, main): Define with prototype.
22379
22380         * lib/getugroups.c: Include <string.h> unconditionally.
22381
22382         * lib/getusershell.c: Include <stdlib.h> unconditionally.
22383         (getusershell, setusershell, endusershell, readname, main):
22384         Define with prototypes.
22385
22386         * lib/group-member.c: Include group-member.h first.
22387         Include <stdlib.h> unconditionally.
22388
22389         * lib/hard-locale.c: Include hard-locale.h first.
22390         Include <stdlib.h>, <string.h> unconditionally.
22391
22392         * lib/hash.c (free, malloc): Remove decls.
22393         Include <stdlib.h> unconditionally.
22394
22395         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
22396         (getenv): Do not declare.
22397
22398         * lib/idcache.c: Include <string.h> unconditionally.
22399
22400         * lib/long-options.c: Include long-options.h first, to test interface.
22401         Include <stdlib.h> unconditionally.
22402
22403         * lib/makepath.c: Include makepath.h first, to test interface.
22404         Include <stdlib.h> and <string.h> unconditionally.
22405
22406         * lib/linebuffer.c: Include <stdlib.h>.
22407         (free): Remove decl.
22408
22409         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
22410         stddef.h. rpl_malloc returns void *, not char *.
22411         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
22412         prototype.
22413
22414         * lib/md5.h: Include <limits.h> unconditionally.
22415         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
22416         (__P): Remove; all uses removed.
22417         * lib/md5.c: Include "md5.h" first.
22418         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
22419         md5_buffer, md5_process_bytes, md5_process_block):
22420         Define with prototypes.
22421         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
22422         * lib/sha.c: Include "sha.h" first.
22423         Include <stdlib.h>, <string.h> unconditionally.
22424
22425         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
22426         * lib/memcmp.c (__ptr_t): Likewise.
22427         * lib/memrchr.c (__ptr_t): Likewise.
22428         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
22429         Include <string.h> unconditionally.
22430         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
22431         * lib/memchr.c: Include <stdlib.h> unconditionally.
22432         * lib/memchr.c (LONG_MAX): Remove.
22433         * lib/memrchr.c (LONG_MAX): Likewise.
22434         * lib/memchr.c (__memchr): Define via a prototype.
22435         * lib/memrchr.c (__memrchr): Likewise.
22436         * lib/memcmp.c (__P): Remove, and remove all uses.
22437         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
22438         Remove forward decls; no longer needed.
22439         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
22440         Use types required by C89 in prototype.
22441
22442         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
22443         * lib/savedir.c: Likewise.
22444         * lib/mkdir.c (free): Remove decl.
22445         * lib/rmdir.c (rmdir): Define with a prototype.
22446         * lib/savedir.c: Include savedir.h first, to test interface.
22447
22448         * lib/mktime.c (STDC_HEADERS): Remove.
22449         Include <stdlib.h>, <string.h> unconditionally.
22450
22451         * lib/modechange.c: Include <stdlib.h> unconditionally.
22452         (malloc): Remove decl.
22453
22454         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
22455         (free): Remove decl.
22456
22457         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
22458         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
22459         (This type really should be intptr_t, but that's a C99ism.)
22460         (_obstack_memcpy): Remove: all uses changed to memcpy.
22461         Include <string.h> unconditionally.
22462         (struct obstack): Assume __STDC__ for types of members
22463         chunkfun, freefun, extra_arg.
22464         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
22465         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
22466         obstack_begin, obstack_specify_allocation,
22467         obstack_specify_allocation_with_arg, obstack_chunkfun,
22468         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
22469         Remove unprototyped decls and the macros that use them.
22470         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
22471         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
22472         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
22473         (defined __STDC__ && __STDC__)]:
22474         Remove nonprototyped code.
22475         Include <stdlib.h> unconditionally.
22476         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
22477         _obstack_allocated_p, _obstack_free, obstack_free,
22478         _obstack_memory_used, print_and_abort):
22479         Define using prototypes.
22480         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
22481         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
22482         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
22483         obstack_next_free, obstack_object_size, obstack_room) [0]:
22484         Remove unused, unprototyped code.
22485
22486         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
22487
22488         * lib/physmem.c (physmem_total, physmem_available, main): Define
22489         with prototypes.
22490
22491         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
22492         (main): Define with a prototype.
22493
22494         * lib/posixver.c (getenv): Remove decl.
22495
22496         * lib/putenv.c (malloc): Returns void *, not char *.
22497         Include <string.h> unconditionally.
22498         (strchr, memcpy, NULL): Do not define.
22499
22500         * lib/readtokens.c: Include readtokens.h first, to test interface.
22501         Include <stdlib.h>, <string.h> unconditionally.
22502         (init_tokenbuffer): Define with a prototype.
22503
22504         * lib/regex.c (PARAMS): Remove.  All uses removed.
22505         All uses of _RE_ARGS removed, too.
22506         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22507         unconditionally.
22508         (bzero): Assume memset exists.
22509         (memcmp, memcpy, NULL): Remove.
22510         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
22511         char, or assignments to local vars of type signed char.
22512         (init_syntax_once, PREFIX(extract_number_and_incr),
22513         PREFIX(print_partial_compiled_pattern),
22514         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
22515         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
22516         PREFIX(regex_grow_registers), PREFIX(regex_compile),
22517         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
22518         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
22519         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
22520         wcs_compile_range, byte_compile_range, truncate_wchar,
22521         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
22522         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
22523         count_mbs_length, wcs_re_match_2_internal,
22524         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
22525         PREFIX(alt_match_null_string_p),
22526         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
22527         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
22528         regfree, PREFIX(extract_number)): Define with prototype.  Remove
22529         now-unnecessary declaration, if any.
22530         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
22531         regcomp, regexec):
22532         Remove now-unnecessary casts among pointer types.
22533         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
22534
22535         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
22536         (free): Remove decl.
22537
22538         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
22539
22540         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
22541         (free): Remove decl.
22542
22543         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
22544         * lib/xgetcwd.c: Likewise.
22545
22546         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
22547         (free): Remove decl.
22548
22549         * lib/strchrnul.c (strchrnul): Define with a prototype.
22550         Fix bug: c_in was not converted to char before searching.
22551
22552         The following changes are not K&R related:
22553
22554         * lib/group-member.h: Include <sys/types.h>, so that this file is
22555         self-contained.
22556         * lib/makepath.h: Likewise.
22557
22558         * lib/getusershell.c (readname, default_index, line_size, readname):
22559         Use size_t, not int, for sizes.
22560         (readname): If the size overflows, report an error instead of
22561         looping forever.
22562
22563 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22564
22565         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
22566         libc.
22567
22568 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22569
22570         * README: New section: portability guidelines.
22571
22572 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22573
22574         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
22575         C89 spec.
22576
22577 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22578
22579         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
22580
22581 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22582
22583         Assume C89 or better; remove K&R cruft.
22584         A few of these changes were first proposed by Derek Robert Price
22585         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
22586
22587         * lib/addext.c: Include <string.h> unconditionally.
22588         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
22589         Don't declare getenv or malloc.
22590
22591         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
22592         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
22593         (NULL): Remove.
22594         (find_stack_direction, alloca): Use prototypes.
22595
22596         * lib/atexit.c (atexit): Define using a prototype.
22597
22598         * lib/basename.c, dirname.c, stripslash.c:
22599         Include <string.h> unconditionally.
22600
22601         * lib/bcopy.c: Include <stddef.h>.
22602         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
22603
22604         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
22605
22606         * lib/error.h (error, error_at_line, error_print_progname)
22607         [! (defined (__STDC__) && __STDC__)]: Remove decls.
22608         * lib/error.c: Include error.h first, to check interface.
22609         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22610         (VA_START): Remove; all uses changeed to va_start.
22611         (exit, strerror): Remove decls.
22612         (error_print_progname): Prototype uncondionally.
22613         Don't include <errno.h>; no longer needed.
22614         (private_strerror): Remove.
22615         (error_tail): Always define.
22616         (error, error_at_line): Assume C89 or better; always use prototypes.
22617         * lib/fatal.c: Include "fatal.h" first, to test interface.
22618         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22619         (VA_START): Remove; all uses changed to va_start.
22620         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
22621         this case.
22622         (exit): Remove decl.
22623         (fatal): Prototype unconditionally.  Assume va_start works.
22624         Abort at end, to pacify gcc.
22625
22626         * lib/euidaccess.c (main): Define with a prototype.
22627
22628         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
22629
22630         * lib/exitfail.c: Include <stdlib.h> unconditionally.
22631
22632         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
22633         prototypes.
22634         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
22635         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
22636         (getenv): Remove decl.
22637         (fnmatch): Define using a prototype.
22638         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
22639         (FCT): Define using a prototype.
22640
22641         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
22642
22643         * lib/gethostname.c: Include <stddef.h>.
22644         (gethostname): Define with prototype.  Length is size_t, not int.
22645
22646 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22647
22648         Assume C89 or better; remove K&R cruft.
22649         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
22650         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
22651         string.h, getenv, malloc.
22652         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
22653         headers.
22654         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
22655         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
22656         do not check for strerror.
22657         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
22658         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
22659         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
22660         do not check for doprnt or vprintf.
22661         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
22662         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
22663
22664 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22665
22666         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
22667         getversion.c should have been removed then, but was accidentally
22668         preserved.
22669
22670         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
22671         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
22672
22673 2003-09-08  Karl Berry  <karl@gnu.org>
22674
22675         * config/config.sub, config.guess, srclistvars.sh: update from savannah
22676                 config, forget about prep.
22677
22678         * config/depcomp, missing: update from automake.
22679
22680 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22681
22682         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
22683         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22684
22685 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22686
22687         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
22688         copy_tm_result.  Bug reported by Simon Josefsson in
22689         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22690
22691 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22692
22693         * m4/time_r.m4: New file.
22694         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
22695         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
22696         is. Check for timegm declaration.
22697         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
22698         Do not check for gmtime_r.
22699         Replace mktime if __mktime_internal does not exist and if mktime
22700         hasn't been replaced already.
22701
22702 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22703
22704         * lib/time_r.c, lib/time_r.h: New files.
22705
22706         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
22707         __localtime_r.
22708         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
22709         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
22710
22711         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
22712         __gmtime_r.
22713         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
22714         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
22715         Include <time_r.h>.
22716
22717         * lib/timegm.c: Switch to glibc implementation, with the following
22718         changes:
22719         [defined HAVE_CONFIG_H]: Include <config.h>.
22720         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
22721         (__mktime_internal) [!defined _LIBC]: New decl.
22722         (__gmtime_r) [!defined _LIBC]: New macro and function.
22723         (timegm): Use a prototype, since gnulib assumes C89.
22724         Do not bother declaring tmp to be const, as it's not really usefu.
22725         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
22726         (timegm): Declare only if HAVE_DECL_TIMEGM.
22727
22728 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22729
22730         * MODULES.html.sh (func_all_modules): Add time_r.
22731         * modules/time_r: New file.
22732         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
22733         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
22734
22735 2003-09-03  Paul Eggert  <eggert@twinsun.com>
22736
22737         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
22738         Bug reported by Lute Kamstra in
22739         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
22740
22741         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
22742         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
22743         course with correspondingly smaller numbers for tomorrow and
22744         yesterday.  From Tadayoshi Funaba.  Originally installed into
22745         sh-utils on 1999-08-07, but the patch got lost (I guess during the
22746         coreutils merge?).
22747
22748 2003-08-31  Simon Josefsson  <jas@extundo.com>
22749
22750         * modules/timegm: New file.
22751         * MODULES.html.sh (func_all_modules): Add timegm.
22752
22753 2003-08-31  Simon Josefsson  <jas@extundo.com>
22754
22755         * m4/timegm.m4: New file.
22756
22757 2003-08-31  Simon Josefsson  <jas@extundo.com>
22758
22759         * lib/timegm.h: New file.
22760         * lib/timegm.c: New file.  Based on
22761         wget-1.8.2/src/http.c:mktime_from_utc.
22762
22763 2003-08-31  Karl Berry  <karl@gnu.org>
22764
22765         * lib/argp.h: update from libc.
22766
22767 2003-08-28  Bruno Haible  <bruno@clisp.org>
22768
22769         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
22770         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
22771         followed by '#define fnmatch fnmatch_posix' gives an error.
22772
22773 2003-08-28  Bruno Haible  <bruno@clisp.org>
22774
22775         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
22776         warning on QNX, which defines O_BINARY to 000000.
22777
22778 2003-08-27  Jim Meyering  <jim@meyering.net>
22779
22780         * m4/mkstemp.m4: Require that the system mkstemp be able to create
22781         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
22782         would fail after 32.  Reported by Danny Levinson.  Details here:
22783         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
22784
22785 2003-08-24  Bruno Haible  <bruno@clisp.org>
22786
22787         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
22788         MSVC7 <stdio.h> is included later.
22789
22790 2003-08-22  Simon Josefsson  <jas@extundo.com>
22791
22792         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
22793
22794 2003-08-20  Karl Berry  <karl@gnu.org>
22795
22796         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
22797
22798 2003-08-20  Bruno Haible  <bruno@clisp.org>
22799
22800         * modules/progname: New file.
22801         * MODULES.html.sh (func_all_modules): Add progname.
22802
22803 2003-08-20  Bruno Haible  <bruno@clisp.org>
22804
22805         * lib/progname.h: New file, from GNU gettext.
22806         * lib/progname.c: New file, from GNU gettext.
22807         * lib/progreloc.c: New file, from GNU gettext.
22808
22809 2003-08-19  Jim Meyering  <jim@meyering.net>
22810
22811         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
22812         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
22813
22814 2003-08-19  Bruno Haible  <bruno@clisp.org>
22815
22816         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
22817         more.
22818
22819 2003-08-19  Bruno Haible  <bruno@clisp.org>
22820
22821         * lib/xstrdup.c: Assume <string.h> exists.
22822
22823 2003-08-18  Paul Eggert  <eggert@twinsun.com>
22824
22825         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
22826         in makefile rules.
22827
22828 2003-08-18  Jim Meyering  <jim@meyering.net>
22829
22830         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
22831         * m4/lib-ld.m4: Likewise.
22832
22833 2003-08-18  Jim Meyering  <jim@meyering.net>
22834
22835         * lib/setenv.h: Indent nested cpp directive.
22836         * lib/vasnprintf.c: Remove trailing blanks.
22837
22838 2003-08-17  Simon Josefsson  <jas@extundo.com>
22839
22840         * modules/xstrndup: New file.
22841         * MODULES.html.sh (func_all_modules): Add xstrndup.
22842
22843 2003-08-17  Simon Josefsson  <jas@extundo.com>
22844
22845         * modules/argp: Fix autoconf macro name. Add more dependencies.
22846
22847 2003-08-17  Simon Josefsson  <jas@extundo.com>
22848
22849         * m4/xstrndup.m4: New file.
22850
22851 2003-08-17  Simon Josefsson  <jas@extundo.com>
22852
22853         * m4/argp.m4: New file.
22854
22855 2003-08-17  Simon Josefsson  <jas@extundo.com>
22856             Bruno Haible  <bruno@clisp.org>
22857
22858         * lib/xstrndup.h: New file.
22859         * lib/xstrndup.c: New file.
22860
22861 2003-08-17  Bruno Haible  <bruno@clisp.org>
22862
22863         * modules/strndup (Files, Include): Add lib/strndup.h.
22864
22865 2003-08-17  Bruno Haible  <bruno@clisp.org>
22866
22867         * modules/euidaccess (Files): Add lib/euidaccess.h.
22868
22869 2003-08-17  Bruno Haible  <bruno@clisp.org>
22870
22871         * lib/strndup.h: New file.
22872
22873 2003-08-17  Bruno Haible  <bruno@clisp.org>
22874
22875         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22876         like AC_GNU_SOURCE.
22877         * modules/extensions (configure.ac): Comment out the invocation of
22878         gl_USE_SYSTEM_EXTENSIONS.
22879
22880 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22881
22882         Merges from coreutils, etc.
22883         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22884         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22885         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22886         fixing a typo.
22887         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22888         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22889
22890 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22891
22892         Document merge from coreutils.
22893         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22894         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22895         * modules/utime: Add m4/utimes-null.m4.
22896
22897 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22898
22899         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22900         space, undoing this 2003-08-12 change:
22901         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22902
22903 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22904
22905         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22906         strtoul.c from libc, undoing this 2003-08-12 change:
22907         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22908
22909 2003-08-16  Jim Meyering  <jim@meyering.net>
22910
22911         Merges from coreutils.
22912         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22913         prefix.  Adjust cache variables similarly.  Create 500 rather than
22914         just 300 files, to exercise bug on Darwin6.5, too.
22915         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22916         $missing_dir.
22917         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22918         AM_SYS_POSIX_TERMIOS.
22919         Reported by mkc@mathdogs.com.
22920         Also change use of $am_cv_sys_posix_termios
22921         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22922         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22923         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22924         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22925         in /proc/mounts until it finds one with matching device number.  This
22926         is unnecessary when the FILE argument *is* a mount point.  No stat call
22927         is necessary in that case.  So, disable the statvfs-testing code on
22928         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22929         as RedHat bug# 84846.
22930         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22931         to 1MB, so as not to render systems with no stack size limit (e.g.,
22932         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22933         Include <unistd.h>.  On some systems,
22934         it is required for the definition of _SC_PAGESIZE.
22935
22936 2003-08-16  Jim Meyering  <jim@meyering.net>
22937
22938         Merge from coreutils.
22939         * lib/xstrtoimax.c: #else #if -> #elif.
22940         * lib/xstrtoumax.c: Likewise.
22941
22942 2003-08-16  Jim Meyering  <jim@meyering.net>
22943
22944         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22945         * m4/utimes.m4: Removed.
22946         * m4/utimes-null.m4: Renamed from utimes.m4.
22947
22948         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22949         to 1MB, so as not to render systems with no stack size limit (e.g.,
22950         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22951         Include <unistd.h>.  On some systems,
22952         it is required for the definition of _SC_PAGESIZE.
22953
22954 2003-08-16  Jim Meyering  <jim@meyering.net>
22955         and Paul Eggert  <eggert@cs.ucla.edu>
22956
22957         Merges from coreutils, etc.
22958
22959         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22960         using the latest version from cvs.  This avoids problems with #line
22961         directives using a vendor (Sun) compiler.
22962         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22963         Don't set GETGROUPS_LIB here; now it's
22964         done via getgroups.m4's wrapper function.
22965         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22966         rather than just in sh-util/configure.in, so that the
22967         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22968         same.
22969         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22970         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22971         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22972         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22973         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22974         Remove code that is now done by the newly-required macros.
22975         Append $(EXEEXT) to DF_PROG.
22976         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22977         Do not invoke or require the following here,
22978         since prereq.m4 or some gnulib .m4 now does this for us:
22979         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22980         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22981         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22982         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22983         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22984         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22985         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22986         AC_FUNC_OBSTACK.
22987         Do not replace the following functions, as this is now the job
22988         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22989         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22990         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22991         atexit getpass, strdup, getpagesize.
22992         Replace 'raise'.
22993         Do not check for the following functions, as this is now the job
22994         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22995         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22996         setregid.
22997         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22998         Check for sys/sysctl.h.
22999         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
23000         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
23001         of checking for ssize_t ourselves.
23002
23003         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
23004         Require every macro that gnulib/modules/* suggests for us.
23005         (jm_PREREQ_ADDEXT): New macro.
23006         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
23007         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
23008
23009         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
23010         (gl_PHYSMEM): Use it.
23011         Also check for `table' function.
23012         Check for new headers and functions.
23013         Add check for sys/sysmp.h.
23014         With suggestions from Kaveh Ghazi.
23015         Ignore headers that are present but cannot be compiled.  This
23016         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
23017         C 5.4.
23018
23019 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23020
23021         Document merge from coreutils.
23022         * modules/userspec: Depend on posixver.
23023         * modules/strftime: Depend on tzset.
23024
23025 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23026
23027         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
23028         rather than tab, after '#' in shell-script copyright notices.
23029         Suggested by Bruno Haible.
23030
23031 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23032
23033         * config/srclist-update: Use three spaces, rather than tab, after '#'
23034         in shell-script copyright notices.  Suggested by Bruno Haible.
23035         Remove unnecessary parenthesization in regular expression.
23036
23037 2003-08-15  Jim Meyering  <jim@meyering.net>
23038
23039         Merge from coreutils.
23040         * lib/xgethostname.c: Include <stdlib.h>.
23041         (xghostname): Don't exit for anything other than memory-related
23042         failure; just return NULL.
23043         * lib/userspec.c: Include "posixver.h".
23044         (parse_user_spec): Accept `.' as a separator only
23045         in pre-POSIX-200112 mode.
23046         * lib/strtoimax.c: Use #elif rather than #else #if.
23047         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
23048         Remove function, now that we can rely on a working tzset function.
23049         [!_LIBC]: Ensure that the required autoconf test has been run.
23050         [!defined _NL_CURRENT && HAVE_STRFTIME]:
23051         Use underlying_strftime for %r.
23052         * lib/sha.c: Merge in some clean-up and optimization changes from
23053         glibc.
23054         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
23055         Ensure that it is a multiple of 64.
23056         Rearrange loop exit tests so as to avoid performing an
23057         additional fread after encountering an error or EOF.
23058         * lib/realloc.c: Update copyright date.
23059
23060 2003-08-15  Jim Meyering  <jim@meyering.net>
23061         and Paul Eggert  <eggert@twinsun.com>
23062
23063         Merge from coreutils.
23064         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
23065         member but strut utmpx does not.  Needed for AIX 4.3.3.
23066         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
23067
23068 2003-08-15  Jim Meyering  <jim@meyering.net>
23069         and Paul Eggert  <eggert@cs.ucla.edu>
23070
23071         Merges from coreutils, etc.
23072         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
23073         Require gl_FUNC_TZSET_CLOBBER.
23074         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
23075         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
23076         members.
23077
23078 2003-08-14  Paul Eggert  <eggert@twinsun.com>
23079
23080         Help the merge from coreutils.
23081         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
23082         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
23083         * m4/tzset.m4: Use it too.
23084
23085 2003-08-14  Paul Eggert  <eggert@twinsun.com>
23086
23087         * modules/tzset: New file.
23088
23089 2003-08-14  Jim Meyering  <jim@meyering.net>
23090
23091         Merges from coreutils.
23092         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
23093         variable names, rather than @FNMATCH_H@.
23094         * modules/alloca: Likewise for $(ALLOCA_H).
23095
23096         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
23097         the three copies of the literal target, `fnmatch.h'.
23098         * modules/alloca (alloca.h): Likewise.
23099
23100 2003-08-14  Jim Meyering  <jim@meyering.net>
23101
23102         Merge from coreutils.
23103         * m4/tzset.m4: New file.
23104         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
23105         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
23106         otherwise, AIX 5.1 systems would end up using the latter.
23107         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
23108         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
23109         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
23110         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
23111
23112 2003-08-14  Jim Meyering  <jim@meyering.net>
23113
23114         Merge from coreutils.
23115         * lib/obstack.h: Whitespace changes.
23116         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
23117         and xcalloc return values.
23118         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
23119         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
23120         hang on OSF/1 5.1 for DIR on both local and remote file systems.
23121         Reported by (and fix confirmed by) Nelson H. F. Beebe.
23122         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23123         error from mntctl.
23124         Use mntctl's return value to drive the entry-processing loop, since
23125         we can't rely on the value of the vmt_length member in the last
23126         entry.  On some systems doing so could result in exhausting
23127         virtual memory.  Based in part on a patch from Mike Jetzer.
23128
23129 2003-08-14  Jim Meyering  <jim@meyering.net>
23130         and Paul Eggert  <eggert@twinsun.com>
23131
23132         Merges from coreutils, plus other fixes.
23133         * lib/physmem.c: Merge in portability changes from gcc/libiberty
23134         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
23135         for credits and details.  Thanks to Kaveh Ghazi for helping
23136         to keep these files in sync.
23137         (ARRAY_SIZE): Define it.
23138         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
23139         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
23140         (memcasecmp): Don't assume size_t fits in unsigned int.
23141         Remove casts and duplicate code.
23142         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
23143         (memcpy): Remove definition.
23144         Merge in some clean-up and optimization changes from glibc.
23145         [BLOCKSIZE]: Move definition to top of file.
23146         Ensure that it is a multiple of 64.
23147         Rearrange loop exit tests so as to avoid performing an
23148         additional fread after encountering an error or EOF.
23149         * lib/md5.h (md5_uintptr): Define.
23150         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
23151         return to the initial working directory.  Preserve errno
23152         for caller.
23153         * lib/idcache.c: Include "xalloc.h".
23154         (xmalloc, xrealloc): Remove decls.
23155         (getuser): Remove casts no longer required in C89.
23156         * lib/human.c: Include stdio.h, for sprintf.
23157         * lib/group-member.c: Include "xalloc.h".
23158         (xmalloc, xrealloc): Remove decls.
23159         (get_group_info): Remove casts no longer required in C89.
23160         * lib/getusershell.c (readname): Remove casts no longer required in
23161         C89.
23162         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
23163         * lib/getline.c: Whitespace fix, from coreutils.
23164
23165 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23166
23167         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
23168         Check for isascii.
23169
23170         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23171         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23172         Undo previous (whitespace-only) change.
23173
23174 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23175
23176         * lib/exclude.c: Include <ctype.h>
23177         (IN_CTYPE_DOMAIN): New macro.
23178         (is_space): New fn.
23179         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
23180         and empty lines.
23181
23182         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23183         Undo previous (whitespace-only) change.
23184
23185 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23186
23187         * config/srclist-update: Change update back to the old behavior,
23188         leaving whitespace alone.  Use one 'sed' command rather than a
23189         pipeline.
23190         (fixlicense): Now a variable, not a function.
23191         (remove_trailing_blanks): Remove.
23192         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
23193         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23194         Undo previous (whitespace-only) change.
23195
23196 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23197
23198         Merge from coreutils.
23199         * modules/euidaccess: Add lib_SOURCES, include for new
23200         file euidaccess.h
23201
23202 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23203
23204         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23205         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23206         Normalize leading white space and remove trailing white space.
23207
23208         Merge from coreutils
23209         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
23210
23211         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
23212         0.12.1.  These files are now being upgraded automatically by
23213         ../config/srclist-update.
23214
23215 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23216
23217         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23218         Normalize leading white space and remove trailing white space.
23219         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
23220         notice, as per ../config/srclist-update.
23221
23222         Merge from coreutils.
23223         * lib/euidaccess.h: New file.
23224         * lib/euidaccess.c: Include it.
23225         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
23226         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
23227         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
23228
23229 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23230
23231         * config/srclist-update: Add copyright notice.
23232         (remove_id_lines, remove_trailing_blanks): New constants.
23233         (fixfile): Use them to normalize spacing a bit in copied files.
23234         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23235         Normalize leading white space and remove trailing white space.
23236
23237         * config/texinfo.tex: Sync with texinfo.
23238
23239         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
23240         strtoul.c from libc, to merge coreutils whitespace changes.
23241
23242         * config/srclist.txt: Get the following m4 files from gettext:
23243         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
23244         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
23245         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
23246         wint_t.m4.
23247
23248 2003-08-12  Karl Berry  <karl@gnu.org>
23249
23250         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
23251         been made.
23252
23253 2003-08-11  Paul Eggert  <eggert@twinsun.com>
23254
23255         * modules/gnu-source, m4/gnu-source.m4:
23256         Remove; we're assuming Autoconf 2.54 or later now.
23257         Suggested by Bruno Haible.
23258         * MODULES.html.sh (func_all_modules): Remove gnu-source.
23259
23260 2003-08-11  Bruno Haible  <bruno@clisp.org>
23261
23262         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
23263
23264 2003-08-11  Bruno Haible  <bruno@clisp.org>
23265
23266         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
23267         (vasnprintf): Use it instead of wcslen.
23268
23269 2003-08-11  Bruno Haible  <bruno@clisp.org>
23270
23271         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
23272         value to ensure that _Bool promotes to int. Use #define for _Bool when
23273         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
23274
23275 2003-08-10  Karl Berry  <karl@gnu.org>
23276
23277         * lib/regex.h: update from libc (whitespace fix).
23278
23279 2003-08-09  Paul Eggert  <eggert@twinsun.com>
23280
23281         Merge some files from coreutils.  These changes were
23282         originally made by Jim Meyering.
23283         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
23284         many older Unixes require this.
23285         * lib/alloca.c (alloca): Remove cast to argument of free;
23286         no longer needed in C89.
23287         * lib/alloca_.h, regex.h: Fix white space to match
23288         what GNU indent does.
23289
23290 2003-08-09  Paul Eggert  <eggert@twinsun.com>
23291
23292         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
23293         apparently Emacs's Unicode mode got confused before my 2003-08-05
23294         checkin.
23295
23296 2003-08-08  Paul Eggert  <eggert@twinsun.com>
23297
23298         * m4/extensions.m4: New file.
23299         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
23300         Require gl_USE_SYSTEM_EXTENSIONS.
23301         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
23302         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
23303
23304 2003-08-08  Paul Eggert  <eggert@twinsun.com>
23305
23306         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
23307         * modules/extensions, modules/gnu-source: New files.
23308         * modules/timespec, modules/unlocked-io: Depend on extensions.
23309
23310 2003-08-07  Paul Eggert  <eggert@twinsun.com>
23311
23312         * modules/restrict: New file.
23313         * MODULES.html.sh (func_all_modules): Add restrict.
23314         * modules/regex: Depend on restrict.
23315
23316 2003-08-07  Paul Eggert  <eggert@twinsun.com>
23317
23318         * m4/restrict.m4: New file.
23319         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
23320
23321 2003-08-07  Bruno Haible  <bruno@clisp.org>
23322
23323         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
23324         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
23325
23326 2003-08-07  Bruno Haible  <bruno@clisp.org>
23327
23328         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
23329         makes the module 'getndelim2' compatible with the module 'getline'.
23330
23331 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23332
23333         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
23334         byte with "\201" to avoid glitches when editing that source file
23335         with multi-gnome-terminal.
23336
23337 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23338
23339         * lib/bumpalloc.h: Remove.
23340
23341 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23342
23343         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
23344         * modules/bumpalloc: Remove.
23345
23346 2003-08-04  Paul Eggert  <eggert@twinsun.com>
23347
23348         * lib/getloadavg.c: Change copyright notice and spacing to conform to
23349         GNU coding style.
23350
23351         Merge from coreutils.
23352         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
23353         1. From glibc.
23354         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
23355         from Karl Berry, implemented by Jim Meyering.
23356         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
23357         from Dmitry V. Levin.
23358         Remove anachronistic cast of xrealloc.
23359         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
23360         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
23361         type. Otherwise, it wouldn't compile with at least /bin/cc on
23362         ymp-cray-unicos9.0.2.X.
23363         Combine two mostly-identical uses of alloca into one.
23364         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
23365
23366 2003-08-04  Dave Love  <d.love@dl.ac.uk>
23367
23368         [From Emacs.]
23369
23370         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
23371         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
23372         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
23373         obsolete NLIST_NAME_UNION.
23374         [__GNU__]: Undef BSD and FSCALE.
23375         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
23376
23377 2003-08-03  Paul Eggert  <eggert@twinsun.com>
23378
23379         * lib/stdbool_.h (_Bool): Make it signed char, instead of
23380         an enum type, so that it's guaranteed to promote to int.  See:
23381         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
23382
23383 2003-08-03  Karl Berry  <karl@gnu.org>
23384
23385         * config/depcomp: update from automake.
23386
23387 2003-07-31  Paul Eggert  <eggert@twinsun.com>
23388
23389         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
23390         (strerror): Don't assume that a printable int fits in 14 bytes.
23391
23392 2003-07-31  Bruno Haible  <bruno@clisp.org>
23393
23394         * modules/getpass-gnu: New file.
23395         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
23396
23397 2003-07-31  Bruno Haible  <bruno@clisp.org>
23398
23399         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
23400
23401 2003-07-24  Karl Berry  <karl@gnu.org>
23402
23403         * config/missing: update from automake.
23404
23405 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
23406             Bruno Haible  <bruno@clisp.org>
23407
23408         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
23409         * lib/getline.c (getline, getdelim): Likewise.
23410         Remove _GNU_SOURCE define; now it's defined in config.h through
23411         m4/getline.m4.
23412
23413 2003-07-23  Karl Berry  <karl@gnu.org>
23414
23415         * config/config.sub: update from prep.
23416
23417 2003-07-22  Paul Eggert  <eggert@twinsun.com>
23418
23419         * modules/xalloc (Depends-on): Add exitfail.
23420         * modules/xmemcoll: Likewise.
23421
23422 2003-07-22  Paul Eggert  <eggert@twinsun.com>
23423
23424         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
23425         over-parenthesization in macros.
23426
23427         Sync with coreutils.
23428
23429         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
23430         required by C99.
23431
23432         Use `exit_failure' for xalloc and xmemcoll instead of their own
23433         private exit-failure variables.
23434         * lib/xalloc.h (xalloc_exit_failure): Remove.
23435         * lib/xmalloc.c: Likewise.  Include exitfail.h.
23436         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
23437         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
23438         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
23439         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
23440
23441 2003-07-20  Jim Meyering  <jim@meyering.net>
23442
23443         * modules/closeout (Depends-on): Add exitfail.
23444         Suggestion from Bruno Haible.
23445
23446 2003-07-19  Karl Berry  <karl@gnu.org>
23447
23448         * config/config.sub: update from prep.
23449
23450 2003-07-18  Paul Eggert  <eggert@twinsun.com>
23451
23452         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
23453         Remove.
23454         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
23455         to test that it can stand by itself.  Include "exitfail.h".
23456         Clients should set exit_failure instead.
23457         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
23458
23459 2003-07-18  Bruno Haible  <bruno@clisp.org>
23460
23461         * modules/getndelim2: New file.
23462         * modules/getline: Share files with module getndelim2.
23463         * modules/getnline: Depend on getndelim2 instead of sharing files with
23464         it. Add getnline.c to lib_SOURCES.
23465         * MODULES.html.sh (func_all_modules): Add getndelim2.
23466
23467 2003-07-18  Bruno Haible  <bruno@clisp.org>
23468
23469         * m4/getndelim2.m4: New file.
23470         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
23471         invoke gl_PREREQ_GETNDELIM2.
23472         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
23473         gl_PREREQ_GETNDELIM2.
23474         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
23475         gl_GETNDELIM2.
23476
23477 2003-07-18  Bruno Haible  <bruno@clisp.org>
23478
23479         * lib/getndelim2.h: New file.
23480         * lib/getndelim2.c: Make into a module of its own. Include config.h,
23481         getndelim2.h.
23482         (getndelim2): Make non-static. Change return type to ssize_t.
23483         * lib/getline.h: Change argument names.
23484         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
23485         * lib/getnline.c: Include getndelim2.h.
23486
23487 2003-07-18  Andreas Schwab  <schwab@suse.de>
23488
23489         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
23490
23491 2003-07-17  Karl Berry  <karl@gnu.org>
23492
23493         * config/config.sub: update from prep.
23494
23495 2003-07-17  Bruno Haible  <bruno@clisp.org>
23496
23497         * modules/getnline: New file.
23498         * modules/getline: Add lib/getndelim2.c to source file list.
23499         * MODULES.html.sh (func_all_modules): Add getnline.
23500
23501 2003-07-17  Bruno Haible  <bruno@clisp.org>
23502
23503         * m4/getnline.m4: New file.
23504
23505 2003-07-17  Bruno Haible  <bruno@clisp.org>
23506
23507         * m4/Makefile.am.in: Remove file.
23508         * m4/Makefile.am: Remove file.
23509         * m4/Makefile.in: Remove file.
23510
23511 2003-07-17  Bruno Haible  <bruno@clisp.org>
23512
23513         * lib/getnline.h: New file.
23514         * lib/getnline.c: New file.
23515         * lib/getndelim2.c: New file, extracted from getline.c.
23516         (getndelim2): Renamed from getdelim2, with added nmax argument.
23517         * lib/getline.c: Include getndelim2.c.
23518         (getdelim2): Moved out to getndelim2.c.
23519         (getline, getdelim): Update.
23520
23521 2003-07-17  Bruno Haible  <bruno@clisp.org>
23522
23523         * lib/Makefile.am: Remove file.
23524         * lib/Makefile.in: Remove file.
23525
23526 2003-07-17  Bruno Haible  <bruno@clisp.org>
23527
23528         * configure.in: Remove file.
23529         * Makefile.in: Remove file.
23530
23531 2003-07-17  Bruno Haible  <bruno@clisp.org>
23532
23533         * MODULES.html.sh: Put the </BODY> right before </HTML>.
23534
23535 2003-07-16  Karl Berry  <karl@gnu.org>
23536
23537         * config/srclist-update: was running fixlicense twice, which caused
23538                 texinfo.tex to be nullified for some reason.  Simplify,
23539                 $gplsrc is no longer needed as far as I can see?
23540
23541 2003-07-16  Jim Meyering  <jim@meyering.net>
23542
23543         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
23544
23545 2003-07-15  Paul Eggert  <eggert@twinsun.com>
23546
23547         * config/srclist.txt: Get the following files from gettext-runtime/intl
23548         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
23549         ref-del.sin.  From Bruno Haible.
23550         * config/srclist-update (fixfile): Change grep pattern again, since the
23551         previous fix didn't work (there was another trailing $).  Use
23552         '[$]' to escape the $s.
23553
23554 2003-07-15  Karl Berry  <karl@gnu.org>
23555
23556         * lib/vasnprintf.c: update from gettext.
23557
23558 2003-07-15  Karl Berry  <karl@gnu.org>
23559
23560         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
23561         gets expanded when surrounded by '$'.
23562
23563 2003-07-15  Jim Meyering  <jim@meyering.net>
23564
23565         * modules/save-cwd: Don't depend on error.  From Derek Price.
23566
23567 2003-07-15  Jim Meyering  <jim@meyering.net>
23568
23569         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
23570
23571 2003-07-14  Simon Josefsson  <jas@extundo.com>
23572
23573         * modules/mempcpy: New file.
23574         * MODULES.html.sh (func_all_modules): Add mempcpy.
23575
23576 2003-07-14  Simon Josefsson  <jas@extundo.com>
23577
23578         * m4/mempcpy.m4: New file.
23579
23580 2003-07-14  Simon Josefsson  <jas@extundo.com>
23581
23582         * lib/mempcpy.h: New file.
23583         * lib/mempcpy.c: New file.
23584
23585 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23586
23587         * modules/getdate, modules/posixtm: Depend on mktime.
23588
23589 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23590
23591         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
23592         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
23593         unicodeio.c, unicodeio.h, unlocked-io.h:
23594         Switch from LGPL to GPL.
23595
23596 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23597
23598         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
23599         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
23600         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
23601         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
23602         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
23603         updated automatically by ../config/srclist-update.  This changes
23604         their license from LPGL to GPL.
23605
23606 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23607
23608         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
23609         assumed to refer to the root of the most recent stable gettext version.
23610         * config/srclistvars.sh: Add defaults for eggert.
23611         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
23612         Match "This program" as well as "The program".  This is needed
23613         for gettext.
23614
23615 2003-07-14  Jim Meyering  <jim@meyering.net>
23616
23617         Don't emit diagnostics.  Let callers do that.
23618         * lib/save-cwd.c: Don't include "error.h".
23619         (save_cwd): Don't call error.  Ensure that errno is valid
23620         when returning nonzero.
23621
23622         * lib/save-cwd.h (restore_cwd): Update prototype.
23623         * lib/save-cwd.c (restore_cwd): Remove two parameters.
23624         Simplify.  Don't call error upon failure.  Let callers do that.
23625         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
23626         when auditing is enabled.  But don't bother updating the #if.
23627
23628 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
23629
23630         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
23631         it breaks C++ compilation.
23632         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
23633
23634 2003-07-10  Simon Josefsson  <jas@extundo.com>
23635
23636         * modules/strchrnul (Makefile.am): Add strchrnul.h.
23637
23638 2003-07-10  Jim Meyering  <jim@meyering.net>
23639
23640         * m4/clock_time.m4: Remove trailing blank.
23641         * m4/intmax_t.m4: Likewise.
23642
23643 2003-07-10  Jim Meyering  <jim@meyering.net>
23644
23645         * lib/vasnprintf.c: Remove trailing blanks.
23646         Make cpp indentation consistent.
23647
23648 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23649
23650         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
23651         posixver.c, strftime.c, strnlen.c, strverscmp.c:
23652         Switch from LGPL to GPL.
23653
23654 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23655
23656         * config/srclist.txt: Sort sublists.  Add
23657         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
23658         that differ from gnulib for one reason or another; we'd like this list
23659         to be smaller but for now let's document what we have.
23660
23661 2003-07-08  Paul Eggert  <eggert@twinsun.com>
23662
23663         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
23664         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
23665         and sweeter "eval x=$x".
23666         * config/srclist.txt: Get lib/argp* from glibc.
23667
23668 2003-07-07  Paul Eggert  <eggert@twinsun.com>
23669
23670         * lib/mktime.c: Fix some boundary cases and remove need for floating
23671         point.
23672
23673         Issue a compile-time diagnostic if time_t is floating point, or if
23674         two's complement arithmetic is not in effect, or if arithmetic
23675         right shift does not propagate the sign.  These assumptions were
23676         all in the original code but they weren't checked.
23677
23678         (TIME_T_MIDPOINT, verify): New macros.
23679         (__isleap): Remove; it has integer overflow problems.
23680         (leapyear): New function, without those problems.
23681         (ydhms_tm_diff): Remove; splitting into two parts.
23682         (ydhms_diff): New function, containing the arithmetic part of
23683         the old ydhms_tm_diff function.  Issue a compile-time
23684         diagnostic if we are not using C99 integer division.
23685         Avoid casts when possible.
23686         (guess_time_tm): New function, containing the checking part of
23687         the old ydhms_tm_diff function.  Return the new value, rather than
23688         the difference between it and the old.  Accept a new argument T
23689         so that *T specifies the old value.  Check for overflow in the result.
23690
23691         (__mktime_internal): Use a time_t offset, not a long int offset.
23692         This undoes the 2003-06-04 change, which is no longer needed now
23693         that we have better overflow checking.
23694         (localtime_offset): Likewise.
23695
23696         (__mktime_internal): Avoid harmful overflow on hosts where time_t
23697         and long are 64-bit but int is only 32-bit.
23698         (ydhms_diff): Use long int to store year1 and yday1.
23699         Issue a compile-time diagnostic if long int is not wide enough.
23700
23701         (__mktime_internal): Use long int to store adjusted year and yday.
23702         Use plain C rather than preprocessor commands, if that doesn't
23703         affect efficiency.
23704         Check for overflow (and try to repair) after each probe
23705         rather than checking only at the very end.  This avoids some bugs
23706         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
23707         does not equal GMT offset at maximum time).
23708         Use integer to check for overflow rather than floating point; this
23709         is more portable to non-IEEE hosts, and is a tad faster.
23710         When we detect that we are oscillating between two values,
23711         don't check whether tm_isdst has the requested value, since
23712         we already know the answer.  When tm_isdst has the wrong value,
23713         use a different heuristic to find the right one, based on the
23714         extreme values actually observed in practice in tz2003a,
23715         rather than the (overly optimistic) "previous 3 calendar quarters".
23716
23717         (not_equal_tm, print_tm, check_result): Use "const T" rather than
23718         "T const" to accommodate glibc style.
23719         (check_result): Use less-confusing report format.  "long" -> "long int.
23720         (main): Likewise.
23721         Don't loop if the iteration overflows time_t.
23722         Allow a negative step in the iteration.
23723
23724 2003-07-06  Karl Berry  <karl@gnu.org>
23725
23726         * config/depcomp: update from automake.
23727         * config/config.sub: update from prep.
23728
23729 2003-07-03  Karl Berry  <karl@gnu.org>
23730
23731         * config/config.guess: update from prep.
23732
23733 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23734
23735         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
23736         xreadlink.c now includes it unconditionally.
23737
23738 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23739
23740         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
23741         having it depend on HAVE_SYS_TYPES_H.
23742
23743 2003-07-01  Bruno Haible  <bruno@clisp.org>
23744
23745         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
23746         <sys/types.h> should be sufficient.
23747         Reported by Paul Eggert.
23748
23749 2003-06-26  Karl Berry  <karl@gnu.org>
23750
23751         * config/depcomp: update from automake.
23752
23753 2003-06-26  Bruno Haible  <bruno@clisp.org>
23754
23755         * modules/human: Depend on module stdbool.
23756
23757 2003-06-25  Bruno Haible  <bruno@clisp.org>
23758
23759         * modules/readlink: New file.
23760         * modules/xreadlink: Depend on it.
23761         * MODULES.html.sh (func_all_modules): Add readlink.
23762
23763 2003-06-25  Bruno Haible  <bruno@clisp.org>
23764
23765         * m4/readlink.m4: New file.
23766
23767 2003-06-25  Bruno Haible  <bruno@clisp.org>
23768
23769         * lib/readlink.c: New file.
23770
23771 2003-06-22  Karl Berry  <karl@gnu.org>
23772
23773         * config/srclist.txt: update mkinstalldirs from automake.
23774         * config/mkinstalldirs: update.
23775
23776 2003-06-22  Bruno Haible  <bruno@clisp.org>
23777
23778         Portability to mingw32.
23779         * m4/ssize_t.m4: New file, from GNU gettext.
23780         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
23781         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
23782
23783 2003-06-22  Bruno Haible  <bruno@clisp.org>
23784
23785         * modules/safe-read: Add m4/ssize_t.m4.
23786         * modules/xreadlink: Add m4/ssize_t.m4.
23787
23788 2003-06-20  Bruno Haible  <bruno@clisp.org>
23789
23790         Assume C89, so PARAMS isn't needed.
23791         * lib/unicodeio.h (PARAMS): Remove.
23792         * lib/unicodeio.c: Don't use PARAMS.
23793
23794 2003-06-18  Karl Berry  <karl@gnu.org>
23795
23796         * config/config.{guess,sub}: update from prep.
23797
23798 2003-06-18  Jim Meyering  <jim@meyering.net>
23799
23800         Merge changes from coreutils.
23801         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
23802         Remove explicit declarations of xmalloc and realloc.
23803         Include xalloc.h.
23804         (read_utmp): Remove anachronistic cast of xmalloc.
23805
23806 2003-06-17  Paul Eggert  <eggert@twinsun.com>
23807
23808         Assume C89, so PARAMS isn't needed.
23809         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
23810         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
23811         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
23812         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
23813         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
23814         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
23815         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
23816         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
23817         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
23818         lib/xstrtod.h, lib/xstrtol.h: Likewise.
23819         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
23820         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
23821         no longer needed. Anyway, config.h should always be included before any
23822         other file.
23823
23824 2003-06-11  Simon Josefsson  <jas@extundo.com>
23825
23826         * modules/sysexits: New file.
23827         * MODULES.html.sh (func_all_modules): Add sysexits.
23828
23829 2003-06-11  Simon Josefsson  <jas@extundo.com>
23830
23831         * lib/sysexit_.h: New file.
23832
23833 2003-06-11  Derek Price  <derek@ximbiot.com>
23834
23835         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23836         necessary.
23837
23838 2003-06-11  Bruno Haible  <bruno@clisp.org>
23839
23840         * m4/sysexits.m4: New file.
23841
23842 2003-06-10  Simon Josefsson  <jas@extundo.com>
23843
23844         * lib/argp.h: New file, from glibc.
23845         * lib/argp-ba.c: New file, from glibc.
23846         * lib/argp-eexst.c: New file, from glibc.
23847         * lib/argp-fmtstream.c: New file, from glibc.
23848         * lib/argp-fmtstream.h: New file, from glibc.
23849         * lib/argp-fs-xinl.c: New file, from glibc.
23850         * lib/argp-help.c: New file, from glibc.
23851         * lib/argp-namefrob.h: New file, from glibc.
23852         * lib/argp-parse.c: New file, from glibc.
23853         * lib/argp-pv.c: New file, from glibc.
23854         * lib/argp-pvh.c: New file, from glibc.
23855         * lib/argp-xinl.c: New file, from glibc.
23856
23857 2003-06-10  Simon Josefsson  <jas@extundo.com>
23858
23859         * modules/strchrnul: New file.
23860
23861 2003-06-10  Simon Josefsson  <jas@extundo.com>
23862
23863         * modules/argp: New file.
23864
23865 2003-06-10  Simon Josefsson  <jas@extundo.com>
23866
23867         * m4/strchrnul.m4: New file.
23868
23869 2003-06-10  Simon Josefsson  <jas@extundo.com>
23870
23871         * lib/strchrnul.h: New file.
23872         * lib/strchrnul.c: New file.
23873
23874 2003-06-10  Bruno Haible  <bruno@clisp.org>
23875
23876         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23877
23878 2003-06-07  Karl Berry  <karl@gnu.org>
23879
23880         * config/config.{guess,sub}: update from prep.
23881
23882 2003-06-07  Jim Meyering  <jim@meyering.net>
23883
23884         * modules/strtod: Use $(...) notation, not @...@ for
23885         AC_REPLACE'd variables.
23886         * modules/localcharset: Likewise.
23887
23888 2003-06-07  Jim Meyering  <jim@meyering.net>
23889
23890         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23891         in place of my name in the copyright comment.
23892         Remove definition and uses of __P.
23893
23894         From coreutils.
23895         * lib/stat.c: Don't declare xmalloc explicitly.
23896         Instead, include "xalloc.h".
23897         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23898         xrealloc, and xcalloc return values.
23899         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23900         Improve comment.
23901         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23902
23903 2003-06-07  Bruno Haible  <bruno@clisp.org>
23904
23905         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23906         avoid AC_CONFIG_LINKS.
23907         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23908         fnmatch.h, to avoid AC_CONFIG_LINKS.
23909         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23910
23911 2003-06-07  Bruno Haible  <bruno@clisp.org>
23912
23913         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23914         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23915         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23916         directory.
23917         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23918         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23919         directory.
23920
23921 2003-06-06  Jim Meyering  <jim@meyering.net>
23922
23923         Merge from coreutils.
23924         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23925         Consolidate declarations and initializations of *_base* locals.
23926
23927         Merge from coreutils.
23928         This avoids a core dump on systems without GNU putenv,
23929         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23930         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23931         (unsetenv): New static function, from GNU libc.
23932         (rpl_putenv): Use it.
23933
23934         * lib/modechange.c: Remove trailing blanks.
23935
23936         Merge from coreutils.
23937         * lib/fsusage.c: Remove declaration of statfs.
23938         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23939
23940         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23941
23942 2003-06-06  Jim Meyering  <jim@meyering.net>
23943
23944         * lib/stdbool_.h: Renamed from stdbool.h.in.
23945
23946 2003-06-06  Jim Meyering  <jim@meyering.net>
23947             Bruno Haible  <bruno@clisp.org>
23948
23949         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23950         Adjust Makefile.am snippet not to redirect directly to target.
23951         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23952
23953 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23954
23955         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23956         mismatch, look in future quarters as well as past.  This fixes a
23957         bug when processing fall-backwards gaps immediately after a long
23958         period of daylight-saving time.
23959
23960         * lib/mktime.c: Assume freestanding C89 or better.
23961         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23962         (__P): Remove; not used.
23963         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23964         (mktime, not_equal_tm, print_tm, check_result,
23965         main): Use prototypes.  Use const * where appropriate.
23966         (main): Fix typo in testing code that uncovered by above changes.
23967         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23968
23969 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23970
23971         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23972         locale.h, localeconv.  This merges changes from coreutils.
23973
23974         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23975         It can be removed after the next Autoconf is released.
23976         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23977         needed.
23978
23979 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23980
23981         * lib/mktime.c: Fix Debian bug 177940
23982         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23983         (localtime_offset): Now long int, not time_t, because we want it
23984         to be guaranteed to be signed.  All uses changed.
23985         (__mktime_internal): If overflow would occur when adding offset,
23986         don't add it.
23987
23988         Merge 'human' changes from coreutils.  Rewrite to support
23989         locale-specific notations like thousands separators.
23990         * lib/human.c: Simplify authorship notice.
23991         Include human.h immediately after config.h.
23992         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23993         <limits.h>: Do not include, since human.h does.
23994         (SIZE_MAX, UINTMAX_MAX): New macros.
23995         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23996         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23997         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23998         (power_letter): Renamed from suffixes.
23999         (generate_suffix_backwards): Remove.
24000         (adjust_value): Now takes int style (because of human.h changes)
24001         and long double value (for greater precision on some platforms).
24002         (group_number): New function.
24003         (human_readable): Use it.  Use integer options, not enum.
24004         Put the options before the sizes in the arg list.
24005         Support all the new options.
24006         The old human_readable function has been removed;
24007         use inttostr.h instead.
24008         (human_readable, default_block_size, humblock):
24009         Use uintmax_t, not int, for block sizes.
24010         (human_readable_inexact, block_size_types): Remove.
24011         (block_size_opts): New constant.
24012         (human_options): Renamed from human_block_size, with new signature
24013         that allows block sizes up to UINTMAX_MAX.  All callers changed.
24014         * lib/human.h: Add copyright and authorship notice.
24015         Include <limits.h> and <stdbool.h> unconditionally.
24016         (PARAMS): Remove.  All uses removed.
24017         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
24018         (enum human_inexact_style): Remove tag; now a nameless enum.
24019         (human_floor, human_ceiling, human_round_to_even): Now have
24020         values 2, 0, 1 rather than -1, 1, 0.
24021         (human_group_digits, human_suppress_point_zero, human_autoscale,
24022         human_base_1024, human_SI, human_B): New constants.
24023         (human_readable_inexact, human_block_size): Remove.
24024         (human_readable): Size args are now uintmax_t, not int.
24025         (human_options): New decl.
24026
24027         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
24028         unnecessary now that we assume C89 or better.  This change
24029         imported from coreutils.
24030
24031         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24032         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
24033         in the 2003-05-30 sync from glibc.
24034
24035         .h files should stand alone, but we shouldn't include <sys/types.h>
24036         if we can get away with just <stddef.h>.
24037
24038         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
24039         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
24040         rather than <sys/types.h>, as we merely need size_t.
24041         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
24042         to get size_t.
24043         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
24044         Include <stdio.h>, to get FILE.
24045         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
24046         memcasecmp.h has included <stddef.h> and all we need is size_t.
24047         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
24048         our interface, instead of including <sys/types.h>
24049
24050 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24051
24052         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
24053         now, as glibc mktime is buggy on non-glibc systems.
24054
24055 2003-06-03  Karl Berry  <karl@gnu.org>
24056
24057         * config/config.sub: update from prep.
24058
24059 2003-06-02  Paul Eggert  <eggert@twinsun.com>
24060
24061         [from coreutils]
24062         Fix some minor time-related bugs with POSIX time arguments.
24063         Some valid time stamps were being rejected (notably -1, and
24064         time stamps before 1900 on 64-bit hosts).  And some invalid
24065         time stamps were being accepted, e.g. September 31.
24066
24067         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
24068         that we can return (time_t) -1 successfully.
24069         * lib/posixtm.c: Likewise.
24070         [HAVE_STDBOOL_H]: Include <stdbool.h>.
24071         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
24072         (t): Remove static var.
24073         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
24074         of static var.  All uses changed.
24075         (year): Do not reject years before 1900; they can occur with
24076         64-bit time_t.
24077         (posix_time_parse): Do not check for out-of-range components;
24078         that is now the caller's responsibility, since our checks were
24079         only approximations.
24080         (posixtime): Use mktime to check for out-of-range components,
24081         since it knows them exactly.
24082         If mktime returns (time_t) -1, check whether an error actually occurred
24083         by invoking localtime on -1.
24084         (main) [TEST_POSIXTIME]: Check for input data errors, and report
24085         posixtime failures better.
24086         Improve the test data (in comments only).
24087
24088 2003-06-02  Karl Berry  <karl@gnu.org>
24089
24090         * config/mkinstalldirs (version): new variable.
24091         (--version): new option.
24092         (usage): improve message.
24093
24094 2003-05-30  Karl Berry  <karl@gnu.org>
24095
24096         * lib/mktime.c: update from libc.
24097
24098 2003-05-30  Bruno Haible  <bruno@clisp.org>
24099
24100         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
24101         * config/config.rpath: Upgrade to gettext-0.12.1.
24102
24103 2003-05-30  Bruno Haible  <bruno@clisp.org>
24104
24105         * m4/gettext.m4: Upgrade to gettext-0.12.1.
24106         * m4/nls.m4: New file, from gettext-0.12.1.
24107         * m4/po.m4: New file, from gettext-0.12.1.
24108         * m4/progtest.m4: Upgrade to gettext-0.12.1.
24109
24110 2003-05-30  Bruno Haible  <bruno@clisp.org>
24111
24112         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
24113         * lib/localcharset.h: Likewise.
24114         * lib/localcharset.c: Likewise.
24115
24116 2003-05-29  Karl Berry  <karl@gnu.org>
24117
24118         * config/config.rpath: update from gettext.
24119
24120 2003-05-28  Paul Eggert  <eggert@twinsun.com>
24121
24122         Assume the headers required for C89 freestanding compilers.
24123         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
24124         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
24125         * m4/human.m4 (gl_HUMAN): Likewise.
24126         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
24127         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
24128         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24129         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
24130         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24131         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
24132
24133 2003-05-28  Paul Eggert  <eggert@twinsun.com>
24134
24135         Assume the headers required for C89 freestanding compilers.
24136         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
24137         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
24138         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
24139         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
24140         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
24141         define, since <limits.h> is guaranteed to do that.
24142         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
24143         * lib/exclude.c: Include <stdbool.h> unconditionally.
24144         * lib/tempname.c: Include <stddef.h> unconditionally.
24145         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
24146         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
24147         <stddef.h> does that.
24148         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
24149         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
24150         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
24151         needed.
24152         * lib/xstrtol.c: Likewise.
24153         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
24154         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
24155
24156         * lib/addext.c (addext): Use assignment rather than cast, to avoid
24157         warnings on some platforms.
24158
24159         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24160         arbitrarily.
24161
24162 2003-05-26  Jim Meyering  <jim@meyering.net>
24163
24164         Merge in a change from coreutils:
24165         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
24166         that is guaranteed to be `no'.  Use `no_such_member' to indicate
24167         that condition, rather than `-1' which is slightly misleading.
24168         Change the name of the cache variable to have the gl_ prefix.
24169         Prompted by a patch from Richard Dawe for DJGPP.
24170
24171 2003-05-24  Karl Berry  <karl@gnu.org>
24172
24173         * config/config.guess: update from prep.
24174
24175 2003-05-22  Karl Berry  <karl@gnu.org>
24176
24177         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
24178
24179 2003-05-20  Karl Berry  <karl@gnu.org>
24180
24181         * config/config.guess: update from prep.
24182
24183 2003-05-18  Karl Berry  <karl@gnu.org>
24184
24185         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
24186         might actually be set by the user.
24187
24188         * config/depcomp, install-sh, mdate-sh: update from automake.
24189
24190 2003-05-17  Bruno Haible  <bruno@clisp.org>
24191
24192         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
24193         invalid expansion for AC_EGREP_CPP.
24194         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
24195         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
24196         Suggested by Akim Demaille <akim@epita.fr> in
24197         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
24198
24199 2003-05-12  Jim Meyering  <jim@meyering.net>
24200
24201         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
24202         the space-padded-by-default conversion specifiers, %e, %k, %l.
24203
24204 2003-05-12  Bruno Haible  <bruno@clisp.org>
24205
24206         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
24207         the string is longer than 4 KB.
24208
24209 2003-05-11  Karl Berry  <karl@gnu.org>
24210
24211         * config/config.{guess,sub}: update from prep.
24212
24213 2003-05-09  Bruno Haible  <bruno@clisp.org>
24214
24215         * modules/error: Add m4/strerror_r.m4 to file list.
24216
24217 2003-05-03  Bruno Haible  <bruno@clisp.org>
24218
24219         Upgrade to Unicode-4.0.
24220         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
24221         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
24222         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
24223         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
24224         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
24225         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
24226         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
24227         Change width of U+E0100..U+E01EF from 1 to 0.
24228
24229 2003-04-25  Jim Meyering  <jim@meyering.net>
24230
24231         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
24232         of type size_t, not int.
24233
24234 2003-04-25  Bruno Haible  <bruno@clisp.org>
24235
24236         * lib/copy-file.c: Include <stddef.h>, for size_t.
24237
24238 2003-04-21  Paul Eggert  <eggert@twinsun.com>
24239
24240         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
24241         code which expansion is under static control.  Patch imported from
24242         Akim Demaille's patch to Bison; see
24243         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
24244
24245 2003-04-14  Bruno Haible  <bruno@clisp.org>
24246
24247         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
24248
24249 2003-04-11  Jim Meyering  <jim@meyering.net>
24250
24251         Merge changes from Coreutils.
24252
24253         2003-03-22  Jim Meyering  <jim@meyering.net>
24254
24255         * lib/strftime.c (widen): Cast alloca return value to proper type.
24256
24257         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
24258
24259         From GNU libc.
24260         * lib/strftime.c (my_strftime): Handle very large width
24261         specifications for numeric values correctly.  Improve checks for
24262         overflow.
24263
24264         2003-01-19  Jim Meyering  <jim@meyering.net>
24265
24266         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
24267         definitions.
24268         (nl_get_alt_digit) [! defined my_strftime]: Define.
24269         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
24270         _nl_get_alt_digit and _nl_get_walt_digit.
24271
24272         * lib/strftime.c (my_strftime): Merge in locale-related changes from
24273         libc. These changes have no effect outside of _LIBC.
24274
24275 2003-04-10  Bruno Haible  <bruno@clisp.org>
24276
24277         * modules/findprog: New file.
24278         * MODULES.html.sh (func_all_modules): Add it.
24279
24280 2003-04-10  Bruno Haible  <bruno@clisp.org>
24281
24282         * m4/findprog.m4: New file.
24283         * m4/eaccess.m4: New file.
24284
24285 2003-04-10  Bruno Haible  <bruno@clisp.org>
24286
24287         * lib/findprog.h: New file, from GNU gettext.
24288         * lib/findprog.c: New file, from GNU gettext.
24289
24290 2003-04-05  Jim Meyering  <jim@meyering.net>
24291
24292         Merge changes from Coreutils.
24293
24294         * lib/exclude.h (PARAMS): Remove definition and uses.
24295         * lib/exclude.c: Remove uses of `PARAMS'.
24296
24297         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
24298         Add test-cases for DOS filenames. Declare program_name.
24299         (main): Set up program_name.  Patch by Rich Dawe.
24300
24301         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24302         error from mntctl.
24303         Use mntctl's return value to drive the entry-processing loop, since
24304         we can't rely on the value of the vmt_length member in the last
24305         entry.  On some systems doing so could result in exhausting
24306         virtual memory.  Based in part on a patch from Mike Jetzer.
24307
24308 2003-04-04  Bruno Haible  <bruno@clisp.org>
24309
24310         * modules/linebreak: New file.
24311         * MODULES.html.sh (func_all_modules): Add it.
24312
24313 2003-04-04  Bruno Haible  <bruno@clisp.org>
24314
24315         * m4/linebreak.m4: New file.
24316
24317 2003-04-04  Bruno Haible  <bruno@clisp.org>
24318
24319         * lib/linebreak.h: New file, from GNU gettext.
24320         * lib/linebreak.c: New file, from GNU gettext with slight
24321         modifications.
24322         * lib/lbrkprop.h: New file, from GNU gettext.
24323
24324 2003-04-03  Bruno Haible  <bruno@clisp.org>
24325
24326         * modules/utf8-ucs4: New file.
24327         * modules/utf16-ucs4: New file.
24328         * modules/ucs4-utf8: New file.
24329         * modules/ucs4-utf16: New file.
24330         * MODULES.html.sh (func_all_modules): Add them.
24331
24332 2003-04-03  Bruno Haible  <bruno@clisp.org>
24333
24334         * m4/utf-ucs4.m4: New file.
24335         * m4/ucs4-utf.m4: New file.
24336
24337 2003-04-03  Bruno Haible  <bruno@clisp.org>
24338
24339         * lib/utf8-ucs4.h: New file, from GNU gettext.
24340         * lib/utf16-ucs4.h: New file, from GNU gettext.
24341         * lib/ucs4-utf8.h: New file, from GNU gettext.
24342         * lib/ucs4-utf16.h: New file, from GNU gettext.
24343
24344 2003-04-02  Bruno Haible  <bruno@clisp.org>
24345
24346         * modules/binary-io: New file.
24347         * MODULES.html.sh (func_all_modules): Add it.
24348
24349 2003-04-02  Bruno Haible  <bruno@clisp.org>
24350
24351         * lib/binary-io.h: New file, from GNU gettext.
24352
24353 2003-04-01  Bruno Haible  <bruno@clisp.org>
24354
24355         * modules/pathname: New file.
24356         * MODULES.html.sh (func_all_modules): Add it.
24357
24358 2003-04-01  Bruno Haible  <bruno@clisp.org>
24359
24360         * lib/pathname.h: New file, from GNU gettext.
24361         * lib/concatpath.c: New file, from GNU gettext.
24362
24363 2003-03-30  Bruno Haible  <bruno@clisp.org>
24364
24365         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
24366
24367 2003-03-30  Bruno Haible  <bruno@clisp.org>
24368
24369         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
24370         function chown() doesn't exist.
24371
24372 2003-03-28  Bruno Haible  <bruno@clisp.org>
24373
24374         * modules/copy-file: New file.
24375         * MODULES.html.sh (func_all_modules): Add it.
24376
24377 2003-03-28  Bruno Haible  <bruno@clisp.org>
24378
24379         * m4/copy-file.m4: New file.
24380
24381 2003-03-28  Bruno Haible  <bruno@clisp.org>
24382
24383         * lib/copy-file.h: New file, from GNU gettext.
24384         * lib/copy-file.c: New file, from GNU gettext.
24385
24386 2003-03-18  Jim Meyering  <jim@meyering.net>
24387
24388         * lib/quote.c (quote_n): Fix typo in comment.
24389
24390 2003-03-18  Bruno Haible  <bruno@clisp.org>
24391
24392         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
24393         checking.
24394         * m4/onceonly_2_57.m4: Likewise.
24395
24396 2003-03-17  Bruno Haible  <bruno@clisp.org>
24397
24398         * m4/onceonly.m4: Require autoconf 2.54 or newer.
24399         (m4_quote): Remove macro.
24400         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
24401
24402 2003-03-14  Jim Meyering  <jim@meyering.net>
24403
24404         Merge changes from Coreutils.
24405         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
24406         to be const, in order to avoid warnings.
24407         (obstack_room): Likewise.
24408         (obstack_empty_p): Likewise.
24409
24410 2003-03-14  Bruno Haible  <bruno@clisp.org>
24411
24412         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
24413         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
24414
24415 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24416
24417         Merge changes from Bison.
24418         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
24419         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
24420         when compiling Bison 1.875's `bitset bset = obstack_alloc
24421         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
24422         * lib/hash.c: Include <stdbool.h> unconditionally.
24423
24424 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24425
24426         * m4/onceonly.m4 (m4_quote): New macro.
24427         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
24428         Quote AC_FOREACH variable-expansions properly.
24429
24430 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24431
24432         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
24433
24434 2003-03-09  Paul Eggert  <eggert@twinsun.com>
24435
24436         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
24437         Reported by Bruce Becker; see:
24438         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
24439
24440 2003-03-03  Paul Eggert  <eggert@twinsun.com>
24441             Bruno Haible  <bruno@clisp.org>
24442
24443         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
24444         Reported by John Hughes, see
24445         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
24446
24447 2003-02-20  Bruno Haible  <bruno@clisp.org>
24448
24449         * MODULES.html.sh (func_all_modules): Add poll.
24450
24451 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24452
24453         * modules/poll: New file.
24454
24455 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24456
24457         * lib/poll_.h: New file.
24458         * lib/poll.c: New file.
24459
24460 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24461
24462         * m4/poll.m4: New file.
24463
24464 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24465
24466         * modules/mathl: New file.
24467
24468 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24469
24470         * lib/mathl.h: New file.
24471         * lib/acosl.c: New file.
24472         * lib/asinl.c: New file.
24473         * lib/atanl.c: New file.
24474         * lib/ceill.c: New file.
24475         * lib/cosl.c: New file.
24476         * lib/expl.c: New file.
24477         * lib/floorl.c: New file.
24478         * lib/frexpl.c: New file.
24479         * lib/ldexpl.c: New file.
24480         * lib/logl.c: New file.
24481         * lib/sincosl.c: New file.
24482         * lib/sinl.c: New file.
24483         * lib/sqrtl.c: New file.
24484         * lib/tanl.c: New file.
24485         * lib/trigl.c: New file.
24486         * lib/trigl.h: New file.
24487
24488 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24489
24490         * m4/mathl.m4: New file.
24491
24492 2003-02-18  Bruno Haible  <bruno@clisp.org>
24493
24494         * MODULES.html.sh (func_all_modules): Add mathl.
24495
24496 2003-02-17  Bruno Haible  <bruno@clisp.org>
24497
24498         * modules/mkdtemp: New module.
24499         * MODULES.html.sh (func_all_modules): Add it.
24500
24501 2003-02-17  Bruno Haible  <bruno@clisp.org>
24502
24503         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
24504
24505 2003-02-17  Bruno Haible  <bruno@clisp.org>
24506
24507         * lib/mkdtemp.h: New file, from GNU gettext.
24508         * lib/mkdtemp.c: New file, from GNU gettext.
24509
24510 2003-02-02  Jim Meyering  <jim@meyering.net>
24511
24512         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
24513         e.g. glibc-2.2.93.
24514
24515 2003-01-31  Bruno Haible  <bruno@clisp.org>
24516
24517         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
24518         'rpl_rename'.
24519         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
24520         'rpl_strnlen'.
24521         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
24522         'rpl_strtod'.
24523         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
24524         'rpl_utime'.
24525
24526 2003-01-31  Bruno Haible  <bruno@clisp.org>
24527
24528         * lib/rename.c: #undef rename before defining rpl_rename.
24529         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
24530
24531 2003-01-30  Bruno Haible  <bruno@clisp.org>
24532
24533         * modules/vasnprintf, modules/vasprintf: New modules.
24534         * MODULES.html.sh (func_all_modules): Add them.
24535
24536 2003-01-30  Bruno Haible  <bruno@clisp.org>
24537
24538         * m4/signed.m4: New file, from GNU gettext.
24539         * m4/longdouble.m4: New file, from GNU gettext.
24540         * m4/wchar_t.m4: New file, from GNU gettext.
24541         * m4/wint_t.m4: New file, from GNU gettext.
24542         * m4/vasnprintf.m4: New file.
24543         * m4/vasprintf.m4: New file.
24544
24545 2003-01-30  Bruno Haible  <bruno@clisp.org>
24546
24547         * lib/printf-args.h: New file, from GNU gettext.
24548         * lib/printf-args.c: New file, from GNU gettext.
24549         * lib/printf-parse.h: New file, from GNU gettext.
24550         * lib/printf-parse.c: New file, from GNU gettext.
24551         * lib/vasnprintf.h: New file, from GNU gettext.
24552         * lib/vasnprintf.c: New file, from GNU gettext.
24553         * lib/asnprintf.c: New file, from GNU gettext.
24554         * lib/vasprintf.h: New file, from GNU gettext with modifications.
24555         * lib/vasprintf.c: New file, from GNU gettext.
24556         * lib/asprintf.c: New file, from GNU gettext.
24557
24558 2003-01-29  Bruno Haible  <bruno@clisp.org>
24559
24560         * modules/stpncpy: New module.
24561         * MODULES.html.sh (func_all_modules): Add it.
24562
24563 2003-01-29  Bruno Haible  <bruno@clisp.org>
24564
24565         * m4/stpncpy.m4: New file.
24566
24567 2003-01-29  Bruno Haible  <bruno@clisp.org>
24568
24569         * lib/stpncpy.h: New file, from GNU gettext with modifications.
24570         * lib/stpncpy.c: New file, from GNU gettext with modifications.
24571
24572 2003-01-28  Bruno Haible  <bruno@clisp.org>
24573
24574         * modules/c-ctype: New module.
24575         * MODULES.html.sh (func_all_modules): Add it.
24576
24577 2003-01-28  Bruno Haible  <bruno@clisp.org>
24578
24579         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
24580         Paul Eggert.
24581         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
24582         Paul Eggert.
24583
24584 2003-01-27  Bruno Haible  <bruno@clisp.org>
24585
24586         * modules/xsetenv: New module.
24587         * MODULES.html.sh (func_all_modules): Add it.
24588
24589 2003-01-27  Bruno Haible  <bruno@clisp.org>
24590
24591         * lib/xsetenv.h: New file, from GNU gettext.
24592         * lib/xsetenv.c: New file, from GNU gettext.
24593
24594 2003-01-23  Jim Meyering  <jim@meyering.net>
24595
24596         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
24597         from working on systems without dirfd (at least Irix and OSF1/Tru64).
24598
24599 2003-01-23  Bruno Haible  <bruno@clisp.org>
24600
24601         * modules/minmax: New module.
24602         * MODULES.html.sh (func_all_modules): Add it.
24603
24604 2003-01-23  Bruno Haible  <bruno@clisp.org>
24605
24606         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
24607         Eggert.
24608
24609 2003-01-22  Bruno Haible  <bruno@clisp.org>
24610
24611         * modules/exit: New module.
24612         * MODULES.html.sh (func_all_modules): Add it.
24613
24614 2003-01-22  Bruno Haible  <bruno@clisp.org>
24615
24616         * lib/exit.h: New file, from GNU gettext.
24617
24618 2003-01-19  Bruno Haible  <bruno@clisp.org>
24619
24620         * gnulib-tool: Recognize option --extract-maintainer.
24621         (func_get_maintainer): New function.
24622         * modules/*: Add Maintainer entry.
24623
24624 2003-01-16  Jim Meyering  <jim@meyering.net>
24625
24626         * m4/regex.m4: The `regex' struct is both input and output.
24627         Initialize it before each use.  Patch by Tim Waugh.
24628
24629 2003-01-16  Bruno Haible  <bruno@clisp.org>
24630
24631         * MODULES.html.sh: Add a table of contents. Add the module name as
24632         leftmost column. Add hyperlinks.
24633
24634 2003-01-15  Bruno Haible  <bruno@clisp.org>
24635
24636         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
24637
24638 2003-01-15  Bruno Haible  <bruno@clisp.org>
24639
24640         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
24641         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
24642         suffix.
24643
24644 2003-01-15  Bruno Haible  <bruno@clisp.org>
24645
24646         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
24647
24648 2003-01-15  Bruno Haible  <bruno@clisp.org>
24649
24650         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
24651         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
24652
24653 2003-01-14  Jim Meyering  <jim@meyering.net>
24654
24655         * lib/same.c (same_name): Tweak a comment.
24656
24657 2003-01-14  Bruno Haible  <bruno@clisp.org>
24658
24659         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
24660         when a string comparison is sufficient.
24661
24662 2003-01-14  Bruno Haible  <bruno@clisp.org>
24663
24664         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
24665         'unsigned int'.
24666
24667 2003-01-14  Bruno Haible  <bruno@clisp.org>
24668
24669         * lib/hash-pjw.c: Add comment about low quality of this function.
24670
24671 2003-01-13  Bruno Haible  <bruno@clisp.org>
24672
24673         * modules/stpcpy: Distribute lib/stpcpy.h.
24674         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
24675
24676 2003-01-13  Bruno Haible  <bruno@clisp.org>
24677
24678         * modules/*: Add a description.
24679         * modules/strpbrk: Fix Makefile.am snippet.
24680         * modules/strtoimax: Fix dependencies.
24681         * modules/strtoumax: Likewise.
24682
24683 2003-01-13  Bruno Haible  <bruno@clisp.org>
24684
24685         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
24686         * modules/alloca (Makefile.am): All object files depend on alloca.h.
24687         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
24688
24689 2003-01-13  Bruno Haible  <bruno@clisp.org>
24690
24691         * gnulib-tool (func_create_testdir): Store config/* files in the main
24692         directory.
24693         * config.rpath: Move to ...
24694         * config/config.rpath: ... here.
24695         * modules/gettext: Contains config/config.rpath, not config.rpath.
24696         * modules/iconv: Likewise.
24697
24698 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24699
24700         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24701         to avoid collisions with libcurses and libreadline.
24702
24703         * m4/getstr.m4: Remove.
24704         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
24705
24706 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24707
24708         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24709         to avoid collisions with libcurses and libreadline.
24710
24711         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
24712         * lib/getstr.h, getstr.c: Remove.
24713         * lib/getline.c: Include "getline.h", to check interface.
24714         Move body of old getstr.c here: this defines MIN_CHUNK and
24715         declares getdelim2, which is renamed from getstr.
24716         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
24717
24718         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
24719         All uses changed.
24720         * lib/linebuffer.h: Likewise.
24721         (readline): Remove backward-compatibility macro.
24722
24723 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24724
24725         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24726         to avoid collisions with libcurses and libreadline.
24727         * getstr: Remove.
24728         * MODULES.html.sh: Remove getstr.
24729         * modules/getline: Depend on unlocked-io, not getstr.
24730
24731 2003-01-12  Jim Meyering  <jim@meyering.net>
24732
24733         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
24734
24735 2003-01-10  Bruno Haible  <bruno@clisp.org>
24736
24737         * modules/alloca: Change Makefile.am requirements. Simplify Include
24738         requirements. Add lib/alloca_.h to file list.
24739
24740 2003-01-10  Bruno Haible  <bruno@clisp.org>
24741
24742         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
24743
24744 2003-01-10  Bruno Haible  <bruno@clisp.org>
24745
24746         * lib/alloca_.h: New file.
24747         * lib/getdate.y: Unconditionally include alloca.h.
24748         * lib/makepath.c: Likewise.
24749         * lib/setenv.c: Likewise.
24750         * lib/userspec.c: Likewise.
24751
24752 2003-01-09  Karl Berry  <karl@gnu.org>
24753
24754         * MODULES.html.sh: include `dirname $0` in PATH, to find
24755         gnulib-tool.
24756
24757 2003-01-09  Bruno Haible  <bruno@clisp.org>
24758
24759         * modules/stdbool: Change configure.ac, Makefile.am requirements.
24760         Simplify Include requirements. Add lib/stdbool.h.in to file list.
24761
24762 2003-01-09  Bruno Haible  <bruno@clisp.org>
24763
24764         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
24765
24766 2003-01-09  Bruno Haible  <bruno@clisp.org>
24767
24768         * lib/stdbool.h.in: New file.
24769
24770 2003-01-09  Bruno Haible  <bruno@clisp.org>
24771
24772         * gnulib-tool (func_all_modules): Ignore files ending in ~.
24773         * MODULES.html.sh: Likewise.
24774
24775 2003-01-08  Jim Meyering  <jim@meyering.net>
24776
24777         * lib/full-write.c: Undefine and define-away `const' after inclusion
24778         of errno.h, not before.  Suggestion from Bruno Haible.
24779
24780 2003-01-08  Bruno Haible  <bruno@clisp.org>
24781
24782         * modules/full-read: Depend on full-write.
24783
24784 2003-01-08  Bruno Haible  <bruno@clisp.org>
24785
24786         * lib/safe-read.c: Include specification header first, to ensure its
24787         selfcontainedness.
24788         * lib/full-write.c: Likewise.
24789
24790 2003-01-07  Jim Meyering  <jim@meyering.net>
24791
24792         * lib/full-write.c: Rework so that it may serve to define full_read,
24793         too.
24794         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
24795
24796 2003-01-07  Bruno Haible  <bruno@clisp.org>
24797
24798         * lib/strtoimax.c: Include <stdint.h> as an alternative to
24799         <inttypes.h>.
24800         * lib/xstrtol.h: Likewise.
24801         * lib/xstrtoimax.c: Likewise.
24802         * lib/xstrtoumax.c: Likewise.
24803         * lib/human.h: Likewise.
24804
24805         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
24806         on systems that have <inttypes.h> but not <stdint.h>.
24807
24808 2003-01-07  Bruno Haible  <bruno@clisp.org>
24809
24810         * MODULES.html.sh: Add copyright notice.
24811         (missed_files): Omit CVS directory entries.
24812         (func_module): Make it work with sed-3.02.
24813         * MODULES.txt: Remove file.
24814
24815 2003-01-06  Jim Meyering  <jim@meyering.net>
24816
24817         * lib/version-etc.c: Update year in translatable copyright string.
24818
24819 2003-01-03  Karl Berry  <karl@gnu.org>
24820
24821         * config/config.{guess,sub}: update from prep.
24822
24823 2003-01-02  Karl Berry  <karl@gnu.org>
24824
24825         * doc/COPYING.DOC: belatedly updated to 1.2.
24826
24827 2003-01-01  Karl Berry  <karl@gnu.org>
24828
24829         * gnulib-tool (func_verify_module): report module name $module in
24830         error message, not $1.
24831         * gnulib-tool (create-testdir): don't complain if destdir couldn't
24832         be created, only if it doesn't exist.
24833         * gnulib-tool (last_checkin_date): don't expand the $Date here.
24834
24835 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24836
24837         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24838
24839 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24840
24841         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24842         memcmp if strcoll doesn't work.
24843
24844 2002-12-31  Bruno Haible  <bruno@clisp.org>
24845
24846         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24847         nonempty.
24848
24849 2002-12-31  Bruno Haible  <bruno@clisp.org>
24850
24851         * lib/memcoll.c (STRCOLL): New macro.
24852         (memcoll): Use it.
24853
24854 2002-12-31  Bruno Haible  <bruno@clisp.org>
24855
24856         * lib/localcharset.h: New file.
24857         * lib/localcharset.c: Include it.
24858         * lib/unicodeio.c: Likewise.
24859
24860 2002-12-31  Bruno Haible  <bruno@clisp.org>
24861
24862         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24863         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24864
24865 2002-12-31  Bruno Haible  <bruno@clisp.org>
24866
24867         * lib/getline.h: Include <stddef.h>, for size_t.
24868
24869         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24870         * lib/unicodeio.c: Don't include <stddef.h>.
24871
24872 2002-12-31  Bruno Haible  <bruno@clisp.org>
24873
24874         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24875         HAVE_TM_ZONE.
24876
24877 2002-12-24  Karl Berry  <karl@gnu.org>
24878
24879         * config/config.guess: update from prep.
24880
24881 2002-12-24  Bruno Haible  <bruno@clisp.org>
24882
24883         General infrasructure.
24884         * m4/README: Rewritten.
24885         * m4/onceonly.m4: New file.
24886         * m4/onceonly_2_57.m4: New file.
24887
24888         Module atexit.
24889         * m4/atexit.m4: New file.
24890
24891         Module strtod.
24892         * m4/strtod.m4: New file.
24893
24894         Module strtol.
24895         * m4/strtol.m4: New file.
24896
24897         Module strtoul.
24898         * m4/strtoul.m4: New file.
24899
24900         Module memchr.
24901         * m4/memchr.m4: New file.
24902
24903         Module memcmp.
24904         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24905         (jm_FUNC_MEMCMP): Invoke it.
24906
24907         Module memcpy.
24908         * m4/memcpy.m4: New file.
24909
24910         Module memmove.
24911         * m4/memmove.m4: New file.
24912
24913         Module memset.
24914         * m4/memset.m4: New file.
24915
24916         Module strcspn.
24917         * m4/strcspn.m4: New file.
24918
24919         Module strpbrk.
24920         * m4/strpbrk.m4: New file.
24921
24922         Module strstr.
24923         * m4/strstr.m4: New file.
24924
24925         Module strerror.
24926         * m4/strerror.m4: New file.
24927
24928         Module mktime.
24929         * m4/mktime.m4: Renamed from jm-mktime.m4.
24930         (gl_PREREQ_MKTIME): New macro.
24931         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24932
24933         Module malloc.
24934         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24935         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24936         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24937
24938         Module realloc.
24939         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24940         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24941         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24942
24943         Module strftime.
24944         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24945         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24946         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24947         gl_TM_GMTOFF.
24948         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24949
24950         Module xalloc.
24951         * m4/xalloc.m4: New file.
24952
24953         Module alloca.
24954         * m4/alloca.m4: New file.
24955
24956         Module putenv.
24957         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24958         (jm_FUNC_PUTENV): Invoke it.
24959
24960         Module setenv.
24961         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24962         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24963         when invoked twice.
24964         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24965         gt_FUNC_SETENV.
24966
24967         Module memrchr.
24968         * m4/memrchr.m4: New file.
24969
24970         Module stpcpy.
24971         * m4/stpcpy.m4: New file.
24972
24973         Module strcase.
24974         * m4/strcase.m4: New file.
24975
24976         Module strdup.
24977         * m4/strdup.m4: New file.
24978
24979         Module strnlen.
24980         * m4/strnlen.m4: New file.
24981
24982         Module strndup.
24983         * m4/strndup.m4: New file.
24984
24985         Module xstrtod.
24986         * m4/xstrtod.m4: New file.
24987
24988         Module xstrtol.
24989         * m4/xstrtol.m4: New file.
24990
24991         Module getdate.
24992         * m4/getdate.m4: New file.
24993
24994         Module unlocked-io.
24995         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24996         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24997         * m4/jm-glibc-io.m4n: Remove file.
24998
24999         Module long-options.
25000         * m4/long-options.m4: New file.
25001
25002         Module md5.
25003         * m4/md5.m4: New file.
25004
25005         Module sha.
25006         * m4/sha.m4: New file.
25007
25008         Module getstr.
25009         * m4/getstr.m4: New file.
25010
25011         Module getline.
25012         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
25013         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
25014         <sys/types.h>, for size_t. Use the function name gnu_getline, not
25015         simply getline. Infoke gl_PREREQ_GETLINE.
25016
25017         Module obstack.
25018         * m4/obstack.m4: New file.
25019
25020         Module hash.
25021         * m4/hash.m4: New file.
25022
25023         Module readtokens.
25024         * m4/readtokens.m4: New file.
25025
25026         Module strverscmp.
25027         * m4/strverscmp.m4: New file.
25028
25029         Module stdbool.
25030         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
25031         OSF/1.
25032
25033         Module strtoll.
25034         * m4/strtoll.m4: New file.
25035
25036         Module strtoull.
25037         * m4/strtoull.m4: New file.
25038
25039         Module strtoimax.
25040         * m4/strtoimax.m4: New file.
25041
25042         Module strtoumax.
25043         * m4/strtoumax.m4: New file.
25044
25045         Module xstrtoimax.
25046         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
25047         jm_AC_PREREQ_XSTRTOIMAX.
25048         Moved the strtol prerequisites to strtol.m4.
25049         Moved the strtoll prerequisites to strtoll.m4.
25050         Moved the strtoimax prerequisites to strtoimax.m4.
25051
25052         Module xstrtoumax.
25053         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
25054         jm_AC_PREREQ_XSTRTOUMAX.
25055         Moved the strtoul prerequisites to strtoul.m4.
25056         Moved the strtoull prerequisites to strtoull.m4.
25057         Moved the strtoumax prerequisites to strtoumax.m4.
25058
25059         Module chown.
25060         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
25061         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
25062
25063         Module dup2.
25064         * m4/dup2.m4: New file.
25065
25066         Module ftruncate.
25067         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
25068         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
25069
25070         Module getgroups.
25071         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
25072         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
25073
25074         Module gettimeofday.
25075         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
25076         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
25077         gl_PREREQ_GETTIMEOFDAY.
25078
25079         Module mkdir.
25080         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
25081         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
25082
25083         Module mkstemp.
25084         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
25085         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
25086         jm_AC_TYPE_UINTMAX_T.
25087         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
25088
25089         Module stat.
25090         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
25091         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
25092
25093         Module lstat.
25094         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
25095         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
25096
25097         Module timespec.
25098         * m4/timespec.m4 (gl_TIMESPEC): New macro.
25099         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
25100         * m4/st_mtim.m4: Indentation.
25101
25102         Module nanosleep.
25103         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
25104         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
25105         gl_PREREQ_NANOSLEEP.
25106
25107         Module regex.
25108         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
25109         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
25110         (gl_REGEX): New macro.
25111
25112         Module rename.
25113         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
25114         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
25115
25116         Module rmdir.
25117         * m4/rmdir.m4: New file.
25118
25119         Module utime.
25120         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
25121         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
25122         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
25123
25124         Module dirname.
25125         * m4/dirname.m4: New file.
25126
25127         Module getopt.
25128         * m4/getopt.m4: New file.
25129
25130         Module unistd-safer.
25131         * m4/unistd-safer.m4: New file.
25132
25133         Module fnmatch.
25134         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
25135         declaration.
25136         (gl_PREREQ_FNMATCH_EXTRA): New macro.
25137         (gl_FUNC_FNMATCH_POSIX): New macro.
25138         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
25139         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
25140         simply fnmatch.
25141
25142         Module exclude.
25143         * m4/exclude.m4: New file.
25144
25145         Module human.
25146         * m4/human.m4: New file.
25147
25148         Module acl.
25149         * m4/acl.m4: Nop.
25150
25151         Module backupfile.
25152         * m4/backupfile.m4: New file.
25153         * m4/d-ino.m4: Indentation.
25154
25155         Module fsusage.
25156         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
25157         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
25158         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
25159
25160         Module dirfd.
25161         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
25162         requirements.
25163
25164         Module euidaccess.
25165         * m4/euidaccess.m4: New file.
25166
25167         Module file-type.
25168         * m4/file-type.m4: New file.
25169
25170         Module fileblocks.
25171         * m4/fileblocks.m4: New file.
25172
25173         Module filemode.
25174         * m4/filemode.m4: New file.
25175
25176         Module isdir.
25177         * m4/isdir.m4: New file.
25178
25179         Module lchown.
25180         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
25181         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
25182
25183         Module makepath.
25184         * m4/makepath.m4: New file.
25185
25186         Module modechange.
25187         * m4/modechange.m4: New file.
25188
25189         Module mountlist.
25190         * m4/mountlist.m4: New file.
25191         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
25192         Indentation.
25193
25194         Module path-concat.
25195         * m4/path-concat.m4: New file.
25196
25197         Module pathmax.
25198         * m4/pathmax.m4: New file.
25199
25200         Module same.
25201         * m4/same.m4: New file.
25202
25203         Module save-cwd.
25204         * m4/save-cwd.m4: New file.
25205
25206         Module savedir.
25207         * m4/savedir.m4: New file.
25208
25209         Module xgetcwd.
25210         * m4/xgetcwd.m4: New file.
25211         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
25212
25213         Module xreadlink.
25214         * m4/xreadlink.m4: New file.
25215
25216         Module safe-read.
25217         * m4/safe-read.m4: New file.
25218
25219         Module safe-write.
25220         * m4/safe-write.m4: New file.
25221
25222         Module closeout.
25223         * m4/closeout.m4: New file.
25224
25225         Module stdio-safer.
25226         * m4/stdio-safer.m4: New file.
25227
25228         Module getpass.
25229         * m4/getpass.m4: New file.
25230
25231         Module getugroups.
25232         * m4/getugroups.m4: New file.
25233
25234         Module group-member.
25235         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
25236         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
25237
25238         Module idcache.
25239         * m4/idcache.m4: New file.
25240
25241         Module userspec.
25242         * m4/userspec.m4: New file.
25243
25244         Module gettime.
25245         * m4/clock_time.m4: New file.
25246         * m4/gettime.m4: New file.
25247
25248         Module settime.
25249         * m4/settime.m4: New file.
25250
25251         Module posixtm.
25252         * m4/posixtm.m4: New file.
25253
25254         Module gethostname.
25255         * m4/gethostname.m4: New file.
25256
25257         Module canon-host.
25258         * m4/canon-host.m4: New file.
25259
25260         Module gettext.
25261         * m4/codeset.m4: New file, from gettext-0.11.5.
25262         * m4/gettext.m4: New file, from gettext-0.11.5.
25263         * m4/glibc21.m4: New file, from gettext-0.11.5.
25264         * m4/iconv.m4: New file, from gettext-0.11.5.
25265         * m4/intdiv0.m4: New file, from gettext-0.11.5.
25266         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
25267         * m4/inttypes.m4: New file, from gettext-0.11.5.
25268         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
25269         * m4/isc-posix.m4: New file, from gettext-0.11.5.
25270         * m4/lcmessage.m4: New file, from gettext-0.11.5.
25271         * m4/lib-ld.m4: New file, from gettext-0.11.5.
25272         * m4/lib-link.m4: New file, from gettext-0.11.5.
25273         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
25274         * m4/progtest.m4: New file, from gettext-0.11.5.
25275         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
25276         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
25277         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
25278
25279         Module localcharset.
25280         * m4/localcharset.m4: New file.
25281
25282         Module hard-locale.
25283         * m4/hard-locale.m4: New file.
25284
25285         Module mbswidth.
25286         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
25287         onceonly macros.
25288         * m4/mbrtowc.m4: Add comment.
25289
25290         Module memcasecmp.
25291         * m4/memcasecmp.m4: New file.
25292
25293         Module memcoll.
25294         * m4/memcoll.m4: New file.
25295
25296         Module unicodeio.
25297         * m4/unicodeio.m4: New file.
25298
25299         Module rpmatch.
25300         * m4/rpmatch.m4: New file.
25301
25302         Module yesno.
25303         * m4/yesno.m4: New file.
25304
25305         Module exitfail.
25306         * m4/exitfail.m4: New file.
25307
25308         Module c-stack.
25309         * m4/c-stack.m4 (gl_C_STACK): New macro.
25310         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
25311
25312         Module error.
25313         * m4/error.m4 (gl_ERROR): New macro.
25314         (jm_PREREQ_ERROR): Use onceonly macros.
25315
25316         Module fatal.
25317         * m4/fatal.m4: New file.
25318
25319         Module getloadavg.
25320         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
25321         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
25322
25323         Module getpagesize.
25324         * m4/getpagesize.m4: New file.
25325
25326         Module getusershell.
25327         * m4/getusershell.m4: New file.
25328
25329         Module physmem.
25330         * m4/physmem.m4: New file.
25331
25332         Module posixver.
25333         * m4/posixver.m4: New file.
25334
25335         Module quotearg.
25336         * m4/quotearg.m4: New file.
25337
25338         Module quote.
25339         * m4/quote.m4: New file.
25340
25341         Module readutmp.
25342         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
25343
25344         Module sig2str.
25345         * m4/sig2str.m4: New file.
25346
25347         Other.
25348         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
25349         ulonglong.m4.
25350         * m4/intmax_t.m4: New file.
25351         * m4/d-type.m4: Indentation.
25352         * m4/jm-macros.m4: Update.
25353         * m4/prereq.m4 (jm_PREREQ): Update.
25354         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
25355         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
25356         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
25357         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
25358         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
25359         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
25360         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
25361         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
25362         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
25363         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
25364         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
25365         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
25366         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
25367         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
25368         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
25369         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
25370         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
25371         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
25372         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
25373
25374 2002-12-24  Bruno Haible  <bruno@clisp.org>
25375
25376         * MODULES.txt: Update according to m4/ changes.
25377
25378         Module gettext.
25379         * config.rpath: New file, from gettext-0.11.5.
25380
25381         * modules/*: New module descriptions.
25382         * gnulib-tool: New file.
25383         * MODULES.html.sh: New file.
25384
25385 2002-12-21  Karl Berry  <karl@gnu.org>
25386
25387         * doc/fdl.texi: update to version 1.2.
25388
25389 2002-12-19  Karl Berry  <karl@gnu.org>
25390
25391         * config/config.guess: update from prep.
25392
25393 2002-12-18  Bruno Haible  <bruno@clisp.org>
25394
25395         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
25396         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
25397
25398 2002-12-17  Bruno Haible  <bruno@clisp.org>
25399
25400         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
25401         stdlib.h, string.h.
25402
25403 2002-12-17  Bruno Haible  <bruno@clisp.org>
25404
25405         * lib/canon-host.c (strdup): Remove unused declaration.
25406
25407         * lib/fsusage.c: Include full_read.h.
25408         (get_fs_usage): Use full_read instead of safe_read.
25409
25410         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
25411
25412 2002-12-12  Karl Berry  <karl@gnu.org>
25413
25414         * config/config.guess: update from prep.
25415
25416 2002-12-11  Bruno Haible  <bruno@clisp.org>
25417
25418         * m4/setenv.m4: New file, from gettext-0.11.5.
25419
25420 2002-12-11  Bruno Haible  <bruno@clisp.org>
25421
25422         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
25423         not unsetenv().
25424         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
25425         modifications:
25426
25427         2002-12-11  Bruno Haible  <bruno@clisp.org>
25428
25429                 * setenv.c (alloca): Fall back to malloc.
25430                 (freea): New macro.
25431                 (setenv): Use freea() to free memory allocated with alloca().
25432
25433         2002-11-13  Bruno Haible  <bruno@clisp.org>
25434
25435                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
25436                 function declarations.
25437                 * unsetenv.c (unsetenv): Likewise.
25438
25439         2002-03-04  Bruno Haible  <bruno@clisp.org>
25440
25441                 Portability to AIX 4.3.3.
25442                 * unsetenv.c: New file, extracted from setenv.c.
25443                 * setenv.c: Move the unsetenv() function to unsetenv.c.
25444
25445         2001-12-20  Bruno Haible  <bruno@clisp.org>
25446
25447                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
25448                 use malloc instead. For SunOS 4.
25449
25450         2001-12-11  Bruno Haible  <bruno@clisp.org>
25451
25452                 * setenv.c: Declare alloca.
25453                 (compar_fn_t): New typedef.
25454                 (KNOWN_VALUE, STORE_VALUE): Use it.
25455
25456         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
25457         setenv.h.
25458
25459 2002-12-10  Paul Eggert  <eggert@twinsun.com>
25460
25461         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
25462         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
25463         Choose values that are less likely to collide with system fnmatch
25464         options.
25465         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
25466         defined (e.g., a pure POSIX system).
25467         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
25468         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
25469
25470 2002-12-06  Paul Eggert  <eggert@twinsun.com>
25471
25472         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
25473         a pain in practice to deal with generated m4 files.  This change
25474         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
25475
25476         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
25477         and jm-glibc-io.m4, as they are no longer a special case.
25478         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
25479         kludge and the auto-generation stuff.  Check only whether the
25480         functions are declared, not whether they exist, since older hosts
25481         that don't declare the functions can't use the optimization anyway.
25482
25483 2002-12-06  Jim Meyering  <jim@meyering.net>
25484
25485         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
25486
25487         Merge in changes from libc's misc/error.c, in preparation
25488         for the merge of gnulib's changes back into libc.
25489
25490         * lib/error.c (_): Define only if not already defined.
25491         Move definition to follow all #include directives.
25492         Include unlocked-io.h only if !_LIBC.
25493         [_LIBC]: Include <libio/libioP.h>.
25494         [USE_IN_LIBIO]: Include <libio/iolibio.h>
25495         (fflush): Tweak definition to use INTUSE.
25496         (putc): Define.
25497
25498 2002-12-05  Paul Eggert  <eggert@twinsun.com>
25499
25500         * lib/alloca.c [defined emacs]: Include "lisp.h".
25501         (xalloc_die) [defined emacs]: New macro.
25502         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
25503         [! defined emacs]: Include <xalloc.h>.
25504         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
25505         (pointer): Typedef to POINTER_TYPE *.
25506         (malloc): Remove decl; we now always use xmalloc.
25507         (alloca): Use old-style definition, since Emacs needs this.
25508         Check for arithmetic overflow when computing combined size.
25509
25510 2002-12-04  Paul Eggert  <eggert@twinsun.com>
25511
25512         Do not generate unlocked-io.h automatically, since it's easier to
25513         maintain it by hand.
25514
25515         * lib/unlocked-io.h: New file, from GNU diffutils,
25516         but with proper copyright notice and attribution.
25517         * lib/gen-uio: Remove.
25518         * lib/Makefile.am: Add copyright notice.
25519         (libfetish_a_SOURCES): Add unlocked-io.h.
25520         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
25521         (DISTCLEANFILES, io_functions): Remove macros.
25522         (EXTRA_DIST): Remove gen_uio.
25523         (unlocked-io.h): Remove rule.
25524
25525 2002-12-04  Jim Meyering  <jim@meyering.net>
25526
25527         Reflect the fact that stat.c and lstat.c are no longer generated.
25528         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
25529         (DISTCLEANFILES): Likewise.
25530         (EXTRA_DIST): Likewise.
25531         (all_local): Don't depend on stat.c or lstat.c.
25532         (stat.c, lstat.c): Remove rules.
25533         (EXTRA_DIST): Remove xstat.in.
25534
25535         * lib/xstat.in: Remove file.  Contents moved into stat.c.
25536         * lib/stat.c: New file.  Contents mostly from xstat.in.
25537         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
25538         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
25539
25540         * lib/safe-read.c: Rework so that it may serve to define safe_write,
25541         too.
25542         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
25543
25544 2002-12-03  Jim Meyering  <jim@meyering.net>
25545
25546         * lib/safe-read.c, safe-write.c: Change variable names and comments,
25547         but not semantics, to minimize the differences between these two files.
25548         (safe_read): Change comment to mention SAFE_READ_ERROR.
25549
25550         * lib/safe-read.c (IS_EINTR): Define.
25551         (safe_read): Use IS_EINTR in place of in-function cpp directives.
25552
25553 2002-12-02  Jim Meyering  <jim@meyering.net>
25554
25555         * lib/safe-read.c (EINTR): Define.
25556         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25557         (INT_MAX): Provide fallback.
25558         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
25559
25560         * lib/safe-read.h (SAFE_READ_ERROR): Define.
25561
25562 2002-12-02  Bruno Haible  <bruno@clisp.org>
25563
25564         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
25565         Define, taken from safe-read.c.
25566         (INT_MAX): Provide fallback.
25567         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
25568         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
25569
25570         * lib/safe-read.c (EINTR): Remove definition.
25571         (safe_read): Don't use EINTR if it is absent.
25572
25573 2002-12-01  Jim Meyering  <jim@meyering.net>
25574
25575         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
25576         zero.
25577         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
25578
25579 2002-11-27  Paul Eggert  <eggert@twinsun.com>
25580
25581         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
25582         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
25583         with `if (! (value < limit)) abort ();', for readability.
25584
25585 2002-11-26  Karl Berry  <karl@gnu.org>
25586
25587         * lib/strdup.c: copy from libc again, with jim's ok.
25588         * lib/.cppi-disable: re-add strdup.c
25589
25590 2002-11-25  Karl Berry  <karl@gnu.org>
25591
25592         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
25593         instead of "strtol.c".
25594
25595 2002-11-25  Karl Berry  <karl@gnu.org>
25596
25597         * config/install-sh: update from automake for variable quoting, $0 in
25598         error msgs, etc.
25599
25600         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
25601         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
25602         entry.
25603
25604 2002-11-25  Jim Meyering  <jim@meyering.net>
25605
25606         * lib/mktime.c: Sync from libc, now that it has the latest fix.
25607
25608 2002-11-24  Karl Berry  <karl@gnu.org>
25609
25610         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
25611         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
25612
25613 2002-11-24  Jim Meyering  <jim@meyering.net>
25614
25615         Update from coreutils:
25616
25617         * lib/mktime.c: Merge in changes from libc.
25618
25619         Avoid a link-time failure on some Linux systems.
25620         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
25621         (otherwise).
25622         (__mon_yday): Declare with the STATIC attribute.
25623         (__mktime_internal): Likewise.
25624         Based on a report from Greg Schafer.
25625
25626 2002-11-23  Jim Meyering  <jim@meyering.net>
25627
25628         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
25629         Use `unsigned', not `int', as type of index.
25630
25631         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
25632
25633         * lib/fsusage.c: Remove unneeded parentheses around operands of
25634         `defined'.
25635
25636 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25637
25638         * lib/quotearg.h: Allow multiple inclusion by surrounding with
25639         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
25640         so that we can be included first.
25641         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
25642         * lib/quotearg.c: Include quotearg.h immediately after config.h.
25643         No need to include stddef.h or sys/types.h any more.
25644         Surround local include files with "", not "<>".
25645         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
25646         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
25647         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
25648         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
25649         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
25650         (ISPRINT): Remove; no longer needed now that we assume C89.
25651
25652         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
25653         Preserve errno.
25654
25655         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
25656         quotearg_char): Use SIZE_MAX rather than
25657         (size_t) -1 when we are talking about "infinity".
25658
25659         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
25660
25661 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25662
25663         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
25664         hint that one should use `if (! x) abort ();' rather than `assert
25665         (x);', and anyway it's one less thing to worry about configuring.
25666         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
25667         hash_rehash, hash_insert): Use abort rather than assert.
25668
25669 2002-11-22  Bruno Haible  <bruno@clisp.org>
25670
25671         * lib/safe-read.h: Assume C89. Add comments.
25672         (safe_read): Change return type to size_t.
25673         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
25674         byte counts > SSIZE_MAX correctly.
25675         * lib/safe-write.h: New file.
25676         * lib/safe-write.c: New file.
25677         * lib/full-read.h: New file.
25678         * lib/full-read.c: New file.
25679         * lib/full-write.h: Assume C89. Add comments.
25680         * lib/full-write.c: Include safe-write.h.
25681         (full_write): Rewritten to use safe_write.
25682         Suggested by Jim Meyering and Paul Eggert.
25683
25684 2002-11-21  Jim Meyering  <jim@meyering.net>
25685
25686         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
25687
25688         Merge in changes from the coreutils.
25689
25690         2002-09-25  Paul Eggert  <eggert@twinsun.com>
25691         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
25692         <stdint.h>.
25693         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
25694         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
25695         int.  Work more efficiently if X is the same width as uintmax_t.
25696         Do not compare X to -1, to avoid bogus compiler warning.
25697         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
25698         Don't assume that f_frsize and f_bsize are the same type.
25699
25700         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
25701         warning on FreeBSD.
25702
25703         * lib/makepath.c (make_path): Restore umask *before* creating the final
25704         component.
25705         (make_path): Minor reformatting.
25706
25707         * lib/xmalloc.c: Adjust to work with new autoconf macros,
25708         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
25709         HAVE_MALLOC/HAVE_REALLOC.
25710
25711         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
25712         dummy ones.  At least on GNU/Linux systems, `auto' means something
25713         else.
25714         From Michael Stone.
25715
25716 2002-11-21  Bruno Haible  <bruno@clisp.org>
25717
25718         Remove case insensitive option matching.
25719         * lib/argmatch.h (argcasematch): Remove declaration.
25720         (ARGCASEMATCH): Remove macro.
25721         (__xargmatch_internal): Remove case_sensitive argument.
25722         (XARGMATCH): Update.
25723         (XARGCASEMATCH): Remove macro.
25724         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
25725         case_sensitive argument.
25726         (argcasematch): Remove function.
25727         (__xargmatch_internal): Remove case_sensitive argument.
25728         (main): Use XARGMATCH instead of XARGCASEMATCH.
25729
25730         * lib/xmalloc.c: Change compile-time error message. Add comment about
25731         required autoconf version.
25732
25733 2002-11-20  Paul Eggert  <eggert@twinsun.com>
25734
25735         Merge argmatch cleanups from Bison.  Assume C89.
25736
25737         * lib/argmatch.c: Include config.h here, not in argmatch.h.
25738         Include stdlib.h, for EXIT_FAILURE.
25739         Always include <string.h>, since we assume C89.
25740         (EXIT_FAILURE): Remove pre-C89 bug workaround.
25741         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
25742         Include <stddef.h> instead, since it's all we need for size_t.
25743         (PARAMS): Remove.  All uses removed.
25744         (ARRAY_CARDINALITY): Do not bother to #undef.
25745         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
25746         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25747         Remove unnecessary parentheses.
25748         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25749         Insert necessary parentheses.
25750         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
25751         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
25752
25753 2002-11-19  Bruno Haible  <bruno@clisp.org>
25754
25755         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
25756         * lib/mbswidth.h: Include <stddef.h>, for size_t.
25757
25758         * lib/mbswidth.h (PARAMS): Remove macro.
25759         (mbswidth, mbsnwidth): Use ANSI C function declarations.
25760         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
25761
25762         * lib/gcd.h (PARAMS): Remove macro.
25763         (gcd): Use ANSI C function declarations.
25764         * lib/gcd.c (gcd): Likewise.
25765
25766 2002-11-15  Bruno Haible  <bruno@clisp.org>
25767
25768         * lib/strcspn.c: Include <stddef.h>.
25769         (strcspn): Use ANSI C function declaration. Change return type to
25770         size_t. Use NULL.
25771         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
25772         (strpbrk): Use NULL.
25773         * lib/strpbrk.h (PARAMS): Remove macro.
25774         (strpbrk): Use ANSI C function declaration.
25775         * lib/strstr.c: Don't include <sys/types.h>.
25776         * lib/strstr.h (PARAMS): Remove macro.
25777         (strstr): Use ANSI C function declarations.
25778
25779 2002-11-14  Karl Berry  <karl@gnu.org>
25780
25781         * config/mkinstalldirs: `do' on separate line, instead of
25782         `for var; do'.
25783
25784 2002-11-06  Bruno Haible  <bruno@clisp.org>
25785
25786         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
25787         * lib/gcd.c (gcd): Likewise.
25788
25789 2002-11-05  Bruno Haible  <bruno@clisp.org>
25790
25791         * lib/gcd.h: New file, from gettext-0.11.5.
25792         * lib/gcd.c: New file, from gettext-0.11.5.
25793
25794 2002-11-05  Bruno Haible  <bruno@clisp.org>
25795
25796         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25797         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25798         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25799         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25800
25801         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
25802         <libintl.h>.
25803         * lib/makepath.c: Include gettext.h instead of <locale.h> and
25804         <libintl.h>.
25805
25806         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
25807         * lib/human.c: Include gettext.h instead of <libintl.h>.
25808         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
25809         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
25810         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
25811         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
25812         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
25813         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
25814         (textdomain): Remove definition.
25815         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
25816
25817         * lib/long-options.c: Remove include of <libintl.h> and definition of
25818         _.
25819         * lib/same.c: Remove include of <libintl.h> and definition of _.
25820
25821 2002-11-04  Owen Taylor  <otaylor@redhat.com>
25822
25823         * lib/config.charset: A few additions for Solaris.
25824
25825 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25826
25827         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
25828         * lib/localcharset.c (locale_charset): Declare as extern "C".
25829
25830 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25831
25832         * lib/config.charset: msdos in uk_UA uses CP1125.
25833
25834 2002-11-04  Bruno Haible  <bruno@clisp.org>
25835
25836         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25837         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25838         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25839         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25840         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25841
25842 2002-11-04  Bruno Haible  <bruno@clisp.org>
25843
25844         * lib/localcharset.c (locale_charset): Don't return an empty string.
25845
25846 2002-11-04  Bruno Haible  <bruno@clisp.org>
25847
25848         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25849         aliases.
25850
25851 2002-11-04  Bruno Haible  <bruno@clisp.org>
25852
25853         * lib/config.charset: Update for newest glibc. Add canonical names
25854         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25855
25856 2002-11-04  Bruno Haible  <bruno@clisp.org>
25857
25858         * lib/config.charset: Add support for NetBSD.
25859
25860 2002-11-04  Bruno Haible  <bruno@clisp.org>
25861
25862         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25863
25864 2002-11-01  Bruno Haible  <bruno@clisp.org>
25865
25866         * configure.in: Add AC_CONFIG_AUX_DIR call.
25867         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25868         test/Makefile.
25869         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25870
25871 2002-09-28  Karl Berry  <karl@gnu.org>
25872
25873         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25874         installed automake until the next release, since changes have been
25875         made.
25876
25877 2002-09-25  Karl Berry  <karl@gnu.org>
25878
25879         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25880         * lib/getopt*: copy from libc/posix.
25881         * lib/gettext.h: copy from gettext.
25882         * lib/.cppi-disable: add strdup.c, gettext.h.
25883
25884 2002-09-25  Karl Berry  <karl@gnu.org>
25885
25886         * config/srclist.txt: enable gettext.h check.
25887         * config/config.{guess,sub}: update from prep.
25888         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25889                 from automake 1.6.3.
25890         See srclist*.
25891
25892 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25893
25894         * regex.c (PATFETCH): Remove the translating fetch.
25895         (PATFETCH_RAW): Rename to PATFETCH.
25896         (set_image_of_range): New fun.
25897         (SET_RANGE_TABLE_WORK_AREA): Use it.
25898         (regex_compile): Don't translate the pattern chars so eagerly.
25899         Only do it when inserting an `exactn' bytecode or when handling
25900         a char-range.
25901         (mutually_exclusive_p): Avoid empty statement.
25902
25903 2002-07-06  Jim Meyering  <meyering@lucent.com>
25904
25905         * m4/README: Don't mention Makefile.am.in.
25906         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25907
25908 2002-07-01  Jim Meyering  <meyering@lucent.com>
25909
25910         * lib/c-stack.c: Include sys/time.h.
25911         From Volker Borchert.
25912
25913 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25914
25915         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25916
25917 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25918
25919         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25920         New macro.  Use it uniformly instead of
25921         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25922         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25923         reported by Vin Shelton.
25924
25925 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25926
25927         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25928         Do not assume SA_SIGINFO behavior.
25929         Bug reported by Jim Meyering on NetBSD 1.5.2.
25930
25931 2002-06-22  Jim Meyering  <meyering@lucent.com>
25932
25933         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25934         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25935
25936         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25937         now that configure.ac uses AC_GNU_SOURCE.
25938         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25939         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25940
25941         Update to latest tools.  Suggestions from Paul Eggert.
25942         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25943         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25944         * m4/fnmatch.m4: Likewise.
25945         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25946         to AC_HEADER_STDBOOL
25947
25948 2002-06-22  Jim Meyering  <meyering@lucent.com>
25949
25950         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25951         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25952
25953 2002-06-22  Jim Meyering  <meyering@lucent.com>
25954
25955         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25956
25957         * lib/exitfail.c, exitfail.h: Likewise.
25958         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25959
25960         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25961         of fnmatch.h.
25962         (EXTRA_DIST): Add fnmatch_loop.c.
25963         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25964
25965         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25966         * lib/fnmatch.c: Update from diffutils-2.8.2.
25967         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25968         * lib/fnmatch.h: Remove file.
25969
25970 2002-06-21  Jim Meyering  <meyering@lucent.com>
25971
25972         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25973         * m4/mbrtowc.m4: Likewise.
25974
25975         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25976         * m4/mbswidth.m4: Reflect name change:
25977         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25978         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25979
25980         * m4/lib-link.m4: Update from gettext-0.11.2.
25981         * m4/gettext.m4: Likewise.
25982
25983         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25984         From Alfred M. Szmidt.
25985
25986 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25987
25988         * lib/file-type.h: Report an error if neither S_ISREG nor
25989         S_IFREG is defined, instead of using a test specific to glibc
25990         2.2.  This should be safe, since POSIX requires S_ISREG and
25991         Unix Version 7 had S_IFREG.  We don't need to check for
25992         <sys/types.h> since we don't use any symbols that it defines.
25993
25994 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25995
25996         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25997         $@-t, so that each temporary file name is unique and valid in the first
25998         8 characters, for operation under DOS.
25999
26000 2002-06-15  Paul Eggert  <eggert@twinsun.com>
26001
26002         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
26003
26004 2002-06-15  Jim Meyering  <meyering@lucent.com>
26005
26006         Work even with DJGPP 2.03, which lacks support for symlinks.
26007         From Richard Dawe.
26008         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
26009         is defined.
26010         * lib/lchown.c (S_ISLNK): Likewise.
26011
26012 2002-06-15  Jim Meyering  <meyering@lucent.com>
26013
26014         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
26015         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
26016         have been included before this file.
26017
26018 2002-06-14  Jim Meyering  <meyering@lucent.com>
26019
26020         * lib/file-type.h: Use the version from diffutils-2.8.2.
26021         * lib/file-type.c: Likewise.
26022
26023 2002-06-07  Jim Meyering  <meyering@lucent.com>
26024
26025         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
26026         They're needed at least for NetBSD 1.5.2.
26027         ($statxfs_includes): Include those same headers.
26028         ($statxfs_includes): Include sys/vfs.h if available.
26029         ($statxfs_includes): Likewise for sys/statvfs.h.
26030         Check for the following members in both structs statfs and statvfs:
26031         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
26032
26033 2002-06-01  Jim Meyering  <meyering@lucent.com>
26034
26035         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
26036         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
26037
26038 2002-05-28  Jim Meyering  <meyering@lucent.com>
26039
26040         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
26041         Reported by Volker Borchert.
26042
26043 2002-05-27  Jim Meyering  <meyering@lucent.com>
26044
26045         Fix a problem seen only on nonconforming systems whereby ls.c's
26046         use of localtime, and then of gettimeofday would cause trouble:
26047         the localtime call used to initialize rpl_gettimeofday's save
26048         mechanism would clobber ls's current local time information so
26049         that in any long listing the first file would always be listed
26050         with date 1970-01-01.  Analysis by Volker Borchert.
26051
26052         * lib/gettimeofday.c (localtime): Undefine.
26053         (rpl_localtime): New function.
26054
26055 2002-05-27  Jim Meyering  <meyering@lucent.com>
26056
26057         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
26058         localtime.
26059
26060         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
26061         use the replacement function; it wouldn't resolve at link time.
26062         Reported by Volker Borchert.
26063
26064 2002-05-22  Jim Meyering  <meyering@lucent.com>
26065
26066         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
26067         file-type.h.
26068         * lib/file-type.h: New file.
26069         * lib/file-type.c (file_type): New file/function.  Extracted from
26070         diffutils.
26071
26072 2002-04-30  Jim Meyering  <meyering@lucent.com>
26073
26074         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
26075
26076 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26077
26078         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
26079
26080 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26081
26082         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
26083         Do not check for alloca.h (no longer used) or stdbool.h (was never
26084         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
26085
26086 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26087
26088         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
26089
26090 2002-04-29  Jim Meyering  <meyering@lucent.com>
26091
26092         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
26093         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
26094         Use AC_FUNC_STRNLEN here instead.
26095
26096         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
26097         With autoconf-2.53a, it's part of AC_PROG_CC.
26098
26099 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26100
26101         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
26102         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
26103
26104 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26105
26106         * lib/sig2str.h, lib/sig2str.c: New files.
26107         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
26108
26109 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26110
26111         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
26112         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
26113         of 127, since 64 is the largest conceivable number for ancient
26114         nonstandard hosts.
26115         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
26116
26117 2002-04-28  Jim Meyering  <meyering@lucent.com>
26118
26119         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
26120
26121 2002-04-24  Jim Meyering  <meyering@lucent.com>
26122
26123         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
26124         (jm_PREREQ): Use it.
26125
26126         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
26127         mach/mach.h fcntl.h.
26128         Check for this function: setlocale.
26129
26130 2002-04-24  Jim Meyering  <meyering@lucent.com>
26131
26132         * lib/gettext.h: New file, from Gettext.
26133         * lib/Makefile.am (INCLUDES): Remove -I../intl.
26134         (libfetish_a_SOURCES): Add gettext.h.
26135
26136 2002-04-16  Jim Meyering  <meyering@lucent.com>
26137
26138         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
26139         ut_pid, ut_id, ut_exit.
26140
26141 2002-04-16  Jim Meyering  <meyering@lucent.com>
26142
26143         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
26144         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
26145         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
26146
26147 2002-04-12  Jim Meyering  <meyering@lucent.com>
26148
26149         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
26150         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
26151         existence of the getmntinfo function.  Needed for Darwin 5.3.
26152
26153         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
26154         This is necessary at least on Darwin 5.3.
26155
26156         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
26157         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
26158         strnlen.o in the library, and that makes some versions of ranlib
26159         object.
26160
26161 2002-04-12  Jim Meyering  <meyering@lucent.com>
26162
26163         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
26164
26165 2002-04-09  Jim Meyering  <meyering@lucent.com>
26166
26167         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
26168         to be more precise.  Rather than saying we're checking whether the
26169         function `works', say what we're testing.
26170         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
26171         Reported by Bruno Haible.
26172
26173 2002-03-10  Jim Meyering  <meyering@lucent.com>
26174
26175         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
26176         Suggestion from Santiago Vila.
26177
26178 2002-03-08  Jim Meyering  <meyering@lucent.com>
26179
26180         * lib/rename.c: Mention that this wrapper is needed also on
26181         mips-dec-ultrix4.4 systems.
26182
26183 2002-03-02  Jim Meyering  <meyering@lucent.com>
26184
26185         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
26186         not HAVE_CLOCK_SETTIME.
26187
26188 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26189
26190         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
26191         Check for clock_settime.
26192
26193 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26194
26195         * lib/nanosleep.h: Rename to....
26196         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
26197
26198         * lib/gettime.c: New file.
26199         * lib/settime.c: New file.
26200         * lib/stime.c: Remove.
26201
26202         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
26203         timespec.h.  Remove nanosleep.h.
26204
26205 2002-02-25  Paul Eggert  <eggert@twinsun.com>
26206
26207         * m4/acl.m4: New file.
26208         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
26209         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
26210
26211 2002-02-25  Paul Eggert  <eggert@twinsun.com>
26212
26213         * lib/acl.c, lib/acl.h: New files.
26214         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
26215
26216 2002-02-24  Jim Meyering  <meyering@lucent.com>
26217
26218         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
26219         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
26220         cause trouble.  Reported by Nelson Beebe.
26221
26222 2002-02-23  Paul Eggert  <eggert@twinsun.com>
26223
26224         * lib/path-concat.c (xpath_concat): Reorder code to pacify
26225         compilers that don't know that xalloc_die never returns.
26226
26227 2002-02-20  Jim Meyering  <meyering@lucent.com>
26228
26229         * lib/getdate.c: Regenerate using bison-1.33.
26230
26231 2002-02-17  Jim Meyering  <meyering@lucent.com>
26232
26233         * config/config.guess (main): Don't use `head -1'; it's no longer
26234         portable. Use `sed 1q' instead.
26235
26236 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
26237
26238         * m4/codeset.m4: Upgrade to gettext-0.11.
26239         * m4/gettext.m4: Upgrade to gettext-0.11.
26240         * m4/glibc21.m4: Upgrade to gettext-0.11.
26241         * m4/iconv.m4: Upgrade to gettext-0.11.
26242         * m4/isc-posix.m4: Upgrade to gettext-0.11.
26243         * m4/lcmessage.m4: Upgrade to gettext-0.11.
26244         * m4/lib-ld.m4: New file, from gettext-0.11.
26245         * m4/lib-link.m4: New file, from gettext-0.11.
26246         * m4/lib-prefix.m4: New file, from gettext-0.11.
26247         * m4/progtest.m4: Upgrade to gettext-0.11.
26248
26249 2002-02-15  Paul Eggert  <eggert@twinsun.com>
26250
26251         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
26252         (jm_PREREQ): Use it.
26253
26254 2002-02-15  Paul Eggert  <eggert@twinsun.com>
26255
26256         * lib/posixver.c, lib/posixver.h: New files.
26257         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
26258
26259 2002-02-02  Paul Eggert  <eggert@twinsun.com>
26260             Bruno Haible  <bruno@clisp.org>
26261
26262         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
26263         (fwrite_success_callback): New declaration.
26264         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
26265         print_unicode_char. Call failure callback instead of error.
26266         (fwrite_success_callback): New function.
26267         (exit_failure_callback): New function.
26268         (fallback_failure_callback): New function.
26269         (print_unicode_char): Call unicode_to_mb.
26270
26271 2002-01-26  Jim Meyering  <meyering@lucent.com>
26272
26273         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
26274         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
26275
26276 2002-01-26  Jim Meyering  <meyering@lucent.com>
26277
26278         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
26279
26280 2002-01-22  Paul Eggert  <eggert@twinsun.com>
26281
26282         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
26283
26284 2002-01-22  Jim Meyering  <meyering@lucent.com>
26285
26286         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
26287         Otherwise, some versions of automake would omit the rule that makes
26288         Makefile from Makefile.in.
26289
26290 2002-01-21  Paul Eggert  <eggert@twinsun.com>
26291
26292         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
26293         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
26294         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
26295         (memcoll): Set errno to zero if there is no error.
26296
26297         * lib/quotearg.c (quotearg_buffer_restyled):
26298         Fix bug with quoting buffers containing NUL when backslashing escapes.
26299         This bug was exposed by the other changes in this patch.
26300         (quotearg_n_options): New arg ARGSIZE.
26301         All callers changed.
26302         (quoting_options_from_style): New function.
26303         (quotearg_n_style): Use it.
26304         (quotearg_n_style_mem): New function.
26305
26306         * lib/quotearg.h (quotearg_n_style_mem): New function.
26307
26308 2002-01-19  Jim Meyering  <meyering@lucent.com>
26309
26310         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
26311         Remove useless quotes: DF_PROG="df".
26312         * m4/strnlen.m4: New file.
26313
26314 2002-01-16  Paul Eggert  <eggert@twinsun.com>
26315
26316         * lib/backupfile.c (ISDIGIT): Comment fix.
26317         * lib/getdate.y (ISDIGIT): Likewise.
26318         * lib/posixtm.c (ISDIGIT, year): Likewise.
26319         * lib/strverscmp.c (ISDIGIT): Likewise.
26320         * lib/userspec.c (ISDIGIT): Likewise.
26321
26322 2002-01-16  Jim Meyering  <meyering@lucent.com>
26323
26324         * lib/getdate.y: Add three semicolons, each just before a closing
26325         brace. Bison (as of version 1.31) no longer papers over that mistake.
26326
26327 2002-01-05  Jim Meyering  <meyering@lucent.com>
26328
26329         * lib/version-etc.c (version_etc_copyright): Update copyright year.
26330
26331 2001-12-19  Paul Eggert  <eggert@twinsun.com>
26332
26333         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
26334         not silently exit merely because the output buffer happens to
26335         have nothing pending.
26336
26337 2001-12-18  Paul Eggert  <eggert@twinsun.com>
26338
26339         See the big note in ../ChangeLog.
26340         * lib/human.c (suffixes): Prefer K to k for 1024.
26341         (generate_suffix_backwards): New function.
26342         (human_readable_inexact): Use it.
26343         * lib/xstrtol.c (__xstrtol): If there is no number but there
26344         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
26345         Accept 'K' as well as 'k'.
26346
26347 2001-12-15  Jim Meyering  <meyering@lucent.com>
26348
26349         * lib/regex.h (__restrict_arr): Update from libc.
26350
26351         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
26352         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
26353         (STREQ): Define.
26354
26355 2001-12-14  Jim Meyering  <meyering@lucent.com>
26356
26357         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
26358         Suggestion from Bruno Haible.
26359
26360 2001-12-10  Jim Meyering  <meyering@lucent.com>
26361
26362         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
26363         xrealloc, Instead, include "xalloc.h".
26364         (initbuffer): Don't cast xmalloc return value to char*.
26365         (readline): Reword comment.
26366         Don't cast xrealloc return value to char*
26367         Return NULL, not 0.
26368
26369 2001-12-09  Jim Meyering  <meyering@lucent.com>
26370
26371         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
26372         about `signed and unsigned type in conditional expression'.
26373         * lib/posixtm.c (posix_time_parse): Likewise.
26374
26375         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
26376
26377         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
26378         to avoid a pedantic warning.
26379
26380         * lib/getstr.c: Don't include assert.h.
26381         (getstr): Remove warning-evoking assertions.
26382         Return -1 if offset parameter is out of bounds.
26383         Change the type of a local from int to size_t.
26384
26385         * lib/strftime.c (my_strftime_localtime_r): Include this function
26386         definition in the `#if ! HAVE_TM_GMTOFF' block.
26387
26388         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
26389         Include xalloc.h instead.
26390
26391 2001-12-02  Jim Meyering  <meyering@lucent.com>
26392
26393         * lib/tempname.c: Don't declare getenv, thus reverting the change of
26394         2001-11-18.  It's no longer necessary, now that stdlib.h is always
26395         included.
26396
26397         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
26398         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
26399
26400 2001-11-30  Akim Demaille  <akim@epita.fr>
26401
26402         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
26403         before being defined.
26404
26405 2001-11-27  Paul Eggert  <eggert@twinsun.com>
26406
26407         * lib/quotearg.h (quotearg_n, quotearg_n_style):
26408         First arg is int, not unsigned.
26409         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
26410         (SIZE_MAX, UINT_MAX): New macros.
26411         (quotearg_n_options): Abort if N is negative.
26412         Avoid overflow check on hosts where size_t is 64 bits and int
26413         is 32 bits, as overflow is impossible there.
26414         Fix off-by-one typo that caused unnecessary reallocation.
26415
26416 2001-11-27  Jim Meyering  <meyering@lucent.com>
26417
26418         * lib/tempname.c: Merge with version from libc.
26419         * lib/regex.c: Likewise.
26420
26421         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
26422         systems for which STDC_HEADERS is 0, it was not included, resulting in
26423         a warning about an integer-to-pointer conversion problem with getenv.
26424         Reported by Volker Borchert.
26425
26426 2001-11-26  Jim Meyering  <meyering@lucent.com>
26427
26428         * lib/gtod.h: Remove file.
26429         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
26430         * lib/gettimeofday.c: Don't include gtod.h.
26431         (GTOD_init): Remove function.
26432         (rpl_gettimeofday): Do its job here instead, rather than aborting.
26433         Suggestion from Volker Borchert.
26434
26435 2001-11-23  Jim Meyering  <meyering@lucent.com>
26436
26437         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
26438         it.
26439         * lib/hash.c (struct hash_table): Define it here instead.
26440
26441 2001-11-22  Jim Meyering  <meyering@lucent.com>
26442
26443         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
26444
26445 2001-11-20  Jim Meyering  <meyering@lucent.com>
26446
26447         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
26448         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
26449
26450 2001-11-19  Jim Meyering  <meyering@lucent.com>
26451
26452         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
26453         directory.  Use "conftestXXXXXX" as the template.
26454         Suggestion from Paul Eggert.
26455
26456         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
26457         immediately, so the test doesn't mistakenly hit the max-open-files
26458         limit.
26459
26460 2001-11-18  Paul Eggert  <eggert@twinsun.com>
26461
26462         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
26463         (TEMPORARIES): New macro.
26464         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
26465         removes an artificial limitation (e.g. HP-UX 10.20, where
26466         TMP_MAX is 17576).
26467
26468 2001-11-18  Jim Meyering  <meyering@lucent.com>
26469
26470         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
26471
26472 2001-11-18  Jim Meyering  <meyering@lucent.com>
26473
26474         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
26475         on SunOS 4.
26476
26477         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
26478         files will be created before anything else.
26479
26480 2001-11-17  Paul Eggert  <eggert@twinsun.com>
26481
26482         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
26483         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
26484
26485 2001-11-17  Jim Meyering  <meyering@lucent.com>
26486
26487         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
26488         Prompted by a report from Bob Proulx.
26489
26490         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
26491         Instead, require UTILS_FUNC_MKSTEMP.
26492
26493 2001-11-17  Jim Meyering  <meyering@lucent.com>
26494
26495         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
26496         Now, that's done as part of AC_FUNC_STRTOD.
26497
26498 2001-11-17  Jim Meyering  <meyering@lucent.com>
26499
26500         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
26501         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
26502         rather than group writable.  Patch by Juan F. Codagnone.
26503
26504         * lib/readtokens.c: Remove explicit declarations of xmalloc and
26505         xrealloc, Instead, include "xalloc.h".
26506
26507         * lib/mountlist.c: Include unlocked-io.h after all system headers.
26508         Remove explicit declarations of xmalloc, xrealloc,
26509         and xstrdup.  Instead, include "xalloc.h".
26510
26511         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
26512         unlocked-io.h.
26513         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
26514         Likewise.
26515         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
26516
26517         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
26518         Reported by Padraig Brady.
26519
26520         * lib/mkstemp.c: #undef mkstemp.
26521         Include config.h.
26522         (rpl_mkstemp): Rename from mkstemp.
26523         Protoize.
26524
26525 2001-11-16  Jim Meyering  <meyering@lucent.com>
26526
26527         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
26528         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
26529         determine the amount of total physical memory, use pstat_getstatic.
26530         HPUX-11 doesn't define _SC_PHYS_PAGES.
26531         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
26532         If sysconf couldn't be used to determine the amount of available
26533         physical memory, use both pstat_getstatic and pstat_getdynamic.
26534         Based on a patch from Bob Proulx.
26535
26536 2001-11-10  Jim Meyering  <meyering@lucent.com>
26537
26538         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
26539         (jm_PREREQ): Use it.
26540
26541 2001-11-09  Jim Meyering  <meyering@lucent.com>
26542
26543         * m4/jm-macros.m4: Require autoconf-2.52f.
26544         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
26545         Use these AC_-prefixed names, not the AM_-prefixed ones.
26546
26547         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
26548
26549 2001-11-05  Jim Meyering  <meyering@lucent.com>
26550
26551         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
26552
26553 2001-11-04  Jim Meyering  <meyering@lucent.com>
26554
26555         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
26556         $DEFS.
26557
26558 2001-11-03  Jim Meyering  <meyering@lucent.com>
26559
26560         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
26561         of AC_DEFUN.
26562
26563         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
26564         know the name of the variable in the macro definition.
26565
26566 2001-11-03  Jim Meyering  <meyering@lucent.com>
26567
26568         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
26569         in argmatch_to_argument call.
26570
26571         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
26572         argument.
26573
26574         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
26575         e.g., a fault due to an attempt to free a NULL pointer.
26576
26577 2001-11-01  Jim Meyering  <meyering@lucent.com>
26578
26579         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
26580         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
26581
26582 2001-11-01  Jim Meyering  <meyering@lucent.com>
26583
26584         * lib/dirfd.c, lib/dirfd.h: New files.
26585         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
26586
26587         * lib/hash.c (hash_print) [TESTING]: Clean up.
26588
26589 2001-10-22  Paul Eggert  <eggert@twinsun.com>
26590
26591         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
26592         to avoid a warning if -Wall.
26593
26594 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
26595
26596         * README: New file
26597         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
26598         (per RMS's instructions, this is now the canonical source)
26599         * lgpl/, gpl/: New directories.
26600
26601 2001-10-21  Paul Eggert  <eggert@twinsun.com>
26602
26603         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
26604
26605 2001-10-21  Jim Meyering  <meyering@lucent.com>
26606
26607         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
26608         this code would end up calling gettext even in packages built
26609         with --disable-nls.
26610         * lib/getopt.c (_): Likewise.
26611         * lib/regex.c (_): Likewise.
26612
26613 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26614
26615         * m4/error.m4 (jm_PREREQ_ERROR):
26616         Do not invoke AC_CHECK_FUNCS with strerror_r, as
26617         AC_FUNC_STRERROR_R does that.
26618         Check for strerror declaration.
26619
26620         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
26621         are supposed to have them these days.
26622         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
26623         Merge changes from latest Autoconf CVS.
26624         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
26625         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
26626         POSIX decided to standardize on the int flavor of strerror_r.
26627
26628 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26629
26630         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
26631         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
26632         Use strerror_r that is only a macro, even if it is not a function.
26633         (strerror): Check for HAVE_DECL_STRERROR before declaring.
26634         (private_strerror): Use prototypes, not old-style function definition.
26635         (print_errno_message): New function.
26636         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
26637         char*-flavored one.
26638         (error_tail, error, error_at_line): Use it.
26639
26640 2001-10-11  Jim Meyering  <meyering@lucent.com>
26641
26642         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
26643         and quote_n (1, ... to avoid clobbering a buffer.
26644
26645 2001-10-05  Jim Meyering  <meyering@lucent.com>
26646
26647         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
26648         hash-pjw.h.
26649         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
26650         * lib/hash-pjw.h: New file.
26651
26652 2001-09-30  Jim Meyering  <meyering@lucent.com>
26653
26654         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
26655         `struct fsstat' has the `f_fstypename' member.
26656         Use that to define FS_TYPE, which is now used to make
26657         the getfsstat link test tighter.
26658
26659 2001-09-30  Jim Meyering  <meyering@lucent.com>
26660
26661         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
26662         Include <sys/ucred.h>, for Apple Darwin.
26663         Include sys/mount.h and sys/fs_types.h only if available.
26664         (FS_TYPE): Define.
26665         (read_filesystem_list): Use FS_TYPE.
26666
26667 2001-09-29  Paul Eggert  <eggert@twinsun.com>
26668
26669         * lib/exclude.c (excluded_filename): 0 -> false, since it's
26670         a boolean context.
26671
26672 2001-09-29  Jim Meyering  <meyering@lucent.com>
26673
26674         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26675         [one-argument getmntent function]): Include stdio.h before mntent.h.
26676         SunOS 4.1.x needs it for the declaration of `FILE'.
26677         Patch by Volker Borchert.
26678
26679         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26680         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
26681         sys/fs_types.h, and make the link-test for getfsstat guard #include
26682         directives with appropriate #if HAVE_*_H tests so that we can
26683         detect getfsstat on Apple Darwin1.3.7 systems.
26684         Reported by Nelson Beebe.
26685         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
26686
26687 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26688
26689         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26690         #defines strtoimax.  Also treat the other strto* functions
26691         like strtoimax.
26692
26693         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26694         Check for strtoul and strtoumax,
26695         as those declarations are made even in the signed case.
26696         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
26697         Likewise, for strtol and strtoimax.
26698
26699 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26700
26701         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26702         #defines strtoimax.  Also treat the other strto* functions
26703         like strtoimax.
26704
26705         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
26706         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
26707         (strtoimax, strtoumax): Do not declare if already defined as a macro.
26708
26709 2001-09-26  Jim Meyering  <meyering@lucent.com>
26710
26711         Most macros in unlocked-io.h had the wrong number of arguments.
26712         * lib/gen-uio: New script.
26713         (USE_UNLOCKED_IO): Define to 1 if not already defined.
26714         * lib/unlocked-io.hin: Remove file.
26715         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
26716         rather than trying to embed it here.
26717         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
26718         Reported by Padraig Brady.
26719
26720 2001-09-25  Volker Borchert  <bt@teknon.de>
26721
26722         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
26723         `result'.
26724
26725 2001-09-24  Jim Meyering  <meyering@lucent.com>
26726
26727         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
26728
26729 2001-09-23  Jim Meyering  <meyering@lucent.com>
26730
26731         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
26732         instead of the mere test for existence of mntent.h.  The latter
26733         would get a false-positive on AIX 3.4 systems.
26734         In the outer getmntent if-block, don't die if neither of the getmntent
26735         tests succeeds.  Instead, just fall through and continue with the
26736         remaining tests.
26737
26738 2001-09-23  Jim Meyering  <meyering@lucent.com>
26739
26740         * lib/mountlist.c: Remove useless parentheses in #if directives.
26741         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
26742         the deprecated MOUNTED symbol is no longer defined in mntent.h.
26743
26744 2001-09-22  Jim Meyering  <meyering@lucent.com>
26745
26746         * m4/gettext.m4: New file.  From gettext.
26747         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
26748         * m4/progtest.m4: Likewise
26749         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
26750         * m4/glibc21.m4: Likewise.
26751
26752         * m4/libintl.m4: Remove.  No longer used.
26753
26754 2001-09-22  Jim Meyering  <meyering@lucent.com>
26755
26756         * lib/localcharset.c: Update from latest gettext.
26757         * lib/config.charset: Likewise.
26758
26759 2001-09-20  Jim Meyering  <meyering@lucent.com>
26760
26761         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
26762         strtoimax.
26763         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
26764         strtoumax.
26765
26766 2001-09-20  Jim Meyering  <meyering@lucent.com>
26767
26768         * lib/xstrtol.c (strtoimax): Guard declaration with
26769         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
26770         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
26771         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
26772         (strtoumax): Likewise, for completeness (it wasn't necessary).
26773
26774 2001-09-17  Paul Eggert  <eggert@twinsun.com>
26775
26776         * lib/strtoimax.c (HAVE_LONG_LONG):
26777         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
26778         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
26779         to work around bug in IBM C compiler.
26780
26781 2001-09-17  Jim Meyering  <meyering@lucent.com>
26782
26783         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
26784         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
26785         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
26786         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
26787         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
26788         whenever the right hand side need not be expanded by the shell.
26789
26790 2001-09-16  Paul Eggert  <eggert@twinsun.com>
26791
26792         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
26793         library.  It's not correct, as some older glibcs are buggy.
26794         fnmatch wasn't fixed until glibc 2.2.
26795
26796         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
26797         special shell magic here.
26798
26799 2001-09-16  Jim Meyering  <meyering@lucent.com>
26800
26801         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
26802         * m4/jm-macros.m4: Require it.
26803
26804 2001-09-16  Jim Meyering  <meyering@lucent.com>
26805
26806         * lib/mkdir.c: New file.
26807
26808 2001-09-15  Jim Meyering  <meyering@lucent.com>
26809
26810         * m4/jm-macros.m4: Check for help2man.
26811
26812 2001-09-11  Jim Meyering  <meyering@lucent.com>
26813
26814         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
26815         The body, by Paul Eggert, was moved here from configure.in.
26816         * m4/jm-macros.m4: Require UTILS_HOST_OS.
26817
26818 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26819
26820         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
26821         (jm_PREREQ): Use it.
26822
26823 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26824
26825         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
26826         Use ssize_t, not int, to store result of readlink.
26827         Check for ssize_t overflow as well as size_t overflow,
26828         as POSIX says the result of readlink is implementation-defined
26829         when ssize_t overflows.
26830         Remove unnecessary cast to char*.
26831         Use free+malloc instead of realloc, as the storage doesn't need
26832         to be preserved and it's clearer and can be more efficient that way.
26833         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
26834         * lib/xreadlink.h (xreadlink): Update prototype.
26835
26836 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26837
26838         * lib/xgetcwd.c: Revert some of the previous change; intead,
26839         fix the HAVE_GETCWD_NULL code to behave more like the
26840         !HAVE_GETCWD_NULL code used to.
26841
26842         Include "xalloc.h".
26843         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26844         invoke xalloc_die.
26845
26846 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26847
26848         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26849         sys/param.h, as pathmax.h includes them.
26850
26851 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26852
26853         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26854         (jm_PREREQ_XGETCWD): New macro.
26855
26856         * m4/getcwd.m4: New file.
26857
26858 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26859
26860         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26861         like the HAVE_GETCWD_NULL code.
26862         Include pathmax.h if not HAVE_GETCWD.
26863         Do not include xalloc.h.
26864         (INITIAL_BUFFER_SIZE): New symbol.
26865         Do not use xmalloc / xrealloc, since the caller is responsible for
26866         handling errors.  Preserve errno around `free' during failure.
26867         Do not overrun buffer when using getwd.
26868
26869 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26870
26871         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26872         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26873         getcwd (NULL, 0).
26874
26875 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26876
26877         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26878         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26879         spotted by Jim Meyering.
26880
26881 2001-09-03  Jim Meyering  <meyering@lucent.com>
26882
26883         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26884         failure.
26885
26886 2001-09-02  Jim Meyering  <meyering@lucent.com>
26887
26888         * lib/error.c: Update from GNU libc.
26889
26890 2001-09-01  Jim Meyering  <meyering@lucent.com>
26891
26892         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26893         Used by df.
26894
26895 2001-09-01  Jim Meyering  <meyering@lucent.com>
26896
26897         * lib/xreadlink.c: New file.
26898         * lib/xreadlink.h: New file.
26899         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26900         xreadlink.h.
26901
26902         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26903         doesn't conflict with sparc Solaris 7's definition in
26904         /usr/include/sys/int_types.h.
26905
26906         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26907         files.
26908         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26909         and strncasecmp as r-values.  Unixware didn't have declarations.
26910
26911 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26912
26913         * lib/xstrtol.h: Add copyright notice.
26914         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26915         LONGINT_INVALID_SUFFIX_CHAR.
26916
26917 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26918
26919         * lib/xstrtol.c (strtoimax): New decl.
26920
26921 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26922
26923         * lib/xgetcwd.c: Don't include pathmax.h.
26924         Include stdlib.h and unistd.h if available.
26925         Include xalloc.h.
26926         (xmalloc, xstrdup, free): Remove decls.
26927         (xgetcwd): Don't assume sizes fit in unsigned.
26928         Check for overflow when computing sizes.
26929         Simplify reallocation code.
26930
26931 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26932
26933         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26934         a directory's st_size can have an arbitrary value, so the old
26935         usage could waste an arbitrary amount of memory.  All uses
26936         changed.
26937         * lib/savedir.h: Update prototype.
26938
26939 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26940
26941         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26942
26943         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26944         old strtoimax.c.
26945
26946         Also, make the following further changes to make this file's
26947         configuration more similar to that of strtol.c:
26948         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26949         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26950         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26951         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26952         changed to signed values.
26953
26954         And make the following changes as well:
26955         Fix copyright notice, as 1999 was missing.
26956         (verify): New macro.
26957         (strtoimax): Check sizes at compile-time, not run-time.
26958         Prefer strtol to strtoll if both work.
26959         (main): Remove; it was not that useful and was a pain to maintain.
26960
26961         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26962
26963 2001-08-31  Jim Meyering  <meyering@lucent.com>
26964
26965         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26966         Use an initial, malloc'd, buffer of length 128 rather than
26967         a statically allocated one of length 1024.
26968
26969 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26970
26971         Simplify code, partly by assuming autoconf 2.52 semantics.
26972
26973         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26974
26975         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26976         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26977         All uses removed.
26978         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26979         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26980         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26981         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26982         jm_AC_HEADER_INTTYPES_H.
26983         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26984
26985         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26986
26987         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26988         Quote first arg of AC_DEFUN.
26989         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26990         since they are needed to parse the include file even if we need
26991         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26992         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26993         but with opposite signedness.
26994
26995 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26996
26997         Merge 'exclude' changes from tar 1.13.22.
26998         This fixes one or two unlikely storage allocation overflow bugs,
26999         but doesn't change user-visible behavior otherwise.
27000
27001 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27002
27003         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
27004         (jm_PREREQ_EXCLUDE): New macro.
27005
27006 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27007
27008         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
27009         tm to be declared.
27010
27011 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27012
27013         * lib/hash.c: Remove '2001' from copyright notice.
27014
27015 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27016
27017         * lib/full-write.h: New file.
27018         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
27019         * lib/full-write.c: Correct credits, as cccp.c no longer
27020         exists and anyway it was so heavily changed from the old cccp
27021         code as to be unrecognizable.  Include full-write.h.
27022         (full_write) Return size_t, with short writes meaning failure.
27023         All callers changed.  This fixes a bug with large buffers
27024         on 64-bit hosts.
27025         * lib/utime.c: Include full-write.h.
27026
27027 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27028
27029         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
27030         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
27031         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
27032         Include if available.
27033         (<xalloc.h>): Include
27034         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
27035         (verify): New macro.  Use it to verify that EXCLUDE macros do not
27036         collide with FNM macros.
27037         (struct patopts): New struct.
27038         (struct exclude): Use it, as exclude patterns now come with options.
27039         (new_exclude): Support above changes.
27040         (new_exclude, add_exclude_file):
27041         Initial size must now be a power of two to simplify overflow checking.
27042         (free_exclude, fnmatch_no_wildcards): New function.
27043         (excluded_filename): No longer requires options arg, as the options
27044         are determined by add_exclude.  Now returns bool, not int.
27045         (excluded_filename, add_exclude):
27046         Add support for the fancy new exclusion options.
27047         (add_exclude, add_exclude_file): Now takes int options arg.
27048         Check for arithmetic overflow when computing sizes.
27049         (add_exclude_file): xrealloc might modify errno, so don't
27050         realloc until after errno might be used.
27051
27052         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
27053         New macros.
27054         (free_exclude): New decl.
27055         (add_exclude, add_exclude_file): Now takes int options arg.
27056         (excluded_filename): No longer requires options arg, as the options
27057         are determined by add_exclude.  Now returns bool, not int.
27058
27059 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27060
27061         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
27062
27063 2001-08-27  Jim Meyering  <meyering@lucent.com>
27064
27065         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
27066
27067         * lib/version-etc.c (N_): Remove definition.
27068         Revert most of last change.
27069         Instead, simply don't mark the `Copyright...' string for translation.
27070         Based on advice from Paul Eggert.
27071
27072         * lib/strtoxmax.c: Tweak comment.
27073
27074 2001-08-26  Jim Meyering  <meyering@lucent.com>
27075
27076         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
27077
27078         * m4/xstrtoimax.m4: New file.
27079         * m4/xstrtoumax.m4: Add comments explaining why we
27080         AC_REPLACE_FUNCS(strtol).
27081
27082 2001-08-26  Jim Meyering  <meyering@lucent.com>
27083
27084         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
27085         of copyright with `%s' so translators don't get an untranslated
27086         message in 2002.
27087         (COPYRIGHT_YEAR): Define.
27088         (version_etc): Use fprintf rather than fputs.
27089         Suggestion from Ulrich Drepper.
27090
27091         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
27092
27093         * lib/strtoll.c: New file, from GNU libc.
27094         * lib/xstrtoimax.c: New file.
27095
27096         * lib/xstrtol.h: Add xstrtoimax.
27097         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
27098         * lib/strtoimax.c: New file.  Likewise, but first define
27099         STRTOUXMAX_SIGNED.
27100
27101         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
27102         ...
27103         * lib/strtoxmax.c: ... then renamed to this.
27104
27105 2001-08-18  Paul Eggert  <eggert@twinsun.com>
27106
27107         * m4/inttypes.m4: Add AC_PREREQ(2.13).
27108         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
27109         (jm_AC_TYPE_INTMAX_T): New macro.
27110         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
27111
27112         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
27113
27114         * m4/longlong.m4: Renamed from ulonglong.m4.
27115         * m4/inttypes.m4: Renamed from inttypes_h.m4.
27116         * m4/uintmax_t.m4: Removed.
27117
27118 2001-08-13  Paul Eggert  <eggert@twinsun.com>
27119
27120         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
27121         Port to Solaris 8, where 'sed' requires a space after the 'r'
27122         command, and where sh dislikes "$/".  Clean up the spacing a bit.
27123         Redirect output to $tmp just once.
27124
27125 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
27126
27127         * lib/addext.c (<errno.h>): Include.
27128         (errno): Declare if not defined.
27129         (addext): Work correctly when pathconf returns -1 and leaves
27130         errno alone because there is no limit.  Also, work even if
27131         pathconf returns a value greater than SIZE_MAX.
27132
27133 2001-08-12  Jim Meyering  <meyering@lucent.com>
27134
27135         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
27136         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
27137         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
27138         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
27139         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
27140         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
27141         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
27142         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
27143         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
27144         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
27145         utime.m4, utimes.m4, xstrtoumax.m4:
27146         Quote the first argument in each use of AC_DEFUN.
27147
27148 2001-08-12  Jim Meyering  <meyering@lucent.com>
27149
27150         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
27151         Simply `return getcwd (NULL, 0);'.
27152         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
27153         Use 1300 as initial value for length, not PATH_MAX.
27154
27155         * lib/pathmax.h: Clean up cpp syntax.
27156
27157 2001-08-12  Jim Meyering  <meyering@lucent.com>
27158
27159         * lib/gettimeofday.c: New file.
27160         * lib/gtod.h: New file.
27161         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
27162
27163 2001-08-05  Jim Meyering  <meyering@lucent.com>
27164
27165         * m4/jm-macros.m4: Require autoconf-2.52.
27166
27167 2001-08-04  Jim Meyering  <meyering@lucent.com>
27168
27169         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
27170         stmt, to get in sync with glibc.
27171
27172 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27173
27174         The following changes are from gettext 0.10.39 as maintained by
27175         Bruno Haible.
27176
27177         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
27178         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
27179         with inverted sense.  All uses changed.
27180
27181         * lib/mbswidth.c: Don't include <limits.h>.
27182         Include <stdlib.h> and <string.h> unconditionally.
27183         (iswcntrl, mbsinit, ISCNTRL): New macros.
27184         (mbsnwidth): Use K&R style function declarations.
27185         Don't bother checking for MB_LEN_MAX == 1, since the compiler
27186         can optimize it when MB_CUR_MAX == 1.
27187         The width of control characters is zero, not 1.
27188
27189 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27190
27191         The following changes are from gettext 0.10.39 as maintained by
27192         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
27193
27194         * m4/codeset.m4: Upgrade to serial AM1.
27195         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
27196         all uses changed.  Quote first arg of AC_DEFUN.
27197         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
27198
27199         * m4/iconv.m4: Upgrade to serial AM2.
27200         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
27201         Add --with-libconv-prefix.
27202         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
27203         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
27204         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
27205         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
27206         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
27207
27208         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
27209         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
27210         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
27211         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
27212         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
27213         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
27214         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
27215         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
27216         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
27217
27218         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
27219         string.h any more.
27220
27221         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
27222         not the default value.
27223
27224         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
27225         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
27226         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
27227         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
27228         Also check for iswcntrl, used for wcwidth fallback.
27229         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
27230         to Autoconf 2.13.
27231
27232 2001-08-03  Jim Meyering  <meyering@lucent.com>
27233
27234         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
27235         as it was in the original.  Reported by Paul Eggert.
27236
27237 2001-07-16  Jim Meyering  <meyering@lucent.com>
27238
27239         * m4/gettimeofday.m4: New file.
27240         Prompted by a report from Bernhard Baehr.
27241
27242 2001-07-15  Jim Meyering  <meyering@lucent.com>
27243
27244         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
27245         stuff. Now it's in ../Makefile.cfg.
27246
27247 2001-07-15  Jim Meyering  <meyering@lucent.com>
27248
27249         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
27250         (BUILT_SOURCES): Add unlocked-io.h.
27251         (io_functions): Define.
27252         (unlocked-io.h): New rule.
27253         (DISTCLEANFILES): Add unlocked-io.h.
27254         (all-local): Depend on unlocked-io.h, to ensure it is created.
27255
27256         * lib/unlocked-io.hin: New file
27257
27258         * lib/regex.c: Update from glibc.
27259
27260 2001-07-05  Jim Meyering  <meyering@lucent.com>
27261
27262         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
27263         recommendation.
27264         (libfetish_a_SOURCES): Put all .h files here instead.
27265         Remove a thus-exposed (better checks in automake) duplicate and
27266         two unnecessary .h files.
27267
27268 2001-07-04  Jim Meyering  <meyering@lucent.com>
27269
27270         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
27271         that generates jm-glibc-io.m4 so that it doesn't trigger any make
27272         distcheck failure.
27273
27274 2001-07-02  Jim Meyering  <meyering@lucent.com>
27275
27276         The following changes were prompted by suggestions from Bruno Haible.
27277
27278         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
27279         is now generated.
27280         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
27281         definition of EXTRA_DIST.
27282         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
27283         ensure that the generated file is created/updated whenever the list
27284         of $(unlocked_functions) is changed.
27285         (jm-glibc-io.m4): New rule.
27286         (unlocked-io.h): New rule -- currently unused.
27287
27288 2001-06-24  Jim Meyering  <meyering@lucent.com>
27289
27290         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
27291         unmatched right bracket, rather than kludging it with an extra,
27292         falsely-matching quote in a comment.  Patch by Akim Demaille.
27293
27294 2001-06-11  Jim Meyering  <meyering@lucent.com>
27295
27296         * lib/regex.c: Update from GNU libc.
27297
27298 2001-05-27  Jim Meyering  <meyering@lucent.com>
27299
27300         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
27301         Check for ut_type in struct utmp.
27302
27303 2001-05-27  Jim Meyering  <meyering@lucent.com>
27304
27305         * lib/readutmp.h (UT_TYPE): Define.
27306
27307 2001-05-24  Jim Meyering  <meyering@lucent.com>
27308
27309         * lib/argmatch.c: Include "quote.h".
27310         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
27311         quote function.  Reported by Göran Uddeborg.
27312
27313 2001-05-22  Jim Meyering  <meyering@lucent.com>
27314
27315         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
27316         now that we use the package-supplied version unconditionally.
27317         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
27318
27319 2001-05-21  Jim Meyering  <meyering@lucent.com>
27320
27321         * m4/regex.m4: Change a couple backticks to single quotes to avoid
27322         shell syntax errors.
27323
27324 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
27325
27326         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
27327
27328 2001-05-20  Paul Eggert  <eggert@twinsun.com>
27329
27330         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
27331         Don't bother to check library strftime, since
27332         we'll be using our own my_strftime function anyway.
27333         Define my_strftime instead of strftime.
27334
27335 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
27336
27337         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
27338         which is not yet declared.
27339
27340 2001-05-15  Jim Meyering  <meyering@lucent.com>
27341
27342         * m4/regex.m4: Use proper quoting so brackets appear in the test
27343         program.
27344         Reported by, and with help from, Bruno Haible.
27345
27346 2001-05-13  Jim Meyering  <meyering@lucent.com>
27347
27348         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
27349         undefined.
27350
27351 2001-05-11  Paul Eggert  <eggert@twinsun.com>
27352
27353         dirname code cleanup.  base_name now behaves more compatibly
27354         with POSIX basename when given file names that have trailing
27355         slashes, and similarly for dir_name.  Add new primitives
27356         base_len and dir_len.  Put the directory-name-related decls
27357         into dirname.h.
27358
27359         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
27360         * lib/backupfile.c (base_name): Likewise.
27361         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
27362         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
27363         * lib/makepath.c (strip_trailing_slashes): Likewise.
27364         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
27365         ISSLASH): Likewise.
27366         * lib/rename.c (strip_trailing_slashes): Likewise.
27367         * lib/same.c (base_name): Likewise.
27368         * lib/stripslash.c (ISSLASH): Likewise.
27369
27370         * lib/addext.c: Include <dirname.h> after size_t is defined.
27371         * lib/backupfile.c: Likewise.
27372
27373         * lib/addext.c (addext): Use base_len to trim redundant
27374         trailing slashes instead of doing it ourselves.
27375         But do not trim the last slash if it is not redundant.
27376
27377         * lib/backupfile.c (find_backup_file_name,
27378         max_backup_version): Use base_len instead of rolling it ourselves.
27379         Handle the case of "" and (on DOS) "C:" correctly.
27380
27381         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
27382         needed. Include <string.h>, <dirname.h>.
27383         (base_name): Allow file names ending in slashes, other than names
27384         that are all slashes.  In this case, return the basename followed
27385         by the slashes.  This is more general, and can be used in places
27386         where the original base_name purposely had an assertion failure.
27387         (base_len): New function.
27388
27389         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
27390         Do not include <assert.h>; no longer needed.
27391         Include xalloc.h.
27392         (memrchr): Remove decl.
27393         (dir_name_r): Remove.
27394         (dir_len): Renamed from dirlen.  All callers changed.
27395         Rewrite in terms of base_name, for simplicity and consistency.
27396         (dir_name): Never return NULL.  All callers changed.
27397         Do not include <stdlib.h> in test program; no longer needed.
27398         return 0; is fine for test program.
27399
27400         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
27401         New macros.
27402         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
27403
27404         * lib/path-concat.c (path_concat): Use base_len to compute
27405         base length, not strlen; this means we cannot rely on memcpy
27406         to null-terminate.
27407
27408         * lib/same.c (STREQ): Remove.
27409         (same_name): Handle the case where the basename ends in trailing '/'.
27410
27411         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
27412         a slash was stripped.  Do not strip the last slash after a
27413         file system prefix.
27414
27415 2001-05-11  Paul Eggert  <eggert@twinsun.com>
27416
27417         * lib/Makefile.am (libfetish_a_SOURCES):
27418         Add strftime.c, since we now compile it on all hosts.
27419
27420         * lib/strftime.c (my_strftime):
27421         Define to nstrftime if emacs, but only if my_strftime is not defined.
27422         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
27423         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
27424         Add one more extra argument: a nanoseconds value.
27425         All uses changed.
27426         (ns): New macro.
27427         (my_strftime function): Add %N format.
27428         (emacs_strftimeu): Renamed from emacs_strftime,
27429         with extra ut argument.
27430
27431 2001-05-09  Paul Eggert  <eggert@twinsun.com>
27432
27433         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
27434
27435 2001-04-21  Jim Meyering  <meyering@lucent.com>
27436
27437         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
27438         doesn't interfere.
27439
27440 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
27441
27442         * m4/ftruncate.m4: Check for chsize.
27443         Link with ftruncate.o unconditionally if ftruncate is missing.
27444         This was required when cross-compiling to i586-mingw32msvc.
27445
27446 2001-04-08  Jim Meyering  <meyering@lucent.com>
27447
27448         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
27449         recomputed; that's necessary when the offset spans a DST transition.
27450         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
27451
27452 2001-04-02  Jim Meyering  <meyering@lucent.com>
27453
27454         * lib/regex.h, regex.c: Update from GNU libc.
27455
27456 2001-03-24  Jim Meyering  <meyering@lucent.com>
27457
27458         * m4/jm-macros.m4: Require autoconf-2.49d.
27459
27460 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
27461
27462         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
27463
27464 2001-03-19  Paul Eggert  <eggert@twinsun.com>
27465
27466         * lib/version-etc.c (version_etc_copyright): Update to 2001.
27467
27468 2001-03-17  Jim Meyering  <meyering@lucent.com>
27469
27470         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
27471         now that the version in autoconf is equivalent.
27472         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
27473
27474         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
27475         Suggestion from Akim Demaille.
27476
27477         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
27478         (jm_PREREQ_TEMPNAME): New function.
27479
27480 2001-03-16  Paul Eggert  <eggert@twinsun.com>
27481
27482         * lib/tempname.c (uint64_t): Define to uintmax_t if
27483         not defined, and if UINT64_MAX is not defined.
27484         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
27485         Reported by John David Anglin.
27486
27487 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
27488
27489         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
27490         resolve alias if codeset is empty.
27491         * lib/config.charset (BeOS): Use wildcard syntax.
27492
27493 2001-03-13  Jim Meyering  <meyering@lucent.com>
27494
27495         * lib/path-concat.c (path_concat)
27496         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
27497         concatenating e.g., `C:' and `foo'.
27498         From Bruno Haible.
27499
27500 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
27501
27502         * lib/localcharset.c (locale_charset): Don't use
27503         setlocale(LC_CTYPE,NULL). Don't return NULL.
27504         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
27505
27506 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
27507
27508         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
27509         support for DOS/DJGPP.
27510
27511 2001-03-01  Paul Eggert  <eggert@twinsun.com>
27512
27513         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
27514         lacks mkstemp.  Compile our own tempname.c if we compile our own
27515         mkstemp.c, as mkstemp relies on tempname.
27516
27517 2001-03-01  Jim Meyering  <meyering@lucent.com>
27518
27519         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
27520         AH_VERBATIM really does output its argument verbatim.
27521
27522 2001-02-28  Paul Eggert  <eggert@twinsun.com>
27523
27524         * lib/Makefile.am (libfetish_a_SOURCES):
27525         Add dup-safer.c, fopen-safer.c.
27526         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
27527
27528         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
27529         * lib/unistd-safer.h: New files.
27530
27531 2001-02-25  Paul Eggert  <eggert@twinsun.com>
27532
27533         The mkstemp replacement is taken from glibc 2.2.2, with some
27534         portability fixes for use outside glibc, as follows:
27535
27536         * lib/tempname.c (struct_stat64): New macro.
27537         (direxists, __gen_tempname): Use it.
27538         This avoids a portability problem with Solaris 8.
27539
27540         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
27541         (<stddef.h>, <stdint.h>, <string.h>):
27542         Include only if STDC_HEADERS || _LIBC.
27543         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
27544         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
27545         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
27546         (__set_errno): Define this macro if <errno.h> doesn't.
27547         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
27548         Define these macros if <stdio.h> doesn't.
27549         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
27550         Define these macros if <sys/stat.h>
27551         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
27552         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
27553         __xstat64): Define if not _LIBC.
27554         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
27555         (__gen_tempname): Invoke gettimeofday only if
27556         HAVE_GETTIMEOFDAY || _LIBC;
27557         otherwise, fall back on plain "time".
27558         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
27559
27560         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
27561
27562         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
27563
27564 2001-02-18  Paul Eggert  <eggert@twinsun.com>
27565
27566         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
27567
27568 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27569
27570         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
27571         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
27572         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
27573         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27574
27575 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27576
27577         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
27578         Remove workaround macros for hosts that have mbrtowc but not
27579         mbstate_t, as we now insist on proper declarations for both
27580         before using mbrtowc.
27581
27582 2001-02-17  Jim Meyering  <meyering@lucent.com>
27583
27584         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
27585         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
27586         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
27587         UnixWare 7.1.1.
27588
27589         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
27590         rather than AC_CACHE_VAL.
27591
27592 2001-02-17  Jim Meyering  <meyering@lucent.com>
27593
27594         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
27595         around included file name.
27596
27597         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
27598
27599         * lib/strftime.c: Update from GNU libc (the only changes were to
27600         comments).
27601
27602 2001-02-17  Jim Meyering  <meyering@lucent.com>
27603
27604         * lib/regex.c: Update from libc.
27605
27606 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
27607
27608         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
27609         clash.
27610
27611 2001-02-16  Paul Eggert  <eggert@twinsun.com>
27612
27613         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
27614         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
27615         Reported by Mark Hounschell via Paul Eggert.
27616
27617 2001-02-07  Jim Meyering  <meyering@lucent.com>
27618
27619         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
27620
27621 2001-02-05  Jim Meyering  <meyering@lucent.com>
27622
27623         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
27624         it includes the patch required for `large file' support with at least
27625         HP-UX's 10.20 /bin/cc.
27626
27627 2001-02-03  Jim Meyering  <meyering@lucent.com>
27628
27629         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
27630         AS_IF, now that it works once again (mysteriously).
27631         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27632
27633 2001-01-30  Jim Meyering  <meyering@lucent.com>
27634
27635         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
27636         * m4/chown.m4: Rename conftestchown to conftest.chown.
27637         * m4/rename.m4: s/conftestdir/conftest.d1/ and
27638         s/conftestdir2/conftest.d2/.
27639         * m4/utimes.m4: s/conftestdata/conftest.data/
27640         Inspired by Pavel Roskin's change in autoconf.
27641
27642 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
27643
27644         * lib/config.charset: Update for FreeBSD 4.2.
27645
27646 2001-01-27  Jim Meyering  <meyering@lucent.com>
27647
27648         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
27649         a use of AS_IF.
27650         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27651
27652 2001-01-26  Jim Meyering  <meyering@lucent.com>
27653
27654         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
27655         quotearg.c includes it.
27656
27657 2001-01-26  Jim Meyering  <meyering@lucent.com>
27658
27659         * lib/quotearg.c: Include stddef.h.
27660         * lib/quote.c: Include stddef.h.
27661         Reported by Axel Kittenberger.
27662
27663         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
27664         line in double quotes so that it evokes a better diagnostic.
27665         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
27666         Reported by Axel Kittenberger.
27667
27668 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
27669
27670         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
27671         as if it was a `charset'.
27672
27673 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27674
27675         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
27676         has const.
27677
27678 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27679
27680         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
27681         to avoid a warning.  Add back 'const' to inptr.
27682
27683 2001-01-20  Jim Meyering  <meyering@lucent.com>
27684
27685         Be sure that headers are checked before used in code compiled
27686         for the type checks.
27687         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
27688         In place of that, invoke jm_CHECK_ALL_TYPES.
27689         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
27690         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
27691         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
27692         The check for ssize_t was mistakenly run before the test for unistd.h.
27693
27694         The configure-time check for stdbool.h was missing.
27695         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
27696         (jm_PREREQ_HASH): New function.
27697
27698 2001-01-17  Jim Meyering  <meyering@lucent.com>
27699
27700         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
27701         for autoconf-2.49c.
27702         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
27703
27704 2001-01-16  Jim Meyering  <meyering@lucent.com>
27705
27706         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
27707         From Bruno Haible.
27708
27709 2001-01-14  Jim Meyering  <meyering@lucent.com>
27710
27711         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
27712         foo and bar.  Create conftestdir/ in the script, not in the C code.
27713         Remove directories in the script, not in the C code.
27714         Remove conftestdir{,2} before trying to create the directory.
27715         Make the entire configure script fail if the mkdir fails.
27716
27717 2001-01-14  Jim Meyering  <meyering@lucent.com>
27718
27719         * lib/rename.c: New file.  From Volker Borchert.
27720         Include stdlib.h, string.h or strings.h, and xalloc.h.
27721         Use strip_trailing_slashes rather than open-coding it.
27722
27723 2001-01-03  Paul Eggert  <eggert@twinsun.com>
27724
27725         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
27726
27727 2001-01-03  Jim Meyering  <meyering@lucent.com>
27728
27729         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
27730         of local `inptr' to avoid warning with some system declarations of
27731         iconv.
27732
27733 2001-01-02  Volker Borchert  <bt@teknon.de>
27734
27735         * m4/rename.m4: New file.
27736         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
27737
27738 2001-01-01  Jim Meyering  <meyering@lucent.com>
27739
27740         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
27741         even on systems with utmpx.h.  It's necessary for the declaration of
27742         utmp's ut_user member.  Reported by Andreas Jaeger.
27743
27744         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
27745         available. They are required for the declarations of getgrgid and
27746         getpwuid resp.
27747         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
27748         Reported by Andreas Jaeger.
27749
27750 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
27751
27752         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
27753         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
27754         so `make install' also works in VPATH builds.
27755
27756 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
27757
27758         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
27759         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
27760         can be used in subdirectories.
27761
27762 2000-12-29  Paul Eggert  <eggert@twinsun.com>
27763
27764         * lib/modechange.c: Do not assume that mode_t uses the
27765         traditional octal encoding.  E.g. "chmod 1 FOO" should set
27766         the other-execute bit of FOO even if S_IXOTH != 1.
27767
27768         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
27769         WOTH, XOTH, ALLM): New macros.
27770         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
27771          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
27772         Use them.
27773         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
27774         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
27775         (mode_compile):
27776         No need to use uintmax_t; unsigned long is long enough.
27777         Don't bother to get suffix since we don't use it.
27778
27779 2000-12-26  Jim Meyering  <meyering@lucent.com>
27780
27781         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
27782         better with autoheader.
27783
27784 2000-12-24  Jim Meyering  <meyering@lucent.com>
27785
27786         * lib/hash.c (is_prime): Return explicit boolean values.
27787         (hash_get_first): Return NULL to appease Irix5.6's 89.
27788         Reported by Nelson Beebe.
27789
27790 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
27791
27792         * lib/localcharset.c (locale_charset): Add support for Win32.
27793
27794 2000-12-18  Paul Eggert  <eggert@twinsun.com>
27795
27796         * lib/physmem.h, lib/physmem.c: New files.
27797
27798         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
27799         (noinst_HEADERS): Add physmem.h.
27800
27801         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
27802         't' for compatibility with Solaris 8 sort.
27803
27804 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
27805
27806         * lib/config.charset: Add support for BeOS.
27807
27808 2000-12-17  Jim Meyering  <meyering@lucent.com>
27809
27810         * m4/dos.m4 (jm_AC_DOS): New file and macro.
27811         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
27812
27813 2000-12-16  Jim Meyering  <meyering@lucent.com>
27814
27815         This bug had a serious impact on chown: `chown N:M FILE' (for integer
27816         N and M) would have treated it like `chown N:N FILE'.
27817
27818         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
27819
27820 2000-12-16  Jim Meyering  <meyering@lucent.com>
27821
27822         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
27823         SHELLS_FILE to a file name that's useful on djgpp systems.
27824         Include stdlib.h.
27825         (ADDITIONAL_DEFAULT_SHELLS): Define.
27826         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
27827         Based mostly on a patch from Prashant TR.
27828
27829 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
27830
27831         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
27832         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
27833         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
27834
27835 2000-12-08  Andreas Schwab  <schwab@suse.de>
27836
27837         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27838         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27839
27840 2000-12-07  Jim Meyering  <meyering@lucent.com>
27841
27842         * lib/stripslash.c (ISSLASH): Define.
27843         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27844         `/'.
27845         From Prashant TR.
27846
27847         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27848         (dir_name_r): Declare this function as static.
27849         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27850         manifest itself on a name containing a mix of slashes and
27851         backslashes.
27852         Make this function work with names starting with a DOS-style
27853         drive letter and colon prefix.
27854         (dir_name): Append `.' if necessary.
27855         Based mostly on patches from Prashant TR and Eli Zaretskii.
27856
27857         * lib/dirname.h (dir_name_r): Remove prototype.
27858
27859 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27860
27861         * m4/off_t-format.m4: Remove this file.
27862         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27863
27864 2000-12-06  Jim Meyering  <meyering@lucent.com>
27865
27866         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27867         replacement strtoull, we may well need the replacement strtoul, too.
27868         Check for declarations of strtoul and strtoull.
27869         Check for strtol.  Mainly as a cue to cause automake to include
27870         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27871         Check for limits.h -- strtol.c needs it.
27872
27873 2000-12-05  Jim Meyering  <meyering@lucent.com>
27874
27875         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27876
27877 2000-12-04  Jim Meyering  <meyering@lucent.com>
27878
27879         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27880         Also include memory.h, stdlib.h, unistd.h if appropriate.
27881         Reported by Andreas Jaeger (conflicting declaration of malloc).
27882
27883 2000-12-02  Jim Meyering  <meyering@lucent.com>
27884
27885         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27886         * m4/jm-macros.m4 (jm_MACROS): require it.
27887
27888 2000-12-02  Jim Meyering  <meyering@lucent.com>
27889
27890         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27891
27892 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27893
27894         * lib/memrchr.c: Include <config.h> before any system include file.
27895
27896 2000-11-30  Jim Meyering  <meyering@lucent.com>
27897
27898         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27899
27900 2000-11-30  Jim Meyering  <meyering@lucent.com>
27901
27902         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27903
27904 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27905
27906         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27907
27908 2000-11-26  Jim Meyering  <meyering@lucent.com>
27909
27910         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27911
27912 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27913
27914         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27915         size of (size_t) -1; it's not portable.
27916
27917 2000-11-17  Jim Meyering  <meyering@lucent.com>
27918
27919         * lib/strstr.c: Update from GNU libc.
27920
27921 2000-11-17  Akim Demaille  <akim@epita.fr>
27922
27923         * lib/obstack.h: Formatting changes.
27924         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27925         prevent type checking.
27926         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27927         cast the value to (void *): assigning a `foo *' to a `void *'
27928         variable is valid.
27929         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27930
27931 2000-11-16  Jim Meyering  <meyering@lucent.com>
27932
27933         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27934
27935 2000-11-11  Jim Meyering  <meyering@lucent.com>
27936
27937         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27938
27939 2000-11-10  Jim Meyering  <meyering@lucent.com>
27940
27941         * lib/obstack.h: Update from GNU libc.
27942         * lib/obstack.c: Likewise.
27943
27944 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27945
27946         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27947
27948 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27949
27950         * lib/getusershell.c (setusershell): Use rewind rather than
27951         fseek/fseeko, to avoid configuration hassles with fseeko.
27952         Don't bother opening SHELLS_FILE if shellstream is NULL;
27953         it's not necessary.
27954
27955 2000-11-05  Jim Meyering  <meyering@lucent.com>
27956
27957         * lib/makepath.h (make_dir): Declare.
27958         * lib/makepath.c (make_dir): Remove `static' attribute.
27959         Tweak a comment.
27960
27961 2000-11-04  Jim Meyering  <meyering@lucent.com>
27962
27963         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27964
27965 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27966
27967         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27968         last one in a bucket, advance to the next bucket.
27969
27970 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27971
27972         * lib/fnmatch.c: Do not comment out all the code if we are using
27973         the GNU C library, because in some cases we are replacing buggy
27974         code in the GNU C library itself.
27975
27976 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27977
27978         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27979         (regex_compile): Catch bogus \(\1\).
27980
27981 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27982
27983         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27984         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27985         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27986
27987 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27988
27989         * lib/error.h, getline.h, modechange.h:
27990         Remove "2000" from Copyright line, as the file hasn't been
27991         changed this year other than in the copyright notice.
27992
27993         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27994         was changed this year.
27995
27996 2000-10-29  Jim Meyering  <meyering@lucent.com>
27997
27998         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27999         renaming.
28000         * m4/ls-mntd-fs.m4: Likewise
28001
28002 2000-10-29  Jim Meyering  <meyering@lucent.com>
28003
28004         * lib/xstat.in: Fix grammar in comment.
28005
28006 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
28007
28008         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
28009         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
28010         doesn't define __restrict_arr.
28011
28012 2000-10-28  Jim Meyering  <meyering@lucent.com>
28013
28014         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
28015         (jm_PREREQ_MEMCHR): New function.
28016
28017 2000-10-28  Jim Meyering  <meyering@lucent.com>
28018
28019         * lib/memchr.c: Update from libc.
28020         Adjust for portability:
28021         [HAVE_STDLIB_H]: Include stdlib.h.
28022         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
28023         Undef __memchr, too.
28024         [!weak_alias]: Define __memchr to memchr.
28025
28026         * lib/regex.c: Update from libc.
28027         * lib/regex.h: Likewise.
28028         * lib/getopt1.c: Likewise.
28029         * lib/memcmp.c: Likewise.
28030
28031         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
28032         Avoid using fseek, when possible -- it's broken by design.
28033         Patch by Ulrich Drepper.
28034
28035 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
28036
28037         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
28038         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
28039         Giving in to popular pressure to shut up the compiler with casts.
28040
28041 2000-10-26  Jim Meyering  <meyering@lucent.com>
28042
28043         * lib/strftime.c: Update from libc.
28044
28045 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
28046
28047         * regex.c: More `unsigned char' -> `re_char' changes.
28048         Also change several `int' into `re_wchar_t'.
28049         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
28050         (PUSH_FAILURE_POINTER): Don't cast any more.
28051         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
28052         We want GCC to complain, since this piece of code makes
28053         re_match non-reentrant, which *should* be fixed.
28054         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
28055         (EXTEND_BUFFER): Use RETALLOC.
28056         (SET_LIST_BIT): Don't cast.
28057         (re_wchar_t): New type.
28058         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
28059         that those two functions will always properly return.
28060         (IMMEDIATE_QUIT_CHECK): Cast to void.
28061         (analyse_first): Use recursion rather than an explicit stack.
28062         (re_compile_fastmap): Can't fail anymore.
28063         (re_search_2): Don't check re_compile_fastmap for failure.
28064         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
28065         Now also sets the new value (passed in a new argument).
28066         (re_match_2_internal): Use it.
28067         Also, use a new var `reg' of type size_t when looping through regs
28068         rather than reuse the inappropriate `mcnt'.
28069
28070 2000-10-25  Jim Meyering  <meyering@lucent.com>
28071
28072         * lib/obstack.c: Update from libc.
28073
28074 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
28075
28076         * regex.c (regex_compile): Change the way of handling a range from
28077         a char less than 256 to a char not less than 256.
28078
28079 2000-10-24  Andrew Innes  <andrewi@gnu.org>
28080
28081         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
28082         NT-Emacs only.
28083         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
28084         so that re_search functions only quit when callers expect them to.
28085
28086 2000-10-23  Jim Meyering  <meyering@lucent.com>
28087
28088         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
28089         wrong.  That set_locale call must not have any side effects.
28090         From Paul Eggert.
28091
28092 2000-10-22  Jim Meyering  <meyering@lucent.com>
28093
28094         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
28095         [CYCLIC]: Remove now-unused definition.
28096
28097         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
28098         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
28099         Suggestion from Ulrich Drepper.
28100
28101 2000-10-21  Jim Meyering  <meyering@lucent.com>
28102
28103         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
28104         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
28105         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
28106
28107 2000-10-21  Jim Meyering  <meyering@lucent.com>
28108
28109         * lib/dirname.c (memrchr): Declare if necessary.
28110         (dir_name): Remove the restriction that there be no
28111         trailing slashes.  Now, this code skips past them, effectively
28112         ignoring them.
28113         [TEST_DIRNAME] (main): New unit tests.
28114
28115         * lib/memrchr.c: New file from GNU libc.
28116         Undef __memrchr, too.
28117         [!weak_alias]: Define __memrchr to memrchr.
28118         Guard weak_alias use with `#ifdef weak_alias'.
28119
28120 2000-10-21  Jim Meyering  <meyering@lucent.com>
28121
28122         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
28123         (dir_name): Use dir_name_r.
28124         * lib/dirname.h (dir_name_r): Declare it.
28125
28126 2000-10-17  Jim Meyering  <meyering@lucent.com>
28127
28128         * lib/quote.h (PARAMS): Define and use.
28129         Reported by Akim Demaille.
28130
28131         * lib/getopt.c: Update from libc.
28132
28133 2000-10-16  Jim Meyering  <meyering@lucent.com>
28134
28135         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
28136         setlocale.
28137         From Jan Fedak.
28138
28139 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
28140
28141         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
28142
28143 2000-09-25  Jim Meyering  <meyering@lucent.com>
28144
28145         * lib/md5.h (rol): Define (from GnuPG).
28146
28147         * lib/sha.c: Give credit (GnuPG) where due.
28148         (M): Use rol rather than open-coding it.
28149         Add a FIXME comment.
28150
28151 2000-09-21  Jim Meyering  <meyering@lucent.com>
28152
28153         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
28154         Reported by Michael Stone.
28155
28156 2000-09-20  Jim Meyering  <meyering@lucent.com>
28157
28158         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
28159         (noinst_HEADERS): Add sha.h.
28160         Based on code from Scott G. Miller and from GnuPG.
28161
28162 2000-09-18  Jim Meyering  <meyering@lucent.com>
28163
28164         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
28165         LIBS. Otherwise, everyone ends up linking with -lelf for some
28166         configurations.
28167         Reported by Mike Stone.
28168
28169 2000-09-15  Jim Meyering  <meyering@lucent.com>
28170
28171         * lib/regex.c: Update from libc.
28172
28173 2000-09-10  Jim Meyering  <meyering@lucent.com>
28174
28175         * lib/getopt.c (_getopt_internal): Update from glibc.
28176
28177 2000-09-09  Jim Meyering  <meyering@lucent.com>
28178
28179         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
28180         think it should be used as a general replacement for isascii.
28181         * lib/fnmatch.c: Likewise.
28182         * lib/mbswidth.c: Likewise
28183         * lib/regex.c: Likewise.
28184
28185         Don't use atoi.
28186         * lib/userspec.c: Include sys/param.h and limits.h.
28187         Include xstrtol.h.
28188         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28189         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
28190         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
28191         UID, GID.  Check range.
28192
28193 2000-09-06  Jim Meyering  <meyering@lucent.com>
28194
28195         * lib/getopt.c (_getopt_internal): Update from glibc.
28196
28197 2000-08-30  Jim Meyering  <meyering@lucent.com>
28198
28199         * lib/strftime.c: Merge in changes from GNU libc.
28200
28201 2000-08-26  Jim Meyering  <meyering@lucent.com>
28202
28203         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
28204         * m4/fpending.m4: New file.
28205
28206 2000-08-26  Jim Meyering  <meyering@lucent.com>
28207
28208         * lib/closeout.c: Include "__fpending.h".
28209         (close_stdout_status): Return right away if there's nothing to flush.
28210
28211         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
28212         * lib/__fpending.c: New file.
28213         * lib/__fpending.h: New file.
28214
28215 2000-08-20  Jim Meyering  <meyering@lucent.com>
28216
28217         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
28218         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
28219         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
28220
28221 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
28222
28223         Improve fileutils installation on systems where running
28224         programs (like install) can't be unlinked.
28225         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
28226         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
28227
28228 2000-08-07  Paul Eggert  <eggert@twinsun.com>
28229
28230         Standardize on "memory exhausted" instead of "Memory exhausted"
28231         or "virtual memory exhausted".
28232         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
28233         "virtual memory exhausted".
28234         * lib/same.c (same_name): Invoke xalloc_die instead of printing
28235         our own message.
28236         * lib/userspec.c (parse_user_spec): Likewise.
28237         * lib/bumpalloc.h: comment fix
28238         * lib/same.c, userspec.c: Include xalloc.h.
28239
28240         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
28241         not char *const and pointing to a constant array.
28242         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
28243         (xrealloc): Comment fix.
28244
28245         * lib/userspec.c (parse_user_spec):
28246         Don't translate a message until just before returning,
28247         to avoid unnecessary translation.
28248
28249 2000-08-07  Jim Meyering  <meyering@lucent.com>
28250
28251         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
28252         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
28253         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
28254         getgroups.c, gethostname.c, getopt.h, group-member.c,
28255         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
28256         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
28257         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
28258         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
28259         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
28260         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
28261         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
28262         yesno.c: Back out Copyright date changes for each file with no change
28263         this year.  This eases coordination with other programs using the same
28264         source code modules.  From Paul Eggert.
28265
28266 2000-08-06  Paul Eggert  <eggert@twinsun.com>
28267
28268         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
28269         not char, for compatibility with glibc 2.1.3 strftime.c.
28270
28271 2000-08-03  Greg McGary  <greg@mcgary.org>
28272
28273         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
28274         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
28275         (EXTEND_BUFFER): Use them.
28276
28277 2000-08-01  Jim Meyering  <meyering@lucent.com>
28278
28279         * lib/dirname.c (ISSLASH): Define.
28280         (BACKSLASH_IS_PATH_SEPARATOR): Define.
28281         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
28282         both `\' and `/' may be use as path separators.
28283         Based on a patch from Prashant TR.
28284
28285 2000-07-31  Paul Eggert  <eggert@twinsun.com>
28286
28287         * lib/quotearg.c (quotearg_n_options): Don't make the initial
28288         slot vector a constant, since it might get modified.
28289
28290 2000-07-31  Jim Meyering  <meyering@lucent.com>
28291
28292         * lib/xmalloc.c: Use `virtual memory exhausted', not
28293         `Memory exhausted'.
28294         * lib/obstack.c (print_and_abort): Likewise.
28295
28296 2000-07-30  Paul Eggert  <eggert@twinsun.com>
28297
28298         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
28299         buffer, so that the caller can always quote one small
28300         component of a "memory exhausted" message in slot 0.
28301         From a suggestion by Jim Meyering.
28302
28303 2000-07-30  Jim Meyering  <meyering@lucent.com>
28304
28305         * lib/makepath.c (make_path): Quote the other instance, too.
28306
28307         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
28308         (STATIC_BUF_SIZE): Define.
28309         (quotearg_n_options): Use only statically allocated storage when
28310         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
28311         than STATIC_BUF_SIZE.
28312
28313 2000-07-29  Jim Meyering  <meyering@lucent.com>
28314
28315         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
28316         * lib/dirname.c (dir_name): Likewise.
28317
28318         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
28319         `/'.
28320
28321         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
28322         (dir_name): Assert that there are no trailing slashes.
28323
28324 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
28325
28326         * lib/mbswidth.h (mbswidth): Add a flags argument.
28327         (mbswidth): New declaration.
28328         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
28329         * lib/mbswidth.c (mbswidth): Add a flags argument.
28330         (mbsnwidth): New function.
28331
28332 2000-07-24  Jim Meyering  <meyering@lucent.com>
28333
28334         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
28335
28336 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28337
28338         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
28339
28340 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28341
28342         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
28343         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
28344         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
28345         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
28346         invoke multibyte primitives.
28347
28348 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28349
28350         * lib/quotearg.c:
28351         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
28352         so that mbstate_t is always defined.
28353
28354         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
28355         be 1 in at least one GCC installation, and this configuration
28356         error is likely to be common.  Ignoring MB_LEN_MAX hurts
28357         performance on hosts that have mbrtowc but have only unibyte
28358         locales, but I assume these hosts are rare.
28359
28360 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28361
28362         * lib/mbswidth.c (_XOPEN_SOURCE):
28363         Don't define; this causes problems on Solaris 7.
28364         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
28365
28366 2000-07-23  Jim Meyering  <meyering@lucent.com>
28367
28368         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
28369         too: getgrgid, getpwuid, getuid.
28370
28371 2000-07-23  Jim Meyering  <meyering@lucent.com>
28372
28373         * lib/basename.c (base_name): Add an assertion.
28374
28375 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
28376
28377         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
28378         shadow its mbsinit function.
28379
28380 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
28381
28382         * lib/mbswidth.h: New file.
28383         * lib/mbswidth.c: New file.
28384         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
28385         (noinst_HEADERS): Add mbswidth.h.
28386
28387 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
28388
28389         * lib/config.charset: Add support for FreeBSD. Improve support for
28390         HP-UX and IRIX 6.
28391
28392 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
28393
28394         * m4/mbswidth.m4: New file.
28395         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
28396
28397 2000-07-15  Jim Meyering  <meyering@lucent.com>
28398
28399         * lib/makepath.c: Include quote.h.
28400         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
28401         corresponding argument in a `quote (...)' call.
28402         Give better diagnostics.
28403
28404         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
28405         (noinst_HEADERS): Add quote.h.
28406
28407         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
28408         from tar's src/misc.c.
28409         * lib/quote.h: New file.  Prototypes for same.
28410
28411 2000-07-14  Paul Eggert  <eggert@twinsun.com>
28412
28413         From a suggestion by Bruno Haible.
28414         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
28415         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
28416         to decide whether to define the BeOS workaround macro;
28417         this adjusts to the change to AC_MBSTATE_T.
28418
28419 2000-07-14  Jim Meyering  <meyering@lucent.com>
28420
28421         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
28422         jm_AC_TYPE_UINTMAX_T.
28423
28424 2000-07-13  Paul Eggert  <eggert@twinsun.com>
28425
28426         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
28427
28428         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
28429         quotearg_buffer_restyled): Add support for
28430         clocale_quoting_style.  Undo previous change to
28431         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
28432         and "{RIGHT QUOTATION MARK}" msgids.
28433
28434 2000-07-10  Paul Eggert  <eggert@twinsun.com>
28435
28436         From a suggestion by Bruno Haible.
28437         * m4/mbstate_t.m4 (AC_MBSTATE_T):
28438         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
28439         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
28440         and mbstate_t, to a single-part test that simply defines mbstate_t.
28441         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
28442         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
28443
28444 2000-07-10  Jim Meyering  <meyering@lucent.com>
28445
28446         * m4/strerror_r.m4: Mirror the correction made in autoconf.
28447
28448         * m4/gnu-source.m4: Output to confdefs.h directly.
28449         Suggestion from Akim Demaille.
28450
28451 2000-07-09  Paul Eggert  <eggert@twinsun.com>
28452
28453         The old behavior of quoting `like this' doesn't look good with
28454         newer, ISO-style fonts.  See:
28455         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
28456
28457         Instead, quote "like this" by default.  Let the translator
28458         tailor the locale-specific quoting behavior by providing
28459         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
28460
28461         * lib/quotearg.c (N_): New macro.
28462         (gettext_default): New function.
28463         (quotearg_buffer_restyled): Use
28464         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
28465         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
28466
28467 2000-07-09  Jim Meyering  <meyering@lucent.com>
28468
28469         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
28470         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
28471
28472         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
28473         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
28474
28475 2000-07-09  Jim Meyering  <meyering@lucent.com>
28476
28477         * lib/Most files: Update copyright dates to include 2000.
28478
28479 2000-07-08  Jim Meyering  <meyering@lucent.com>
28480
28481         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
28482         if not defined.
28483         (xgethostname): Remove now-unnecessary #ifdef.
28484         Move declaration of `err' into loop where it's used.
28485
28486 2000-07-05  Paul Eggert  <eggert@twinsun.com>
28487         and Bruno Haible  <haible@clisp.cons.org>
28488
28489         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
28490         only if the test for an object-type mbstate_t fails.  This
28491         prevents us from mistakenly reporting that mbstate_t is a
28492         system object type after we "#define mbstate_t int" to work
28493         around its lack.
28494
28495 2000-07-05  Paul Eggert  <eggert@twinsun.com>
28496         and Bruno Haible  <haible@clisp.cons.org>
28497
28498         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
28499
28500 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28501
28502         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
28503         to strerror_r.
28504         Include <ctype.h> for use of isalpha.
28505
28506 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28507
28508         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
28509         by allocating a larger buffer. Test the gethostname return value for
28510         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
28511         returns an error and ENAMETOOLONG isn't defined.
28512
28513 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28514
28515         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
28516         dimension.
28517
28518 2000-07-04  Jim Meyering  <meyering@lucent.com>
28519
28520         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
28521         of the deprecated AC_CHECKING.
28522
28523 2000-07-04  Jim Meyering  <meyering@lucent.com>
28524
28525         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
28526         Reported by Bruno Haible.
28527
28528 2000-07-04  Jim Meyering  <meyering@lucent.com>
28529
28530         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
28531         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
28532         lacks mbrtowc.
28533
28534 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28535
28536         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
28537         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
28538
28539 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28540         and Bruno Haible  <haible@clisp.cons.org>
28541
28542         * lib/quotearg.c (mbrtowc):
28543         Assign to *pwc, and return 1 only if result is nonzero.
28544         (iswprint): Use ISPRINT when substituting our own mbrtowc.
28545
28546 2000-07-03  Jim Meyering  <meyering@lucent.com>
28547
28548         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
28549
28550 2000-07-03  Jim Meyering  <meyering@lucent.com>
28551
28552         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
28553         This is necessary to get a definition of e.g., UTMP_FILE on
28554         HP-UX 10.20.
28555         From Bob Proulx.
28556
28557 2000-07-02  Jim Meyering  <meyering@lucent.com>
28558
28559         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
28560
28561         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
28562         AC_LIBOBJ(function_name).
28563         * m4/chown.m4: Likewise.
28564         * m4/fnmatch.m4: Likewise.
28565         * m4/ftruncate.m4: Likewise.
28566         * m4/getgroups.m4: Likewise.
28567         * m4/getline.m4: Likewise.
28568         * m4/group-member.m4: Likewise.
28569         * m4/jm-macros.m4: Likewise.
28570         * m4/lstat.m4: Likewise.
28571         * m4/malloc.m4: Likewise.
28572         * m4/memcmp.m4: Likewise.
28573         * m4/nanosleep.m4: Likewise.
28574         * m4/putenv.m4: Likewise.
28575         * m4/realloc.m4: Likewise.
28576         * m4/regex.m4: Likewise.
28577         * m4/stat.m4: Likewise.
28578         * m4/strftime.m4: Likewise.
28579
28580 2000-07-02  Jim Meyering  <meyering@lucent.com>
28581
28582         * lib/quotearg.c (mbstate_t): Don't define here.
28583
28584 2000-07-02  Jim Meyering  <meyering@lucent.com>
28585
28586         * lib/nanosleep.c (SIGCONT): Define if not already defined.
28587
28588 2000-07-01  Jim Meyering  <meyering@lucent.com>
28589
28590         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
28591
28592 2000-07-01  Jim Meyering  <meyering@lucent.com>
28593
28594         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
28595         problem.
28596
28597 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28598
28599         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
28600         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
28601
28602 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28603
28604         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
28605         per change in ../m4/ls-mntd-fs.m4.
28606         (read_filesystem_list): Ignore symbolic links.
28607
28608 2000-06-29  Jim Meyering  <meyering@lucent.com>
28609
28610         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
28611         for declaration of strcmp.
28612
28613         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
28614
28615         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
28616         Avoid warning by casting result to `char *' to remove `const'.
28617
28618 2000-06-28  Jim Meyering  <meyering@lucent.com>
28619
28620         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
28621         included by quotearg.c, for which we perform this test.  From
28622         Bruno Haible.
28623
28624 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28625
28626         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
28627         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
28628         <utmpx.h> exists, put readutmp.o into LIBOBJS.
28629
28630 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28631
28632         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
28633
28634 2000-06-26  Paul Eggert  <eggert@twinsun.com>
28635
28636         savedir now sets errno on failure and invokes xmalloc to get memory.
28637         Fix a couple of other minor bugs while we're at it.
28638
28639         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
28640         (NAMLEN): Remove macro.
28641         (malloc, realloc): Remove decls.
28642         (stpcpy): Likewise.
28643         ("xalloc.h"): Include.
28644         (NAME_SIZE_DEFAULT): New macro.
28645         (savedir): Use xmalloc / xrealloc to allocate memory.
28646         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
28647         Skip "" directory entries.
28648         Use strlen to calculate directory entry length, since the old method
28649         is rarely used these days and isn't worth supporting.
28650         Don't use a pointer after freeing it.
28651         Check for integer overflow when calculating allocation size.
28652         Use memcpy to copy entries, instead of stpcpy.
28653         Set errno properly when returning NULL.
28654         Check for readdir error.
28655
28656 2000-06-26  Jim Meyering  <meyering@lucent.com>
28657
28658         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
28659
28660 2000-06-25  Jim Meyering  <meyering@lucent.com>
28661
28662         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
28663         Linux header bug when _XOPEN_SOURCE is defined to 500.
28664
28665 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28666
28667         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
28668         deficiency.
28669
28670 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28671
28672         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
28673         Include xalloc.h.
28674         Don't include <stdlib.h>.  Don't declare malloc, realloc.
28675
28676 2000-06-24  Jim Meyering  <meyering@lucent.com>
28677
28678         * m4/strerror_r.m4: Revive this file -- to try out an experimental
28679         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
28680         for which strerror does return char*, but which lacks a conveniently
28681         accessible declaration of the function.  If the compile-test says
28682         strerror_r doesn't work, then resort to a `run'-test that works on
28683         BeOS and segfaults on DEC Unix.
28684
28685 2000-06-24  Jim Meyering  <meyering@lucent.com>
28686
28687         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
28688
28689 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28690
28691         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
28692         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
28693
28694 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28695
28696         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
28697         (mbrtowc, mbstate_t): Define substitutes if
28698         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
28699         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
28700         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
28701
28702 2000-06-23  Jim Meyering  <meyering@lucent.com>
28703
28704         * m4/afs.m4: Add missing AC_MSG_RESULT.
28705         Reported by Bruno Haible.
28706
28707         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
28708         Suggestion from Bruno Haible.
28709
28710 2000-06-23  Jim Meyering  <meyering@lucent.com>
28711
28712         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
28713
28714 2000-06-21  Jim Meyering  <meyering@lucent.com>
28715
28716         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
28717
28718 2000-06-21  Jim Meyering  <meyering@lucent.com>
28719
28720         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
28721         (noinst_HEADERS): Add getstr.h.
28722
28723         * lib/getline.c (getstr): Move into a separate file.
28724         * lib/getstr.c (getstr): New file, extracted from getline.c, with
28725         the following changes: new parameter, delim2; both delim[12]
28726         parameters have type `int', not `char'.  The latter would lose
28727         with 8-bit delimiters.
28728         * lib/getstr.h: New file.
28729
28730 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28731
28732         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
28733         than 1024, return a memory chunk of least possible size, instead
28734         of size PATH_MAX + 2. In the loop, increment the size proportionally.
28735         Use free/xmalloc instead of xrealloc to avoid copying for very long
28736         paths.
28737
28738 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28739
28740         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
28741         the empty string.
28742
28743 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28744
28745         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
28746         address, not strdup.  Include <stdlib.h> and don't declare free().
28747
28748 2000-06-19  Jim Meyering  <meyering@lucent.com>
28749
28750         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
28751
28752 2000-06-18  Jim Meyering  <meyering@lucent.com>
28753
28754         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
28755
28756         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
28757         `checking whether...' message to be consistent with that of the
28758         lstat test.
28759
28760 2000-06-18  Jim Meyering  <meyering@lucent.com>
28761
28762         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
28763         Besides, these days every porting target provides a mkdir function.
28764
28765         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
28766         needed. (this snippet comes from src/system.h).
28767
28768 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
28769
28770         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
28771
28772 2000-06-15  Paul Eggert  <eggert@twinsun.com>
28773
28774         * lib/human.c (adjust_value): New function.
28775         (human_readable_inexact): Apply rounding style even when
28776         printing approximate values.
28777
28778 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28779
28780         * lib/human.c (human_readable_inexact): Allow an input block
28781         size that is not a multiple of the output block size, and vice versa.
28782         Reported by Piergiorgio Sartor.
28783
28784 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28785
28786         * lib/getdate.y (get_date): Apply relative times after time
28787         zone indicator, not before.  Reported by Todd A. Jacobs.
28788
28789 2000-06-13  Jim Meyering  <meyering@lucent.com>
28790
28791         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
28792
28793         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
28794
28795 2000-06-12  Paul Eggert  <eggert@twinsun.com>
28796
28797         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
28798
28799 2000-06-12  Jim Meyering  <meyering@lucent.com>
28800
28801         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
28802         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
28803         optional argument.
28804         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
28805         the optional argument, `lib'.
28806
28807 2000-06-08  Jim Meyering  <meyering@lucent.com>
28808
28809         * m4/largefile.m4: Remove file (now that it's part of autoconf).
28810
28811 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28812
28813         Rewrite largefile configuration so that we don't need to run
28814         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
28815         AC_CANONICAL_HOST in configure.in -- jmm]
28816
28817         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
28818         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
28819         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
28820         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
28821         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
28822         All uses changed.
28823         Instead of inspecting the output of getconf, try to compile the
28824         test program without and with the macro definition.
28825         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
28826         for getconf.  Instead, check for the needed flags by compiling
28827         test programs.
28828
28829 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28830
28831         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
28832
28833 2000-06-04  Jim Meyering  <meyering@lucent.com>
28834
28835         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28836         SunOS 4.1.4 for which gid_t is an unsigned type.
28837
28838 2000-06-03  Jim Meyering  <meyering@lucent.com>
28839
28840         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28841         now that autoconf requires that.
28842
28843         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28844         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28845         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28846
28847 2000-06-03  Jim Meyering  <meyering@lucent.com>
28848
28849         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28850
28851 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28852
28853         * m4/glibc21.m4: New file.
28854         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28855
28856 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28857
28858         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28859         newer, don't install charset.alias.
28860         * lib/config.charset: Change the Linux/glibc rules so they become empty
28861         on glibc-2.1 or newer.
28862
28863 2000-06-02  Jim Meyering  <meyering@lucent.com>
28864
28865         * lib/mountlist.c: Back out last change.  Instead, do this...
28866         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28867         me_dummy member using the same `ignore'-testing code.
28868         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28869         fs_type strings.
28870         From Mark D. Roth.
28871
28872 2000-05-29  Jim Meyering  <meyering@lucent.com>
28873
28874         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28875         mounts with the `ignore' attribute.  Based on a patch from
28876         Mark D. Roth.
28877
28878 2000-05-28  Jim Meyering  <meyering@lucent.com>
28879
28880         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28881         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28882         * m4/stat.m4: Likewise.
28883         * m4/lstat.m4: Likewise.
28884         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28885
28886         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28887         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28888
28889 2000-05-26  Jim Meyering  <meyering@lucent.com>
28890
28891         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28892
28893 2000-05-24  Jim Meyering  <meyering@lucent.com>
28894
28895         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28896         autoconf requires that.
28897         * m4/lib-check.m4: Likewise.
28898         * m4/jm-macros.m4: Likewise.
28899         * m4/strftime.m4: Likewise.
28900
28901         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28902         AC_CHECK_DECLS, now that autoconf requires that.
28903
28904 2000-05-22  Jim Meyering  <meyering@lucent.com>
28905
28906         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28907         * m4/lstat.m4: Likewise.
28908
28909 2000-05-22  Jim Meyering  <meyering@lucent.com>
28910
28911         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28912
28913 2000-05-20  Jim Meyering  <meyering@lucent.com>
28914
28915         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28916         (jm_PREREQ): Use it.
28917
28918 2000-05-18  Jim Meyering  <meyering@lucent.com>
28919
28920         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28921         back, too, since it may have been modified by allocate_entry.
28922         (hash_delete): Rewrite to use neither the assignment operator
28923         nor the comma operator in an if-expression.
28924
28925 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28926
28927         * lib/closeout.c:
28928         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28929         Remove; no longer needed.
28930         "quotearg.h": Add include.
28931         (file_name): Do not bother to explicitly initialize to NULL; it's less
28932         efficient on some hosts.
28933         (close_stdout_status): Remove test as to whether stdout was already
28934         closed; it breaks for the case "echo x | sort >&-".
28935         Quote file name colons.
28936         Do not assume that _("write error") lacks format strings.
28937
28938 2000-05-15  Jim Meyering  <meyering@lucent.com>
28939
28940         * lib/version-etc.c (version_etc_copyright): Update the copyright
28941         string used in all --version output.
28942
28943 2000-05-14  Jim Meyering  <meyering@lucent.com>
28944
28945         * lib/closeout.c (close_stdout_set_file_name): New function.
28946         (close_stdout_status): Use new file-scoped global.
28947         Return right away if fstat says the stdout file descriptor is invalid.
28948         * lib/closeout.h (close_stdout_set_file_name): Declare.
28949
28950 2000-05-10  Jim Meyering  <meyering@lucent.com>
28951
28952         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28953         (close_stdout_set_status): New function.
28954         * lib/closeout.h (close_stdout_set_status): Declare.
28955
28956 2000-05-09  Jim Meyering  <meyering@lucent.com>
28957
28958         * m4/gettext.m4: Rename this...
28959         * m4/libintl.m4: ...to this.
28960
28961 2000-05-08  Jim Meyering  <meyering@lucent.com>
28962
28963         * lib/long-options.c: Don't include closeout.h.
28964         (parse_long_options): Don't call close_stdout for --version.
28965
28966 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28967
28968         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28969         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28970         2.1.3 bug.  This avoids a clash when files like regex.c define
28971         _GNU_SOURCE.
28972
28973 2000-05-06  Jim Meyering  <meyering@lucent.com>
28974
28975         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28976         (AC_REPLACE_FUNCS): Add strnlen.
28977
28978         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28979         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28980
28981         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28982         AC_SEARCH_LIBS call for nanosleep.
28983         (LIB_NANOSLEEP): Set and AC_SUBST.
28984
28985 2000-05-06  Jim Meyering  <meyering@lucent.com>
28986
28987         * lib/strnlen.c: Undefine __strnlen and strnlen.
28988         [!weak_alias]: Define __strnlen to strnlen.
28989
28990         * lib/atexit.c: New file, from libiberty.
28991
28992 2000-05-06  Jim Meyering  <meyering@lucent.com>
28993
28994         * lib/closeout.c (close_stdout_status): Also check for errors on the
28995         stderr stream.
28996
28997 2000-05-05  Jim Meyering  <meyering@lucent.com>
28998
28999         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
29000         AC_SEARCH_LIBS call for clock_gettime.
29001         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
29002
29003         * m4/search-libs.m4: Update from autoconf.
29004
29005         su doesn't work on Solaris 2.6.
29006         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
29007         <shadow.h>.  Reported by Dragos Harabor.
29008
29009 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
29010
29011         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
29012         memcpy instead of xmalloc, xrealloc, path_concat.
29013         (locale_charset): Treat empty environment variables as absent.
29014         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
29015
29016 2000-05-04  Jim Meyering  <meyering@lucent.com>
29017
29018         * lib/getopt.c: Update from glibc.
29019         * lib/obstack.c: Likewise.
29020         * lib/obstack.h: Likewise.
29021         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
29022         file
29023
29024         * lib/regex.h: Likewise.
29025         * lib/strndup.c: Likewise.
29026         * lib/strnlen.c: New file, from glibc.
29027
29028 2000-05-03  Jim Meyering  <meyering@lucent.com>
29029
29030         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
29031
29032 2000-05-02  Paul Eggert  <eggert@twinsun.com>
29033
29034         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
29035         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
29036         compile-time test, rather than inspecting host and OS, to
29037         decide whether to define _LARGEFILE_SOURCE.
29038
29039 2000-05-01  Jim Meyering  <meyering@lucent.com>
29040
29041         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
29042
29043         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
29044         Based on a patch from Bruno Haible.
29045
29046 2000-05-01  Jim Meyering  <meyering@lucent.com>
29047
29048         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
29049
29050 2000-04-29  Jim Meyering  <meyering@lucent.com>
29051
29052         * lib/path-concat.c: Declare strdup only if it's not defined.
29053         * lib/canon-host.c: Likewise.
29054
29055 2000-04-28  Jim Meyering  <meyering@lucent.com>
29056
29057         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
29058         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
29059         is included first, then limits.h is included by locale.h by libintl.h.
29060         From John David Anglin.
29061
29062 2000-04-25  Jim Meyering  <meyering@lucent.com>
29063
29064         * lib/makepath.c (S_IRWXUGO): Define.
29065         (make_path): Always perform explicit chmod if MODE specifies any
29066         of the `special' permission bits.  Prompted by a bug report against
29067         install from Mate Wierdl and Joost van Baal.
29068
29069 2000-04-18  Jim Meyering  <meyering@lucent.com>
29070
29071         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
29072         (jm_PREREQ): Use it.
29073
29074 2000-04-18  Jim Meyering  <meyering@lucent.com>
29075
29076         * lib/README: New file.
29077
29078         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
29079         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
29080
29081 2000-04-17  Jim Meyering  <meyering@lucent.com>
29082
29083         Get it right :-)
29084         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
29085         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
29086         Suggestion from Akim Demaille.
29087
29088 2000-04-17  Jim Meyering  <meyering@lucent.com>
29089
29090         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
29091         the definition of it to rpl_strftime also defined-away the system's
29092         declaration.
29093
29094 2000-04-15  Jim Meyering  <meyering@lucent.com>
29095
29096         Use `C' to denote so-called `contiguous' files, the same way
29097         that tar does.
29098         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
29099         (ftypelet): Use S_ISCTG.
29100         From Michael Deutschmann.
29101
29102 2000-04-14  Jim Meyering  <meyering@lucent.com>
29103
29104         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
29105         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
29106         clobbered.
29107
29108 2000-04-14  Jim Meyering  <meyering@lucent.com>
29109
29110         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
29111
29112 2000-04-13  Jim Meyering  <meyering@lucent.com>
29113
29114         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
29115         AH_VERBATIM to insert required #ifndef into config.h.in.
29116         Suggestion from Akim Demaille.
29117
29118 2000-04-12  Jim Meyering  <meyering@lucent.com>
29119
29120         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
29121         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
29122         Christian Krackowizer.
29123
29124         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
29125         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
29126         (AC_SYS_LARGEFILE): Require.
29127         (AM_C_PROTOTYPES): Require.
29128
29129 2000-04-08  Jim Meyering  <meyering@lucent.com>
29130
29131         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
29132         names don't conflict.  Reported by Eli Zaretskii.
29133
29134 2000-04-07  Jim Meyering  <meyering@lucent.com>
29135
29136         * lib/putenv.c: Move inclusion of errno.h so it follows that of
29137         sys/types.h, to work around system header problems on AIX 3.2.5.
29138         From Bruno Haible.
29139
29140 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
29141
29142         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
29143         bug.  Deal with the different error behavior of Irix iconv.
29144
29145 2000-04-05  Paul Eggert  <eggert@twinsun.com>
29146
29147         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
29148         IRIX if the installer said otherwise.
29149
29150 2000-04-05  Jim Meyering  <meyering@lucent.com>
29151
29152         Portability tweaks required for ultrix4.3.
29153         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
29154         (jm_CHECK_DECLS): Add getutent to the list of functions.
29155         (_jm_DECL_HEADERS): Add utmpx.h.
29156         From John David Anglin.
29157
29158         * m4/strftime.m4: Back out the 2000-04-02 change.
29159         Instead of that change, simply undefine putenv in the test program.
29160
29161 2000-04-05  Jim Meyering  <meyering@lucent.com>
29162
29163         Portability tweaks required for ultrix4.3.
29164         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
29165         getutent.
29166         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
29167         * lib/canon-host.c: Declare strdup.
29168         * lib/path-concat.c: Likewise.
29169         From John David Anglin.
29170
29171 2000-04-04  Jim Meyering  <meyering@lucent.com>
29172
29173         Be more DOS 8.3-friendly.
29174         * lib/ref-add.sin: Renamed from ref-add.sed.in.
29175         * lib/ref-del.sin: Renamed from ref-del.sed.in.
29176         * lib/Makefile.am: Reflect renaming.
29177         Reported by Eli Zaretskii.
29178
29179         Use a temporary file name that won't clash with `charset.alias'
29180         in the DOS 8.3 name space.
29181         * lib/Makefile.am (charset_tmp): Define.
29182         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
29183         (uninstall-local): Likewise.
29184         Reported by Eli Zaretskii.
29185
29186 2000-04-03  Jim Meyering  <meyering@lucent.com>
29187
29188         * m4/gettext.m4: Fix typo in comment.
29189
29190         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
29191         textutils/configure.in).  Suggestion from Paul Eggert.
29192         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
29193
29194 2000-04-02  Paul Eggert  <eggert@twinsun.com>
29195
29196         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
29197         variable in the shell rather than using putenv, which isn't
29198         portable.  This avoids the configure-time inter-test dependency
29199         on the potentially-renamed putenv function.
29200
29201 2000-03-30  Paul Eggert  <eggert@twinsun.com>
29202
29203         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
29204         before checking struct stat.st_blksize, so that
29205         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
29206
29207 2000-03-29  Paul Eggert  <eggert@twinsun.com>
29208
29209         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
29210         since strftime.c uses HAVE_STRFTIME to decide whether to use
29211         the underlying strftime.
29212
29213 2000-03-29  Paul Eggert  <eggert@twinsun.com>
29214
29215         * lib/time/strftime.c (my_strftime): Make sure we call the system
29216         strftime, not ourselves, when invoking the underlying strftime.
29217
29218 2000-03-24  Jim Meyering  <meyering@lucent.com>
29219
29220         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
29221         (charset_alias): Define.
29222         (install-exec-local): Factor out common code.
29223         (uninstall-local): Split lines longer than 80.
29224         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
29225         (SUFFIXES): Define.
29226         (.sed.in.sed): New rule.  Don't redirect directly to $@.
29227         (CLEANFILES): Add ref-add.sed and ref-del.sed.
29228
29229 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
29230
29231         * lib/config.charset: Output a line containing "Packages using this
29232         file".
29233         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
29234         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
29235         ref-del.sed): New rules.
29236
29237 2000-03-17  Jim Meyering  <meyering@lucent.com>
29238
29239         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
29240         Otherwise, include <strings.h>
29241
29242 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
29243
29244         * lib/unicodeio.c (utf8_wctomb): New function.
29245         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
29246         format instead of in UCS-4 with platform dependent endianness.
29247
29248 2000-03-10  Jim Meyering  <meyering@lucent.com>
29249
29250         * m4/lib-check.m4: Look for getspnam in -lgen, too.
29251         From Marco Franzen.
29252
29253 2000-03-07  Paul Eggert  <eggert@twinsun.com>
29254
29255         * lib/savedir.c (savedir): Work even if directory size is
29256         negative; this can happen with some screwy NFS configurations.
29257
29258 2000-03-06  Jim Meyering  <meyering@lucent.com>
29259
29260         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
29261         if it's NULL (because we ran out of memory).  From Bruno Haible.
29262
29263 2000-03-05  Jim Meyering  <meyering@lucent.com>
29264
29265         * lib/localcharset.c ("path-concat.h"): Include.
29266         (get_charset_aliases): Use path_concat instead of ANSI string
29267         concatenation.
29268
29269         * lib/unicodeio.h (PARAMS): Define.
29270         Use it to guard prototype.
29271
29272 2000-03-04  Jim Meyering  <meyering@lucent.com>
29273
29274         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
29275         for lib/localcharset.c.
29276
29277 2000-03-04  Jim Meyering  <meyering@lucent.com>
29278
29279         * lib/Makefile.am (install-exec-local): Create $(libdir) before
29280         installing into it.
29281         (uninstall-local): Uncomment this rule so `make distcheck' works
29282         once again.
29283
29284         * lib/unicodeio.c (<errno.h>): Include it.
29285         (errno): Declare if not defined.
29286
29287         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
29288
29289         * lib/config.charset: New version, incorporating remarks from a linux
29290         i18n mailing list.  From Bruno Haible.
29291
29292 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
29293
29294         * m4/codeset.m4: New file.
29295         * m4/iconv.m4: New file.
29296         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
29297
29298 2000-03-03  Jim Meyering  <meyering@lucent.com>
29299
29300         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
29301
29302 2000-03-02  Jim Meyering  <meyering@lucent.com>
29303
29304         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
29305         the messages come out on separate lines.
29306
29307         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
29308         rather than jm_CHECK_DECLARATIONS.
29309         * m4/decl.m4: Remove now-unused file.
29310
29311         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
29312         geteuid.
29313
29314 2000-03-02  Jim Meyering  <meyering@lucent.com>
29315
29316         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
29317
29318 2000-03-01  Jim Meyering  <meyering@lucent.com>
29319
29320         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
29321         * lib/unicodeio.c: Likewise.
29322
29323 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
29324
29325         * lib/config.charset: New file.
29326         * lib/localcharset.c: New file.
29327         * lib/unicodeio.h, lib/unicodeio.c: New files.
29328         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
29329         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
29330         (noinst_HEADERS): Add unicodeio.h.
29331         (all-local, install-exec-local, charset.alias): New targets.
29332
29333 2000-02-28  Paul Eggert  <eggert@twinsun.com>
29334
29335         * lib/quotearg.c (ALERT_CHAR): New macro.
29336         (quotearg_buffer_restyled): Use it.
29337
29338 2000-02-27  Jim Meyering  <meyering@lucent.com>
29339
29340         * m4/check-decl.m4: Add getenv to the list.
29341
29342 2000-02-27  Jim Meyering  <meyering@lucent.com>
29343
29344         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
29345         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
29346
29347         * lib/backupfile.c: Guard inclusion of stdlib.h with
29348         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
29349         Declare malloc if needed.
29350
29351         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
29352         `#ifndef HAVE_DECL..'
29353         now that autoconf always defines the HAVE_DECL_ symbols.
29354         * lib/human.c: Likewise.
29355         * lib/same.c: Likewise.
29356         * lib/strtoumax.c: Likewise.
29357
29358         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
29359         declaration check was not run.
29360         * lib/hash.c: Likewise.
29361         * lib/human.c: Likewise.
29362         * lib/same.c: Likewise.
29363         * lib/strtoumax.c: Likewise.
29364
29365         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
29366         `.', then first look up the entire `.'-containing string as a login
29367         name.
29368
29369 2000-02-23  Jim Meyering  <meyering@lucent.com>
29370
29371         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
29372         in place of my hack.
29373
29374 2000-02-18  Paul Eggert  <eggert@twinsun.com>
29375
29376         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
29377         (textint): New typedef.
29378         (parser_control): Member year changed from int to textint.
29379         All uses changed.
29380         (YYSTYPE): Removed; replaced by %union with int and textint members.
29381         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
29382         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
29383         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
29384         (tSNUMBER, tUNUMBER): Now of type <textintval>.
29385         (date, number, to_year): Use width of number in digits, not its value,
29386         to determine whether it's a 2-digit year, or a 2-digit time.
29387         (yylex): Store number of digits of numeric tokens.
29388         Reported by John Kendall.
29389
29390         (parser_control): Changed from struct parser_control to typedef (for
29391         consistency).  All uses changed.
29392
29393         (tID): Removed; not used.
29394         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
29395
29396 2000-02-14  Paul Eggert  <eggert@twinsun.com>
29397
29398         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
29399         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
29400
29401 2000-02-12  Jim Meyering  <meyering@lucent.com>
29402
29403         * lib/userspec.c (ISDIGIT): Define it.
29404         (isdigit): Remove definition.
29405         (is_number): Use ISDIGIT, not isdigit.
29406         <libintl.h>: Include.
29407         (_ and N_): Define.
29408         (parse_user_spec): Mark translatable strings.
29409
29410 2000-02-10  Jim Meyering  <meyering@lucent.com>
29411
29412         With these changes, nanosleep.[ch] are finally enough like the other
29413         lib/* replacement files to compile on a few more losing systems.
29414
29415         * lib/nanosleep.h: Don't include config.h.
29416         Remove prototype from declaration of nanosleep.
29417         (PARAMS): Remove now-unneeded definition.
29418         * lib/nanosleep.c: #undef nanosleep.
29419         (rpl_nanosleep): Rename from nanosleep.
29420
29421 2000-02-10  Jim Meyering  <meyering@lucent.com>
29422
29423         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
29424         gnu_nanosleep to rpl_nanosleep.
29425
29426 2000-02-09  Jim Meyering  <meyering@lucent.com>
29427
29428         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
29429         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
29430
29431 2000-02-08  Akim Demaille  <akim@epita.fr>
29432
29433         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
29434         `[' and `]' and remove uses of `changequote'.
29435         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
29436         (AC_SYS_LARGEFILE): Likewise.
29437         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
29438         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
29439         of changequote.
29440         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
29441         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
29442         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
29443         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
29444
29445 2000-02-05  Jim Meyering  <meyering@lucent.com>
29446
29447         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
29448         Remove explicit use of AC_HEADER_TIME.  It is required by
29449         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
29450         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
29451         in autoconf whereby the expansion of the latter ended up preceding
29452         the expansion of its prerequisite, AC_HEADER_TIME.
29453         Reported by Volker Borchert.
29454
29455 2000-02-03  Jim Meyering  <meyering@lucent.com>
29456
29457         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
29458
29459 2000-02-03  Jim Meyering  <meyering@lucent.com>
29460
29461         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
29462         rather than with `#if HAVE_UTMPNAME'.
29463
29464 2000-02-02  Jim Meyering  <meyering@lucent.com>
29465
29466         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
29467         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
29468         Reported by Eli Zaretskii.
29469
29470 2000-02-01  Jim Meyering  <meyering@lucent.com>
29471
29472         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
29473
29474 2000-01-31  Jim Meyering  <meyering@lucent.com>
29475
29476         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
29477         functions.  Add the time.h and sys/time.h headers along with the
29478         AC_REQUIRE'ment of AC_HEADER_TIME.
29479
29480 2000-01-31  Jim Meyering  <meyering@lucent.com>
29481
29482         * lib/nanosleep.h (nanosleep): Guard declaration with
29483         `#if ! HAVE_DECL_NANOSLEEP'.
29484         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
29485         the declaration in that vendor's sys/timers.h.
29486         Reported by Christian Krackowizer.
29487
29488         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
29489         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
29490         (ISPRINT): Likewise.
29491         Reported by Tom Tromey.
29492
29493 2000-01-30  Jim Meyering  <meyering@lucent.com>
29494
29495         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
29496
29497         * m4/prereq.m4 (utmp_includes): Define.
29498         Check for ut_user and ut_name members in both struct utmpx
29499         and struct utmp.
29500
29501 2000-01-30  Jim Meyering  <meyering@lucent.com>
29502
29503         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
29504         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
29505         header files where only utmpx.ut_user is declared.
29506
29507         * lib/readutmp.h (UT_USER): Define.
29508
29509 2000-01-29  Jim Meyering  <meyering@lucent.com>
29510
29511         * m4/lib-check.m4: New file containing library-related checks from
29512         fileutils and sh-utils (textutils had none).
29513
29514 2000-01-28  Jim Meyering  <meyering@lucent.com>
29515
29516         * m4/perl.m4: Change format of warning message to look more like that
29517         from the missing script.  Suggestion from François Pinard.
29518
29519 2000-01-25  Jim Meyering  <meyering@lucent.com>
29520
29521         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
29522         well as time.h in the compile check.
29523         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
29524         Fix typo in cross-compiling case: s/yes/no/.
29525
29526 2000-01-23  Jim Meyering  <meyering@lucent.com>
29527
29528         * m4/jm-macros.m4: Move df-related tests here from
29529         fileutils/configure.in
29530
29531         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
29532         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
29533
29534         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
29535         s/space/ac_fsusage_space/.
29536         (jm_FILE_SYSTEM_USAGE): Take two parameters.
29537
29538         * m4/ftruncate.m4: New file (derived from part of
29539         fileutils/configure.in).
29540         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
29541         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
29542
29543         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
29544         AC_SUBST these here, rather than just in sh-util/configure.in, so
29545         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
29546         all the same.
29547         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
29548         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
29549         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
29550         (AC_SUBST(POW_LIBM)): Likewise.
29551         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
29552
29553 2000-01-23  Jim Meyering  <meyering@lucent.com>
29554
29555         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
29556         obstack.c.
29557
29558 2000-01-22  Jim Meyering  <meyering@lucent.com>
29559
29560         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
29561
29562         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
29563
29564         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
29565         configure.in
29566         (AC_CHECK_HEADERS): Likewise for sh-utils.
29567         (AC_CHECK_HEADERS): Likewise for textutils.
29568         Merge the three lists of headers.
29569
29570         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
29571         from fileutils' configure.in.
29572
29573         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
29574         code. Moved tests into their own function (_jm_DECL_HEADERS) in
29575         check-decl.m4.
29576
29577         * m4/check-decl.m4: Use #if rather than #ifdef.
29578         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
29579         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
29580         (_jm_DECL_HEADERS): Define new function.
29581         (jm_CHECK_DECLARATIONS): Require it.
29582
29583 2000-01-22  Jim Meyering  <meyering@lucent.com>
29584
29585         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
29586         [! HAVE_DECL_STRTOULL]: Declare strtoull.
29587         Required for some AIX systems.  Reported by Christian Krackowizer.
29588         [TESTING] (main): New function.
29589
29590         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
29591         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
29592         letters.
29593
29594         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
29595         iswprint.
29596
29597         * lib/strverscmp.c (ISDIGIT): Define.
29598         (strverscmp): Use ISDIGIT, not isdigit.
29599
29600 2000-01-19  Jim Meyering  <meyering@lucent.com>
29601
29602         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
29603         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
29604         defines `struct timespec' in <sys/time.h>
29605
29606         * m4/c-bs-a.m4: Remove uses of changequote altogether.
29607         Thanks to Akim for explaining.
29608
29609 2000-01-17  Paul Eggert  <eggert@twinsun.com>
29610
29611         * lib/nanosleep.c (nanosleep):
29612         Don't use SA_INTERRUPT to decide whether to call sigaction, as
29613         POSIX.1 doesn't require SA_INTERRUPT and some systems
29614         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
29615         it's been part of POSIX.1 since day 1 (in 1988).
29616
29617 2000-01-17  Jim Meyering  <meyering@lucent.com>
29618
29619         * lib/interlock: Remove unused file.  Reported by François Pinard.
29620
29621 2000-01-16  Paul Eggert  <eggert@twinsun.com>
29622
29623         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
29624         alert, backslash, formfeed, and vertical tab unnecessarily in
29625         shell quoting style.
29626
29627 2000-01-16  Jim Meyering  <meyering@lucent.com>
29628
29629         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
29630         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
29631         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
29632         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
29633
29634 2000-01-16  Jim Meyering  <meyering@lucent.com>
29635
29636         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
29637         because the latter didn't work.
29638
29639 2000-01-15  Jim Meyering  <meyering@lucent.com>
29640
29641         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
29642         (AC_REPLACE_FUNCS): Add memcpy and memset.
29643         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
29644         Add strpbrk.
29645         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
29646
29647 2000-01-12  Jim Meyering  <meyering@lucent.com>
29648
29649         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
29650         (jm_PREREQ): Use it.
29651         (jm_PREREQ_READUTMP): New macro.
29652         (jm_PREREQ): Use it.
29653
29654 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29655
29656         Quote multibyte characters correctly.
29657         * m4/c-bs-a.m4: New file.
29658         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
29659         (jm_PREREQ): Use it.
29660
29661 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29662
29663         * m4/uintmax_t.m4: Port to autoconf 2.13.
29664
29665 2000-01-08  Jim Meyering  <meyering@ascend.com>
29666
29667         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
29668         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29669
29670 2000-01-04  Jim Meyering  <meyering@ascend.com>
29671
29672         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
29673         jm_STRUCT_DIRENT_D_TYPE.
29674         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
29675         jm_STRUCT_DIRENT_D_INO.
29676         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
29677         jm_STRUCT_UTIMBUF.
29678         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
29679         renamings.
29680         * m4/utime.m4: Likewise.
29681
29682         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
29683         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
29684
29685 2000-01-03  Paul Eggert  <eggert@twinsun.com>
29686
29687         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
29688         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
29689
29690 2000-01-02  Jim Meyering  <meyering@ascend.com>
29691
29692         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
29693         remember if this is necessary.
29694
29695 1999-12-26  Jim Meyering  <meyering@ascend.com>
29696
29697         * m4/jm-macros.m4: Use it here.
29698         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
29699
29700 1999-12-23  Jim Meyering  <meyering@ascend.com>
29701
29702         * m4/jm-macros.m4: Check for clock_gettime (moved from
29703         fileutils/configure.in)
29704         Check for gettimeofday.
29705
29706 1999-12-20  Jim Meyering  <meyering@ascend.com>
29707
29708         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
29709         autoconf-2.14a-1999-12-20.
29710
29711 1999-12-19  Jim Meyering  <meyering@ascend.com>
29712
29713         * m4/lstat-slash.m4: New file.
29714         * m4/jm-macros.m4: Use the new macro:
29715         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29716
29717 1999-12-07  Jim Meyering  <meyering@ascend.com>
29718
29719         * m4/perl.m4: Require that File::Compare be available, too.
29720         Too many systems seem to lack it.
29721
29722         * m4/strftime.m4: Add checks for most of the cpp macros tested in
29723         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
29724
29725 1999-11-18  Paul Eggert  <eggert@twinsun.com>
29726
29727         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
29728         problem with the QNX 4.25 shell, which doesn't propagate exit
29729         status of failed commands inside shell assignments.
29730
29731 1999-11-17  Jim Meyering  <meyering@ascend.com>
29732
29733         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
29734
29735 1999-11-07  Jim Meyering  <meyering@ascend.com>
29736
29737         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
29738
29739 1999-11-06  Jim Meyering  <meyering@ascend.com>
29740
29741         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
29742         * m4/jm-macros.m4 (jm_MACROS): Use it here.
29743
29744 1999-11-05  Jim Meyering  <meyering@ascend.com>
29745
29746         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
29747         configure.in of textutils, fileutils, and sh-utils into this one
29748         (shared between those packages) file.
29749         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
29750         AC_STRUCT_ST_BLKSIZE.
29751
29752 1999-11-03  Jim Meyering  <meyering@ascend.com>
29753
29754         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
29755         of AC_CHECK_TYPE checks includes unistd.h.
29756         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
29757         Suggestion from Akim Demaille.
29758
29759 1999-10-30  Jim Meyering  <meyering@ascend.com>
29760
29761         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
29762         m4-quoted string.
29763         * m4/ls-mntd-fs.m4: Likewise.
29764         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
29765         * m4/jm-winsz1.m4: Likewise.
29766
29767         * m4/const.m4: Remove file, since the fix made it into the experimental
29768         version of autoconf.
29769         * m4/mktime.m4: Likewise.
29770
29771         * m4/check-type.m4: Remove file, now that the latest version of
29772         AC_CHECK_TYPE takes a third arg to specify additional #includes.
29773
29774         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
29775         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
29776         AC_CHECK_TYPE.
29777
29778 1999-10-04  Jim Meyering  <meyering@ascend.com>
29779
29780         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
29781
29782 1999-09-22  Paul Eggert  <eggert@twinsun.com>
29783
29784         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
29785         2.95.1 bug with HP-UX 10.20.
29786
29787 1999-09-17  Jim Meyering  <meyering@ascend.com>
29788
29789         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
29790         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
29791         due to missing strdup (against sh-utils-2.0).
29792
29793 1999-08-29  Jim Meyering  <meyering@ascend.com>
29794
29795         * m4/jm-macros.m4: Require jm_BISON.
29796         * m4/bison.m4: New file.
29797
29798 1999-08-17  Paul Eggert  <eggert@twinsun.com>
29799
29800         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
29801         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
29802
29803 1999-08-05  Jim Meyering  <meyering@ascend.com>
29804
29805         * m4/getline.m4: Rename test file from conftestdata to conftest.data
29806         to avoid conflicts with `conftest' on 8+3 filesystems.
29807         Suggestion from Eli Zaretskii.
29808
29809 1999-08-04  Jim Meyering  <meyering@ascend.com>
29810
29811         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
29812         fileutils and sh-utils (textutils's getline test was inadequate).
29813         (AM_FUNC_GETLINE): Run this test.
29814         (AC_CHECK_FUNCS): Check for getdelim.
29815         Reported by Bob Proulx.
29816
29817 1999-08-02  Jim Meyering  <meyering@ascend.com>
29818
29819         * m4/jm-macros.m4: Add a comment.
29820
29821 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29822
29823         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
29824         <inttypes.h> defines strtoumax as a macro (and not as a
29825         function).
29826
29827 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29828
29829         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
29830         that we can shift, multiply and divide unsigned long long
29831         values; Ultrix cc can't do it.
29832
29833 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29834
29835         * m4/mktime.m4: New file, which is a preview of what should appear
29836         in the next public autoconf release.
29837
29838 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29839
29840         * m4/lfs.m4: Remove this file.
29841         * m4/largefile.m4: New file.  It contains the old contents of
29842         lfs.m4, except that all names with prefix AC_LFS have been
29843         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29844         compatible with future autoconf versions.  Also, some minor m4
29845         quoting problems have been fixed.
29846
29847 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29848
29849         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29850         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29851         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29852         and simplify the shell code.
29853
29854 1999-08-01  Jim Meyering  <meyering@ascend.com>
29855
29856         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29857         m4.
29858
29859 1999-07-20  Jim Meyering  <meyering@ascend.com>
29860
29861         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29862
29863 1999-07-15  Jim Meyering  <meyering@ascend.com>
29864
29865         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29866
29867 1999-05-22  Jim Meyering  <meyering@ascend.com>
29868
29869         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29870
29871 1999-05-20  Jim Meyering  <meyering@ascend.com>
29872
29873         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29874         Add a colon after each `then' in case $4 is empty.
29875
29876 1999-05-16  Jim Meyering  <meyering@ascend.com>
29877
29878         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29879
29880 1999-05-10  Jim Meyering  <meyering@ascend.com>
29881
29882         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29883
29884         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29885         AC_FUNC_MKTIME.
29886
29887 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29888
29889         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29890
29891 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29892
29893         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29894         not CPPFLAGS, so that linking works correctly in IRIX.
29895
29896 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29897
29898         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29899
29900 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29901
29902         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29903         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29904         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29905         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29906         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29907
29908         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29909
29910 1999-04-20  Jim Meyering  <meyering@ascend.com>
29911
29912         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29913         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29914         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29915
29916 1999-04-18  Jim Meyering  <meyering@ascend.com>
29917
29918         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29919         * m4/jm-macros.m4: Use it.
29920
29921 1999-04-06  Jim Meyering  <meyering@ascend.com>
29922
29923         * m4/strftime.m4: Remove test for %f.
29924
29925 1999-03-29  Jim Meyering  <meyering@ascend.com>
29926
29927         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29928         superset of the AC_TYPE_* checks in the textutils, fileutils,
29929         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29930         AC_TYPE_PID_T.
29931
29932 1999-03-28  Jim Meyering  <meyering@ascend.com>
29933
29934         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29935         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29936         replaced e.g., in the *.sh files of the sh-utils.
29937
29938 1999-03-20  Jim Meyering  <meyering@ascend.com>
29939
29940         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29941         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29942         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29943
29944 1999-03-19  Jim Meyering  <meyering@ascend.com>
29945
29946         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29947
29948 1999-03-12  Jim Meyering  <meyering@ascend.com>
29949
29950         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29951
29952 1999-03-07  Jim Meyering  <meyering@ascend.com>
29953
29954         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29955         declared.
29956
29957 1999-02-17  Jim Meyering  <meyering@ascend.com>
29958
29959         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29960         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29961
29962 1999-02-07  Jim Meyering  <meyering@ascend.com>
29963
29964         * m4/group-member.m4: New file -- extracted from sh-utils'
29965         configure.in.
29966
29967         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29968         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29969
29970 1999-02-06  Jim Meyering  <meyering@ascend.com>
29971
29972         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29973         * m4/fnmatch.m4: Likewise.
29974         * m4/getgroups.m4: Likewise.
29975         * m4/lstat.m4: Likewise.
29976         * m4/malloc.m4: Likewise.
29977         * m4/putenv.m4: Likewise.
29978         * m4/realloc.m4: Likewise.
29979         * m4/regex.m4: Likewise.
29980         * m4/stat.m4: Likewise.
29981         * m4/strftime.m4: Likewise.
29982         Suggestion from Alain Magloire.
29983
29984         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29985         * m4/fnmatch.m4: Likewise.
29986         * m4/getgroups.m4: Likewise.
29987         * m4/getline.m4: Likewise.
29988         * m4/lstat.m4: Likewise.
29989         * m4/malloc.m4: Likewise.
29990         * m4/memcmp.m4: Likewise.
29991         * m4/putenv.m4: Likewise.
29992         * m4/realloc.m4: Likewise.
29993         * m4/regex.m4: Likewise.
29994         * m4/stat.m4: Likewise.
29995         * m4/strftime.m4: Likewise.
29996         Suggestion from Alain Magloire.
29997
29998         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29999         an argument.
30000
30001         * m4/regex.m4: Add a run-time Test for proper operation of
30002         re_compile_pattern.
30003
30004 1999-01-31  Jim Meyering  <meyering@ascend.com>
30005
30006         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
30007
30008 1999-01-30  Jim Meyering  <meyering@ascend.com>
30009
30010         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
30011
30012         * m4/jm-mktime.m4: Make this a wrapper around the official
30013         AM_FUNC_MKTIME rather than my private copy, now that the official one
30014         is up to date.
30015         * m4/mktime.m4: Remove file.
30016
30017         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
30018         * m4/uptime.m4: Likewise.
30019         * m4/uintmax_t.m4: Likewise.
30020
30021 1999-01-28  Jim Meyering  <meyering@ascend.com>
30022
30023         * m4/jm-macros.m4: Use jm_AFS.
30024         * m4/afs.m4: New file (from fileutils' configure.in).
30025
30026         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
30027         * m4/chown.m4: Likewise.
30028         * m4/d-ino.m4: Likewise.
30029         * m4/d-type.m4: Likewise.
30030         * m4/fnmatch.m4: Likewise.
30031         * m4/getgroups.m4: Likewise.
30032         * m4/gettext.m4: Likewise.
30033         * m4/jm-mktime.m4: Likewise.
30034         * m4/jm-winsz2.m4: Likewise.
30035         * m4/lcmessage.m4: Likewise.
30036         * m4/ls-mntd-fs.m4: Likewise.
30037         * m4/malloc.m4: Likewise.
30038         * m4/memcmp.m4: Likewise.
30039         * m4/putenv.m4: Likewise.
30040         * m4/realloc.m4: Likewise.
30041         * m4/st_mtim.m4: Likewise.
30042         * m4/strftime.m4: Likewise.
30043
30044 1999-01-16  Jim Meyering  <meyering@ascend.com>
30045
30046         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
30047         (ARGMATCH_DIE_DECL): Define.
30048
30049 1999-01-12  Jim Meyering  <meyering@ascend.com>
30050
30051         * m4/Makefile.am.in: Rewrite to avoid using fmt.
30052         Reported by Lars Hecking.
30053
30054 1999-01-10  Jim Meyering  <meyering@ascend.com>
30055
30056         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
30057         gross kludge.
30058         * m4/inttypes_h.m4: Likewise.
30059         * m4/lstat.m4: Likewise.
30060         * m4/malloc.m4: Likewise.
30061         * m4/readdir.m4: Likewise.
30062         * m4/realloc.m4: Likewise.
30063         * m4/st_dm_mode.m4: Likewise.
30064         * m4/stat.m4: Likewise.
30065         * m4/utimbuf.m4: Likewise.
30066         * m4/utimes.m4: Likewise.
30067
30068         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
30069         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
30070         comments in config.h.in are meaningful.
30071
30072         * m4/jm-macros.m4: Require autoconf-2.13 here.
30073
30074         * m4/regex.m4: By default, don't use the included regex.c on systems
30075         with glibc 2.  Suggestion from Uli Drepper.
30076
30077 1999-01-02  Jim Meyering  <meyering@ascend.com>
30078
30079         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
30080
30081 1998-12-18  Jim Meyering  <meyering@ascend.com>
30082
30083         * m4/Makefile.am.in (Makefile.am): Simplify rule.
30084         Based on a suggestion from Lars Hecking.
30085
30086 1998-11-16  Paul Eggert  <eggert@twinsun.com>
30087
30088         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
30089
30090 1998-11-16  Jim Meyering  <meyering@ascend.com>
30091
30092         * m4/lfs.m4: Double-quote the `uname...` expression.
30093
30094 1998-11-14  Jim Meyering  <meyering@ascend.com>
30095
30096         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
30097         * m4/stat.m4: Likewise.
30098
30099 1998-11-03  Jim Meyering  <meyering@ascend.com>
30100
30101         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
30102         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
30103
30104 1998-10-18  Jim Meyering  <meyering@ascend.com>
30105
30106         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
30107
30108 1998-10-17  Jim Meyering  <meyering@ascend.com>
30109
30110         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
30111         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
30112         calls for those previously hard-coded headers.  Instead, take a new
30113         parameter.
30114         (jm_CHECK_DECLARATIONS): Reflect interface change.
30115         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
30116         (jm_CHECK_DECL_LOCALTIME_R): New macro.
30117
30118         * m4/mktime.m4: Test for spring-forward gap before long-running test.
30119
30120 1998-10-14  Jim Meyering  <meyering@ascend.com>
30121
30122         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
30123         instead of "TZ=America/Vancouver".  From Paul Eggert.
30124
30125 1998-10-11  Jim Meyering  <meyering@ascend.com>
30126
30127         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
30128         This adds a test for a recently added compatibility fix for mktime.c.
30129         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
30130
30131 1998-09-27  Jim Meyering  <meyering@ascend.com>
30132
30133         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
30134
30135         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
30136         ../configure.in, including a change from Gordon Matzigkeit to allow
30137         cross-compiling for the Hurd.
30138
30139         * m4/glibc.m4: New file/macro to test for the GNU C Library
30140         versions 1 and 2.  From Gordon Matzigkeit.
30141         Indent.
30142
30143 1998-09-21  Jim Meyering  <meyering@ascend.com>
30144
30145         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
30146
30147 1998-08-18  Paul Eggert  <eggert@twinsun.com>
30148
30149         Port nanosecond-resolution times to UnixWare 2.1.2 and
30150         pedantic Solaris 2.6.
30151
30152         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
30153         AC_STRUCT_ST_MTIM.
30154         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
30155         Generate name of ns member, instead of just 1 or undef.
30156         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
30157
30158 1998-08-15  Jim Meyering  <meyering@ascend.com>
30159
30160         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
30161         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
30162         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
30163         instead of jm_TYPE_SSIZE_T.
30164
30165 1998-08-12  Jim Meyering  <meyering@ascend.com>
30166
30167         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
30168
30169 1998-08-02  Jim Meyering  <meyering@ascend.com>
30170
30171         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
30172         in acconfig.h manually.
30173
30174 1998-07-31  Paul Eggert  <eggert@twinsun.com>
30175
30176         * m4/st_mtim.m4: New file.
30177
30178 1998-07-28  Jim Meyering  <meyering@ascend.com>
30179
30180         * m4/utimes.m4: Undef stat.
30181
30182 1998-07-25  Jim Meyering  <meyering@ascend.com>
30183
30184         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
30185         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
30186
30187 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
30188
30189         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
30190         uid and gid actually remain unchanged.
30191
30192 1998-07-07  Jim Meyering  <meyering@ascend.com>
30193
30194         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
30195
30196 1998-07-04  Jim Meyering  <meyering@ascend.com>
30197
30198         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
30199         to prove that this macro can be used in packages without regex.c.
30200
30201 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
30202
30203         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
30204         is to be used.
30205
30206 1998-07-03  Jim Meyering  <meyering@ascend.com>
30207
30208         * m4/gettext.m4: Add -lintl if it's found to be necessary.
30209
30210         * m4/gettext.m4: New file -- from gettext-0.10.35.
30211         * m4/lcmessage.m4: Likewise.
30212         * m4/progtest.m4: Likewise.
30213
30214         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
30215         * m4/jm-macros.m4: Require the new macro.
30216
30217 1998-06-29  Jim Meyering  <meyering@ascend.com>
30218
30219         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
30220         for the definition of NGROUPS (used in a system header included
30221         by sys/mount.h).
30222
30223 1998-06-28  Jim Meyering  <meyering@ascend.com>
30224
30225         * m4/ls-mntd-fs.m4: New file.
30226         * m4/fstypename.m4: New file.
30227
30228         * m4/jm-macros.m4: Require the new macro.
30229         * m4/jm-glibc-io.m4: New file.
30230
30231 1998-05-19  Jim Meyering  <meyering@ascend.com>
30232
30233         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
30234         * m4/lchown.m4: New file.
30235
30236         * m4/Makefile.am.in: New file.
30237         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
30238
30239 1998-05-14  Jim Meyering  <meyering@ascend.com>
30240
30241         * m4/Makefile.am (EXTRA_DIST): Add them.
30242         * m4/jm-macros.m4: New file.
30243         * m4/utimbuf.m4: New file.
30244
30245 1998-05-12  Jim Meyering  <meyering@ascend.com>
30246
30247         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
30248
30249 1998-05-11  Jim Meyering  <meyering@ascend.com>
30250
30251         * m4/isc-posix.m4: New file.
30252
30253 1998-05-10  Jim Meyering  <meyering@ascend.com>