Rename module 'relocatable' to 'relocatable-prog'.
[gnulib.git] / ChangeLog
1 2007-03-03  Bruno Haible  <bruno@clisp.org>
2
3         * modules/relocatable-prog: Renamed from modules/relocatable.
4         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5
6 2007-03-03  Bruno Haible  <bruno@clisp.org>
7
8         * modules/relocatable-script (Files): Add doc/relocatable.texi,
9         m4/relocatable-lib.m4.
10         (Depends-on): Remove 'relocatable'.
11         (configure.ac): Add gl_RELOCATABLE_NOP.
12
13 2007-03-03  Bruno Haible  <bruno@clisp.org>
14
15         * modules/relocatable-prog-wrapper: New file.
16         * modules/relocatable (Depends-on): Add it. Remove all other
17         dependencies except progname.
18         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
19
20         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
21         (gl_FUNC_STRERROR): Nop.
22         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
23
24         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
25         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
26
27         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
28         (gl_FUNC_READLINK): Update.
29
30         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
31
32 2007-03-03  Bruno Haible  <bruno@clisp.org>
33
34         * lib/xreadlink.c: Include <unistd.h> unconditionally.
35         * modules/xreadlink (Depends-on): Add unistd.
36         * modules/xreadlink-with-size (Depends-on): Likewise.
37
38 2007-03-03  Bruno Haible  <bruno@clisp.org>
39
40         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
41         extracted from gt_FUNC_SETENV.
42         (gt_FUNC_SETENV): Remove macro.
43         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
44         remove gt_FUNC_SETENV.
45
46 2007-03-03  Bruno Haible  <bruno@clisp.org>
47
48         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
49         ENABLE_RELOCATABLE here.
50         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
51
52 2007-03-03  Bruno Haible  <bruno@clisp.org>
53
54         * modules/rbtreehash-list-tests (Depends-on): Add progname.
55         * tests/test-rbtreehash_list.c: Include progname.h.
56         (main): Call set_program_name.
57
58         * modules/rbtree-oset-tests (Depends-on): Add progname.
59         * tests/test-rbtree_oset.c: Include progname.h.
60         (main): Call set_program_name.
61
62         * modules/rbtree-list-tests (Depends-on): Add progname.
63         * tests/test-rbtree_list.c: Include progname.h.
64         (main): Call set_program_name.
65
66         * modules/linked-list-tests (Depends-on): Add progname.
67         * tests/test-linked_list.c: Include progname.h.
68         (main): Call set_program_name.
69
70 2007-03-03  Bruno Haible  <bruno@clisp.org>
71
72         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
73         All uses of __restrict changed to _Restrict_.
74         * lib/glob_.h (__restrict): Remove macro.
75
76 2007-03-02  Bruno Haible  <bruno@clisp.org>
77
78         * modules/gettext (configure.ac): Require gettext infrastructure
79         from version 0.16.1.
80
81 2007-03-02  Bruno Haible  <bruno@clisp.org>
82
83         * modules/linkedhash-list-tests (Depends-on): Add progname.
84         * tests/test-linkedhash_list.c: Include progname.h.
85         (main): Call set_program_name.
86
87         * modules/carray-list-tests (Depends-on): Add progname.
88         * tests/test-carray_list.c: Include progname.h.
89         (main): Call set_program_name.
90
91         * modules/avltreehash-list-tests (Depends-on): Add progname.
92         * tests/test-avltreehash_list.c: Include progname.h.
93         (main): Call set_program_name.
94
95         * modules/avltree-oset-tests (Depends-on): Add progname.
96         * tests/test-avltree_oset.c: Include progname.h.
97         (main): Call set_program_name.
98
99         * modules/avltree-list-tests (Depends-on): Add progname.
100         * tests/test-avltree_list.c: Include progname.h.
101         (main): Call set_program_name.
102
103         * modules/array-oset-tests (Depends-on): Add progname.
104         * tests/test-array_oset.c: Include progname.h.
105         (main): Call set_program_name.
106
107         * modules/array-list-tests (Depends-on): Add progname.
108         * tests/test-array_list.c: Include progname.h.
109         (main): Call set_program_name.
110
111         * modules/argp-tests (Depends-on): Add progname.
112         * tests/test-argp.c: Include argp.h first. Include progname.h.
113         (main): Call set_program_name.
114
115 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
116
117         * doc/gnulib-tool.texi (Initial import): Reword description of
118         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
119         limited effect even if defined after the first system include.
120
121 2007-03-01  Bruno Haible  <bruno@clisp.org>
122
123         * build-aux/config.libpath: Update to libtool-1.5.22.
124         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
125
126 2007-03-01  Bruno Haible  <bruno@clisp.org>
127
128         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
129         foo_CFLAGS.
130         Reported by Ralf Wildenhues.
131
132 2007-03-01  Bruno Haible  <bruno@clisp.org>
133
134         * build-aux/install-reloc: Remove object files left over by some
135         compilers.
136         Reported by Ralf Wildenhues.
137
138 2007-03-01  Bruno Haible  <bruno@clisp.org>
139
140         * build-aux/install-reloc: Break long lines.
141
142 2007-03-01  Bruno Haible  <bruno@clisp.org>
143
144         * doc/relocatable.texi: Document that it may not work on OpenBSD.
145         Reported by Ralf Wildenhues.
146
147 2007-03-01  Bruno Haible  <bruno@clisp.org>
148
149         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
150         include ordering constraints.
151
152 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
153
154         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
155         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
156         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
157         as another example.
158         * lib/time_.h: Fix misspelling.
159         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
160         Require gl_HEADER_TIME_H_DEFAULTS.
161         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
162         * m4/time_r.m4 (gl_TIME_R): Likewise.
163         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
164
165 2007-03-01  Bruno Haible  <bruno@clisp.org>
166
167         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
168         * m4/utimens.m4 (gl_UTIMENS): Likewise.
169
170 2007-03-01  Jim Meyering  <jim@meyering.net>
171
172         * modules/xreadlink (Maintainer): Add my name.
173         * modules/xreadlink-with-size (Depends-on): Alphabetize.
174
175 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
176             Bruno Haible  <bruno@clisp.org>
177
178         * build-aux/install-reloc: Compile also c-ctype.c.
179         * build-aux/relocatable.sh.in: New file.
180         * doc/relocatable.texi: New file.
181         * doc/relocatable-maint.texi: New file.
182         * doc/gnulib.texi: Include relocatable-maint.texi.
183         * lib/progreloc.c: Include unistd.h unconditionally.
184         * lib/relocwrapper.c: Include unistd.h unconditionally.
185         Include c-ctype.h.
186         (add_dotbin): Use c_tolower.
187         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
188         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
189         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
190         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
191         to m4/relocatable-lib.m4.
192         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
193         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
194         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
195         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
196         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
197         * modules/relocatable: New file.
198         * modules/relocatable-lib: New file.
199         * modules/relocatable-script: New file.
200
201 2007-02-28  Bruno Haible  <bruno@clisp.org>
202
203         Import --enable-relocatable infrastructure.
204         * build-aux/config.libpath: New file, from GNU gettext.
205         * build-aux/install-reloc: New file, from GNU gettext.
206         * build-aux/reloc-ldflags: New file, from GNU gettext.
207         * lib/relocatable.h: New file, from GNU gettext.
208         * lib/relocatable.c: New file, from GNU gettext.
209         * lib/relocwrapper.c: New file, from GNU gettext.
210         * m4/relocatable.m4: New file, from GNU gettext.
211
212 2007-02-28  Bruno Haible  <bruno@clisp.org>
213
214         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
215
216         * modules/xreadlink: New file, from GNU gettext with modifications.
217         * lib/xreadlink.c: New file, from GNU gettext.
218         * lib/xreadlink.h: Add comments.
219         (xreadlink): New declaration.
220
221         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
222         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
223         lib/xreadlink-with-size.c.
224         (configure.ac): Remove gl_XREADLINK invocation.
225         (Makefile.am): Augment lib_SOURCES.
226         * m4/xreadlink.m4: Remove file.
227         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
228         (xreadlink_with_size): Renamed from xreadink.
229         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
230         * modules/canonicalize (Depends-on): Replace xreadlink with
231         xreadlink-with-size.
232         * lib/canonicalize.c (canonicalize_filename_mode): Update.
233
234 2007-02-25  Jim Meyering  <jim@meyering.net>
235
236         * build-aux/announce-gen: When complaining about excess arguments,
237         list them.
238
239 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
240
241         * README: Document signed integer overflow situation more
242         accurately.
243
244 2007-02-25  Bruno Haible  <bruno@clisp.org>
245
246         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
247         'a' or 'A' conversion.
248
249 2007-02-25  Bruno Haible  <bruno@clisp.org>
250
251         * modules/filename: Renamed from modules/pathname.
252         (Files): Replace lib/pathname.h with lib/filename.h. Replace
253         lib/concatpath.c with lib/concat-filename.c.
254         (Makefile.am): Update.
255         (Include): Replace pathname.h with filename.h.
256         * lib/filename.h: Renamed from lib/pathname.h.
257         (concatenated_filename): Renamed from concatenated_pathname.
258         * lib/concat-filename.c: Renamed from lib/concatpath.c.
259         (concatenated_filename): Renamed from concatenated_pathname.
260         * lib/findprog.c: Include filename.h instead of pathname.h.
261         (find_in_path): Update.
262         * lib/javacomp.c: Include filename.h instead of pathname.h.
263         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
264         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
265         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
266         is_oldgcj_14_13_usable, is_javac_usable): Update.
267         * lib/javaexec.c: Include filename.h instead of pathname.h.
268         (execute_java_class): Update.
269         * modules/findprog: Update.
270         * modules/javacomp: Update.
271         * modules/javaexec: Update.
272         * MODULES.html.sh (File system functions): Add 'filename', remove
273         'pathname'.
274
275 2007-02-25  Bruno Haible  <bruno@clisp.org>
276
277         * modules/printf-frexpl-tests: New file.
278         * tests/test-printf-frexpl.c: New file.
279
280         * modules/printf-frexpl: New file.
281         * lib/printf-frexpl.h: New file.
282         * lib/printf-frexpl.c: New file.
283         * m4/printf-frexpl.m4: New file.
284
285 2007-02-25  Bruno Haible  <bruno@clisp.org>
286
287         * modules/printf-frexp-tests: New file.
288         * tests/test-printf-frexp.c: New file.
289
290         * modules/printf-frexp: New file.
291         * lib/printf-frexp.h: New file.
292         * lib/printf-frexp.c: New file.
293         * m4/printf-frexp.m4: New file.
294
295 2007-02-25  Bruno Haible  <bruno@clisp.org>
296
297         Assume automake >= 1.10 for the tests.
298         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
299         * modules/arctwo-tests: Likewise.
300         * modules/argp-tests: Likewise.
301         * modules/avltree-list-tests: Likewise.
302         * modules/avltree-oset-tests: Likewise.
303         * modules/avltreehash-list-tests: Likewise.
304         * modules/carray-list-tests: Likewise.
305         * modules/crc-tests: Likewise.
306         * modules/des-tests: Likewise.
307         * modules/gc-arcfour-tests: Likewise.
308         * modules/gc-arctwo-tests: Likewise.
309         * modules/gc-des-tests: Likewise.
310         * modules/gc-hmac-md5-tests: Likewise.
311         * modules/gc-hmac-sha1-tests: Likewise.
312         * modules/gc-md2-tests: Likewise.
313         * modules/gc-md4-tests: Likewise.
314         * modules/gc-md5-tests: Likewise.
315         * modules/gc-pbkdf2-sha1-tests: Likewise.
316         * modules/gc-rijndael-tests: Likewise.
317         * modules/gc-sha1-tests: Likewise.
318         * modules/gc-tests: Likewise.
319         * modules/getaddrinfo-tests: Likewise.
320         * modules/hmac-md5-tests: Likewise.
321         * modules/hmac-sha1-tests: Likewise.
322         * modules/linked-list-tests: Likewise.
323         * modules/linkedhash-list-tests: Likewise.
324         * modules/lock-tests: Likewise.
325         * modules/md2-tests: Likewise.
326         * modules/md4-tests: Likewise.
327         * modules/md5-tests: Likewise.
328         * modules/rbtree-list-tests: Likewise.
329         * modules/rbtree-oset-tests: Likewise.
330         * modules/rbtreehash-list-tests: Likewise.
331         * modules/read-file-tests: Likewise.
332         * modules/rijndael-tests: Likewise.
333         * modules/stdint-tests: Likewise.
334         * modules/tls-tests: Likewise.
335
336 2007-02-24  Bruno Haible  <bruno@clisp.org>
337
338         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
339         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
340         function; instead check whether isnan with a double argument links.
341         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
342         function; instead check whether isnan with a 'long double' argument
343         links.
344         Reported by Eric Blake <ebb9@byu.net>.
345
346 2007-02-24  Bruno Haible  <bruno@clisp.org>
347
348         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
349         defined.
350         * lib/isnanl.c: Remove all code. Just include isnan.c.
351         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
352
353 2007-02-25  Jim Meyering  <jim@meyering.net>
354
355         Avoid conflicting types for 'unsetenv' on FreeBSD.
356         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
357         conflicting with FreeBSD's (5.0 and 6.1) function declaration
358         in stdlib.h.
359
360 2007-02-24  Bruno Haible  <bruno@clisp.org>
361
362         * modules/isnanl-nolibm-tests: New file.
363         * tests/test-isnanl.c: New file.
364
365         * modules/isnanl-nolibm: New file.
366         * lib/isnanl.h: New file.
367         * lib/isnanl.c: New file.
368         * m4/isnanl.m4: New file.
369
370 2007-02-24  Bruno Haible  <bruno@clisp.org>
371
372         * modules/isnan-nolibm-tests: New file.
373         * tests/test-isnan.c: New file.
374
375         * modules/isnan-nolibm: New file.
376         * lib/isnan.h: New file.
377         * lib/isnan.c: New file.
378         * m4/isnan.m4: New file.
379
380 2007-02-24  Bruno Haible  <bruno@clisp.org>
381
382         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
383         assume that an exponent fits in 20 bits.
384
385 2007-02-24  Jim Meyering  <jim@meyering.net>
386
387         * m4/regex.m4: Update the description of the configure-time option,
388         --without-included-regex, to state accurately what the defaults are,
389         and perhaps to give people an idea why using this option is risky.
390
391 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
392
393         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
394         loops on small arguments.  This attempts to avoid the problem
395         Bruno Haible reported for AIX 4.3.2 in
396         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
397
398 2007-02-23  Bruno Haible  <bruno@clisp.org>
399
400         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
401         Needed for help2man.
402
403 2007-02-23  Karl Berry  <karl@gnu.org>
404
405         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
406         exists, foo.h should be cvs-ignored, not committed.
407
408 2007-02-23  Eric Blake  <ebb9@byu.net>
409
410         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
411         * lib/stat-time.h (includes): Likewise.
412         * lib/utimecmp.c (includes): Likewise.
413         * lib/utimens.h (includes): Likewise.
414         * lib/getdate.y (includes): Also include "timespec.h" for use
415         internal to the module.
416         * modules/utimens (Depends-on): Revert yesterday's patch.
417         * modules/nanosleep (Depends-on): Add missing dependency.
418
419 2007-02-22  Bruno Haible  <bruno@clisp.org>
420
421         * lib/glob.c: Don't include getlogin_r.h.
422
423 2007-02-22  Jim Meyering  <jim@meyering.net>
424
425         * modules/utimens (Depends-on): Add timespec, required for
426         utimens.h's inclusion of timespec.h.
427
428 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
429
430         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
431         long unreadable paths in GNU/Linux.  Problem reported by Andreas
432         Schwab in
433         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
434         I'll try to think of a better way to fix the Solaris problem.
435
436         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
437         like glibc; on Solaris 10, it fails with errno == EINVAL.
438         POSIX says the behavior is unspecified if the first argument is NULL,
439         so play it safe and never pass NULL to the system getcwd.
440
441 2007-02-21  Jim Meyering  <jim@meyering.net>
442
443         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
444         of gettimeofday.  It would conflict with the one now always
445         provided via sys_time_.h.  Reported by Matthew Woehlke, as
446         an IRIX 6.5 build failure.
447
448 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
449
450         Minor fixups to port to Solaris 10 with Sun C 5.8.
451         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
452         * modules/getcwd (Depends-on): Add dirfd.
453         * lib/putenv.c (putenv): #undef it.
454         (rpl_putenv): New decl.
455         (malloc, free): Include <stdlib.h> rather than prototyping separately.
456
457 2007-02-20  Bruno Haible  <bruno@clisp.org>
458
459         * modules/stdio-tests: New file.
460         * tests/test-stdio.c: New file.
461
462         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
463         (Depends-on): Add stdio.
464         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
465         (Include): Use <stdio.h> instead of vsnprintf.h.
466         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
467         HAVE_DECL_VSNPRINTF.
468         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
469
470         * modules/snprintf (Files): Remove lib/snprintf.h.
471         (Depends-on): Add stdio.
472         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
473         (Include): Use <stdio.h> instead of snprintf.h.
474         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
475         HAVE_DECL_SNPRINTF.
476         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
477         * lib/getaddrinfo.c: Likewise.
478
479         * modules/stdio: New file.
480         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
481         * lib/snprintf.h: Remove file.
482         * lib/vsnprintf.h: Remove file.
483         * lib/.cppi-disable: Remove snprintf.h.
484         * m4/stdio_h.m4: New file.
485         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
486
487 2007-02-20  Jim Meyering  <jim@meyering.net>
488
489         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
490         used by e.g., mingw.  From Bruno Haible.
491
492 2007-02-19  Bruno Haible  <bruno@clisp.org>
493
494         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
495         warnings.
496         Reported by Ben Pfaff <blp@cs.stanford.edu>.
497
498 2007-02-19  Bruno Haible  <bruno@clisp.org>
499
500         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
501         from mingw users.
502
503 2007-02-19  Bruno Haible  <bruno@clisp.org>
504
505         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
506         warnings.
507         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
508
509 2007-02-19  Jim Meyering  <jim@meyering.net>
510
511         Don't use FD after a successful "fdopendir (fd)".
512         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
513         Reset it by calling dirfd on the just-obtained DIR*.
514
515         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
516         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
517
518 2007-02-18  Bruno Haible  <bruno@clisp.org>
519
520         * lib/readlink.c: Include <unistd.h>.
521         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
522         HAVE_READLINK.
523         * modules/readlink (Depends-on): Add unistd.
524         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
525         (Include): Add <unistd.h>.
526
527         * lib/getlogin_r.h: Remove file.
528         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
529         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
530         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
531         HAVE_DECL_GETLOGIN_R.
532         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
533         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
534         (Include): Use <unistd.h> instead of getlogin_r.h.
535
536         * lib/getcwd.h: Remove file.
537         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
538         * lib/xgetcwd.c: Likewise.
539         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
540         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
541         * modules/getcwd (Files): Remove lib/getcwd.h.
542         (Depends-on): Add unistd.
543         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
544         (Include): Use <unistd.h> instad of getcwd.h.
545
546         * lib/ftruncate.c: Include <unistd.h> first.
547         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
548         Set HAVE_FTRUNCATE.
549         * modules/ftruncate (Depends-on): Add unistd.
550         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
551
552         * lib/fchdir.c: Include <unistd.h> first.
553         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
554         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
555         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
556         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
557         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
558
559         * lib/dup2.c: Include <unistd.h> first.
560         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
561         HAVE_DUP2.
562         * modules/dup2 (Depends-on): Add unistd.
563         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
564
565         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
566         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
567         REPLACE_CHOWN. Don't define chown as a macro here.
568         * modules/chown (Depends-on): Add unistd.
569         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
570
571         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
572         Add definition for GL_LINK_WARNING.
573         (chown, dup2): New declarations.
574         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
575         link warning.
576         (ftruncate): New declaration.
577         (getcwd): New declaration, taken from old getcwd.h.
578         (getlogin_r): New declaration, taken from old getlogin_r.h.
579         (readlink): New declaration.
580         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
581         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
582         (gl_PREREQ_UNISTD): Remove macro.
583         (gl_UNISTD_MODULE_INDICATOR): New macro.
584         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
585         many new variables. Don't set UNISTD_H.
586         * modules/unistd (Description): Change.
587         (Depends-on): Add link-warning.
588         (configure.ac): Update.
589         (Makefile.am): Create unistd.h always. Substitute many new variables
590         into it.
591
592 2007-02-18  Bruno Haible  <bruno@clisp.org>
593
594         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
595         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
596         HAVE_GETSUBOPT.
597         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
598         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
599         * lib/getsubopt.h: Remove file.
600         * modules/getsubopt (Files): Remove lib/getsubopt.h.
601         (Depends-on): Add stdlib.
602         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
603         (Includes): Use <stdlib.h> instead of getsubopt.h.
604         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
605         Set HAVE_GETSUBOPT.
606         * lib/getsubopt.c: Don't include getsubopt.h.
607
608 2007-02-18  Bruno Haible  <bruno@clisp.org>
609
610         * modules/fchdir (Depends-on): Add dup2.
611
612 2007-02-18  Bruno Haible  <bruno@clisp.org>
613
614         * lib/stdlib_.h: Handle glibc's special invocation convention
615         specially.
616
617 2007-02-18  Bruno Haible  <bruno@clisp.org>
618
619         * modules/stdlib-tests: New file.
620         * tests/test-stdlib.c: New file.
621
622         * modules/mkstemp (Files): Remove lib/mkstemp.h.
623         (Depends-on): Add stdlib.
624         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
625         (Includes): Use <stdlib.h> instead of mkstemp.h.
626         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
627         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
628         * lib/mkstemp.c: Don't include mkstemp.h.
629         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
630         * lib/stdlib--.h: Don't include mkstemp.h.
631
632         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
633         (Depends-on): Add stdlib.
634         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
635         (Includes): Use <stdlib.h> instead of mkdtemp.h.
636         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
637         HAVE_MKDTEMP.
638         * lib/mkdtemp.c: Don't include mkdtemp.h.
639         * lib/clean-temp.c: Don't include mkdtemp.h.
640
641         * modules/exit (Files): Remove lib/exit.h.
642         (Depends-on): Add stdlib.
643         (Makefile.am): Remove lib_SOURCES.
644         (Include): Use <stdlib.h> instead of exit.h.
645         * lib/argmatch.c: Don't include exit.h.
646         * lib/execute.c: Likewise.
647         * lib/pagealign_alloc.c: Likewise.
648         * lib/pipe.c: Likewise.
649         * lib/wait-process.c: Likewise.
650         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
651         * lib/exitfail.c: Likewise.
652         * lib/savewd.c: Likewise.
653         * lib/xsetenv.c: Likewise.
654
655         * modules/stdlib: New file.
656         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
657         and extra comments about mkstemp().
658         * lib/exit.h: Remove file.
659         * lib/mkdtemp.h: Remove file.
660         * lib/mkstemp.h: Remove file.
661         * m4/stdlib_h.m4: New file.
662         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
663
664 2007-02-18  Bruno Haible  <bruno@clisp.org>
665
666         * modules/math-tests: New file.
667         * tests/test-math.c: New file.
668
669         * modules/math: New file.
670         * modules/mathl (Files): Remove lib/mathl.h.
671         (Depends-on): Add math.
672         (Makefile.am): Don't mention mathl.h.
673         (Include): Use <math.h> instead of mathl.h.
674         * lib/math_.h: New file.
675         * lib/mathl.h: Remove file.
676         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
677         mathl.h.
678         * lib/asinl.c: Likewise.
679         * lib/atanl.c: Likewise.
680         * lib/ceill.c: Likewise.
681         * lib/cosl.c: Likewise.
682         * lib/expl.c: Likewise.
683         * lib/floorl.c: Likewise.
684         * lib/frexpl.c: Likewise.
685         * lib/ldexpl.c: Likewise.
686         * lib/logl.c: Likewise.
687         * lib/sincosl.c: Likewise.
688         * lib/sinl.c: Likewise.
689         * lib/sqrtl.c: Likewise.
690         * lib/tanl.c: Likewise.
691         * lib/trigl.c: Likewise.
692         * m4/math_h.m4: New file.
693         * MODULES.html.sh (Mathematics): Add math.
694
695 2007-02-17  Bruno Haible  <bruno@clisp.org>
696
697         * modules/wctype-tests: New file.
698         * tests/test-wctype.c: New file.
699
700         * modules/wchar-tests: New file.
701         * tests/test-wchar.c: New file.
702
703         * modules/unistd-tests: New file.
704         * tests/test-unistd.c: New file.
705
706         * modules/time-tests: New file.
707         * tests/test-time.c: New file.
708
709         * modules/sysexits-tests: New file.
710         * tests/test-sysexits.c: New file.
711
712         * modules/sys_time-tests: New file.
713         * tests/test-sys_time.c: New file.
714
715         * modules/sys_stat-tests: New file.
716         * tests/test-sys_stat.c: New file.
717
718         * modules/sys_socket-tests: New file.
719         * tests/test-sys_socket.c: New file.
720
721         * modules/sys_select-tests: New file.
722         * tests/test-sys_select.c: New file.
723
724         * modules/string-tests: New file.
725         * tests/test-string.c: New file.
726
727         * modules/stdbool-tests: New file.
728         * tests/test-stdbool.c: New file.
729
730         * modules/netinet_in-tests: New file.
731         * tests/test-netinet_in.c: New file.
732
733         * modules/inttypes-tests: New file.
734         * tests/test-inttypes.c: New file.
735
736         * modules/fcntl-tests: New file.
737         * tests/test-fcntl.c: New file.
738
739         * modules/byteswap-tests: New file.
740         * tests/test-byteswap.c: New file.
741
742         * modules/arpa_inet-tests: New file.
743         * tests/test-arpa_inet.c: New file.
744
745 2007-02-17  Bruno Haible  <bruno@clisp.org>
746
747         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
748         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
749         if the corresponding module is not enabled. Emit link warnings if
750         the function is used nevertheless.
751         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
752         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
753         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
754         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
755         * modules/inttypes (Depends-on): Add link-warning.
756         (Makefile.am): Copy the contents of build-aux/link-warning.h into
757         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
758         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
759         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
760         * modules/imaxdiv (configure.ac): Likewise.
761         * modules/strtoimax (configure.ac): Likewise.
762         * modules/strtoumax (configure.ac): Likewise.
763
764 2007-02-17  Bruno Haible  <bruno@clisp.org>
765
766         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
767         gl_STRING_MODULE_INDICATOR_DEFAULTS.
768         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
769         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
770
771 2007-02-17  Bruno Haible  <bruno@clisp.org>
772
773         * modules/link-warning: New file.
774         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
775         * lib/string_.h (GL_LINK_WARNING): Remove definition.
776         * modules/string (Depends-on): Add link-warning.
777         (Makefile.am): Copy the contents of build-aux/link-warning.h into
778         string.h.
779         * MODULES.html.sh (Support for building libraries and executables): Add
780         link-warning.
781
782 2007-02-17  Bruno Haible  <bruno@clisp.org>
783
784         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
785         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
786         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
787         long lines.
788
789 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
790             Bruno Haible  <bruno@clisp.org>
791
792         * modules/tmpfile: New file.
793         * lib/tmpfile.c: New file.
794         * m4/tmpfile.m4: New file.
795         * MODULES.html.sh (func_all_modules): New section "Input/output".
796
797 2007-02-15  Bruno Haible  <bruno@clisp.org>
798
799         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
800         (supports_delete_on_close): New function.
801         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
802
803 2007-02-14  Bruno Haible  <bruno@clisp.org>
804
805         * modules/mbspcasecmp-tests: New file.
806         * tests/test-mbspcasecmp.sh: New file.
807         * tests/test-mbspcasecmp.c: New file.
808
809         New module mbspcasecmp.
810         * modules/mbspcasecmp: New file.
811         * lib/mbspcasecmp.c: New file.
812         * lib/string_.h (strncasecmp): Change warning message.
813         (mbspcasecmp): New declaration.
814         * m4/mbspcasecmp.m4: New file.
815         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
816         GNULIB_MBSPCASECMP.
817         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
818         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
819
820 2007-02-14  Bruno Haible  <bruno@clisp.org>
821
822         * modules/mbsncasecmp-tests: New file.
823         * tests/test-mbsncasecmp.sh: New file.
824         * tests/test-mbsncasecmp.c: New file.
825
826         New module mbsncasecmp.
827         * modules/mbsncasecmp: New file.
828         * lib/mbsncasecmp.c: New file.
829         * lib/string_.h (mbsncasecmp): New declaration.
830         * m4/mbsncasecmp.m4: New file.
831         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
832         GNULIB_MBSNCASECMP.
833         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
834         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
835
836 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
837
838         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
839         Verify that it doesn't overlap with our flags.
840         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
841         do not have the desired effect in multibyte locales; instead, use
842         mbscasecmp.
843         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
844         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
845         we don't require GNU fnmatch ourselves (if our users require it, they
846         should do so explicitly).
847
848         Fix regex code so it doesn't rely on strcasecmp.
849         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
850         Otherwise, include gnulib's langinfo.h.
851         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
852         undesirable behavior in non-C locales.  Instead, rely on localecharset.
853         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
854         * modules/regex (FILES): Remove m4/codeset.m4.
855         (Depends-on): Add localcharset.  Remove strcase.
856
857 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
858
859         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
860         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
861
862 2007-02-13  Bruno Haible  <bruno@clisp.org>
863
864         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
865         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
866
867 2007-02-12  Bruno Haible  <bruno@clisp.org>
868
869         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
870         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
871         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
872         time warning rather than a link error.
873
874 2007-02-12  Bruno Haible  <bruno@clisp.org>
875
876         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
877         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
878         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
879
880 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
881
882         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
883         args, not 2.
884
885 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
886
887         New module 'time', so that apps can include <time.h> as per
888         POSIX and GNU instead of separate include files like time_r.h
889         and timegm.h.  This implementation tries out a simpler approach
890         for replacing decls in standard include files (as compared to
891         the string module), somewhat as an experiment.
892
893         * config/srclist.txt: Comment out mktime.c for now.
894         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
895         since it doesn't apply any more.  Use generic wording instead.
896         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
897         'time'.
898         * lib/time_.h, m4/time_h.m4, modules/time: New files.
899         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
900         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
901         Don't include <sys/types.h>; no longer needed since we assume C89.
902         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
903         * lib/strftime.c: Likewise.
904         * lib/time_r.c: Likewise.
905         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
906         * lib/nanosleep.c: Include <time.h> first, to check interface.
907         * lib/strptime.c: Likewise.
908         * lib/time_r.c: Likewise.
909         * lib/timegm.c: Likewise.
910         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
911         needed.
912         * lib/timegm.c: Don't include timegm.h; no longer needed.
913         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
914         time.h now handles any problems in that area.
915         (struct timespec, nanosleep): Remove; time.h now arranges for these.
916         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
917         that time.h defines struct timespec.
918         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
919         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
920         handles that.
921         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
922         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
923         needed.  Set REPLACE_LOCALTIME.
924         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
925         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
926         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
927         nanosleep; time_h.m4 now does that.  Don't require
928         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
929         module handles this now.
930         * modules/getdate (Depends-on): Remove timespec.  Add time.
931         * modules/nanosleep (Depends-on): Likewise.
932         * modules/stat-time (Depends-on): Likewise.
933         * modules/nanosleep (Include): Include time.h, not timespec.h.
934         * modules/strptime (Files): Remove lib/strptime.h.
935         (Depends-on): Add extensions, time.
936         (Include): Include time.h, not strptime.h.
937         * modules/time_r (Files): Remove lib/time_r.h.
938         (Depends-on): Add time.
939         (Include): Include time.h, not time_r.h.
940         * modules/timegm: Likewise.
941         * modules/timespec (Description): Now does timespec-related decls
942         of our own, instead of struct timespec itself.
943         (Depends-on): Add time; remove extensions.
944         (Maintainer): Add self.
945         * modules/utimecmp (Depends-on): Add time; remove timespec.
946         * modules/utimens (Depends-on): Likewise.
947         * modules/xnanosleep (Depends-on): Likewise.
948
949 2007-02-11  Bruno Haible  <bruno@clisp.org>
950
951         * lib/c-strstr.c: Include allocsa.h.
952         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
953         * lib/c-strcasestr.c: Include allocsa.h.
954         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
955         * lib/strcasestr.c: Include allocsa.h.
956         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
957         * lib/mbsstr.c: Include allocsa.h.
958         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
959         allocsa/freesa instead of malloc/free.
960         * lib/mbscasestr.c: Include allocsa.h.
961         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
962         allocsa/freesa instead of malloc/free.
963         * modules/c-strstr (Depends-on): Add allocsa.
964         * modules/c-strcasestr (Depends-on): Likewise.
965         * modules/strcasestr (Depends-on): Likewise.
966         * modules/mbsstr (Depends-on): Likewise.
967         * modules/mbscasestr (Depends-on): Likewise.
968
969 2007-02-11  Bruno Haible  <bruno@clisp.org>
970
971         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
972
973         * modules/mbsspn-tests: New file.
974         * tests/test-mbsspn.sh: New file.
975         * tests/test-mbsspn.c: New file.
976
977 2007-02-11  Bruno Haible  <bruno@clisp.org>
978
979         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
980
981         * modules/mbspbrk-tests: New file.
982         * tests/test-mbspbrk.sh: New file.
983         * tests/test-mbspbrk.c: New file.
984
985 2007-02-11  Bruno Haible  <bruno@clisp.org>
986
987         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
988         unneeded cast.
989
990         * modules/mbscspn-tests: New file.
991         * tests/test-mbscspn.sh: New file.
992         * tests/test-mbscspn.c: New file.
993
994 2007-02-11  Bruno Haible  <bruno@clisp.org>
995
996         * modules/mbscasecmp-tests: New file.
997         * tests/test-mbscasecmp.sh: New file.
998         * tests/test-mbscasecmp.c: New file.
999
1000 2007-02-11  Bruno Haible  <bruno@clisp.org>
1001
1002         Ensure O(n) worst-case complexity of mbscasestr.
1003         * lib/mbscasestr.c: Include stdbool.h.
1004         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1005         functions.
1006         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1007         the bookkeeping indicates that it's worth it.
1008         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1009
1010         * modules/mbscasestr-tests: New file.
1011         * tests/test-mbscasestr1.c: New file.
1012         * tests/test-mbscasestr2.sh: New file.
1013         * tests/test-mbscasestr2.c: New file.
1014         * tests/test-mbscasestr3.sh: New file.
1015         * tests/test-mbscasestr3.c: New file.
1016         * tests/test-mbscasestr4.sh: New file.
1017         * tests/test-mbscasestr4.c: New file.
1018         * m4/locale-tr.m4: New file.
1019
1020 2007-02-11  Bruno Haible  <bruno@clisp.org>
1021
1022         Ensure O(n) worst-case complexity of mbsstr.
1023         * lib/mbsstr.c: Include stdbool.h.
1024         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1025         functions.
1026         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1027         bookkeeping indicates that it's worth it.
1028         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1029
1030         * modules/mbsstr-tests: New file.
1031         * tests/test-mbsstr1.c: New file.
1032         * tests/test-mbsstr2.sh: New file.
1033         * tests/test-mbsstr2.c: New file.
1034         * tests/test-mbsstr3.sh: New file.
1035         * tests/test-mbsstr3.c: New file.
1036         * m4/locale-fr.m4: New file.
1037
1038 2007-02-11  Bruno Haible  <bruno@clisp.org>
1039
1040         * lib/mbsrchr.c (mbsrchr): Fix bug.
1041
1042         * modules/mbsrchr-tests: New file.
1043         * tests/test-mbsrchr.sh: New file.
1044         * tests/test-mbsrchr.c: New file.
1045
1046 2007-02-11  Bruno Haible  <bruno@clisp.org>
1047
1048         * lib/mbschr.c (mbschr): Fix bug.
1049
1050         * modules/mbschr-tests: New file.
1051         * tests/test-mbschr.sh: New file.
1052         * tests/test-mbschr.c: New file.
1053         * m4/locale-zh.m4: New file.
1054
1055 2007-02-11  Bruno Haible  <bruno@clisp.org>
1056
1057         Support for copying multibyte string iterators.
1058         * lib/mbiter.h: Include <string.h>.
1059         (mbiter_multi_copy): New function.
1060         (mbi_copy): New macro.
1061         * lib/mbuiter.h: Include <string.h>.
1062         (mbuiter_multi_copy): New function.
1063         (mbui_copy): New macro.
1064
1065 2007-02-11  Bruno Haible  <bruno@clisp.org>
1066
1067         New module mbslen.
1068         * modules/mbslen: New file.
1069         * lib/mbslen.c: New file.
1070         * lib/string_.h (mbslen): New declaration.
1071         * m4/mbslen.m4: New file.
1072         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1073         GNULIB_MBSLEN.
1074         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1075         * MODULES.html.sh (Internationalization functions): Add mbslen.
1076
1077 2007-02-11  Bruno Haible  <bruno@clisp.org>
1078
1079         Ensure O(n) worst-case complexity of strcasestr substitute.
1080         * lib/strcasestr.c: Include stdbool.h.
1081         (knuth_morris_pratt): New function.
1082         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1083         bookkeeping indicates that it's worth it.
1084         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1085
1086         * modules/strcasestr-tests: New file.
1087         * tests/test-strcasestr.c: New file.
1088
1089 2007-02-11  Bruno Haible  <bruno@clisp.org>
1090
1091         Ensure O(n) worst-case complexity of c_strcasestr.
1092         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1093         (knuth_morris_pratt): New function.
1094         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1095         the bookkeeping indicates that it's worth it.
1096         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1097
1098         * modules/c-strcasestr-tests: New file.
1099         * tests/test-c-strcasestr.c: New file.
1100
1101 2007-02-11  Bruno Haible  <bruno@clisp.org>
1102
1103         Ensure O(n) worst-case complexity of c_strstr.
1104         * lib/c-strstr.c: Include stdbool.h, string.h.
1105         (knuth_morris_pratt): New function.
1106         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1107         bookkeeping indicates that it's worth it.
1108         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1109
1110         * lib/c-strstr.c: Complete rewrite for maintainability.
1111
1112         * modules/c-strstr-tests: New file.
1113         * tests/test-c-strstr.c: New file.
1114
1115 2007-02-11  Bruno Haible  <bruno@clisp.org>
1116
1117         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1118         5.2.1 and earlier, whereby \055 was treated just like the range
1119         delimiter '-'.
1120         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1121
1122 2007-02-08  Bruno Haible  <bruno@clisp.org>
1123
1124         * modules/regex (Depends-on): Add stdbool.
1125         Reported by Dalibor Topic <robilad@kaffe.org>.
1126
1127 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1128
1129         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1130         Prefer returning from main to exiting from it.
1131         Remove unnecessary parens after sizeof.
1132
1133 2007-02-05  Bruno Haible  <bruno@clisp.org>
1134
1135         New module mbssep.
1136         * modules/mbssep: New file.
1137         * lib/mbssep.c: New file.
1138         * lib/string_.h (strsep): Add a conditional link warning.
1139         (mbssep): New declaration.
1140         * m4/mbssep.m4: New file.
1141         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1142         GNULIB_MBSSEP.
1143         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1144         * MODULES.html.sh (Internationalization functions): Add mbssep.
1145
1146 2007-02-05  Bruno Haible  <bruno@clisp.org>
1147
1148         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1149         Optimize search in case of 1 delimiter.
1150
1151 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1152
1153         * lib/acl.h: Include sys/types.h before sys/acl.h.
1154
1155 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1156
1157         Merge upstream fix for glibc bugzilla #3957:
1158
1159         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1160
1161         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1162         bit for RE_HAT_LISTS_NOT_NEWLINE.
1163         (build_charclass_op): Remove bogus comment.
1164
1165 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1166
1167         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1168
1169 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1170
1171         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1172         * lib/memmem.c [!defined _LIBC]: Include config.h.
1173
1174 2007-02-04  Bruno Haible  <bruno@clisp.org>
1175
1176         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1177         warning message.
1178
1179 2007-02-04  Bruno Haible  <bruno@clisp.org>
1180
1181         New module mbstok_r.
1182         * modules/mbstok_r: New file.
1183         * lib/mbstok_r.c: New file.
1184         * lib/string_.h (strtok_r): Change argument names to match the
1185         comments. Add a conditional link warning.
1186         (mbstok_r): New declaration.
1187         * m4/mbstok_r.m4: New file.
1188         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1189         GNULIB_MBSTOK_R.
1190         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1191         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1192
1193 2007-02-04  Bruno Haible  <bruno@clisp.org>
1194
1195         New module mbsspn.
1196         * modules/mbsspn: New file.
1197         * lib/mbsspn.c: New file.
1198         * lib/string_.h (strspn): Add a conditional link warning.
1199         (mbsspn): New declaration.
1200         * m4/mbsspn.m4: New file.
1201         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1202         GNULIB_MBSSPN.
1203         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1204         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1205
1206 2007-02-04  Bruno Haible  <bruno@clisp.org>
1207
1208         New module mbspbrk.
1209         * modules/mbspbrk: New file.
1210         * lib/mbspbrk.c: New file.
1211         * lib/string_.h (strpbrk): Add a conditional link warning.
1212         (mbspbrk): New declaration.
1213         * m4/mbspbrk.m4: New file.
1214         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1215         GNULIB_MBSPBRK.
1216         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1217         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1218
1219 2007-02-04  Bruno Haible  <bruno@clisp.org>
1220
1221         New module mbscspn.
1222         * modules/mbscspn: New file.
1223         * lib/mbscspn.c: New file.
1224         * lib/string_.h (strcspn): Add a conditional link warning.
1225         (mbscspn): New declaration.
1226         * m4/mbscspn.m4: New file.
1227         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1228         GNULIB_MBSCSPN.
1229         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1230         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1231
1232 2007-02-04  Bruno Haible  <bruno@clisp.org>
1233
1234         New module mbscasestr, reduced goal of strcasestr.
1235         * modules/mbscasestr: New file.
1236         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1237         (mbscasestr): Renamed from strcasestr.
1238         * lib/strcasestr.c: Don't include mbuiter.h.
1239         (strcasestr): Remove support for multibyte locales.
1240         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1241         Change the conditional link warning.
1242         (mbscasestr): New declaration.
1243         * m4/mbscasestr.m4: New file.
1244         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1245         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1246         REPLACE_STRCASESTR.
1247         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1248         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1249         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1250         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1251         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1252         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1253         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1254         (Depends-on): Remove mbuiter.
1255         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1256
1257 2007-02-04  Bruno Haible  <bruno@clisp.org>
1258
1259         Simplify handling of strncasecmp.
1260         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1261         the conditional link warning.
1262         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1263         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1264         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1265         * modules/strcase (configure.ac): Don't invoke
1266         gl_STRING_MODULE_INDICATOR.
1267         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1268
1269 2007-02-04  Bruno Haible  <bruno@clisp.org>
1270
1271         New module mbscasecmp, reduced goal of strcasecmp.
1272         * modules/mbscasecmp: New file.
1273         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1274         (mbscasecmp): Renamed from strcasecmp.
1275         * lib/strcasecmp.c: Don't include mbuiter.h.
1276         (strcasecmp): Remove support for multibyte locales.
1277         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1278         Change the conditional link warning.
1279         (mbscasecmp): New declaration.
1280         * m4/mbscasecmp.m4: New file.
1281         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1282         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1283         REPLACE_STRCASECMP.
1284         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1285         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1286         GNULIB_MBSCASECMP.
1287         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1288         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1289         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1290         (Depends-on): Remove mbuiter.
1291         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1292
1293 2007-02-04  Bruno Haible  <bruno@clisp.org>
1294
1295         New module mbsstr. Remove module strstr.
1296         * modules/mbsstr: New file.
1297         * modules/strstr: Remove file.
1298         * lib/mbsstr.c: Renamed from lib/strstr.c.
1299         (mbsstr): Renamed from strstr.
1300         * lib/string_.h (strstr): Remove declaration. Change the conditional
1301         link warning.
1302         (mbsstr): New declaration.
1303         * m4/mbsstr.m4: New file.
1304         * m4/strstr.m4: Remove file.
1305         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1306         REPLACE_STRSTR.
1307         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1308         Don't initialize GNULIB_STRSTR.
1309         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1310         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1311         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1312         (Support for systems lacking ANSI C 89): Remove strstr.
1313
1314 2007-02-04  Bruno Haible  <bruno@clisp.org>
1315
1316         New module mbsrchr.
1317         * modules/mbsrchr: New file.
1318         * lib/mbsrchr.c: New file.
1319         * lib/string_.h (strrchr): Add a conditional link warning.
1320         (mbsrchr): New declaration.
1321         * m4/mbsrchr.m4: New file.
1322         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1323         GNULIB_MBSRCHR.
1324         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1325         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1326
1327 2007-02-04  Bruno Haible  <bruno@clisp.org>
1328
1329         New module mbschr.
1330         * modules/mbschr: New file.
1331         * lib/mbschr.c: New file.
1332         * lib/string_.h (strchr): Add a conditional link warning.
1333         (mbschr): New declaration.
1334         * m4/mbschr.m4: New file.
1335         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1336         GNULIB_MBSCHR.
1337         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1338         * MODULES.html.sh (Internationalization functions): Add mbschr.
1339
1340 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1341
1342         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1343
1344         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1345
1346 2007-02-04  Bruno Haible  <bruno@clisp.org>
1347
1348         New module description section 'configure.ac-early'.
1349         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1350         (func_get_autoconf_early_snippet): New function.
1351         (func_import, func_create_testdir): Use it. Remove special cases for
1352         modules 'extensions' and 'lock'.
1353         * modules/extensions (configure.ac-early): Require
1354         gl_USE_SYSTEM_EXTENSIONS.
1355         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1356
1357 2007-02-04  Bruno Haible  <bruno@clisp.org>
1358
1359         Make use of gcj-4.3's -fsource and -ftarget option.
1360         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1361         and if so try the options -fsource and -ftarget.
1362         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1363         source_version, ftarget_option, target_version arguments.
1364         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1365         (is_envjavac_oldgcj_14_14_usable): Renamed from
1366         is_envjavac_gcj_14_14_usable.
1367         (is_envjavac_oldgcj_14_13_usable): Renamed from
1368         is_envjavac_gcj_14_13_usable.
1369         (is_gcj_present): Update.
1370         (is_gcj_43, is_gcj43_usable): New functions.
1371         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1372         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1373         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1374         try the options -fsource and -ftarget.
1375
1376 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1377
1378         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1379         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1380         larger value.
1381
1382 2007-02-03  Jim Meyering  <jim@meyering.net>
1383
1384         Give tools a better chance to allocate space for very large buffers.
1385         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1386
1387         Make pwd and readlink work also when run with an unreadable parent dir
1388         on systems with openat support.
1389         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1390         provided getcwd function, even when we have openat support.
1391         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1392
1393 2007-02-02  Bruno Haible  <bruno@clisp.org>
1394
1395         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1396         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1397         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1398         portability problems if one of these functions is only used on specific
1399         platforms.
1400         Reported by Paul Eggert.
1401
1402 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1403
1404         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1405         is causing more trouble than it's curing.
1406         * lib/regex_internal.h (__mempcpy): Remove.
1407         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1408         (and make the code a tad smaller to boot).
1409         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1410
1411 2007-02-02  Jim Meyering  <jim@meyering.net>
1412
1413         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1414         section, not in the Makefile.am: one.
1415
1416 2007-02-02  Eric Blake  <ebb9@byu.net>
1417
1418         * lib/strchrnul.c: Always include config.h first.
1419
1420         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1421         gnulib strstr is not necessary here.
1422
1423 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1424
1425         * m4/socklen.m4: Fix typo.
1426
1427 2007-02-02  Eric Blake  <ebb9@byu.net>
1428
1429         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1430         * modules/netinet_in (Makefile.am): Likewise.
1431
1432 2007-02-01  Bruno Haible  <bruno@clisp.org>
1433
1434         * lib/string_.h (GL_LINK_WARNING): New macro.
1435         (strcasecmp, strstr, strcasestr): If provided by the system,
1436         conditionally define as a macro that leads to a warning instead of to
1437         an error.
1438         (strncasecmp): Conditionally define as a macro that leads to a warning.
1439
1440 2007-02-01  Karl Berry  <karl@gnu.org>
1441
1442         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1443
1444 2007-02-01  Bruno Haible  <bruno@clisp.org>
1445
1446         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1447         renamings.
1448
1449 2007-02-01  Eric Blake  <ebb9@byu.net>
1450
1451         * modules/regex (Depends-on): Revert dependence on mempcpy.
1452         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1453         module's definition of mempcpy.
1454         Reported by Paul Eggert.
1455
1456 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1457
1458         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1459         the symbol XYZ before redefining it.  This fixes a problem with
1460         programs that don't use XYZ, when compiled on systems that define
1461         XYZ to something else.
1462
1463 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1464
1465         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1466         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1467         writeable to group or other and (2) is intended to have a special
1468         mode bit that is set or cleared.  In such a case, the directory
1469         should be neither group- nor other-writeable until the special
1470         mode bits are right.
1471
1472 2007-01-31  Eric Blake  <ebb9@byu.net>
1473
1474         * modules/mountlist (Depends-on): Add strstr.
1475
1476         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1477         bug.
1478         * modules/string (Makefile.am): Remove redundant replacement.
1479         * modules/regex (Depends-on): Add mempcpy.
1480
1481 2007-01-31  Bruno Haible  <bruno@clisp.org>
1482
1483         New module description field 'Link'.
1484         * gnulib-tool (func_usage): Document --extract-link-directive.
1485         (sed_extract_prog): Recognize 'Link' directive.
1486         (func_get_link_directive): New function.
1487         (func_import): Show summary of link directives.
1488         Handle --extract-link-directive option.
1489         * modules/acl (Link): New section.
1490         * modules/clock-time (Link): New section.
1491         * modules/euidaccess (Link): New section.
1492         * modules/gettext (Link): New section.
1493         * modules/iconv (Link): New section.
1494         * modules/lock (Link): New section.
1495         * modules/nanosleep (Link): New section.
1496         * modules/readline (Link): New section.
1497
1498 2007-01-27  Bruno Haible  <bruno@clisp.org>
1499
1500         Enforce the use of gnulib modules for unportable <string.h> functions.
1501         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1502         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1503         (gl_HEADER_STRING_H_BODY): Require it.
1504         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1505         the symbol XYZ to one that gives a link error.
1506         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1507         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1508         * modules/mempcpy (configure.ac): Likewise.
1509         * modules/memrchr (configure.ac): Likewise.
1510         * modules/stpcpy (configure.ac): Likewise.
1511         * modules/stpncpy (configure.ac): Likewise.
1512         * modules/strcase (configure.ac): Likewise.
1513         * modules/strcasestr (configure.ac): Likewise.
1514         * modules/strchrnul (configure.ac): Likewise.
1515         * modules/strdup (configure.ac): Likewise.
1516         * modules/strndup (configure.ac): Likewise.
1517         * modules/strnlen (configure.ac): Likewise.
1518         * modules/strpbrk (configure.ac): Likewise.
1519         * modules/strsep (configure.ac): Likewise.
1520         * modules/strstr (configure.ac): Likewise.
1521         * modules/strtok_r (configure.ac): Likewise.
1522
1523 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1524
1525         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1526
1527 2007-01-30  Jim Meyering  <jim@meyering.net>
1528
1529         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1530
1531 2007-01-29  Bruno Haible  <bruno@clisp.org>
1532
1533         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1534         * lib/execute.c: Likewise.
1535         * lib/pipe.c: Likewise.
1536         * lib/printf-args.h: Likewise.
1537         * lib/printf-args.c: Likewise.
1538         * lib/printf-parse.c: Likewise.
1539         * lib/vasnprintf.c: Likewise.
1540
1541 2007-01-29  Eric Blake  <ebb9@byu.net>
1542
1543         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1544         declaration.
1545
1546 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1547
1548         * lib/strptime.h (strptime): Use 'restrict' for args where
1549         POSIX requires this.
1550         * lib/strptime.c (strptime): Likewise.
1551         Change license notice from LGPL to GPL, since gnulib-tool will
1552         change this as needed.
1553         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1554         defined.
1555         Include "strptime.h" first, to check interface.
1556         Do not #undef _LIBC and _NL_CURRENT.
1557         Do not include <stdlib.h>; no longer needed.
1558         Include "time_r.h" and declare ptime_locale_status
1559         only if _LIBC is not defined.
1560         (__P): Remove unused macro.
1561         (match_string): Bring back glibc version, but use it only if _LIBC
1562         is defined.
1563         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1564         Remove unnecessary assertion and abort() call.
1565         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1566         * m4/strptime.m4: Fix serial number comment.
1567         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1568         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1569         (Depends-on): Add time_r.
1570
1571 2007-01-29  Bruno Haible  <bruno@clisp.org>
1572
1573         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1574         strptime.
1575         * modules/strptime (Depends-on): Add stdbool.
1576         * lib/strptime.h: Include <time.h> always. Add comments.
1577
1578 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1579
1580         * modules/strptime: New file.
1581         * lib/strptime.h: New file.
1582         * lib/strptime.c: New file.
1583         * m4/strptime.m4: New file.
1584
1585 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1586
1587         * MODULES.html.sh: New module mpsort.
1588         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1589
1590         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1591         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1592         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1593         All uses changed.
1594         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1595         All uses changed.
1596         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1597         to _Restrict_.
1598         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1599         the parameter matches the prototype.
1600
1601 2007-01-28  Jim Meyering  <jim@meyering.net>
1602
1603         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1604         sys/time.h here, reverting that part of the previous patch:
1605         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1606
1607 2007-01-28  Bruno Haible  <bruno@clisp.org>
1608
1609         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1610         value of $(SYS_TIME_H).
1611         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1612         remove it conditionally, too. [added by Jim Meyering]
1613         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1614         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1615         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1616         GETTIMEOFDAY_REPLACEMENT to 1.
1617
1618 2007-01-28  Bruno Haible  <bruno@clisp.org>
1619
1620         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1621         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1622         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1623         Set UNISTD_H instead of UNISTD_H2.
1624         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1625
1626 2007-01-28  Bruno Haible  <bruno@clisp.org>
1627
1628         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1629         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1630
1631 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1632
1633         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1634         (func_create_testdir): Ensure C locale for `grep' and `tr'
1635         character ranges.
1636         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1637         ACLOCAL_AMFLAGS parsing state machine.
1638
1639 2007-01-27  Bruno Haible  <bruno@clisp.org>
1640
1641         * modules/unistr/base: Update.
1642
1643 2007-01-27  Bruno Haible  <bruno@clisp.org>
1644
1645         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1646         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1647         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1648         modules/unistr/u32-mbtouc.
1649         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1650         * lib/unistr.h: Update.
1651         * lib/linebreak.c: Update.
1652         * modules/unistr/u32-mbtouc: Renamed from
1653         modules/unistr/u32-mbtouc-safe.
1654         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1655         * lib/unistr.h: Update.
1656         * lib/unistr/u32-to-u8.c: Update.
1657         * lib/unistr/u32-to-u16.c: Update.
1658
1659 2007-01-27  Bruno Haible  <bruno@clisp.org>
1660
1661         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1662         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1663         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1664         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1665         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1666         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1667         modules/unistr/u16-mbtouc.
1668         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1669         * lib/unistr.h: Update.
1670         * lib/linebreak.c: Update.
1671         * modules/linebreak: Update.
1672         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1673         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1674         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1675         * modules/unistr/u16-mbtouc: Renamed from
1676         modules/unistr/u16-mbtouc-safe.
1677         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1678         * lib/unistr.h: Update.
1679         * lib/unistr/u16-to-u8.c: Update.
1680         * modules/unistr/u16-to-u8: Update.
1681         * lib/unistr/u16-to-u32.c: Update.
1682         * modules/unistr/u16-to-u32: Update.
1683
1684 2007-01-27  Bruno Haible  <bruno@clisp.org>
1685
1686         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1687         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1688         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1689         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1690         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1691         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1692         modules/unistr/u8-mbtouc.
1693         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1694         * lib/unistr.h: Update.
1695         * lib/striconveh.c: Update.
1696         * modules/striconveh: Update.
1697         * lib/linebreak.c: Update.
1698         * modules/linebreak: Update.
1699         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1700         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1701         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1702         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1703         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1704         * lib/unistr.h: Update.
1705         * lib/striconveh.c: Update.
1706         * modules/striconveh: Update.
1707         * lib/unistr/u8-to-u16.c: Update.
1708         * modules/unistr/u8-to-u16: Update.
1709         * lib/unistr/u8-to-u32.c: Update.
1710         * modules/unistr/u8-to-u32: Update.
1711
1712 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1713
1714         Sync from Libtool.
1715         * lib/argz.c: Do not include strings.h nor memory.h, include
1716         string.h unconditionally.  Patch by Simon Josefsson.
1717
1718 2007-01-27  Bruno Haible  <bruno@clisp.org>
1719
1720         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1721         from gl_HEADER_STRING_H_BODY.
1722         (gl_HEADER_STRING_H_BODY): Require it.
1723         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1724         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1725         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1726         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1727         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1728         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1729         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1730         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1731         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1732         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1733         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1734         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1735         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1736         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1737         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1738
1739 2007-01-27  Bruno Haible  <bruno@clisp.org>
1740
1741         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1742         check_PROGRAMS into noinst_PROGRAMS.
1743         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1744         check_PROGRAMS in this case.
1745         (func_import): Set for_test to false.
1746         (func_create_testdir): Set for_test to true.
1747
1748 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1749             Bruno Haible  <bruno@clisp.org>
1750
1751         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1752         (Depends-on): Add string.
1753         (Includes): Use <string.h> instead of strcasestr.h.
1754         * modules/string (Makefile.am): Also substitute the value of
1755         REPLACE_STRCASESTR.
1756         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1757         assume strcasestr is declared in <string.h> not <strings.h>. Also
1758         set REPLACE_STRCASESTR.
1759         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1760         REPLACE_STRCASESTR.
1761         * lib/strcasestr.h: Remove file.
1762         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1763         * lib/string_.h (strcasestr): New declaration.
1764
1765 2007-01-27  Bruno Haible  <bruno@clisp.org>
1766
1767         * lib/string_.h: Use 'extern'.
1768
1769 2007-01-27  Jim Meyering  <jim@meyering.net>
1770
1771         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1772         of set-but-not-used local, "q".
1773
1774         * lib/mempcpy.c: Include <config.h> before <string.h>.
1775         This fixes a compilation error on HP-UX, due to the system's
1776         "restrict"-using mempcpy prototype.
1777
1778 2007-01-26  Bruno Haible  <bruno@clisp.org>
1779
1780         Small optimization.
1781         * lib/javacomp.c: Include c-strstr.h.
1782          (is_envjavac_gcj): Use c_strstr instead of strstr.
1783         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1784
1785 2007-01-26  Bruno Haible  <bruno@clisp.org>
1786
1787         * MODULES.html.sh (Unicode string functions): Add the new modules.
1788
1789         * modules/uniconv/u32-strconv-to-locale: New file.
1790         * lib/uniconv/u32-strconv-to-locale.c: New file.
1791
1792         * modules/uniconv/u16-strconv-to-locale: New file.
1793         * lib/uniconv/u16-strconv-to-locale.c: New file.
1794
1795         * modules/uniconv/u8-strconv-to-locale: New file.
1796         * lib/uniconv/u8-strconv-to-locale.c: New file.
1797
1798         * modules/uniconv/u32-strconv-from-locale: New file.
1799         * lib/uniconv/u32-strconv-from-locale.c: New file.
1800
1801         * modules/uniconv/u16-strconv-from-locale: New file.
1802         * lib/uniconv/u16-strconv-from-locale.c: New file.
1803
1804         * modules/uniconv/u8-strconv-from-locale: New file.
1805         * lib/uniconv/u8-strconv-from-locale.c: New file.
1806
1807         * modules/uniconv/u32-strconv-to-enc: New file.
1808         * lib/uniconv/u32-strconv-to-enc.c: New file.
1809         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1810         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1811
1812         * modules/uniconv/u16-strconv-to-enc: New file.
1813         * lib/uniconv/u16-strconv-to-enc.c: New file.
1814         * lib/uniconv/u-strconv-to-enc.h: New file.
1815         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1816         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1817
1818         * modules/uniconv/u8-strconv-to-enc: New file.
1819         * lib/uniconv/u8-strconv-to-enc.c: New file.
1820         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1821         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1822
1823         * modules/uniconv/u32-strconv-from-enc: New file.
1824         * lib/uniconv/u32-strconv-from-enc.c: New file.
1825         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1826         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1827
1828         * modules/uniconv/u16-strconv-from-enc: New file.
1829         * lib/uniconv/u16-strconv-from-enc.c: New file.
1830         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1831         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1832
1833         * modules/uniconv/u8-strconv-from-enc: New file.
1834         * lib/uniconv/u8-strconv-from-enc.c: New file.
1835         * lib/uniconv/u-strconv-from-enc.h: New file.
1836         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1837         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1838
1839         * modules/uniconv/u32-conv-from-enc: New file.
1840         * lib/uniconv/u32-conv-from-enc.c: New file.
1841         * modules/uniconv/u32-conv-from-enc-tests: New file.
1842         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1843
1844         * modules/uniconv/u16-conv-from-enc: New file.
1845         * lib/uniconv/u16-conv-from-enc.c: New file.
1846         * lib/uniconv/u-conv-from-enc.h: New file.
1847         * modules/uniconv/u16-conv-from-enc-tests: New file.
1848         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1849
1850         * modules/uniconv/u8-conv-from-enc: New file.
1851         * lib/uniconv/u8-conv-from-enc.c: New file.
1852         * modules/uniconv/u8-conv-from-enc-tests: New file.
1853         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1854
1855         * modules/uniconv/base: New file.
1856         * lib/uniconv.h: New file.
1857
1858 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1859
1860         * doc/gnulib-tool.texi (Initial import): Update to match current
1861         behavior with strdup module.
1862         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1863         * lib/memmem.h: Remove; all uses removed.  This is now done
1864         by <string.h>.
1865         * lib/mempcpy.h: Likewise.
1866         * lib/memrchr.h: Likewise.
1867         * lib/stpcpy.h: Likewise.
1868         * lib/stpncpy.h: Likewise.
1869         * lib/strcase.h: Likewise.
1870         * lib/strchrnul.h: Likewise.
1871         * lib/strdup.h: Likewise.
1872         * lib/strndup.h: Likewise.
1873         * lib/strnlen.h: Likewise.
1874         * lib/strpbrk.h: Likewise.
1875         * lib/strsep.h: Likewise.
1876         * lib/strstr.h: Likewise.
1877         * lib/strtok_r.h: Likewise.
1878         * lib/string_.h: New file.
1879         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1880         Rely on <string.h> instead.
1881         * lib/canon-host.c: Likewise.
1882         * lib/chdir-long.c: Likewise.
1883         * lib/concatpath.c: Likewise.
1884         * lib/exclude.c: Likewise.
1885         * lib/fchdir.c: Likewise.
1886         * lib/getaddrinfo.c: Likewise.
1887         * lib/getcwd.c: Likewise.
1888         * lib/getsubopt.c: Likewise.
1889         * lib/glob.c: Likewise.
1890         * lib/hard-locale.c: Likewise.
1891         * lib/iconvme.c: Likewise.
1892         * lib/javacomp.c: Likewise.
1893         * lib/mempcpy.c: Likewise.
1894         * lib/memrchr.c: Likewise.
1895         * lib/regex_internal.h: Likewise.
1896         * lib/stpncpy.c: Likewise.
1897         * lib/strcasecmp.c: Likewise.
1898         * lib/strchrnul.c: Likewise.
1899         * lib/strdup.c: Likewise.
1900         * lib/striconv.c: Likewise.
1901         * lib/striconveh.c: Likewise.
1902         * lib/striconveha.c: Likewise.
1903         * lib/strncasecmp.c: Likewise.
1904         * lib/strndup.c: Likewise.
1905         * lib/strnlen.c: Likewise.
1906         * lib/strsep.c: Likewise.
1907         * lib/strstr.c: Likewise.
1908         * lib/strtok_r.c: Likewise.
1909         * lib/userspec.c: Likewise.
1910         * lib/w32spawn.h: Likewise.
1911         * lib/xstrndup.c: Likewise.
1912         * lib/mountlist.c (strstr): Remove decl.
1913         * m4/string_h.m4: New file.
1914         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1915         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1916         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1917         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1918         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1919         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1920         Set REPLACE_STRCASECMP if necessary.
1921         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1922         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1923         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1924         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1925         HAVE_DECL_STRDUP if necessary.
1926         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1927         since gl_FUNC_STRNDUP does that now.
1928         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1929         Check for decl here...
1930         (gl_PREREQ_STRNLEN): ... not here.
1931         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1932         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1933         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1934         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1935         necessary.
1936         * modules/string: New file.
1937         * modules/memmem (Files): Remove special-purpose include file.
1938         (Depends-on): Add string.
1939         (Include): Include <string.h>, not the removed file.
1940         * modules/mempcpy: Likewise.
1941         * modules/memrchr: Likewise.
1942         * modules/stpcpy: Likewise.
1943         * modules/stpncpy: Likewise.
1944         * modules/strcase: Likewise.
1945         * modules/strchrnul: Likewise.
1946         * modules/strdup: Likewise.
1947         * modules/strndup: Likewise.
1948         * modules/strnlen: Likewise.
1949         * modules/strpbrk: Likewise.
1950         * modules/strsep: Likewise.
1951         * modules/strstr: Likewise.
1952         * modules/strtok_r: Likewise.
1953         * tests/test-dirname.c: Don't include "strdup.h", since
1954         <string.h> now suffices.
1955         * tests/test-memmem.c: Don't include "memmem.h", since
1956         <string.h> now suffices.
1957
1958 2007-01-25  Bruno Haible  <bruno@clisp.org>
1959
1960         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1961         *resultp is 0.
1962
1963         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1964         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1965         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1966         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1967
1968         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1969         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1970         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1971         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1972         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1973         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1974
1975 2007-01-24  Bruno Haible  <bruno@clisp.org>
1976
1977         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1978         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1979         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1980         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1981         gl_FUNC_FTS_CORE.
1982         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1983         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1984         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1985         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1986         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1987         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1988         gl_FUNC_FCHOWNAT.
1989         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1990         gl_FUNC_STRFTIME.
1991         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1992         Reported by Ralf Wildenhues.
1993
1994 2007-01-24  Bruno Haible  <bruno@clisp.org>
1995
1996         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1997         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1998         gl_GETADDRINFO.
1999         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2000         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2001         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2002
2003 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2004
2005         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2006         Don't use 'exit'; just return from 'main'.
2007         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2008
2009         * lib/fnmatch_.h: Readjust white space and comments to match
2010         glibc, to avoid spurious diffs.
2011
2012 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2013
2014         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2015         2004-12-01 change by Jakub Jelinek, since this code won't compile
2016         if !LIBC.  Problem reported by Bob Proulx.
2017
2018 2007-01-23  Bruno Haible  <bruno@clisp.org>
2019
2020         * lib/striconveh.c: Include c-strcaseeq.h.
2021         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2022         * modules/striconveh (Depends-on): Add c-strcaseeq.
2023
2024 2007-01-23  Bruno Haible  <bruno@clisp.org>
2025
2026         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2027
2028         * modules/c-strcaseeq: New file.
2029         * lib/c-strcaseeq.h: New file.
2030
2031         * modules/streq: New file.
2032         * lib/streq.h: New file.
2033
2034 2007-01-23  Bruno Haible  <bruno@clisp.org>
2035
2036         * modules/striconveha-tests: New file.
2037         * tests/test-striconveha.c: New file.
2038
2039         * lib/striconveha.h: Include <stdbool.h>.
2040         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2041         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2042         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2043         (mem_iconveha): New function.
2044         (str_iconveha_notranslit): Renamed from str_iconveha.
2045         (str_iconveha): New function.
2046         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2047         c-strcase.
2048
2049 2007-01-23  Bruno Haible  <bruno@clisp.org>
2050
2051         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2052         encodings without forgiving before trying any encoding with handler.
2053         (str_iconveha): Try all encodings without forgiving before trying any
2054         encoding with handler.
2055
2056 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2057
2058         Import the following changes from libc.
2059
2060         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2061
2062         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2063
2064         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2065
2066         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2067         normal_bracket label.
2068
2069         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2070
2071         [BZ #361]
2072         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2073         to normal_bracket after fetching the next character.
2074
2075 2007-01-22  Bruno Haible  <bruno@clisp.org>
2076
2077         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2078         argument.
2079         * lib/striconveh.c (iconv_carefully_1): New function.
2080         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2081         argument.
2082         (str_cd_iconveh): Update.
2083         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2084         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2085         * tests/test-striconveh.c (MAGIC): New macro.
2086         (new_offsets): New function.
2087         (main): Test call with and without offsets.
2088
2089 2007-01-22  Bruno Haible  <bruno@clisp.org>
2090
2091         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2092         * modules/sys_select (Makefile.am): Likewise.
2093         * modules/sys_socket (Makefile.am): Likewise.
2094         * modules/sys_time (Makefile.am): Likewise.
2095
2096 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2097
2098         * modules/gettimeofday (License): Change from GPL to LGPL, since
2099         gettimeofday is a library function.
2100
2101 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2102
2103         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2104
2105 2007-01-21  Bruno Haible  <bruno@clisp.org>
2106
2107         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2108
2109 2007-01-21  Bruno Haible  <bruno@clisp.org>
2110
2111         * modules/striconveha: New file.
2112         * lib/striconveha.h: New file.
2113         * lib/striconveha.c: New file.
2114         * MODULES.html.sh (Internationalization functions): Add striconveha.
2115         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2116         string.
2117         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2118
2119 2007-01-21  Bruno Haible  <bruno@clisp.org>
2120
2121         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2122         * lib/striconveh.c (str_iconveh): Likewise.
2123
2124 2007-01-21  Bruno Haible  <bruno@clisp.org>
2125
2126         * lib/striconveh.h (mem_iconveh): New declaration.
2127         * lib/striconveh.c (mem_iconveh): New function.
2128         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2129
2130 2007-01-21  Bruno Haible  <bruno@clisp.org>
2131
2132         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2133
2134         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2135         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2136         original result buffer.
2137         (str_cd_iconveh): Update.
2138         * tests/test-striconveh.c (main): Update.
2139
2140         * lib/striconv.h (mem_cd_iconv): Change specification.
2141         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2142         result buffer.
2143         (str_cd_iconv): Update.
2144         * tests/test-striconv.c (main): Update.
2145
2146 2007-01-21  Bruno Haible  <bruno@clisp.org>
2147
2148         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2149
2150 2007-01-20  Jim Meyering  <jim@meyering.net>
2151
2152         * lib/userspec.c (parse_with_separator): If a user or group string
2153         starts with "+", skip the corresponding name-to-ID look-up, since
2154         such a look-up must fail: user and group names may not include "+".
2155
2156 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2157
2158         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2159         since we now assume the sys_time module.
2160         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2161         check for sys/time.h; no longer needed.
2162         * modules/poll (Depends-on): Depend on sys_time.
2163
2164 2007-01-18  Bruno Haible  <bruno@clisp.org>
2165
2166         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2167         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2168
2169         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2170         gettimeofday.
2171
2172         * tests/test-gettimeofday.c: Include <time.h>.
2173         (dummy): Remove variable.
2174
2175         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2176         gl_HEADER_SYS_TIME_H.
2177         (gl_HEADER_SYS_TIME_H): New macro.
2178
2179         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2180         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2181         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2182         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2183         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2184         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2185         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2186         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2187         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2188         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2189         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2190
2191         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2192         last change; it caused a compilation error when cross-compiling to
2193         Cygwin.
2194
2195 2007-01-18  Jim Meyering  <jim@meyering.net>
2196
2197         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2198         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2199         than the race-prone "test -d sys || mkdir sys".
2200         (configure.ac): Use AC_PROG_MKDIR_P.
2201         * modules/sys_select: Likewise.
2202         * modules/sys_socket: Likewise.
2203         * modules/sys_time: Likewise.
2204
2205 2007-01-18  Eric Blake  <ebb9@byu.net>
2206
2207         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2208         replace gettimeofday.
2209         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2210         name, to avoid infinite recursion.
2211
2212 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2213
2214         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2215         module sys_time.
2216         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2217         assume timespec.h defines struct timeval.
2218         * lib/settime.c: Likewise.
2219         * lib/utimens.c: Likewise.
2220         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2221         since we now assume the gettimeofday module.
2222         * lib/tempname.c (__gen_tempname): Likewise.
2223         * lib/gettimeofday.h: Remove.
2224         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2225         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2226         Include <time.h>, for 'time()'.
2227         (localtime_buffer_addr): Also use this workaround if
2228         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2229         to simplify the uses.  All uses changed.
2230         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2231         that #undef is inside {}, and 'const' follows type name consistently.
2232         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2233         (gettimeofday): Do not use the maximum possible value for
2234         tv->tv_usec, since that might break usages other than ls.c.
2235         Instead, we'll leave ls.c alone.  This undoes today's patch
2236         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2237         we've never observed the problem but might as well keep the
2238         canary.
2239         * lib/nanosleep.c: Include timespec.h first, for interface check.
2240         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2241         now assume the sys_time module.
2242         * lib/tempname.c: Likewise.
2243         * lib/timespec.h: Likewise.
2244         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2245         needed.
2246         * lib/strftime.c: Likewise.
2247         * lib/timespec.h: Likewise.
2248         * lib/posixtm.c: Include posixtm.h first, for interface check.
2249         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2250         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2251         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2252         * lib/sys_time_.h: New file.
2253         * lib/timespec.h (struct timespec): Use long int, not long.
2254         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2255         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2256         Remove obsolescent call to AC_HEADER_TIME.
2257         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2258         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2259         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2260         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2261         Likewise.
2262         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2263         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2264         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2265         into the sys_time module.  Check for gettimeofday just once.
2266         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2267         for gettimeofday signature to just check the signature.  Merely
2268         compile it, since linking doesn't test signature.  Improve test for
2269         whether gettimeofday.o is actually needed.
2270         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2271         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2272         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2273         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2274         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2275         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2276         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2277         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2278         than worrying about sys/time.h.
2279         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2280         Don't bother worrying about TIME_WITH_SYS_TIME.
2281         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2282         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2283         * m4/sys_time_h.m4: New file.
2284         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2285         Don't include sys/time.h.  Return from main rather than exiting.
2286         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2287         all uses changed.
2288         * modules/gethrxtime (Depends-on): Add sys_time.
2289         * modules/gettime (Depends-on): Likewise.
2290         * modules/gettimeofday (Depends-on): Likewise.
2291         * modules/nanosleep (Depends-on): Likewise.
2292         * modules/settime (Depends-on): Likewise.
2293         * modules/tempname (Depends-on): Likewise.
2294         * modules/utimens (Depends-on): Likewise.
2295         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2296         (Include:) Change back to <sys/time.h>.
2297         (Maintainer:) Add self.
2298         * modules/sys_time: New file.
2299         * modules/tempname (Depends-on): Add gettimeofday.
2300         * tests/test-gettimeofday.c: Include <sys/time.h>
2301         rather than gettimeofday.h.
2302
2303 2007-01-17  Bruno Haible  <bruno@clisp.org>
2304
2305         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2306         the license default to GPL.
2307         (func_create_testdir): Don't complain if a module is LGPL and its
2308         tests module depends on GPLed modules.
2309
2310 2007-01-17  Bruno Haible  <bruno@clisp.org>
2311
2312         * lib/gettimeofday.c (gettimeofday): Add code for the case
2313         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2314         maximum possible value for tv->tv_usec, rather than the minimum one.
2315
2316 2005-10-08  Martin Lambers  <marlam@marlam.de>
2317 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2318 2007-01-16  Bruno Haible  <bruno@clisp.org>
2319
2320         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2321         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2322         gl_FUNC_GETTIMEOFDAY.
2323         (Include): Add gettimeofday.h.
2324         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2325         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2326         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2327         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2328         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2329         * lib/gettimeofday.h: New file.
2330         * lib/gettimeofday.c: Include <sys/timeb.h>.
2331         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2332         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2333         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2334         fall back on time().
2335
2336         * tests/test-gettimeofday.c: New file.
2337         * modules/gettimeofday-tests: New file.
2338
2339 2007-01-16  Eric Blake  <ebb9@byu.net>
2340
2341         * modules/fnmatch (Depends-on): Depend on wchar.
2342         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2343         * m4/fnmatch.m4: Likewise.
2344         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2345         * m4/mbchar.m4: Likewise.
2346         * modules/mbswidth (Depends-on): Depend on wchar.
2347         * lib/mbswidth.c: Assume <wchar.h>.
2348         * m4/mbswidth.m4: Likewise.
2349         * modules/quotearg (Depends-on): Depend on wchar.
2350         * lib/quotearg.c: Assume <wchar.h>.
2351         * m4/quotearg.m4: Likewise.
2352         * modules/regex (Depends-on): Depend on wchar.
2353         * lib/regex_internal.h: Assume <wchar.h>.
2354         * m4/regex.m4: Likewise.
2355         * modules/stdint (Depends-on): Depend on wchar.
2356         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2357         * m4/stdint.m4: Likewise.
2358         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2359         * modules/strftime (Depends-on): Depend on wchar.
2360         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2361         * modules/strtol (Depends-on): Depend on wchar.
2362         * lib/strtol.c: Assume <wchar.h>.
2363         * modules/wcwidth (Depends-on): Depend on wchar.
2364         * lib/wcwidth.h: Assume <wchar.h>.
2365         * m4/wcwidth.m4: Likewise.
2366
2367 2007-01-16  Bruno Haible  <bruno@clisp.org>
2368
2369         * modules/csharpexec-script: New, created from...
2370         * modules/csharpexec: ... this.
2371
2372 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2373
2374         * modules/javaexec-script: New, created from...
2375         * modules/javaexec: ... this.
2376
2377 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2378
2379         * modules/poll (Dependencies): Add sys_select.
2380
2381 2007-01-15  Jim Meyering  <jim@meyering.net>
2382
2383         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2384         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2385         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2386         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2387
2388 2007-01-15  Bruno Haible  <bruno@clisp.org>
2389
2390         * modules/striconveh: New file.
2391         * lib/striconveh.h: New file.
2392         * lib/striconveh.c: New file.
2393         * MODULES.html.sh (Internationalization functions): Add striconveh.
2394
2395         * modules/striconveh-tests: New file.
2396         * tests/test-striconveh.c: New file.
2397
2398 2007-01-15  Bruno Haible  <bruno@clisp.org>
2399
2400         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2401         not from GNU libiconv or GNU libc.
2402
2403 2007-01-15  Bruno Haible  <bruno@clisp.org>
2404
2405         * doc/gnulib-intro.texi (Copyright): Explain the different license
2406         terms for module descriptions, autoconf macros, tests, documentation.
2407
2408 2007-01-14  Bruno Haible  <bruno@clisp.org>
2409
2410         * modules/striconv-tests: New file.
2411         * tests/test-striconv.c: New file.
2412
2413 2007-01-14  Bruno Haible  <bruno@clisp.org>
2414
2415         * modules/iconv-tests: New file.
2416         * tests/test-iconv.c: New file.
2417
2418 2007-01-14  Bruno Haible  <bruno@clisp.org>
2419
2420         * gnulib-tool (func_get_license): For test modules, use the license of
2421         the main module.
2422
2423 2007-01-14  Bruno Haible  <bruno@clisp.org>
2424
2425         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2426         if iconv is found to exist.
2427
2428 2007-01-14  Bruno Haible  <bruno@clisp.org>
2429
2430         * modules/c-ctype-tests: New file.
2431         * tests/test-c-ctype.c: New file.
2432
2433 2007-01-14  Bruno Haible  <bruno@clisp.org>
2434
2435         * modules/binary-io-tests: New file.
2436         * tests/test-binary-io.sh: New file.
2437         * tests/test-binary-io.c: New file.
2438
2439 2007-01-14  Bruno Haible  <bruno@clisp.org>
2440
2441         * modules/array-oset-tests: New file.
2442         * tests/test-array_oset.c: New file.
2443
2444 2007-01-14  Bruno Haible  <bruno@clisp.org>
2445
2446         * modules/array-list-tests: New file.
2447         * tests/test-array_list.c: New file.
2448
2449 2007-01-14  Bruno Haible  <bruno@clisp.org>
2450
2451         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2452         and make.
2453         Reported by Simon Josefsson in
2454         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2455
2456 2007-01-14  Bruno Haible  <bruno@clisp.org>
2457
2458         * modules/allocsa-tests: New file.
2459         * tests/test-allocsa.c: New file.
2460
2461 2007-01-14  Bruno Haible  <bruno@clisp.org>
2462
2463         * modules/fchdir (Depends-on): Add absolute-header.
2464         * modules/unistd (Depends-on): Likewise.
2465
2466 2006-12-30  Bruno Haible  <bruno@clisp.org>
2467
2468         * modules/fchdir: New file.
2469         * modules/unistd (Files): Add lib/unistd_.h.
2470         (Makefile.am): Generate unistd.h from unistd_.h.
2471         * lib/fchdir.c: New file.
2472         * lib/dirent_.h: New file.
2473         * lib/unistd_.h: New file.
2474         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2475         * m4/fchdir.m4: New file.
2476         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2477         (gl_HEADER_UNISTD): Invoke it.
2478         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2479         function.
2480         * lib/backupfile.c (opendir, closedir): Undefine.
2481         * lib/chown.c (open, close): Undefine.
2482         * lib/clean-temp.c (open, close): Undefine.
2483         * lib/copy-file.c (open, close): Undefine.
2484         * lib/execute.c (open, close): Undefine.
2485         * lib/fsusage.c (open, close): Undefine.
2486         * lib/gc-gnulib.c (open, close): Undefine.
2487         * lib/getcwd.c (opendir, closedir): Undefine.
2488         * lib/glob.c (opendir, closedir): Undefine.
2489         * lib/javacomp.c (open, close): Undefine.
2490         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2491         * lib/openat-proc.c (open, close): Undefine.
2492         * lib/pagealign_alloc.c (open, close): Undefine.
2493         * lib/pipe.c (open, close): Undefine.
2494         * lib/progreloc.c (open, close): Undefine.
2495         * lib/savedir.c (opendir, closedir): Undefine.
2496         * lib/utime.c (open, close): Undefine.
2497         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2498
2499 2007-01-10  Bruno Haible  <bruno@clisp.org>
2500
2501         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2502
2503 2007-01-12  Eric Blake  <ebb9@byu.net>
2504
2505         Provide a robust <wchar.h>.  Further simplifications are now
2506         possible in other modules, but not included here.
2507         * modules/wchar: New module.
2508         * m4/wchar.m4: New file.
2509         * lib/wchar_.h: Likewise.
2510         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2511         of the new module.
2512         * MODULES.html.sh (Extended multibyte and wide character utilities):
2513         New section.
2514
2515 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2516
2517         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2518         to a reasonable default for memory allocation.
2519         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2520         file system that reports garbage st_size values for symlinks.
2521         Problem reported by Liyang Hu.
2522
2523 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2524
2525         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2526         Emacs .#* auto-save files).
2527
2528 2007-01-11  Bruno Haible  <bruno@clisp.org>
2529
2530         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2531         directory.
2532
2533 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2534
2535         Use @...@ consistently in lib/wctype_.h.
2536         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2537         on it being set to 1 or 0.
2538         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2539         go back to AC_SUBSTing it.
2540         * modules/wctype (Makefile.am): Undo previous change.
2541
2542 2007-01-10  Eric Blake  <ebb9@byu.net>
2543
2544         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2545         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2546         * modules/wctype (Makefile.am): Likewise.
2547         Reported by Chris McGuire.
2548
2549 2007-01-10  Jim Meyering  <jim@meyering.net>
2550
2551         fts.c: a small readability/maintainability improvement
2552         * lib/fts.c (fts_read): Make this code slightly more readable and
2553         maintainable by hoisting the "sp->fts_cur = p" assignments to
2554         immediately follow the statements that set P.  Derived from
2555         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2556
2557 2007-01-10  Eric Blake  <ebb9@byu.net>
2558
2559         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2560         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2561         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2562         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2563         Reported by Chris McGuire.
2564
2565 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2566
2567         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2568         in sed script.
2569
2570 2007-01-09  Bruno Haible  <bruno@clisp.org>
2571
2572         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2573         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2574         variables.
2575         (func_module): Use them.
2576
2577 2007-01-09  Bruno Haible  <bruno@clisp.org>
2578
2579         * modules/unistr/base: New file.
2580         * lib/unistr.h: New file.
2581
2582         * modules/unistr/u8-to-u16: New file.
2583         * lib/unistr/u8-to-u16.c: New file.
2584
2585         * modules/unistr/u8-to-u32: New file.
2586         * lib/unistr/u8-to-u32.c: New file.
2587
2588         * modules/unistr/u16-to-u8: New file.
2589         * lib/unistr/u16-to-u8.c: New file.
2590
2591         * modules/unistr/u16-to-u32: New file.
2592         * lib/unistr/u16-to-u32.c: New file.
2593
2594         * modules/unistr/u32-to-u8: New file.
2595         * lib/unistr/u32-to-u8.c: New file.
2596
2597         * modules/unistr/u32-to-u16: New file.
2598         * lib/unistr/u32-to-u16.c: New file.
2599
2600         * modules/unistr/u8-check: New file.
2601         * modules/unistr/u16-check: New file.
2602         * modules/unistr/u32-check: New file.
2603         * lib/unistr/u8-check.c: New file.
2604         * lib/unistr/u16-check.c: New file.
2605         * lib/unistr/u32-check.c: New file.
2606
2607         * modules/unistr/u8-chr: New file.
2608         * modules/unistr/u16-chr: New file.
2609         * modules/unistr/u32-chr: New file.
2610         * lib/unistr/u8-chr.c: New file.
2611         * lib/unistr/u16-chr.c: New file.
2612         * lib/unistr/u32-chr.c: New file.
2613
2614         * modules/unistr/u8-cmp: New file.
2615         * modules/unistr/u16-cmp: New file.
2616         * modules/unistr/u32-cmp: New file.
2617         * lib/unistr/u8-cmp.c: New file.
2618         * lib/unistr/u16-cmp.c: New file.
2619         * lib/unistr/u32-cmp.c: New file.
2620
2621         * modules/unistr/u8-cpy: New file.
2622         * modules/unistr/u16-cpy: New file.
2623         * modules/unistr/u32-cpy: New file.
2624         * lib/unistr/u8-cpy.c: New file.
2625         * lib/unistr/u16-cpy.c: New file.
2626         * lib/unistr/u32-cpy.c: New file.
2627         * lib/unistr/u-cpy.h: New file.
2628
2629         * modules/unistr/u8-cpy-alloc: New file.
2630         * modules/unistr/u16-cpy-alloc: New file.
2631         * modules/unistr/u32-cpy-alloc: New file.
2632         * lib/unistr/u8-cpy-alloc.c: New file.
2633         * lib/unistr/u16-cpy-alloc.c: New file.
2634         * lib/unistr/u32-cpy-alloc.c: New file.
2635         * lib/unistr/u-cpy-alloc.h: New file.
2636
2637         * modules/unistr/u8-endswith: New file.
2638         * modules/unistr/u16-endswith: New file.
2639         * modules/unistr/u32-endswith: New file.
2640         * lib/unistr/u8-endswith.c: New file.
2641         * lib/unistr/u16-endswith.c: New file.
2642         * lib/unistr/u32-endswith.c: New file.
2643         * lib/unistr/u-endswith.h: New file.
2644
2645         * modules/unistr/u8-mblen: New file.
2646         * modules/unistr/u16-mblen: New file.
2647         * modules/unistr/u32-mblen: New file.
2648         * lib/unistr/u8-mblen.c: New file.
2649         * lib/unistr/u16-mblen.c: New file.
2650         * lib/unistr/u32-mblen.c: New file.
2651
2652         * modules/unistr/u8-mbtouc: New file.
2653         * modules/unistr/u16-mbtouc: New file.
2654         * modules/unistr/u32-mbtouc: New file.
2655         * lib/unistr/u8-mbtouc.c: New file.
2656         * lib/unistr/u16-mbtouc.c: New file.
2657         * lib/unistr/u32-mbtouc.c: New file.
2658
2659         * modules/unistr/u8-mbtouc-safe: New file.
2660         * modules/unistr/u16-mbtouc-safe: New file.
2661         * modules/unistr/u32-mbtouc-safe: New file.
2662         * lib/unistr/u8-mbtouc-safe.c: New file.
2663         * lib/unistr/u16-mbtouc-safe.c: New file.
2664         * lib/unistr/u32-mbtouc-safe.c: New file.
2665
2666         * modules/unistr/u8-move: New file.
2667         * modules/unistr/u16-move: New file.
2668         * modules/unistr/u32-move: New file.
2669         * lib/unistr/u8-move.c: New file.
2670         * lib/unistr/u16-move.c: New file.
2671         * lib/unistr/u32-move.c: New file.
2672         * lib/unistr/u-move.h: New file.
2673
2674         * modules/unistr/u8-next: New file.
2675         * modules/unistr/u16-next: New file.
2676         * modules/unistr/u32-next: New file.
2677         * lib/unistr/u8-next.c: New file.
2678         * lib/unistr/u16-next.c: New file.
2679         * lib/unistr/u32-next.c: New file.
2680
2681         * modules/unistr/u8-prev: New file.
2682         * modules/unistr/u16-prev: New file.
2683         * modules/unistr/u32-prev: New file.
2684         * lib/unistr/u8-prev.c: New file.
2685         * lib/unistr/u16-prev.c: New file.
2686         * lib/unistr/u32-prev.c: New file.
2687
2688         * modules/unistr/u8-set: New file.
2689         * modules/unistr/u16-set: New file.
2690         * modules/unistr/u32-set: New file.
2691         * lib/unistr/u8-set.c: New file.
2692         * lib/unistr/u16-set.c: New file.
2693         * lib/unistr/u32-set.c: New file.
2694         * lib/unistr/u-set.h: New file.
2695
2696         * modules/unistr/u8-startswith: New file.
2697         * modules/unistr/u16-startswith: New file.
2698         * modules/unistr/u32-startswith: New file.
2699         * lib/unistr/u8-startswith.c: New file.
2700         * lib/unistr/u16-startswith.c: New file.
2701         * lib/unistr/u32-startswith.c: New file.
2702         * lib/unistr/u-startswith.h: New file.
2703
2704         * modules/unistr/u8-stpcpy: New file.
2705         * modules/unistr/u16-stpcpy: New file.
2706         * modules/unistr/u32-stpcpy: New file.
2707         * lib/unistr/u8-stpcpy.c: New file.
2708         * lib/unistr/u16-stpcpy.c: New file.
2709         * lib/unistr/u32-stpcpy.c: New file.
2710         * lib/unistr/u-stpcpy.h: New file.
2711
2712         * modules/unistr/u8-stpncpy: New file.
2713         * modules/unistr/u16-stpncpy: New file.
2714         * modules/unistr/u32-stpncpy: New file.
2715         * lib/unistr/u8-stpncpy.c: New file.
2716         * lib/unistr/u16-stpncpy.c: New file.
2717         * lib/unistr/u32-stpncpy.c: New file.
2718         * lib/unistr/u-stpncpy.h: New file.
2719
2720         * modules/unistr/u8-strcat: New file.
2721         * modules/unistr/u16-strcat: New file.
2722         * modules/unistr/u32-strcat: New file.
2723         * lib/unistr/u8-strcat.c: New file.
2724         * lib/unistr/u16-strcat.c: New file.
2725         * lib/unistr/u32-strcat.c: New file.
2726         * lib/unistr/u-strcat.h: New file.
2727
2728         * modules/unistr/u8-strchr: New file.
2729         * modules/unistr/u16-strchr: New file.
2730         * modules/unistr/u32-strchr: New file.
2731         * lib/unistr/u8-strchr.c: New file.
2732         * lib/unistr/u16-strchr.c: New file.
2733         * lib/unistr/u32-strchr.c: New file.
2734
2735         * modules/unistr/u8-strcmp: New file.
2736         * modules/unistr/u16-strcmp: New file.
2737         * modules/unistr/u32-strcmp: New file.
2738         * lib/unistr/u8-strcmp.c: New file.
2739         * lib/unistr/u16-strcmp.c: New file.
2740         * lib/unistr/u32-strcmp.c: New file.
2741
2742         * modules/unistr/u8-strcpy: New file.
2743         * modules/unistr/u16-strcpy: New file.
2744         * modules/unistr/u32-strcpy: New file.
2745         * lib/unistr/u8-strcpy.c: New file.
2746         * lib/unistr/u16-strcpy.c: New file.
2747         * lib/unistr/u32-strcpy.c: New file.
2748         * lib/unistr/u-strcpy.h: New file.
2749
2750         * modules/unistr/u8-strcspn: New file.
2751         * modules/unistr/u16-strcspn: New file.
2752         * modules/unistr/u32-strcspn: New file.
2753         * lib/unistr/u8-strcspn.c: New file.
2754         * lib/unistr/u16-strcspn.c: New file.
2755         * lib/unistr/u32-strcspn.c: New file.
2756         * lib/unistr/u-strcspn.h: New file.
2757
2758         * modules/unistr/u8-strdup: New file.
2759         * modules/unistr/u16-strdup: New file.
2760         * modules/unistr/u32-strdup: New file.
2761         * lib/unistr/u8-strdup.c: New file.
2762         * lib/unistr/u16-strdup.c: New file.
2763         * lib/unistr/u32-strdup.c: New file.
2764         * lib/unistr/u-strdup.h: New file.
2765
2766         * modules/unistr/u8-strlen: New file.
2767         * modules/unistr/u16-strlen: New file.
2768         * modules/unistr/u32-strlen: New file.
2769         * lib/unistr/u8-strlen.c: New file.
2770         * lib/unistr/u16-strlen.c: New file.
2771         * lib/unistr/u32-strlen.c: New file.
2772         * lib/unistr/u-strlen.h: New file.
2773
2774         * modules/unistr/u8-strmblen: New file.
2775         * modules/unistr/u16-strmblen: New file.
2776         * modules/unistr/u32-strmblen: New file.
2777         * lib/unistr/u8-strmblen.c: New file.
2778         * lib/unistr/u16-strmblen.c: New file.
2779         * lib/unistr/u32-strmblen.c: New file.
2780
2781         * modules/unistr/u8-strmbtouc: New file.
2782         * modules/unistr/u16-strmbtouc: New file.
2783         * modules/unistr/u32-strmbtouc: New file.
2784         * lib/unistr/u8-strmbtouc.c: New file.
2785         * lib/unistr/u16-strmbtouc.c: New file.
2786         * lib/unistr/u32-strmbtouc.c: New file.
2787
2788         * modules/unistr/u8-strncat: New file.
2789         * modules/unistr/u16-strncat: New file.
2790         * modules/unistr/u32-strncat: New file.
2791         * lib/unistr/u8-strncat.c: New file.
2792         * lib/unistr/u16-strncat.c: New file.
2793         * lib/unistr/u32-strncat.c: New file.
2794         * lib/unistr/u-strncat.h: New file.
2795
2796         * modules/unistr/u8-strncmp: New file.
2797         * modules/unistr/u16-strncmp: New file.
2798         * modules/unistr/u32-strncmp: New file.
2799         * lib/unistr/u8-strncmp.c: New file.
2800         * lib/unistr/u16-strncmp.c: New file.
2801         * lib/unistr/u32-strncmp.c: New file.
2802
2803         * modules/unistr/u8-strncpy: New file.
2804         * modules/unistr/u16-strncpy: New file.
2805         * modules/unistr/u32-strncpy: New file.
2806         * lib/unistr/u8-strncpy.c: New file.
2807         * lib/unistr/u16-strncpy.c: New file.
2808         * lib/unistr/u32-strncpy.c: New file.
2809         * lib/unistr/u-strncpy.h: New file.
2810
2811         * modules/unistr/u8-strnlen: New file.
2812         * modules/unistr/u16-strnlen: New file.
2813         * modules/unistr/u32-strnlen: New file.
2814         * lib/unistr/u8-strnlen.c: New file.
2815         * lib/unistr/u16-strnlen.c: New file.
2816         * lib/unistr/u32-strnlen.c: New file.
2817         * lib/unistr/u-strnlen.h: New file.
2818
2819         * modules/unistr/u8-strpbrk: New file.
2820         * modules/unistr/u16-strpbrk: New file.
2821         * modules/unistr/u32-strpbrk: New file.
2822         * lib/unistr/u8-strpbrk.c: New file.
2823         * lib/unistr/u16-strpbrk.c: New file.
2824         * lib/unistr/u32-strpbrk.c: New file.
2825         * lib/unistr/u-strpbrk.h: New file.
2826
2827         * modules/unistr/u8-strrchr: New file.
2828         * modules/unistr/u16-strrchr: New file.
2829         * modules/unistr/u32-strrchr: New file.
2830         * lib/unistr/u8-strrchr.c: New file.
2831         * lib/unistr/u16-strrchr.c: New file.
2832         * lib/unistr/u32-strrchr.c: New file.
2833
2834         * modules/unistr/u8-strspn: New file.
2835         * modules/unistr/u16-strspn: New file.
2836         * modules/unistr/u32-strspn: New file.
2837         * lib/unistr/u8-strspn.c: New file.
2838         * lib/unistr/u16-strspn.c: New file.
2839         * lib/unistr/u32-strspn.c: New file.
2840         * lib/unistr/u-strspn.h: New file.
2841
2842         * modules/unistr/u8-strstr: New file.
2843         * modules/unistr/u16-strstr: New file.
2844         * modules/unistr/u32-strstr: New file.
2845         * lib/unistr/u8-strstr.c: New file.
2846         * lib/unistr/u16-strstr.c: New file.
2847         * lib/unistr/u32-strstr.c: New file.
2848         * lib/unistr/u-strstr.h: New file.
2849
2850         * modules/unistr/u8-strtok: New file.
2851         * modules/unistr/u16-strtok: New file.
2852         * modules/unistr/u32-strtok: New file.
2853         * lib/unistr/u8-strtok.c: New file.
2854         * lib/unistr/u16-strtok.c: New file.
2855         * lib/unistr/u32-strtok.c: New file.
2856         * lib/unistr/u-strtok.h: New file.
2857
2858         * modules/unistr/u8-uctomb: New file.
2859         * modules/unistr/u16-uctomb: New file.
2860         * modules/unistr/u32-uctomb: New file.
2861         * lib/unistr/u8-uctomb.c: New file.
2862         * lib/unistr/u16-uctomb.c: New file.
2863         * lib/unistr/u32-uctomb.c: New file.
2864
2865         * MODULES.html.sh (Unicode string functions): Add the new modules.
2866
2867 2007-01-08  Bruno Haible  <bruno@clisp.org>
2868
2869         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2870         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2871         subdirectories.
2872
2873 2007-01-08  Karl Berry  <karl@gnu.org>
2874
2875         * doc/error.texi: mention that main() fns must set program_name
2876         when progname is used.
2877
2878 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2879
2880         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2881         WCTYPE_H is empty, for the benefit of builds from non-distclean
2882         directories.  Problem reported by Eric Blake in
2883         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2884
2885 2007-01-08  Bruno Haible  <bruno@clisp.org>
2886
2887         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2888         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2889         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2890         PROVIDE_CANONICALIZE_FILENAME_MODE.
2891         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2892
2893 2007-01-08  Bruno Haible  <bruno@clisp.org>
2894
2895         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2896         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2897         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2898         * lib/fts.c: Likewise.
2899         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2900
2901 2006-12-25  Bruno Haible  <bruno@clisp.org>
2902
2903         * modules/utf8-ucs4-safe: New file.
2904         * lib/utf8-ucs4-safe.h: New file.
2905         * lib/unistr/utf8-ucs4-safe.c: New file.
2906
2907         * modules/utf16-ucs4-safe: New file.
2908         * lib/utf16-ucs4-safe.h: New file.
2909         * lib/unistr/utf16-ucs4-safe.c: New file.
2910
2911         * MODULES.html.sh (Unicode string functions): Add the new modules.
2912
2913 2007-01-08  Bruno Haible  <bruno@clisp.org>
2914
2915         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2916         (Depends-on): Add unitypes.
2917         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2918         (u8_mbtouc_aux): Move out to separate file.
2919         (u8_mbtouc): Use ucs4_t, uint8_t types.
2920         * lib/unistr/utf8-ucs4.c: New file.
2921
2922         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2923         (Depends-on): Add unitypes.
2924         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2925         (u16_mbtouc_aux): Move out to separate file.
2926         (u16_mbtouc): Use ucs4_t, uint16_t types.
2927         * lib/unistr/utf16-ucs4.c: New file.
2928
2929         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2930         (Depends-on): Add unitypes.
2931         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2932         (u8_uctomb_aux): Move out to separate file.
2933         (u8_uctomb): Use ucs4_t, uint8_t types.
2934         * lib/unistr/ucs4-utf8.c: New file.
2935
2936         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2937         (Depends-on): Add unitypes.
2938         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2939         (u16_uctomb_aux): Move out to separate file.
2940         (u16_uctomb): Use ucs4_t, uint16_t types.
2941         * lib/unistr/ucs4-utf16.c: New file.
2942
2943 2006-12-25  Bruno Haible  <bruno@clisp.org>
2944
2945         * modules/unitypes: New file.
2946         * lib/unitypes.h: New file.
2947         * MODULES.html.sh (func_all_modules): New section "Unicode string
2948         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2949         this section. Add unitypes.
2950
2951 2007-01-08  Bruno Haible  <bruno@clisp.org>
2952
2953         Avoid variable names that conflict with those from libtool.
2954         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2955         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2956         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2957         library_names_spec to acl_library_names_spec, hardcode_* to
2958         acl_hardcode_*.
2959         Reported by Ralf Wildenhues.
2960
2961 2007-01-08  Bruno Haible  <bruno@clisp.org>
2962
2963         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2964         definition.
2965         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2966         definition.
2967         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2968         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2969         definition.
2970         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2971         definition.
2972         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2973         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2974         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2975         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2976         definition.
2977         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2978         definition.
2979         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2980         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2981         GC_USE_<algorithm>.
2982         * lib/gc-libgcrypt.c: Likewise.
2983         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2984         * modules/gc-arctwo (configure.ac): Likewise.
2985         * modules/gc-des (configure.ac): Likewise.
2986         * modules/gc-hmac-md5 (configure.ac): Likewise.
2987         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2988         * modules/gc-md2 (configure.ac): Likewise.
2989         * modules/gc-md4 (configure.ac): Likewise.
2990         * modules/gc-md5 (configure.ac): Likewise.
2991         * modules/gc-random (configure.ac): Likewise.
2992         * modules/gc-rijndael (configure.ac): Likewise.
2993         * modules/gc-sha1 (configure.ac): Likewise.
2994
2995 2007-01-08  Bruno Haible  <bruno@clisp.org>
2996
2997         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2998         macro definition.
2999         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3000         definition.
3001         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3002         definition.
3003         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3004         * modules/fcntl-safer (configure.ac): Likewise.
3005         * modules/fopen-safer (configure.ac): Likewise.
3006         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3007         GNULIB_FWRITEERROR macro definition.
3008
3009 2007-01-08  Bruno Haible  <bruno@clisp.org>
3010
3011         * m4/gnulib-common.m4: New file.
3012         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3013         (func_get_filelist): Add m4/gnulib-common.m4.
3014
3015 2007-01-08  Bruno Haible  <bruno@clisp.org>
3016
3017         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3018         command.
3019
3020 2007-01-08  Jim Meyering  <jim@meyering.net>
3021
3022         Use a more robust test for a "can't happen" condition.
3023         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3024         narrowed the st_size value.  Presuming the "can't happen" condition
3025         is true, that narrowing could conceivably convert an invalid st_size
3026         value into a valid one.  Instead, use a change based on Matthew
3027         Woehlke's original patch.
3028
3029         Slight readability improvement: use an assert-like macro
3030         in place of literal "abort ()" uses.
3031         * lib/fts.c (fts_assert): Define.
3032         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3033         Use this macro instead of a bare 'abort'.
3034
3035 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3036
3037         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3038         simply work around them.
3039         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3040         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3041         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3042         declaring.
3043         Don't bother to define as macros, since the standard doesn't require it.
3044         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3045         longer worry about IRIX 5.3.
3046         (HAVE_WCTYPE_CTMP_BUG): Remove.
3047
3048 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3049
3050         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3051         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3052         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3053         Problems reported by Georg Schwarz for IRIX 5.3.
3054
3055         * gnulib-tool (autoconf_minversion): Take the maximum version number
3056         found, not the minimum.  Problem reported by James Youngman.
3057
3058 2007-01-03  Karl Berry  <karl@gnu.org>
3059
3060         * doc/error.texi: new file, explaining interaction with progname.
3061         * doc/gnulib.texi: include it.  Update copyright.
3062
3063 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3064
3065         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3066         AC_CANONICAL_HOST, to improve autobuild outputs.
3067
3068 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3069             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3070
3071         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3072         sockets, server sockets, and other file descriptors.  Count errors
3073         to compute the return value.  Reorder the code a bit to be easier
3074         to follow.  Don't set event bits that were not requested (except
3075         POLLERR and POLLHUP).
3076
3077 2007-01-01  Bruno Haible  <bruno@clisp.org>
3078
3079         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3080
3081 2007-01-03  Jim Meyering  <jim@meyering.net>
3082
3083         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3084
3085 2007-01-02  Bruno Haible  <bruno@clisp.org>
3086
3087         * modules/settime (Include): Require timespec.h.
3088         * modules/nanosleep (Include): Likewise.
3089
3090 2007-01-01  Bruno Haible  <bruno@clisp.org>
3091
3092         * gnulib-tool (func_emit_copyright_notice): Bump year.
3093         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3094
3095 2007-01-01  Bruno Haible  <bruno@clisp.org>
3096
3097         Improve support for OpenBSD.
3098         * build-aux/config.rpath (libname_spec): Export.
3099         (library_names_spec): New variable. Export.
3100         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3101         library_names_spec from the config.rpath output. Locate shared library
3102         through the name pattern in library_names_spec.
3103
3104 2007-01-01  Eric Blake  <ebb9@byu.net>
3105
3106         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3107
3108 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3109
3110         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3111         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3112         assume the C locale, and avoid an "eval" that could cause trouble.
3113         Problem with SORT reported by Bob Proulx.
3114
3115         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3116         Define.  Trivial patch from Henning Nielsen Lund, originally
3117         sent to bug-grep@gnu.org today.
3118
3119 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3120
3121         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3122         struct stat.  Problem reported by Henning Nielsen Lund.
3123         * lib/acl.c: Include acl.h first, to check interface.  Don't
3124         bother to include sys/types.h and sys/stat.h again.
3125
3126 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3127
3128         Import the following change from libc; problem reported by
3129         Sven Verdoolaege.
3130
3131         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3132
3133         [BZ #1373]
3134         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3135
3136 2006-12-28  Jim Meyering  <jim@meyering.net>
3137
3138         * build-aux/announce-gen: Do not assume that the package
3139         builds any of tar.gz, tar.bz2, and .xdelta files.
3140         Suggestion from Simon Josefsson.
3141
3142 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3143
3144         * modules/announce-gen: New file.
3145
3146 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3147
3148         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3149         handles its gotchas now.
3150         * lib/mbswidth.c: Likewise.
3151         * lib/wcwidth.h: Likewise.
3152         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3153         and iswcntrl; the wctype module does this stuff now.
3154         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3155         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3156         * modules/mbchar (Depends-on): Add wctype.
3157         * modules/mbswidth (Depends-on): Likewise.
3158         * modules/wcwidth (Depends-on): Likewise.
3159
3160 2006-12-27  Eric Blake  <ebb9@byu.net>
3161
3162         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3163         module uses more than what <wctype.h> is required to provide.
3164
3165 2006-12-26  Eric Blake  <ebb9@byu.net>
3166
3167         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3168
3169 2006-12-26  Eric Blake  <ebb9@byu.net>
3170
3171         * modules/absolute-header: New module.
3172         * modules/fcntl (Depends-on): Depend on it.
3173         * modules/inttypes (Depends-on): Likewise.
3174         * modules/stdint (Depends-on): Likewise.
3175         * modules/sys_stat (Depends-on): Likewise.
3176         * modules/wctype (Depends-on): Likewise.
3177         * MODULES.html.sh (Support for building libraries and
3178         executables): Document it.
3179
3180 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3181
3182         * gnulib-tool (SED): Remove, undoing previous change.
3183         The problem was that it broke coreutils on Solaris, because
3184         "sed --posix" leaked into a makefile.
3185         (sed): New alias, if 'alias' and GNU sed.
3186
3187 2006-12-24  Jim Meyering  <jim@meyering.net>
3188
3189         Work around an fchownat bug in glibc-2.4:
3190         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3191         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3192         in spite of the -P option.
3193         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3194         New macros.
3195         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3196         * modules/openat (Files): Add lib/fchownat.c.
3197         * lib/openat.c (fchownat): Don't define here.  Move to...
3198         * lib/fchownat.c: ...this new file.
3199
3200 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3201
3202         Fix bug reported by Bruno Haible in
3203         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3204         where quotearg.c didn't compile on Mac OS X 10.2 because it
3205         lacks <wchar.h> and wint_t.
3206         * lib/wctype_.h (__wctype_wint_t): New type.
3207         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3208         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3209         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3210         Arg is now of type __wctype_wint_t, not wint_t.
3211         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3212         substitute HAVE_WINT_T.
3213         * modules/wctype (Files): Add m4/wint_t.m4.
3214         (wctype.h): Substitute HAVE_WINT_T.
3215
3216 2006-12-23  Bruno Haible  <bruno@clisp.org>
3217
3218         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3219
3220 2006-12-23  Bruno Haible  <bruno@clisp.org>
3221
3222         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3223         S_ISLNK.
3224         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3225         mingw.
3226
3227 2006-12-22  Bruno Haible  <bruno@clisp.org>
3228
3229         * lib/copy-file.c: Include acl.h.
3230         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3231         Close the file descriptors only after being done with copy_acl.
3232         * modules/copy-file (Depends-on): Add acl.
3233
3234 2006-12-22  Bruno Haible  <bruno@clisp.org>
3235
3236         * gnulib-tool (SED): New variable.
3237         Use $SED instead of sed everywhere.
3238
3239 2006-12-22  Bruno Haible  <bruno@clisp.org>
3240
3241         * modules/no-c++: New file.
3242         * m4/no-c++.m4: New file.
3243         * MODULES.html.sh (Support for building libraries and executables):
3244         Add no-c++.
3245
3246 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3247
3248         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3249         Include <limits.h>, and use its INT_MAX to rewrite the
3250         j loop so that it does not overflow 'int'.  Problem reported by
3251         Ralf Wildenhues in
3252         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3253         Play it safe by shifting left by 1 rather than multiplying by 2,
3254         as GCC is less likely to optimize this away when the value
3255         is signed (when it assumes overflow leads to undefined behavior).
3256         Also, don't assume time_t uses two's complement.
3257
3258 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3259
3260         * MODULES.html.sh: New module wctype.
3261         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3262         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3263         <wctype.h>, since the new wctype module should fix this.
3264         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3265         the wctype module should arrange for it.
3266         * lib/regex_internal.h: Likewise.
3267         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3268         since the wctype module should handle this now.
3269         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3270         * modules/fnmatch (Depends-on): Add wctype.
3271         * modules/quotearg (Depends-on): Likewise.
3272         * modules/regex (Depends-on): Likewise.
3273
3274 2006-12-19  Bruno Haible  <bruno@clisp.org>
3275
3276         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3277         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3278
3279 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3280
3281         * modules/savewd (Depends-on): Fix dependency on fcntl.
3282
3283 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3284
3285         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3286         conforms to C99, rather than relying on the user's environment
3287         setting of STDINT_H.
3288
3289 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3290         and Eric Blake  <ebb9@byu.net>
3291
3292         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3293         This is more consistent with the other defines here.
3294         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3295         Port to z/OS.  Problem reported by Paul Gilmartin.
3296         Change local vars to use gl_ prefix rather than ac_.
3297         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3298         with other defines.
3299         * modules/double-slash-root: New module.
3300         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3301         (Depends-on): Add double-slash-root.
3302         * MODULES.html.sh (File system functions): Mention new module.
3303
3304 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3305
3306         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3307         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3308         This is for the benefit of gzip, which doesn't do i18n.
3309
3310 2006-12-12  Jim Meyering  <jim@meyering.net>
3311
3312         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3313         Reported by Andreas Schwab <schwab@suse.de>.
3314
3315 2006-12-12  Bruno Haible  <bruno@clisp.org>
3316
3317         Merge these changes.
3318         2006-09-05  Bruno Haible  <bruno@clisp.org>
3319         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3320         iconv_alloc succeeded.
3321         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3322         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3323         test for " && dest " at the end - dest is always != NULL there. Call
3324         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3325         with 2xNULL arguments, also to flush the state storage. Handle the
3326         IRIX iconv behaviour. Realloc the final result, to throw away unused
3327         memory.
3328
3329 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3330
3331         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3332         and fchmodat unconditionally, since glibc 2.4 has them.
3333         Problem reported by Arkadiusz Miskiewicz.
3334
3335 2006-12-10  Bruno Haible  <bruno@clisp.org>
3336
3337         * gnulib-tool (func_import): Show the include files only for those
3338         modules that are copied and specified.
3339         Reported by Karl Berry.
3340
3341 2006-12-08  Jim Meyering  <jim@meyering.net>
3342
3343         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3344         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3345
3346         * build-aux/announce-gen: Add two new options, both optional:
3347         --bootstrap-tools=TOOL_LIST
3348               a comma-separated list of tools, e.g.,
3349               autoconf,automake,bison,gnulib
3350         --gnulib-snapshot-date=DATE
3351               if gnulib is in the bootstrap tool list,
3352               then report this as the snapshot date.
3353               If not specified, use the current date/time.
3354               If you specify a date here, be sure it's UTC.
3355
3356 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3357
3358         * tests/test-argp-2.sh: Fix test to match actual output.
3359         (func_compare): Fix sed script to be portable.
3360
3361 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3362
3363         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3364         workaround for this case.  It is not autoconfigured now; offhand
3365         it's hard to see how to autoconfigure it.
3366
3367 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3368
3369         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3370         a directory that is about to be chowned.  Such a directory's
3371         initial file permissions should permit the owner only and this
3372         should not be changed until after the chown, since the group and
3373         other bits would be incorrect if they granted permission before
3374         the chown.
3375
3376         Fix porting problem for iswctype reported by Georg Schwarz in:
3377         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3378         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3379         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3380         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3381         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3382
3383 2006-12-03  Jim Meyering  <jim@meyering.net>
3384
3385         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3386         p->fts_statp may not yet be defined.
3387         (fts_read): Instead, set it in the caller, once p->fts_statp is
3388         sure to be defined, and corresponds to a top-level directory.
3389         This bug made du -x fail.  Here's the coreutils test case:
3390         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3391         Reported by Mike Frysinger.
3392
3393 2006-12-01  Jim Meyering  <jim@meyering.net>
3394
3395         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3396         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3397         Reported by Simon Josefsson.
3398
3399 2006-11-30  Jim Meyering  <jim@meyering.net>
3400
3401         * m4/warning.m4: Use the all-permissive copyright notice
3402         recommended by RMS (rather than LGPL).
3403         * m4/vararrays.m4: Likewise.
3404         * m4/flexmember.m4: Likewise.
3405
3406 2006-11-29  Bruno Haible  <bruno@clisp.org>
3407
3408         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3409         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3410         using +=.
3411         Reported by Simon Josefsson <simon@josefsson.org>.
3412
3413 2006-11-28  James Youngman <jay@gnu.org>
3414
3415         * README: Advise users that they might find the bug-gnulib@gnu.org
3416         and autotools-announce@gnu.org mailing lists useful.
3417
3418 2006-11-28  Bruno Haible  <bruno@clisp.org>
3419
3420         * m4/ptrdiff_max.m4: Remove file.
3421
3422 2006-11-21  Bruno Haible  <bruno@clisp.org>
3423
3424         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3425         _AC_COMPUTE_INT.
3426         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3427         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3428         _AC_COMPUTE_INT.
3429         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3430         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3431         _AC_COMPUTE_INT.
3432         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3433
3434 2006-11-28  Jim Meyering  <jim@meyering.net>
3435
3436         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3437         warning from "gcc -Wshadow" about shadowing the builtin.
3438
3439 2006-11-27  Bruno Haible  <bruno@clisp.org>
3440
3441         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3442         _AC_COMPUTE_INT.
3443         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3444
3445 2006-11-27  Bruno Haible  <bruno@clisp.org>
3446             Paul Eggert  <eggert@cs.ucla.edu>
3447
3448         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3449
3450 2006-11-26  Bruno Haible  <bruno@clisp.org>
3451
3452         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3453         noinst_LTLIBRARIES.
3454
3455 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3456             Bruno Haible  <bruno@clisp.org>
3457
3458         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3459         if compiling with "gcc -ansi".
3460
3461 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3462
3463         Fix some incompatibilities with gcc -ansi -pedantic.
3464         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3465         if compiling pedantically with GCC, unless it's C99 or later.
3466         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3467         it mishandles gcc -ansi -pedantic as well.
3468         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3469         if gcc -pedantic.
3470         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3471         initializers for struct if -pedantic, unless it's C99 or later.
3472
3473 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3474
3475         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3476         Don't close an fd more than once. Identical atimes indicate
3477         success, not failure.
3478
3479 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3480
3481         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3482
3483 2006-11-23  Jim Meyering  <jim@meyering.net>
3484
3485         * build-aux/announce-gen: New file.  From coreutils.
3486
3487 2006-11-22  Jim Meyering  <jim@meyering.net>
3488
3489         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3490         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3491         (fts_read): Use a temporary to narrow the overused st_size member
3492         before using it in a switch statement.  Reported by Matthew Woehlke.
3493
3494         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3495         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3496
3497 2006-11-20  Bruno Haible  <bruno@clisp.org>
3498
3499         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3500         changequote instead of pairs of brackets.
3501         Reported by Andreas Schwab <schwab@suse.de>.
3502
3503 2006-11-21  Jim Meyering  <jim@meyering.net>
3504
3505         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3506         so as to remain compatible with older compilers.
3507         Patch from Michael Deutschmann.
3508
3509 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3510
3511         * MODULES.html.sh (File system functions): Add openat.
3512
3513         * lib/openat.h (rpl_fstatat): New macro, if
3514         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3515         (fstatat): Define to rpl_fstatat under the same conditions,
3516         unless COMPILING_FSTATAT.
3517         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3518         seems to have the bug.
3519         * lib/fstatat.c: New file.
3520         * modules/openat (Files): Add it.
3521
3522 2006-11-20  Bruno Haible  <bruno@clisp.org>
3523
3524         * Makefile: New file.
3525
3526 2006-11-20  Jim Meyering  <jim@meyering.net>
3527
3528         The beginnings of syntax-related checks for gnulib.
3529         * lib/Makefile: New file.
3530         * lib/t-idcache: New script.  Ensure that the two halves of
3531         idcache.c stay in sync.
3532
3533         * lib/idcache.c: Adjust comments in user- and group- portions to
3534         be more accurate, and to be consistent with one another.
3535
3536 2006-11-20  Jim Meyering  <jim@meyering.net>
3537
3538         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3539         continue using the flexible array member (thus, this module performs
3540         half as many malloc calls), with the addition that...
3541         (getgroup, getuser): Consistently record a non-match via an empty
3542         "name" string, and map an empty string match to a NULL return value.
3543         * modules/idcache (Depends-on): Re-add flexmember.
3544
3545         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3546         (getuidbyname, getgroup, getgidbyname): Likewise.
3547
3548         Use cleaner syntax: NULL rather than 0.
3549         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3550
3551 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3552
3553         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3554         It mishandled the case where the group was missing.
3555         Problem reported by Greg Schafer.
3556         * modules/idcache: Likewise.
3557
3558 2006-11-18  Jim Meyering  <jim@meyering.net>
3559
3560         * check-module (%exempt_header): Add exception for some
3561         conditionally-included headers.
3562
3563         * modules/i-ring (Depends-on): Add verify.
3564         (License): Change to LGPL.
3565
3566 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3567
3568         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3569         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3570         and inttostr.h.  Use snprintf rather than uinttostr, so that
3571         LGPLed code doesn't depend on GPLed.
3572
3573 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3574
3575         * modules/inline (License): Change from GPL to LGPL.
3576
3577 2006-11-17  Jim Meyering  <jim@meyering.net>
3578
3579         * modules/d-type (License): Switch to LGPL.
3580
3581 2006-11-15  Bruno Haible  <bruno@clisp.org>
3582
3583         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3584
3585 2006-11-15  Eric Blake  <ebb9@byu.net>
3586
3587         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3588         the module dependency.
3589
3590 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3591             Bruno Haible  <bruno@clisp.org>
3592
3593         * gnulib-tool (func_create_testdir): Add license consistency check.
3594
3595 2006-11-15  Eric Blake  <ebb9@byu.net>
3596
3597         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3598         random "(cached)" in configure output.
3599
3600 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3601
3602         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3603         test for conforming inttypes.h is both announced and cached.
3604
3605         * MODULES.html.sh (seen_modules, seen_files): New variables.
3606         (func_module): Rewrite to use a few less gnulib-tool and sed
3607         invocations.  Avoid a couple of quadratic algorithms for ...
3608         (missed_modules, missed_files): ... these, with ...
3609         (func_append, func_tmpdir): ... these new functions, from
3610         gnulib-tool.  Analogously, install traps for cleanup.
3611
3612         * tests/test-gc.c (main): Remove unused variables.
3613         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3614
3615 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3616
3617         * modules/inttostr (License): Change to LGPL.
3618
3619 2006-11-14  Eric Blake  <ebb9@byu.net>
3620
3621         * modules/tempname (License): Change to LGPL.
3622
3623 2006-11-14  Eric Blake  <ebb9@byu.net>
3624
3625         * doc/functions.texi (Function Portability): *printf functions on
3626         Cygwin now understand all POSIX size specifiers.
3627
3628 2006-11-14  Bruno Haible  <bruno@clisp.org>
3629
3630         * modules/c-ctype (License): Change to LGPL.
3631
3632 2006-11-12  Bruno Haible  <bruno@clisp.org>
3633
3634         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3635         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3636         for GNOME libraries, for which the include files are installed in
3637         subdirectories of $prefix/include.
3638
3639 2006-11-12  Bruno Haible  <bruno@clisp.org>
3640
3641         * m4/lib-link.m4: Require at least autoconf-2.54.
3642         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3643         name to underscores for the --with option.
3644
3645 2006-11-13  Bruno Haible  <bruno@clisp.org>
3646
3647         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3648         the tests directory.
3649         Reported by Ralf Wildenhues.
3650
3651 2006-11-13  Bruno Haible  <bruno@clisp.org>
3652
3653         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3654         (func_emit_initmacro_end): Undo the override here.
3655         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3656         Works around the famous automake error in coreutils.
3657
3658 2006-11-13  Eric Blake  <ebb9@byu.net>
3659
3660         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3661         element, not its node.
3662
3663 2006-11-12  Bruno Haible  <bruno@clisp.org>
3664
3665         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3666         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3667
3668 2006-11-12  Bruno Haible  <bruno@clisp.org>
3669
3670         * gnulib-tool: New option --local-symlink.
3671         (func_usage): Document it.
3672         (lsymbolic): New variable.
3673         (func_import, func_create_testdir): If --symlink was not specified,
3674         test whether --local-symlink was specified and the file comes from
3675         the local_gnulib_dir.
3676
3677 2006-11-12  Bruno Haible  <bruno@clisp.org>
3678
3679         * gnulib-tool (func_ln): New function.
3680         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3681
3682 2006-11-12  Bruno Haible  <bruno@clisp.org>
3683
3684         Finish support for source files in subdirectories.
3685         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3686         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3687         AUTOMAKE_OPTIONS.
3688         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3689
3690 2006-11-12  Bruno Haible  <bruno@clisp.org>
3691
3692         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3693         EXTRA_lib_SOURCES augmentation.
3694         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3695
3696 2006-11-12  Jim Meyering  <jim@meyering.net>
3697
3698         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3699         file descriptors.  This also averts a failure on systems with
3700         native openat support when a traversed directory lacks "x" access.
3701         * lib/fts_.h: Include "i-ring.h"
3702         (struct FTS) [fts_fd_ring]: New member.
3703         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3704         (FCHDIR): Add parentheses.
3705         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3706         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3707         When descending, rather than simply closing the previous
3708         fts_cwd_fd value, push that file descriptor onto the ring.
3709         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3710         (fts_open): Initialize the new fd_ring member.
3711         (fts_close): Clear the ring.
3712         (fts_safe_changedir): When possible, use our new fd_ring to skip
3713         the diropen and fstat and dev/ino comparison that would normally
3714         accompany a virtual `chdir ("..")'.
3715
3716         * modules/fts (Depends-on): Add i-ring.
3717         * modules/i-ring: New module.
3718         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3719         * m4/i-ring.m4: New file.
3720
3721 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3722
3723         * gnulib-tool (func_create_testdir): Fix replacement of
3724         `build-aux' in configure.ac.  Run autotools in gltests
3725         subdirectory.
3726         (func_create_testdir, func_create_megatestdir, test): There is
3727         no need for '--force' in most autotool invocations in a new
3728         tree.  Actually fail the whole test if any of the tools, or the
3729         configure or make stages fail.
3730
3731         Sync from Automake.
3732         * build-aux/gnupload: Revert last change.  Add pointer to upload
3733         instructions of the GNU Maintenance Instructions.
3734         Suggestion by Karl Berry.
3735
3736 2006-11-10  Jim Meyering  <jim@meyering.net>
3737
3738         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3739
3740 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3741
3742         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3743         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3744         (bind_textdomain_codeset) [! ENABLE_NLS]:
3745         Evaluate all the arguments.  That way, callers get compatible behavior
3746         if the arguments have side effects.  Also, it avoids some GCC
3747         diagnostics in some cases; Joel E. Denny reported problems when Bison
3748         was configured with --enable-gcc-warnigs.
3749
3750 2006-11-10  Jim Meyering  <jim@meyering.net>
3751
3752         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3753         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3754         account.
3755
3756 2006-11-10  Jim Meyering  <jim@meyering.net>
3757
3758         * modules/inline: New file/module.
3759         * modules/xalloc (Files): Remove m4/inline.m4.
3760         (Depends-on): Add inline, instead.
3761         * modules/oset: Likewise.
3762         * modules/list: Likewise.
3763
3764 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3765
3766         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3767         Problem reported by Matthew Woehlke.
3768
3769 2006-11-09  Bruno Haible  <bruno@clisp.org>
3770
3771         * lib/tempname.c (gen_tempname): Remove variant that invokes
3772         __gen_tempname.
3773         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3774         __gen_tempname.
3775
3776 2006-11-08  Bruno Haible  <bruno@clisp.org>
3777
3778         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3779         to 'yes' instead of 'cross-compiling'.
3780
3781 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3782
3783         * lib/quotearg.h (quotearg_free): New decl.
3784         * lib/quotearg.c (quotearg_free): New function.
3785         (slot0, nslots, slotvec0, slotvec):
3786         Now file-scope so that quotearg_free can get at them.
3787
3788 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3789
3790         Sync from Automake.
3791         * build-aux/gnupload: Add missing 'gnu' to example URL.
3792         Report by Karl Berry.
3793
3794 2006-11-08  Bruno Haible  <bruno@clisp.org>
3795
3796         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3797         Suggested by Paul Eggert.
3798
3799 2006-11-08  Jim Meyering  <jim@meyering.net>
3800
3801         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3802         It's already included if !_LIBC.
3803         (fts_safe_changedir): Add a comment.
3804
3805 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3806
3807         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3808         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3809         Matthew Woehlke.
3810
3811         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3812         definitions up, to avoid colliding with change below.
3813         (static_inline) [HAVE_INLINE]: New macro.
3814         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3815         Provide extern decls when !HAVE_INLINE.  Do not define unless
3816         static_inline is defined, either by us or by xmalloc.c.  Use
3817         static_inline rather than static inline.
3818         (XCALLOC): Optimize sizeof(T) = 1 case.
3819         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3820
3821 2006-11-07  Bruno Haible  <bruno@clisp.org>
3822
3823         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3824         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3825         AC_C_INLINE.
3826         * modules/xalloc (Files): Add m4/inline.m4.
3827
3828 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3829
3830         * README: Fix typo.
3831         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3832         (Miscellanous Notes): ...from this.
3833
3834 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3835
3836         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3837         Mention that offsetof should be used instead of sizeof.
3838         From Bruno Haible.
3839
3840 2006-11-07  Bruno Haible  <bruno@clisp.org>
3841
3842         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3843
3844 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3845
3846         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3847         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3848         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3849         (gl_tree_add_before, gl_tree_add_after):
3850         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3851         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3852         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3853         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3854         (gl_linked_add_after, gl_linked_add_at): Likewise.
3855         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3856         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3857         (gl_tree_add_before, gl_tree_add_after): Likewise.
3858         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3859         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3860         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3861
3862 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3863
3864         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3865
3866 2006-11-06  Bruno Haible  <bruno@clisp.org>
3867
3868         * m4/inline.m4: New file.
3869         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3870         * modules/list (Files): Add m4/inline.m4.
3871         * modules/oset (Files): Likewise.
3872
3873 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3874
3875         * lib/idcache.c: Include <stddef.h>, for offsetof.
3876         (struct userid.name): Change from char * to a flexible array member.
3877         All uses changed.
3878         * modules/idcache (Depends-on): Add flexmember.
3879
3880         * MODULES.html.sh (Core language properties): New module flexmember.
3881         * modules/flexmember, m4/flexmember.m4: New files.
3882
3883         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3884         inline functions that are identical with the old xnmalloc_inline,
3885         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3886         that we can avoid some unnecessary integer multiplications and
3887         divisions in the common case where the element size is known at
3888         compile time.
3889         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3890         needed.
3891         (xnboundedmalloc): Remove.
3892         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3893         arguments, for consistency with rest of this header.
3894         (xcharalloc): Rewrite using XNMALLOC.
3895         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3896         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3897         versions have been moved to lib/xalloc.h and renamed to be the
3898         non-*_inline versions.
3899         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3900         and xnrealloc functions, since those functions are now inline and
3901         now call us.
3902         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3903         renaming described above.
3904         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3905         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3906         captures the dependency in AC_C_INLINE.
3907
3908         New module canonicalize-lgpl, proposed by Charles Wilson in
3909         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3910         with a few small changes afterwards.
3911         * MODULES.html.sh (File system functions): New module
3912         canonicalize-lgpl.
3913         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3914         and canonicalize_file_name.
3915         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3916         * modules/canonicalize-lgpl: New files.
3917
3918 2006-11-05  Bruno Haible  <bruno@clisp.org>
3919
3920         * gnulib-tool (func_import, func_create_testdir): Create directories
3921         also for files in subdirectories of lib/.
3922
3923 2006-11-05  Bruno Haible  <bruno@clisp.org>
3924
3925         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3926         ANSI C compliant.
3927
3928 2006-11-03  Bruno Haible  <bruno@clisp.org>
3929
3930         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3931         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3932         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3933         (xnboundedmalloc): New inline function.
3934         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3935         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3936         xmalloc.
3937         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3938         xmalloc.
3939         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3940         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3941         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3942         xmalloc.
3943         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3944         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3945         xmalloc.
3946         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3947         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3948         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3949         xmalloc.
3950         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3951         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3952         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3953         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3954         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3955         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3956         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3957
3958 2006-11-03  Bruno Haible  <bruno@clisp.org>
3959
3960         * lib/c-ctype.h [C++]: Define functions without name mangling.
3961         * lib/fwriteerror.h [C++]: Likewise.
3962         * lib/gcd.h [C++]: Likewise.
3963         * lib/linebreak.h [C++]: Likewise.
3964
3965 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3966
3967         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3968         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3969         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3970         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3971         Check for functions and headers just once.
3972         Check for declaration of canonicalize_file_name.
3973         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3974
3975 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3976
3977         * gnulib-tool (func_import): Fix typo in actioncmd.
3978
3979 2006-11-02  Bruno Haible  <bruno@clisp.org>
3980
3981         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3982         newline sequence in the Makefile.am snippet as a space, like "make"
3983         does.
3984         Reported by Roger Persson <perrog@gmail.com>.
3985
3986 2006-11-01  Bruno Haible  <bruno@clisp.org>
3987
3988         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3989         already declared in <string.h>.
3990         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3991
3992 2006-11-01  Bruno Haible  <bruno@clisp.org>
3993
3994         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3995         * lib/strcase.h: Include <string.h>.
3996         (strcasecmp): Define to rpl_strcasecmp here.
3997
3998 2006-11-01  Bruno Haible  <bruno@clisp.org>
3999
4000         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4001
4002 2006-11-01  Eric Blake  <ebb9@byu.net>
4003
4004         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4005
4006         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4007
4008 2006-10-29  Bruno Haible  <bruno@clisp.org>
4009
4010         Make it compile in C++ mode.
4011         * lib/full-write.c (full_rw): Add a cast.
4012
4013 2006-11-01  Bruno Haible  <bruno@clisp.org>
4014
4015         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4016         be POSIX compliant.
4017         Reported by Roger Persson <perrog@gmail.com>.
4018
4019 2006-11-01  Eric Blake  <ebb9@byu.net>
4020
4021         * lib/getopt_.h: Fix comments.
4022
4023 2006-10-31  Eric Blake  <ebb9@byu.net>
4024
4025         * modules/tmpdir (Depends-on): Add sys_stat.
4026         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4027         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4028         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4029         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4030         tempname.
4031
4032 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4033
4034         Avoid some C++ diagnostics reported by Bruno Haible.
4035         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4036         xmalloc.
4037         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4038         (struct slotvec): Move to top level.
4039         (quotearg_n_options): Rewrite to avoid xmalloc.
4040         * lib/xalloc.h (xcharalloc): New function.
4041         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4042         [defined __cplusplus]: Add function template that provides result
4043         type propagation.  This part of the change is from Bruno Haible.
4044
4045 2006-10-29  Bruno Haible  <bruno@clisp.org>
4046
4047         Make it compile in C++ mode.
4048         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4049         * lib/strnlen1.c (strnlen1): Cast memchr result.
4050         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4051         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4052         (create_temp_dir): Rename local variable 'template'.
4053         (compile_csharp_using_sscli): Add cast.
4054         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4055         * lib/findprog.c (find_in_path): Likewise.
4056         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4057         * lib/wait-process.c (register_slave_subprocess): Likewise.
4058
4059 2006-10-22  Bruno Haible  <bruno@clisp.org>
4060
4061         * modules/tsearch: New file.
4062         * lib/tsearch.h: New file.
4063         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4064         * m4/tsearch.m4: New file.
4065         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4066
4067 2006-10-29  Eric Blake  <ebb9@byu.net>
4068
4069         * lib/arcfour.c: Assume config.h.
4070         * lib/arctwo.c: Likewise.
4071         * lib/base64.c: Likewise.
4072         * lib/check-version.c: Likewise.
4073         * lib/crc.c: Likewise.
4074         * lib/des.c: Likewise.
4075         * lib/gc-gnulib.c: Likewise.
4076         * lib/gc-libgcrypt.c: Likewise.
4077         * lib/gc-pbkdf2-sha1.c: Likewise.
4078         * lib/getaddrinfo.c: Likewise.
4079         * lib/getdelim.c: Likewise.
4080         * lib/getline.c: Likewise.
4081         * lib/hmac-md5.c: Likewise.
4082         * lib/hmac-sha1.c: Likewise.
4083         * lib/iconvme.c: Likewise.
4084         * lib/md2.c: Likewise.
4085         * lib/md4.c: Likewise.
4086         * lib/memxor.c: Likewise.
4087         * lib/read-file.c: Likewise.
4088         * lib/readline.c: Likewise.
4089         * lib/rijndael-alg-fst.c: Likewise.
4090         * lib/rijndael-api-fst.c: Likewise.
4091         * lib/xgetdomainname.c: Likewise.
4092
4093 2006-10-28  Eric Blake  <ebb9@byu.net>
4094
4095         * lib/xstrndup.c: Assume config.h.
4096
4097 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4098
4099         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4100         stat-macros.h is now for our own macros, whereas stat_h is for
4101         macros in the <sys/stat.h> name space.
4102         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4103         (STAT_MACROS_H): Remove.
4104         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4105         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4106         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4107         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4108         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4109         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4110         Move these macros to ...
4111         * lib/stat_.h: here.  Don't include stat-macros.h.
4112         * lib/canonicalize.c: Don't include stat-macros.h.
4113         * lib/chown.c: Likewise.
4114         * lib/euidaccess.c: Likewise.
4115         * lib/file-type.c: Likewise.
4116         * lib/filemode.c: Likewise.
4117         * lib/glob.c: Likewise.
4118         * lib/isapipe.c: Likewise.
4119         * lib/lchown.c: Likewise.
4120         * lib/lstat.c: Likewise.
4121         * lib/mkdir-p.c: Likewise.
4122         * lib/rmdir.c: Likewise.
4123         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4124         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4125         unless mkdir isn't declared, to speed up 'configure'.
4126         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4127         would define all the S_* symbols.
4128         * modules/canonicalize (Depends-on):
4129         Depend on sys_stat, not stat-macros.
4130         * modules/chown: Likewise.
4131         * modules/euidaccess: Likewise.
4132         * modules/filemode: Likewise.
4133         * modules/file-type: Likewise.
4134         * modules/glob: Likewise.
4135         * modules/isapipe: Likewise.
4136         * modules/lchown: Likewise.
4137         * modules/lstat: Likewise.
4138         * modules/mkancesdirs: Likewise.
4139         * modules/rmdir: Likewise.
4140         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4141         * modules/modechange: Likewise.
4142         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4143         (configure.ac): Remove gl_STAT_MACROS.
4144         * modules/sys_stat (Depends-on): Remove stat-macros.
4145
4146 2006-10-27  Bruno Haible  <bruno@clisp.org>
4147
4148         * m4/signed.m4: Remove file.
4149         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4150         invocation.
4151         * modules/vasnprintf (Files): Remove m4/signed.m4.
4152
4153 2006-10-27  Bruno Haible  <bruno@clisp.org>
4154
4155         Update to GNU gettext 0.16.
4156         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4157         m4/inttypes-h.m4, m4/signed.m4.
4158         * m4/gettext.m4: Update to GNU gettext 0.16.
4159         * m4/intl.m4: New file, from GNU gettext.
4160         * m4/intldir.m4: New file, from GNU gettext.
4161         * config/srclist.txt: Update
4162
4163 2006-10-27  Eric Blake  <ebb9@byu.net>
4164
4165         * MODULES.html.sh: Document tempname.
4166         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4167         dependencies.
4168         (Files): Move lib/tempname.c...
4169         * modules/tempname: ...to this new module.
4170         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4171         (gl_PREREQ_TEMPNAME): Move...
4172         * m4/tempname.m4: ...to this new file.
4173         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4174         * modules/sys_stat (Depends-on): Add stat-macros.
4175         * lib/stat_.h (includes): Pick up stat macros.
4176         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4177         if stat macros are broken.
4178         * lib/tempname.c (includes): No need to include "stat-macros.h".
4179         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4180         (direxists, __path_search) [!_LIBC]: Don't compile these in
4181         gnulib; the tmpdir module covers that.
4182         * lib/tempname.h: New file.
4183
4184 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4185
4186         * COPYING: Explain how gnulib-tool converts licence headers.
4187         Almost all wording by Eric Blake.
4188
4189 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4190
4191         * lib/mbchar.h (is_basic_table): Make read-only.
4192         * lib/mbchar.c (is_basic_table): Likewise.
4193         Reported by John Darrington.
4194
4195 2006-10-25  Bruno Haible  <bruno@clisp.org>
4196
4197         * lib/progname.h (set_program_name): Undefine before defining.
4198
4199 2006-10-25  Bruno Haible  <bruno@clisp.org>
4200
4201         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4202         false for non-gcc C++ compilers.
4203         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4204
4205 2006-10-24  Bruno Haible  <bruno@clisp.org>
4206
4207         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4208         iconv implementations like Irix iconv.
4209
4210 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4211
4212         * modules/vararrays: New file.
4213         * m4/vararrays.m4: New file, taken from diffutils.
4214         * MODULES.html.sh: New module vararrays.
4215
4216 2006-10-24  Karl Berry  <karl@gnu.org>
4217
4218         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4219         Don't call GNU Unix.
4220
4221 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4222
4223         * users.txt: Add Libtool.
4224
4225         Sync from Libtool:
4226
4227         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4228
4229         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4230         to gnulib's policy of including config.h unconditionally.
4231
4232 2006-10-24  Bruno Haible  <bruno@clisp.org>
4233
4234         * modules/wcwidth (Files): Add m4/wint_t.m4.
4235         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4236         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4237
4238 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4239
4240         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4241         to pacify GCC with some -W flags enabled.  Problem reported by
4242         Bruno Haible.
4243
4244 2006-10-24  Jim Meyering  <jim@meyering.net>
4245
4246         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4247         Reported by Karl Berry.
4248
4249 2006-10-23  Bruno Haible  <bruno@clisp.org>
4250
4251         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4252
4253 2006-10-24  Bruno Haible  <bruno@clisp.org>
4254
4255         * lib/gl_list.h: Use C comment style, not C++ comment style.
4256
4257 2006-10-23  Eric Blake  <ebb9@byu.net>
4258
4259         * lib/getaddrinfo.c (includes): Add missing include.
4260
4261 2006-10-23  Bruno Haible  <bruno@clisp.org>
4262             Paul Eggert  <eggert@cs.ucla.edu>
4263
4264         Ability to rename obstack_free.
4265         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4266         obstack_free.
4267         (obstack_free): Invoke the __obstack_free macro.
4268         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4269
4270 2006-10-23  Bruno Haible  <bruno@clisp.org>
4271             Paul Eggert  <eggert@cs.ucla.edu>
4272
4273         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4274         __argc, __argv from the declaration. (They are defined as macros on
4275         mingw.)
4276
4277 2006-10-22  Bruno Haible  <bruno@clisp.org>
4278
4279         * doc/gnulib-intro.texi: New file.
4280         * doc/gnulib.texi: Include it.
4281
4282 2006-10-21  Bruno Haible  <bruno@clisp.org>
4283
4284         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4285         "Introduction", "Miscellanous Notes", "Particular Modules".
4286
4287 2006-10-21  Bruno Haible  <bruno@clisp.org>
4288
4289         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4290         Change mostlyclean-local rule to avoid sh syntax error from bash
4291         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4292
4293 2006-10-23  Jim Meyering  <jim@meyering.net>
4294
4295         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4296         in place of snprintf.
4297
4298         * modules/inttostr (Files): Add lib/uinttostr.c.
4299         * lib/uinttostr.c (inttostr): New file/function.
4300         * lib/inttostr.h (uinttostr): Declare.
4301         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4302         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4303         Add uinttostr.
4304         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4305
4306 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4307
4308         * lib/canonicalize.c (ELOOP): Define if not already defined.
4309         Problem reported by Bruno Haible in
4310         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4311
4312 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4313
4314         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4315         Problem reported by Perry Smith and Ville Laurikari.
4316
4317         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4318         uses.
4319
4320 2006-10-19  Bruno Haible  <bruno@clisp.org>
4321
4322         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4323         for mingw.
4324
4325 2006-10-19  Bruno Haible  <bruno@clisp.org>
4326
4327         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4328         Needed for mingw.
4329
4330 2006-10-19  Bruno Haible  <bruno@clisp.org>
4331
4332         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4333
4334 2006-10-19  Bruno Haible  <bruno@clisp.org>
4335
4336         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4337         it.
4338
4339 2006-10-19  Bruno Haible  <bruno@clisp.org>
4340
4341         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4342         invocation.
4343
4344 2006-10-19  Bruno Haible  <bruno@clisp.org>
4345
4346         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4347         mountlist by default.
4348
4349 2006-10-16  Bruno Haible  <bruno@clisp.org>
4350
4351         * lib/c-strstr.c: Include c-strstr.h.
4352
4353 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4354
4355         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4356         in a slash.
4357
4358 2006-10-18  Bruno Haible  <bruno@clisp.org>
4359
4360         * lib/lock.h [C++]: Wrap definitions in extern "C".
4361
4362 2006-10-18  Bruno Haible  <bruno@clisp.org>
4363
4364         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4365         gl_LIBOBJS list.
4366
4367 2006-10-18  Bruno Haible  <bruno@clisp.org>
4368
4369         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4370
4371 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4372
4373         * lib/xstrtol.h: Include gettext.h.
4374         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4375         Problem reported by Eric Blake.
4376         * modules/xstrtol (Depends-on): Add gettext-h.
4377
4378 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4379
4380         * lib/strftime.c (advance): New macro.
4381         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4382         incomplete type, so you can't add 0 to it.  Problem and patch
4383         reported by Eelco Dolstra for dietlibc.
4384
4385 2006-10-18  Jim Meyering  <jim@meyering.net>
4386
4387         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4388         type for a local, and rename it: s/up/user_proc/.
4389
4390 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4391
4392         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4393         READ_UTMP_USER_PROCESS.
4394         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4395
4396 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4397
4398         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4399         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4400
4401 2006-10-17  Eric Blake  <ebb9@byu.net>
4402
4403         * lib/sigprocmask.c (sigprocmask): Fix typo.
4404
4405         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4406
4407         * modules/clean-temp (Makefile.am): Don't add to make output...
4408         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4409         config.h.
4410
4411 2006-10-17  Bruno Haible  <bruno@clisp.org>
4412
4413         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4414         differently if DEFAULT_TEXT_DOMAIN is set.
4415
4416 2006-10-16  Bruno Haible  <bruno@clisp.org>
4417
4418         * lib/clean-temp.c: Include fwriteerror.h.
4419
4420 2006-10-16  Bruno Haible  <bruno@clisp.org>
4421
4422         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4423
4424 2006-10-16  Bruno Haible  <bruno@clisp.org>
4425
4426         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4427         * lib/sigprocmask.h: Include <sys/types.h>.
4428         (sigset_t): Use the system's definition if present.
4429
4430 2006-10-17  Eric Blake  <ebb9@byu.net>
4431
4432         * lib/xvasprintf.c (includes): Assume config.h.
4433         * lib/xasprintf.c (includes): Likewise.
4434
4435 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4436
4437         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4438         at least as wide as intmax_t.
4439
4440 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4441
4442         (Imported from Automake.)
4443         * build-aux/gnupload: Update to version 1.1 of directive file.
4444
4445 2006-10-16  Eric Blake  <ebb9@byu.net>
4446
4447         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4448         match Automake 1.10a.
4449
4450 2006-10-14  Bruno Haible  <bruno@clisp.org>
4451
4452         * modules/sigprocmask: New file.
4453         * lib/sigprocmask.h: New file.
4454         * lib/sigprocmask.c: New file.
4455         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4456         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4457         request sigprocmask.o.
4458         (gl_PREREQ_SIGPROCMASK): New macro.
4459         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4460         (Depends-on): Add sigprocmask.
4461         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4462         gt_SIGNALBLOCKING. Test for 'raise' only once.
4463         * lib/fatal-signal.c: Include sigprocmask.h.
4464         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4465         unblock_fatal_signals): Define always.
4466         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4467         sigprocmask.
4468
4469 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4470
4471         Sync from Automake.
4472         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4473         which incorrectly sets the mode of an existing destination
4474         directory.  In some cases the unpatched install-sh could do the
4475         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4476         system.  We hope this is rare in practice, but it's clearly worth
4477         fixing.  Problem reported by Alex Unleashed in
4478         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4479         Also, don't bother to check for -m bugs unless we're using -m;
4480         suggested by Stepan Kasal.
4481
4482 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4483
4484         Sync from Automake.
4485         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4486         `-c' flag, so they appear at the same position as in %FASTDEP%
4487         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4488         which ignores unknown options only after the first non-option.
4489         Bug report against M4 by Nelson H. F. Beebe.
4490
4491 2006-10-13  Jim Meyering  <jim@meyering.net>
4492
4493         Fix a bug in yesterday's change.
4494         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4495         p->fts_statp->st_dev would be used uninitialized.
4496         Ensures that we always call fts_stat on the very first entry.
4497         Miklos Szeredi reported that find -xdev stopped working.
4498
4499 2006-10-12  Bruno Haible  <bruno@clisp.org>
4500
4501         * gnulib-tool (func_get_automake_snippet): Append an automatically
4502         computed EXTRA_DIST augmentation.
4503         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4504         * modules/alloca-opt (Makefile.am): Likewise.
4505         * modules/allocsa (Makefile.am): Likewise.
4506         * modules/arcfour (Makefile.am): Likewise.
4507         * modules/arctwo (Makefile.am): Likewise.
4508         * modules/argmatch (Makefile.am): Likewise.
4509         * modules/argz (Makefile.am): Likewise.
4510         * modules/atexit (Makefile.am): Likewise.
4511         * modules/backupfile (Makefile.am): Likewise.
4512         * modules/byteswap (Makefile.am): Likewise.
4513         * modules/c-strtod (Makefile.am): Likewise.
4514         * modules/c-strtold (Makefile.am): Likewise.
4515         * modules/calloc (Makefile.am): Likewise.
4516         * modules/canon-host (Makefile.am): Likewise.
4517         * modules/canonicalize (Makefile.am): Likewise.
4518         * modules/chdir-long (Makefile.am): Likewise.
4519         * modules/chdir-safer (Makefile.am): Likewise.
4520         * modules/check-version (Makefile.am): Likewise.
4521         * modules/chown (Makefile.am): Likewise.
4522         * modules/cloexec (Makefile.am): Likewise.
4523         * modules/close-stream (Makefile.am): Likewise.
4524         * modules/closeout (Makefile.am): Likewise.
4525         * modules/crc (Makefile.am): Likewise.
4526         * modules/csharpexec (Makefile.am): Likewise.
4527         * modules/cycle-check (Makefile.am): Likewise.
4528         * modules/des (Makefile.am): Likewise.
4529         * modules/dev-ino (Makefile.am): Likewise.
4530         * modules/dirfd (Makefile.am): Likewise.
4531         * modules/dirname (Makefile.am): Likewise.
4532         * modules/dup2 (Makefile.am): Likewise.
4533         * modules/eealloc (Makefile.am): Likewise.
4534         * modules/error (Makefile.am): Likewise.
4535         * modules/euidaccess (Makefile.am): Likewise.
4536         * modules/exclude (Makefile.am): Likewise.
4537         * modules/exitfail (Makefile.am): Likewise.
4538         * modules/fcntl-safer (Makefile.am): Likewise.
4539         * modules/fcntl (Makefile.am): Likewise.
4540         * modules/file-type (Makefile.am): Likewise.
4541         * modules/fileblocks (Makefile.am): Likewise.
4542         * modules/filemode (Makefile.am): Likewise.
4543         * modules/filenamecat (Makefile.am): Likewise.
4544         * modules/fnmatch (Makefile.am): Likewise.
4545         * modules/fopen-safer (Makefile.am): Likewise.
4546         * modules/fpending (Makefile.am): Likewise.
4547         * modules/fprintftime (Makefile.am): Likewise.
4548         * modules/free (Makefile.am): Likewise.
4549         * modules/fsusage (Makefile.am): Likewise.
4550         * modules/ftruncate (Makefile.am): Likewise.
4551         * modules/fts (Makefile.am): Likewise.
4552         * modules/gc-arcfour (Makefile.am): Likewise.
4553         * modules/gc-des (Makefile.am): Likewise.
4554         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4555         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4556         * modules/gc-md4 (Makefile.am): Likewise.
4557         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4558         * modules/gc-sha1 (Makefile.am): Likewise.
4559         * modules/gc (Makefile.am): Likewise.
4560         * modules/getaddrinfo (Makefile.am): Likewise.
4561         * modules/getcwd (Makefile.am): Likewise.
4562         * modules/getdelim (Makefile.am): Likewise.
4563         * modules/getdomainname (Makefile.am): Likewise.
4564         * modules/getgroups (Makefile.am): Likewise.
4565         * modules/gethostname (Makefile.am): Likewise.
4566         * modules/gethrxtime (Makefile.am): Likewise.
4567         * modules/getline (Makefile.am): Likewise.
4568         * modules/getloadavg (Makefile.am): Likewise.
4569         * modules/getlogin_r (Makefile.am): Likewise.
4570         * modules/getndelim2 (Makefile.am): Likewise.
4571         * modules/getopt (Makefile.am): Likewise.
4572         * modules/getpagesize (Makefile.am): Likewise.
4573         * modules/getpass-gnu (Makefile.am): Likewise.
4574         * modules/getpass (Makefile.am): Likewise.
4575         * modules/getsubopt (Makefile.am): Likewise.
4576         * modules/gettime (Makefile.am): Likewise.
4577         * modules/gettimeofday (Makefile.am): Likewise.
4578         * modules/getugroups (Makefile.am): Likewise.
4579         * modules/getusershell (Makefile.am): Likewise.
4580         * modules/glob (Makefile.am): Likewise.
4581         * modules/group-member (Makefile.am): Likewise.
4582         * modules/hard-locale (Makefile.am): Likewise.
4583         * modules/hash (Makefile.am): Likewise.
4584         * modules/hmac-md5 (Makefile.am): Likewise.
4585         * modules/hmac-sha1 (Makefile.am): Likewise.
4586         * modules/human (Makefile.am): Likewise.
4587         * modules/idcache (Makefile.am): Likewise.
4588         * modules/imaxabs (Makefile.am): Likewise.
4589         * modules/imaxdiv (Makefile.am): Likewise.
4590         * modules/inet_ntop (Makefile.am): Likewise.
4591         * modules/inet_pton (Makefile.am): Likewise.
4592         * modules/intprops (Makefile.am): Likewise.
4593         * modules/inttostr (Makefile.am): Likewise.
4594         * modules/inttypes (Makefile.am): Likewise.
4595         * modules/isapipe (Makefile.am): Likewise.
4596         * modules/javaversion (Makefile.am): Likewise.
4597         * modules/lchmod (Makefile.am): Likewise.
4598         * modules/lchown (Makefile.am): Likewise.
4599         * modules/localcharset (Makefile.am): Likewise.
4600         * modules/long-options (Makefile.am): Likewise.
4601         * modules/lstat (Makefile.am): Likewise.
4602         * modules/malloc (Makefile.am): Likewise.
4603         * modules/mathl (Makefile.am): Likewise.
4604         * modules/mbchar (Makefile.am): Likewise.
4605         * modules/md2 (Makefile.am): Likewise.
4606         * modules/md4 (Makefile.am): Likewise.
4607         * modules/md5 (Makefile.am): Likewise.
4608         * modules/memcasecmp (Makefile.am): Likewise.
4609         * modules/memchr (Makefile.am): Likewise.
4610         * modules/memcmp (Makefile.am): Likewise.
4611         * modules/memcoll (Makefile.am): Likewise.
4612         * modules/memcpy (Makefile.am): Likewise.
4613         * modules/memmem (Makefile.am): Likewise.
4614         * modules/memmove (Makefile.am): Likewise.
4615         * modules/mempcpy (Makefile.am): Likewise.
4616         * modules/memrchr (Makefile.am): Likewise.
4617         * modules/memset (Makefile.am): Likewise.
4618         * modules/memxor (Makefile.am): Likewise.
4619         * modules/mkancesdirs (Makefile.am): Likewise.
4620         * modules/mkdir-p (Makefile.am): Likewise.
4621         * modules/mkdir (Makefile.am): Likewise.
4622         * modules/mkdtemp (Makefile.am): Likewise.
4623         * modules/mkstemp (Makefile.am): Likewise.
4624         * modules/mktime (Makefile.am): Likewise.
4625         * modules/modechange (Makefile.am): Likewise.
4626         * modules/mountlist (Makefile.am): Likewise.
4627         * modules/nanosleep (Makefile.am): Likewise.
4628         * modules/obstack (Makefile.am): Likewise.
4629         * modules/openat (Makefile.am): Likewise.
4630         * modules/pagealign_alloc (Makefile.am): Likewise.
4631         * modules/pathmax (Makefile.am): Likewise.
4632         * modules/physmem (Makefile.am): Likewise.
4633         * modules/poll (Makefile.am): Likewise.
4634         * modules/posixtm (Makefile.am): Likewise.
4635         * modules/posixver (Makefile.am): Likewise.
4636         * modules/putenv (Makefile.am): Likewise.
4637         * modules/quote (Makefile.am): Likewise.
4638         * modules/quotearg (Makefile.am): Likewise.
4639         * modules/raise (Makefile.am): Likewise.
4640         * modules/read-file (Makefile.am): Likewise.
4641         * modules/readline (Makefile.am): Likewise.
4642         * modules/readlink (Makefile.am): Likewise.
4643         * modules/readtokens (Makefile.am): Likewise.
4644         * modules/readutmp (Makefile.am): Likewise.
4645         * modules/realloc (Makefile.am): Likewise.
4646         * modules/regex (Makefile.am): Likewise.
4647         * modules/rename-dest-slash (Makefile.am): Likewise.
4648         * modules/rename (Makefile.am): Likewise.
4649         * modules/rijndael (Makefile.am): Likewise.
4650         * modules/rmdir (Makefile.am): Likewise.
4651         * modules/rpmatch (Makefile.am): Likewise.
4652         * modules/safe-read (Makefile.am): Likewise.
4653         * modules/safe-write (Makefile.am): Likewise.
4654         * modules/same-inode (Makefile.am): Likewise.
4655         * modules/same (Makefile.am): Likewise.
4656         * modules/save-cwd (Makefile.am): Likewise.
4657         * modules/savedir (Makefile.am): Likewise.
4658         * modules/setenv (Makefile.am): Likewise.
4659         * modules/settime (Makefile.am): Likewise.
4660         * modules/sha1 (Makefile.am): Likewise.
4661         * modules/sig2str (Makefile.am): Likewise.
4662         * modules/snprintf (Makefile.am): Likewise.
4663         * modules/stat-macros (Makefile.am): Likewise.
4664         * modules/stat-time (Makefile.am): Likewise.
4665         * modules/stdbool (Makefile.am): Likewise.
4666         * modules/stdint (Makefile.am): Likewise.
4667         * modules/stdlib-safer (Makefile.am): Likewise.
4668         * modules/stpcpy (Makefile.am): Likewise.
4669         * modules/stpncpy (Makefile.am): Likewise.
4670         * modules/strcase (Makefile.am): Likewise.
4671         * modules/strcasestr (Makefile.am): Likewise.
4672         * modules/strchrnul (Makefile.am): Likewise.
4673         * modules/strcspn (Makefile.am): Likewise.
4674         * modules/strdup (Makefile.am): Likewise.
4675         * modules/strerror (Makefile.am): Likewise.
4676         * modules/strftime (Makefile.am): Likewise.
4677         * modules/strndup (Makefile.am): Likewise.
4678         * modules/strnlen (Makefile.am): Likewise.
4679         * modules/strpbrk (Makefile.am): Likewise.
4680         * modules/strsep (Makefile.am): Likewise.
4681         * modules/strstr (Makefile.am): Likewise.
4682         * modules/strtod (Makefile.am): Likewise.
4683         * modules/strtoimax (Makefile.am): Likewise.
4684         * modules/strtok_r (Makefile.am): Likewise.
4685         * modules/strtol (Makefile.am): Likewise.
4686         * modules/strtoll (Makefile.am): Likewise.
4687         * modules/strtoul (Makefile.am): Likewise.
4688         * modules/strtoull (Makefile.am): Likewise.
4689         * modules/strtoumax (Makefile.am): Likewise.
4690         * modules/strverscmp (Makefile.am): Likewise.
4691         * modules/sys_socket (Makefile.am): Likewise.
4692         * modules/sys_stat (Makefile.am): Likewise.
4693         * modules/sysexits (Makefile.am): Likewise.
4694         * modules/time_r (Makefile.am): Likewise.
4695         * modules/timegm (Makefile.am): Likewise.
4696         * modules/timespec (Makefile.am): Likewise.
4697         * modules/tmpfile-safer (Makefile.am): Likewise.
4698         * modules/trim (Makefile.am): Likewise.
4699         * modules/unistd-safer (Makefile.am): Likewise.
4700         * modules/unlinkdir (Makefile.am): Likewise.
4701         * modules/unlocked-io (Makefile.am): Likewise.
4702         * modules/userspec (Makefile.am): Likewise.
4703         * modules/utime (Makefile.am): Likewise.
4704         * modules/utimecmp (Makefile.am): Likewise.
4705         * modules/utimens (Makefile.am): Likewise.
4706         * modules/vasnprintf (Makefile.am): Likewise.
4707         * modules/vasprintf (Makefile.am): Likewise.
4708         * modules/vsnprintf (Makefile.am): Likewise.
4709         * modules/xalloc (Makefile.am): Likewise.
4710         * modules/xgetcwd (Makefile.am): Likewise.
4711         * modules/xnanosleep (Makefile.am): Likewise.
4712         * modules/xreadlink (Makefile.am): Likewise.
4713         * modules/xstrtod (Makefile.am): Likewise.
4714         * modules/xstrtol (Makefile.am): Likewise.
4715         * modules/xstrtold (Makefile.am): Likewise.
4716         * modules/yesno (Makefile.am): Likewise.
4717         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4718
4719 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4720
4721         * modules/error (Makefile.am): Distribute files through
4722         EXTRA_DIST, not lib_SOURCES.
4723
4724 2006-10-12  Eric Blake  <ebb9@byu.net>
4725
4726         * modules/error (Makefile.am): Distribute files in /lib.
4727         * modules/obstack (Makefile.am): Likewise.
4728
4729 2006-10-12  Bruno Haible  <bruno@clisp.org>
4730
4731         * modules/acl (Makefile.am): Distribute all files in lib/ through
4732         EXTRA_DIST.
4733         * modules/arcfour (Makefile.am): Likewise.
4734         * modules/arctwo (Makefile.am): Likewise.
4735         * modules/argmatch (Makefile.am): Likewise.
4736         * modules/argz (Makefile.am): Likewise.
4737         * modules/atexit (Makefile.am): Likewise.
4738         * modules/backupfile (Makefile.am): Likewise.
4739         * modules/c-strtod (Makefile.am): Likewise.
4740         * modules/c-strtold (Makefile.am): Likewise.
4741         * modules/calloc (Makefile.am): Likewise.
4742         * modules/canon-host (Makefile.am): Likewise.
4743         * modules/canonicalize (Makefile.am): Likewise.
4744         * modules/chdir-long (Makefile.am): Likewise.
4745         * modules/chdir-safer (Makefile.am): Likewise.
4746         * modules/check-version (Makefile.am): Likewise.
4747         * modules/chown (Makefile.am): Likewise.
4748         * modules/cloexec (Makefile.am): Likewise.
4749         * modules/close-stream (Makefile.am): Likewise.
4750         * modules/closeout (Makefile.am): Likewise.
4751         * modules/crc (Makefile.am): Likewise.
4752         * modules/cycle-check (Makefile.am): Likewise.
4753         * modules/des (Makefile.am): Likewise.
4754         * modules/dirfd (Makefile.am): Likewise.
4755         * modules/dirname (Makefile.am): Likewise.
4756         * modules/dup2 (Makefile.am): Likewise.
4757         * modules/euidaccess (Makefile.am): Likewise.
4758         * modules/exclude (Makefile.am): Likewise.
4759         * modules/exitfail (Makefile.am): Likewise.
4760         * modules/fcntl-safer (Makefile.am): Likewise.
4761         * modules/file-type (Makefile.am): Likewise.
4762         * modules/fileblocks (Makefile.am): Likewise.
4763         * modules/filemode (Makefile.am): Likewise.
4764         * modules/filenamecat (Makefile.am): Likewise.
4765         * modules/fnmatch (Makefile.am): Likewise.
4766         * modules/fopen-safer (Makefile.am): Likewise.
4767         * modules/fpending (Makefile.am): Likewise.
4768         * modules/fprintftime (Makefile.am): Likewise.
4769         * modules/free (Makefile.am): Likewise.
4770         * modules/fsusage (Makefile.am): Likewise.
4771         * modules/ftruncate (Makefile.am): Likewise.
4772         * modules/fts (Makefile.am): Likewise.
4773         * modules/gc (Makefile.am): Likewise.
4774         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4775         * modules/getaddrinfo (Makefile.am): Likewise.
4776         * modules/getcwd (Makefile.am): Likewise.
4777         * modules/getdelim (Makefile.am): Likewise.
4778         * modules/getdomainname (Makefile.am): Likewise.
4779         * modules/getgroups (Makefile.am): Likewise.
4780         * modules/gethostname (Makefile.am): Likewise.
4781         * modules/gethrxtime (Makefile.am): Likewise.
4782         * modules/getline (Makefile.am): Likewise.
4783         * modules/getloadavg (Makefile.am): Likewise.
4784         * modules/getlogin_r (Makefile.am): Likewise.
4785         * modules/getopt (Makefile.am): Likewise.
4786         * modules/getpass (Makefile.am): Likewise.
4787         * modules/getpass-gnu (Makefile.am): Likewise.
4788         * modules/getsubopt (Makefile.am): Likewise.
4789         * modules/gettime (Makefile.am): Likewise.
4790         * modules/gettimeofday (Makefile.am): Likewise.
4791         * modules/getugroups (Makefile.am): Likewise.
4792         * modules/getusershell (Makefile.am): Likewise.
4793         * modules/glob (Makefile.am): Likewise.
4794         * modules/group-member (Makefile.am): Likewise.
4795         * modules/hard-locale (Makefile.am): Likewise.
4796         * modules/hash (Makefile.am): Likewise.
4797         * modules/hmac-md5 (Makefile.am): Likewise.
4798         * modules/hmac-sha1 (Makefile.am): Likewise.
4799         * modules/human (Makefile.am): Likewise.
4800         * modules/idcache (Makefile.am): Likewise.
4801         * modules/imaxabs (Makefile.am): Likewise.
4802         * modules/imaxdiv (Makefile.am): Likewise.
4803         * modules/inet_ntop (Makefile.am): Likewise.
4804         * modules/inet_pton (Makefile.am): Likewise.
4805         * modules/inttostr (Makefile.am): Likewise.
4806         * modules/isapipe (Makefile.am): Likewise.
4807         * modules/lchown (Makefile.am): Likewise.
4808         * modules/long-options (Makefile.am): Likewise.
4809         * modules/lstat (Makefile.am): Likewise.
4810         * modules/malloc (Makefile.am): Likewise.
4811         * modules/mathl (Makefile.am): Likewise.
4812         * modules/mbchar (Makefile.am): Likewise.
4813         * modules/md2 (Makefile.am): Likewise.
4814         * modules/md4 (Makefile.am): Likewise.
4815         * modules/md5 (Makefile.am): Likewise.
4816         * modules/memcasecmp (Makefile.am): Likewise.
4817         * modules/memchr (Makefile.am): Likewise.
4818         * modules/memcmp (Makefile.am): Likewise.
4819         * modules/memcoll (Makefile.am): Likewise.
4820         * modules/memcpy (Makefile.am): Likewise.
4821         * modules/memmem (Makefile.am): Likewise.
4822         * modules/memmove (Makefile.am): Likewise.
4823         * modules/mempcpy (Makefile.am): Likewise.
4824         * modules/memrchr (Makefile.am): Likewise.
4825         * modules/memset (Makefile.am): Likewise.
4826         * modules/memxor (Makefile.am): Likewise.
4827         * modules/mkancesdirs (Makefile.am): Likewise.
4828         * modules/mkdir (Makefile.am): Likewise.
4829         * modules/mkdir-p (Makefile.am): Likewise.
4830         * modules/mkdtemp (Makefile.am): Likewise.
4831         * modules/mkstemp (Makefile.am): Likewise.
4832         * modules/mktime (Makefile.am): Likewise.
4833         * modules/modechange (Makefile.am): Likewise.
4834         * modules/mountlist (Makefile.am): Likewise.
4835         * modules/nanosleep (Makefile.am): Likewise.
4836         * modules/openat (Makefile.am): Likewise.
4837         * modules/pagealign_alloc (Makefile.am): Likewise.
4838         * modules/physmem (Makefile.am): Likewise.
4839         * modules/poll (Makefile.am): Likewise.
4840         * modules/posixtm (Makefile.am): Likewise.
4841         * modules/posixver (Makefile.am): Likewise.
4842         * modules/putenv (Makefile.am): Likewise.
4843         * modules/quote (Makefile.am): Likewise.
4844         * modules/quotearg (Makefile.am): Likewise.
4845         * modules/raise (Makefile.am): Likewise.
4846         * modules/read-file (Makefile.am): Likewise.
4847         * modules/readline (Makefile.am): Likewise.
4848         * modules/readlink (Makefile.am): Likewise.
4849         * modules/readtokens (Makefile.am): Likewise.
4850         * modules/readutmp (Makefile.am): Likewise.
4851         * modules/realloc (Makefile.am): Likewise.
4852         * modules/regex (Makefile.am): Likewise.
4853         * modules/rename (Makefile.am): Likewise.
4854         * modules/rename-dest-slash (Makefile.am): Likewise.
4855         * modules/rijndael (Makefile.am): Likewise.
4856         * modules/rmdir (Makefile.am): Likewise.
4857         * modules/rpmatch (Makefile.am): Likewise.
4858         * modules/safe-read (Makefile.am): Likewise.
4859         * modules/safe-write (Makefile.am): Likewise.
4860         * modules/same (Makefile.am): Likewise.
4861         * modules/save-cwd (Makefile.am): Likewise.
4862         * modules/savedir (Makefile.am): Likewise.
4863         * modules/setenv (Makefile.am): Likewise.
4864         * modules/settime (Makefile.am): Likewise.
4865         * modules/sha1 (Makefile.am): Likewise.
4866         * modules/sig2str (Makefile.am): Likewise.
4867         * modules/snprintf (Makefile.am): Likewise.
4868         * modules/stdlib-safer (Makefile.am): Likewise.
4869         * modules/stpcpy (Makefile.am): Likewise.
4870         * modules/stpncpy (Makefile.am): Likewise.
4871         * modules/strcase (Makefile.am): Likewise.
4872         * modules/strcasestr (Makefile.am): Likewise.
4873         * modules/strchrnul (Makefile.am): Likewise.
4874         * modules/strcspn (Makefile.am): Likewise.
4875         * modules/strdup (Makefile.am): Likewise.
4876         * modules/strerror (Makefile.am): Likewise.
4877         * modules/strftime (Makefile.am): Likewise.
4878         * modules/strndup (Makefile.am): Likewise.
4879         * modules/strnlen (Makefile.am): Likewise.
4880         * modules/strpbrk (Makefile.am): Likewise.
4881         * modules/strsep (Makefile.am): Likewise.
4882         * modules/strstr (Makefile.am): Likewise.
4883         * modules/strtod (Makefile.am): Likewise.
4884         * modules/strtoimax (Makefile.am): Likewise.
4885         * modules/strtok_r (Makefile.am): Likewise.
4886         * modules/strtol (Makefile.am): Likewise.
4887         * modules/strtoll (Makefile.am): Likewise.
4888         * modules/strtoul (Makefile.am): Likewise.
4889         * modules/strtoull (Makefile.am): Likewise.
4890         * modules/strtoumax (Makefile.am): Likewise.
4891         * modules/strverscmp (Makefile.am): Likewise.
4892         * modules/time_r (Makefile.am): Likewise.
4893         * modules/timegm (Makefile.am): Likewise.
4894         * modules/tmpfile-safer (Makefile.am): Likewise.
4895         * modules/unistd-safer (Makefile.am): Likewise.
4896         * modules/unlinkdir (Makefile.am): Likewise.
4897         * modules/userspec (Makefile.am): Likewise.
4898         * modules/utime (Makefile.am): Likewise.
4899         * modules/utimecmp (Makefile.am): Likewise.
4900         * modules/utimens (Makefile.am): Likewise.
4901         * modules/vasnprintf (Makefile.am): Likewise.
4902         * modules/vasprintf (Makefile.am): Likewise.
4903         * modules/vsnprintf (Makefile.am): Likewise.
4904         * modules/xalloc (Makefile.am): Likewise.
4905         * modules/xgetcwd (Makefile.am): Likewise.
4906         * modules/xnanosleep (Makefile.am): Likewise.
4907         * modules/xreadlink (Makefile.am): Likewise.
4908         * modules/xstrtod (Makefile.am): Likewise.
4909         * modules/xstrtol (Makefile.am): Likewise.
4910         * modules/xstrtold (Makefile.am): Likewise.
4911         * modules/yesno (Makefile.am): Likewise.
4912
4913 2006-10-12  Jim Meyering  <jim@meyering.net>
4914
4915         * m4/getloadavg.m4: Revert the change below.
4916
4917         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4918         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4919         fail with a symlink, which is what coreutils' ./bootstrap now
4920         creates by default.
4921
4922 2006-10-12  Bruno Haible  <bruno@clisp.org>
4923
4924         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4925         mingw.
4926         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4927         MSVC and mingw explicitly.
4928
4929 2006-10-11  Simon Josefsson  <jas@extundo.com>
4930             Bruno Haible  <bruno@clisp.org>
4931
4932         Add support for multiple gnulib-tool invocations in the scope of a
4933         single configure.ac file.
4934         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4935         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4936         with the same contents as the _LIBADD variable.
4937         (func_emit_initmacro_start, func_emit_initmacro_end,
4938         func_emit_initmacro_done): New functions.
4939         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4940         gl_LIBOBJS and gl_LTLIBOBJS.
4941
4942 2006-10-11  Bruno Haible  <bruno@clisp.org>
4943
4944         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4945         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4946         autoreconf. Instead, invoke autopoint explicitly but move back the
4947         *.m4 files from gnulib.
4948
4949 2006-10-11  Bruno Haible  <bruno@clisp.org>
4950
4951         * gnulib-tool (func_usage): Make module names after --create-testdir
4952         optional.
4953         (func_create_testdir): If no module was specified, use nearly all
4954         modules.
4955
4956 2006-10-12  Jim Meyering  <jim@meyering.net>
4957
4958         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4959         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4960         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4961         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4962         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4963         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4964         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4965         (fts_set_stat_required): New function.
4966         (fts_open): Defer the calls to fts_stat, if possible or requested.
4967         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4968         into fts_stat itself.
4969         (fts_read): Perform any required (deferred) fts_stat call.
4970         (fts_build): Likewise, for the directory we're about to open and read.
4971         In the readdir loop, carefully decide whether each entry will require
4972         an eventual call to fts_stat, using dirent.d_type info if available.
4973         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4974         a command line argument into this function.  Update all callers.
4975         Map a return value of FTS_DOT to FTS_D for a command line argument.
4976         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4977         Thanks to Miklos Szeredi for his tenacity and for the initial
4978         bug report about "find" failing on a FUSE-based file system.
4979
4980         * lib/fts.c (fts_open): Use consistent indentation.
4981
4982 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4983
4984         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4985         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4986         reported by Jim Meyering.  All uses of cache variables renamed
4987         to match Autoconf's.
4988         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4989         the other one.
4990
4991         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4992         Fix misspelling in diagnostic.
4993
4994 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4995
4996         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4997         defined.  Problem reported by Matthew Woehlke.
4998
4999         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5000         Add support for Tandem NonStop R series.
5001         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5002         Use new macro.
5003
5004         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5005         (has_trailing_slash): Omit size arg; all callers changed.
5006         Omit 'inline', since it doesn't help performance and we'd
5007         need to configure it.
5008         Don't count //, ///, etc. as having a trailing slash.
5009         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5010         (rpl_rename_dest_slash): On failure, use rename's errno rather
5011         than (in some cases) an incorrect or junk errno.
5012         Simplify code by removing need to compute length; this does
5013         cause it to make two passes instead of one over the file name,
5014         but it's worth it.
5015
5016         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5017         change, since Autoconf's version may no longer be appropriate now
5018         that we are using CVS Autoconf's version.  Add support for Tandem.
5019
5020 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5021             Bruno Haible  <bruno@clisp.org>
5022
5023         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5024         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5025         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5026         gl_AC_TYPE_LONG_LONG.
5027
5028         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5029         instead of HAVE_LONG_LONG.
5030         * lib/printf-args.c (printf_fetchargs): Likewise.
5031         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5032         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5033         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5034         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5035         gl_AC_TYPE_LONG_LONG.
5036
5037 2006-10-11  Bruno Haible  <bruno@clisp.org>
5038
5039         * m4/longlong.m4: Add comments.
5040         * m4/ulonglong.m4: Likewise.
5041
5042 2006-10-10  Bruno Haible  <bruno@clisp.org>
5043
5044         Make it possible to #define stpcpy, strdup to aliases.
5045         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5046         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5047
5048 2006-10-10  Bruno Haible  <bruno@clisp.org>
5049
5050         Make it possible to #define gcd to an alias.
5051         * lib/gcd.c: Include config.h.
5052
5053 2006-10-10  Bruno Haible  <bruno@clisp.org>
5054
5055         Make it possible to #define c_isascii to an alias.
5056         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5057         defined. Undefine the macros before defining them, to avoid gcc
5058         warnings.
5059         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5060         define NO_C_CTYPE_MACROS early.
5061
5062 2006-10-10  Bruno Haible  <bruno@clisp.org>
5063
5064         Make it possible to #define set_program_name to an alias.
5065         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5066         ENABLE_RELOCATABLE early.
5067
5068 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5069
5070         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5071         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5072         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5073         More generally, don't assume that 64-bit signed int is available
5074         if unsigned int is, and vice versa.
5075         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5076         unsigned symbols, not on their signed counterparts.
5077         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5078         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5079         (UINT64_C, UINTMAX_C):
5080         Likewise.
5081         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5082         unsigned counterparts.
5083         (Have_long_long, Unsigned): New macros.
5084         (Int): Renamed from INT.
5085         (strtoimax): Use the new macros.
5086         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5087         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5088         * modules/inttypes (inttypes.h): Substitute
5089         HAVE_UNSIGNED_LONG_LONG_INT.
5090         * modules/stdint (stdint.h): Likewise.
5091         (Files): Add m4/ulonglong.m4.
5092
5093 2006-10-10  Bruno Haible  <bruno@clisp.org>
5094
5095         Fix a gcc -Wshadow warning.
5096         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5097         to 'bucket'.
5098         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5099         gl_linked_indexof_from_to): Likewise.
5100         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5101         Likewise.
5102         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5103         Likewise.
5104         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5105         Reported by Eric Blake.
5106
5107 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5108
5109         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5110         for NetBSD.  Problem reported by Bruno Haible.
5111
5112 2006-10-09  Jim Meyering  <jim@meyering.net>
5113
5114         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5115         Patch from Bruno Haible.
5116
5117 2006-10-09  Jim Meyering  <jim@meyering.net>
5118
5119         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5120         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5121         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5122
5123 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5124
5125         Don't include <config.h> twice; this doesn't work in some cases,
5126         e.g., when config.h has "#define intmax_t long long int" and
5127         we include <config.h>, <inttypes.h>, <config.h> in that order.
5128         Problem reported by Matthew Woehlke in:
5129         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5130         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5131         * lib/fts-cycle.c: Don't include config.h.
5132         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5133         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5134         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5135         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5136         inttypes.h.
5137         * lib/xstrtoumax.c: Likewise.
5138         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5139         __strtol and the like, so that this module is more like its siblings.
5140         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5141         Remove; no longer needed now that we assume gnulib inttypes.h.
5142
5143 2006-10-08  Bruno Haible  <bruno@clisp.org>
5144
5145         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5146         option.
5147
5148 2006-10-07  Jim Meyering  <jim@meyering.net>
5149
5150         * modules/inttypes (inttypes.h): Revert what seems to have been
5151         an inadvertent part of today's change: use "|", not "/" in the
5152         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5153
5154 2006-10-07  Bruno Haible  <bruno@clisp.org>
5155
5156         * modules/sublist: New file.
5157
5158 2006-10-07  Bruno Haible  <bruno@clisp.org>
5159
5160         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5161         * modules/argz (argz.h): Likewise.
5162         * modules/arpa_inet (arpa/inet.h): Likewise.
5163         * modules/byteswap (byteswap.h): Likewise.
5164         * modules/configmake (configmake.h): Likewise.
5165         * modules/fcntl (fcntl.h): Likewise.
5166         * modules/fnmatch (fnmatch.h): Likewise.
5167         * modules/getopt (getopt.h): Likewise.
5168         * modules/glob (glob.h): Likewise.
5169         * modules/inttypes (inttypes.h): Likewise.
5170         * modules/netinet_in (netinet/in.h): Likewise.
5171         * modules/poll (poll.h): Likewise.
5172         * modules/stdbool (stdbool.h): Likewise.
5173         * modules/stdint (stdint.h): Likewise.
5174         * modules/sys_select (sys/select.h): Likewise.
5175         * modules/sys_socket (sys/socket.h): Likewise.
5176         * modules/sys_stat (sys/stat.h): Likewise.
5177         * modules/sysexits (sysexits.h): Likewise.
5178         * modules/unistd (unistd.h): Likewise.
5179         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5180         Add a "DO NOT EDIT" comment to the generated file.
5181         (func_import): Likewise for gnulib-comp.m4.
5182
5183 2006-10-07  Bruno Haible  <bruno@clisp.org>
5184
5185         * lib/gl_sublist.h: New file.
5186         * lib/gl_sublist.c: New file.
5187
5188 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5189
5190         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5191         name (relative to the original working directory) and the file
5192         name component (relative to the temporary working directory).  All
5193         callers changed.
5194         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5195         * lib/mkdir-p.c (make_dir_parents): Likewise.
5196         * lib/mkdir-p.h (make_dir_parents): Likewise.
5197
5198 2006-10-06  Eric Blake  <ebb9@byu.net>
5199
5200         Define several macros for use by the clean-temp module.
5201         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5202         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5203         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5204
5205         * lib/clean-temp.h (close_stream_temp): New declaration.
5206         * lib/clean-temp.c (includes): Pull in headers according to what
5207         other modules are in use.
5208         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5209
5210 2006-10-06  Bruno Haible  <bruno@clisp.org>
5211
5212         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5213         instead of fopen, fwriteerror.
5214
5215 2006-10-06  Bruno Haible  <bruno@clisp.org>
5216
5217         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5218         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5219         int.
5220         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5221         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5222         Return an error indicator.
5223         Suggested by Eric Blake.
5224
5225 2006-10-06  Bruno Haible  <bruno@clisp.org>
5226
5227         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5228         Reported by Eric Blake.
5229
5230 2006-10-06  Bruno Haible  <bruno@clisp.org>
5231
5232         * modules/closeout (Description): Mention stderr too.
5233
5234 2006-10-06  Bruno Haible  <bruno@clisp.org>
5235         and Paul Eggert  <eggert@cs.ucla.edu>
5236
5237         * lib/closeout.c (close_stdout): Also close stderr.
5238         * lib/closeout.h: Update comment.
5239
5240 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5241
5242         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5243         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5244         * lib/dirchownmod.c: Include lchown.h.
5245         * lib/lchown.c: Don't include files that lchown.h now includes.
5246         Don't declare chown, since lchown.h now does that.
5247         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5248         (lchown): Define to rpl_chown if lchown is declared but
5249         does not exist.  Declare using a prototype if lchown is not
5250         declared.  Add a copyright notice.
5251         * lib/mkstemp.h: Include <unistd.h>.
5252         * lib/openat.c: Include lchown.h.
5253
5254         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5255         we now test for that separately.
5256         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5257         rather than O_NOFOLLOW, when testing whether it's possible to
5258         avoid a race condition reliably.
5259         * lib/savewd.c (savewd_chdir): Likewise.
5260
5261         Remove macros that are no longer needed now that stdint.h is
5262         reliable.
5263         * lib/fsusage.c (UINTMAX_MAX): Remove.
5264         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5265         * lib/utimecmp.c (SIZE_MAX): Remove.
5266
5267         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5268
5269         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5270         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5271         O_NOATIME works.
5272
5273 2006-10-05  Bruno Haible  <bruno@clisp.org>
5274
5275         * lib/gl_list.h (gl_sortedlist_search_from_to,
5276         gl_sortedlist_indexof_from_to): New declarations.
5277         (gl_list_implementation): New fields sortedlist_search_from_to,
5278         sortedlist_indexof_from_to.
5279         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5280         inline functions.
5281         * lib/gl_list.c (gl_sortedlist_search_from_to,
5282         gl_sortedlist_indexof_from_to): New functions.
5283         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5284         function.
5285         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5286         (gl_array_sortedlist_search_from_to): New function.
5287         (gl_array_list_implementation): Update.
5288         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5289         function.
5290         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5291         (gl_carray_sortedlist_search_from_to): New function.
5292         (gl_carray_list_implementation): Update.
5293         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5294         gl_linked_sortedlist_indexof_from_to): New functions.
5295         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5296         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5297         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5298         gl_tree_sortedlist_indexof_from_to): New functions.
5299         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5300         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5301         Update.
5302         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5303         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5304         Update.
5305
5306 2006-10-05  Bruno Haible  <bruno@clisp.org>
5307
5308         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5309         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5310         (struct gl_list_implementation): Add fields search_from_to,
5311         indexof_from_to. Remove fields search, indexof.
5312         (gl_list_search): Use the search_from_to method.
5313         (gl_list_search_from, gl_list_search_from_to): New functions.
5314         (gl_list_indexof): Use the indexof_from_to method.
5315         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5316         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5317         (gl_list_search_from, gl_list_search_from_to): New functions.
5318         (gl_list_indexof): Use the indexof_from_to method.
5319         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5320         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5321         gl_array_indexof. Add start_index, end_index arguments.
5322         (gl_array_search_from_to): Renamed from gl_array_search. Add
5323         start_index, end_index arguments.
5324         (gl_array_remove, gl_array_list_implementation): Update.
5325         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5326         gl_carray_indexof. Add start_index, end_index arguments.
5327         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5328         start_index, end_index arguments.
5329         (gl_carray_remove, gl_carray_list_implementation): Update.
5330         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5331         gl_linked_search. Add start_index, end_index arguments.
5332         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5333         start_index, end_index arguments.
5334         (gl_linked_remove): Update.
5335         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5336         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5337         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5338         field to 'size_t'.
5339         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5340         gl_tree_search. Add start_index, end_index arguments.
5341         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5342         start_index, end_index arguments.
5343         (gl_tree_remove): Update.
5344         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5345         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5346         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5347         function.
5348         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5349         gl_tree_search. Add start_index, end_index arguments.
5350         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5351         start_index, end_index arguments.
5352         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5353         Update.
5354         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5355
5356 2006-10-05  Bruno Haible  <bruno@clisp.org>
5357
5358         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5359
5360         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5361         fwriteerror_temp): New declarations.
5362         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5363         (descriptors): New variable.
5364         (cleanup): First, close the descriptors.
5365         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5366         fclose_temp, fwriteerror_temp): New functions.
5367
5368 2006-10-04  Jim Meyering  <jim@meyering.net>
5369
5370         * lib/fts.c (fts_open): Tiny comment change.
5371
5372 2006-10-04  Bruno Haible  <bruno@clisp.org>
5373
5374         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5375         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5376         gl_LOCK_BODY.
5377         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5378         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5379         gl_LOCK_EARLY_BODY.
5380         (gl_LOCK): Require gl_LOCK_BODY.
5381
5382 2006-10-04  Bruno Haible  <bruno@clisp.org>
5383
5384         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5385         (gl_oset_search_atleast): New declaration.
5386         (struct gl_oset_implementation): Add field 'search_atleast'.
5387         (gl_oset_search_atleast): New inline function.
5388         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5389         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5390         (gl_array_oset_implementation): Update.
5391         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5392         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5393         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5394
5395 2006-10-04  Bruno Haible  <bruno@clisp.org>
5396
5397         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5398
5399 2006-10-03  Bruno Haible  <bruno@clisp.org>
5400
5401         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5402         from gl_avltreehash_list_implementation.
5403
5404 2006-10-03  Bruno Haible  <bruno@clisp.org>
5405
5406         * lib/gl_oset.c (gl_oset_add): Fix return type.
5407
5408 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5409
5410         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5411
5412 2006-10-02  Eric Blake  <ebb9@byu.net>
5413
5414         * modules/strnlen (Depends-on): Add extensions.
5415
5416 2006-10-02  Eric Blake  <ebb9@byu.net>
5417
5418         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5419         definition in 2.60+.
5420
5421 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5422
5423         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5424         checks.
5425
5426 2006-10-02  Bruno Haible  <bruno@clisp.org>
5427
5428         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5429         to the AUTOMAKE_OPTIONS.
5430         Reported by Jim Meyering.
5431
5432 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5433
5434         Work around bug in Solaris 10 /proc file system:
5435         /proc/self/fd/NNN/.. isn't the parent directory of
5436         the directory whose file descriptor is NNN.  This needs to
5437         be worked around at run time, not compile time, since a
5438         program might be built on Solaris 8, where things work, and
5439         run on Solaris 10.
5440         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5441         to use the following interface instead:
5442         (OPENAT_BUFFER_SIZE): New macro.
5443         (openat_proc_name): New function.
5444         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5445         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5446         Likewise.
5447         * lib/openat-proc.c: New file.
5448         * modules/openat (Files): Add lib/openat-proc.c.
5449         (Depends-on): Add same-inode, stdbool.
5450         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5451
5452 2006-09-29  Bruno Haible  <bruno@clisp.org>
5453
5454         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5455         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5456         argument. Set stdout_closed before testing for ferror, not after.
5457         (fwriteerror, fwriteerror_no_ebadf): New functions.
5458
5459 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5460
5461         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5462
5463 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5464
5465         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5466         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5467
5468 2006-09-28  Jim Meyering  <jim@meyering.net>
5469
5470         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5471         Include <unistd.h>.
5472
5473 2006-09-28  Bruno Haible  <bruno@clisp.org>
5474
5475         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5476         * modules/linkedhash-list (Depends-on): Likewise.
5477         * modules/rbtreehash-list (Depends-on): Likewise.
5478
5479 2006-09-28  Bruno Haible  <bruno@clisp.org>
5480
5481         * lib/strndup.h: Simplify the redefinition of strndup.
5482         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5483         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5484
5485 2006-09-28  Bruno Haible  <bruno@clisp.org>
5486
5487         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5488         * lib/gl_linkedhash_list.c: Likewise.
5489         * lib/gl_rbtreehash_list.c: Likewise.
5490
5491 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5492
5493         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5494         getaddrinfo.
5495
5496         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5497         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5498         it causes <stdio_ext.h> to cause a compile-time error.
5499         Problem reported by Nelson H. F. Beebe.
5500         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5501         of HAVE_DECL___PENDING.
5502
5503         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5504         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5505         declaration.
5506
5507 2006-09-27  Jim Meyering  <jim@meyering.net>
5508
5509         This file could end up with a definition for a function
5510         named __strndup, rather than rpl_strndup on a system with
5511         incomplete weak_alias support.
5512         * lib/strndup.c (strndup): Rename from __strndup.
5513         Remove #defines that used to map __strndup to strndup.
5514         Don't use K&R prototypes.
5515         Remove LIBC-related code, since this file is not sync'd with glibc.
5516         * lib/strndup.h: Revamp, accordingly.
5517         * m4/strndup.m4: Modernize.
5518
5519 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5520
5521         * modules/savewd (Depends-on): Add 'raise'.
5522         * lib/savewd.c: Include <signal.h>, for 'raise'.
5523
5524 2006-09-26  Jim Meyering  <jim@meyering.net>
5525
5526         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5527         when we detect Darwin 8.7.0's acl_get_file bug.
5528         Rearrange to perform the new (below) run-test while $LIBS
5529         contains any acl-related library.  Set USE_ACL at the end.
5530         (gl_ACL_GET_FILE): New function.
5531
5532 2006-09-26  Eric Blake  <ebb9@byu.net>
5533
5534         * lib/verror.c: Include <config.h> unconditionally.
5535
5536 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5537
5538         * modules/clock-time (Maintainer): Add self.
5539         * modules/getlogin_r (Depends-on): Add extensions.
5540
5541 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5542
5543         * modules/clock-time: New module.
5544         * modules/nanosleep (Depends-on): Add clock-time.
5545         * modules/gethrxtime (Depends-on): Likewise.
5546         * modules/gettime (Depends-on): Likewise.
5547         * modules/settime (Depends-on): Likewise.
5548
5549         * modules/fts-lgpl: Depend on openat.
5550         * modules/mkancesdirs: Depend on savewd.
5551         * modules/mkdir-p: Likewise.
5552
5553 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5554
5555         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5556
5557         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5558         `gl_have_arbitrary_file_name_length_limit' to
5559         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5560         actually works between configure runs.
5561
5562 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5563             Bruno Haible  <bruno@clisp.org>
5564
5565         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5566
5567 2006-09-25  Jim Meyering  <jim@meyering.net>
5568
5569         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5570         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5571
5572 2006-09-25  Eric Blake  <ebb9@byu.net>
5573
5574         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5575         exec's in 2006-09-18 patch when shuffling fds.
5576
5577 2006-09-25  Bruno Haible  <bruno@clisp.org>
5578
5579         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5580         Reported by Jim Meyering.
5581
5582 2006-09-24  Jim Meyering  <jim@meyering.net>
5583
5584         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5585         compare a pointer against a literal "0".  That caused failures with
5586         at least HP-UX's hpcc.
5587
5588 2006-09-22  Simon Josefsson  <jas@extundo.com>
5589
5590         * modules/gc-sha1:
5591         * modules/gc-md4:
5592         * modules/gc-hmac-sha1:
5593         * modules/gc-hmac-md5:
5594         * modules/gc-des:
5595         * modules/gc-arcfour: Distribute more files.
5596
5597 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5598
5599         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5600         (gl_linked_iterator_from_to): Initialize struct completely.
5601         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5602         (gl_tree_iterator_from_to): Likewise
5603         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5604         * lib/gl_array_list.c [lint] (gl_array_iterator)
5605         (gl_array_iterator_from_to): Likewise.
5606         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5607         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5608         (gl_carray_iterator_from_to): Likewise.
5609
5610         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5611         * lib/md4.c (md4_process_block): Remove unused variable.
5612         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5613         parentheses for clarity.
5614
5615 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5616
5617         * modules/bison-i18n (Depends-on): Add gettext.
5618
5619 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5620
5621         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5622         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5623         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5624         also add missing comma that caused broken test.
5625         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5626         stdlib.h, for `abort'.
5627         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5628         variables.
5629         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5630         include unistd.h if present, for `rmdir'.
5631         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5632         variables.
5633         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5634         in the process include standard headers for prototypes.
5635         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5636         gets declared on GNU/Linux.
5637         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5638         unistd.h, for `rmdir'.
5639         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5640
5641         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5642         always true.
5643         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5644
5645         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5646
5647 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5648
5649         * gnulib-tool (func_version): Create output all at once.  This
5650         may help avoid triggering unnecessary SIGPIPEs, and at any
5651         rate it doesn't hurt.
5652
5653 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5654             Bruno Haible  <bruno@clisp.org>
5655
5656         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5657         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5658         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5659
5660         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5661         (gl_FUNC_VASPRINTF): Invoke it.
5662
5663 2006-09-22  Bruno Haible  <bruno@clisp.org>
5664
5665         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5666         getloadavg.c as first argument.
5667
5668 2006-09-22  Bruno Haible  <bruno@clisp.org>
5669
5670         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5671         at the beginning of the gl_INIT macro.
5672         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5673         gl_GETLOADAVG.
5674
5675 2006-09-22  Bruno Haible  <bruno@clisp.org>
5676
5677         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5678         module.
5679         Suggested by Ralf Wildenhues.
5680
5681 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5682
5683         Import this patch from libc:
5684
5685         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5686
5687         * lib/regex_internal.c (re_string_reconstruct): Handle
5688         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5689         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5690         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5691         re_string_context_at.
5692
5693         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5694         now requires it.
5695         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5696         gl_REGEX now does it for us.
5697         (gl_REGEX): Add test taken from
5698         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5699
5700         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5701         Check that large offsets work.  Modernize Autoconf usages.
5702         Prefer "yes" to mean a good thing rather than a bad.
5703         Don't put "#define mkstemp" in config.h, as this might interfere
5704         with standard system headers that "#define mkstemp mkstemp64".
5705
5706         * modules/mkstemp (Depends-on): Add extensions, so that
5707         mkstemp is visible on some platforms.
5708         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5709         (Include): Change to "mkstemp.h" from <stdlib.h>.
5710         (Files): Add mkstemp.h.
5711
5712         * lib/mkstemp.h: New file, since some standard headers
5713         #define mkstemp.
5714         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5715         Include "mkstemp.h".
5716         Make the _LIBC code resemble glibc original more,
5717         e.g., use K&R style.
5718         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5719         (mkstemp): Remove, since mkstemp.h does this for us.
5720         * lib/stdlib--.h: Include mkstemp.h.
5721
5722         Import this patch from libc:
5723
5724         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5725
5726         * lib/tempname.c (__gen_tempname): Change attempts_min
5727         into a macro.  Use preprocessor to decide how to initialize
5728         attempts [Coverity CID 67].
5729
5730 2006-09-20  Bruno Haible  <bruno@clisp.org>
5731
5732         * lib/mkdtemp.c: Import from libc.
5733         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5734                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5735                 attempts_min into a macro.  Use preprocessor to decide how to
5736                 initialize attempts [Coverity CID 67].
5737         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5738                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5739                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5740
5741 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5742
5743         * gnulib-tool (func_exit): New function, to allow to pass the
5744         exit status portably through the trap.  Use everywhere.
5745         (--help, --version): Signal a write error.
5746         (trap): catch SIGPIPE, for write errors.
5747         Exit at the end of the trap, with the correct exit status.
5748
5749 2006-09-19  Karl Berry  <karl@gnu.org>
5750
5751         * doc/gnulib.texi: note about the license texinfo files.
5752
5753 2006-09-19  Eric Blake  <ebb9@byu.net>
5754
5755         * gnulib-tool: Avoid space-tab.
5756
5757 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5758
5759         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5760         that prevented coreutils 6.1 from building.  Problem reported
5761         by Petter Reinholdtsen.
5762
5763 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5764
5765         * gnulib-tool (avoidlist): Fix typo that broke options like
5766         --avoid=lock that are used by coreutils bootstrap.
5767
5768 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5769
5770         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5771         more systematically.
5772
5773 2006-09-18  Jim Meyering  <jim@meyering.net>
5774
5775         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5776
5777 2006-09-18  Bruno Haible  <bruno@clisp.org>
5778
5779         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5780
5781 2006-09-18  Bruno Haible  <bruno@clisp.org>
5782
5783         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5784         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5785         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5786         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5787         * m4/gettext.m4: Require autoconf >= 2.52.
5788         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5789         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5790         of gl_cv_header_inttypes_h.
5791
5792 2006-09-18  Bruno Haible  <bruno@clisp.org>
5793
5794         * lib/javaversion.c: Include configmake.h.
5795
5796 2006-09-18  Bruno Haible  <bruno@clisp.org>
5797
5798         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5799         avoid that the while loops be executed in a subshell.
5800
5801 2006-09-18  Bruno Haible  <bruno@clisp.org>
5802
5803         * MODULES.html.sh (func_module): Break long lines.
5804         Suggested by Bruce Korb <bkorb@gnu.org>.
5805
5806 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5807
5808         Speed up by a factor of 1.12.
5809         * gnulib-tool (nl): New variable.
5810         (func_import): Rewrite include directive extraction to only read each
5811         directive once.
5812
5813 2006-09-17  Bruno Haible  <bruno@clisp.org>
5814
5815         * modules/javaversion (Makefile.am): Remove DEFS setting.
5816         (Depends-on): Add configmake, for PKGDATADIR definition.
5817
5818 2006-09-17  Bruno Haible  <bruno@clisp.org>
5819
5820         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5821
5822 2006-09-17  Bruno Haible  <bruno@clisp.org>
5823
5824         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5825         (func_modules_transitive_closure, func_modules_add_dummy,
5826         func_modules_to_filelist, func_import, func_create_testdir,
5827         func_create_megatestdir, ...): Use it wherever possible.
5828         Suggested by Ralf Wildenhues.
5829
5830 2006-09-16  Karl Berry  <karl@gnu.org>
5831
5832         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5833         to avoid sectioning errors.
5834         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5835         [ifinfo]: blank line after @center-ed titles.
5836         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5837         Spell FSF address consistently with others.
5838         (These changes approved by rms.)
5839
5840 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5841
5842         Speed up by a factor of 1.61.
5843         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5844         already checked module names again.
5845
5846 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5847
5848         Speed up by a factor of 1.13.
5849         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5850         for new_files, and the input to func_add_or_update.
5851
5852 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5853
5854         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5855         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5856
5857 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5858
5859         * modules/mkancesdirs (Depends-on): Add fcntl.
5860         * modules/savewd: New file.
5861         * MODULES.html.sh (File system functions): Add savewd.
5862
5863         * modules/configmake (Makefile.am): Add support for the
5864         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5865
5866 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5867
5868         * m4/savewd.m4: New file.
5869
5870 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5871
5872         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5873         (dirchownmod): New arg FD.  All callers changed.
5874         Use FD rather than opening the directory ourself, as opening is
5875         now the caller's responsibility.
5876         * lib/dirchownmod.h: Likewise.
5877         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5878         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5879         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5880         (test_dir): Remove.
5881         (mkancesdirs): Return length of prefix of FILE that has already
5882         been made, or -2 if there is a child doing the work.  Redo
5883         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5884         ".", and treat ".." specially since it might stray back into
5885         already-created areas.  Use a subprocess if necessary.  New arg
5886         WD; all users changed.  MAKE_DIR function should now return 1
5887         if it creates a directory that is not readable.  Return -2 if
5888         a child process is spun off.
5889         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5890         Adjust signature to match code.
5891         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5892         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5893         all users changed.
5894         * lib/savewd.c, lib/savewd.h: New files.
5895
5896 2006-09-15  Jim Meyering  <jim@meyering.net>
5897
5898         * modules/rename-dest-slash: New module.
5899         * MODULES.html.sh (posix_compat): Add it here.
5900
5901         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5902
5903 2006-09-15  Jim Meyering  <jim@meyering.net>
5904
5905         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5906         file.
5907
5908         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5909
5910 2006-09-15  Jim Meyering  <jim@meyering.net>
5911
5912         * lib/rename-dest-slash.c (has_trailing_slash): Use
5913         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5914         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5915         test before testing whether SRC is a directory.
5916         Suggestions from Bruno Haible.
5917
5918         Avoid a warning about an unused variable.
5919         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5920         into the #ifdef block where it's used.
5921
5922         * lib/rename-dest-slash.c: New file.
5923
5924 2006-09-14  Bruno Haible  <bruno@clisp.org>
5925
5926         * lib/allocsa.c: Include <config.h> unconditionally.
5927         * lib/asnprintf.c: Likewise.
5928         * lib/asprintf.c: Likewise.
5929         * lib/c-strcasecmp.c: Likewise.
5930         * lib/c-strcasestr.c: Likewise.
5931         * lib/c-strncasecmp.c: Likewise.
5932         * lib/c-strstr.c: Likewise.
5933         * lib/classpath.c: Likewise.
5934         * lib/clean-temp.c: Likewise.
5935         * lib/concatpath.c: Likewise.
5936         * lib/copy-file.c: Likewise.
5937         * lib/csharpcomp.c: Likewise.
5938         * lib/csharpexec.c: Likewise.
5939         * lib/execute.c: Likewise.
5940         * lib/fatal-signal.c: Likewise.
5941         * lib/findprog.c: Likewise.
5942         * lib/fwriteerror.c: Likewise.
5943         * lib/gl_array_list.c: Likewise.
5944         * lib/gl_array_oset.c: Likewise.
5945         * lib/gl_avltree_list.c: Likewise.
5946         * lib/gl_avltree_oset.c: Likewise.
5947         * lib/gl_avltreehash_list.c: Likewise.
5948         * lib/gl_carray_list.c: Likewise.
5949         * lib/gl_linked_list.c: Likewise.
5950         * lib/gl_linkedhash_list.c: Likewise.
5951         * lib/gl_list.c: Likewise.
5952         * lib/gl_oset.c: Likewise.
5953         * lib/gl_rbtree_list.c: Likewise.
5954         * lib/gl_rbtree_oset.c: Likewise.
5955         * lib/gl_rbtreehash_list.c: Likewise.
5956         * lib/imaxabs.c: Likewise.
5957         * lib/imaxdiv.c: Likewise.
5958         * lib/javacomp.c: Likewise.
5959         * lib/javaexec.c: Likewise.
5960         * lib/javaversion.c: Likewise.
5961         * lib/linebreak.c: Likewise.
5962         * lib/localcharset.c: Likewise.
5963         * lib/lock.c: Likewise.
5964         * lib/mbchar.c: Likewise.
5965         * lib/mbswidth.c: Likewise.
5966         * lib/mkdtemp.c: Likewise.
5967         * lib/pipe.c: Likewise.
5968         * lib/printf-args.c: Likewise.
5969         * lib/printf-parse.c: Likewise.
5970         * lib/progname.c: Likewise.
5971         * lib/progreloc.c: Likewise.
5972         * lib/readlink.c: Likewise.
5973         * lib/sh-quote.c: Likewise.
5974         * lib/stpcpy.c: Likewise.
5975         * lib/stpncpy.c: Likewise.
5976         * lib/strcasecmp.c: Likewise.
5977         * lib/strcasestr.c: Likewise.
5978         * lib/strcspn.c: Likewise.
5979         * lib/striconv.c: Likewise.
5980         * lib/strncasecmp.c: Likewise.
5981         * lib/strnlen1.c: Likewise.
5982         * lib/strstr.c: Likewise.
5983         * lib/strtok_r.c: Likewise.
5984         * lib/tls.c: Likewise.
5985         * lib/tmpdir.c: Likewise.
5986         * lib/unicodeio.c: Likewise.
5987         * lib/unsetenv.c: Likewise.
5988         * lib/vasnprintf.c: Likewise.
5989         * lib/vasprintf.c: Likewise.
5990         * lib/wait-process.c: Likewise.
5991         * lib/xallocsa.c: Likewise.
5992         * lib/xsetenv.c: Likewise.
5993         * lib/xstriconv.c: Likewise.
5994
5995 2006-09-13  Simon Josefsson  <jas@extundo.com>
5996
5997         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5998         that internally, suggested by Ralf Wildenhues
5999         <Ralf.Wildenhues@gmx.de>.
6000
6001 2006-09-13  Simon Josefsson  <jas@extundo.com>
6002
6003         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6004         @LIBOBJS@.
6005         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6006
6007 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6008
6009         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6010         longer worry about uses that don't define HAVE_CONFIG_H.
6011         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6012         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6013         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6014         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6015         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6016         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6017         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6018         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6019         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6020         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6021         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6022         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6023         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6024         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6025         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6026         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6027         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6028         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6029         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6030         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6031         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6032         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6033         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6034         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6035         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6036         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6037         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6038         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6039         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6040         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6041         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6042         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6043         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6044         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6045         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6046         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6047         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6048         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6049         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6050         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6051         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6052         Likewise.
6053
6054 2006-09-13  Eric Blake  <ebb9@byu.net>
6055
6056         * lib/getopt.c: Fix typo in last commit.
6057
6058 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6059
6060         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6061         dgettext.
6062
6063 2006-09-12  Jim Meyering  <jim@meyering.net>
6064
6065         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6066         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6067         Reported by Nelson H. F. Beebe.
6068
6069 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6070
6071         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6072         program_invocation_name and program_invocation_short_name are
6073         initialized.
6074         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6075         and program_invocation_short_name to argp.h, so they are visible
6076         to user programs.
6077         * lib/argp.h: Likewise
6078
6079 2006-09-10  Bruno Haible  <bruno@clisp.org>
6080
6081         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6082         m4/inttypes_h.m4, m4/uintmax_t.m4.
6083
6084 2006-09-10  Bruno Haible  <bruno@clisp.org>
6085
6086         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6087         gl_AC_TYPE_UINTMAX_T.
6088
6089 2006-09-10  Bruno Haible  <bruno@clisp.org>
6090
6091         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6092
6093 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6094
6095         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6096         convention.  Text proposed by Bruno Haible.
6097         (struct argp_option): Document the use of N_() wrappers.
6098
6099         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6100         '\v', and translate the two parts separately, instead of feeding
6101         the whole string to gettext.  This allows to exclude
6102         '\v' from the strings visible to the translator by writing doc
6103         strings as N_("..") "\v" N_("..").
6104
6105 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6106
6107         * config/srclist.txt: Undo latest change; the bug was fixed.
6108
6109 2006-09-09  Bruno Haible  <bruno@clisp.org>
6110
6111         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6112         assignments if building a library without libtool.
6113         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6114         in func_emit_lib_Makefile_am.
6115         (func_import): When building a static library libfoo.a, arrange to
6116         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6117         (func_create_testdir): Likewise.
6118         * modules/gc (configure.ac, Makefile.am): If building statically,
6119         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6120         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6121         * modules/striconv (configure.ac, Makefile.am): Likewise.
6122         Based on a suggestion by Ralf Wildenhues.
6123
6124 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6125
6126         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6127         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6128         Also:
6129
6130         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6131         Add year_2050_test to catch glibc bug 2821
6132         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6133
6134         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6135         Prefer #ifdef to #if.
6136
6137         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6138         Return from 'main' instead of calling 'exit'.
6139
6140 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6141
6142         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6143         returned the maximum time_t value rather than (time_t) -1.
6144         Problem originally reported by William Bardwell
6145         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6146
6147         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6148         Moved to here ...
6149         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6150         ... from here.
6151
6152 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6153
6154         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6155         2821 is fixed.
6156
6157 2006-09-08  Jim Meyering  <jim@meyering.net>
6158
6159         Don't make generated files read-only.  That would bother too many
6160         people.  However, do retain the ability to work when targets are
6161         read-only: remove the destination and temporary files before writing
6162         them (when generated via sed or echo), or by using the -f option for
6163         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6164         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6165         * modules/byteswap, modules/configmake, modules/fcntl:
6166         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6167         * modules/localcharset, modules/netinet_in, modules/poll:
6168         * modules/stdbool, modules/stdint, modules/sys_select:
6169         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6170
6171 2006-09-08  Jim Meyering  <jim@meyering.net>
6172
6173         Avoid new build failure on FreeBSD 6.0.
6174         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6175         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6176         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6177
6178 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6179
6180         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6181
6182 2006-09-07  Jim Meyering  <jim@meyering.net>
6183
6184         Fix global typo in last change: use chmod u-w, not chmod u-x.
6185         Spotted by Paul Eggert and Bruce Korb.
6186         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6187         * modules/byteswap, modules/configmake, modules/fcntl:
6188         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6189         * modules/localcharset, modules/netinet_in, modules/poll:
6190         * modules/stdbool, modules/stdint, modules/sys_select:
6191         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6192
6193 2006-09-06  Jim Meyering  <jim@meyering.net>
6194
6195         Make generated files be read-only.
6196         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6197         Ensure that each generated file is now read-only.
6198         * modules/argz: Likewise.
6199         * modules/arpa_inet: Likewise.
6200         * modules/byteswap: Likewise.
6201         * modules/configmake: Likewise.
6202         * modules/fcntl: Likewise.
6203         * modules/fnmatch: Likewise.
6204         * modules/getopt: Likewise.
6205         * modules/glob: Likewise.
6206         * modules/inttypes: Likewise.
6207         * modules/netinet_in: Likewise.
6208         * modules/poll: Likewise.
6209         * modules/stdbool: Likewise.
6210         * modules/stdint: Likewise.
6211         * modules/sys_select: Likewise.
6212         * modules/sys_socket: Likewise.
6213         * modules/sys_stat: Likewise.
6214         * modules/sysexits: Likewise.
6215         * modules/localcharset: Same as above, but continue using temporary
6216         file named "t-$@" (why different?) rather than the "$@-t" used
6217         everywhere else.
6218
6219         * modules/sysexits (Makefile.am): Replace literal occurrences
6220         of "sysexit.h" more readable, and more consistent, "$@".
6221
6222 2006-09-06  Bruno Haible  <bruno@clisp.org>
6223
6224         * modules/striconv: New file.
6225         * modules/xstriconv: New file.
6226         * MODULES.html.sh (Internationalization functions): Add striconv,
6227         xstriconv.
6228
6229 2006-09-06  Bruno Haible  <bruno@clisp.org>
6230
6231         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6232         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6233         not using libtool correctly.
6234
6235 2006-09-06  Bruno Haible  <bruno@clisp.org>
6236
6237         * lib/striconv.h: New file.
6238         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6239         iconvstring.c.
6240         * lib/xstriconv.h: New file.
6241         * lib/xstriconv.c: New file.
6242
6243 2006-09-06  Bruno Haible  <bruno@clisp.org>
6244
6245         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6246         lib_..._LDFLAGS.
6247
6248 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6249
6250         * lib/argz_.h: Sync from Libtool.
6251
6252         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6253                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6254
6255         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6256
6257 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6258
6259         * modules/trim: New file.
6260
6261 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6262
6263         * lib/trim.h: New file.
6264         * lib/trim.c: New file.
6265
6266 2006-09-05  Bruno Haible  <bruno@clisp.org>
6267
6268         * MODULES.html.sh (String handling): Add trim.
6269
6270 2006-09-04  Karl Berry  <karl@gnu.org>
6271
6272         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6273         until next release.
6274
6275 2006-09-03  Bruno Haible  <bruno@clisp.org>
6276
6277         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6278         correctly.
6279
6280 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6281
6282         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6283         not gl_GETLOADAVG.  Omit unneeded semicolons.
6284         Problems reported by Ralf Wildenhues in
6285         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6286         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6287         at the end, which is the usual gnulib style.
6288
6289         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6290         of doing all the work ourselves.
6291         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6292         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6293
6294 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6295
6296         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6297         Problem reported by Ralf Wildenhues in
6298         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6299
6300         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6301         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6302
6303 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6304
6305         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6306         yesterday's patch by changing test -n to test -z.
6307
6308 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6309
6310         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6311         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6312         the former is now obsolescent.
6313
6314         * modules/chdir-long (Depends-on): Add fcntl.
6315
6316 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6317
6318         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6319         obsolescent, and programs should use gnulib instead.
6320         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6321         but with prefixes changed.
6322
6323 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6324
6325         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6326         or stdbool.h, because they might not exist while configuring.
6327
6328         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6329         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6330         does that for us.
6331         (O_DIRECTORY): Remove.
6332
6333 2006-08-31  Eric Blake  <ebb9@byu.net>
6334
6335         * gnulib-tool: Don't let emacs change spaces to TAB.
6336
6337 2006-08-31  Bruno Haible  <bruno@clisp.org>
6338
6339         * gnulib-tool: When calling func_import more than once, do it in a
6340         subshell.
6341         Reported by Eric Blake <ebb9@byu.net>.
6342
6343 2006-08-31  Bruno Haible  <bruno@clisp.org>
6344
6345         * gnulib-tool (nl): Remove variable.
6346         (sed_transform_lib_file): Use more robust test for config-h module.
6347         (func_import): Fix typo in 2006-08-25 patch.
6348
6349 2006-08-31  Bruno Haible  <bruno@clisp.org>
6350
6351         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6352         specified, augment Makefile.am variables instead of assigning them.
6353
6354 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6355
6356         Work around a bug in both the Linux and SunOS 64-bit kernels:
6357         nanosleep mishandles sleeps for longer than 2**31 seconds.
6358         Problem reported by Frank v Waveren in
6359         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6360         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6361         Check for nanosleep bug.
6362         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6363
6364 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6365
6366         Work around a bug in both the Linux and SunOS 64-bit kernels:
6367         nanosleep mishandles sleeps for longer than 2**31 seconds.
6368         Problem reported by Frank v Waveren in
6369         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6370         * lib/nanosleep.c (BILLION): New constant.
6371         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6372         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6373         implementation.
6374
6375 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6376
6377         * modules/nanosleep (Depends-on): Add gettime.
6378
6379 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6380         and Simon Josefsson  <jas@extundo.com>
6381         and Oskar Liljeblad  <oskar@osk.mine.nu>
6382
6383         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6384         * gnulib-tool (func_import): New license type 'unmodifiable license
6385         text'.
6386         * modules/fdl: Use it.  Longer description.
6387         * module/gpl, module/lgpl: New files.
6388
6389 2006-08-30  Jim Meyering  <jim@meyering.net>
6390
6391         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6392         shadowing the parameter.
6393
6394 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6395
6396         Sync from Libtool:
6397
6398         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6399
6400         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6401         sharing with gnulib.  Report by Eric Blake.
6402
6403 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6404
6405         * modules/isapipe: New file.
6406         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6407
6408 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6409
6410         * modules/configmake (Makefile.am): Add a comment, and omit
6411         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6412         by Bruno Haible.
6413
6414 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6415
6416         * m4/isapipe.m4: New file.
6417
6418 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6419
6420         * lib/isapipe.c, lib/isapipe.h: New files.
6421
6422 2006-08-29  Jim Meyering  <jim@meyering.net>
6423
6424         * modules/configmake (Makefile.am): Make configmake.h depend on
6425         Makefile.  Otherwise, a stale configmake.h could hang around.
6426
6427 2006-08-29  Eric Blake  <ebb9@byu.net>
6428
6429         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6430         resolution of upstream bug 3044.
6431
6432 2006-08-29  Bruno Haible  <bruno@clisp.org>
6433
6434         * modules/localcharset (Depends-on): Add configmake.
6435         (Makefile.am): Remove setting of LIBDIR through DEFS.
6436
6437 2006-08-29  Bruno Haible  <bruno@clisp.org>
6438
6439         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6440         defined.
6441
6442 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6443
6444         * modules/fcntl: New file.
6445         * modules/chdir-safer (Depends-on): Add fcntl.
6446         * modules/fts: Likewise.
6447         * modules/mkdir-p: Likewise.
6448
6449         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6450         This undoes the most recent change, since we're now addressing the
6451         problem in a different way.
6452
6453         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6454         into output, since the output might be called Makefile.am even
6455         if $makefile_name is something different.
6456         (func_import): Use $makefile_am rather than
6457         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6458         empty.
6459
6460         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6461
6462 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6463
6464         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6465         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6466         recent change to stdint.m4, since we're now addressing the problem in a
6467         different way.
6468
6469 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6470
6471         * m4/fcntl_h.m4: New file.
6472
6473 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6474
6475         * lib/fcntl_.h: New file.
6476         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6477         the fcntl module.
6478         * lib/dirchownmod.c: Likewise.
6479         * lib/fts.c: Likewise.
6480
6481         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6482         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6483         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6484         just before including <inttypes.h>, to avoid circular inclusion.
6485
6486 2006-08-28  Jim Meyering  <jim@meyering.net>
6487
6488         * doc/visibility.texi: Actually read and correct the grammar of the
6489         sentence affected by yesterday's change.
6490
6491 2006-08-28  Eric Blake  <ebb9@byu.net>
6492
6493         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6494         needs wrapper.
6495
6496 2006-08-28  Eric Blake  <ebb9@byu.net>
6497
6498         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6499
6500 2006-08-28  Eric Blake  <ebb9@byu.net>
6501
6502         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6503
6504 2006-08-28  Bruno Haible  <bruno@clisp.org>
6505
6506         * modules/c-strstr: New file, from GNU gettext.
6507         * MODULES.html.sh (String handling): Add c-strstr.
6508
6509 2006-08-28  Bruno Haible  <bruno@clisp.org>
6510
6511         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6512         macros.
6513         Reported by Eric Blake.
6514
6515 2006-08-28  Bruno Haible  <bruno@clisp.org>
6516
6517         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6518         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6519         * lib/vasprintf.c: Include errno.h, limits.h.
6520         (EOVERFLOW): New fallback definition.
6521         (vasprintf): Test here whether the string length is > INT_MAX.
6522         * lib/vsnprintf.c: Include errno.h, limits.h.
6523         (EOVERFLOW): New fallback definition.
6524         (vsnprintf): Fix bug when generated string was too long for the buffer.
6525         Test here whether the string length is > INT_MAX.
6526
6527 2006-08-28  Bruno Haible  <bruno@clisp.org>
6528
6529         * lib/inttypes_.h (SCNX*): Remove definitions.
6530         Reported by Eric Blake.
6531
6532 2006-08-28  Bruno Haible  <bruno@clisp.org>
6533
6534         * lib/c-strstr.h: New file, from GNU gettext.
6535         * lib/c-strstr.c: New file, from GNU gettext.
6536
6537 2006-08-28  Bruno Haible  <bruno@clisp.org>
6538
6539         * gnulib-tool: Reorder some statements.
6540
6541 2006-08-28  Bruno Haible  <bruno@clisp.org>
6542
6543         * gnulib-tool: New option --makefile-name.
6544         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6545         $makefile_name.
6546         (func_import): Write $makefile_name to the cache file, and read it from
6547         there unless explicitly specified. Use $makefile_name as file name
6548         instead of Makefile.am. Adjust the recommendations accordingly.
6549
6550 2006-08-28  Bruno Haible  <bruno@clisp.org>
6551
6552         * gnulib-tool (func_verify_module): Check against misapplying patch.
6553
6554 2006-08-28  Bruno Haible  <bruno@clisp.org>
6555
6556         * gnulib-tool (func_relativize, func_relconcat): New functions.
6557         Give an error if --local-dir is given with --update.
6558         Remove trailing slashes from $local_gnulib_dir.
6559         (func_import): Store the relativized $local_gnulib_dir in
6560         gnulib-cache.m4, and read it from there if not specified explicitly.
6561
6562 2006-08-28  Bruno Haible  <bruno@clisp.org>
6563
6564         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6565         is the current directory. Respect also $local_gnulib_dir.
6566
6567 2006-08-28  Bruno Haible  <bruno@clisp.org>
6568             Simon Josefsson  <jas@extundo.com>
6569
6570         BeOS portability.
6571         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6572
6573 2006-08-27  Jim Meyering  <jim@meyering.net>
6574
6575         * doc/visibility.texi: Remove duplicate word: "pointer".
6576
6577 2006-08-26  Bruno Haible  <bruno@clisp.org>
6578
6579         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6580         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6581         (Makefile.am): Create inttypes.h from inttypes_.h.
6582         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6583
6584         * modules/imaxabs: New file.
6585
6586         * modules/imaxdiv: New file.
6587
6588 2006-08-26  Bruno Haible  <bruno@clisp.org>
6589
6590         * m4/inttypes.m4: New file.
6591         * m4/_inttypes_h.m4: Remove file.
6592         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6593         PRI_MACROS_BROKEN.
6594         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6595
6596         * m4/imaxabs.m4: New file.
6597
6598         * m4/imaxdiv.m4: New file.
6599
6600 2006-08-26  Bruno Haible  <bruno@clisp.org>
6601
6602         * lib/inttypes_.h: New file.
6603         * lib/inttypes.h: Remove file.
6604         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6605
6606         * lib/imaxabs.c: New file.
6607
6608         * lib/imaxdiv.c: New file.
6609
6610 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6611
6612         New config-h module, so that "make" output needn't be cluttered
6613         by -DHAVE_CONFIG_H.
6614         * MODULES.html.sh (Support for building libraries and executables):
6615         Add config-h.
6616         * modules/config-h: New file.
6617         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6618         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6619         the config-h module is used.
6620
6621         New configmake module, so that "make" output needn't be cluttered
6622         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6623         * MODULES.html.sh (Support for building libraries and executables):
6624         Add configmake.
6625         * modules/configmake: New file.
6626
6627 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6628
6629         * m4/config-h.m4: New file.
6630
6631 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6632
6633         * config/srclist.txt: Add elisp-comp.
6634
6635 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6636
6637         * MODULES.html.sh (Support for building libraries and executables):
6638         Add elisp-comp.
6639         * build-aux/elisp-comp: New file.
6640         * modules/elisp-comp: New file.
6641
6642 2006-08-24  Bruno Haible  <bruno@clisp.org>
6643
6644         * gnulib-tool (func_create_testdir): Use non-default values of
6645         sourcebase and m4base.
6646
6647 2006-08-24  Bruno Haible  <bruno@clisp.org>
6648
6649         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6650         HTML structure.
6651
6652 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6653
6654         * modules/openat (Depends-on): Add lchown.
6655
6656 2006-08-23  Bruno Haible  <bruno@clisp.org>
6657
6658         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6659         of gl_LOCK_EARLY instead of gl_LOCK.
6660
6661 2006-08-23  Bruno Haible  <bruno@clisp.org>
6662
6663         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6664         on OSF/1 to no.
6665         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6666
6667 2006-08-23  Bruno Haible  <bruno@clisp.org>
6668
6669         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6670         as unusable.
6671
6672         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6673         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6674         (gl_LOCK): New macro.
6675
6676 2006-08-22  Simon Josefsson  <jas@extundo.com>
6677
6678         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6679         to md5 module.
6680
6681 2006-08-22  Simon Josefsson  <jas@extundo.com>
6682
6683         * MODULES.html.sh: Add "Support for maintaining and release
6684         projects".
6685
6686         * build-aux/gnupload: New file, from coreutils.
6687
6688 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6689
6690         Avoid the need for AC_LIBSOURCES in m4 macros.
6691         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6692         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6693         * modules/check-version (EXTRA_DIST): Add check-version.h.
6694         * modules/crc (EXTRA_DIST): Add crc.h.
6695         * modules/des (EXTRA_DIST): Add des.h.
6696         * modules/gc (EXTRA_DIST): Add gc.h.
6697         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6698         * modules/getline (EXTRA_DIST): Add getline.h.
6699         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6700         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6701         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6702         * modules/md2 (EXTRA_DIST): Add md2.h.
6703         * modules/md4 (EXTRA_DIST): Add md4.h.
6704         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6705         * modules/read-file (EXTRA_DIST): Add read-file.h.
6706         * modules/readline (EXTRA_DIST): Add readline.h.
6707         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6708         rijndael-api-fst.h.
6709
6710 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6711
6712         * m4/rijndael.m4 (gl_ARCFOUR):
6713         * m4/arctwo.m4 (gl_ARCTWO):
6714         * m4/check-version.m4 (gl_CHECK_VERSION):
6715         * m4/crc.m4 (gl_CRC):
6716         * m4/des.m4 (gl_DES):
6717         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6718         * m4/gc.m4 (gl_GC):
6719         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6720         * m4/getline.m4 (gl_FUNC_GETLINE):
6721         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6722         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6723         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6724         * m4/md2.m4 (gl_MD2):
6725         * m4/md4.m4 (gl_MD4):
6726         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6727         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6728         * m4/readline.m4 (gl_FUNC_READLINE):
6729         * m4/rijndael.m4 (gl_RIJNDAEL):
6730         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6731         to get the necessary .h files and whatnot.
6732
6733 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6734
6735         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6736         gnulib rather than the other way around.
6737         * config/srclistvars.sh (COREUTILS): Remove.
6738
6739 2006-08-22  Jim Meyering  <jim@meyering.net>
6740
6741         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6742
6743         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6744
6745 2006-08-22  Eric Blake  <ebb9@byu.net>
6746
6747         * modules/regexprops-generic: New file.
6748         * MODULES.html.sh (Support for building documentation): List it.
6749
6750 2006-08-22  Eric Blake  <ebb9@byu.net>
6751
6752         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6753         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6754         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6755         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6756
6757 2006-08-22  Bruno Haible  <bruno@clisp.org>
6758
6759         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6760         and lib_LTLIBRARIES like the other lib_* variables.
6761
6762 2006-08-22  Bruno Haible  <bruno@clisp.org>
6763
6764         * build-aux/x-to-1.in: New file, from GNU gettext.
6765
6766 2006-08-22  Bruno Haible  <bruno@clisp.org>
6767
6768         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6769         <utmpx.h> exists.
6770
6771 2006-08-22  Bruno Haible  <bruno@clisp.org>
6772
6773         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6774         <utmpx.h> exists.
6775
6776 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6777
6778         BeOS portability.
6779         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6780         exist.
6781         Problem reported by Bruno Haible.
6782
6783 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6784
6785         Avoid the need for AC_LIBSOURCES in m4 macros.
6786         * modules/acl (EXTRA_DIST): Add acl.h.
6787         * modules/argmatch (Files): Add m4/argmatch.m4.
6788         (configure.ac): Add gl_ARGMATCH.
6789         (EXTRA_DIST): Renamed from lib_SOURCES, for
6790         consistency with the other modules.  Remove argmatch.c.
6791         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6792         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6793         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6794         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6795         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6796         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6797         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6798         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6799         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6800         * modules/closeout (EXTRA_DIST): Add closeout.h.
6801         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6802         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6803         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6804         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6805         dirname.h; remove basename.c and stripslash.c.
6806         * modules/exclude (EXTRA_DIST): Add exclude.h.
6807         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6808         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6809         * modules/file-type (EXTRA_DIST): Add file-type.h.
6810         * modules/filemode (EXTRA_DIST): Add filemode.h.
6811         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6812         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6813         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6814         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6815         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6816         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6817         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6818         * modules/getdate (EXTRA_DIST): Add getdate.c.
6819         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6820         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6821         * modules/getpass (EXTRA_DIST): Add getpass.h.
6822         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6823         * modules/group-member (EXTRA_DIST): Add group-member.h.
6824         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6825         * modules/hash (EXTRA_DIST): Add hash.h.
6826         * modules/human (EXTRA_DIST): Add human.h.
6827         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6828         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6829         * modules/lchown (EXTRA_DIST): Add lchown.h.
6830         * modules/long-options (EXTRA_DIST): Add long-options.h.
6831         * modules/lstat (EXTRA_DIST): Add lstat.h.
6832         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6833         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6834         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6835         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6836         * modules/memxor (EXTRA_DIST): Add memxor.h.
6837         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6838         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6839         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6840         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6841         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6842         * modules/physmem (EXTRA_DIST): Add physmem.h.
6843         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6844         * modules/posixver (EXTRA_DIST): Add posixver.h.
6845         * modules/quote (EXTRA_DIST): Add quote.h.
6846         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6847         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6848         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6849         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6850         regex_internal.h regexec.c.
6851         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6852         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6853         * modules/same (EXTRA_DIST): Add same.h.
6854         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6855         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6856         * modules/savedir (EXTRA_DIST): Add savedir.h.
6857         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6858         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6859         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6860         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6861         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6862         * modules/strdup (EXTRA_DIST): Add strdup.h.
6863         * modules/strftime (EXTRA_DIST): Add strftime.h.
6864         * modules/strndup (EXTRA_DIST): Add strndup.h.
6865         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6866         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6867         * modules/time_r (EXTRA_DIST): Add time_r.h.
6868         * modules/timespec (EXTRA_DIST): Add timespec.h.
6869         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6870         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6871         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6872         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6873         * modules/userspec (EXTRA_DIST): Add userspec.h.
6874         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6875         * modules/utimens (EXTRA_DIST): Add utimens.h.
6876         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6877         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6878         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6879         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6880         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6881         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6882         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6883         * modules/yesno (EXTRA_DIST): Add yesno.h.
6884
6885 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6886
6887         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6888
6889         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6890         * m4/dev-ino.m4, same-inode.m4: Remove.
6891
6892         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6893         * m4/acl.m4 (AC_FUNC_ACL):
6894         * m4/backupfile.m4 (gl_BACKUPFILE):
6895         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6896         * m4/canon-host.m4 (gl_CANON_HOST):
6897         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6898         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6899         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6900         * m4/cloexec.m4 (gl_CLOEXEC):
6901         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6902         * m4/closeout.m4 (gl_CLOSEOUT):
6903         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6904         * m4/dirname.m4 (gl_DIRNAME):
6905         * m4/exclude.m4 (gl_EXCLUDE):
6906         * m4/exitfail.m4 (gl_EXITFAIL):
6907         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6908         * m4/file-type.m4 (gl_FILE_TYPE):
6909         * m4/filemode.m4 (gl_FILEMODE):
6910         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6911         * m4/fpending.m4 (gl_FUNC_FPENDING):
6912         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6913         * m4/fts.m4 (gl_FUNC_FTS):
6914         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6915         * m4/getdate.m4 (gl_GETDATE):
6916         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6917         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6918         * m4/getpass.m4 (gl_FUNC_GETPASS):
6919         * m4/gettime.m4 (gl_GETTIME):
6920         * m4/getugroups.m4 (gl_GETUGROUPS):
6921         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6922         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6923         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6924         * m4/hash.m4 (gl_HASH):
6925         * m4/idcache.m4 (gl_IDCACHE):
6926         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6927         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6928         * m4/long-options.m4 (gl_LONG_OPTIONS):
6929         * m4/lstat.m4 (gl_FUNC_LSTAT):
6930         * m4/md5.m4 (gl_MD5):
6931         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6932         * m4/memcoll.m4 (gl_MEMCOLL):
6933         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6934         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6935         * m4/memxor.m4 (gl_MEMXOR):
6936         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6937         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6938         * m4/modechange.m4 (gl_MODECHANGE):
6939         * m4/mountlist.m4 (gl_MOUNTLIST):
6940         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6941         * m4/openat.m4 (gl_FUNC_OPENAT):
6942         * m4/pathmax.m4 (gl_PATHMAX):
6943         * m4/physmem.m4 (gl_PHYSMEM):
6944         * m4/posixtm.m4 (gl_POSIXTM):
6945         * m4/posixver.m4 (gl_POSIXVER):
6946         * m4/quote.m4 (gl_QUOTE):
6947         * m4/quotearg.m4 (gl_QUOTEARG):
6948         * m4/readtokens.m4 (gl_READTOKENS):
6949         * m4/readutmp.m4 (gl_READUTMP):
6950         * m4/regex.m4 (gl_REGEX):
6951         * m4/safe-read.m4 (gl_SAFE_READ):
6952         * m4/safe-write.m4 (gl_SAFE_WRITE):
6953         * m4/same.m4 (gl_SAME):
6954         * m4/save-cwd.m4 (gl_SAVE_CWD):
6955         * m4/savedir.m4 (gl_SAVEDIR):
6956         * m4/settime.m4 (gl_SETTIME):
6957         * m4/sha1.m4 (gl_SHA1):
6958         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6959         * m4/stat-macros.m4 (gl_STAT_MACROS):
6960         * m4/stat-time.m4 (gl_STAT_TIME):
6961         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6962         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6963         * m4/strdup.m4 (gl_FUNC_STRDUP):
6964         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6965         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6966         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6967         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6968         * m4/time_r.m4 (gl_TIME_R):
6969         * m4/timespec.m4 (gl_TIMESPEC):
6970         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6971         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6972         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6973         * m4/userspec.m4 (gl_USERSPEC):
6974         * m4/utimecmp.m4 (gl_UTIMECMP):
6975         * m4/utimens.m4 (gl_UTIMENS):
6976         * m4/xalloc.m4 (gl_XALLOC):
6977         * m4/xgetcwd.m4 (gl_XGETCWD):
6978         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6979         * m4/xreadlink.m4 (gl_XREADLINK):
6980         * m4/xstrtod.m4 (gl_XSTRTOD):
6981         * m4/yesno.m4 (gl_YESNO):
6982         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6983         to get the necessary .h files and whatnot.
6984
6985 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6986             Bruno Haible  <bruno@clisp.org>
6987
6988         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6989         /bin/sh understanding of '!' conditional negation.
6990
6991 2006-08-21  Jim Meyering  <jim@meyering.net>
6992
6993         * modules/openat (Depends-on): Really alphabetize.
6994
6995         * modules/acl (Depends-on): Add error and quote.
6996
6997         * check-module (find_included_lib_files): Add at-func.c to the
6998         ok-to-include-more-than-once white list.
6999
7000         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7001
7002 2006-08-21  Bruno Haible  <bruno@clisp.org>
7003
7004         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7005         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7006         Reported by Martin Lambers <marlam@marlam.de>.
7007
7008 2006-08-21  Bruno Haible  <bruno@clisp.org>
7009
7010         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7011         specify an installation location, don't emit a noinst_LIBRARIES or
7012         noinst_LTLIBRARIES assignment.
7013
7014 2006-08-21  Bruno Haible  <bruno@clisp.org>
7015
7016         BeOS portability.
7017         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7018         BeOS has mbrtowc() but no <wctype.h>.
7019
7020 2006-08-21  Bruno Haible  <bruno@clisp.org>
7021
7022         BeOS portability.
7023         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7024         exist.
7025
7026 2006-08-21  Bruno Haible  <bruno@clisp.org>
7027
7028         BeOS portability.
7029         * lib/mbchar.h: Include <wctype.h> only if it exists.
7030
7031 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7032
7033         Remove files that are no longer needed by their respective modules.
7034         * m4/obstack.m4: Remove.
7035         * m4/strerror_r.m4: Remove.
7036         * m4/uint32_t.m4: Remove.
7037         * m4/uintptr_t.m4: Remove.
7038         * m4/ullong_max.m4: Remove.
7039         * m4/xstrtoimax.m4: Remove.
7040         * m4/xstrtoumax.m4: Remove.
7041
7042         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7043         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7044         dependencies now capture this.
7045
7046         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7047         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7048         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7049         * m4/human.m4 (gl_HUMAN): Likewise.
7050         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7051         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7052
7053         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7054
7055         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7056         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7057         stdint.
7058         * m4/human.m4 (gl_HUMAN): Likewise.
7059         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7060         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7061         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7062         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7063         * m4/xstrtol (gl_XSTRTOL): Likewise.
7064
7065         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7066         AC_TYPE_LONG_LONG_INT.
7067         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7068         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7069         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7070         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7071
7072         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7073         on stdbool.
7074
7075         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7076         (gl_PREREQ_XSTRTOUL): Remove.
7077
7078         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7079
7080         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7081         mode.
7082
7083 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7084
7085         Add and change modules to make it easier for coreutils to use
7086         gnulib-tool.
7087         * modules/backupfile (Files): Remove m4/d-ino.m4.
7088         (Depends-on): Add d-ino.
7089         * modules/cycle-check (Depends-on): Add stdint.
7090         (lib_SOURCES): Add cycle-check.h.
7091         * modules/d-ino: New module.
7092         * modules/d-type: New module.
7093         * modules/error (Files): Remove m4/strerror_r.m4.
7094         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7095         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7096         m4/inttypes_h.m4, m4/uintmax_t.m4.
7097         (Depends-on): Add stdint.
7098         (lib_SOURCES): Add fsusage.h.
7099         * modules/getcwd (Files): Remove d-ino.m4.
7100         (Depends-on): Add d-ino.
7101         * modules/getndelim2 (Depends-on): Add stdint.
7102         * modules/glob (Files): Remove m4/d-type.m4.
7103         (Depends-on): Add d-type.
7104         * modules/host-os: New module.
7105         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7106         m4/inttypes_h.m4, m4/uintmax_t.m4.
7107         * Depends-on: Add stdint.
7108         (lib_SOURCES): Add human.h.
7109         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7110         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7111         m4/uintmax_t.m4, m4/ulonglong.m4.
7112         (Depends-on): Add stdint.
7113         (EXTRA_DIST): Add inttostr.h.
7114         * modules/lchmod: New module.
7115         * modules/link-follow: New module.
7116         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7117         (Depends-on): Add lchmod.
7118         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7119         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7120         (Depends-on): Add stdint.
7121         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7122         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7123         (Depends-on): Add stdint.
7124         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7125         * modules/perl: New module.
7126         * modules/regex (Depends-on): Add stdint.
7127         * modules/rmdir-errno: New module.
7128         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7129         m4/intmax_t.m4.
7130         (Depends-on): Add stdint.
7131         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7132         m4/uintmax_t.m4.
7133         (Depends-on): Add stdint.
7134         * modules/unlink-busy: New module.
7135         * modules/utimecmp (Depends-on): Add stdint.
7136         * modules/uptime: New module.
7137         * modules/winsz-ioctl: New module.
7138         * modules/winsz-termios: New module.
7139         * modules/xnanosleep (Depends-on): Add nanosleep.
7140         * modules/ullong_max: Remove.
7141         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7142         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7143         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7144         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7145         (Depends-on): Add inttypes.
7146         (lib_SOURCES): Add xstrtol.h.
7147         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7148         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7149         * MODULES.html.sh: Move 'assert' into the assert section.
7150         Move 'dummy' into the linking section.
7151         Remove ullong_max.
7152         Add section for compatibility checks for POSIX:2001 functions,
7153         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7154         winsz-ioctl, and winsz-termios into it.
7155         Add lchmod.
7156         Add top-level Misc section and put host-os, perl, and uptime
7157         into it.
7158
7159 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7160
7161         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7162         now assume the stdint module.  Do not include inttypes.h.
7163         * lib/fsusage.h: Likewise.
7164         * lib/getndelim2.c: Likewise.
7165         * lib/human.h: Likewise.
7166         * lib/inttostr.h: Likewise.
7167         * lib/obstack.c: Likewise.
7168         * lib/regex_internal.h: Likewise.
7169         * lib/tempname.c: Likewise.
7170         * lib/utimecmp.c: Likewise.
7171         * lib/xstrtol.h: Likewise.
7172
7173         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7174
7175         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7176         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7177         * lib/xtime.h: Likewise.
7178
7179 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7180
7181         * modules/openat (Files): Add lib/fchmodat.c.
7182         Fixes problem reported by Jay Youngman.
7183
7184 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7185
7186         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7187         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7188
7189 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7190             Bruno Haible  <bruno@clisp.org>
7191
7192         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7193         and is a script that invokes bison. Tighten the code. Add comments.
7194
7195 2006-08-18  Jim Meyering  <jim@meyering.net>
7196
7197         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7198         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7199         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7200         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7201
7202 2006-08-18  Bruno Haible  <bruno@clisp.org>
7203
7204         * modules/bison-i18n: New file.
7205         * MODULES.html.sh (Internationalization functions): Add it.
7206
7207 2006-08-18  Bruno Haible  <bruno@clisp.org>
7208
7209         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7210         sys/statvfs.h. When getmntinfo was found, check its declaration and
7211         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7212
7213 2006-08-18  Bruno Haible  <bruno@clisp.org>
7214
7215         * m4/bison-i18n.m4: New file, from bison.
7216
7217 2006-08-18  Bruno Haible  <bruno@clisp.org>
7218
7219         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7220         (ME_DUMMY): Treat "kernfs" as a dummy.
7221         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7222
7223 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7224
7225         Update from coreutils.
7226
7227         2006-08-15  Jim Meyering  <jim@meyering.net>
7228
7229         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7230
7231         2006-01-17  Jim Meyering  <jim@meyering.net>
7232
7233         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7234
7235         2006-01-11  Jim Meyering  <jim@meyering.net>
7236
7237         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7238         Check for the lchmod function.
7239
7240 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7241
7242         Update from coreutils.
7243
7244         * lib/__fpending.h: Add copyright notice.
7245         * lib/fprintftime.h: Likewise.
7246         * lib/savedir.c: Use (C) in copyright notice.
7247         * lib/savedir.h: Likewise.
7248
7249         2006-08-15  Jim Meyering  <jim@meyering.net>
7250
7251         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7252         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7253         in support of the EXPECTED_ERRNO macro.
7254         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7255         definitions.  Instead, define the appropriate symbols and include
7256         "at-func.c".
7257         * lib/mkdirat.c (mkdirat): Likewise.
7258         * lib/fchmodat.c (fchmodat): Likewise.
7259         (ENOSYS): Remove definition.
7260         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7261         it.  Don't include "unistd--.h" -- it wasn't ever used.
7262
7263         2006-01-17  Jim Meyering  <jim@meyering.net>
7264
7265         Rewrite fts.c not to change the current working directory,
7266         by using openat, fstatat, fdopendir, etc..
7267
7268         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7269         (HAVE_OPENAT_SUPPORT): Define.
7270         [_LIBC] (fchdir): Don't undef or define; no longer used.
7271         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7272         Now, this `function' always succeeds, and consumes its file descriptor
7273         parameter -- so callers must not close such FDs.  Update callers.
7274         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7275         (diropen): Add parameter, SP.  Adjust all callers.
7276         Implement using diropen_fd, rather than open.
7277         (fts_open): Initialize new member, fts_cwd_fd.
7278         Remove fts_rft-setting code.
7279         (fts_close): Close fts_cwd_fd, if necessary.
7280         (__opendir2): Define in terms of opendir or opendirat,
7281         depending on whether the FST_NOCHDIR flag is set.
7282         (fts_build): Since fts_safe_changedir consumes its FD, and since
7283         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7284         and close the dup'd file descriptor upon failure.
7285         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7286         (fts_safe_changedir): Tweak semantics to reflect that this function
7287         now calls cwd_advance_fd and hence consumes its FD argument.
7288         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7289         [struct FTS] (fts_rft): Remove now-unused member.
7290         [struct FTS] (fts_cycle.state): Improve comment.
7291
7292         * lib/openat.c (openat_needs_fchdir): New function.
7293         * lib/openat.h (openat_needs_fchdir): Declare it.
7294
7295 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7296
7297         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7298         Problem and fix reported by Pádraig Brady in
7299         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7300
7301 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7302
7303         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7304
7305 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7306
7307         * lib/memcoll.c (memcoll): Optimize for the common case where the
7308         arguments are bytewise equal.
7309
7310 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7311
7312         * doc/regexprops-generic.texi: Add a copyright notice.
7313
7314 2006-08-15  Bruno Haible  <bruno@clisp.org>
7315
7316         * modules/tmpdir (License): Change to LGPL.
7317
7318 2006-08-15  Bruno Haible  <bruno@clisp.org>
7319
7320         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7321         module.
7322
7323 2006-08-14  Simon Josefsson  <jas@extundo.com>
7324
7325         * config/srclist.txt: Add gnupload.
7326
7327 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7328
7329         Change copyright notice from LGPL 2 to GPL 2, since that's the
7330         standard form used in the gnulib repository.
7331         * tests/test-lock.c: Likewise.
7332         * tests/test-stdint.c: Likewise.
7333         * tests/test-tls.c: Likewise.
7334
7335         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7336         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7337         Add copyright notice.
7338
7339         * check-module: Add copyright notice.  Output a copyright
7340         notice if "--version" is specified.
7341         * modules/COPYING: New file.
7342         * tests/test-getaddrinfo.c: Add copyright notice.
7343         * tests/test-verify.c: Likewise.
7344
7345 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7346
7347         Change copyright notice from LGPL 2 to GPL 2, since that's the
7348         standard form used in the gnulib repository.
7349         * lib/lock.c: LGPL -> GPL.
7350         * lib/lock.h: Likewise.
7351         * lib/strnlen1.c: Likewise.
7352         * lib/strnlen1.h: Likewise.
7353         * lib/tls.c: Likewise.
7354         * lib/tls.h: Likewise.
7355         * lib/tmpdir.c: Likewise.
7356
7357         * lib/TODO: Remove; this belongs only in coreutils.
7358
7359 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7360
7361         Add copyright notices to long-enough files that lack them, since
7362         otherwise the files aren't clearly free.  Use the same notice that
7363         getdate.texi already uses.
7364         * doc/alloca-opt.texi: Add copyright notice.
7365         * doc/alloca.texi: Likewise.
7366         * doc/ctime.texi: Likewise.
7367         * doc/functions.texi: Likewise.
7368         * doc/gcd.texi: Likewise.
7369         * doc/gnulib-tool.texi: Likewise.
7370         * doc/inet_ntoa.texi: Likewise.
7371         * doc/visibility.texi: Likewise.
7372
7373         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7374         * doc/quote.texi: Add copyright notice.
7375
7376         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7377         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7378         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7379         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7380         is now obsolete, and give a pointer to the Sun list.
7381         Add copyright notice.
7382
7383 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7384
7385         * config/srclistvars.sh: Add copyright notice.
7386
7387 2006-08-14  Eric Blake  <ebb9@byu.net>
7388
7389         Import the following change from libc:
7390
7391         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7392
7393         Upstream bug 2997.
7394         * lib/misc/error.c: Add space between program name and message if file
7395         name is missing.
7396
7397 2006-08-12  Karl Berry  <karl@gnu.org>
7398
7399         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7400         remove, these originate in gnulib now.
7401
7402 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7403
7404         * doc/Makefile (standards.info standards.html standards.dvi):
7405         Also depend on make-stds.texi.
7406
7407 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7408
7409         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7410         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7411
7412         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7413         in wchar_t.  Problem reported by Eric Blake.
7414
7415         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7416         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7417         Also, help the compiler to keep LEN in a register.
7418
7419 2006-08-11  Eric Blake  <ebb9@byu.net>
7420
7421         * users.txt: Sort.  Add tar.
7422
7423 2006-08-11  Bruno Haible  <bruno@clisp.org>
7424
7425         * users.txt: New file.
7426
7427 2006-08-11  Bruno Haible  <bruno@clisp.org>
7428
7429         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7430         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7431
7432 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7433
7434         * modules/snprintf (Depends-on): Remove minmax.
7435         (Maintainer): Add self and Bruno.
7436
7437 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7438
7439         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7440         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7441         (EOVERFLOW): Define if the system does not.
7442         Do not include "minmax.h"; it wasn't used.
7443         (snprintf): Don't assume size_t promotes to an unsigned type.
7444         Fix bug when generated string was too long for the buffer: the
7445         buffer's contents are supposed to be the initial prefix of the
7446         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7447         exceeds INT_MAX; do the check ourselves.
7448
7449         Import the following changes from libc:
7450
7451         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7452
7453         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7454         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7455         set wc to the byte which couldn't be converted.
7456         (re_string_reconstruct): Don't clear valid_raw_len before calling
7457         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7458         tip_context using re_string_context_at.
7459
7460         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7461
7462         * lib/posix/regex.h: g++ still cannot handled [restrict].
7463
7464         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7465
7466         * lib/posix/regex.h: Remove special handling for VMS.
7467
7468 2006-08-10  Jim Meyering  <jim@meyering.net>
7469
7470         * modules/same-inode: New module.
7471         * modules/dev-ino: New module.
7472         * modules/cycle-check: Depend on these modules, rather than simply
7473         including their .h files.
7474         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7475         required via m4/cycle-check.m4.
7476         * modules/same: Depend on new same-inode module, rather than
7477         including same-inode.h.
7478         * modules/chdir-safer: New file.
7479
7480         * modules/chown (Depends-on): Add stat-macros.
7481
7482 2006-08-10  Jim Meyering  <jim@meyering.net>
7483
7484         * m4/cycle-check.m4: New file.
7485         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7486         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7487
7488 2006-08-10  Eric Blake  <ebb9@byu.net>
7489
7490         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7491         in from original proposal.
7492
7493 2006-08-10  Eric Blake  <ebb9@byu.net>
7494         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7495
7496         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7497         namespace.
7498
7499 2006-08-10  Bruno Haible  <bruno@clisp.org>
7500
7501         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7502         as well.
7503
7504 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7505
7506         Sync from coreutils.
7507
7508         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7509
7510         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7511         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7512
7513 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7514
7515         * modules/restrict: Remove; no longer needed now that we assume
7516         Autoconf 2.59 or later.
7517         * MODULES.html.sh: Remove 'restrict'.
7518         * modules/argp (Depends-on): Remove 'restrict'.
7519         * modules/base64 (Depends-on): Likewise.
7520         * modules/gc (Depends-on): Likewise.
7521         * modules/getaddrinfo (Depends-on): Likewise.
7522         * modules/glob (Depends-on): Likewise.
7523         * modules/inet_ntop (Depends-on): Likewise.
7524         * modules/inet_pton (Depends-on): Likewise.
7525         * modules/memxor (Depends-on): Likewise.
7526         * modules/regex (Depends-on): Likewise.
7527         * modules/strtok_r (Depends-on): Likewise.
7528         * modules/time_r (Depends-on): Likewise.
7529
7530 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7531
7532         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7533         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7534         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7535         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7536         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7537         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7538         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7539         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7540
7541         Merge from coreutils.
7542         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7543         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7544         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7545         * m4/time_r.m4 (gl_TIME_R): Likewise.
7546
7547 2006-08-09  Karl Berry  <karl@gnu.org>
7548
7549         * config/srclist.txt: no more gettext-tools, per Bruno.
7550
7551 2006-08-08  Eric Blake  <ebb9@byu.net>
7552
7553         * modules/verror: New module.
7554         * MODULES.html.sh: Document it.
7555
7556 2006-08-08  Eric Blake  <ebb9@byu.net>
7557
7558         * lib/verror.h, lib/verror.c: New files.
7559
7560 2006-08-08  Eric Blake  <ebb9@byu.net>
7561
7562         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7563         verror_at_line output complies with GNU Coding Standards even when
7564         file is NULL.
7565
7566 2006-08-07  Bruno Haible  <bruno@clisp.org>
7567
7568         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7569         versions of AIX.
7570         Reported by Ralf Wildenhues.
7571
7572 2006-08-07  Bruno Haible  <bruno@clisp.org>
7573
7574         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7575         in an AC_DEFUN. Needed so that the autoconf snippets can use
7576         AC_REQUIRE.
7577
7578 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7579
7580         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7581         Initialize pkgdata_DATA.
7582         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7583         overriding it.
7584
7585 2006-08-06  Eric Blake  <ebb9@byu.net>
7586
7587         * lib/error.h: Fold in some upstream changes from glibc.
7588         * lib/error.c: Likewise.
7589
7590 2006-08-04  Bruno Haible  <bruno@clisp.org>
7591
7592         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7593         Make the mostlyclean-local rule depend on mostlyclean-generic.
7594         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7595
7596 2006-07-31  Bruno Haible  <bruno@clisp.org>
7597
7598         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7599         <stdlib.h>, <string.h>.
7600
7601 2006-07-30  Bruno Haible  <bruno@clisp.org>
7602
7603         * modules/readlink (License): Change to LGPL.
7604
7605 2006-07-30  Bruno Haible  <bruno@clisp.org>
7606
7607         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7608         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7609         set PKGDATADIR to point to it.
7610
7611 2006-07-30  Bruno Haible  <bruno@clisp.org>
7612
7613         * modules/csharpexec (configure.ac): Comment out macro invocation.
7614         * modules/javaexec (configure.ac): Likewise.
7615         * modules/javacomp-script (configure.ac): Likewise.
7616
7617         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7618
7619 2006-07-30  Bruno Haible  <bruno@clisp.org>
7620
7621         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7622         linked-list.
7623
7624 2006-07-30  Bruno Haible  <bruno@clisp.org>
7625
7626         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7627
7628 2006-07-30  Bruno Haible  <bruno@clisp.org>
7629
7630         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7631         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7632         get removed.
7633
7634 2006-07-29  Bruno Haible  <bruno@clisp.org>
7635
7636         Make it possible for gnulib-tool to work with locally modified or
7637         augmented gnulib repositories.
7638         * gnulib-tool (func_usage): Document --local-dir option.
7639         (local_gnulib_dir): New variable.
7640         Handle --local-dir option.
7641         (func_lookup_file): New function.
7642         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7643         (func_get_description, func_get_filelist, func_get_description,
7644         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7645         func_get_automake_snippet, func_get_include_directive,
7646         func_get_license, func_get_maintainer): Use func_lookup_file.
7647         (func_import, func_create_testdir): Use func_lookup_file.
7648
7649 2006-07-29  Bruno Haible  <bruno@clisp.org>
7650
7651         * modules/setenv (Depends-on): Add unistd.
7652
7653 2006-07-29  Bruno Haible  <bruno@clisp.org>
7654
7655         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7656
7657 2006-07-29  Bruno Haible  <bruno@clisp.org>
7658
7659         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7660
7661 2006-07-29  Bruno Haible  <bruno@clisp.org>
7662
7663         * gnulib-tool (import, update): If there is no Makefile.am, look at
7664         aclocal.m4, instead of bailing out.
7665
7666 2006-07-29  Bruno Haible  <bruno@clisp.org>
7667
7668         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7669         Categorize the options by when they are useful.
7670
7671 2006-07-29  Bruno Haible  <bruno@clisp.org>
7672
7673         * gnulib-tool (func_usage): Document option --no-libtool.
7674         Handle option --no-libtool.
7675         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7676         for changed semantics of $libtool variable.
7677         (func_import): Likewise. If libtool is not used, show this through
7678         an option --no-libtool.
7679         (func_create_testdir): Update.
7680
7681 2006-07-29  Bruno Haible  <bruno@clisp.org>
7682
7683         * gnulib-tool (func_import): Extend error message about missing
7684         --doc-base.
7685
7686 2006-07-29  Bruno Haible  <bruno@clisp.org>
7687
7688         * gnulib-tool (func_import): Don't create the $docbase directory if
7689         there is no file to store there.
7690
7691 2006-07-29  Bruno Haible  <bruno@clisp.org>
7692
7693         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7694         relevant, look for configure.ac there, not in the current directory.
7695         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7696
7697 2006-07-29  Bruno Haible  <bruno@clisp.org>
7698
7699         * gnulib-tool (SORT): New variable.
7700         (func_usage): Undocument --assume-autoconf option.
7701         Remove --assume-autoconf option handling.
7702         (autoconf_minversion): Determine from the contents of configure.ac.
7703         (func_import): Remove autoconf_minversion handling.
7704         Suggested by Eric Blake.
7705
7706 2006-07-29  Bruno Haible  <bruno@clisp.org>
7707
7708         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7709
7710 2006-07-29  Bruno Haible  <bruno@clisp.org>
7711
7712         * config/srclist.txt (*setenv.[ch]): Remove rules.
7713
7714 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7715
7716         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7717
7718 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7719
7720         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7721         arpa/inet.h.
7722
7723 2006-07-28  Simon Josefsson  <jas@extundo.com>
7724
7725         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7726         * modules/inet_pton (Depends-on): Likewise.
7727
7728 2006-07-28  Simon Josefsson  <jas@extundo.com>
7729
7730         * m4/netinet_in_h.m4: New file.
7731
7732 2006-07-28  Simon Josefsson  <jas@extundo.com>
7733
7734         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7735         #include's.
7736
7737 2006-07-28  Simon Josefsson  <jas@extundo.com>
7738
7739         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7740         #include's.
7741
7742 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7743
7744         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7745         setgid on directories only if they set these bits.
7746         * lib/modechange.h: Remove obsolete comment about masks.
7747
7748 2006-07-28  Eric Blake  <ebb9@byu.net>
7749
7750         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7751         macro expansion.
7752
7753 2006-07-28  Bruno Haible  <bruno@clisp.org>
7754
7755         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7756
7757 2006-07-28  Bruno Haible  <bruno@clisp.org>
7758
7759         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7760
7761 2006-07-28  Bruno Haible  <bruno@clisp.org>
7762
7763         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7764         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7765         Define fallbacks.
7766         Avoids link error on FreeBSD 4.x.
7767         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7768
7769         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7770         encoding.
7771         * lib/mbswidth.c (iswcntrl): Likewise.
7772
7773 2006-07-27  Bruno Haible  <bruno@clisp.org>
7774
7775         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7776         test.
7777
7778 2006-07-27  Bruno Haible  <bruno@clisp.org>
7779
7780         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7781         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7782         defined.
7783
7784 2006-07-26  Eric Blake  <ebb9@byu.net>
7785
7786         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7787
7788 2006-07-26  Eric Blake  <ebb9@byu.net>
7789
7790         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7791         like mingw that lack mkstemp.
7792         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7793         avoid compilation warning on mingw.
7794
7795 2006-07-26  Bruno Haible  <bruno@clisp.org>
7796
7797         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7798         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7799         INT_FAST*_MIN, INTPTR_MIN.
7800
7801 2006-07-25  Bruno Haible  <bruno@clisp.org>
7802
7803         * modules/version-etc (Depends-on): Add stdarg.
7804
7805 2006-07-25  Bruno Haible  <bruno@clisp.org>
7806
7807         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7808         complex commands.
7809
7810 2006-07-25  Bruno Haible  <bruno@clisp.org>
7811
7812         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7813         defined in <stdarg.h> or config.h.
7814
7815 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7816
7817         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7818         (gl_STDIO_SAFER): Remove.
7819
7820 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7821
7822         * MODULES.html.sh (File stream based Input/Output):
7823         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7824         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7825         * modules/fopen-safer, modules/tmpfile-safer: New files.
7826         * modules/stdio-safer: Remove.
7827
7828 2006-07-24  Bruno Haible  <bruno@clisp.org>
7829
7830         * modules/tmpdir: New file.
7831         * MODULES.html.sh (File system functions): Add it.
7832
7833 2006-07-24  Bruno Haible  <bruno@clisp.org>
7834
7835         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7836         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7837
7838 2006-07-24  Bruno Haible  <bruno@clisp.org>
7839
7840         * modules/clean-temp: New file.
7841
7842 2006-07-24  Bruno Haible  <bruno@clisp.org>
7843
7844         * m4/tmpdir.m4: New file, from GNU gettext.
7845
7846 2006-07-24  Bruno Haible  <bruno@clisp.org>
7847
7848         * lib/tmpdir.h: New file, from GNU gettext.
7849         * lib/tmpdir.c: New file, from GNU gettext.
7850
7851 2006-07-24  Bruno Haible  <bruno@clisp.org>
7852
7853         * lib/clean-temp.h: New file, from GNU gettext.
7854         * lib/clean-temp.c: New file, from GNU gettext.
7855
7856 2006-07-23  Eric Blake  <ebb9@byu.net>
7857
7858         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7859         (Depends-on): Add binary-io.
7860
7861 2006-07-23  Eric Blake  <ebb9@byu.net>
7862
7863         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7864
7865 2006-07-23  Eric Blake  <ebb9@byu.net>
7866
7867         * lib/tmpfile-safer.c: New file.
7868         * lib/stdio-safer.h (fopen_safer): Add prototype.
7869         * lib/stdio--.h (tmpfile): Make safer.
7870
7871 2006-07-23  Bruno Haible  <bruno@clisp.org>
7872
7873         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7874         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7875         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7876         gl_linked_remove_at): Use it.
7877
7878 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7879         and Simon Josefsson <jas@extundo.com>
7880
7881         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7882
7883         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7884
7885 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7886
7887         * modules/close-stream: New file.
7888         * modules/closeout (Description): Make it clear that it exits
7889         with a diagnostic on error.
7890         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7891         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7892
7893 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7894
7895         * m4/close-stream.m4: New file.
7896
7897 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7898
7899         * lib/close-stream.c, lib/close-stream.h: New files.
7900
7901 2006-07-22  Bruno Haible  <bruno@clisp.org>
7902
7903         Merge from GNU gettext 0.15.
7904
7905         2006-05-01  Bruno Haible  <bruno@clisp.org>
7906
7907                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7908
7909         2006-07-22  Bruno Haible  <bruno@clisp.org>
7910
7911                 * modules/javaversion: New file.
7912                 * MODULES.html.sh (Java): Add javaversion.
7913
7914         2006-03-12  Bruno Haible  <bruno@clisp.org>
7915
7916                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7917
7918         2005-12-04  Bruno Haible  <bruno@clisp.org>
7919
7920                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7921                 (untested).
7922
7923         2006-06-21  Bruno Haible  <bruno@clisp.org>
7924
7925                 Avoid warnings from recent versions of mcs.
7926                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7927                 -o, -L, -r any more. Use options documented since mcs-1.0
7928                 instead. Similarly for -g.
7929
7930         2005-12-04  Bruno Haible  <bruno@clisp.org>
7931
7932                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7933                 .resources, not .resource.
7934
7935         2005-07-09  Bruno Haible  <bruno@clisp.org>
7936
7937                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7938                 add a .dll suffix.
7939                 Reported by Mark Junker <mjscod@gmx.de>.
7940
7941         2006-07-22  Bruno Haible  <bruno@clisp.org>
7942
7943                 * modules/gettext: Upgrade to gettext-0.15.
7944                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7945                 m4/visibility.m4.
7946                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7947
7948 2006-07-22  Bruno Haible  <bruno@clisp.org>
7949
7950         Merge from GNU gettext 0.15.
7951
7952         2006-03-25  Bruno Haible  <bruno@clisp.org>
7953
7954                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7955
7956         2006-07-21  Bruno Haible  <bruno@clisp.org>
7957
7958                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7959                 "1.1".
7960
7961         2006-05-09  Bruno Haible  <bruno@clisp.org>
7962
7963                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7964                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7965                 for the conftestver execution.
7966
7967         2006-05-01  Bruno Haible  <bruno@clisp.org>
7968
7969                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7970                 optional target-version argument. Verify that the compiler
7971                 groks source of the specified source-version, or add -source
7972                 option as necessary. Verify that the compiler produces
7973                 bytecode in the specified target-version, or add -target and
7974                 -source options as necessary. Make the result of the test
7975                 available as variable CONF_JAVAC. Also log error output in
7976                 config.log.
7977
7978         2006-03-11  Bruno Haible  <bruno@clisp.org>
7979
7980                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7981
7982         2006-05-09  Bruno Haible  <bruno@clisp.org>
7983
7984                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7985                 CLASSPATH_SEPARATOR to a semicolon.
7986
7987         2006-03-12  Bruno Haible  <bruno@clisp.org>
7988
7989                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7990                 available as variable CONF_JAVA, for subsequent autoconf
7991                 tests. Also log error output in config.log.
7992
7993         2006-07-19  Bruno Haible  <bruno@clisp.org>
7994
7995                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7996                 that getline works on glibc2 systems. Needed to avoid trouble
7997                 in relocatable.c.
7998                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7999
8000         2005-12-04  Bruno Haible  <bruno@clisp.org>
8001
8002                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8003                 launcher (untested).
8004
8005         2005-12-04  Bruno Haible  <bruno@clisp.org>
8006
8007                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8008
8009         2006-07-22  Bruno Haible  <bruno@clisp.org>
8010
8011                 * gettext.m4: Update from GNU gettext-0.15.
8012                 * nls.m4: Likewise.
8013                 * po.m4: Likewise.
8014                 * inttypes-pri.m4: Likewise.
8015                 * inttypes-h.m4: Renamed from inttypes.m4.
8016                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8017
8018 2006-07-22  Bruno Haible  <bruno@clisp.org>
8019
8020         Merge from GNU gettext 0.15.
8021
8022         2005-07-05  Bruno Haible  <bruno@clisp.org>
8023
8024                 * printf-args.c (printf_fetchargs): Work around broken
8025                 definition of wint_t on mingw.
8026
8027         2005-02-12  Bruno Haible  <bruno@clisp.org>
8028
8029                 * xallocsa.h: Add extern "C" for C++.
8030
8031         2006-05-17  Bruno Haible  <bruno@clisp.org>
8032
8033                 Cygwin portability.
8034                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8035
8036         2006-04-30  Bruno Haible  <bruno@clisp.org>
8037
8038                 * progreloc.c: Include <mach-o/dyld.h> if available.
8039                 (find_executable): Use _NSGetExecutablePath when possible.
8040
8041         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8042
8043                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8044                 function.
8045
8046         2005-12-29  Bruno Haible  <bruno@clisp.org>
8047
8048                 * progreloc.c (set_program_name_and_installdir): Fix
8049                 compilation error.
8050
8051         2005-12-04  Bruno Haible  <bruno@clisp.org>
8052
8053                 Cygwin portability.
8054                 * progreloc.c: Include <windows.h> also on Cygwin.
8055                 (find_executable): Add support for Cygwin.
8056                 (set_program_name_and_installdir): Handle also platforms with
8057                 nonempty EXEEXT.
8058
8059         2006-07-11  Bruno Haible  <bruno@clisp.org>
8060
8061                 * javacomp.c: Fix a comment.
8062                 Reported by Jim Meyering.
8063
8064         2006-04-30  Bruno Haible  <bruno@clisp.org>
8065
8066                 * javacomp.h (compile_java_class): Add source_version,
8067                 target_version arguments.
8068                 * javacomp.c: Rewritten to choose only a compiler that
8069                 respects the specified source_version and target_version.
8070
8071         2006-06-27  Bruno Haible  <bruno@clisp.org>
8072
8073                 Assume correct S_ISDIR macro.
8074                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8075
8076         2006-07-22  Bruno Haible  <bruno@clisp.org>
8077
8078                 * javaversion.h: New file, from GNU gettext.
8079                 * javaversion.c: New file, from GNU gettext.
8080                 * javaversion.java: New file, from GNU gettext.
8081                 * javaversion.class: New file, from GNU gettext.
8082
8083         2006-05-17  Bruno Haible  <bruno@clisp.org>
8084
8085                 Cygwin portability.
8086                 * javaexec.c (execute_java_class): Test for jview program
8087                 also on Cygwin.
8088
8089         2006-04-09  Bruno Haible  <bruno@clisp.org>
8090
8091                 * fatal-signal.c: Don't include string.h.
8092                 (at_fatal_signal): Use a copying loop instead of memcpy.
8093
8094         2005-12-04  Bruno Haible  <bruno@clisp.org>
8095
8096                 * csharpexec.c: Add support for 'clix' launcher (untested).
8097                 (execute_csharp_using_sscli): New function.
8098                 (execute_csharp_program): Call it.
8099
8100         2006-06-21  Bruno Haible  <bruno@clisp.org>
8101
8102                 Avoid warnings from recent versions of mcs.
8103                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8104                 -o, -L, -r any more. Use options documented since mcs-1.0
8105                 instead. Similarly for -g.
8106
8107         2005-07-09  Bruno Haible  <bruno@clisp.org>
8108
8109                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8110                 add a .dll suffix.
8111                 Reported by Mark Junker <mjscod@gmx.de>.
8112
8113         2006-06-17  Bruno Haible  <bruno@clisp.org>
8114
8115                 * config.charset: Update for NetBSD 3.0.
8116
8117         2006-05-17  Bruno Haible  <bruno@clisp.org>
8118
8119                 Cygwin portability.
8120                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8121
8122         2006-05-16  Bruno Haible  <bruno@clisp.org>
8123
8124                 * localcharset.c [CYGWIN]: Include <windows.h>.
8125                 (get_charset_aliases): For Cygwin, return the same CPxxx
8126                 aliases list as under WIN32.
8127                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8128                 the environment variables. Fall back to GetACP().
8129
8130         2006-04-05  Bruno Haible  <bruno@clisp.org>
8131
8132                 * config.charset: Update Juan Manuel Guerrero's address.
8133
8134         2005-02-12  Bruno Haible  <bruno@clisp.org>
8135
8136                 * allocsa.h: Add extern "C" for C++.
8137
8138         2005-02-10  Bruno Haible  <bruno@clisp.org>
8139
8140                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8141                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8142
8143         2006-07-22  Bruno Haible  <bruno@clisp.org>
8144
8145                 * gettext.h: Update to GNU gettext-0.15.
8146
8147 2006-07-22  Bruno Haible  <bruno@clisp.org>
8148
8149         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8150         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8151         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8152
8153 2006-07-21  Eric Blake  <ebb9@byu.net>
8154
8155         * modules/stdlib-safer: New file.
8156         * MODULES.html.sh (File stream based Input/Output): Add
8157         stdlib-safer.
8158
8159 2006-07-21  Eric Blake  <ebb9@byu.net>
8160
8161         * lib/stdlib-safer.h: New file from coreutils, required by
8162         stdlib--.h.
8163
8164 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8165
8166         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8167
8168 2006-07-20  Bruno Haible  <bruno@clisp.org>
8169
8170         * gnulib-tool: Recognize new option --assume-autoconf.
8171         (autoconf_minversion): New variable.
8172         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8173
8174 2006-07-20  Bruno Haible  <bruno@clisp.org>
8175
8176         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8177
8178 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8179
8180         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8181         Reindent and repaginate.
8182
8183 2006-07-19  Derek Price  <derek@ximbiot.com>
8184
8185         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8186         Correct grammar.
8187
8188 2006-07-17  Bruno Haible  <bruno@clisp.org>
8189
8190         * modules/list: New file.
8191         * modules/array-list: New file.
8192         * modules/carray-list, modules/carray-list-tests: New files.
8193         * modules/linked-list, modules/linked-list-tests: New files.
8194         * modules/avltree-list, modules/avltree-list-tests: New files.
8195         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8196         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8197         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8198         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8199         * modules/oset: New file.
8200         * modules/array-oset: New file.
8201         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8202         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8203         * tests/test-carray_list.c: New file.
8204         * tests/test-linked_list.c: New file.
8205         * tests/test-avltree_list.c: New file.
8206         * tests/test-rbtree_list.c: New file.
8207         * tests/test-linkedhash_list.c: New file.
8208         * tests/test-avltreehash_list.c: New file.
8209         * tests/test-rbtreehash_list.c: New file.
8210         * tests/test-avltree_oset.c: New file.
8211         * tests/test-rbtree_oset.c: New file.
8212         * MODULES.html.sh (Container data structures): New section.
8213
8214 2006-07-17  Bruno Haible  <bruno@clisp.org>
8215
8216         * m4/gl_list.m4: New file.
8217
8218 2006-07-17  Bruno Haible  <bruno@clisp.org>
8219
8220         * lib/gl_list.h: New file.
8221         * lib/gl_list.c: New file.
8222         * lib/gl_array_list.h: New file.
8223         * lib/gl_array_list.c: New file.
8224         * lib/gl_carray_list.h: New file.
8225         * lib/gl_carray_list.c: New file.
8226         * lib/gl_linked_list.h: New file.
8227         * lib/gl_linked_list.c: New file.
8228         * lib/gl_anylinked_list1.h: New file.
8229         * lib/gl_anylinked_list2.h: New file.
8230         * lib/gl_avltree_list.h: New file.
8231         * lib/gl_avltree_list.c: New file.
8232         * lib/gl_anyavltree_list1.h: New file.
8233         * lib/gl_anyavltree_list2.h: New file.
8234         * lib/gl_rbtree_list.h: New file.
8235         * lib/gl_rbtree_list.c: New file.
8236         * lib/gl_anyrbtree_list1.h: New file.
8237         * lib/gl_anyrbtree_list2.h: New file.
8238         * lib/gl_anytree_list1.h: New file.
8239         * lib/gl_anytree_list2.h: New file.
8240         * lib/gl_linkedhash_list.h: New file.
8241         * lib/gl_linkedhash_list.c: New file.
8242         * lib/gl_anyhash_list1.h: New file.
8243         * lib/gl_anyhash_list2.h: New file.
8244         * lib/gl_avltreehash_list.h: New file.
8245         * lib/gl_avltreehash_list.c: New file.
8246         * lib/gl_rbtreehash_list.h: New file.
8247         * lib/gl_rbtreehash_list.c: New file.
8248         * lib/gl_anytreehash_list1.h: New file.
8249         * lib/gl_anytreehash_list2.h: New file.
8250
8251         * lib/gl_oset.h: New file.
8252         * lib/gl_oset.c: New file.
8253         * lib/gl_array_oset.h: New file.
8254         * lib/gl_array_oset.c: New file.
8255         * lib/gl_avltree_oset.h: New file.
8256         * lib/gl_avltree_oset.c: New file.
8257         * lib/gl_rbtree_oset.h: New file.
8258         * lib/gl_rbtree_oset.c: New file.
8259         * lib/gl_anytree_oset.h: New file.
8260
8261 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8262
8263         * m4/mkancesdirs.m4: New file.
8264         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8265         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8266         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8267         it.
8268
8269 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8270
8271         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8272         * lib/mkancesdirs.h: New files.
8273         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8274         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8275         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8276         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8277         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8278         callers changed.  Revamp internals significantly, by not
8279         attempting to create directories that are temporarily more
8280         permissive than the final results.  Do not attempt to use
8281         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8282         This removes some race conditions, fixes some bugs, and simplifies
8283         things.  Use new dirchownmod function to do owner and mode changes.
8284         * lib/mkdir-p.h: Likewise.
8285         * lib/modechange.c (octal_to_mode): New function.
8286         (struct mode_change): New member mentioned.
8287         (make_node_op_equals): New arg mentioned.  All callers changed.
8288         (mode_compile): Keep track of which mode bits the user has explicitly
8289         mentioned.
8290         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8291         New arg PMODE_BITS, to keep track of which mode bits the user
8292         mentioned; it treats S_ISUID and S_ISGID speciall.
8293         All callers changed.
8294         * lib/modechange.h: Likewise.
8295
8296 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8297
8298         * MODULES.html.sh: Add mkancestors.
8299         * modules/mkancesdirs: New module.
8300         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8301         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8302         The chdir-safer and afs files are now orphans; I'll remove them
8303         unless someone speaks up.
8304         Add lib/dirchownmod.c, lib/dirchownmod.h.
8305         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8306         Add lchown, mkancesdirs.
8307         (Maintainer): Add self.
8308
8309 2006-07-15  Karl Berry  <karl@gnu.org>
8310
8311         * gnulib-tool: help message wording/arrangement.
8312
8313 2006-07-14  Simon Josefsson  <jas@extundo.com>
8314
8315         * doc/gnulib.texi (Libtool and Windows): New section.
8316
8317 2006-07-12  Simon Josefsson  <jas@extundo.com>
8318
8319         * modules/gendocs (License): Fix license, approved by Karl.
8320
8321 2006-07-12  Eric Blake  <ebb9@byu.net>
8322
8323         * MODULES.html.sh: Add gendocs.
8324
8325 2006-07-11  Eric Blake  <ebb9@byu.net>
8326
8327         * modules/fdl: New module, to install doc/fdl.texi.
8328         * MODULES.html.sh: Add new section for documentation modules.
8329         * gnulib-tool: Avoid space-tab.
8330         (--doc-base): New option, to manage files from doc.
8331
8332 2006-07-11  Eric Blake  <ebb9@byu.net>
8333
8334         * m4/absolute-header.m4: Fix comments to match recent change.
8335
8336 2006-07-11  Eric Blake  <ebb9@byu.net>
8337
8338         * gnulib-tool: List --doc-base before --tests-base.
8339
8340 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8341
8342         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8343
8344 2006-07-11  Bruno Haible  <bruno@clisp.org>
8345
8346         * README: Mention where to put documentation.
8347
8348 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8349
8350         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8351
8352 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8353
8354         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8355         to stdint.m4.
8356
8357 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8358
8359         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8360         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8361         "no/such/file/stdint.h" when there is no such file, so that
8362         the resulting C code can be parsed by dodgy compilers.
8363         Problems reported by Bob Proulx.
8364
8365 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8366
8367         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8368         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8369         macros into the GNU _D_EXACT_NAMLEN.
8370         * lib/savedir.c:  Likewise.
8371         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8372
8373 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8374         and Paul Eggert  <eggert@cs.ucla.edu>
8375
8376         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8377         * m4/savedir.m4:
8378         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8379         macros into the GNU _D_EXACT_NAMLEN.
8380
8381 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8382
8383         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8384         around the absolute name, to work around a problem with the HP-UX
8385         11.23 native C compiler, reported by Bob Proulx.
8386
8387 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8388
8389         * doc/maintain.texi, make-stds.texi: Sync from
8390         <http://savannah.gnu.org/projects/gnustandards>.
8391
8392 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8393
8394         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8395
8396 2006-07-09  Jim Meyering  <jim@meyering.net>
8397
8398         * m4/glob.m4: Remove a doubled word in a comment.
8399
8400 2006-07-09  Jim Meyering  <jim@meyering.net>
8401
8402         * lib/argp-pv.c: Remove a doubled word in a comment.
8403         * lib/check-version.c (check_version): Likewise.
8404         * lib/javacomp.c (compile_java_class): Likewise.
8405
8406 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8407
8408         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8409         for the benefit of people using Autoconf 2.60.  If you want to
8410         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8411         (or m4/onceonly.m4, if pre-2.57) manually.
8412
8413 2006-07-08  Jim Meyering  <jim@meyering.net>
8414
8415         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8416         comment.
8417         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8418         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8419         comment.
8420
8421 2006-07-08  Jim Meyering  <jim@meyering.net>
8422
8423         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8424
8425 2006-07-07  Simon Josefsson  <jas@extundo.com>
8426
8427         * tests/test-crc.c: Change expected crc value, the test vector
8428         were probably computed using the old broken crc.c?
8429
8430 2006-07-06  Simon Josefsson  <jas@extundo.com>
8431
8432         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8433         now the canonical place for the M4 file).
8434
8435         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8436         from the sys_socket dependency now.
8437
8438         * modules/inet_pton (Files): Ditto.
8439
8440         * modules/inet_ntop (Files): Ditto.
8441
8442 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8443
8444         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8445         not gl_PREREQ_GETUSERSHELL.
8446
8447 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8448
8449         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8450         with only one argument, for Autoconf 2.60.
8451         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8452         expand to nothing, so add a shell command to avoid syntax error.
8453         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8454
8455 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8456
8457         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8458
8459 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8460
8461         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8462         no longer needed.  Check for isblank decl.
8463         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8464         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8465         of existence.
8466
8467 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8468
8469         * lib/getloadavg.c: Use __VMS, not VMS.
8470         * lib/getopt.c: Likewise.
8471         * lib/getpagesize.h: Likewise.
8472         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8473         and probably does not work.
8474
8475 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         * lib/.cppi-disable: Add wcwidth.
8478         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8479         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8480         (ISGRAPH): Remove.  All uses changed to isgraph.
8481         (FOLD) [!defined _LIBC]: Remove special case.
8482         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8483         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8484         HAVE_ISBLANK.
8485         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8486         case.
8487
8488 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8489
8490         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8491         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8492         brackets.  Other minor changes to suppress some compiler
8493         warnings.
8494
8495 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8496         and Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8499         of invoking obsolescent AC_HEADER_DIRENT macro.
8500         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8501         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8502         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8503         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8504         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8505         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8506         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8507         * m4/readdir.m4: Remove; no longer needed.
8508
8509 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8510         and Paul Eggert  <eggert@cs.ucla.edu>
8511
8512         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8513         Don't worry about this obsolete case any more.
8514         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8515         directories.
8516         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8517         worry about this obsolete case any more.
8518         * lib/fts.c: Likewise.
8519         * lib/getcwd.c: Likewise.
8520         * lib/glob.h: Likewise.
8521         * lib/savedir.c: Likewise.
8522
8523 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8524
8525         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8526         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8527         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8528         needed.
8529         All uses removed.
8530         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8531         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8532         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8533         needed.
8534         * m4/getdate.m4 (gl_GETDATE): Likewise.
8535         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8536         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8537         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8538         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8539         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8540         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8541         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8542         needed.
8543
8544 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8545
8546         * lib/memcasecmp.c: Include <limits.h>.
8547         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8548         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8549         Don't assume isdigit succeeds only on '0' through '9'.
8550
8551 2006-07-05  Eric Blake  <ebb9@byu.net>
8552
8553         * modules/getaddrinfo (Depends-on): Add snprintf.
8554
8555 2006-07-05  Eric Blake  <ebb9@byu.net>
8556
8557         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8558         to avoid 'header present but could not be compiled' on cygwin.
8559
8560 2006-07-05  Eric Blake  <ebb9@byu.net>
8561
8562         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8563         missing from netdb.h.
8564         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8565
8566 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8567
8568         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8569         no longer needed.
8570         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8571         * m4/getdate.m4 (gl_GETDATE): Likewise.
8572         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8573         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8574         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8575         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8576         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8577
8578 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8579
8580         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8581         All uses of is_space replaced by isspace.
8582         * lib/exit.h: Don't talk about STDC_HEADERS.
8583         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8584         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8585         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8586         replaced by isprint etc.
8587         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8588         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8589         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8590         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8591         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8592         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8593
8594 2006-07-05  Bruno Haible  <bruno@clisp.org>
8595
8596         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8597         the function exists, before testing against AIX.
8598         Reported by Martin Lambers <marlam@marlam.de>.
8599
8600 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8601
8602         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8603         From Mark D. Baushke.
8604
8605 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8606
8607         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8608         to the absolute name, not just one, to bypass Sun C 5.8's
8609         "warning: #include of /usr/include/... may be non-portable".
8610
8611 2006-07-04  Eric Blake  <ebb9@byu.net>
8612
8613         * modules/dirname-tests: New test module.
8614         * tests/test-dirname.c: New file, replacing dirname.c
8615         TEST_DIRNAME section that was recently deleted.
8616
8617 2006-07-04  Bruno Haible  <bruno@clisp.org>
8618
8619         Assume ANSI C header files and <ctype.h> functions.
8620         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8621         (mbsnwidth): Use isprint, iscntrl instead.
8622
8623 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8624
8625         Merge from coreutils.
8626         * MODULES.html.sh: Add xstrtold.
8627         * modules/xstrtold: New file.
8628         * modules/cycle-check (Files): Add lib/same-inode.h.
8629         * modules/dirname (Files): Add m4/double-slash-root.m4.
8630         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8631         * modules/mkdir-p (Files): Add lib/same-inode.h.
8632         * modules/same (Files): Add lib/same-inode.h.
8633
8634 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8635
8636         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8637         This is to keep the terminology clean; POSIX talks about
8638         "absolute pathnames", not "full pathnames", but the GNU
8639         Coding Standards say to use "path" for something else;
8640         so use "absolute" to keep both sides happy.
8641         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8642         Set gl_absolute_header, not gl_full_header_path.
8643         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8644         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8645         All uses changed.
8646
8647         Merge from coreutils.
8648
8649         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8650
8651         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8652         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8653         want to require the building of c-strtod.o.
8654         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8655         needs -lm directly.
8656         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8657
8658         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8659
8660         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8661         --as-needed option if available.  Problem reported by Albert Chin in
8662         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8663         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8664         cc merely issues a bunch of annoying warnings for --as-needed
8665         (this problem was reported by Bob Proulx).  Also, try linking with
8666         -lm to detect a bug in binutils 2.16 (this problem was reported
8667         by Ralf Wildenhues).
8668
8669         2006-06-18  Jim Meyering  <jim@meyering.net>
8670
8671         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8672         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8673         macro.
8674         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8675         also check for glibc-2.4's abort-inducing bug.
8676
8677         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8678         Low-probability clean-up should be to use rmdir to get rid of
8679         the just-created directory, not unlink.
8680
8681         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8682         configure fail, and request a bug report to inform us about it.
8683         Add a comment that, barring reports to the contrary, in 2007 we'll
8684         assume ftruncate is universally available.
8685
8686         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8687
8688         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8689
8690         2006-03-12  Jim Meyering  <jim@meyering.net>
8691
8692         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8693         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8694         * m4/same.m4 (gl_SAME): Likewise.
8695         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8696
8697         2006-03-11  Eric Blake  <ebb9@byu.net>
8698
8699         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8700         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8701         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8702         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8703
8704 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8705
8706         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8707         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8708         reported by Mark D. Baushke, one in
8709         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8710
8711         Merge from coreutils.
8712
8713         * lib/.cppi-disable: Add stdint_.h.
8714         * lib/.cvsignore: Add stdint.h.
8715
8716         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8717
8718         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8719         both double and long double versions.
8720         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8721         * lib/xstrtold.c: New file.
8722         * lib/xstrtod.h (xstrtold): New decl.
8723
8724         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8725
8726         * lib/filemode.c (setst): Remove.
8727         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8728         (arguably) clearer, and the generated code is a bit smaller on my
8729         Debian GNU/Linux stable x86 host.
8730
8731         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8732
8733         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8734         Assume that filemode.h includes sys/types.h and sys/stat.h.
8735         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8736         (ftypelet): Reorder to put common cases first, for efficiency.
8737         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8738         to do 'M'.
8739         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8740         of 10, for compatibility with FreeBSD.  All callers changed.
8741         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8742         types that can't be deduced solely from st_mode.  First arg is now a
8743         const pointer.
8744         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8745         (strmode): Renamed from mode_string.
8746         (filemodestring): New decl.
8747         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8748         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8749         needed.
8750         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8751
8752         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8753
8754         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8755         fsusage.h now does that.  Include fsusage.h first, to test interface.
8756         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8757         at most one method (the old code could have generated decls that
8758         didn't conform to C89, not that this was ever exercised).
8759         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8760
8761         2006-03-19  Jim Meyering  <jim@meyering.net>
8762
8763         Work even in a chroot where d_ino values for entries in "/"
8764         don't match the stat.st_ino values for the same names.
8765         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8766         number, iterate through all entries again, using lstat instead.
8767         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8768         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8769
8770         * lib/getcwd.c (__getcwd): Clarify a comment.
8771         Use memcpy in place of a call to strcpy.
8772
8773         2006-03-12  Jim Meyering  <jim@meyering.net>
8774
8775         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8776         matches that of the current directory (which we're about to chdir ".."
8777         out of), then save the dev-ino of the parent, instead.
8778
8779         * lib/same-inode.h (SAME_INODE): New file/macro.
8780         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8781         Include "same-inode.h", instead.
8782         * lib/same.c: Likewise.
8783         * lib/cycle-check.h: Include "same-inode.h".
8784         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8785         * lib/cycle-check.c (SAME_INODE): Remove definition.
8786         * lib/root-dev-ino.h: Include "same-inode.h".
8787
8788         2006-03-11  Eric Blake  <ebb9@byu.net>
8789
8790         * lib/same.c (same_name): s/base_name/last_component/
8791         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8792         * lib/filenamecat.c (file_name_concat): Likewise.
8793
8794         2006-03-11  Eric Blake  <ebb9@byu.net>,
8795                     Paul Eggert  <eggert@cs.ucla.edu>
8796
8797         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8798         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8799         drive prefix.
8800         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8801         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8802         (last_component): New method.
8803         * lib/dirname.c (dir_len): Determine when drive letters need a
8804         subsequent slash.  Preserve // when it is special.
8805         (dir_name): Don't append dot when drive letter is absolute.
8806         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8807         * lib/basename.c (base_name): New semantics - malloc the result.
8808         Preserve // when it is special.  Preserve relative files that look
8809         like drive letters.
8810         (base_len): Preserve // when it is special.
8811         (last_component): New method, similar to old base_name semantics.
8812         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8813         base_name.  Strip redundant slashes from ///.
8814
8815 2006-07-03  Jim Meyering  <jim@meyering.net>
8816
8817         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8818         macro is used before the first cycle_check call.
8819
8820 2006-07-03  Eric Blake  <ebb9@byu.net>
8821
8822         * modules/dirname (Depends-on): Add xstrndup.
8823
8824 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8825
8826         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8827         test cases, so that config.log is a bit easier to follow.
8828
8829 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8830
8831         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8832         both are 64 bits, since this seems to be the tradition, and this
8833         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8834         we ever run into a host that prefers long long to long in this
8835         case, we'll need another configure-time test.  Problem reported by
8836         Jim Meyering.
8837
8838 2006-07-02  Eric Blake  <ebb9@byu.net>
8839
8840         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8841
8842 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8843
8844         * modules/inttypes (Depends-on): No longer depends on stdint.
8845         * modules/stdint (Description): Say more about assumptions.
8846         Say that the fast types might differ.  Say macros are used.
8847         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8848         (Makefile.am): Revise list of substituted symbols to match
8849         new stdint.m4.
8850         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8851         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8852         * tests/test-stdint.c (verify_same_types)
8853         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8854         the code conforms to C99/C89.
8855         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8856         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8857
8858 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8859
8860         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8861         but fix a bug, by requiring at least 64 bits.
8862         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8863         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8864         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8865         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8866
8867         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8868         changes.  Make 2.59 a prerequisite.  Check and substitute for
8869         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8870         inttypes.h.  Do not use special include files; just use the
8871         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8872         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8873         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8874         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8875         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8876         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8877         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8878         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8879         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8880         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8881         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8882         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8883         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8884         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8885         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8886         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8887         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8888         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8889         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8890         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8891         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8892         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8893         not check for things that C99 does not require, e.g., int8_t.  If
8894         a test isn't needed unless <stdint.h> isn't working, and is
8895         unlikely to be needed for any other reason, then don't do it
8896         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8897         size_t, since we assume C89 freestanding at least.  Do not check
8898         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8899         the right thing even if the types are not defined.  Instead use:
8900         (gl_STDINT_TYPE_PROPERTIES): New macro.
8901         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8902         testing whether <sys/types.h> clashes, as Autoconf does this for
8903         us now.  All uses removed.
8904         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8905         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8906         (gl_CHECK_TYPE_SAME):
8907         Remove; no longer needed.
8908         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8909         exists, since we'll return 0 anyway in that case.
8910         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8911
8912 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8913
8914         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8915         possible collision with system files.
8916         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8917         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8918         WCHAR_MIN and WCHAR_MAX in this case.
8919         (<stddef.h>): Do not include; no longer needed.
8920         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8921         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8922         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8923         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8924         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8925         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8926         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8927         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8928         !defined(__c99))]: Include in this case too, since it's harmless
8929         now.
8930         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8931         dangerous to do so.
8932         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8933         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8934         (_STDINT_MIN, _STDINT_MAX): New macros.
8935         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8936         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8937         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8938         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8939         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8940         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8941         macros, not typedefs; this simplifies things quite a bit.
8942         Use long int for all types narrower than int64_t.
8943         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8944         Define in terms of long long int or int64_t or long int,
8945         not int64_t or int32_t.  This saves some compile-time testing.
8946         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8947         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8948         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8949         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8950         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8951         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8952         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8953         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8954         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8955         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8956         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8957         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8958         undef any previous version and define our own version, for
8959         simplicity and consistency with the new macros for types.
8960         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8961         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8962         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8963         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8964         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8965         @WINT_T_SUFFIX@ to keep things simple here.
8966         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8967         Simplify by assuming typical 8/16/32/64 host, since we're
8968         already doing that elsewhere anyway.
8969         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8970         and assume long long int is 64 bits if available.  This
8971         speeds up 'configure'.
8972
8973 2006-07-01  Eric Blake  <ebb9@byu.net>
8974
8975         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8976         Reported by Andreas Buening.
8977
8978 2006-07-01  Eric Blake  <ebb9@byu.net>
8979
8980         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8981
8982 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8983
8984         * lib/getaddrinfo.c: fixed typo
8985
8986 2006-06-29  Jim Meyering  <jim@meyering.net>
8987
8988         * modules/strftime (Maintainer): Add my name, since with the
8989         FPRINTFTIME changes strftime.c has forked from glibc.
8990
8991 2006-06-29  Eric Blake  <ebb9@byu.net>
8992
8993         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8994
8995 2006-06-29  Eric Blake  <ebb9@byu.net>
8996
8997         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8998
8999 2006-06-29  Eric Blake  <ebb9@byu.net>
9000
9001         * lib/stat_.h: New file.
9002
9003 2006-06-29  Eric Blake  <ebb9@byu.net>
9004
9005         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9006         unused static function.
9007
9008 2006-06-29  Eric Blake  <ebb9@byu.net>
9009
9010         * doc/functions.texi (Function Portability): Document missing lstat
9011         on mingw.
9012
9013 2006-06-29  Eric Blake  <ebb9@byu.net>
9014
9015         * MODULES.html.sh: Add sys_stat.
9016         * modules/sys_stat: New module.
9017         * modules/mkstemp (Depends-on): Add sys_stat.
9018
9019 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9020
9021         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9022
9023 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9024
9025         * m4/c-bs-a.m4: Removed.
9026
9027 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9028
9029         * lib/strftime.c: Assume strftime() exists.
9030
9031 2006-06-29  Derek Price  <derek@ximbiot.com>
9032
9033         * modules/c-bs-a: Removed - \a is C89.
9034         * MODULES.html.sh: Remove c-bs-a.
9035
9036 2006-06-29  Bruno Haible  <bruno@clisp.org>
9037
9038         * modules/wcwidth (License): Change to LGPL.
9039
9040 2006-06-28  Simon Josefsson  <jas@extundo.com>
9041
9042         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9043         on _WIN32.
9044
9045         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9046         getnameinfo.
9047
9048 2006-06-28  Simon Josefsson  <jas@extundo.com>
9049
9050         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9051
9052 2006-06-28  Simon Josefsson  <jas@extundo.com>
9053
9054         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9055         functions there.  It will succeed on Windows XP, but on Windows
9056         2000 and (presumably) earlier, it will fail, and use the internal
9057         re-implementation.
9058         (use_win32_p): New function.
9059         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9060         Support AI_NUMERICSERV to disable getservbyname.
9061         (getnameinfo): New function, only supports
9062         NI_NUMERICHOST|NI_NUMERICSERV for now.
9063
9064         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9065         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9066         getnameinfo.
9067
9068 2006-06-28  Eric Blake  <ebb9@byu.net>
9069
9070         * modules/wcwidth: New file.
9071         * modules/mbchar (Depends-on): Add wcwidth.
9072         * modules/mbswidth (Depends-on): Add wcwidth.
9073         * MODULES.html.sh: Add wcwidth.
9074
9075 2006-06-28  Eric Blake  <ebb9@byu.net>
9076
9077         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9078         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9079
9080 2006-06-28  Eric Blake  <ebb9@byu.net>
9081
9082         * lib/xvasprintf.h: Fix comments.
9083
9084 2006-06-28  Eric Blake  <ebb9@byu.net>
9085
9086         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9087         * lib/mbswidth.c (wcwidth): Move from here...
9088         * lib/wcwidth.h: ...to this new file.
9089
9090 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9091
9092         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9093
9094         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9095         it's obsolete.
9096         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9097
9098 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9099
9100         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9101         Autoconf 2.60 says this stuff was obsolete.
9102
9103 2006-06-28  Bruno Haible  <bruno@clisp.org>
9104
9105         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9106
9107 2006-06-28  Bruno Haible  <bruno@clisp.org>
9108
9109         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9110         gt_TYPE_WCHAR_T.
9111
9112 2006-06-28  Bruno Haible  <bruno@clisp.org>
9113
9114         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9115         declaration for wcwidth.
9116         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9117
9118 2006-06-28  Bruno Haible  <bruno@clisp.org>
9119
9120         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9121         (mkdir): Define using _mkdir.
9122
9123 2006-06-28  Bruno Haible  <bruno@clisp.org>
9124
9125         * lib/getaddrinfo.h: Fix POSIX URL.
9126         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9127         _WIN32.
9128         (use_win32_p): Make static.
9129         (getaddrinfo): Reject service name if it is empty or does not consist
9130         solely of decimal digits, or if its value is > 65535.
9131         (getnameinfo): Remove useless casts.
9132
9133 2006-06-27  Simon Josefsson  <jas@extundo.com>
9134
9135         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9136         Eggert and Martin Lambers.
9137
9138 2006-06-27  Simon Josefsson  <jas@extundo.com>
9139
9140         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9141         Eggert and Martin Lambers.
9142
9143 2006-06-27  Bruno Haible  <bruno@clisp.org>
9144
9145         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9146         result to 0, not to empty.
9147         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9148
9149 2006-06-27  Bruno Haible  <bruno@clisp.org>
9150
9151         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9152
9153 2006-06-26  Simon Josefsson  <jas@extundo.com>
9154
9155         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9156         present.
9157
9158 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9159
9160         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9161         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9162         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9163
9164 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9165
9166         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9167
9168 2006-06-26  Bruno Haible  <bruno@clisp.org>
9169
9170         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9171
9172 2006-06-26  Bruno Haible  <bruno@clisp.org>
9173
9174         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9175
9176 2006-06-26  Bruno Haible  <bruno@clisp.org>
9177
9178         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9179         SGI C compiler in pre-C99 mode.
9180         Suggested by Mark D. Baushke and Larry Jones.
9181
9182 2006-06-26  Bruno Haible  <bruno@clisp.org>
9183
9184         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9185         WCHAR_MAX.
9186         Reported by Mark D. Baushke and Larry Jones.
9187
9188 2006-06-26  Bruno Haible  <bruno@clisp.org>
9189
9190         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9191         in pre-C99 mode.
9192         Suggested by Mark D. Baushke and Larry Jones.
9193
9194 2006-06-23  Simon Josefsson  <jas@extundo.com>
9195             Bruno Haible  <bruno@clisp.org>
9196
9197         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9198         Emit mostlyclean-local rule.
9199         (func_emit_tests_Makefile_am): Likewise.
9200         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9201
9202 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9203
9204         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9205
9206 2006-06-23  Bruno Haible  <bruno@clisp.org>
9207
9208         * tests/test-stdint.c: Update to match ISO C 99 Technical
9209         Corrigendum 1.
9210
9211 2006-06-23  Bruno Haible  <bruno@clisp.org>
9212
9213         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9214
9215 2006-06-23  Bruno Haible  <bruno@clisp.org>
9216
9217         * lib/stdint_.h: Treat IRIX like OpenBSD.
9218
9219 2006-06-23  Bruno Haible  <bruno@clisp.org>
9220
9221         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9222         ISO C 99 Technical Corrigendum 1.
9223
9224 2006-06-22  Simon Josefsson  <jas@extundo.com>
9225
9226         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9227         MinGW.
9228
9229 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9230
9231         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9232         needed.  Some compiler complained about some of them.  Problem reported
9233         by Larry Jones in
9234         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9235
9236 2006-06-21  Simon Josefsson  <jas@extundo.com>
9237
9238         * tests/test-getaddrinfo.c: New file.
9239
9240         * modules/getaddrinfo-tests: New file.
9241
9242         * MODULES.html.sh: Add inet_pton.
9243
9244         * modules/inet_pton: New file.
9245
9246 2006-06-21  Simon Josefsson  <jas@extundo.com>
9247
9248         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9249         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9250         of using the (limited) gnulib implementation on Windows XP.
9251
9252         * m4/inet_pton.m4: New file.
9253
9254 2006-06-21  Simon Josefsson  <jas@extundo.com>
9255
9256         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9257         variable.
9258
9259         * lib/socket_.h: Don't define WINVER.
9260
9261         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9262         slightly modified to work in gnulib.
9263
9264 2006-06-21  Simon Josefsson  <jas@extundo.com>
9265
9266         * doc/gnulib.texi (Windows sockets): Add.
9267
9268 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9269
9270         * lib/read-file.c (fread_file): Start with buffer allocation of
9271         0 bytes rather than 1 byte; this simplifies the code.
9272         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9273         code to free buffer and save/restore errno.
9274         (internal_read_file): Remove unused local.
9275
9276 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9277
9278         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9279         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9280         Problem reported by Denis Excoffier in
9281         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9282
9283 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9284
9285         * modules/sys_socket, modules/socklen: Include sys/types since
9286         FreeBSD 4.x's sys/socket.h needs it.
9287
9288 2006-06-19  Simon Josefsson  <jas@extundo.com>
9289
9290         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9291
9292 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9293
9294         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9295
9296 2006-06-19  Bruno Haible  <bruno@clisp.org>
9297
9298         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9299         and FULL_PATH_INTTYPES_H in angle brackets.
9300         Reported by Mark D. Baushke <mdb@gnu.org>.
9301
9302 2006-06-17  Eric Blake  <ebb9@byu.net>
9303
9304         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9305         errno.
9306
9307 2006-06-17  Bruno Haible  <bruno@clisp.org>
9308
9309         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9310         <sys/inttypes.h>.
9311
9312 2006-06-17  Bruno Haible  <bruno@clisp.org>
9313
9314         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9315         whether errno is declared. Assume <errno.h> declares errno.
9316
9317 2006-06-17  Bruno Haible  <bruno@clisp.org>
9318
9319         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9320
9321 2006-06-17  Bruno Haible  <bruno@clisp.org>
9322
9323         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9324         problem on Solaris 2.5.1.
9325
9326 2006-06-16  Eric Blake  <ebb9@byu.net>
9327
9328         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9329         * lib/unicodeio.c [!defined errno]: Likewise.
9330         * lib/strtol.c [!defined errno]: Likewise.
9331         * lib/strtod.c [!defined errno]: Likewise.
9332
9333 2006-06-15  Eric Blake  <ebb9@byu.net>
9334
9335         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9336
9337 2006-06-15  Eric Blake  <ebb9@byu.net>
9338
9339         * config/srclist.txt (ssize_t.m4): Lose sync.
9340
9341 2006-06-15  Bruno Haible  <bruno@clisp.org>
9342
9343         * modules/stdint (Files): Include m4/full-header-path.m4,
9344         m4/size_max.m4, m4/wchar_t.m4.
9345         (Makefile.am): Many more substitutions.
9346         * modules/stdint-tests: New file.
9347         * tests/test-stdint.c: New file.
9348
9349 2006-06-15  Bruno Haible  <bruno@clisp.org>
9350
9351         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9352         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9353         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9354         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9355         gl_CHECK_TYPE_SAME): New macros.
9356
9357 2006-06-15  Bruno Haible  <bruno@clisp.org>
9358
9359         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9360
9361 2006-06-15  Bruno Haible  <bruno@clisp.org>
9362
9363         * lib/stdint_.h: Rewritten to be fully auto-configured.
9364         Fixes bug on HP-UX/IA64.
9365
9366 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9367
9368         * lib/getdate.y (__attribute__): Don't define if already defined.
9369         Problem reported by Larry Jones.
9370         * lib/utimens.c (__attribute__): Likewise.
9371
9372 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9373
9374         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9375         reported by Andreas Schwab.
9376
9377 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9378             Bruno Haible  <bruno@clisp.org>
9379
9380         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9381         check for the declaration of strnlen and a run test that exposes the
9382         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9383         rpl_strndup.
9384
9385 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9386             Bruno Haible  <bruno@clisp.org>
9387
9388         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9389
9390 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9391
9392         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9393         compile test, for Tru64 4.0D.
9394
9395 2006-05-28  Karl Berry  <karl@gnu.org>
9396
9397         * config/srclist.txt (printf-args.c): lose sync.
9398
9399 2006-05-26  Martin Lambers  <marlam@marlam.de>
9400
9401         * lib/getpass.c: Updates the test for the native W32 API, and adds
9402         missing includes, thus fixing compilation warnings.
9403
9404 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9405
9406         * lib/exclude.c (exclude_fnmatch): New function.
9407         (excluded_file_name): Call exclude_fnmatch.
9408         * lib/exclude.h (excluded_file_name): New prototype
9409
9410 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9411
9412         * lib/tempname.c (small_open, large_open): New macros.
9413         (__open, __open64) [!_LIBC]: Remove.
9414         (__gen_tempname): Use small_open and large_open instead of __open
9415         and __open64.  This fixes a portability bug on HP-UX 11.11i
9416         reported by Simon Wing-Tang in
9417         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9418
9419 2006-05-24  Bruno Haible  <bruno@clisp.org>
9420
9421         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9422         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9423         Reported by Thorsten Maerz <torte@netztorte.de> via
9424         Aaron Stone <aaron@serendipity.cx>.
9425
9426 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9427
9428         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9429         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9430         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9431         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9432         not really conditional on the cache.
9433         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9434
9435 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9436
9437         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9438         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9439         (my_usleep): Don't mishandle maximum value.
9440
9441 2006-05-19  Jim Meyering  <jim@meyering.net>
9442
9443         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9444
9445 2006-05-17  Bruno Haible  <bruno@clisp.org>
9446
9447         Cygwin portability.
9448         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9449
9450 2006-05-17  Bruno Haible  <bruno@clisp.org>
9451
9452         * lib/stdint_.h: Fix recognition of Cygwin.
9453
9454 2006-05-15  Bruno Haible  <bruno@clisp.org>
9455
9456         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9457         on libtool patch by Ralf Wildenhues.
9458
9459 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9460
9461         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9462         test for C99 conformance; (bool) 0.5 is an integer constant
9463         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9464         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9465
9466 2006-05-11  Simon Josefsson  <jas@extundo.com>
9467
9468         * m4/xvasprintf.m4: Fix obvious typo.
9469
9470 2006-05-11  Jim Meyering  <jim@meyering.net>
9471
9472         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9473         James Lemley.
9474
9475 2006-05-10  Simon Josefsson  <jas@extundo.com>
9476
9477         * lib/md4.c: Typo fix, update copyright years.
9478         (K1, K2): Don't use L because it turn computations into 64-bit on
9479         64-bit platforms.
9480
9481 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9482
9483         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9484         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9485         unwanted sign propagation, e.g., on hosts with 64-bit int.
9486         There still are some problems with reeelly weird theoretical hosts
9487         (e.g., 33-bit int) but it's not worth worrying about now.
9488         * lib/sha1.c (rol): Likewise.
9489         (K1, K2, K3, K4): Remove unnecessary L suffix.
9490
9491 2006-05-10  Bruno Haible  <bruno@clisp.org>
9492
9493         * lib/des.c: Cast to avoid warnings.
9494
9495 2006-05-09  Bruno Haible  <bruno@clisp.org>
9496
9497         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9498         (Depends-on): Depend also on xsize, stdarg.
9499         (configure.ac): Add gl_XVASPRINTF.
9500
9501 2006-05-09  Bruno Haible  <bruno@clisp.org>
9502
9503         * m4/xvasprintf.m4: New file.
9504
9505 2006-05-09  Bruno Haible  <bruno@clisp.org>
9506
9507         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9508         (EOVERFLOW): Define fallback value.
9509         (xstrcat): New function.
9510         (xvasprintf): Recognize the special case of a string concatenation.
9511
9512 2006-05-08  Eric Blake  <ebb9@byu.net>
9513
9514         * gnulib-tool (func_version): Base copyright year on CVS date.
9515         (func_emit_copyright_notice): New function.
9516         (func_emit_lib_Makefile_am): Use it.
9517         (func_emit_tests_Makefile_am): Likewise.
9518         (func_import): Likewise.
9519
9520 2006-05-08  Bruno Haible  <bruno@clisp.org>
9521
9522         * modules/stdarg: New file.
9523         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9524
9525 2006-05-08  Bruno Haible  <bruno@clisp.org>
9526
9527         * m4/stdarg.m4: New file, from GNU gettext.
9528
9529 2006-05-08  Bruno Haible  <bruno@clisp.org>
9530
9531         * config/srclist.txt (build-aux/config.rpath): different from latest
9532         release.
9533
9534 2006-05-08  Bruno Haible  <bruno@clisp.org>
9535
9536         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9537
9538 2006-05-05  Jim Meyering  <jim@meyering.net>
9539
9540         * m4/warning.m4: New file, derived from bison's file by the same name.
9541
9542 2006-05-03  Bruno Haible  <bruno@clisp.org>
9543
9544         * lib/stdint_.h: Shorter URL.
9545         * lib/inttypes.h: Likewise.
9546
9547 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9548
9549         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9550
9551 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9552
9553         * lib/verify.h: Document the internals better.  Most of this change
9554         was written by Bruno Haible.
9555
9556 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9557
9558         * doc/verify.texi: New file, partly based on a proposal by
9559         Bruno Haible.
9560
9561 2006-05-02  Bruno Haible  <bruno@clisp.org>
9562
9563         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9564         test from here...
9565         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9566
9567 2006-04-29  Bruno Haible  <bruno@clisp.org>
9568
9569         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9570         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9571
9572 2006-04-29  Bruno Haible  <bruno@clisp.org>
9573
9574         * gnulib-tool: Make --update option actually work.
9575
9576 2006-04-29  Bruno Haible  <bruno@clisp.org>
9577
9578         * doc/gcd.texi: New file.
9579         * doc/gnulib.texi: Include it.
9580
9581 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         * lib/getdate.y (get_date): When adding relative date, start with the
9584         initial time, not with the result of the first mktime call.
9585
9586 2006-04-25  Bruno Haible  <bruno@clisp.org>
9587
9588         * gnulib-tool (func_import): Output the include directives in three
9589         blocks, sorted separately.
9590         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9591
9592 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9593
9594         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9595         to define main with arguments, for C++.  Reported by Eric Blake.
9596         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9597         Prefer 'int main ()' to 'int main (void)', for C++.
9598         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9599         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9600         for 'main', for C99 and C++.
9601
9602 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9603
9604         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9605         Don't assume that exit status -1 is valid.
9606         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9607         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9608         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9609         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9610         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9611         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9612         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9613         functions can be used without declaring them, or that you can
9614         exit with status -1.
9615         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9616
9617 2006-04-24  Karl Berry  <karl@gnu.org>
9618
9619         * config/srclist.txt (longdouble.m4): sync lost.
9620
9621 2006-04-24  Eric Blake  <ebb9@byu.net>
9622
9623         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9624
9625 2006-04-24  Bruno Haible  <bruno@clisp.org>
9626
9627         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9628         poll() implementation in AIX.
9629         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9630
9631 2006-04-24  Bruno Haible  <bruno@clisp.org>
9632
9633         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9634         assigned exactly once.
9635
9636 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9637             Bruno Haible  <bruno@clisp.org>
9638
9639         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9640         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9641         for AM_CPPFLAGS.
9642
9643 2006-04-23  Bruno Haible  <bruno@clisp.org>
9644
9645         * modules/copy-file: Depend on unistd.
9646         * modules/execute: Likewise.
9647         * modules/fatal-signal: Likewise.
9648         * modules/findprog: Likewise.
9649         * modules/mkdtemp : Likewise.
9650         * modules/pipe: Likewise.
9651         * modules/wait-process: Likewise.
9652
9653 2006-04-23  Bruno Haible  <bruno@clisp.org>
9654
9655         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9656         condition was already detected.
9657         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9658
9659 2006-04-23  Bruno Haible  <bruno@clisp.org>
9660
9661         * lib/copy-file.c: Include <unistd.h> unconditionally.
9662         * lib/execute.c: Likewise.
9663         * lib/fatal-signal.c: Likewise.
9664         * lib/findprog.c: Likewise.
9665         * lib/mkdtemp.c: Likewise.
9666         * lib/pipe.h: Likewise.
9667         * lib/pipe.c: Likewise.
9668         * lib/wait-process.h: Likewise.
9669
9670 2006-04-23  Bruno Haible  <bruno@clisp.org>
9671
9672         * gnulib-tool (func_usage): Fix --import description. Document
9673         --update.
9674         (func_import): Create temporary file in a temporary directory, if
9675         --dry-run is specified. Silence errors from 'grep' when there are no
9676         m4 files in $m4dir.
9677         (func_create_testdir): Silence errors from 'grep' when there are no
9678         m4 files in $m4dir.
9679         Reported by Karl Berry <karl@freefriends.org>.
9680
9681 2006-04-20  Bruno Haible  <bruno@clisp.org>
9682
9683         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9684         one argument, so that the code will be portable to Autoconf 2.60.
9685         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9686         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9687         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9688
9689 2006-04-19  Derek Price  <derek@ximbiot.com>
9690             Eric Blake  <ebb9@byu.net>
9691
9692         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9693         rather than "/full/path.h".  Update comment to match.  Shorten &
9694         generalize m4_translit call via AS_TR_CPP.
9695
9696 2006-04-19  Derek Price  <derek@ximbiot.com>
9697             Eric Blake  <ebb9@byu.net>
9698
9699         * lib/inttypes.h: Correct grammar in comment.
9700
9701 2006-04-18  Derek Price  <derek@ximbiot.com>
9702             Paul Eggert  <eggert@cs.ucla.edu>
9703
9704         * modules/inttypes: New file.
9705         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9706
9707 2006-04-18  Derek Price  <derek@ximbiot.com>
9708             Paul Eggert  <eggert@cs.ucla.edu>
9709
9710         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9711         New files.
9712
9713 2006-04-18  Derek Price  <derek@ximbiot.com>
9714             Paul Eggert  <eggert@cs.ucla.edu>
9715
9716         * lib/inttypes.h: New file.
9717         * lib/strtoimax.c: Assume <inttypes.h>.
9718
9719 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9720
9721         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9722         isn't mounted.  Problem reported by Kir Kolyshkin.
9723
9724 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9725
9726         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9727         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9728         Derek R. Price.
9729         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9730         implementation.
9731
9732 2006-04-12  Eric Blake  <ebb9@byu.net>
9733
9734         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9735         is now done automatically by the corresponding Autoconf macro.
9736
9737 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9738
9739         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9740         time_r.h.
9741
9742 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9743
9744         Merge regex changes from libc, removing some of our
9745         POSIX-conformance changes that were rejected and redoing them in a
9746         less-intrusive way.
9747
9748         * lib/regcomp.c (re_compile_internal, init_dfa):
9749         Length arg is now size_t, not Idx.  All uses changed.
9750         (peek_token): Forward decl now says internal_function.
9751         (__re_error_msgid, __re_error_msgid_idx):
9752         Now static rather than extern with attribute_hidden.
9753         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9754         For some reason libc prefers K&R style defns for external functions.
9755         (regerror) [!defined _LIBC]: Likewise.
9756         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9757         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9758         (build_range_exp, build_collating_symbol):
9759         Use K&R-style defn.
9760         (re_compile_fastmap): Use '\0' to memset, not 0.
9761         (utf8_sb_map): Make the calculations more obvious.
9762         (init_dfa, parse_bracket_exp, build_charclass_op):
9763         Call calloc and cast result, as glibc does.
9764         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9765         (build_range_exp, build_collating_symbol):
9766         Now internal functions.
9767
9768         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9769
9770         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9771         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9772         Don't depend on VMS; depend on __VMS instead, for POSIX
9773         namespace cleanness.
9774         (regoff_t): Define to ssize_t, not long int.
9775
9776         Remove the REG_ macros named below.  Instead, make the old names
9777         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9778         __USE_GNU_REGEX.
9779         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9780         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9781         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9782         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9783         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9784         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9785         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9786         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9787         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9788         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9789         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9790         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9791         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9792         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9793         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9794         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9795         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9796         (REG_NREGS):
9797         Remove.  All uses replaced by the old RE_* names.
9798         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9799         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9800         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9801         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9802         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9803         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9804         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9805         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9806         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9807         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9808         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9809         Don't bother having these macros be independent of each others'
9810         values, since they no longer exist in the POSIX name space.
9811
9812         Rename the following member names back to their old names,
9813         unless !__USE_GNU_REGEX.  All uses changed back.
9814         (buffer): Renamed from re_buffer.
9815         (allocated): Renamed from re_allocated.
9816         (used): Renamed from re_used.
9817         (syntax): Renamed from re_syntax.
9818         (fastmap): Renamed from re_fastmap.
9819         (translate): Renamed from re_translate.
9820         (can_be_null): Renamed from re_can_be_null.
9821         (regs_allocated): Renamed from re_regs_allocated.
9822         (fastmap_accurate): Renamed from re_fastmap_accurate.
9823         (no_sub): Renamed from re_no_sub.
9824         (not_bol): Renamed from re_not_bol.
9825         (not_eol): Renamed from re_not_eol.
9826         (newline_anchor): Renamed from re_newline_anchor.
9827         (num_regs): Renamed from rm_num_regs.
9828         (start): Renamed from rm_start.
9829         (end): Renamed from rm_end.
9830
9831         (free_state): Move up a bit.
9832
9833         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9834         #define to be empty.
9835         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9836         when that is what is intended.
9837         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9838         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9839         (MAX): New macro.
9840         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9841         All uses changed back to re_malloc, etc.  It's now the caller's
9842         responsibility to check for overflow; all callers changed.
9843         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9844         (re_x2nrealloc): Remove.
9845         (free_state): Remove decl.
9846
9847         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9848         (re_set_registers, re_exec):
9849         Use K&R-style defn.
9850
9851         2006-01-31  Roland McGrath  <roland@redhat.com>
9852
9853         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9854         Reported by Mike Frysinger <vapier@gentoo.org>.
9855
9856         2006-01-15  Andreas Jaeger  <aj@suse.de>
9857
9858         [BZ #1950]
9859         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9860         build_wcs_upper_buffer change.
9861         (build_wcs_upper_buffer): Change return type.
9862
9863         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9864
9865         * lib/regex_internal.h: Include <stdint.h> if available.
9866
9867         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9868
9869         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9870
9871         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9872
9873         * lib/regcomp.c: Adjust for changed secondary hash function.
9874
9875         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9876
9877         * lib/regex.h: Pretty printing.
9878         Clean up namespace a bit.
9879
9880         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9881
9882         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9883         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9884
9885         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9886                     Ulrich Drepper  <drepper@redhat.com>
9887
9888         [BZ #1302]
9889         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9890         changed.
9891         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9892
9893         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9894
9895         [BZ #281]
9896         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9897         * lib/regcomp.c: Remove unnecessary uses of
9898         unsigned RE_TRANSLATE_TYPE.
9899         * lib/regex_internal.h: Likewise.
9900         * lib/regex_internal.c: Likewise.
9901         * lib/regexec.c: Likewise.
9902         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9903
9904         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9905
9906         * lib/regexec.c (find_recover_state): Remove unnecessary
9907         initialization.
9908         (transit_state_bkref): Make DFA a const pointer.
9909         (get_subexp): Likewise.
9910         (check_arrival): Likewise.
9911         (update_cur_sifted_state): Likewise.
9912         (re_search_internal): Likewise.
9913         (prune_impossible_nodes): Likewise.
9914         (acquire_init_state_context): Likewise.
9915         (proceed_next_node): Likewise.
9916         (set_regs): Likewise.
9917         (free_fail_stack_return): Likewise.
9918         (check_arrival_expand_ecl): Mark DFA parameter as const.
9919         (check_arrival_expand_ecl_sub): Likewise.
9920         (check_subexp_limits): Likewise.
9921         (sub_epsilon_src_nodes):  Likewise.
9922         (add_epsilon_src_nodes):  Likewise.
9923         (merge_state_array): Likewise.
9924         (update_regs): Likewise.
9925         (build_trtable): Likewise.
9926         (sift_states_backward): Mark MCTX parameter as const.
9927         (build_sifted_states): Likewise.
9928         (update_cur_sifted_state): Likewise.
9929         (sift_states_mkref): Likewise.
9930         (check_arrival_expand_ecl): Mark eclosure as const.
9931         (check_dst_limits_calc_pos_1): Likewise.
9932         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9933         pointer.
9934
9935         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9936
9937         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9938         (transit_state_sb): Likewise.
9939         (transit_state_mb): Likewise.
9940         (sift_states_iter_mb): Likewise.
9941         (check_arrival_add_next_nodes): Likewise.
9942         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9943         [_LIBC] (re_search_2_stub): Use mempcpy.
9944
9945         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9946         mbrtowc for very simple UTF-8 case.
9947
9948         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9949         a pointer-to-const.
9950         (re_acquire_state_context): Likewise.
9951         * lib/regex_internal.h: Adjust prototypes.
9952
9953         * lib/regex.c: Prevent using C++ compilers.
9954
9955         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9956         (re_acquire_state_context): Likewise.
9957
9958 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9959
9960         * modules/regex (Depends-on): Add ssize_t.
9961
9962 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9963
9964         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9965         translation table.
9966
9967 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9968
9969         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9970
9971 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9972             Bruno Haible  <bruno@clisp.org>
9973
9974         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9975         <sys/types.h> and <inttypes.h>.
9976
9977 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9978
9979         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9980         `__error_t_defined', so argp.h will not typedef the former.
9981
9982 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9983
9984         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9985         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9986         glibc names.  Even if glibc is changed to conform to POSIX, the
9987         traditional names will be available anyway, since regex depends on
9988         the extensions module.  Also, fix a longstanding typo in the
9989         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9990         reported by Emanuele Giaquinta.  Also, change sense of cached
9991         variable, so that the message makes sense.
9992
9993 2006-03-24  Simon Josefsson  <jas@extundo.com>
9994
9995         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9996         including some doc fixes.
9997         (base64_encode_alloc): Fix +1 bug on allocation failures.
9998
9999 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10000
10001         * lib/base64.c (base64_encode): Do not read past end of array with
10002         unsanitized input on systems with CHAR_BIT > 8.
10003
10004 2006-03-24  Eric Blake  <ebb9@byu.net>
10005
10006         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10007
10008 2006-03-22  Karl Berry  <karl@gnu.org>
10009
10010         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10011         * config/srclistvars.sh (COREUTILS): new var.
10012
10013 2006-03-17  Jim Meyering  <jim@meyering.net>
10014
10015         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10016         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10017
10018 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10019
10020         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10021         no longer needs it.  Instead, check that regoff_t is as least
10022         as wide as ptrdiff_t.
10023
10024         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10025         so that our regex.h stays compatible with the installed regex.
10026         This is helpful for installers who configure --without-included-regex.
10027         Problem reported by Emanuele Giaquinta.
10028
10029 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10030
10031         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10032         Typedef to long int, not to off_, as POSIX will likely change
10033         in that direction.
10034
10035 2006-03-15  Eric Blake  <ebb9@byu.net>
10036
10037         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10038
10039 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10040
10041         * lib/argp-help.c (validate_uparams): Fix typo
10042         * lib/argp-parse.c (argp_default_options): Consistently begin help
10043         messages with a lowercase letter.
10044
10045 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10046
10047         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10048         overrun buffers and shouldn't be used (much as gets shouldn't be
10049         used).
10050         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10051
10052 2006-03-08  Simon Josefsson  <jas@extundo.com>
10053
10054         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10055         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10056
10057 2006-03-08  Simon Josefsson  <jas@extundo.com>
10058
10059         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10060         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10061
10062 2006-03-08  Simon Josefsson  <jas@extundo.com>
10063
10064         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10065         signal that configure disabled the device.
10066
10067 2006-03-08  Simon Josefsson  <jas@extundo.com>
10068
10069         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10070         languages.
10071
10072 2006-03-07  Simon Josefsson  <jas@extundo.com>
10073
10074         * modules/getopt (Depends-on): Add unistd.
10075
10076         * modules/unistd: New file.
10077
10078 2006-03-07  Simon Josefsson  <jas@extundo.com>
10079
10080         * modules/gc-random: New file.
10081
10082 2006-03-07  Simon Josefsson  <jas@extundo.com>
10083
10084         * m4/unistd_h.m4: New file.
10085
10086 2006-03-07  Simon Josefsson  <jas@extundo.com>
10087
10088         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10089         test to be side-effect free by storing the result in the cache
10090         variable gl_cv_lib_readline, and moving the assignment of
10091         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10092         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10093
10094 2006-03-07  Simon Josefsson  <jas@extundo.com>
10095
10096         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10097         error on missing devices (the functions will return an error).
10098
10099         * m4/gc.m4: Move random stuff to gc-random.m4
10100
10101 2006-03-07  Simon Josefsson  <jas@extundo.com>
10102
10103         * lib/unistd_.h: New file.
10104
10105 2006-03-07  Simon Josefsson  <jas@extundo.com>
10106
10107         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10108
10109 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10112         Problem reported by Juan Manuel Guerrero.
10113
10114 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10115
10116         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10117         the unistd module.
10118         * lib/getlogin_r.c: Likewise.
10119         * lib/getlogin_r.h: Likewise.
10120         * lib/glob.c: Likewise.
10121         * lib/pagealign_alloc.c: Likewise.
10122         * lib/unistd_.h: Remove; no longer needed.
10123
10124 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10125
10126         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10127         Add unistd.
10128         * modules/c-stack (Depends-on): Add unistd.
10129         * modules/getlogin_r: Likewise.
10130         * modules/glob: Likewise.
10131         * modules/pagealign_alloc: Likewise.
10132         * modules/unistd (Files): Remove lib/unistd_.h.
10133         (EXTRA_DIST): Remove.
10134         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10135         need unistd_.h.
10136         (MOSTLYCLEANFILES): Remove unistd.h-t.
10137
10138 2006-03-03  Simon Josefsson  <jas@extundo.com>
10139
10140         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10141
10142 2006-03-03  Simon Josefsson  <jas@extundo.com>
10143
10144         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10145         libidn and bison.
10146
10147 2006-03-03  Simon Josefsson  <jas@extundo.com>
10148
10149         * build-aux/maint.mk: Add indent target.
10150
10151 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10152
10153         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10154         our replacement poll.h in any case, to avoid a differing
10155         declaration from a system header.  Seen on AIX.
10156
10157 2006-03-01  Simon Josefsson  <jas@extundo.com>
10158
10159         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10160         <kasal@ucw.cz>.
10161
10162 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10163
10164         * modules/gettime (Depends-on): Add extensions module.
10165         * modules/nanosleep (Depends-on): Likewise.
10166         * modules/settime (Depends-on): Likewise.
10167
10168 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10169
10170         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10171         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10172         pedantically.
10173         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10174         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10175
10176         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10177         not "==".  Reported by Ralf Wildenhues.
10178
10179 2006-03-01  Karl Berry  <karl@gnu.org>
10180
10181         * doc/Copyright/request-*: new files, synced from gnuorg.
10182
10183 2006-03-01  Karl Berry  <karl@gnu.org>
10184
10185         * config/srclist.txt (Copyright/*): new entries.
10186
10187 2006-02-28  Simon Josefsson  <jas@extundo.com>
10188
10189         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10190
10191 2006-02-27  Simon Josefsson  <jas@extundo.com>
10192
10193         * lib/base64.h: Indent #define's.  From Jim Meyering
10194         <jim@meyering.net>.
10195
10196 2006-02-27  Jim Meyering  <jim@meyering.net>
10197
10198         Revert the change of 2006-02-24, so these files can continue
10199         to be sync'd from gettext.
10200         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10201         of `config.h'.
10202
10203 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10204
10205         * modules/intprops: New file.
10206         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10207         Add intprops.
10208         * modules/getloadavg (Files): Remove lib/intprops.h.
10209         (Depends-on): Add intprops.
10210         * modules/human: Likewise.
10211         * modules/inttostr: Likewise.
10212         * modules/openat: Likewise.
10213         * modules/sig2str: Likewise.
10214         * modules/userspec: Likewise.
10215         * modules/utimecmp: Likewise.
10216         * modules/xnanosleep: Likewise.
10217         * modules/xstrtol: Likewise.
10218
10219 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10220
10221         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10222         * modules/lock-tests (TESTS): Use $(EXEEXT).
10223         * modules/tls-tests: Likewise.
10224         * modules/argp-tests: Likewise.
10225         (check_PROGRAMS): New var, replacing...
10226         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10227
10228 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10229
10230         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10231         `config.h'.
10232
10233 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10234
10235         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10236
10237 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10238
10239         Sync from coreutils.
10240         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10241         gl_CHDIR_SAFER.
10242
10243 2006-02-22  Jim Meyering  <jim@meyering.net>
10244
10245         Sync from coreutils.
10246         * m4/chdir-safer.m4: New file.
10247
10248 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10249
10250         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10251         AT_FDCWD exceeds INT_MAX.
10252         * lib/openat.h (AT_FDCWD): Likewise.
10253
10254 2006-02-17  Eric Blake  <address@hidden>
10255
10256         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10257
10258 2006-02-16  Simon Josefsson  <jas@extundo.com>
10259
10260         * modules/getaddrinfo (Depends-on): Add sys_socket.
10261
10262 2006-02-15  Simon Josefsson  <jas@extundo.com>
10263
10264         * build-aux/maint.mk: Add dsyntax-check rule.
10265
10266 2006-02-15  Eric Blake  <ebb9@byu.net>
10267
10268         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10269         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10270         'present but cannot compile' warnings on cygwin.
10271         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10272         use ws2tcpip.h if sys/socket.h works.
10273         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10274         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10275
10276 2006-02-14  Simon Josefsson  <jas@extundo.com>
10277
10278         * modules/maintainer-makefile (Files): Rename.
10279
10280         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10281         and (the local) Makefile.cfg to maint-cfg.mk.
10282
10283         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10284         to the latter.
10285
10286         * modules/maintainer-makefile: New module.
10287
10288         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10289         severaly stripped to make it possible to build it up from scratch
10290         with reliable tests.
10291
10292         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10293         fixes to permit overriding the default actions when configure and
10294         makefile are not available.
10295
10296 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10297
10298         Sync from coreutils.
10299         * modules/lstat (Depends-on): Don't depend on xalloc.
10300         (License): Change from GPL to LGPL, since this is now simply a
10301         replacement for a libc function.
10302
10303 2006-02-14  Jim Meyering  <jim@meyering.net>
10304
10305         Sync from coreutils.
10306
10307         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10308         failure on deficient systems, and simplify gnulib lgpl dependencies.
10309         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10310         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10311
10312         * lib/xalloc-die.c: Remove unused definition of N_.
10313
10314 2006-02-14  Jim Meyering  <jim@meyering.net>
10315
10316         Sync from coreutils.
10317         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10318         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10319         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10320         double-quote uses of that variable, to accommodate the rare case in
10321         which getmntent is available in none of the libraries checked.  This
10322         happens at least on FreeBSD 5.0.
10323
10324 2006-02-13  Simon Josefsson  <jas@extundo.com>
10325
10326         * gnulib-tool (Usage): Fix --import, from
10327         karl@freefriends.org (Karl Berry).
10328
10329 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10330
10331         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10332
10333 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10334
10335         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10336         "autoupdate" on 2005-12-12.
10337
10338 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10339
10340         * modules/closeout (Depends-on): Remove atexit.
10341
10342 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10343
10344         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10345         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10346
10347 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10348
10349         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10350         __EXTENSIONS__ if this causes compilation to fail.  Problem
10351         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10352         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10353
10354 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10355
10356         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10357         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10358         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10359         All uses changed.
10360
10361 2006-01-26  Simon Josefsson  <jas@extundo.com>
10362
10363         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10364         prototype is visible on mingw32.
10365
10366         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10367         for mingw32.
10368
10369         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10370         mingw32).
10371
10372 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10373
10374         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10375         attempt to open for write; this always fails, at least on POSIX
10376         hosts.  This reinstates the 2006-01-09 change, which was
10377         inadvertently removed.
10378
10379 2006-01-26  Bruno Haible  <bruno@clisp.org>
10380
10381         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10382         Reported by Paul Eggert.
10383
10384 2006-01-26  Bruno Haible  <bruno@clisp.org>
10385             Paul Eggert  <eggert@cs.ucla.edu>
10386
10387         * lib/stdbool_.h (_Bool)
10388         [(! (defined __cplusplus || defined __BEOS__)
10389           && !defined __GNUC__
10390           && !(defined __HP_cc || defined __xlc__
10391                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10392                || defined __sgi))]:
10393         #define to signed char in these cases too; this simplifies
10394         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10395         etc., separately) and makes it more conservative.
10396
10397 2006-01-25  Simon Josefsson  <jas@extundo.com>
10398
10399         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10400         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10401         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10402
10403 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10404
10405         * lib/argp-namefrob.h: Bugfix. Remove stray #
10406
10407 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10408
10409         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10410         so that we test the test.
10411         Check for yet another HP-UX cc bug involving *bool |= bool.
10412
10413 2006-01-25  Karl Berry  <karl@gnu.org>
10414
10415         * config/srclist.txt (vasnprintf.c): sync lost.
10416
10417 2006-01-25  Jim Meyering  <jim@meyering.net>
10418
10419         Sync from the stable (b5) branch of coreutils:
10420
10421         * lib/fts.c (fts_children): Don't let close() clobber errno from
10422         failed fchdir().
10423
10424         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10425         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10426         a dangling symlink.  That can also happen at least for ELOOP.
10427         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10428         FYI, this bug predates the inclusion of fts.c in coreutils.
10429
10430         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10431         in their own block, so pre-c99 compilers don't object.
10432
10433         Avoid the double-free (first in fts_read, second in fts_close) that
10434         would occur when an `active' directory is made inaccessible (e.g.,
10435         via chmod a-x) during a traversal.
10436         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10437         before returning.  Reproduce this failure by
10438         mkdir -p a/b; cd a; chmod a-x . b
10439         Reported by Stavros Passas.
10440
10441 2006-01-25  Jim Meyering  <jim@meyering.net>
10442
10443         * lib/fileblocks.c: Remove more useless parentheses.
10444         * lib/readutmp.h: Likewise.
10445
10446 2006-01-25  Bruno Haible  <bruno@clisp.org>
10447
10448         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10449         warnings.
10450         Reported by Paul Eggert.
10451
10452 2006-01-25  Bruno Haible  <bruno@clisp.org>
10453
10454         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10455         rid of a trap command. For Solaris sh.
10456         Reported by Mark D. Baushke <mdb@gnu.org>.
10457
10458 2006-01-24  Simon Josefsson  <jas@extundo.com>
10459
10460         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10461         Bruno.
10462
10463 2006-01-24  Karl Berry  <karl@gnu.org>
10464
10465         * config/srclist.txt (argp-namefrob.h): sync lost.
10466
10467 2006-01-24  Jim Meyering  <jim@meyering.net>
10468
10469         * modules/openat (Files): Add lib/intprops.h.
10470         From Mark D. Baushke.
10471
10472 2006-01-24  Jim Meyering  <jim@meyering.net>
10473
10474         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10475         Reported by Mark D. Baushke.
10476
10477 2006-01-24  Jim Meyering  <jim@meyering.net>
10478
10479         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10480
10481 2006-01-24  Bruno Haible  <bruno@clisp.org>
10482
10483         * modules/strnlen (Maintainer): Change from glibc to all.
10484
10485 2006-01-24  Bruno Haible  <bruno@clisp.org>
10486
10487         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10488         Patch by Paul Eggert.
10489
10490 2006-01-24  Bruno Haible  <bruno@clisp.org>
10491
10492         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10493         already has it.
10494         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10495         2005-11-26.
10496
10497         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10498         'signed char' to avoid problems with the built-in _Bool type.
10499         Reported by Paul Eggert on 2005-11-26.
10500
10501 2006-01-24  Bruno Haible  <bruno@clisp.org>
10502
10503         * gnulib-tool (func_import): Avoid constructing complicated sed
10504         expressions inside backquote.
10505         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10506
10507 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10508
10509         These changes imported from libc.
10510         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10511         test and two separate function calls.
10512         * lib/strndup.c (__strndup): Add libc_hidden_def.
10513
10514 2006-01-23  Simon Josefsson  <jas@extundo.com>
10515
10516         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10517         Remove the test_*_SOURCES variable: automake infers it by default.
10518         * modules/tls-tests: Likewise.
10519
10520 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10521
10522         Work around porting bugs reported by Dieter in
10523         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10524         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10525         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10526         Include "getopt.h" first, to check interface.
10527         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10528         !HAVE_DECL_GETENV.
10529         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10530         (__strndup): Revert to K&R-style function dfns, the glibc style.
10531         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10532         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10533         Include strnlen.h first, to get prototype properly.
10534         (strnlen): Renamed from __strnlen.
10535         Remove weak alias.
10536
10537 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10538
10539         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10540
10541 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10542
10543         * config/srclist.txt: Adjust to reflect glibc reorganization.
10544         This affects only comments.
10545
10546 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10547
10548          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10549          Reported by Bruce Korb <bkorb@gnu.org>.
10550
10551 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10552
10553         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10554         to pacify gcc -Wswitch-default.
10555
10556 2006-01-22  Bruno Haible  <bruno@clisp.org>
10557
10558         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10559         temporary buffer for sprintf, take into account the precision also
10560         for 'd', 'i', 'u', 'o', 'x', 'X'.
10561
10562 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10563
10564         * modules/argp-tests: New module
10565         * tests/test-argp.c: New file
10566         * tests/test-argp-2.sh: New file
10567
10568 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10569
10570         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10571         (__argp_base_name): Removed
10572         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10573         typo.
10574         (__argp_base_name): Provide macro definition or extern declaration
10575         depending on the configuration
10576
10577 2006-01-20  Simon Josefsson  <jas@extundo.com>
10578
10579         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10580
10581 2006-01-20  Simon Josefsson  <jas@extundo.com>
10582
10583         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10584
10585 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10586
10587         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10588         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10589         Suggested by Bruno Haible.
10590
10591 2006-01-20  Karl Berry  <karl@gnu.org>
10592
10593         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10594         until changes propagate, I guess.
10595
10596 2006-01-19  Simon Josefsson  <jas@extundo.com>
10597
10598         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10599
10600 2006-01-19  Simon Josefsson  <jas@extundo.com>
10601
10602         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10603
10604 2006-01-19  Simon Josefsson  <jas@extundo.com>
10605
10606         * gnulib-tool: Set check_PROGRAMS.
10607
10608         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10609         modules/des-tests, modules/gc-arcfour-tests,
10610         modules/gc-arctwo-tests, modules/gc-des-tests,
10611         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10612         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10613         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10614         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10615         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10616         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10617         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10618         test_*_SOURCES.
10619
10620 2006-01-18  Simon Josefsson  <jas@extundo.com>
10621
10622         * modules/socklen (Depends-on): Depend on sys_socket.
10623
10624 2006-01-18  Simon Josefsson  <jas@extundo.com>
10625
10626         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10627         modules/des-tests, modules/gc-arcfour-tests,
10628         modules/gc-arctwo-tests, modules/gc-des-tests,
10629         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10630         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10631         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10632         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10633         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10634         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10635         $(EXEEXT) to automake TESTS variable, for mingw32.
10636
10637 2006-01-17  Simon Josefsson  <jas@extundo.com>
10638
10639         * modules/socklen (Include): Need sys/socket.h.
10640
10641 2006-01-17  Bruno Haible  <bruno@clisp.org>
10642
10643         * modules/ssize_t (Include): Add <sys/types.h>.
10644
10645 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10646
10647         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10648         it's not portable and it doesn't work with cross-compiles.
10649         Problem reported by Bruno Haible.  Fix missing-$ typo in
10650         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10651         -zignore from being used with Sun's C compiler.
10652
10653 2006-01-12  Simon Josefsson  <jas@extundo.com>
10654
10655         * lib/base64.c: Fix warning, reported by Bruno Haible
10656         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10657
10658 2006-01-12  Bruno Haible  <bruno@clisp.org>
10659
10660         * modules/ldd: New file.
10661         * build-aux/ldd.sh.in: New file.
10662         * MODULES.html.sh (Support for building libraries and executables): Add
10663         ldd.
10664
10665 2006-01-12  Bruno Haible  <bruno@clisp.org>
10666
10667         * m4/ldd.m4: New file.
10668
10669 2006-01-12  Bruno Haible  <bruno@clisp.org>
10670
10671         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10672         endless loop while replacing $auxdir with build-aux.
10673
10674 2006-01-11  Simon Josefsson  <jas@extundo.com>
10675
10676         * lib/stdint_.h (SIZE_MAX): Add missing (.
10677
10678 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10679
10680         Sync from coreutils.
10681         * lib/md5.c: Fix commentary typos.
10682         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10683         * lib/md5.h (__attribute__): Remove; unused.
10684         * lib/sha1.c: Fix commentary to match md5 better.
10685         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10686         so that we don't need to worry about alignment.  All uses changed.
10687         This merges the 2005-10-28 md5 change into sha1.
10688
10689 2006-01-11  Jim Meyering  <jim@meyering.net>
10690
10691         Sync from coreutils.
10692         * lib/md5.c (OP): Fix spacing.
10693
10694 2006-01-11  Bruno Haible  <bruno@clisp.org>
10695
10696         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10697         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10698         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10699
10700 2006-01-11  Bruno Haible  <bruno@clisp.org>
10701
10702         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10703         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10704         the "early" section as well.
10705
10706 2006-01-11  Bruno Haible  <bruno@clisp.org>
10707
10708         Avoid "ar: no archive members specified" error on MacOS X.
10709         * gnulib-tool (func_modules_add_dummy): New function.
10710         (func_import, func_create_testdir): Invoke it.
10711
10712 2006-01-11  Bruno Haible  <bruno@clisp.org>
10713
10714         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10715         with $auxdir in AC_CONFIG_FILES statements.
10716
10717 2006-01-11  Bruno Haible  <bruno@clisp.org>
10718
10719         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10720         Initialize also noinst_HEADERS to empty.
10721
10722 2006-01-11  Bruno Haible  <bruno@clisp.org>
10723
10724         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10725         variables.
10726         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10727         autoreconf.
10728
10729 2006-01-11  Bruno Haible  <bruno@clisp.org>
10730
10731         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10732         overridable by the user.
10733         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10734
10735 2006-01-10  Simon Josefsson  <jas@extundo.com>
10736
10737         * modules/sys_socket: New file.
10738
10739 2006-01-10  Simon Josefsson  <jas@extundo.com>
10740
10741         * m4/sys_socket_h.m4: New file.
10742
10743 2006-01-10  Simon Josefsson  <jas@extundo.com>
10744
10745         * lib/socket_.h: New file.
10746
10747 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10748
10749         * modules/readutmp (Maintainer): Add myself.
10750
10751 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10752
10753         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10754         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10755         People who are still concerned with buggy memcmp implementations
10756         can invoke gl_FUNC_MEMCMP themselves.
10757
10758 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10759
10760         * lib/regex_internal.h (BITSET_WORD_BITS):
10761         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10762         preprocessor mishandles large unsigned values as if they were signed.
10763         Problem reported by Claudio Fontana in
10764         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10765
10766 2006-01-10  Jim Meyering  <jim@meyering.net>
10767
10768         Avoid the double-free (first in fts_read, second in fts_close) that
10769         would occur when an `active' directory is made inaccessible (e.g.,
10770         via chmod a-x) during a traversal.
10771         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10772         before returning.  Reproduce this failure by
10773         mkdir -p a/b; cd a; chmod a-x . b
10774         Reported by Stavros Passas.
10775
10776         Sync from coreutils.
10777         * lib/sha1.c: Tweak grammar in a comment.
10778
10779 2006-01-10  Jim Meyering  <jim@meyering.net>
10780
10781         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10782         Patch by Joerg Sonnenberger.
10783
10784 2006-01-10  Bruno Haible  <bruno@clisp.org>
10785
10786         * modules/readutmp: Depend on module free.
10787         * modules/strtok_r: Depend on module restrict.
10788
10789 2006-01-10  Bruno Haible  <bruno@clisp.org>
10790
10791         * modules/gettext (configure.ac): Add an invocation of
10792         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10793
10794 2006-01-10  Bruno Haible  <bruno@clisp.org>
10795
10796         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10797         Reported by Werner Lemberg <wl@gnu.org>.
10798
10799 2006-01-10  Bruno Haible  <bruno@clisp.org>
10800
10801         * lib/localcharset.c: Update from GNU gettext.
10802
10803 2006-01-10  Bruno Haible  <bruno@clisp.org>
10804
10805         * lib/argp.h (__const): Remove macro. Use const instead.
10806         * lib/argp-fmtstream.h (__const): Likewise.
10807         * lib/glob_.h (__const): Remove macro.
10808         * lib/glob-libc.h: Use const instead of __const.
10809
10810 2006-01-10  Bruno Haible  <bruno@clisp.org>
10811
10812         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10813         variable.
10814         Needed to avoid an automake error regarding the 'gettext' module.
10815
10816 2006-01-09  Simon Josefsson  <jas@extundo.com>
10817
10818         * modules/inet_ntop (Depends-on): Add restrict.
10819
10820 2006-01-09  Simon Josefsson  <jas@extundo.com>
10821
10822         * modules/gc-rijndael-tests (License): Put under LGPL.
10823
10824         * modules/gc-des-tests (License): Likewise.
10825
10826         * modules/gc-arcfour-tests (License): Likewise.
10827
10828         * modules/gc-arctwo-tests (License): Likewise.
10829
10830         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10831
10832         * modules/gc-hmac-sha1-tests (Files): Likewise.
10833
10834         * modules/gc-hmac-md5-tests (License): Likewise.
10835
10836         * modules/gc-sha1-tests (License): Likewise.
10837
10838         * modules/gc-md5-tests (License): Likewise.
10839
10840         * modules/gc-md4-tests (License): Likewise.
10841
10842         * modules/gc-md2-tests (License): Likewise.
10843
10844         * modules/gc-tests (License): Likewise.
10845
10846         * modules/des-tests (License): Likewise.
10847
10848         * modules/md4-tests (License): Likewise.
10849
10850         * modules/md2-tests (License): Likewise.
10851
10852 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10853
10854         Sync from coreutils:
10855
10856         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10857         * modules/lib-ignore: New file.
10858         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10859         chdir-safer.m4, lchmod.m4.
10860         * modules/openat: Add mkdirat.c, openat-priv.h.
10861
10862 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10863
10864         Sync from coreutils.
10865         * m4/lib-ignore.m4: New file.
10866         * m4/lchmod.m4: New file.
10867
10868 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10869
10870         Sync from coreutils.
10871         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10872         for write access: POSIX says that must fail.
10873         * lib/fts.c (diropen): Likewise.
10874         * lib/save-cwd.c (save_cwd): Likewise.
10875         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10876         well, for minor improvements on hosts that lack O_DIRECTORY.
10877         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10878         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10879         Fall back on chown if open failed with EACCES.
10880
10881         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10882         Report an error at compile-time if only a 1-second nominal clock
10883         resolution is found.
10884
10885         * lib/lchmod.h: New file.
10886         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10887         (make_dir_parents): Use lchown rather than chown, and
10888         lchmod rather than chmod.
10889
10890         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10891         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10892         "proc" reported by n0dalus.
10893
10894         * lib/mountlist.c: Include <limits.h>.
10895         (dev_from_mount_options)
10896         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10897         New function.  It no longer assumes "dev=" has the System V meaning
10898         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10899         (read_file_system_list)
10900         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10901         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10902         dev= in that case.
10903
10904         * lib/posixtm.h (PDS_PRE_2000): New macro.
10905         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10906         allow_century.  All usages changed.  Reject dates outside the range
10907         1969-1999 if PDS_PRE_2000 is used.
10908
10909 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10910
10911         Sync from coreutils.
10912         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10913         (Time of day items): Mention the possibility of leap seconds.
10914         Problem reported by Dr. David Alan Gilbert.
10915
10916 2006-01-09  Jim Meyering  <jim@meyering.net>
10917
10918         Sync from coreutils.
10919
10920         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10921
10922         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10923
10924         * lib/modechange.c (mode_compile): Reject an invalid mode string
10925         that starts with an octal digit.  From Andreas Gruenbacher.
10926
10927         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10928         and dup to open_safer and dup_safer, respectively.
10929         (openat_permissive): Fix typo in comment.
10930
10931         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10932         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10933         (_): Remove; no longer needed.
10934         (openat): Renamed from rpl_openat; no need for rpl_openat
10935         since openat.h renames openat for us.
10936         Replace most of the body with a call to openat_permissive,
10937         to avoid duplicate code.
10938         Port to (probably hypothetical) environments were mode_t is
10939         wider than int.
10940         (openat_permissive): Require mode arg, so that we can check
10941         types better.  Put it just after flags.  Change cwd failure
10942         indicator from pointer-to-bool to pointer-to-errno-value.
10943         All callers changed.
10944         Invoke openat_save_fail and/or openat_restore_fail if
10945         cwd_errno is null, so that openat can call us.
10946         (openat_permissive, fdopendir, fstatat, unlinkat):
10947         Simplify errno handling to avoid some duplicate code,
10948         as it's OK to set errno on success.
10949         * lib/openat.h: Revamp code so that function macros depend on
10950         __OPENAT_PREFIX only, not also on AT_FDCWD.
10951         (openat_ro): Remove.  Caller changed to use openat_permissive.
10952         (openat_permissive): Now a macro, if not a function.
10953         (openat_restore_fail, openat_save_fail): Now always functions,
10954         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10955
10956         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10957         and openat.c.
10958         * lib/mkdirat.c: Include openat-priv.h.
10959         Remove definitions of macros defined therein.
10960         * lib/openat.c: Likewise.
10961
10962         * lib/mkdirat.c (mkdirat): New file and function.
10963         * lib/openat.h (mkdirat): Declare.
10964
10965         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10966
10967         * lib/openat.h (openat_permissive): Declare.
10968         (openat_ro): Define.
10969
10970         * lib/openat.c (EXPECTED_ERRNO): New macro.
10971         (openat_permissive): New function -- used in remove.c rewrite.
10972         (all functions): Set errno just before returning, only if there
10973         was an actual failure.
10974         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10975
10976         Emulate openat-family functions using Linux's procfs, if possible.
10977         Idea and some code based on Ulrich Drepper's glibc changes.
10978
10979         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10980         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10981         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10982         before falling back on save_cwd and restore_cwd.
10983         (fdopendir, fstatat, unlinkat): Likewise.
10984
10985         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10986         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10987
10988         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10989         as second argument to va_arg.  Otherwise, some versions of gcc
10990         warn that `if this code is reached, the program will abort'.
10991
10992 2006-01-09  Jim Meyering  <jim@meyering.net>
10993
10994         Sync from coreutils.
10995         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10996         Require openat-priv.h.
10997
10998 2006-01-09  Bruno Haible  <bruno@clisp.org>
10999
11000         * modules/strnlen (Include): Use strnlen.h.
11001
11002 2006-01-09  Bruno Haible  <bruno@clisp.org>
11003
11004         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11005
11006 2006-01-09  Bruno Haible  <bruno@clisp.org>
11007
11008         * lib/sysexit_.h (EX_OK): New macro.
11009         Suggested by Martin Lambers <marlam@marlam.de>.
11010
11011 2006-01-09  Bruno Haible  <bruno@clisp.org>
11012
11013         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11014         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11015
11016 2006-01-09  Bruno Haible  <bruno@clisp.org>
11017
11018         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11019         numbers.
11020
11021 2006-01-09  Bruno Haible  <bruno@clisp.org>
11022
11023         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11024         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11025         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11026         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11027
11028 2006-01-09  Bruno Haible  <bruno@clisp.org>
11029
11030         * build-aux/javacomp.sh.in: New file, moved from lib/.
11031         * modules/javacomp-script (Files): Update.
11032         (configure.ac): Add AC_CONFIG_FILES invocation.
11033         (EXTRA_DIST): Remove variable.
11034
11035         * build-aux/javaexec.sh.in: New file, moved from lib/.
11036         * modules/javaexec (Files): Update.
11037         (configure.ac): Add AC_CONFIG_FILES invocation.
11038         (EXTRA_DIST): Remove javaexec.sh.in.
11039
11040         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11041         * modules/csharpcomp-script (Files): Update.
11042         (configure.ac): Add AC_CONFIG_FILES invocation.
11043         (EXTRA_DIST): Remove variable.
11044
11045         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11046         * modules/csharpexec (Files): Update.
11047         (configure.ac): Add AC_CONFIG_FILES invocation.
11048         (EXTRA_DIST): Remove csharpexec.sh.in.
11049
11050 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11051
11052         Sync from coreutils.
11053
11054         Add POSIX ACL support
11055         * lib/acl.h (copy_acl, set_acl): Add declarations.
11056         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11057         systems other than Linux.
11058         (chmod_or_fchmod): New function: use fchmod when possible,
11059         and chmod otherwise.
11060         (file_has_acl): Add a POSIX ACL implementation, with a
11061         Linux-specific subcase.
11062         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11063         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11064         acls are unsupported.
11065         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11066         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11067         are unsupported.
11068
11069 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11070
11071         Sync from coreutils.
11072         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11073
11074 2006-01-07  Bruno Haible  <bruno@clisp.org>
11075
11076         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11077         gl_EARLY.
11078
11079 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11080
11081         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11082         Problem reported for Mingw by Mark Junker.
11083
11084 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11085
11086         * README: Gnulib normally doesn't generate a tarball.
11087
11088 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11089
11090         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11091         long int, not int, for nanosecond counts, so that people who are
11092         used to POSIX struct timespec won't be surprised.  Reported by Jim
11093         Meyering.
11094
11095 2005-12-28  Bruno Haible  <bruno@clisp.org>
11096
11097         * build-aux/config.rpath: Update from GNU gettext.
11098
11099 2005-12-16  Jim Meyering  <jim@meyering.net>
11100
11101         * modules/fprintftime: New module.
11102         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11103
11104 2005-12-16  Jim Meyering  <jim@meyering.net>
11105
11106         * m4/fprintftime.m4: New file.
11107
11108 2005-12-16  Jim Meyering  <jim@meyering.net>
11109
11110         * lib/fprintftime.c, lib/fprintftime.h: New files.
11111
11112 2005-12-15  Simon Josefsson  <jas@extundo.com>
11113
11114         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11115         new m4/socklen.m4.
11116
11117 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11118
11119         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11120         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11121
11122 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11123
11124         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11125         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11126         struct uparams is valid. Fall back to the default values if it is
11127         not.
11128
11129 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11130
11131         * modules/argp (Files): Add argp-pin.c
11132         (Depends-on): dirname
11133         (lib_SOURCES): Add argp-pin.c
11134
11135 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11136
11137         * m4/argp.m4:  Check if program_invocation_name and
11138         program_invocation_short_name are declared and define appropriate
11139         macros if they are not.
11140
11141 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11142
11143         * lib/argp-help.c (__argp_base_name): New function
11144         (__argp_short_program_name): Rewrite using __argp_base_name
11145         * lib/argp-namefrob.h: Define program_invocation_name and
11146         program_invocation_short_name if requested
11147         (__argp_base_name): Add prototype
11148         * lib/argp-parse.c (argp_def): Use gettext wrappers
11149         (argp_default_parser): Use __argp_base_name
11150         * lib/argp-pin.c: New file. Defines program_invocation_name and
11151         program_invocation_short_name on systems that lack them.
11152
11153 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11154
11155         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11156         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11157         porting problem reported by Georg Schwarz in
11158         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11159
11160 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11161
11162         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11163         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11164         porting problem reported by Georg Schwarz in
11165         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11166
11167 2005-12-05  Bruno Haible  <bruno@clisp.org>
11168
11169         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11170         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11171         Reported by Mark Junker <mjscod@gmx.de>.
11172
11173 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11174
11175         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11176         Use implementation from Albert Chin, with some
11177         comments/corrections by Stepan Kasal and myself.
11178
11179 2005-12-02  Bruno Haible  <bruno@clisp.org>
11180
11181         * gnulib-tool (func_import): Accept GPLed build tool modules when
11182         --lgpl is given.
11183         * modules/csharpcomp-script: New file.
11184         * modules/csharpcomp: Depend on it.
11185         * modules/javacomp-script: New file.
11186         * modules/javacomp: Depend on it.
11187         Suggested by Simon Josefsson.
11188
11189 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11190
11191         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11192         statement, to work around an HP-UX 10.20 compiler bug reported by
11193         Peter O'Gorman.
11194
11195 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11196
11197         * modules/savedir (Depends-on): Add openat.
11198
11199 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11200
11201         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11202         (uintmax_t) [defined uintmax_t]: Do not declare.
11203         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11204         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11205         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11206         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11207         sake of portability to weird hosts that C allows (though we don't
11208         know of any practical examples).
11209
11210         * lib/savedir.h (fdsavedir): New decl.
11211         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11212         contains most of the former guts of savedir.
11213         (savedir): Use savedirstream.
11214         Include "openat.h".
11215
11216 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11217
11218         * modules/obstack (Files): Add m4/ulonglong.m4.
11219         Problem reported by Davide Angelocola.
11220
11221 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11222
11223         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11224         coreutils no longer futzes with rounding modes.
11225
11226 2005-11-14  Jim Meyering  <jim@meyering.net>
11227
11228         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11229         replacement of mkstemp.
11230
11231 2005-11-10  Simon Josefsson  <jas@extundo.com>
11232
11233         * lib/readline.c: Remove EOL.
11234
11235 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11236
11237         * modules/gethrxtime (Depends-on): Add gettime.
11238
11239 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11242         or gettimeofday; no longer needed.
11243
11244 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11247         time business.
11248         (gethrxtime) [! (HAVE_NANOUPTIME
11249         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11250         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11251         our own approximation.
11252
11253 2005-11-08  Eric Blake  <ebb9@byu.net>
11254
11255         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11256
11257 2005-11-08  Eric Blake  <ebb9@byu.net>
11258
11259         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11260
11261 2005-11-04  Bruno Haible  <bruno@clisp.org>
11262
11263         * gnulib-tool: Implement --update mode.
11264
11265 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11266
11267         Fix porting problem reported by Theodoros V. Kalamatianos.
11268         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11269         Don't assume that futimes failing means we must fail.
11270
11271 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11272
11273         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11274         variables to suggest the intended function of the PATH_MAX check.
11275
11276 2005-10-30  Kean Johnston  <jkj@sco.com>
11277
11278         Trivial changes to support SCO systems.
11279         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11280         as PATH_MAX.
11281         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11282         where __ptr is null when no I/O is pending.
11283
11284 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11285
11286         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11287         leave errno alone.  Problem reported by Dmitry V. Levin.
11288
11289 2005-10-28  Simon Josefsson  <jas@extundo.com>
11290
11291         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11292         Test more.
11293
11294         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11295
11296         * modules/md2, modules/md2-tests: New files.
11297
11298 2005-10-28  Simon Josefsson  <jas@extundo.com>
11299
11300         * m4/inet_ntop.m4: More tests.
11301
11302         * m4/gc-md2.m4, md2.m4: New file.
11303
11304 2005-10-28  Simon Josefsson  <jas@extundo.com>
11305
11306         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11307         "restrict" keywords, as per POSIX.  Protect the function
11308         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11309         Don't use K&R prototypes.  Check the sprintf return values.
11310         Re-define EAFNOSUPPORT if not present.  Indent.
11311
11312         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11313         suggested by Bruno Haible <bruno@clisp.org>.
11314
11315         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11316
11317         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11318
11319         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11320         libgcrypt).
11321
11322         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11323
11324         * lib/md2.h, lib/md2.c: New files.
11325
11326 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11327
11328         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11329         errno alone.  Problem reported by Frederic Jolliton.
11330
11331 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11332
11333         * modules/verify (License): Change from GPL to LGPL.  This is a
11334         tiny module and there are apparently near-equivalents that are
11335         under the BSD license.
11336
11337 2005-10-24  Simon Josefsson  <jas@extundo.com>
11338
11339         * modules/sha1: Relicense to LGPL.
11340
11341 2005-10-24  Simon Josefsson  <jas@extundo.com>
11342
11343         * lib/md4.h: Shrink buffer size, now that we changed the type.
11344
11345 2005-10-23  Simon Josefsson  <jas@extundo.com>
11346
11347         * gnulib-tool (func_import): Fix --tests-base.
11348
11349 2005-10-22  Simon Josefsson  <jas@extundo.com>
11350
11351         * modules/arcfour (Depends-on): Need stdint.
11352
11353 2005-10-22  Simon Josefsson  <jas@extundo.com>
11354
11355         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11356         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11357
11358 2005-10-22  Simon Josefsson  <jas@extundo.com>
11359
11360         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11361         suggested by Bruno Haible <bruno@clisp.org>.
11362
11363 2005-10-22  Simon Josefsson  <jas@extundo.com>
11364
11365         * lib/crc.h: Include stddef.h, for size_t.
11366
11367 2005-10-22  Simon Josefsson  <jas@extundo.com>
11368
11369         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11370         arcfour_context struct (simplify test vector testing in GNU
11371         Shishi).
11372
11373 2005-10-21  Simon Josefsson  <jas@extundo.com>
11374
11375         * modules/des, modules/des-tests: New files.
11376
11377         * modules/gc-des, modules/gc-des-tests: New files.
11378
11379         * tests/test-des.c, tests/test-gc-des.c: New file.
11380
11381 2005-10-21  Simon Josefsson  <jas@extundo.com>
11382
11383         * modules/arctwo, modules/arctwo-tests: New files.
11384
11385         * tests/test-arctwo.c: New file.
11386
11387         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11388
11389         * tests/test-gc-arctwo.c: New file.
11390
11391 2005-10-21  Simon Josefsson  <jas@extundo.com>
11392
11393         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11394         Bruno Haible <bruno@clisp.org>.
11395
11396         * m4/gc-des.m4: New file.
11397
11398 2005-10-21  Simon Josefsson  <jas@extundo.com>
11399
11400         * m4/arctwo.m4: New file.
11401
11402         * m4/gc-arctwo.m4: New file.
11403
11404 2005-10-21  Simon Josefsson  <jas@extundo.com>
11405
11406         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11407         block.
11408
11409 2005-10-21  Simon Josefsson  <jas@extundo.com>
11410
11411         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11412         <bruno@clisp.org>.
11413
11414         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11415
11416         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11417         Bruno Haible <bruno@clisp.org>.
11418
11419         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11420         <bruno@clisp.org>.
11421
11422 2005-10-21  Simon Josefsson  <jas@extundo.com>
11423
11424         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11425
11426 2005-10-21  Simon Josefsson  <jas@extundo.com>
11427
11428         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11429
11430 2005-10-21  Simon Josefsson  <jas@extundo.com>
11431
11432         * lib/des.h, lib/des.c: New files.
11433
11434         * lib/gc-gnulib.c: Support DES.c
11435
11436 2005-10-21  Simon Josefsson  <jas@extundo.com>
11437
11438         * lib/arctwo.h, lib/arctwo.c: New files.
11439
11440         * lib/gc-gnulib.c: Support ARCTWO.
11441
11442 2005-10-21  Simon Josefsson  <jas@extundo.com>
11443
11444         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11445         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11446
11447 2005-10-21  Simon Josefsson  <jas@extundo.com>
11448
11449         * gnulib-tool (func_import, func_create_testdir): Define automake
11450         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11451         Makefile.am snippet),
11452         suggested by Bruno Haible <bruno@clisp.org>.
11453
11454         * modules/gc (Makefile.am): Use it.
11455
11456 2005-10-21  Bruno Haible  <bruno@clisp.org>
11457
11458         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11459         patch.
11460
11461 2005-10-19  Simon Josefsson  <jas@extundo.com>
11462
11463         * tests/test-gc-rijndael.c: New file.
11464
11465         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11466
11467 2005-10-19  Simon Josefsson  <jas@extundo.com>
11468
11469         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11470         interface too.
11471
11472 2005-10-19  Simon Josefsson  <jas@extundo.com>
11473
11474         * tests/test-gc-arcfour.c: New file.
11475
11476         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11477
11478 2005-10-19  Simon Josefsson  <jas@extundo.com>
11479
11480         * modules/gc-md4, modules/gc-md4-tests: New file.
11481
11482         * tests/test-gc-md4.c: New file.
11483
11484 2005-10-19  Simon Josefsson  <jas@extundo.com>
11485
11486         * m4/gc-md4.m4: New file.
11487
11488 2005-10-19  Simon Josefsson  <jas@extundo.com>
11489
11490         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11491         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11492         <kasal@ucw.cz>.
11493
11494 2005-10-19  Simon Josefsson  <jas@extundo.com>
11495
11496         * m4/gc-arcfour.m4: New file.
11497
11498         * m4/gc-rijndael.m4: New file.
11499
11500 2005-10-19  Simon Josefsson  <jas@extundo.com>
11501
11502         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11503
11504 2005-10-19  Simon Josefsson  <jas@extundo.com>
11505
11506         * lib/gc-gnulib.c: Support ARCFOUR.
11507
11508 2005-10-19  Simon Josefsson  <jas@extundo.com>
11509
11510         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11511         support.
11512
11513         * lib/gc.h: Add ECB enum type.
11514
11515         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11516
11517 2005-10-18  Simon Josefsson  <jas@extundo.com>
11518
11519         * tests/test-md5.c: New file.
11520
11521         * modules/md5-tests: New file.
11522
11523 2005-10-18  Simon Josefsson  <jas@extundo.com>
11524
11525         * tests/test-md4.c: New file.
11526
11527         * modules/md4, modules/md4-tests: New files.
11528
11529 2005-10-18  Simon Josefsson  <jas@extundo.com>
11530
11531         * m4/md4.m4: New file.
11532
11533 2005-10-18  Simon Josefsson  <jas@extundo.com>
11534
11535         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11536
11537 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11538
11539         * gnulib-tool (func_create_testdir): Omit the second check whether
11540         BUILT_SOURCES in nonempty.
11541
11542 2005-10-17  Simon Josefsson  <jas@extundo.com>
11543
11544         * tests/test-rijndael.c: New file.
11545
11546 2005-10-17  Simon Josefsson  <jas@extundo.com>
11547
11548         * modules/sha1: Depend on stdint instead of md5.
11549
11550         * modules/md5: Depend on stdint, remove uint32_t.
11551
11552 2005-10-17  Simon Josefsson  <jas@extundo.com>
11553
11554         * modules/gc-sha1-tests: New file.
11555
11556         * tests/test-gc-sha1.c: New file.
11557
11558 2005-10-17  Simon Josefsson  <jas@extundo.com>
11559
11560         * m4/md5.m4: Remove call to uint32_t.m4.
11561
11562 2005-10-17  Simon Josefsson  <jas@extundo.com>
11563
11564         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11565
11566         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11567         md5.h.
11568
11569         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11570
11571         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11572
11573 2005-10-17  Simon Josefsson  <jas@extundo.com>
11574
11575         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11576
11577 2005-10-17  Simon Josefsson  <jas@extundo.com>
11578
11579         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11580
11581 2005-10-17  Simon Josefsson  <jas@extundo.com>
11582
11583         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11584
11585         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11586
11587 2005-10-17  Bruno Haible  <bruno@clisp.org>
11588
11589         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11590         that it can also be used in a test.
11591
11592 2005-10-16  Bruno Haible  <bruno@clisp.org>
11593
11594         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11595         TESTS_ENVIRONMENT, so that individual tests can augment it.
11596
11597         * gnulib-tool (func_create_testdir): Use an intermediate target for
11598         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11599         macros, like $(ALLOCA_H), which cannot be passed through the command
11600         line.
11601
11602 2005-10-15  Simon Josefsson  <jas@extundo.com>
11603
11604         * modules/rijndael-tests: New file.
11605
11606         * modules/rijndael: New file.
11607
11608 2005-10-15  Simon Josefsson  <jas@extundo.com>
11609
11610         * m4/rijndael.m4: New file.
11611
11612 2005-10-15  Simon Josefsson  <jas@extundo.com>
11613
11614         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11615
11616         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11617
11618 2005-10-14  Simon Josefsson  <jas@extundo.com>
11619
11620         * tests/test-arcfour.c: New file.
11621
11622         * modules/arcfour, modules/arcfour-tests: New files.
11623
11624 2005-10-14  Simon Josefsson  <jas@extundo.com>
11625
11626         * m4/arcfour.m4: New file.
11627
11628 2005-10-14  Simon Josefsson  <jas@extundo.com>
11629
11630         * lib/arcfour.h, lib/arcfour.c: New files.
11631
11632 2005-10-14  Roland McGrath  <roland@redhat.com>
11633
11634         Import from libc.  [BZ #1331]
11635         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11636         macro argument.
11637         Reported by Matej Vela <vela@debian.org>.
11638
11639 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11640
11641         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11642         include <wchar.h>; no longer needed.
11643
11644 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11645
11646         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11647
11648 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11649         and  Ulrich Drepper  <drepper@redhat.com>
11650
11651         Import from libc.
11652         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11653         instead of inline stream orientation test and two separate
11654         function calls.  Pay no attention to USE_IN_LIBIO.
11655
11656 2005-10-13  Simon Josefsson  <jas@extundo.com>
11657
11658         * modules/gc-hmac-md5-tests: New file.
11659
11660         * tests/test-gc-hmac-sha1.c: New file.
11661
11662         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11663
11664         * modules/gc-hmac-md5-tests: New file.
11665
11666         * tests/test-gc-md5.c: New file.
11667
11668         * modules/gc-md5-tests: New file.
11669
11670 2005-10-13  Simon Josefsson  <jas@extundo.com>
11671
11672         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11673         Move memory allocation outside of loop.
11674
11675 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11676
11677         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11678         intermediate directory is in a read-only file system.  Problem
11679         reported by Eric Blake.
11680
11681 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11682
11683         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11684
11685 2005-10-12  Simon Josefsson  <jas@extundo.com>
11686
11687         * tests/test-hmac-sha1.c: New file.
11688
11689         * modules/hmac-sha1-tests: New file.
11690
11691         * modules/hmac-sha1: New file.
11692
11693 2005-10-12  Simon Josefsson  <jas@extundo.com>
11694
11695         * modules/gc-sha1: New file.
11696
11697 2005-10-12  Simon Josefsson  <jas@extundo.com>
11698
11699         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11700
11701         * tests/test-gc-pbkdf2-sha1.c: New file.
11702
11703 2005-10-12  Simon Josefsson  <jas@extundo.com>
11704
11705         * modules/gc-md5, modules/gc-hmac-md5: New files.
11706
11707         * modules/gc (Files): Remove md5, memxor and hmac files.
11708
11709 2005-10-12  Simon Josefsson  <jas@extundo.com>
11710
11711         * m4/gc-pbkdf2-sha1.m4: New file.
11712
11713         * m4/gc-hmac-sha1.m4: New file.
11714
11715         * m4/gc-sha1: New file.
11716
11717         * m4/hmac-sha1.m4: New file.
11718
11719 2005-10-12  Simon Josefsson  <jas@extundo.com>
11720
11721         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11722
11723         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11724
11725 2005-10-12  Simon Josefsson  <jas@extundo.com>
11726
11727         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11728         suggested by Bruno Haible <bruno@clisp.org>.
11729
11730 2005-10-12  Simon Josefsson  <jas@extundo.com>
11731
11732         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11733
11734 2005-10-12  Simon Josefsson  <jas@extundo.com>
11735
11736         * lib/gc-pbkdf2-sha1.c: New file.
11737
11738         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11739
11740 2005-10-12  Simon Josefsson  <jas@extundo.com>
11741
11742         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11743
11744         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11745
11746 2005-10-12  Simon Josefsson  <jas@extundo.com>
11747
11748         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11749         GC_USE_HMAC_MD5, respectively.
11750
11751         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11752         (gc_md5): Fix typo.
11753
11754         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11755
11756         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11757
11758         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11759
11760 2005-10-12  Bruno Haible  <bruno@clisp.org>
11761
11762         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11763         Reported by Stepan Kasal <kasal@ucw.cz>.
11764
11765 2005-10-11  Simon Josefsson  <jas@extundo.com>
11766
11767         * tests/test-crc.c: New file.
11768
11769         * modules/crc, modules/crc-tests: New files.
11770
11771 2005-10-11  Simon Josefsson  <jas@extundo.com>
11772
11773         * m4/crc.m4: New file.
11774
11775 2005-10-11  Simon Josefsson  <jas@extundo.com>
11776
11777         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11778
11779         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11780
11781         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11782
11783 2005-10-11  Simon Josefsson  <jas@extundo.com>
11784
11785         * lib/crc.h, lib/crc.c: New files.
11786
11787         * lib/gc.h (gc_hash_buffer): Add doc.
11788
11789 2005-10-11  Bruno Haible  <bruno@clisp.org>
11790
11791         * modules/c-strcasestr: New file.
11792         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11793
11794 2005-10-11  Bruno Haible  <bruno@clisp.org>
11795
11796         * modules/c-strcase: New file.
11797         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11798
11799 2005-10-11  Bruno Haible  <bruno@clisp.org>
11800
11801         * lib/strcasecmp.c: Include limits.h.
11802         (strcasecmp): Avoid integer overflow on exotic platforms.
11803         * lib/strncasecmp.c: Include limits.h.
11804         (strncasecmp): Avoid integer overflow on exotic platforms.
11805         Reported by Paul Eggert.
11806
11807 2005-10-11  Bruno Haible  <bruno@clisp.org>
11808
11809         * lib/c-strcasestr.h: New file, from GNU gettext.
11810         * lib/c-strcasestr.c: New file, from GNU gettext.
11811
11812 2005-10-11  Bruno Haible  <bruno@clisp.org>
11813
11814         * lib/c-strcase.h: New file, from GNU gettext.
11815         * lib/c-strcasecmp.c: New file, from GNU gettext.
11816         * lib/c-strncasecmp.c: New file, from GNU gettext.
11817
11818 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11819
11820         * modules/mempcpy (License): GPL -> LGPL.
11821         * modules/strchrnul (License): Likewise.
11822         * modules/sysexits (License): Likewise.
11823
11824 2005-10-08  Simon Josefsson  <jas@extundo.com>
11825
11826         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11827
11828 2005-10-07  Simon Josefsson  <jas@extundo.com>
11829
11830         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11831
11832 2005-10-06  Simon Josefsson  <jas@extundo.com>
11833
11834         * tests/test-hmac-md5.c: New file.
11835
11836         * modules/hmac-md5-tests: New file.
11837
11838         * modules/hmac-md5: New file.
11839
11840 2005-10-06  Simon Josefsson  <jas@extundo.com>
11841
11842         * m4/hmac-md5.m4: New file.
11843
11844         * m4/memxor.m4: Require gl_C_RESTRICT.
11845
11846 2005-10-06  Simon Josefsson  <jas@extundo.com>
11847
11848         * lib/memxor.c (memxor): Avoid casts and warnings.
11849
11850 2005-10-06  Simon Josefsson  <jas@extundo.com>
11851
11852         * lib/hmac-md5.c: New file.
11853
11854         * lib/hmac.h: New file.
11855
11856 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11859         promotes to int, not unsigned int, to catch the AIX 5.3
11860         compiler bug.
11861
11862 2005-10-05  Simon Josefsson  <jas@extundo.com>
11863
11864         * modules/memxor: New file.
11865
11866         * modules/iconv (Files): Move config.rpath to havelib, it is used
11867         there.
11868
11869         * modules/havelib (Files): Add config.rpath.
11870
11871 2005-10-05  Simon Josefsson  <jas@extundo.com>
11872
11873         * m4/memxor.m4: New file.
11874
11875 2005-10-05  Simon Josefsson  <jas@extundo.com>
11876
11877         * lib/memxor.c (memxor): Fix compiler error.
11878
11879         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11880         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11881
11882         * lib/memxor.h, lib/memxor.c: New files.
11883
11884         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11885         we assume all systems have it, suggested by Jim Meyering
11886         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11887         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11888         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11889         same reasons.
11890
11891 2005-10-05  Simon Josefsson  <jas@extundo.com>
11892
11893         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11894
11895 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11896
11897         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11898         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11899         needed, since the source code now assumes these .h files.
11900
11901 2005-10-05  Derek Price  <derek@ximbiot.com>
11902
11903         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11904
11905 2005-10-05  Bruno Haible  <bruno@clisp.org>
11906
11907         * modules/stdint (License): Change to LGPL.
11908
11909 2005-10-04  Simon Josefsson  <jas@extundo.com>
11910
11911         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11912         D. Baushke" <mdb@gnu.org>.
11913
11914 2005-10-04  Bruno Haible  <bruno@clisp.org>
11915
11916         * lib/verify.h (verify_true): Provide alternative definition for C++.
11917
11918 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11919
11920         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11921         (SSIZE_MAX): New macro, if not already defined.
11922         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11923         than 2 GiB.
11924
11925 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11926
11927         Sync from coreutils.
11928         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11929         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11930         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11931         ULLONG_MAX doesn't work with 2.7.2.1.
11932
11933 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11934
11935         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11936         From Ben Pfaff.
11937
11938         * modules/exclude (Depends-on): Depend on verify.
11939         * modules/strtoimax (Depends-on): Likewise.
11940         * modules/utimecmp (Depends-on): Likewise.
11941
11942 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11943
11944         * lib/exclude.c: Include verify.h.
11945         (verify): Remove.  All callers changed to use verify.h's version.
11946         * lib/strtoimax.c: Likewise.
11947         * lib/utimecmp.c: Likewis.e
11948
11949         Sync from coreutils.
11950         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11951         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11952         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11953         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11954         bother returning ENOSYS if settimeofday or stime fails; just let
11955         them return whatever errno they want to return.
11956         * lib/utimens.c: Include unistd.h, for dup2.
11957         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11958         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11959
11960 2005-10-02  Jim Meyering  <jim@meyering.net>
11961
11962         Sync from coreutils.
11963         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11964         from glibc-2.2.5 that fails for read-only files.
11965
11966 2005-10-02  Jim Meyering  <jim@meyering.net>
11967
11968         Sync from coreutils.
11969         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11970         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11971         `#if HAVE_CONFIG_H'.
11972         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11973         Remove AT_FDCWD test.
11974         Do not consume the fd unless successful.
11975         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11976         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11977         block, so that we don't even try to compile it if settimeofday is
11978         available.  This works around a compilation failure on OSF1 V5.1,
11979         due to stime requiring a `long int*' while tv_sec is `int'.
11980
11981 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11982
11983         Sync from coreutils.
11984         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11985         against `yes', rather than just testing for nonempty.
11986
11987 2005-10-01  Simon Josefsson  <jas@extundo.com>
11988
11989         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11990         and Darwin.
11991
11992         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11993         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11994         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11995         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11996         Check if struct addrinfo is declared.
11997
11998 2005-10-01  Simon Josefsson  <jas@extundo.com>
11999
12000         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12001         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12002         AI_* and EAI_* definitions.  Protect function declarations.
12003
12004 2005-10-01  Jim Meyering  <jim@meyering.net>
12005
12006         Sync from coreutils.
12007
12008         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12009         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12010         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12011         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12012         in the inet and nsl libraries.  Required on Solaris 5.7.
12013
12014 2005-10-01  Jim Meyering  <jim@meyering.net>
12015
12016         Sync from coreutils.
12017         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12018         in the inet and nsl libraries.  Required on Solaris 5.7.
12019
12020 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12021
12022         * lib/getdelim.c (getdelim): Remove unused variables.
12023
12024 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12025
12026         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12027         so that the code works even with ancient cpp.  Portability problem
12028         with GCC 2.7.2.1 reported by Thomas M.Ott.
12029
12030 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * modules/regex (Depends-on): Add strcase.
12033
12034         * modules/gethostname (Licence): Change from GPL to LGPL, since
12035         gethostname.c is a trivial implementation of a standard library
12036         function.
12037         * modules/poll (License): Change from GPL to LGPL, since it's
12038         derived from LGPL code.
12039
12040 2005-09-27  Jim Meyering  <jim@meyering.net>
12041
12042         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12043         HAVE_CONFIG_H.
12044
12045         * lib/intprops.h (signed_type_or_expr__): Define.
12046         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12047         for unsigned types.
12048
12049 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12050
12051         * lib/verify.h (verify_expr): Remove, replacing with:
12052         (verify_true): New macro that returns true instead of void.
12053         (verify_type__): Remove.
12054         (verify): Use verify_true rather than verify_type__.
12055
12056 2005-09-26  Bruno Haible  <bruno@clisp.org>
12057
12058         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12059         is necessary.
12060         (lib_SOURCES): Remove mbchar.c.
12061         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12062         (Files): Add m4/mbrtowc.m4.
12063         * modules/mbiter: Likewise.
12064         * modules/mbuiter: Likewise.
12065
12066 2005-09-26  Bruno Haible  <bruno@clisp.org>
12067
12068         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12069         compile mbchar.c if they are not both present.
12070         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12071         * m4/mbiter.m4 (gl_MBITER): Likewise.
12072         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12073         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12074         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12075
12076 2005-09-25  Jim Meyering  <jim@meyering.net>
12077
12078         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12079         also uses socklen_t.
12080
12081 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12082
12083         * lib/utimens.c (ENOSYS): Define if not already defined.
12084         (futimens): Support having a null PATH if the file descriptor
12085         is nonnegative.
12086
12087         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12088         Remove.
12089         (__attribute): Define to empty unless GCC 3.1 or later.
12090         This works around a core dump on OpenBSD 3.4, which has GCC
12091         2.95.3, which dumps core when given __attribute__(()).  It also
12092         simplifies other tests, since we really don't want to bother with
12093         worrying about which ancient version of GCC supported what.
12094         Original problem reported by Yoann Vandoorselaere, with part of
12095         the fix suggested by Derek Price.
12096
12097 2005-09-24  Jim Meyering  <jim@meyering.net>
12098
12099         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12100         so we can once again use a positive bitfield width of 1 -- now we
12101         don't have to explain why we were using a bitfield width of 2.
12102
12103 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12104
12105         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12106         and similarly for the other external symbols.  Problem reported
12107         by James Gallager.
12108
12109         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12110         bug reported by Jim Meyering.
12111
12112         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12113         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12114         not needed, since socklen is a prerequisite module.
12115
12116 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12117
12118         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12119         Problem reported by Eric Blake.
12120         (getaddrinfo): Initialize se so that it's not garbage.
12121         Redo internal storage allocation so that it doesn't make unportable
12122         assumptions about alignment.
12123         Fix a memory leak.
12124
12125         * lib/utimens.c (futimens): Use futimesat if available.
12126         Prefer it to futimes since it doesn't have the futimes bug.
12127
12128         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12129         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12130         Instead, declare a function that returns a pointer to an array,
12131         and use verify_type__ to declare the size of the array.
12132         Problem and germ of a solution reported by Bruno Haible.
12133         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12134         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12135
12136 2005-09-23  Jim Meyering  <jim@meyering.net>
12137
12138         Sync from coreutils.
12139         Correct build failure (socklen_t not defined) on at least
12140         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12141         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12142
12143 2005-09-23  Jim Meyering  <jim@meyering.net>
12144
12145         * modules/getaddrinfo (Depends-on): Add socklen.
12146
12147 2005-09-23  Bruno Haible  <bruno@clisp.org>
12148
12149         * tests/test-verify.c: New file.
12150
12151 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12152
12153         Sync from coreutils.
12154
12155         * modules/argmatch (Depends-on): Add verify.
12156         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12157         unistd-safer.
12158         * modules/save-cwd (Depends-on): Likewise.
12159
12160         * modules/openat (Files): Add lib/openat-die.c.
12161         (Depends-on): Remove error, exitfail.
12162         Add dirname.
12163
12164         * modules/verify: New file.
12165         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12166         with "verify" module.
12167
12168 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12169
12170         Sync from coreutils.
12171
12172         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12173         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12174         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12175         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12176         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12177         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12178         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12179         Don't bother checking for string.h, stdlib.h, unistd.h.
12180         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12181         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12182         module's job.
12183         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12184         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12185
12186         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12187         (gl_GETDATE): Use it.
12188
12189         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12190
12191 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12192
12193         Sync from coreutils.
12194
12195         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12196         stat-time.h.
12197         * lib/argmatch.h: Include verify.h
12198         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12199         (ARGMATCH_ASSERT): Remove; unused.
12200         * lib/canonicalize.c: Assume STDC_HEADERS.
12201         * lib/exclude.c: Include "strcase.h".
12202         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12203         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12204         and stdio-safer.h.
12205         (getusershell): Call fopen, not fopen_safer.
12206         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12207         Do not include unistd-safer.h.
12208         (save_cwd): Don't call fd_safer; no longer needed
12209         now that we include fcntl--.h.
12210
12211         * lib/getdate.y (relative_time): New type.
12212         (RELATIVE_TIME_0): New constant.
12213         (parser_control): Use relative_time instead of doing it ourselves.
12214         (%union): Add new relative_time rel member.
12215         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12216         Now typeless.
12217         (relunit, relunit_snumber): Now of type rel.
12218         (zone, rel, relunit, get_date): Adjust to above changes.
12219
12220         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12221         Do not include unistd-safer.h.
12222         (getloadavg): Don't call fd_safer; no longer needed
12223         now that we include fcntl--.h.
12224
12225         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12226         (make_dir_parents): Treat ENOSYS like EEXIST.
12227
12228         Improve quality of diagnostics on restore_cwd failure.
12229         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12230         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12231         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12232         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12233         each time through the loop.  Do not diagnose restore_cwd failure;
12234         that is the caller's job (and perhaps the caller does not care).
12235
12236         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12237         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12238         If the file already exists but is not a directory, don't bother
12239         to try to make its parents.
12240         Close potential file descriptor leak if we can't chdir("/") (!).
12241         Don't always return true if chdir($PWD) fails; return true only
12242         if the requested action was done successfully (except for the
12243         chdir($PWD)).
12244         Don't log final directory unless we actually made it.
12245         Refactor to avoid duplicate code to fix up permissions.
12246         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12247
12248         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12249         to make it a bit faster and (I hope) clearer.
12250         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12251         Fix bug in formats like %2N.
12252
12253         * lib/verify.h: New file.
12254
12255 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12256
12257         Sync from coreutils.
12258         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12259
12260 2005-09-22  Jim Meyering  <jim@meyering.net>
12261
12262         Sync from coreutils.
12263
12264         * m4/lstat.m4 (gl_FUNC_LSTAT):
12265         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12266         Remove obsolete comment.
12267         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12268         * m4/xstrtod.m4: Likewise.
12269
12270         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12271
12272 2005-09-22  Jim Meyering  <jim@meyering.net>
12273
12274         Sync from coreutils.
12275
12276         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12277
12278         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12279         the .tm_year member, since otherwise gcc-4.0 would now warn about
12280         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12281
12282         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12283         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12284
12285         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12286         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12287         when run in a time zone for which daylight savings time is in effect
12288         for the starting date.
12289
12290         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12291         stop us from restricting permissions of just-created absolute-named
12292         directories.
12293         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12294         to restore initial working directory.
12295         * lib/mkdir-p.c (make_dir_parents): New parameter:
12296         different_working_dir, to tell caller if/when we change the working
12297         directory and are unable to return to the initial one.
12298         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12299         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12300         `return false'.  This fixes a bug introduced on 2004-07-30.
12301
12302         * lib/openat.c (fdopendir): Be sure to close the supplied
12303         file descriptor before returning.  This makes our replacement
12304         implementation a little closer to Solaris's, where fdopendir
12305         ties the file descriptor to the returned DIR* pointer.
12306         * lib/openat.c (unlinkat): New function.
12307         * lib/openat.h (unlinkat): Add prototype.
12308         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12309         (openat_restore_fail): Rename from openat_restore_die.
12310         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12311
12312         Provide an alternative to exiting immediately upon save_cwd or
12313         restore_cwd failure.  Now, an application can arrange e.g.,
12314         to perform a longjump in that case.
12315         * lib/openat.c: Include dirname.h.
12316         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12317         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12318         and openat_restore_die rather than calling error directly.
12319         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12320
12321         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12322         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12323         define.
12324
12325         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12326         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12327                             int utc, int nanoseconds);
12328         Background:
12329         date should not have to allocate a megabyte of virtual memory to
12330         handle a format argument like +%1048575T.  When implemented with
12331         strftime, it must allocate such a buffer, use strftime to fill it
12332         in, print it, then free it.
12333         With fprintftime, it simply prints everything and exits.
12334         With no need for memory allocation, that's one fewer way to fail.
12335         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12336         optional field width, not before, so we accept %9:z, not %:9z.
12337         (my_strftime): Be sure to use L_('x') for literals.
12338
12339         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12340         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12341         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12342         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12343         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12344         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12345         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12346         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12347         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12348         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12349         * lib/xgethostname.c, lib/xreadlink.c:
12350         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12351
12352         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12353         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12354         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12355         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12356         and don't include <sys/file.h>).
12357
12358 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12359
12360         Sync from coreutils.
12361
12362         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12363         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12364         [!LDAV_DONE]: Avoid unused variable warning.
12365
12366 2005-09-21  Bruno Haible  <bruno@clisp.org>
12367
12368         * lib/unicodeio.h (unicode_to_mb): New declaration.
12369
12370 2005-09-20  Derek Price  <derek@ximbiot.com>
12371
12372         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12373         getaddrinfo.h.
12374
12375 2005-09-20  Bruno Haible  <bruno@clisp.org>
12376
12377         * gnulib-tool: Remove trailing slashes from the values specified for
12378         --source-base, --m4-base, --tests-base, --aux-dir.
12379         Suggested by Simon Josefsson <jas@extundo.com>.
12380
12381 2005-09-20  Bruno Haible  <bruno@clisp.org>
12382
12383         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12384         func_modules_to_filelist, func_import, func_create_testdir): Make all
12385         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12386         change when gnulib-tool is invoked in a different locale.
12387
12388 2005-09-19  Simon Josefsson  <jas@extundo.com>
12389
12390         * m4/socklen.m4: Fix typo.
12391
12392 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12393
12394         Use a consistent style for including <config.h>.
12395         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12396         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12397         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12398         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12399         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12400         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12401         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12402         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12403         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12404         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12405         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12406         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12407         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12408         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12409         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12410         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12411         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12412         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12413         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12414         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12415         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12416         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12417         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12418         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12419         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12420         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12421         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12422         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12423         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12424         lib/xstrtoumax.c, lib/yesno.c:
12425         Standardize inclusion of config.h.
12426         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12427         lib/inttostr.h:  Removed inclusion of config.h from header files.
12428         * lib/inttostr.c:  Adjusted in-tree users.
12429         * lib/timespec.h: Remove superfluous warning to include config.h.
12430         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12431         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12432         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12433         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12434         config.h with HAVE_CONFIG_H.
12435
12436 2005-09-19  Jim Meyering  <jim@meyering.net>
12437
12438         * modules/pathmax (License): Change to LGPL.
12439
12440 2005-09-19  Derek Price  <derek@ximbiot.com>
12441
12442         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12443
12444 2005-09-19  Bruno Haible  <bruno@clisp.org>
12445
12446         * gnulib-tool (import): Provide default for --tests-base.
12447
12448 2005-09-19  Bruno Haible  <bruno@clisp.org>
12449
12450         * doc/quote.texi: New file, extracted from gnulib.texi.
12451         * doc/ctime.texi: New file, extracted from gnulib.texi.
12452         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12453         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12454         * doc/gnulib.texi: Include them.
12455
12456 2005-09-18  Bruno Haible  <bruno@clisp.org>
12457
12458         Portability fix.
12459         * gnulib-tool (func_readlink): New function.
12460         (func_ln_if_changed): Use it.
12461
12462 2005-09-18  Bruno Haible  <bruno@clisp.org>
12463
12464         * gnulib-tool: Support --with-tests also with --import.
12465         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12466         (func_import): Use variables $testsbase and $inctests. Emit a
12467         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12468         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12469         SUBDIRS += $testsdir.
12470         (func_create_testdir): Update.
12471
12472 2005-09-18  Bruno Haible  <bruno@clisp.org>
12473
12474         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12475         instead of $dry_run.
12476         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12477         (func_ln_if_changed): Don't handle dry-run here.
12478         (func_import): In dry-run mode, detect more precisely which actions
12479         would be performed, and don't use "...ing" verbs.
12480
12481 2005-09-18  Bruno Haible  <bruno@clisp.org>
12482
12483         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12484         (func_import): Use join on two temporary files instead of three nested
12485         loops, in order to determine which files are new or old.
12486
12487 2005-09-18  Bruno Haible  <bruno@clisp.org>
12488
12489         * gnulib-tool (func_import): Comment out code that spits out the
12490         new files with --dry-run.
12491
12492 2005-09-18  Bruno Haible  <bruno@clisp.org>
12493
12494         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12495
12496 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12497
12498         * lib/stat-time.h: New file.
12499         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12500         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12501         in a different way.
12502         (timespec_cmp): New function.
12503         * lib/utimecmp.c: Include stat-time.h.
12504         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12505         members exist, not on the obsolescent ST_MTIM_NSEC.
12506         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12507
12508 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12509
12510         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12511
12512 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12513
12514         * MODULES.html.sh (File system functions): Add stat-time.
12515         * modules/stat-time: New file.
12516         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12517         is now done in a different way, by the stat-time module.
12518         * modules/utimecmp (Depends-on): Add stat-time.
12519
12520 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12521
12522         * m4/st_mtim.m4: Remove.  Superseded by...
12523         * m4/stat-time.m4: New file.
12524         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12525         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12526
12527 2005-09-15  Derek Price  <derek@ximbiot.com>
12528
12529         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12530
12531 2005-09-15  Derek Price  <derek@ximbiot.com>
12532
12533         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12534         * lib/regex_internal.c: Ditto, using this...
12535         (__GNUC_PREREQ): ...new macro.
12536         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12537         using...
12538         (__GNUC_PREREQ): ...this new macro.
12539
12540         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12541
12542 2005-09-15  Derek Price  <derek@ximbiot.com>
12543             Paul Eggert  <eggert@cs.ucla.edu>
12544
12545         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12546         changes, consolidating in...
12547         * lib/regex_internal.h: ...this file.
12548
12549 2005-09-13  Jim Meyering  <jim@meyering.net>
12550
12551         * lib/canon-host.c: Filter through gnu indent and reword comments
12552         slightly.
12553         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12554
12555 2005-09-13  Derek Price  <derek@ximbiot.com>
12556
12557         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12558         failure.
12559         Reported by Jim Meyering  <jim@meyering.net>.
12560
12561 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12562
12563         * lib/base64.c: Typo.
12564         (base64_encode): Put b64str in initialized data section.
12565
12566 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12567
12568         Merge glibc and coreutils changes into gnulib, plus a few
12569         extra fixes.
12570         * lib/md5.c: Use #error rather than a string.
12571         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12572         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12573         (__attribute__): Define to empty for non recent-GCC.
12574         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12575         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12576         Renamed from their non-__ counterparts, with new macros replacing
12577         them if not _LIBC.  Add __THROW attribute.
12578         (rol): Remove.
12579         (struct md5_ctx): Align buffer if using GCC.
12580         * lib/sha1.h (struct sha1_ctx): Likewise.
12581         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12582         The old name was backwards.
12583         (NOTSWAP): Remove; not used.
12584         (rol): New macro, moved here from md5.h.
12585         (sha1_process_block): Remove a FIXME that doesn't make sense.
12586
12587 2005-09-12  Derek Price  <derek@ximbiot.com>
12588
12589         Return usable errors from canon-host.
12590         * lib/canon-host.h: New file.
12591         * lib/canon-host.c (canon_host): Wrap...
12592         (canon_host_r): ...this new function, which now relies exclusively on
12593         getaddrinfo.
12594         (ch_strerror): New function.
12595         (last_cherror): New global.
12596         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12597         interface.
12598         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12599         void *.
12600         (freeaddrinfo): Free ai->ai_canonname when set.
12601
12602 2005-09-12  Derek Price  <derek@ximbiot.com>
12603
12604         Make canon-host require getaddrinfo.
12605         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12606         AC_LIBSOURCE canon-host.h.  Call...
12607         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12608         gl_GETADDRINFO.
12609         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12610
12611 2005-09-12  Derek Price  <derek@ximbiot.com>
12612
12613         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12614         LGPL.
12615         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12616
12617 2005-09-12  Derek Price  <derek@ximbiot.com>
12618
12619         * lib/gai_strerror.c: Include config.h when available.  Include
12620         getaddrinfo.h before other headers to test interface.
12621         Reported by Larry Jones <lawrence.jones@ugs.com>.
12622
12623 2005-09-12  Derek Price  <derek@ximbiot.com>
12624             Paul Eggert  <eggert@cs.ucla.edu>
12625
12626         * modules/glob (Files): Add glob-libc.h.
12627
12628 2005-09-12  Derek Price  <derek@ximbiot.com>
12629             Paul Eggert  <eggert@cs.ucla.edu>
12630
12631         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12632         glob_.h, glob-libc.h.
12633         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12634
12635 2005-09-12  Derek Price  <derek@ximbiot.com>
12636             Paul Eggert  <eggert@cs.ucla.edu>
12637
12638         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12639         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12640         protecting things that should be done only in gnulib contexts.
12641         * lib/glob_.h: New file, containing only the glob things needed for
12642         gnulib.
12643         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12644         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12645         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12646         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12647         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12648         and to respect the namespace rules better.
12649
12650 2005-09-08  Simon Josefsson  <jas@extundo.com>
12651
12652         * modules/socklen: New file.
12653
12654 2005-09-08  Simon Josefsson  <jas@extundo.com>
12655
12656         * m4/socklen.m4: New file.
12657
12658 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12659
12660         * modules/utimens (Files): Add m4/utimbuf.m4, since
12661         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12662         Reported by Sergey Poznyakoff.
12663
12664 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12665
12666         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12667         definitions, since that's the preferred style in glibc.
12668         Fix a minor spacing issue, and update copyright notice to match
12669         glibc's.
12670
12671 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12672
12673         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12674
12675 2005-09-06  Simon Josefsson  <jas@extundo.com>
12676
12677         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12678         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12679
12680 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12681
12682         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12683         warning.
12684
12685 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12686
12687         * config/srclist.txt: Add glibc bug 1302.
12688
12689 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12690
12691         Change bitset word type from unsigned int to unsigned long int,
12692         as this has better performance on typical 64-bit hosts.
12693         Port bitset code to hosts with unusual word sizes.
12694         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12695         (build_collating_symbol):
12696         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12697         argument is a bitset.  This is merely a style issue, but it makes
12698         it clearer that an entire array is expected.
12699         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12700         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12701         Port to the case where bitset_word is not the same as unsigned int.
12702         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12703         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12704         Likewise.
12705         * lib/regexec.c (check_dst_limits_calc_pos_1,
12706         check_subexp_matching_top):
12707         (build_trtable, group_nodes_into_DFAstates):
12708         Likewise.
12709         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12710         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12711         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12712         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12713         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12714         * lib/regcomp.c (optimize_subexps, lower_subexp):
12715         Work even if bitset_word has holes in its bitwise representation.
12716         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12717         * lib/regexec.c (check_dst_limits_calc_pos_1,
12718         check_subexp_matching_top):
12719         Likewise.
12720         * lib/regex_internal.c (re_string_reconstruct):
12721         Don't assume UCHAR_MAX == 255.
12722         * lib/regex_internal.h (bitset_set_all): Likewise.
12723         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12724         All uses changed.
12725         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12726         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12727         All uses changed.
12728         (BITSET_WORD_MAX): New macro.
12729         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12730         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12731         (bitset_empty, bitset_copy):
12732         Prefer sizeof (bitset) to multiplying it out ourselves.
12733         (bitset_not_merge): Remove; unused.
12734         (bitset_contain): Return bool, not unsigned int with one bit on.
12735         All callers changed.
12736         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12737         alignment than re_node_set; do this by defining a new internal
12738         type struct dests_alloc and using it to allocate memory.
12739
12740 2005-09-05  Bruno Haible  <bruno@clisp.org>
12741
12742         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12743         links.
12744
12745 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12746
12747         * modules/size_max (Makefile.am): Add size_max.h
12748
12749 2005-09-04  Derek Price  <derek@ximbiot.com>
12750
12751         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12752
12753 2005-09-03  Simon Josefsson  <jas@extundo.com>
12754
12755         * gnulib-tool: Fix typo.
12756
12757 2005-09-03  Simon Josefsson  <jas@extundo.com>
12758
12759         * config/srclist.txt: Add glibc bug 1293.
12760
12761 2005-09-03  Derek Price  <derek@ximbiot.com>
12762
12763         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12764         From Larry Jones <lawrence.jones@ugs.com>.
12765
12766 2005-09-02  Simon Josefsson  <jas@extundo.com>
12767
12768         * modules/socklen: New file.
12769
12770 2005-09-02  Simon Josefsson  <jas@extundo.com>
12771
12772         * modules/havelib: New module.
12773
12774         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12775         Use havelib.
12776
12777 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12778
12779         Check for arithmetic overflow when calculating sizes, to prevent
12780         some buffer-overflow issues.  These patches are conservative, in the
12781         sense that when I couldn't determine whether an overflow was possible,
12782         I inserted a run-time check.
12783         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12784         macros.
12785         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12786         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12787         (re_xnrealloc, re_x2nrealloc): New inline functions.
12788         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12789         parse_bracket_exp):
12790         (build_equiv_class, build_charclass): Check for arithmetic overflow
12791         in size expression calculations.
12792         * lib/regex_internal.c (re_string_realloc_buffers):
12793         (build_wcs_upper_buffer, re_node_set_add_intersect):
12794         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12795         (re_dfa_add_node, register_state): Likewise.
12796         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12797         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12798         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12799         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12800
12801 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12802
12803         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12804         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12805
12806 2005-09-02  Bruno Haible  <bruno@clisp.org>
12807
12808         Support for lib vs. lib64 distinction on biarch platforms.
12809         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12810         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12811         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12812
12813 2005-09-02  Bruno Haible  <bruno@clisp.org>
12814
12815         * gnulib-tool (import): In the other first-use case, provide defaults
12816         as well.
12817
12818 2005-09-02  Bruno Haible  <bruno@clisp.org>
12819
12820         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12821         patches not yet found in the latest gettext release.
12822
12823 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12824
12825         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12826         to avoid a collision with bits/local_lim.h in glibc.
12827         All uses changed.  Problem reported by Dmitry V. Levin in
12828         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12829
12830         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12831         bugs in int versus size_t comparisons.
12832         (re_string_context_at): Fix bug where the code assumed that
12833         Idx is signed.
12834
12835         Use bool where appropriate.
12836         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12837         All callers changed.
12838         (calc_eclosure_iter): Likewise, for ROOT arg.
12839         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12840         (build_charclass_op): Likewise, for NON_MATCH arg.
12841         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12842         (re_string_construct_common): Likewise, for ICASE arg.
12843         * lib/regexec.c (re_search_2_stub, re_search_stub):
12844         Likewise, for RET_LEN arg.
12845         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12846         (set_regs): Likewise, for FL_BACKTRACK arg.
12847         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12848         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12849         (calc_eclosure_iter, parse_bracket_exp):
12850         Use bool for internal variables that are booleans.
12851         * lib/regexec.c (re_search_internal, check_matching,
12852         proceed_next_node):
12853         (set_regs, build_sifted_states, sift_states_bkref):
12854         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12855         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12856         (find_collation_sequence_value):
12857         Likewise.
12858         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12859         (re_node_set_compare):
12860         Return bool, not int. All callers changed.
12861         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12862         (build_trtable, check_node_accept): Likewise.
12863         * lib/regex_internal.h: Include stdbool.h.
12864
12865         Fix bugs uncovered when converting to bool.
12866         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12867         failure instead of charging ahead blindly.
12868         * lib/regex_internal.c (register_state): Likewise.
12869         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12870         for freeing internal storage.
12871         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12872         bitset pieces used as boolean, to avoid undefined behavior
12873         on hosts that do int overflow checking.
12874
12875 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         * config/srclist.txt: Add glibc bugs 1285-1287.
12878
12879 2005-09-01  Jim Meyering  <jim@meyering.net>
12880
12881         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12882         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12883         Require gl_STAT_MACROS, too.
12884
12885 2005-09-01  Bruno Haible  <bruno@clisp.org>
12886
12887         * gnulib-tool (import): In the first-use case, provide defaults.
12888
12889 2005-09-01  Bruno Haible  <bruno@clisp.org>
12890
12891         * gnulib-tool (func_import): Remove the .tmp files.
12892
12893 2005-09-01  Bruno Haible  <bruno@clisp.org>
12894
12895         * gnulib-tool (func_import): Fix handling of symbolic links.
12896
12897 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12900         old glibc regex code mishandles strings longer than 2**31 bytes.
12901         This patch fixes this when the regex code is used in gnulib
12902         (i.e., outside glibc).
12903
12904         This patch should not affect the use of the regex code inside
12905         glibc.  No doubt this problem also needs to be handled for glibc
12906         as well, but the result will be an incompatible change to the
12907         glibc ABI, and the old ABI will have to be supported too.  That
12908         can be the the subject for another patch.
12909
12910         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12911         governing whether the rest of this patch is active.  By default,
12912         the macro is disabled and the patch has no effect.
12913         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12914         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12915         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12916         (re_match_2, re_set_registers): Use the new types.
12917         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12918         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12919         New macros.
12920         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12921         (re_string_context_at, bin_tree_t, re_dfastate_t):
12922         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12923         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12924         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12925         (re_string_char_size_at, re_string_wchar_at):
12926         (re_string_elem_size_at):
12927         Use the new types and macros to port to 64-bit hosts.
12928         Use unsigned types for internal values, so that the code
12929         mostly works even for arrays larger than SSIZE_MAX.
12930         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12931         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12932         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12933         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12934         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12935         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12936         (calc_inveclosure, parse_dup_op, build_range_exp):
12937         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12938         (fetch_number, create_token_tree, mark_opt_subexp):
12939         Likewise.
12940         * lib/regex_internal.c (re_string_construct_common,
12941         create_ci_newstate):
12942         (create_cd_newstate, re_string_allocate, re_string_construct):
12943         (re_string_realloc_buffers, build_wcs_upper_buffer):
12944         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12945         (re_string_reconstruct, re_string_peek_byte_case):
12946         (re_string_fetch_byte_case, re_string_context_at):
12947         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12948         (re_node_set_init_copy, re_node_set_add_intersect):
12949         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12950         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12951         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12952         (re_acquire_state, re_acquire_state_context, register_state):
12953         Likewise.
12954         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12955         search_cur_bkref_entry):
12956         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12957         (re_search_internal, re_search_2_stub, re_search_stub)
12958         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12959         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12960         (update_cur_sifted_state, check_dst_limits):
12961         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12962         (check_subexp_limits, sift_states_bkref, merge_state_array):
12963         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12964         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12965         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12966         (expand_bkref_cache, check_node_accept_bytes):
12967         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12968         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12969         (acquire_init_state_context, check_halt_node_context):
12970         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12971         (sift_states_backward, clean_state_log_if_needed):
12972         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12973         (find_recover_state, transit_state_sb, transit_state_mb):
12974         (transit_state_bkref, build_trtable, match_ctx_clean):
12975         Likewise.
12976         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12977         to work around an assumption that REG_MISSING is negative.
12978
12979         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12980         (seek_collating_symbol_entry) [defined _LIBC]:
12981         (lookup_collation_sequence_value) [defined _LIBC]:
12982         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12983         Use prototypes rather than old-style function definitions.
12984         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12985         (transit_state_sb) [0]:
12986         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12987
12988         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12989         rm_eo.
12990
12991         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12992         (optimize_subexps, lower_subexp):
12993         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12994         since the signed shift might overflow.  Use 1u<<31 instead.
12995         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12996         Likewise.
12997         * lib/regexec.c (check_dst_limits_calc_pos_1,
12998         check_subexp_matching_top): Likewise.
12999
13000         * lib/regcomp.c (optimize_subexps, lower_subexp):
13001         Use CHAR_BIT rather than 8, for clarity.
13002         * lib/regexec.c (check_dst_limits_calc_pos_1):
13003         (check_subexp_matching_top): Likewise.
13004         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13005         have to worry about portability issues when shifting it left.
13006         Remove no-longer-needed test for table_size > 0.
13007         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13008         in a word, as the resulting behavior is undefined.
13009         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13010         in one case, a <= should have been an <, and in another case the
13011         whole test was missing.
13012         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13013         the standard name CHAR_BIT.
13014         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13015         this is not true on one's complement and signed-magnitude hosts.
13016
13017         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13018         next_last_offset.
13019         (struct re_dfa_t): Remove unused member states_alloc.
13020         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13021
13022 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13023
13024         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13025         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13026         and large-file glibc and in 32-bit large-file Solaris.
13027
13028 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13029
13030         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13031         lengths fit in regoff_t; this isn't true if regoff_t is the same
13032         width as size_t.
13033         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13034         (= START + RANGE) instead of RANGE.  This avoids overflow
13035         problems when regoff_t is the same width as size_t.
13036         All callers changed.
13037         (re_search_2_stub): Check for overflow when adding the
13038         sizes of the two strings.
13039         (re_search_stub): Check for overflow when adding START
13040         to RANGE; if it occurs, substitute the extreme value.
13041
13042 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13043
13044         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13045
13046 2005-08-31  Jim Meyering  <jim@meyering.net>
13047
13048         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13049         a pointer-to-const.
13050         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13051         (register_state): Likewise.
13052         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13053         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13054         (group_nodes_into_DFAstates): Likewise.
13055
13056 2005-08-31  Jim Meyering  <jim@meyering.net>
13057
13058         * check-module: Add a FIXME comment.
13059
13060 2005-08-31  Eric Blake  <ebb9@byu.net>
13061
13062         * modules/unistd-safer (Files): Add unistd--.h.
13063         * modules/stdio-safer (Files): Add stdio--.h.
13064
13065 2005-08-31  Derek Price  <derek@ximbiot.com>
13066
13067         * lib/getdelim.c (getdelim): Return EOF on EOF.
13068         Reported by Larry Jones <lawrence.jones@ugs.com>.
13069
13070 2005-08-31  Bruno Haible  <bruno@clisp.org>
13071
13072         Avoid unnecessary diffs in the generated lib/Makefile.am.
13073         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13074         the generated files.
13075         (func_import): Don't set cmd.
13076
13077 2005-08-31  Bruno Haible  <bruno@clisp.org>
13078
13079         * lib/strstr.c: Include <stddef.h>, for NULL.
13080         * lib/strcasestr.c: Likewise.
13081         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13082
13083 2005-08-31  Bruno Haible  <bruno@clisp.org>
13084
13085         * gnulib-tool: New option --macro-prefix.
13086         (func_import): Use macro_prefix.
13087         (import): Handle option --macro-prefix.
13088
13089 2005-08-31  Bruno Haible  <bruno@clisp.org>
13090
13091         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13092         Also use new variables cached_lgpl, cached_libtool.
13093
13094 2005-08-31  Bruno Haible  <bruno@clisp.org>
13095
13096         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13097         always instantiating them.
13098
13099 2005-08-31  Bruno Haible  <bruno@clisp.org>
13100
13101         * gnulib-tool (func_import): Read the previous cached settings
13102         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13103         earlier added by gnulib but are now dropped. Warn when a gnulib file
13104         overwrites a non-gnulib file.
13105
13106 2005-08-31  Bruno Haible  <bruno@clisp.org>
13107
13108         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13109         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13110         projects that don't keep autogenerated files in CVS. Put into
13111         actioncmd only the specified modules, not the transitive closure.
13112
13113 2005-08-31  Bruno Haible  <bruno@clisp.org>
13114
13115         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13116         Create directories that shall be filled.
13117         (import): Don't look for gl_* macros in configure.ac. Recurse across
13118         all directories containing a gnulib-cache.m4 files, if meaningful.
13119
13120 2005-08-31  Bruno Haible  <bruno@clisp.org>
13121
13122         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13123         (import): Set seen_libtool when we see gl_LIBTOOL.
13124
13125 2005-08-31  Bruno Haible  <bruno@clisp.org>
13126
13127         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13128         declaration macro definitions from generated gnulib.m4.
13129
13130 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13131
13132         * lib/iconvme.h: Add prototype for iconv_alloc.
13133
13134 2005-08-29  Simon Josefsson  <jas@extundo.com>
13135
13136         * lib/iconvme.c: Fix errno.
13137
13138 2005-08-29  Bruno Haible  <bruno@clisp.org>
13139
13140         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13141         that it works when the directory contains spaces.
13142
13143 2005-08-29  Bruno Haible  <bruno@clisp.org>
13144
13145         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13146
13147 2005-08-29  Bruno Haible  <bruno@clisp.org>
13148
13149         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13150         Emit more advice.
13151
13152 2005-08-29  Bruno Haible  <bruno@clisp.org>
13153         and Stepan Kasal  <kasal@ucw.cz>
13154
13155         * check-module: If more parameters are given, check each of them
13156         separately; add more exceptions, as noted by Jim Meyering.
13157         (check_module): New procedure.
13158         (%exempt_header): Now contains all exceptions.
13159
13160 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13161
13162         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13163
13164 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13165
13166         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13167
13168 2005-08-28  Bruno Haible  <bruno@clisp.org>
13169
13170         * m4/gnulib-tool.m4: New file.
13171
13172 2005-08-27  Jim Meyering  <jim@meyering.net>
13173
13174         * modules/unistd-safer (Files): Add pipe-safer.c.
13175         * modules/fcntl-safer (Files): Add creat-safer.c.
13176
13177 2005-08-27  Jim Meyering  <jim@meyering.net>
13178
13179         * m4/stdlib-safer.m4: New file.  From coreutils.
13180         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13181         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13182         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13183         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13184         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13185
13186 2005-08-27  Jim Meyering  <jim@meyering.net>
13187
13188         * lib/fopen-safer.c: Merge minor changes from coreutils.
13189         * lib/dup-safer.c: Likewise.
13190         * lib/fd-safer.c: Likewise.
13191
13192         Merge from coreutils.
13193         * lib/stdio--.h: New file.
13194         * lib/stdlib--.h: New file.
13195         * lib/mkstemp-safer.c: New file.
13196
13197         GNU tar needs these.
13198         * lib/pipe-safer.c: New file.
13199         * lib/creat-safer.c: New file.
13200         * lib/fcntl--.h (creat): Define to creat_safer.
13201         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13202         * lib/unistd--.h (pipe): Define to pipe_safer.
13203         * lib/unistd-safer.h: Declare pipe_safer.
13204
13205 2005-08-26  Simon Josefsson  <jas@extundo.com>
13206
13207         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13208         Haible <bruno@clisp.org>.
13209
13210 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13211
13212         * lib/regex_internal.h: Remove all references to
13213         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13214         or better.
13215         (bitset_not, bitset_merge, bitset_not_merge):
13216         (bitset_mask, re_string_allocate, re_string_construct):
13217         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13218         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13219         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13220         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13221         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13222         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13223         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13224         (re_acquire_state_context):
13225         Remove unnecessary forward decls.
13226         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13227         Put __attribute at function definition,
13228         now that the function decl has been removed.
13229         * lib/regex_internal.c (re_string_peek_byte_case):
13230         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13231         Likewise.
13232
13233 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13234
13235         * m4/regex.m4: Add AC_PREREQ(2.50).
13236         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13237
13238 2005-08-25  Simon Josefsson  <jas@extundo.com>
13239
13240         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13241         __fsetlocking.
13242
13243 2005-08-25  Simon Josefsson  <jas@extundo.com>
13244
13245         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13246         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13247         GLIBC specific code.
13248
13249 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13250
13251         Make regex safe for g++.  This fixes one real bug (an "err"
13252         that should have been "*err").  g++ problem reported by
13253         Sam Steingold.
13254         * lib/regex_internal.h (re_calloc): New macro, consistent with
13255         re_malloc etc.  All callers of calloc changed to use re_calloc.
13256         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13257         not int.  All callers changed.
13258         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13259         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13260         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13261         (find_recover_state): Change "err" to "*err"; this fixes what
13262         appears to be a real bug.
13263         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13264         versus int.
13265
13266 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13267
13268         * modules/regex (Depends-on): Add malloc, since the code
13269         assumes that !malloc(0) means failure.
13270
13271 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13272
13273         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13274
13275         alloca modernization/simplification for regex.
13276         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13277         needs to be at the start of the file, and can be moved into
13278         regex_internal.h and simplified.
13279         * lib/regex_internal.h: Include <alloca.h>.
13280         (__libc_use_alloca) [!defined _LIBC]: New macro.
13281         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13282         now works outside glibc.
13283
13284 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13285
13286         * config/srclist.txt: Add glibc bugs 1241, 1245.
13287
13288 2005-08-25  Jim Meyering  <jim@meyering.net>
13289
13290         * lib/open-safer.c: Include <config.h>.
13291         Otherwise, we'd lose LARGEFILE support in any file using
13292         e.g. "fcntl--.h"
13293
13294 2005-08-25  Bruno Haible  <bruno@clisp.org>
13295
13296         * m4/minmax.m4: Require autoconf 2.52.
13297         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13298         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13299         alternatives of translit over the alphabet.
13300         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13301
13302 2005-08-24  Simon Josefsson  <jas@extundo.com>
13303
13304         * tests/test-getpass.c: New file.
13305
13306 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13307
13308         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13309         for GNU regex features.
13310
13311 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13312
13313         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13314         * lib/regex.h (regerror): Likewise.
13315
13316         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13317         requires this.  (The code never needed it.)
13318
13319         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13320         All uses of recently-renamed identifiers changed to use the new,
13321         POSIX-compliant names.  The code will build and run just fine
13322         without these changes, but it's better to eat our own dog food
13323         and use the standard-conforming names.
13324
13325         * lib/regex.h: Fix a multitude of POSIX name space violations.
13326         These changes have an effect only for programs that define
13327         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13328         do not change anything for programs compiled in the normal way.
13329         Also, there is no effect on the ABI.
13330
13331         (_REGEX_SOURCE): New macro.
13332         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13333         defined and _GNU_SOURCE is not; this fixes a name space violation.
13334
13335         Rename the following macros to obey POSIX requirements.
13336         The old names are still visible as macros if _REGEX_SOURCE is defined.
13337         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13338         RE_BACKSLASH_ESCAPE_IN_LISTS.
13339         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13340         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13341         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13342         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13343         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13344         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13345         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13346         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13347         (REG_INTERVALS): renamed from RE_INTERVALS.
13348         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13349         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13350         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13351         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13352         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13353         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13354         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13355         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13356         RE_UNMATCHED_RIGHT_PAREN_ORD.
13357         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13358         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13359         (REG_DEBUG): renamed from RE_DEBUG.
13360         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13361         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13362         unusual, since we can't clash with the POSIX REG_ICASE.
13363         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13364         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13365         (REG_NO_SUB): renamed from RE_NO_SUB.
13366         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13367         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13368         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13369         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13370         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13371         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13372         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13373         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13374         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13375         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13376         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13377         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13378         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13379         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13380         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13381         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13382         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13383         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13384         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13385         (REG_FIXED): Renamed from REGS_FIXED.
13386         (REG_NREGS): Renamed from RE_NREGS.
13387
13388         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13389         of other REG_* macros, since POSIX says the user is allowed to
13390         #undef these macros selectively.
13391
13392         (reg_errcode_t): Update comment stating what other tables need
13393         to be consistent.
13394
13395         Rename the following enum values to obey POSIX requirements.
13396         The old names are still visible as macros.
13397         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13398         is not defined, since GNU is supposed to be a superset of POSIX as
13399         much as possible, and since we want reg_errcode_t to be a signed
13400         type for implementation consistency.
13401         (_REG_NOERROR): Renamed from REG_NOERROR.
13402         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13403         (_REG_BADPAT): Renamed from REG_BADPAT.
13404         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13405         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13406         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13407         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13408         (_REG_EBRACK): Renamed from REG_EBRACK.
13409         (_REG_EPAREN): Renamed from REG_EPAREN.
13410         (_REG_EBRACE): Renamed from REG_EBRACE.
13411         (_REG_BADBR): Renamed from REG_BADBR.
13412         (_REG_ERANGE): Renamed from REG_ERANGE.
13413         (_REG_ESPACE): Renamed from REG_ESPACE.
13414         (_REG_BADRPT): Renamed from REG_BADRPT.
13415         (_REG_EEND): Renamed from REG_EEND.
13416         (_REG_ESIZE): Renamed from REG_ESIZE.
13417         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13418         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13419         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13420         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13421         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13422
13423         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13424         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13425         changed.  But support the old name if the new one is not defined
13426         and if _REGEX_SOURCE.
13427
13428         Change the following member names in struct re_pattern_buffer.
13429         The old names are still supported if !_REGEX_SOURCE.
13430         The new names are always supported, regardless of _REGEX_SOURCE.
13431         (re_buffer): Renamed from buffer.
13432         (re_allocated): Renamed from allocated.
13433         (re_used): Renamed from used.
13434         (re_syntax): Renamed from syntax.
13435         (re_fastmap): Renamed from fastmap.
13436         (re_translate): Renamed from translate.
13437         (re_can_be_null): Renamed from can_be_null.
13438         (re_regs_allocated): Renamed from regs_allocated.
13439         (re_fastmap_accurate): Renamed from fastmap_accurate.
13440         (re_no_sub): Renamed from no_sub.
13441         (re_not_bol): Renamed from not_bol.
13442         (re_not_eol): Renamed from not_eol.
13443         (re_newline_anchor): Renamed from newline_anchor.
13444
13445         Change the following member names in struct re_registers.
13446         The old names are still supported if !_REGEX_SOURCE.
13447         The new names are always supported, regardless of _REGEX_SOURCE.
13448         (rm_num_regs): Renamed from num_regs.
13449         (rm_start): Renamed from start.
13450         (rm_end): Renamed from end.
13451
13452         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13453         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13454         Prepend __ to parameter names.
13455
13456         Undo yesterday's changes.
13457
13458 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13459
13460         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13461         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13462         lib/regex.c.
13463
13464 2005-08-24  Jim Meyering  <jim@meyering.net>
13465
13466         Sync from coreutils.
13467         * m4/fcntl-safer.m4: New file.
13468
13469         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13470         and object files for this module.
13471
13472 2005-08-24  Jim Meyering  <jim@meyering.net>
13473
13474         Sync from coreutils.
13475         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13476
13477 2005-08-24  Jim Meyering  <jim@meyering.net>
13478
13479         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13480         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13481
13482 2005-08-24  Jim Meyering  <jim@meyering.net>
13483
13484         * modules/fcntl-safer: New module.
13485         * modules/fts (Depends-on): Add fcntl-safer.
13486         * MODULES.html.sh (File descriptor based Input/Output):
13487         Add fcntl-safer.
13488
13489 2005-08-24  Bruno Haible  <bruno@clisp.org>
13490
13491         Support for unit test modules.
13492         * modules/README: Mention tests modules.
13493         * modules/TEMPLATE-TESTS: New file.
13494         * gnulib-tool: New options --extract-tests-module, --with-tests and
13495         --tests-base (unused for the moment).
13496         (testsbase, inctests): New variables.
13497         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13498         (func_verify_module): Exclude TEMPLATE-TESTS.
13499         (func_verify_nontests_module, func_verify_tests_module): New functions.
13500         (func_get_dependencies): Add implicit dependency for tests modules.
13501         (func_get_tests_module): New function.
13502         (func_modules_transitive_closure): When --with-tests was specified,
13503         include the unit tests as well, unless explicitly avoided.
13504         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13505         (func_emit_tests_Makefile_am): New function.
13506         (func_create_testdir): When --with-tests was specified, emit a
13507         tests/ directory.
13508         * MODULES.html.sh (Future developments): Update.
13509
13510 2005-08-24  Bruno Haible  <bruno@clisp.org>
13511
13512         * modules/tls-tests: New file.
13513         * tests/test-tls.c: New file, from GNU gettext.
13514
13515 2005-08-24  Bruno Haible  <bruno@clisp.org>
13516
13517         * modules/lock-tests: New file.
13518         * tests/test-lock.c: New file, from GNU gettext.
13519
13520 2005-08-24  Bruno Haible  <bruno@clisp.org>
13521
13522         * lib/lock.h: Add multiple inclusion guard.
13523         * lib/tls.h: Add multiple inclusion guard.
13524
13525 2005-08-24  Bruno Haible  <bruno@clisp.org>
13526
13527         * gnulib-tool: Add support for the --aux-dir option to
13528         --create-testdir, --create-megatestdir, --test, --megatest.
13529         (func_create_testdir, func_create_megatestdir): Optionally emit a
13530         AC_CONFIG_AUX_DIR directive.
13531         (create-testdir, create-megatestdir, test, megatest): Provide a
13532         default value for $auxdir.
13533
13534 2005-08-24  Bruno Haible  <bruno@clisp.org>
13535
13536         * gnulib-tool (import): Use compound statement instead of subshell
13537         where possible.
13538
13539 2005-08-24  Bruno Haible  <bruno@clisp.org>
13540
13541         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13542
13543 2005-08-24  Bruno Haible  <bruno@clisp.org>
13544
13545         * gnulib-tool (func_version): Update.
13546
13547 2005-08-24  Bruno Haible  <bruno@clisp.org>
13548
13549         * gnulib-tool (func_import, func_create_testdir,
13550         func_create_megatestdir): Quote all autoconf macro arguments.
13551
13552 2005-08-24  Bruno Haible  <bruno@clisp.org>
13553
13554         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13555         option --force, because --force causes the aclocal.m4 of each
13556         subdirectory to be newer than the corresponding config.h.in.
13557
13558 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13561         All contents moved to gl_REGEX.
13562         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13563         assume that it does.
13564
13565 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13566
13567         * lib/regex.h (REG_NOSYS)
13568         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13569         Define, since POSIX requires it as of 2001.
13570         (_REG_ENOSYS)
13571         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13572         New private symbol, used to keep the enum signed in all cases.
13573         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13574         Youngman in
13575         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13576
13577         * lib/regex_internal.c (re_string_skip_chars, register_state):
13578         (calc_state_hash):
13579         Remove forward decls; no longer needed now that we use prototypes.
13580         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13581         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13582         (clean_state_log_if_needed): Likewise.
13583
13584 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13585
13586         * config/srclist.txt: Add glibc bugs 1231-1233.
13587
13588 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13589
13590         Fix problems reported by Sam Steingold in
13591         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13592         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13593         assumed that reg_errcode_t is a signed type, which is not
13594         necessarily true if _XOPEN_SOURCE is not defined.
13595         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13596         since some compilers warn about it otherwise.
13597
13598 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13599
13600         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13601         (init_word_char, create_initial_state, duplicate_node_closure):
13602         (fetch_token, peek_token_bracket, build_range_exp):
13603         (build_collating_symbol): Remove forward decls; no longer needed
13604         now that we use prototypes.
13605
13606         * lib/regcomp.c:
13607         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13608         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13609         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13610         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13611         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13612         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13613         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13614         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13615         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13616         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13617         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13618         (build_charclass, build_charclass_op, fetch_number, create_tree):
13619         (create_token_tree, mark_opt_subexp, duplicate_tree):
13620         Use prototypes rather than old-style definitions.
13621
13622         * lib/regex_internal.c:
13623         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13624         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13625         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13626         (re_string_reconstruct, re_string_peek_byte_case):
13627         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13628         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13629         (re_node_set_init_copy, re_node_set_add_intersect):
13630         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13631         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13632         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13633         (re_acquire_state, re_acquire_state_context, register_state):
13634         (create_ci_newstate, create_cd_newstate, free_state):
13635         Likewise.
13636         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13637         re_search_2):
13638         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13639         (re_search_internal, prune_impossible_nodes):
13640         (acquire_init_state_context, check_matching, static):
13641         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13642         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13643         (update_regs, sift_states_backward, build_sifted_states):
13644         (clean_state_log_if_needed, merge_state_array):
13645         (update_cur_sifted_state, add_epsilon_src_nodes):
13646         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13647         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13648         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13649         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13650         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13651         (check_arrival, check_arrival_add_next_nodes):
13652         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13653         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13654         (check_node_accept_bytes, check_node_accept, extend_buffers):
13655         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13656         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13657         (sift_ctx_init):
13658         Likewise.
13659
13660         * lib/regex_internal.h:
13661         (re_string_allocate, re_string_construct, re_string_reconstruct):
13662         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13663         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13664         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13665         (re_string_context_at, re_string_peek_byte_case):
13666         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13667         is defined, since we now use prototypes always.
13668
13669         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13670         C89 or better.  All uses removed.
13671
13672 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13673
13674         * config/srclist.txt: Add glibc bugs 1220-1227.
13675
13676 2005-08-20  Jim Meyering  <jim@meyering.net>
13677
13678         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13679         of unused local, dfa.
13680
13681 2005-08-20  Bruno Haible  <bruno@clisp.org>
13682
13683         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13684
13685 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13686
13687         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13688         (re_node_set_insert_last, re_dfa_add_node):
13689         Rename local variables to avoid GCC shadowing warnings.
13690
13691 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13692
13693         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13694         [defined lint]: Suppress bogus uninitialized-variable warnings.
13695
13696         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13697         and let the caller return REG_ESPACE if out of space.  This
13698         removes an uninitialied-variable warning with GCC 4.0.1, and also
13699         avoids taking the address of a local variable.  All callers
13700         changed.
13701
13702 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13703
13704         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13705         $LIBCSRC/posix/regexec.c.
13706         Add glibc bug 1217 for regcomp.c.
13707
13708 2005-08-19  Jim Meyering  <jim@meyering.net>
13709
13710         * lib/regexec.c (proceed_next_node): Redo local variables to
13711         avoid GCC shadowing warnings.
13712
13713 2005-08-18  Bruno Haible  <bruno@clisp.org>
13714
13715         * lib/strstr.c (strstr): Fix return value in multibyte case.
13716         * lib/strcasestr.c (strcasestr): Likewise.
13717
13718 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13719
13720         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13721
13722 2005-08-17  Jim Meyering  <jim@meyering.net>
13723
13724         Make the %s format (seconds since the epoch) work for a negative
13725         number and when used with a zero-padded field width, e.g. %015s.
13726
13727         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13728         label so that it precedes the code to set `digits'.  Otherwise,
13729         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13730         print `00-22'.  Now, it prints `-0022', as it should.
13731
13732 2005-08-17  Bruno Haible  <bruno@clisp.org>
13733
13734         * modules/strstr (Files): Add m4/mbrtowc.m4.
13735         (Depends-on): Add mbuiter.
13736
13737 2005-08-17  Bruno Haible  <bruno@clisp.org>
13738
13739         * modules/strcasestr: New file.
13740         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13741         strcasestr.
13742
13743 2005-08-17  Bruno Haible  <bruno@clisp.org>
13744
13745         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13746
13747 2005-08-17  Bruno Haible  <bruno@clisp.org>
13748
13749         * modules/mbuiter: New file.
13750         * MODULES.html.sh (Extended multibyte and wide character utilities):
13751         Add mbuiter.
13752
13753 2005-08-17  Bruno Haible  <bruno@clisp.org>
13754
13755         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13756         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13757
13758 2005-08-17  Bruno Haible  <bruno@clisp.org>
13759
13760         * m4/strcasestr.m4: New file.
13761
13762 2005-08-17  Bruno Haible  <bruno@clisp.org>
13763
13764         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13765         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13766
13767 2005-08-17  Bruno Haible  <bruno@clisp.org>
13768
13769         * lib/strcasestr.h: New file.
13770         * lib/strcasestr.c: New file.
13771
13772 2005-08-17  Bruno Haible  <bruno@clisp.org>
13773
13774         * lib/strcasecmp.c: Use mbuiter.h.
13775
13776 2005-08-17  Bruno Haible  <bruno@clisp.org>
13777
13778         * lib/mbuiter.h: New file.
13779
13780 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13781
13782         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13783         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13784         and gl_GETOPT are both invoked via different paths (as happens
13785         with GNU tar CVS because it uses both argp and getopt), the former
13786         wins.
13787
13788 2005-08-16  Bruno Haible  <bruno@clisp.org>
13789
13790         * modules/tls: New file.
13791         * MODULES.html.sh (Multithreading): Add tls.
13792
13793 2005-08-16  Bruno Haible  <bruno@clisp.org>
13794
13795         * modules/strnlen1: New file.
13796         * MODULES.html.sh (String handling): Add strnlen1.
13797
13798 2005-08-16  Bruno Haible  <bruno@clisp.org>
13799
13800         * modules/strcase (Files): Add m4/mbrtowc.m4.
13801         (Depends-on): Add strnlen1, mbchar.
13802
13803 2005-08-16  Bruno Haible  <bruno@clisp.org>
13804
13805         * modules/mbiter: New file.
13806         * MODULES.html.sh (Extended multibyte and wide character utilities):
13807         Add mbiter.
13808
13809 2005-08-16  Bruno Haible  <bruno@clisp.org>
13810
13811         * modules/mbfile: New file.
13812         * MODULES.html.sh (Extended multibyte and wide character utilities):
13813         Add mbfile.
13814
13815 2005-08-16  Bruno Haible  <bruno@clisp.org>
13816
13817         * modules/mbchar: New file.
13818         * MODULES.html.sh (Extended multibyte and wide character utilities):
13819         New section.
13820
13821 2005-08-16  Bruno Haible  <bruno@clisp.org>
13822
13823         * m4/tls.m4: New file, from GNU gettext.
13824
13825 2005-08-16  Bruno Haible  <bruno@clisp.org>
13826
13827         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13828         always.
13829         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13830
13831 2005-08-16  Bruno Haible  <bruno@clisp.org>
13832
13833         * m4/mbiter.m4: New file.
13834
13835 2005-08-16  Bruno Haible  <bruno@clisp.org>
13836
13837         * m4/mbfile.m4: New file.
13838
13839 2005-08-16  Bruno Haible  <bruno@clisp.org>
13840
13841         * m4/mbchar.m4: New file.
13842
13843 2005-08-16  Bruno Haible  <bruno@clisp.org>
13844
13845         * lib/tls.h: New file, from GNU gettext.
13846         * lib/tls.c: New file, from GNU gettext.
13847
13848 2005-08-16  Bruno Haible  <bruno@clisp.org>
13849
13850         * lib/strnlen1.h: New file.
13851         * lib/strnlen1.c: New file.
13852
13853 2005-08-16  Bruno Haible  <bruno@clisp.org>
13854
13855         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13856         (mbi_init): Update.
13857         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13858         NUL byte, not after it.
13859
13860 2005-08-16  Bruno Haible  <bruno@clisp.org>
13861
13862         * lib/strcase.h (strcasecmp): Add note in comments.
13863         * lib/strncasecmp.c: Use code from strcasecmp.c.
13864         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13865         (strcasecmp): Work correctly in multibyte locales.
13866
13867 2005-08-16  Bruno Haible  <bruno@clisp.org>
13868
13869         * lib/mbiter.h: New file.
13870
13871 2005-08-16  Bruno Haible  <bruno@clisp.org>
13872
13873         * lib/mbfile.h: New file.
13874
13875 2005-08-16  Bruno Haible  <bruno@clisp.org>
13876
13877         * lib/mbchar.h: New file.
13878         * lib/mbchar.c: New file.
13879
13880 2005-08-16  Bruno Haible  <bruno@clisp.org>
13881
13882         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13883         the valid ones. Makes the comparison operations transitive:
13884         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13885         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13886
13887 2005-08-15  Simon Josefsson  <jas@extundo.com>
13888
13889         * modules/ssize_t (License): Change to 'unlimited'.
13890
13891         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13892
13893 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13894
13895         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13896         Add comments for each pending glibc patch.
13897
13898 2005-08-15  Bruno Haible  <bruno@clisp.org>
13899
13900         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13901         __cplusplus is defined.
13902
13903 2005-08-14  Jim Meyering  <jim@meyering.net>
13904
13905         Sync from coreutils.
13906
13907         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13908         Use the hash-table-based cycle-detection code not just when
13909         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13910         Reported by James Youngman in
13911         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13912         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13913         FTS_TIGHT_CYCLE_CHECK.
13914         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13915         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13916         once again.
13917         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13918         * lib/fts.c (fd_safer): Remove decl.
13919         Include fcntl--.h rather than unistd-safer.h
13920         (fts_safe_changedir): Don't call fd_safer; no longer needed
13921         now that we include fcntl--.h.
13922
13923 2005-08-12  Simon Josefsson  <jas@extundo.com>
13924
13925         * modules/getndelim2: Use ssize_t module.
13926         * modules/getnline: Likewise.
13927         * modules/safe-read: Likewise.
13928         * modules/xreadlink: Likewise.
13929
13930         * modules/ssize_t: New file.
13931
13932 2005-08-12  Simon Josefsson  <jas@extundo.com>
13933
13934         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13935
13936 2005-08-12  Simon Josefsson  <jas@extundo.com>
13937
13938         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13939         ssize_t.
13940
13941 2005-08-12  Simon Josefsson  <jas@extundo.com>
13942
13943         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13944         readline, getdelim and check_version.
13945         (Support for systems lacking ISO C 99: Sizes of integer types):
13946         Add size_max.
13947
13948 2005-08-12  Bruno Haible  <bruno@clisp.org>
13949
13950         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13951
13952 2005-08-11  Simon Josefsson  <jas@extundo.com>
13953
13954         * modules/readline: New file.
13955
13956         * modules/strnlen (Files): Add strnlen.h.
13957
13958 2005-08-11  Simon Josefsson  <jas@extundo.com>
13959
13960         * m4/readline.m4: New file.
13961
13962 2005-08-11  Simon Josefsson  <jas@extundo.com>
13963
13964         * lib/readline.h, readline.c: New file.
13965
13966 2005-08-11  Simon Josefsson  <jas@extundo.com>
13967
13968         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13969         gl_AVOID.
13970
13971 2005-08-11  Bruno Haible  <bruno@clisp.org>
13972
13973         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13974
13975 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13976
13977         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13978
13979 2005-08-10  Simon Josefsson  <jas@extundo.com>
13980
13981         * tests/test-iconvme.c: New file.
13982
13983 2005-08-10  Simon Josefsson  <jas@extundo.com>
13984
13985         * m4/strnlen.m4: New file.
13986
13987         * m4/strndup.m4: Don't check for strnlen declaration, done in
13988         strnlen.m4.
13989
13990 2005-08-10  Simon Josefsson  <jas@extundo.com>
13991
13992         * lib/strndup.c: Use strnlen.h.
13993
13994         * lib/strnlen.h: New file.
13995
13996 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13997
13998         * README: Typos.
13999
14000 2005-08-02  Simon Josefsson  <jas@extundo.com>
14001
14002         * modules/readline: New file.
14003
14004 2005-08-02  Simon Josefsson  <jas@extundo.com>
14005
14006         * modules/getdelim: New file.
14007
14008         * modules/getline: Rewrite, don't use getndelim2.
14009
14010 2005-08-02  Simon Josefsson  <jas@extundo.com>
14011
14012         * m4/getline.m4: Separate out getdelim stuff into separate module.
14013
14014         * m4/getdelim.m4: New file.
14015
14016 2005-08-02  Simon Josefsson  <jas@extundo.com>
14017
14018         * lib/getline.h, getline.c: Rewrite.
14019
14020         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14021
14022 2005-07-31  Bruno Haible  <bruno@clisp.org>
14023
14024         * lib/lock.h (gl_lock_initializer): New macro.
14025         (gl_lock_define_initialized): Use it.
14026         (gl_rwlock_initializer): New macro.
14027         (gl_rwlock_define_initialized): Use it.
14028         (gl_recursive_lock_initializer): New macro.
14029         (gl_recursive_lock_define_initialized): Use it.
14030
14031 2005-07-30  Karl Berry  <karl@gnu.org>
14032
14033         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14034         Report from Ben Pfaff, regarding getopt.
14035
14036 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14037
14038         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14039         normal way.
14040         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14041         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14042         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14043         (gl_GETOPT): Use the new macros.  Most of the implementation
14044         is moved to the new macros.  This is for programs like Emacs
14045         that don't want all the functionality of gl_GETOPT.
14046
14047 2005-07-26  Bruno Haible  <bruno@clisp.org>
14048
14049         * m4/lock.m4: Update from GNU gettext.
14050
14051 2005-07-26  Bruno Haible  <bruno@clisp.org>
14052
14053         * lib/lock.h: Update from GNU gettext.
14054         * lib/lock.c: Update from GNU gettext.
14055
14056 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14057
14058         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14059         obsolescent AC_TRY_RUN.  Include the default includes files, for
14060         'exit'.
14061
14062 2005-07-24  Bruno Haible  <bruno@clisp.org>
14063
14064         * modules/visibility: New file.
14065         * MODULES.html.sh (Misc): Add visibility.
14066
14067 2005-07-24  Bruno Haible  <bruno@clisp.org>
14068
14069         * m4/visibility.m4: New file.
14070
14071 2005-07-24  Bruno Haible  <bruno@clisp.org>
14072
14073         * doc/visibility.texi: New file.
14074
14075 2005-07-22  Bruno Haible  <bruno@clisp.org>
14076
14077         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14078         $(ALLOCA_H), redundant through BUILT_SOURCES.
14079         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14080         redundant through BUILT_SOURCES.
14081         * modules/byteswap (Makefile.am): Remove explicit dependency on
14082         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14083         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14084         $(FNMATCH_H), redundant through BUILT_SOURCES.
14085         * modules/getopt (Makefile.am): Remove explicit dependency on
14086         $(GETOPT_H), redundant through BUILT_SOURCES.
14087         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14088         redundant through BUILT_SOURCES.
14089         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14090         redundant through BUILT_SOURCES.
14091         * modules/stdbool (Makefile.am): Remove explicit dependency on
14092         $(STDBOOL_H), redundant through BUILT_SOURCES.
14093         * modules/stdint (Makefile.am): Remove explicit dependency on
14094         $(STDINT_H), redundant through BUILT_SOURCES.
14095         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14096         Remove explicit dependency on $(SYSEXITS_H).
14097         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14098
14099 2005-07-18  Simon Josefsson  <jas@extundo.com>
14100
14101         * lib/check-version.c (check_version): Accept identical versions too.
14102
14103 2005-07-18  Bruno Haible  <bruno@clisp.org>
14104
14105         * modules/lock: New file.
14106         * MODULES.html.sh (Multithreading): New section.
14107
14108 2005-07-18  Bruno Haible  <bruno@clisp.org>
14109
14110         * m4/lock.m4: New file, from GNU gettext.
14111
14112 2005-07-18  Bruno Haible  <bruno@clisp.org>
14113
14114         * lib/lock.h: New file, from GNU gettext.
14115         * lib/lock.c: New file, from GNU gettext.
14116
14117 2005-07-18  Bruno Haible  <bruno@clisp.org>
14118
14119         * lib/lock.h (gl_once_t): New type.
14120         (gl_once_define, gl_once): New macros.
14121         * lib/lock.c (fresh_once): New variable.
14122         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14123         functions.
14124
14125 2005-07-16  Simon Josefsson  <jas@extundo.com>
14126
14127         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14128         workaround, suggested by Bruno.
14129
14130 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14131
14132         * modules/xalloc (Depends-on): Add xalloc-die.
14133         * modules/xvasprintf (Depends-on): Add xalloc-die.
14134
14135 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14138         with a minor change.
14139
14140 2005-07-15  Bruno Haible  <bruno@clisp.org>
14141
14142         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14143         When using lib/poll.c, define poll as rpl_poll.
14144
14145 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14146
14147         * modules/argp (Depends-on): Remove unlocked-io.
14148
14149 2005-07-14  Derek Price  <derek@ximbiot.com>
14150
14151         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14152         for glob symlink bug.
14153
14154 2005-07-14  Bruno Haible  <bruno@clisp.org>
14155
14156         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14157         Instead, test for *_unlocked function declarations directly.
14158
14159 2005-07-11  Simon Josefsson  <jas@extundo.com>
14160
14161         * modules/size_max: New file.
14162
14163         * modules/xsize: Depend on size_max module for size_max.m4.
14164
14165 2005-07-11  Simon Josefsson  <jas@extundo.com>
14166
14167         * lib/size_max.h: New file.
14168
14169 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14170
14171         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14172         copyright symbol and the year.
14173         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14174         (version_etc_va): Use parameterized copyright notice.
14175         Reword to conform to the current GNU coding standards.
14176
14177 2005-07-11  Karl Berry  <karl@gnu.org>
14178
14179         * doc/gnulib.texi (Quoting): new node.
14180         (Initial import): more info, from Patrice.
14181
14182 2005-07-11  Bruno Haible  <bruno@clisp.org>
14183
14184         * gnulib-tool (func_usage): Document option --avoid.
14185         (Command line options): Handle --avoid.
14186         (func_acceptable): New function.
14187         (func_modules_transitive_closure): Use it.
14188
14189 2005-07-11  Bruno Haible  <bruno@clisp.org>
14190
14191         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14192         Reported by Jim Meyering.
14193
14194 2005-07-10  Bruno Haible  <bruno@clisp.org>
14195
14196         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14197         Needed when size_t is smaller than 'unsigned int'.
14198         Reported by Paul Eggert.
14199
14200 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14201
14202         * modules/argp (Depends-on): Add unlocked-io
14203
14204 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14205
14206         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14207         block of defines.
14208
14209 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14210
14211         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14212         fix now.
14213
14214 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14215         and Paul Eggert  <eggert@cs.ucla.edu>
14216
14217         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14218         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14219
14220 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14221
14222         * modules/regex (Files): Add lib/regex_internal.c,
14223         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14224         (Depends-on): Add extensions.
14225         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14226
14227 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14228
14229         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14230         pathconf.
14231         * m4/same.m4 (gl_SAME): Likewise.
14232         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14233
14234         * m4/regex.m4: Adjust to new libc regex implementation.
14235         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14236         all the .c and .h parts of (the new) regex.
14237         Quote the m4 stuff better.
14238         Check for RE_ICASE bug of old gnulib.
14239         Check for REG_STARTEND of recent libc.
14240         Rename local variables from jm_* to gl_*.
14241         Quote operand of "test -f".
14242         Say "recent enough" version of libc, not "version 2".
14243         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14244         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14245         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14246         Remove check for btowc, isascii.
14247         Require AM_LANGINFO_CODESET.
14248
14249 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14250
14251         * lib/regex.c, regex.h: Sync from libc.
14252         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14253         * lib/regexec.c:
14254         New files, synced from libc, except that regex_internal.h
14255         currently has a small porting fix.
14256
14257 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14258
14259         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14260         regex_internal.c, regexec.c.
14261         Add regex_internal.h too, but as a comment, since the libc version
14262         is currently broken in gnulib mode.
14263
14264 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14265
14266         Support programs like Emacs that use gnulib but not gettext.
14267         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14268         * modules/gettext-h: New file.
14269         * modules/gettext (Files): Remove lib/gettext.h.
14270         (Depends-on): Add gettext-h.
14271         (Makefile.am): Remove lib_SOURCES.
14272         * modules/argmatch, modules/c-stack, modules/closeout:
14273         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14274         * modules/execute, modules/file-type, modules/getaddrinfo:
14275         * modules/getopt, modules/human, modules/javacomp:
14276         * modules/javaexec, modules/mkdir-p, modules/obstack:
14277         * modules/openat, modules/pagealign_alloc, modules/pipe:
14278         * modules/quotearg, modules/regex, modules/rpmatch:
14279         * modules/unicodeio, modules/userspec, modules/version-etc:
14280         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14281         * modules/xsetenv:
14282         Depend on gettext-h, not gettext.
14283
14284 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14285
14286         * gnulib-tool (func_import): Add support for 'public domain' license.
14287         * modules/alloca, modules/atexit, modules/memmove:
14288         Now public domain, not GPL.
14289         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14290         * modules/realloc, modules/strerror, modules/strtod:
14291         Now LGPL, not GPL.
14292
14293 2005-07-05  Bruno Haible  <bruno@clisp.org>
14294
14295         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14296         autoconf CVS. Needed for mingw.
14297
14298 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14299
14300         Remove the dependency of the strftime module on the tzset module.
14301         * modules/strftime (Depends-on): Remove dependency on tzset.
14302
14303 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14304
14305         Remove the dependency of the strftime module on the tzset module.
14306         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14307         gl_FUNC_TZSET_CLOBBER.
14308
14309 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14310
14311         Remove the dependency of the strftime module on the tzset module.
14312         * lib/strftime.c (my_strftime)
14313         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14314         Copy the input structure, to work around some of the bug with
14315         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14316         Solaris releases, you should also use the tzset module, but we won't
14317         require it as a dependency any more since we don't want LGPLed code
14318         to depend on GPLed code.
14319
14320 2005-07-02  Jim Meyering  <jim@meyering.net>
14321
14322         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14323         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14324         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14325         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14326
14327 2005-07-02  Jim Meyering  <jim@meyering.net>
14328
14329         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14330
14331 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14334         declares only 'struct timespec;' (!).
14335
14336 2005-07-01  Jim Meyering  <jim@meyering.net>
14337
14338         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14339         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14340         * lib/save-cwd.c, tempname.c:
14341         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14342         and don't include <sys/file.h>).
14343
14344 2005-06-29  Jim Meyering  <jim@meyering.net>
14345
14346         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14347         type name.  Use the variable name instead.
14348         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14349         Likewise.
14350
14351 2005-06-28  Simon Josefsson  <jas@extundo.com>
14352
14353         * modules/check-version (Files): Add check-version.m4.
14354
14355 2005-06-28  Simon Josefsson  <jas@extundo.com>
14356
14357         * m4/check-version.m4: New file, suggested by Jim Meyering
14358         <jim@meyering.net>.
14359
14360 2005-06-28  Simon Josefsson  <jas@extundo.com>
14361
14362         * lib/check-version.h, lib/check-version.c: New files.
14363
14364 2005-06-28  Simon Josefsson  <jas@extundo.com>
14365
14366         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14367         collision with global variable.  Better indentation.  Don't
14368         increment buffer pointer beyond buffer end.  Based on comments
14369         from Paul Eggert <eggert@cs.ucla.edu>.
14370
14371         * lib/base64.h: Indent.
14372
14373 2005-06-28  Simon Josefsson  <jas@extundo.com>
14374
14375         * doc/gnulib.texi (Library version handling): New section.
14376
14377 2005-06-28  Jim Meyering  <jim@meyering.net>
14378
14379         * check-module (find_included_lib_files): Hard-code another
14380         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14381         but modules/fts-lgpl (correctly) does not list those files.
14382
14383         * modules/canonicalize (Files): Add lib/pathmax.h.
14384
14385 2005-06-25  Simon Josefsson  <jas@extundo.com>
14386
14387         * modules/check-version: New file.
14388
14389 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14390
14391         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14392         initializer of struct addrinfo, as an indication that we don't
14393         care how many members the structure has.
14394
14395 2005-06-24  Derek Price  <derek@ximbiot.com>
14396         and Bruno Haible  <bruno@clisp.org>
14397
14398         Remove stat module & update lstat.
14399         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14400         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14401         * m4/stat.m4: Remove this file.
14402
14403 2005-06-24  Derek Price  <derek@ximbiot.com>
14404         and Bruno Haible  <bruno@clisp.org>
14405
14406         Remove stat module & update lstat.
14407         * lib/stat.c: Remove this file...
14408         (slash_aware_lstat): ...moving this content and its support...
14409         * lib/lstat.c (rpl_lstat): ...into here.
14410         * lib/lstat.h: New file.
14411
14412 2005-06-24  Derek Price  <derek@ximbiot.com>
14413         and Bruno Haible  <bruno@clisp.org>
14414
14415         Remove stat module & update lstat.
14416         * config/srclist.txt (libc sources): Remove stat.
14417
14418 2005-06-24  Derek Price  <derek@ximbiot.com>
14419         and Bruno Haible  <bruno@clisp.org>
14420
14421         Remove stat module & update lstat.
14422         * MODULES.html.sh (stat): Remove.
14423         * MODULES.html: Regenerated.
14424         * modules/lstat (Description): Correct function name.
14425         (Files): Add "lstat.h".
14426         (Depends-on): Remove stat, add xalloc, stat-macros.
14427         * modules/stat: Remove this file.
14428         (Include): Add "lstat.h", remove <sys/stat.h>.
14429
14430 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14433         (ranged_convert): Don't save conversion in a temporary struct.
14434         This causes a warning with GCC 4.0.0, and anyway in the typical
14435         case it's not worth the extra 100 bytes or so of code.
14436         (ranged_convert, __mktime_internal): When calling a function via a
14437         pointer P, use P () rather than (*P) (), as we now assume C89 or
14438         better.
14439
14440 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14443         "who -r" failed to give output.  Problem reported by Tim Waugh.
14444
14445         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14446         (xcalloc): Use it to avoid needless tests.
14447         Problem reported by Jim Meyering.
14448
14449 2005-06-20  Derek Price  <derek@ximbiot.com>
14450
14451         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14452         unnecessary for Autoconfs > 2.59c.
14453
14454 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14455
14456         * lib/argp.h (__option_is_short): Check upper limit of
14457         __key. Isprint() requires its argument to have the value
14458         of an unsigned char or EOF.
14459
14460 2005-06-16  Jim Meyering  <jim@meyering.net>
14461
14462         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14463         when either N or S is zero.
14464
14465 2005-06-16  Derek Price  <derek@ximbiot.com>
14466
14467         * m4/bison.m4: Declare YACC & YFLAGS precious.
14468
14469 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14470
14471         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14472         multibyte string or pattern, fall back on unibyte matching.
14473         Problem reported by James Youngman.
14474
14475 2005-06-08  Bruno Haible  <bruno@clisp.org>
14476
14477         * modules/csharpcomp: New file.
14478         * MODULES.html.sh (C#): Add csharpcomp.
14479
14480 2005-06-08  Bruno Haible  <bruno@clisp.org>
14481
14482         * m4/csharpcomp.m4: New file, from GNU gettext.
14483
14484 2005-06-08  Bruno Haible  <bruno@clisp.org>
14485
14486         * lib/csharpcomp.h: New file, from GNU gettext.
14487         * lib/csharpcomp.c: New file, from GNU gettext.
14488         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14489
14490 2005-06-08  Bruno Haible  <bruno@clisp.org>
14491
14492         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14493         warning on mingw.
14494
14495 2005-06-07  Derek Price  <derek@ximbiot.com>
14496
14497         Sync from CVS.
14498         * lib/glob_.h: Indent nested #ifdef.
14499
14500 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14501
14502         Sync from coreutils.
14503         Use "file name" when talking about file names, instead of "filename"
14504         or "path", as per the GNU coding standards.
14505         * lib/mkdir-p.c: Renamed from makepath.c.
14506         (make_dir_parents): Renamed from make_path.  All callers changed.
14507         * lib/mkdir-p.h: Likewise.  All includers changed.
14508         * lib/filenamecat.c: Renamed from path-concat.c.
14509         (file_name_concat): Renamed from path_concat.  All callers changed.
14510         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14511         * lib/filenamecat.h: Likewise.  All includers changed.
14512         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14513         in comments or local variable names.
14514         * lib/basename.c: Likewise.
14515         * lib/canonicalize.c, canonicalize.h: Likewise.
14516         * lib/dirname.c, dirname.h: Likewise.
14517         * lib/euidaccess.c: Likewise.
14518         * lib/exclude.c: Likewise
14519         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14520         * lib/fsusage.c, fsuage.h: Likewise.
14521         * lib/fts.c, fts_.h: Likewise.
14522         * lib/getcwd.c: Likewise.
14523         * lib/getloadavg.c: Likewise.
14524         * lib/mkstemp.c: Likewise.
14525         * lib/mountlist.c, mountlist.h: Likewise.
14526         * lib/openat.c, openat.h: Likewise.
14527         * lib/readlink-stub.c: Likewise.
14528         * lib/readutmp.c, readutmp.h: Likewise.
14529         * lib/rename.c: Likewise.
14530         * lib/rmdir.c: Likewise.
14531         * lib/same.c: Likewise.
14532         * lib/savedir.c: Likewise.
14533         * lib/stripslash.c: Likewise.
14534         * lib/tempname.c: Likewise.
14535         * lib/xreadlink.c: Likewise.
14536         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14537         All uses changed.
14538         * lib/exclude.h: Likewise.
14539
14540         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14541         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14542         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14543         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14544         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14545         files have been getting away with it for years (MORE/BSD 4.3
14546         is extinct now).
14547         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14548         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14549
14550         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14551         Define to 256, not 255, as per modern POSIX.
14552
14553 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14554
14555         Sync from coreutils.
14556         Use "file name" when talking about file names, instead of "filename"
14557         or "path", as per the GNU coding standards.
14558         * MODULES.html.sh: mkdir-p renamed from makepath.
14559         filenamecat renamed from path-concat.
14560         * modules/filenamecat: Renamed from modules/path-concat.
14561         (Files): filenamecat.h and filenamecat.c renamed from
14562         path-concat.h and path-concat.c.
14563         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14564         (Include): filenamecat.h, not path-concat.h.
14565         * modules/mkdir-p: Renamed from modules/makepath.
14566         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14567         makepath.c.
14568         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14569         (Include): mkdir-p.h, not makepath.h.
14570
14571 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14572
14573         Sync from coreutils.
14574         * m4/mkdir-p.m4: Renamed from makepath.m4.
14575         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14576         Rename files from makepath.c to mkdir-p.c, and from
14577         makepath.h to mkdir-p.h.
14578         * m4/filenamecat.m4: Renamed from path-concat.m4.
14579         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14580         Rename files from path-concat.c to filenamecat.c,
14581         and from path-concat.h to filenamecat.h.
14582         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14583         "file name" in local variables or comments.
14584         * m4/rename.m4: Likewise.
14585
14586 2005-06-01  Bruno Haible  <bruno@clisp.org>
14587
14588         * modules/csharpexec: New file.
14589         * MODULES.html.sh (C#): New section.
14590
14591 2005-06-01  Bruno Haible  <bruno@clisp.org>
14592
14593         * m4/csharp.m4: New file, from GNU gettext.
14594         * m4/csharpexec.m4: New file, from GNU gettext.
14595
14596 2005-06-01  Bruno Haible  <bruno@clisp.org>
14597
14598         * lib/csharpexec.h: New file, from GNU gettext.
14599         * lib/csharpexec.c: New file, from GNU gettext.
14600         * lib/csharpexec.sh.in: New file, from GNU gettext.
14601
14602 2005-05-31  Derek Price  <derek@ximbiot.com>
14603             Paul Eggert  <eggert@cs.ucla.edu>
14604
14605         Sync from cvs.
14606         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14607
14608 2005-05-31  Derek Price  <derek@ximbiot.com>
14609             Paul Eggert  <eggert@cs.ucla.edu>
14610
14611         Sync from cvs.
14612         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14613
14614 2005-05-29  Derek Price  <derek@ximbiot.com>
14615
14616         * config/srclist.txt (glob_.h, glob.c): Add these files.
14617
14618 2005-05-29  Derek Price  <derek@ximbiot.com>
14619
14620         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14621         * modules/glob: New file.
14622         * modules/getlogin_r: Add link to POSIX spec in description.
14623
14624 2005-05-29  Derek Price  <derek@ximbiot.com>
14625             Paul Eggert  <eggert@cs.ucla.edu>
14626
14627         * m4/glob.m4: New file.
14628
14629 2005-05-29  Derek Price  <derek@ximbiot.com>
14630             Paul Eggert  <eggert@cs.ucla.edu>
14631
14632         * lib/glob_.h, lib/glob.c: New files.
14633
14634 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14635
14636         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14637         * modules/fts-lgpl (Depends-on): Remove gettext.
14638
14639 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14640
14641         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14642         and don't require gt_INTTYPES_PRI.
14643
14644 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14645
14646         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14647
14648         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14649         the configuration hassle isn't worth it.
14650         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14651         (LONGEST_MODIFIER, PRIuMAX): Remove.
14652
14653 2005-05-27  Bruno Haible  <bruno@clisp.org>
14654
14655         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14656
14657 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14660         _POSIX_PTHREAD_SEMANTICS for Solaris.
14661
14662 2005-05-25  Derek Price  <derek@ximbiot.com>
14663
14664         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14665
14666 2005-05-25  Derek Price  <derek@ximbiot.com>
14667             Paul Eggert  <eggert@cs.ucla.edu>
14668
14669         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14670         * lib/getlogin_r.c, getlogin_r.h: New files.
14671
14672 2005-05-25  Bruno Haible  <bruno@clisp.org>
14673             Derek Price  <derek@ximbiot.com>
14674
14675         * lib/getlogin_r.h: Simplify API documentation.
14676
14677 2005-05-23  Derek Price  <derek@ximbiot.com>
14678
14679         * modules/minmax (Files): Add m4/minmax.m4.
14680         (configure.ac): Add gl_MINMAX.
14681
14682 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14683
14684         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14685         so that unistd-safer.h (GPL'ed code) need not be included.
14686
14687 2005-05-22  Bruno Haible  <bruno@clisp.org>
14688
14689         * m4/minmax.m4: New file.
14690         Based on a patch by Derek Price <derek@ximbiot.com>.
14691
14692 2005-05-22  Bruno Haible  <bruno@clisp.org>
14693
14694         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14695         (INT64_MIN): Fix definition.
14696         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14697
14698         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14699         NEED_SIGNED_INT_TYPES.
14700
14701         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14702         HAVE_SYSTEM_INTTYPES.
14703
14704 2005-05-22  Bruno Haible  <bruno@clisp.org>
14705
14706         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14707         Also include <sys/param.h> if it defines MIN, MAX.
14708         Based on a patch by Derek Price <derek@ximbiot.com>.
14709
14710 2005-05-21  Jim Meyering  <jim@meyering.net>
14711
14712         * modules/fts (Files): Add m4/inttypes-pri.m4.
14713         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14714
14715 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14716
14717         New fts module.
14718         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14719         (setup_dir, free_dir): New functions.
14720         (enter_dir, leave_dir): Define trivial
14721         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14722         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14723         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14724         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14725         Move to fts-cycle.c.
14726         (fts_open): Use setup_dir.
14727         (fts_close): Use free_dir.
14728         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14729         This adds a label and some gotos, but the alternatives were messier.
14730         Check for memory allocation failure when entering a dir.
14731         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14732         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14733         (FTS): New member fts_cycle, that is a union that contains the
14734         old active_dir_ht and cycle_state.  All uses changed to mention
14735         fts_cycle.ht and fts_cycle.state.
14736         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14737         fts.c, with the following changes:
14738         (setup_dir, free_dir): New functions.
14739         (enter_dir): Now returns bool.  Return true if successful, false
14740         if memory exhausted.  All callers changed.
14741         Do not bother partly cleaning up on
14742         memory allocation failure; that is free_dir's job.
14743         However, free ad if hash_insert fails, to avoid memory leak.
14744         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14745         fts->fts_options to see which union member to use.
14746
14747 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14748
14749         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14750         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14751
14752 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14753
14754         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14755
14756 2005-05-20  Jim Meyering  <jim@meyering.net>
14757
14758         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14759         Now a macro, to pacify GCC.
14760
14761 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14762
14763         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14764         of -1.
14765
14766 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14767
14768         * lib/chown.c (rpl_chown): Return -1 on failure.
14769
14770 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14773         Don't check for stddef.h.
14774         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14775         don't use its results.
14776         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14777         since we include them unconditionally.  Don't require
14778         AM_STDBOOL_H, since stdbool is a prerequisite.
14779         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14780         since we assume C89 or better.
14781         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14782         as we don't use their results.
14783         Don't check for fchdir, memmove, memset, strrchr, as we use
14784         them unconditionally.
14785         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14786         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14787
14788 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14789
14790         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14791         Include <stddef.h> unconditionally, since we assume C89 now.
14792         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14793         * lib/fts.c: Include fts_.h first, to check interface.
14794         Do not include intprops.h; no longer needed.
14795         Include cycle-check.h and hash.h, since fts_.h no longer does.
14796         Remove unnecessary casts of closedir to void.
14797         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14798         decide whether to decrement nlinks.
14799         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14800         (FTS): Use struct hash_table * instead of Hash_table, so that
14801         we no longer need to include hash.h here.
14802
14803 2005-05-18  Jim Meyering  <jim@meyering.net>
14804
14805         * modules/dirfd (License): Change to LGPL.  Most of the code
14806         is already in the public domain.
14807
14808 2005-05-18  Jim Meyering  <jim@meyering.net>
14809
14810         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14811         Reported by Yoann Vandoorselaere.
14812
14813 2005-05-17  Jim Meyering  <jim@meyering.net>
14814
14815         * m4/fts.m4: New file, from coreutils.
14816
14817 2005-05-17  Jim Meyering  <jim@meyering.net>
14818
14819         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14820
14821 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14822
14823         Sync from coreutils.
14824         * m4/unlinkdir.m4: New file.
14825
14826 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14827
14828         Sync from coreutils.
14829         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14830         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14831         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14832         White space changes only.
14833         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14834         special.
14835         * lib/yesno.c: Include getline.h, not ctype.h.
14836         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14837         Use getline to remove arbitrary restriction on response length.
14838
14839 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14840
14841         * config/srclist-update: Spell out "Street" in FSF postal
14842         mail address; this is the style the FSF seems to prefer.
14843
14844         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14845         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14846         this updates FSF postal mail address.
14847
14848         Sync from coreutils.
14849         * modules/unlinkdir: New file.
14850         * modules/yesno (Depends-on): Add getline.
14851         * MODULES.html.sh (File system functions): Add unlinkdir.
14852
14853 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14854
14855         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14856         lib/strsep.h:
14857         Change the initial comment to refer to GPL, not LGPL.
14858         gnulib-tool will change it to LGPL as needed.
14859
14860         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14861         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14862         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14863         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14864         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14865         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14866         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14867         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14868         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14869         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14870         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14871         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14872         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14873         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14874         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14875         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14876         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14877         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14878         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14879         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14880         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14881         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14882         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14883         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14884         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14885         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14886         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14887         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14888         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14889         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14890         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14891         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14892         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14893         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14894         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14895         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14896         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14897         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14898         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14899         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14900         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14901         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14902         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14903         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14904         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14905         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14906         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14907         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14908         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14909         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14910         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14911         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14912         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14913         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14914         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14915         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14916         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14917         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14918         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14919         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14920         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14921         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14922         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14923         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14924         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14925         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14926         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14927         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14928         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14929         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14930         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14931         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14932         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14933         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14934         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14935         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14936         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14937         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14938         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14939         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14940         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14941         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14942         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14943         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14944         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14945         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14946         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14947         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14948         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14949         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14950         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14951         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14952         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14953         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14954         lib/yesno.c, lib/yesno.h:
14955         Update FSF postal mail address.
14956
14957 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14958
14959         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14960         tests/test-memmem.c, tests/test-stpncpy.c:
14961         Update FSF postal mail address.
14962
14963 2005-05-13  Bruno Haible  <bruno@clisp.org>
14964
14965         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14966         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14967         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14968         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14969         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14970         Add support for 64-bit integers in the MSVC compiler.
14971
14972 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14973
14974         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14975
14976 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14977
14978         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14979
14980 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14981
14982         * doc/getdate.texi (General date syntax): Don't say that date
14983         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14984         Problem reported by Nic Ferrier.
14985
14986 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14987
14988         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14989         specified in ai_socktype. Fix invalid ai_protocol
14990         check. ai_protocol is usually set to 0 or depending on
14991         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14992         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14993         ai_socktype / ai_protocol in the returned addrinfo structure.
14994
14995 2005-05-10  Simon Josefsson  <jas@extundo.com>
14996
14997         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14998         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14999
15000 2005-05-10  Karl Berry  <karl@gnu.org>
15001
15002         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15003         (from http://www.gnu.org/licenses).
15004         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15005         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15006         fdl.texi suffices.
15007
15008 2005-05-10  Karl Berry  <karl@gnu.org>
15009
15010         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15011         (COPYING.DOC): remove.
15012
15013         * config/srclist-update: new FSF address.
15014
15015 2005-05-10  Derek Price  <derek@ximbiot.com>
15016
15017         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15018         possible.
15019
15020 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15021             Bruno Haible  <bruno@clisp.org>
15022
15023         * modules/inet_ntop: New file.
15024         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15025         inet_ntop.
15026
15027 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15028             Bruno Haible  <bruno@clisp.org>
15029
15030         * m4/inet_ntop.m4: New file.
15031
15032 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15033             Bruno Haible  <bruno@clisp.org>
15034
15035         * lib/inet_ntop.h: New file.
15036         * lib/inet_ntop.c: New file, from glibc with modifications.
15037
15038 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15039
15040         * modules/time_r (License): Change to LGPL.
15041         * modules/extensions (License): Change to LGPL.  Actually,
15042         the license is more permissive than that, but currently gnulib-tool
15043         doesn't know how to handle more-permissive licenses.
15044
15045         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15046         Problem reported by Dave Love.
15047
15048 2005-05-08  Jim Meyering  <jim@meyering.net>
15049
15050         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15051         blank.
15052
15053 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         * modules/argmatch (Depends-on): Add stdbool.
15056         * modules/backupfile (Depends-on): Likewise.
15057         * modules/chdir-long (Depends-on): Likewise.
15058         * modules/closeout (Depends-on): Likewise.
15059         * modules/cycle-check (Depends-on): Likewise.
15060         * modules/dirname (Depends-on): Likewise.
15061         * modules/fnmatch (Depends-on): Likewise.
15062         * modules/fsusage (Depends-on): Likewise.
15063         * modules/fwriteerror (Depends-on): Likewise.
15064         * modules/getcwd (Depends-on): Likewise.
15065         * modules/getloadavg (Depends-on): Likewise.
15066         * modules/hard-locale (Depends-on): Likewise.
15067         * modules/makepath (Depends-on): Likewise.
15068         * modules/mountlist (Depends-on): Likewise.
15069         * modules/nanosleep (Depends-on): Likewise.
15070         * modules/posixtm (Depends-on): Likewise.
15071         * modules/quotearg (Depends-on): Likewise.
15072         * modules/readtokens (Depends-on): Likewise.
15073         * modules/readtokens0 (Depends-on): Likewise.
15074         * modules/readutmp (Depends-on): Likewise.
15075         * modules/save-cwd (Depends-on): Likewise.
15076         * modules/strftime (Depends-on): Likewise.
15077         * modules/userspec (Depends-on): Likewise.
15078         * modules/utimecmp (Depends-on): Likewise.
15079         * modules/xgetcwd (Depends-on): Likewise.
15080         * modules/xnanosleep (Depends-on): Likewise.
15081         * modules/xstrtod (Depends-on): Likewise.
15082         * modules/yesno (Depends-on): Likewise.
15083
15084 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15085
15086         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15087         needless checks.
15088
15089 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15090
15091         Merge from coreutils.  Among other things,
15092         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15093         * lib/fd-safer.c: New file.
15094         * lib/fcntl-safer.h, open-safer.c: Remove.
15095         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15096         * lib/dup-safer.c: Include unistd-safer.h first.
15097         Don't include errno.h.
15098         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15099         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15100         * lib/file-type.c: Rely on file-type.h change.
15101         * lib/getloadavg.c: Include unistd-safer.h.
15102         (getloadavg): Use safer open.
15103         * lib/getusershell.c: Include "stdio-safer.h".
15104         (getusershell): Use safer fopen.
15105         * lib/long-options.c (long_options): Use NULL rather than 0.
15106         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15107         'free'.
15108         * lib/modechange.c: Likewise.
15109         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15110         (MODE_DONE): New constant.
15111         (struct mode_change): Remove 'next' member.
15112         (make_node_op_equals): New function; like the old one of the
15113         same name, except it allocates an array.
15114         (mode_compile, mode_create_from_ref): Use it.
15115         (mode_compile): Allocate result as an array, not a linked list.
15116         Parse octal string ourself, so that we catch mistakes like "+0".
15117         (mode_adjust): Arg is an array, not a linked list.
15118         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15119         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15120         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15121         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15122         Remove.  This is now stat-macros.h's job.
15123         (talloc): Remove.  All callers replaced by xalloc, so that
15124         our invokers don't have to worry about reporting memory failures.
15125         (make_node_op_equals): Remove.
15126         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15127         New constants.
15128         (struct mode_change): Moved here from modechange.h.
15129         (mode_append_entry): Remove.
15130         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15131         apps to have incorrect behavior.  Use simpler algorithm for head
15132         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15133         Detect more invalid usages rather than having somewhat-random behavior.
15134         Don't insert an "a=" action, as that leads to incorrect behavior.
15135         (mode_compile, mode_create_from_ref): Return NULL on error instead
15136         of an enum, since now there's only one way to have an error.  All
15137         callers changed.
15138         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15139         at the correct time.  Simplify calculation of "+u" and its ilk.
15140         Don't mishandle "+X".
15141         (mode_free): Remove "register" and localize decls.
15142         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15143         (struct mode_change): Move to modechange.c; callers don't
15144         need to see this stuff.
15145         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15146         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15147         (mode_change, mode_adjust): Reflect the new signatures noted above.
15148         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15149         that might redefine system include files.
15150         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15151         (my_usleep): Use NULL rather than (void *) 0.
15152         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15153         Use siginterrupt to specify that system calls should be interrupted.
15154         (rpl_nanosleep): Move initialization of suspended closer to call of
15155         my_usleep.
15156         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15157         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15158         (desirable_utmp_entry): New function.
15159         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15160         using x2nrealloc, to simplify logic.
15161         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15162         size calculation.  Do not assume utmp file is a regular file.
15163         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15164         (READ_UTMP_CHECK_PIDS): New constant.
15165         * lib/save-cwd.c: Include unistd-safer.h.
15166         (save_cwd): Use fd_safer.
15167         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15168         [!_LIBC] Include "stat-macros.h" instead.
15169         * lib/unistd-safer.h (fd_safer): New decl.
15170
15171 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15172
15173         * modules/getloadavg (Depends-on): Add unistd-safer.
15174         * modules/getusershell (Depends-on): Add stdio-safer.
15175         * modules/lstat (Depends-on): Remove xalloc.
15176         * modules/mkstemp (Depends-on): Add stat-macros.
15177         * modules/modechange (Depends-on): Remove xstrtol.
15178         Add stat-macros, xalloc.
15179         * modules/save-cwd (Depends-on): Add unistd-safer.
15180         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15181         * modules/unistd-safer (Files): Add lib/fd-safer.c
15182         (Makefile.am): Remove lib_SOURCES.
15183
15184         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15185         Remove fcntl-safer; unistd-safer supersedes it.
15186
15187 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15188
15189         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15190         AC_HEADER_STAT.
15191         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15192         (gl_PREREQ_CHOWN): Remove.
15193         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15194         it.  Don't require AC_HEADER_STAT.
15195         (gl_PREREQ_LSTAT): Remove.
15196         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15197         Don't require AC_HEADER_STAT.
15198         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15199         (gl_PREREQ_RMDIR): Remove.
15200         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15201         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15202         the stat-macros module a prerequisite.
15203         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15204         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15205         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15206         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15207         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15208         variable names.
15209         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15210         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15211         variable prefixes.
15212         * m4/fcntl-safer.m4: Remove.
15213         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15214         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15215         Invoke gl_PREREQ_FD_SAFER.
15216         (gl_PREREQ_FD_SAFER): New macro.
15217         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15218         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15219         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15220         Remove duplicate call to AC_LIBOBJ(readutmp).
15221         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15222
15223         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15224         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15225
15226 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15227
15228         * MODULES.html.sh (Misc): Add byteswap.
15229
15230 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15231
15232         * modules/getcwd (Depends-on): Add extensions.
15233         * modules/openat (Depends-on): Likewise.
15234
15235 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15236
15237         * modules/byteswap: New file.
15238
15239 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15240
15241         * m4/byteswap.m4: New file.
15242
15243 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15244
15245         * lib/byteswap_.h: New file.
15246
15247 2005-04-25  Karl Berry  <karl@gnu.org>
15248
15249         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15250
15251 2005-04-25  Albert Chin  <china@thewrittenword.com>
15252
15253         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15254         Toolkit C bug.
15255
15256 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15257
15258         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15259         (func_ln_if_changed) Remove forcibly for no error message
15260         in case file does not exist.
15261
15262 2005-04-19  Simon Josefsson  <jas@extundo.com>
15263
15264         * gnulib-tool (Options): Make --symlink mean --symbolic.
15265
15266 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15267
15268         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15269
15270 2005-04-16  Simon Josefsson  <jas@extundo.com>
15271
15272         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15273
15274 2005-04-15  Simon Josefsson  <jas@extundo.com>
15275
15276         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15277
15278 2005-04-15  Simon Josefsson  <jas@extundo.com>
15279
15280         * gnulib-tool: Rename --symlink to --symbolic.
15281
15282 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15283
15284         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15285         symbolic links to files instead of copying/moving.  Add --aux-dir,
15286         specifying directory relative --dir where auxiliary build tools
15287         are placed.
15288
15289 2005-04-14  Bruno Haible  <bruno@clisp.org>
15290
15291         * modules/allocsa (License): Change to LGPL.
15292         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15293
15294 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15295
15296         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15297         that "UTC +1 second" continues to work.  Problem reported
15298         by Dmitry V. Levin.
15299         (relunit_snumber): New rule.
15300         (relunit): Use it.
15301
15302 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15303
15304         * lib/getdate.y (universal_time_zone_table): New constant.
15305         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15306         universal_time_zone_table.
15307         (lookup_zone): Prefer universal_time_zone_table to
15308         local_time_zone_table, so that "GMT" time stamps are allowed in
15309         London during the summer.  Problem reported by Ian Abbott.
15310
15311 2005-04-12  Jim Meyering  <jim@meyering.net>
15312
15313         * lib/human.c (humblock): Set *options even when returning due to
15314         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15315         warning from gcc-4.
15316
15317 2005-04-09  Jim Meyering  <jim@meyering.net>
15318
15319         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15320         -Wuninitialized: initialize tm0.tm_year.
15321
15322 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15323
15324         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15325         count, since there's no maximum.  All uses changed.
15326         Add member dsts_seen.
15327         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15328         not being INT_MAX.
15329         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15330         Use pc_rels_seen to decide whther a date is absolute.
15331
15332         * lib/getdate.y (number): Don't overwrite year.
15333         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15334         check.
15335
15336 2005-04-02  Simon Josefsson  <jas@extundo.com>
15337
15338         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15339         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15340
15341 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15342
15343         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15344         where no absolute path name can be longer than PATH_MAX.
15345
15346 2005-03-27  Jim Meyering  <jim@meyering.net>
15347
15348         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15349
15350 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15353         "one's complement" -> "ones' complement" in comment, as per Knuth.
15354         "value of type" -> "type or expression" in comment.
15355         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15356
15357 2005-03-26  Jim Meyering  <jim@meyering.net>
15358
15359         Comment nits.
15360         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15361         Correct typos: s/or/of/.
15362
15363 2005-03-26  Jim Meyering  <jim@meyering.net>
15364
15365         * modules/check-include-files: Move to ../ and rename to...
15366         * check-module: ...this.
15367
15368 2005-03-25  Jim Meyering  <jim@meyering.net>
15369
15370         * modules/xvasprintf (Files): Add xalloc.h.
15371
15372 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15373
15374         * modules/gettext (Files): config/config.rpath ->
15375         build-aux/config.rpath
15376         * modules/iconv (Files): Likewise.
15377         Problem reported by Oskar Liljeblad.
15378
15379 2005-03-23  Jim Meyering  <jim@meyering.net>
15380
15381         * modules/check-include-files: New script to check for
15382         missing dependencies, multiple includes, etc.
15383
15384         * modules/c-strtold (Depends-on): Add xalloc.
15385         * modules/c-strtod (Depends-on): Add xalloc.
15386         * modules/hash (Depends-on): Add xalloc.
15387         (Files): Remove lib/xalloc.h.
15388
15389         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15390         * modules/userspec (Files): Add lib/inttostr.h.
15391
15392 2005-03-23  Jim Meyering  <jim@meyering.net>
15393
15394         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15395
15396 2005-03-22  Jim Meyering  <jim@meyering.net>
15397
15398         * modules/stat-macros: New module.
15399         * modules/canonicalize, modules/euidaccess, modules/file-type,
15400         * modules/filemode, modules/lchown, modules/makepath,
15401         * modules/rmdir, modules/stat: Depend on new stat-macros module
15402         rather than listing lib/stat-macros.h manually.
15403         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15404
15405 2005-03-22  Jim Meyering  <jim@meyering.net>
15406
15407         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15408
15409 2005-03-22  Bruno Haible  <bruno@clisp.org>
15410
15411         * config/srclist.txt: Replace target directory 'config' with
15412         'build-aux'.
15413         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15414         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15415         ../build-aux/.
15416
15417 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15418
15419         * modules/chdir-long (Depends-on): Add mempcpy.
15420
15421         * modules/acl, modules/backupfile, modules/c-strtod,
15422         modules/c-strtold, modules/canon-host, modules/canonicalize,
15423         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15424         modules/exclude, modules/exitfail, modules/file-type,
15425         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15426         modules/getdate, modules/getline, modules/getpagesize,
15427         modules/getpass, modules/getugroups, modules/group-member,
15428         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15429         modules/inttostr, modules/long-options, modules/makepath,
15430         modules/md5, modules/memcasecmp, modules/memcoll,
15431         modules/modechange, modules/mountlist, modules/path-concat,
15432         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15433         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15434         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15435         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15436         modules/strftime, modules/strndup, modules/strverscmp,
15437         modules/timespec, modules/unlocked-io, modules/userspec,
15438         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15439         modules/yesno:
15440         Remove lib_SOURCES line from Makefile.am section, as this is now
15441         done automatically by the corresponding Autoconf macro.
15442
15443 2005-03-21  Jim Meyering  <jim@meyering.net>
15444
15445         Changes imported from coreutils.
15446
15447         * lib/cycle-check.c: Don't include xalloc.h.
15448
15449         * lib/path-concat.c: Don't include assert.h.
15450         (path_concat): Remove assertion that would have triggered
15451         for ABASE starting with more than one slash.
15452         Reported by Andreas Schwab.
15453
15454         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15455         properly when ABASE is an absolute file name.
15456         Correct the description of this function.
15457         Include <assert.h>.
15458         Add an assertion and a test driver.
15459         This fixes a bug introduced on 2004-07-02.
15460         Andreas Schwab reported the resulting failure of cp --parents:
15461         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15462
15463 2005-03-21  Jim Meyering  <jim@meyering.net>
15464
15465         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15466         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15467
15468 2005-03-21  Jim Meyering  <jim@meyering.net>
15469         and  Paul Eggert  <eggert@cs.ucla.edu>
15470
15471         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15472         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15473         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15474         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15475         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15476         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15477         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15478         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15479         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15480         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15481         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15482         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15483         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15484         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15485         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15486         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15487         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15488         for these modules.
15489
15490 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15491
15492         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15493         (which shouldn't happen), generate nothing instead of returning 0
15494         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15495
15496 2005-03-16  Bruno Haible  <bruno@clisp.org>
15497
15498         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15499         HAVE_LONGLONG_64BIT.
15500
15501 2005-03-16  Bruno Haible  <bruno@clisp.org>
15502
15503         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15504         HAVE_LONGLONG_64BIT.
15505
15506 2005-03-16  Bruno Haible  <bruno@clisp.org>
15507
15508         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15509         HAVE_LONGLONG_64BIT.
15510
15511 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15512
15513         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15514         reliably distinguish strftime failure from empty output on POSIX
15515         hosts.
15516
15517 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15518
15519         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15520         (iconv_string): Don't guess a size-zero buffer, as that might cause
15521         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15522         result would be 'too large', where 'too large' is (heuristically)
15523         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15524         overflow concerns.  This will prevent some unwanted malloc failures
15525         when the inputs are very large.
15526
15527 2005-03-15  Karl Berry  <karl@gnu.org>
15528
15529         * config/srclist.txt (config.rpath): from gettext.
15530         * config/config.rpath: update.
15531
15532 2005-03-15  Bruno Haible  <bruno@clisp.org>
15533
15534         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15535         to 'negate'.
15536
15537         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15538         variable.
15539
15540         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15541         results.
15542
15543 2005-03-14  Simon Josefsson  <jas@extundo.com>
15544
15545         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15546         <fx@gnu.org>.
15547
15548 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15549
15550         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15551         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15552         intprops.h.
15553         * lib/strtol.c: Likewise.
15554
15555 2005-03-14  Jim Meyering  <jim@meyering.net>
15556
15557         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15558         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15559         to be nonzero so that we (and caller) can detect the difference
15560         between a valid zero-length expansion and an error return, even
15561         when the underlying strftime fails before writing anything into
15562         that location.
15563
15564 2005-03-14  Bruno Haible  <bruno@clisp.org>
15565
15566         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15567         Update from GNU gettext 0.14.3.
15568
15569 2005-03-10  Jim Meyering  <jim@meyering.net>
15570
15571         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15572
15573 2005-03-10  Jim Meyering  <jim@meyering.net>
15574
15575         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15576         so that this module works on systems without fchdir.
15577
15578 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15579
15580         Factor int-properties macros into a single file, except for
15581         glibc-related files.
15582         * lib/intprops.h: New file.
15583         * lib/getloadavg.c: Include it instead of limits.h.
15584         (INT_STRLEN_BOUND): Remove.
15585         * lib/human.c: Include intprops.h.
15586         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15587         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15588         302/1000.
15589         * lib/inttostr.h: Include intprops.h instead of limits.h.
15590         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15591         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15592         for consistency with intprops.h.
15593         (time_t_is_integer, twos_complement_arithmetic): Use them.
15594         * lib/sig2str.h: Include <signal.h>, intprops.h.
15595         (INT_STRLEN_BOUND): Remove.
15596         * lib/strftime.c (TYPE_SIGNED): Remove.
15597         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15598         * lib/strtol.c: Adjust comments to match intprops.h.
15599         * lib/userspec.c: Include intprops.h.
15600         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15601         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15602         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15603         instead of rolling our own expressions.
15604         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15605
15606         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15607         instead of int.
15608         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15609         the right thing even if adding 1900 would overflow.  Similarly
15610         for tm_mon + 1 and tm_yday + 1.
15611         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15612         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15613         (DO_SIGNED_NUMBER): New macro.
15614         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15615
15616 2005-03-07  Bruno Haible  <bruno@clisp.org>
15617
15618         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15619
15620 2005-03-07  Bruno Haible  <bruno@clisp.org>
15621
15622         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15623
15624 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15625
15626         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15627         (func_import): Only replace files via --import when they have actually
15628         changed.
15629
15630 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15631
15632         * m4/mmap-anon.m4: New file.
15633         * m4/pagealign_alloc.m4: New file.
15634
15635 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15636             Bruno Haible  <bruno@clisp.org>
15637
15638         * modules/pagealign_alloc: New file.
15639         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15640
15641 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15642             Bruno Haible  <bruno@clisp.org>
15643
15644         * lib/pagealign_alloc.h: New file.
15645         * lib/pagealign_alloc.c: New file.
15646
15647 2005-03-03  Bruno Haible  <bruno@clisp.org>
15648
15649         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15650         Use an all-permissive copyright notice, recommended by RMS.
15651
15652 2005-03-02  Bruno Haible  <bruno@clisp.org>
15653
15654         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15655         of AIX, the replacement has to be done only after <string.h> is
15656         included, therefore not in config.h. stpncpy.h does the replacement,
15657         and stpncpy.c uses it.
15658
15659 2005-03-02  Bruno Haible  <bruno@clisp.org>
15660
15661         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15662         stpncpy.c uses it.
15663
15664 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15665
15666         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15667         The workaround isn't strictly needed for POSIX conformance, and
15668         it's too much of a pain to configure and maintain.  We'll ask
15669         people to fix their kernels instead.
15670         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15671         (NANOSLEEP_BUG_WORKAROUND): Remove.
15672         (xnanosleep): Remove the workaround.
15673
15674 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15675
15676         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15677         Reported by Derek Price.
15678         (Include): Add "timespec.h".
15679
15680         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15681
15682 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15683
15684         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15685         to detect nanosleep bug.
15686
15687 2005-03-01  Bruno Haible  <bruno@clisp.org>
15688
15689         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15690
15691 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15692
15693         * modules/gethrxtime: New file.
15694         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15695         (Depends-on): Add gethrxtime.
15696         (configure.ac): Add gl_XNANOSLEEP.
15697         (Makefile.am): Remove lib_SOURCES line.
15698
15699 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15700
15701         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15702         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15703
15704 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15705
15706         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15707         * lib/timespec.h (gettime): Return void, since it always
15708         succeeds now.  All uses changed.
15709         * lib/gettime.c (gettime) Likewise.
15710         [HAVE_NANOTIME]: Prefer nanotime.
15711         Assume gettimeofday succeeds, as POSIX requires.
15712         Assime time () succeeds, since other code already does.
15713         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15714         (timespec_subtract): Remove.
15715         (NANOSLEEP_BUG_WORKAROUND): New constant.
15716         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15717         things considerably.  Use it only on GNU/Linux hosts, since the
15718         workaround shouldn't be needed elsewhere.
15719
15720 2005-02-24  Bruno Haible  <bruno@clisp.org>
15721
15722         * modules/gettext (Files): Add m4/glibc2.m4.
15723
15724 2005-02-24  Bruno Haible  <bruno@clisp.org>
15725
15726         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15727         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15728         * m4/progtest.m4:
15729         Update from GNU gettext 0.14.2.
15730         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15731
15732 2005-02-24  Bruno Haible  <bruno@clisp.org>
15733
15734         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15735         * lib/config.charset: Update from GNU gettext 0.14.2.
15736
15737 2005-02-24  Bruno Haible  <bruno@clisp.org>
15738
15739         * lib/gettext.h: Update from GNU gettext 0.14.2.
15740
15741 2005-02-23  Simon Josefsson  <jas@extundo.com>
15742
15743         * m4/iconvme.m4: New file.
15744
15745 2005-02-23  Jim Meyering  <jim@meyering.net>
15746
15747         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15748         change.
15749         Thanks to Bruno Haible for catching it.
15750
15751 2005-02-22  Simon Josefsson  <jas@extundo.com>
15752
15753         * modules/iconvme: New file.
15754
15755         * MODULES.html.sh: Add iconvme.
15756
15757 2005-02-22  Simon Josefsson  <jas@extundo.com>
15758
15759         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15760
15761 2005-02-22  Simon Josefsson  <jas@extundo.com>
15762
15763         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15764
15765 2005-02-22  Jim Meyering  <jim@meyering.net>
15766
15767         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15768         s/ifndef/ifdef/.
15769
15770 2005-02-20  Neil Conway  <neilc@samurai.com>
15771
15772         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15773         returned by OSX/Darwin if the specified buffer is not large
15774         enough for the hostname.
15775
15776 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15777
15778         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15779         pass it to _help, otherwise the latter coredumps trying to
15780         dereference state.root_argp.
15781
15782 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * modules/chdir-long (Depends-on): Add memrchr.
15785         * modules/memrchr (Files): Add lib/memrchr.h.
15786         (Include): "memrchr.h".
15787
15788 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15789
15790         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15791
15792 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15793
15794         * lib/memrchr.h: New file.
15795         * lib/chdir-long.c: Include it.
15796         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15797         Don't bother including stddef.h.
15798
15799 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15800
15801         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15802         inclusion.
15803         Include <sys/types.h>, for dev_t.
15804         (ME_DUMMY, ME_REMOTE): Move from here....
15805         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15806         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15807         Dmitry V. Levin.
15808         Include mountlist.h first, to test the interface.
15809
15810 2005-01-29  Bruno Haible  <bruno@clisp.org>
15811
15812         * lib/progname.c (program_name): Initialize.
15813         Needed when linking statically on MacOS X.
15814
15815 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15816
15817         Sync from coreutils.
15818         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15819         (Depends-on): Add c-strtod.
15820         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15821
15822 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15823
15824         Sync from coreutils.
15825         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15826
15827         Remove files that are specific to coreutils.
15828         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15829
15830 2005-01-28  Bruno Haible  <bruno@clisp.org>
15831
15832         * modules/javacomp: New file.
15833         * MODULES.html.sh (Java): Add javacomp.
15834
15835 2005-01-28  Bruno Haible  <bruno@clisp.org>
15836
15837         * m4/javacomp.m4: New file, from GNU gettext.
15838
15839 2005-01-28  Bruno Haible  <bruno@clisp.org>
15840
15841         * lib/javacomp.sh.in: New file, from GNU gettext.
15842         * lib/javacomp.h: New file, from GNU gettext.
15843         * lib/javacomp.c: New file, from GNU gettext.
15844
15845 2005-01-26  Simon Josefsson  <jas@extundo.com>
15846
15847         * lib/gai_strerror.c: Use GPL in header.
15848
15849 2005-01-26  Bruno Haible  <bruno@clisp.org>
15850
15851         * modules/javaexec: New file.
15852         * MODULES.html.sh (Java): Add javaexec.
15853
15854 2005-01-26  Bruno Haible  <bruno@clisp.org>
15855
15856         * m4/javaexec.m4: New file, from GNU gettext.
15857
15858 2005-01-26  Bruno Haible  <bruno@clisp.org>
15859
15860         * lib/javaexec.sh.in: New file, from GNU gettext.
15861         * lib/javaexec.h: New file, from GNU gettext.
15862         * lib/javaexec.c: New file, from GNU gettext.
15863
15864 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15865
15866         * modules/lchown (Depends-on): Remove lchown.h
15867
15868 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15869
15870         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15871         must be defined if the header file was not found, in order
15872         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15873
15874 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15875
15876         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15877         initializers for struct pentry_state.
15878         (__argp_error): Check return value of __asprintf
15879         (__argp_failure): Translate error message
15880
15881         * lib/argp-parse.c: Removed braces around the expansion of N_()
15882
15883 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15884
15885         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15886         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15887         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15888         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15889         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15890         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15891         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15892         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15893         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15894         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15895         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15896         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15897         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15898         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15899         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15900         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15901         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15902         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15903         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15904         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15905         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15906         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15907         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15908         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15909         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15910         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15911         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15912         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15913         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15914         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15915         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15916         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15917         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15918         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15919         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15920         Use an all-permissive copyright notice, recommended by RMS.
15921
15922 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15923
15924         * modules/chdir-long (Depends-on): Remove mempcpy.
15925
15926 2005-01-21  Jim Meyering  <jim@meyering.net>
15927
15928         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15929         same value as for Solaris 9.
15930
15931         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15932         component length.  This included changing the parameter to be
15933         of type `char *' rather than `char const *'.
15934         * lib/chdir-long.h (chdir_long): Update prototype.
15935
15936         * lib/openat.c (fdopendir, fstatat): New functions.
15937         * lib/openat.h: Include headers required for use of DIR and struct
15938         stat.
15939         [AT_SYMLINK_NOFOLLOW]: Define.
15940         (fdopendir, fstatat): Add prototypes.
15941
15942 2005-01-21  Bruno Haible  <bruno@clisp.org>
15943
15944         * modules/classpath: New file.
15945         * MODULES.html.sh (Java): Add classpath.
15946
15947 2005-01-21  Bruno Haible  <bruno@clisp.org>
15948
15949         * lib/classpath.h: New file, from GNU gettext.
15950         * lib/classpath.c: New file, from GNU gettext.
15951
15952 2005-01-20  Simon Josefsson  <jas@extundo.com>
15953
15954         * modules/version-etc-fsf: New file.
15955
15956 2005-01-20  Simon Josefsson  <jas@extundo.com>
15957
15958         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15959         * lib/version-etc.c: Remove version_etc_copyright.
15960         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15961         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15962
15963 2005-01-20  Simon Josefsson  <jas@extundo.com>
15964
15965         * lib/base64.h (isbase64): Add.
15966
15967         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15968         using a unsigned prototype, don't inline.
15969         (base64_decode): Use it.
15970
15971 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15972
15973         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15974         it.
15975
15976 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * lib/save-cwd.c (save_cwd): Remove code to support the case
15979         where fchdir is missing or flaky.
15980
15981 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15982
15983         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15984
15985 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15986
15987         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15988         AC_LIBSOURCES now does this.
15989         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15990         with new ullong_max module.
15991
15992 2005-01-19  Bruno Haible  <bruno@clisp.org>
15993
15994         * modules/sh-quote: New file.
15995         * MODULES.html.sh (Executing programs): Add sh-quote.
15996
15997 2005-01-19  Bruno Haible  <bruno@clisp.org>
15998
15999         * lib/sh-quote.h: New file, from GNU gettext.
16000         * lib/sh-quote.c: New file, from GNU gettext.
16001
16002 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16003
16004         Merge from coreutils.
16005         * m4/ullong_max.m4: New file.
16006         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16007         (gl_MACROS): Assume localeconv exists.
16008
16009 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16010
16011         Merge changes from coreutils, as described below in several
16012         changelogs dated today.
16013
16014         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16015         (O_DIRECTORY): Remove; not needed here, since "." must be
16016         a directory.  All uses removed.
16017         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16018         universal on Suns, and we also need to test for IRIX.
16019         Revamp code to use 'if' rather than '#if'.
16020         Avoid unnecessary comparison of cwd->desc to 0.
16021
16022         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16023         for known valid error numbers rather than observed invalid ones.
16024
16025 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         * modules/ullong_max: New file.
16028
16029         * modules/chdir-long, modules/openat: New files.
16030         * modules/save-cwd (Depends-on): Depend on chdir-long.
16031         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16032
16033 2005-01-18  Jim Meyering  <jim@meyering.net>
16034
16035         Merge from coreutils.
16036         * m4/chdir-long.m4, m4/openat.m4: New files.
16037         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16038         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16039         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16040         is sane and DOES follow symlinks.  Besides, testing 20 different
16041         systems found no broken chown implementations.
16042         Prompted by a change in rsync's copy of this macro.
16043         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16044
16045         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16046
16047         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16048         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16049         NULL-means-set-to-current-time semantics.
16050         Remove temporary file immediately, rather than waiting
16051         for configure's at-exit trap code to do it.
16052
16053 2005-01-18  Jim Meyering  <jim@meyering.net>
16054
16055         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16056
16057         * lib/utimens.c (futimens): Account for the fact that futimes
16058         can also fail with errno == ENOSYS or errno == ENOENT.
16059         Patch from Dmitry V. Levin.
16060
16061         Change the name of the robust chdir function from chdir to chdir_long.
16062         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16063         (restore_cwd): Use chdir_long, not chdir.
16064         * lib/chdir-long.c: Renamed from chdir.c.
16065         * lib/chdir-long.h: Renamed from chdir.h.
16066         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16067         Hurd.
16068
16069 2005-01-18  Bruno Haible  <bruno@clisp.org>
16070
16071         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16072         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16073         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16074         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16075         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16076         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16077         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16078         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16079         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16080         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16081         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16082         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16083         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16084         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16085         Use an all-permissive copyright notice, recommended by RMS.
16086
16087 2005-01-18  Bob Proulx  <bob@proulx.com>
16088
16089         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16090         simplify offsetof() macro construct to avoid compile failure with
16091         native HP-UX 11.0 ANSI C compiler.
16092
16093 2005-01-17  Bruno Haible  <bruno@clisp.org>
16094
16095         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16096         redundant because stpncpy.m4 takes care of it.
16097
16098 2005-01-17  Bruno Haible  <bruno@clisp.org>
16099
16100         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16101
16102 2005-01-17  Bruno Haible  <bruno@clisp.org>
16103
16104         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16105         used.
16106
16107 2005-01-17  Bruno Haible  <bruno@clisp.org>
16108
16109         * lib/fwriteerror.h (fwriteerror): Change specification to include
16110         fclose.
16111         * lib/fwriteerror.c: Include <stdbool.h>.
16112         (fwriteerror): At the end, close the file stream. Record whether
16113         stdout was already closed.
16114
16115 2005-01-17  Bruno Haible  <bruno@clisp.org>
16116
16117         * lib/execute.c (environ): Declare if needed.
16118         * lib/pipe.c (environ): Likewise.
16119         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16120
16121 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16122
16123         * modules/argp: Depend on vsnprintf
16124
16125 2005-01-10  Jim Meyering  <jim@meyering.net>
16126
16127         * modules/closeout (Depends-on): Add atexit.
16128
16129 2005-01-06  Bruno Haible  <bruno@clisp.org>
16130
16131         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16132
16133 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16134
16135         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16136         definitions to be after all include files, to avoid collisions.
16137         Problem reported by Bob Proulx.
16138
16139 2005-01-04  Jim Meyering  <jim@meyering.net>
16140
16141         Changes imported from coreutils.
16142         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16143         as the mkstemp template, use a temporary directory and an
16144         8.3-friendly template to avoid trouble on systems like DJGPP.
16145         Reported by Juan M. Guerrero via Stepan Kasal.
16146         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16147         close. Remove the temporary directory right away, rather than waiting
16148         for configure's at-exit trap code to do it.
16149         Suggestion from Stepan Kasal.
16150
16151 2005-01-01  Simon Josefsson  <jas@extundo.com>
16152
16153         * gnulib-tool: Print #include directives when --import'ing.
16154
16155 2004-12-28  Simon Josefsson  <jas@extundo.com>
16156
16157         * tests/test-base64.c: Include required header files.  Remove
16158         unused variables.
16159
16160 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16161
16162         * modules/error (Depends-on): Remove gettext.
16163
16164 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16165
16166         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16167         not needed.  This removes a dependency on the gettext module.
16168         [defined _LIBC]: Do not include <libintl.h>; not needed.
16169
16170 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16171
16172         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16173         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16174
16175 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16176
16177         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16178         HAVE_DECL_STRTOLD.
16179
16180 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16181
16182         * modules/getdate (Depends-on): Remove alloca-opt.
16183
16184 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16185
16186         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16187
16188 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16189
16190         * lib/argp-parse.c: Include <stddef.h>.
16191         (alignof, alignto): New macros.
16192         (parser_init): Don't assume that void * is aligned sufficiently
16193         for struct option.
16194
16195         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16196         need to extend the stack.
16197         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16198         large.
16199
16200 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16201
16202         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16203
16204 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16205
16206         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16207         (2004-10-24) change.  Apparently this was a false alarm.
16208
16209         * modules/getdate: Depend on alloca-opt, not alloca.
16210
16211 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16212
16213         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16214         Remove now-obsolete comment about AIX.
16215         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16216         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16217         (YYMAXDEPTH): New macro.
16218
16219 2004-12-18  Simon Josefsson  <jas@extundo.com>
16220
16221         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16222
16223 2004-12-18  Bruno Haible  <bruno@clisp.org>
16224
16225         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16226
16227 2004-12-18  Bruno Haible  <bruno@clisp.org>
16228
16229         * lib/fatal-signal.c (fatal_signals): Make non-const.
16230         (init_fatal_signals): New function.
16231         (uninstall_handlers, install_handlers): Ignore signals that were set to
16232         SIG_IGN.
16233         (at_fatal_signal): Call init_fatal_signals.
16234         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16235         SIG_IGN.
16236         Reported by Paul Eggert.
16237
16238 2004-12-18  Bruno Haible  <bruno@clisp.org>
16239
16240         * doc/alloca.texi: New file.
16241         * doc/alloca-opt.texi: New file.
16242
16243 2004-12-17  Jim Meyering  <jim@meyering.net>
16244
16245         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16246         Otherwise, install-sh could exit with improper exit status when
16247         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16248
16249 2004-12-16  Simon Josefsson  <jas@extundo.com>
16250
16251         * tests/test-base64.c: Add license.
16252
16253 2004-12-15  Stepan Kasal  <address@hidden>
16254
16255         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16256
16257 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16258
16259         * modules/getcwd (Files): Add m4/d-ino.m4.
16260         Suggested by Mark D. Baushke.
16261
16262 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16263
16264         * lib/getdate.y (textint): New member "negative".
16265         (time_zone_hhmm): New function.
16266         Expect 14 shift-reduce conflicts, not 13.
16267         (o_colon_minutes): New rule.
16268         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16269         (yylex): Set the "negative" member of signed numbers.
16270
16271 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * doc/getdate.texi (Time of day items, Time zone items):
16274         Describe new formats +00:00, UTC+00:00.
16275
16276 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16277
16278         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16279         spurious "-l"s.  Problem reported by Stepan Kasal.
16280
16281 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16284         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16285
16286 2004-12-04  Simon Josefsson  <jas@extundo.com>
16287
16288         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16289         Vandoorselaere <yoann@prelude-ids.org>.
16290
16291 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16292
16293         Changes imported from coreutils.
16294         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16295         exist.
16296         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16297
16298 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16299
16300         Changes imported from coreutils.
16301         * lib/hard-locale.c: Assume <locale.h> exists.
16302         Include "strdup.h".
16303         (GLIBC_VERSION): New macro.
16304         (hard_locale): Assume setlocale exists.
16305         Rewrite to avoid #ifdef.
16306         Use strdup rather than malloc + strcpy.
16307         * lib/human.c: Assume <locale.h> exists.
16308         (human_readable): Assume localeconv exists.
16309
16310 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16311
16312         * modules/hard-locale (Depends-on): Add strdup.
16313
16314 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16315
16316         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16317         convert T2, not T.  (Imported from libc.)
16318
16319 2004-11-30  Simon Josefsson  <jas@extundo.com>
16320
16321         * modules/restrict (License): Change to LGPL.
16322
16323 2004-11-30  Simon Josefsson  <jas@extundo.com>
16324
16325         * m4/restrict.m4: Add copyright and copying conditions.
16326
16327 2004-11-30  Simon Josefsson  <jas@extundo.com>
16328
16329         * m4/base64.m4: New file.
16330
16331 2004-11-30  Simon Josefsson  <jas@extundo.com>
16332
16333         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16334         base64.
16335
16336         * tests/test-base64.c: New file.
16337
16338         * modules/base64: New file.
16339
16340 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16343         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16344
16345         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16346
16347 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16348
16349         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16350         (__getcwd.c): Don't restore errno; glibc doesn't.
16351         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16352         first, falling back to our code only if its results look suspicious.
16353         Ensure that the resulting buffer is only as large as necessary.
16354
16355         * lib/readutmp.c: Include readutmp.h first.
16356         Include <errno.h>, since readutmp.h no longer does that.
16357         * lib/readutmp.h: Don't include <errno.h>,
16358         <sys/param.h>, <time.h>; not needed to establish interface.
16359         (errno): Remove decl.
16360         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16361         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16362         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16363
16364 2004-11-28  Simon Josefsson  <jas@extundo.com>
16365
16366         * lib/base64.h, base64.c: New file.
16367
16368 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16369
16370         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16371
16372 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16373
16374         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16375         (Depends-on): Remove pathmax, same.  Add mempcpy.
16376         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16377         (Makefile.am): Append getcwd.h to lib_SOURCES.
16378         (Include): Add getcwd.h.
16379         (Maintainer): Change from Jim Meyering to "all, glibc",
16380         since getdate now uses intended-for-glibc code.
16381         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16382         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16383
16384 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16385
16386         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16387         HP's ANSI C compiler.
16388         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16389         Declaring int functions causes warnings on some modern systems and
16390         shouldn't be needed to compile on ancient ones.
16391         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16392         defined.
16393
16394         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16395         with the following changes.
16396         (__set_errno): Parenthesize properly.
16397         Include <stdbool.h>.
16398         (MIN, MAX, MATCHING_INO): New macros.
16399         (__getcwd): Define with prototype, not K&R form.
16400         Use heuristics to allocate default buffer on stack if possible.
16401         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16402         behavior, and to avoid the PATH_MAX limit when computing
16403         ../../../../...
16404         Use MATCHING_INO to compare inode number to file.
16405         Check for arithmetic overflow in size calculations.
16406         Fix bug in reallocation of dot array that caused getcwd to fail
16407         on directories nested deeper than 75.
16408         Be more careful about saving errno on error.
16409         Do not use realloc; use only free+malloc, as this is a bit
16410         more flexible and avoids a needless copy operation.
16411         Do not inspect st_dev and st_ino for symbolic links; POSIX
16412         doesn't specify the latter.
16413         Check for closedir errors.
16414         Avoid needless casts.
16415         Use "#ifdef weak_alias" around weak_alias, to be like other
16416         glibc code.
16417         The following changes to getcwd.c have effect only when used in
16418         gnulib; they have no effect inside glibc proper.
16419         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16420         as alloca isn't used.
16421         (alloca, __alloca): Likewise.
16422         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16423         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16424         unconditionally, as gnulib assumes C89 or better.
16425         Do not include <sys/param.h>.
16426         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16427         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16428         better.
16429         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16430         Include <dirent.h> in a way that is compatible with modern Autoconf.
16431         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16432         New macros, if not already defined.
16433         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16434         Use "_LIBC", not "defined _LIBC", for consistency.
16435         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16436         a mempcpy module.
16437         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16438         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16439         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16440         credit only to Jim Meyering and adjust the copyright dates.
16441         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16442         <stdlib.h>, <unistd.h>, "pathmax.h".
16443         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16444         (INITIAL_BUFFER_SIZE): Remove.
16445         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16446
16447 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16448
16449         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16450         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16451         Use the _ONCE methods, for efficiency.
16452         Check for fcntl.h.  In test program, include <errno.h>
16453         and <fcntl.h> if available.  Remove old K&R cruft from
16454         test program.  Check for common errors in GNU/Linux,
16455         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16456         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16457         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16458         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16459         name accordingly.
16460         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16461         accommodate new getcwd.c.
16462         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16463         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16464         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16465         that's all we need now.
16466
16467 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16468
16469         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16470         argp-parse.c depends on getopt internals, that means we should
16471         always use our getopt, to be on the safe side.
16472         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16473         order not to spoil the result of an eventual previous invocation
16474         of gl_GETOPT_SUBSTITUTE.
16475
16476 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16477
16478         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16479         redefinition warnings. To avoid them, include the defines
16480         in `#if !defined __need_getopt ... #endif'. The only place
16481         where __getopt_argv_const is used is in definitions
16482         of getopt_long and getopt_long_only below, which are as well
16483         protected by `#ifndef __need_getopt'.
16484         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16485         __need_getopt after including <stdio.h> and <unistd.h> These
16486         headers might have defined it.
16487
16488 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16489
16490         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16491
16492 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16493
16494         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16495         (futimens): New function, which uses futimes if available.
16496         (futimens, utimens): Support timespec==NULL, with same semantics
16497         as utime and utimens.
16498         * lib/utimens.h (futimens): New decl.
16499
16500 2004-11-23  Jim Meyering  <jim@meyering.net>
16501
16502         * lib/getopt_.h: Remove trailing blanks.
16503
16504 2004-11-23  Jim Meyering  <jim@meyering.net>
16505
16506         * lib/__fpending.c: Add comment.
16507
16508 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16509
16510         * modules/canonicalize (Depends-on): Add xreadlink.
16511         Problem reported by James Youngman.
16512
16513 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16514
16515         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16516         New macros.
16517         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16518         optopt): Use them instead of invoking ## directly; otherwise, the
16519         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16520
16521 2004-11-19  Bruno Haible  <bruno@clisp.org>
16522
16523         * lib/strtok_r.c: Move comments from here...
16524         * lib/strtok_r.h: ... to here.
16525
16526 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16527
16528         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16529         implementations that mishandle size_t overflow.
16530
16531 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16532
16533         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16534         might fail.  Problem reported by Yoann Vandoorselaere.
16535         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16536         implementations that mishandle size_t overflow.
16537
16538 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16539
16540         * modules/canon-host (Depends-on): Add strdup.
16541
16542 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16545
16546 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16547
16548         * lib/canon-host.c: Include "strdup.h".
16549         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16550         Use strdup instead of malloc/strcpy to duplicate strings.
16551
16552         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16553         (human_space_before_unit): New constant.
16554         * lib/human.c (human_readable): Support it.
16555
16556         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16557         (xgetcwd): Set errno correctly when failing.
16558         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16559         the failure is actually due to a PATH_MAX problem.
16560
16561         Further getopt changes to make it more likely that glibc will
16562         buy the changes back.
16563         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16564         (getopt): Use it, so to preserve glibc semantic
16565         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16566         when compiling for libc.
16567         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16568         (getopt_long, getopt_long_only): Use it.
16569
16570         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16571         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16572         (getopt): Argv is now char * const *, as per standard.
16573         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16574         not char *__getopt_argv_const *.
16575         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16576         _getopt_long_only_r): Likewise.
16577         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16578         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16579         _getopt_long_r, _getopt_long_only_r): Likewise.
16580         * lib/getopt_.h (__getopt_argv_const): Remove.
16581         (getopt): Argv is now char * const *, as per standard.
16582
16583         * lib/getdate.y (tORDINAL): New token.
16584         (day, relunit): Allow it for relative times.
16585         (relative_time_table): Use tORDINAL for ordinals.
16586
16587 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16588
16589         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16590         Document that "second" isn't allowed as an ordinal number.
16591
16592 2004-11-16  Jim Meyering  <jim@meyering.net>
16593
16594         * modules/closeout (Depends-on): Add fpending.
16595
16596 2004-11-15  Jim Meyering  <jim@meyering.net>
16597
16598         * lib/closeout.c: Include "__fpending.h" once again.
16599         Include <stdbool.h>.
16600         (close_stdout): Don't fail just because stdout was closed initially,
16601         since some programs don't write to stdout in the normal course of
16602         operation (other than --version and --help), and we don't want this
16603         function to make e.g. `touch file >&-' fail.
16604         But do fail if it was closed and someone has tried to write to it.
16605         E.g., `printf foo >&-' must fail.
16606
16607 2004-11-13  Jim Meyering  <jim@meyering.net>
16608
16609         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16610
16611 2004-11-12  Simon Josefsson  <jas@extundo.com>
16612
16613         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16614         small doc fix is still pending.
16615
16616 2004-11-11  Simon Josefsson  <jas@extundo.com>
16617
16618         * modules/strtok_r: New file.
16619
16620         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16621         strtok_r.
16622
16623 2004-11-11  Simon Josefsson  <jas@extundo.com>
16624
16625         * m4/strtok_r.m4: New file.
16626
16627         * m4/getopt.m4: Replace opterr.
16628
16629 2004-11-11  Simon Josefsson  <jas@extundo.com>
16630
16631         * lib/strtok_r.h, strtok_r.c: New file.
16632
16633 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16634
16635         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16636         of replacing opterr, getopt, etc.  This should handle the
16637         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16638
16639 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16640
16641         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16642         we can stop lying to compilers about the constness of argv when we
16643         are compiled outside glibc.
16644         (getopt, getopt_long, getopt_long_only): Use it.
16645         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16646         _getopt_internal, getopt): Likewise.
16647         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16648         _getopt_long_only_r): Likewise.
16649         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16650         _getopt_long_r, _getopt_long_only_r): Likewise.
16651
16652         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16653         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16654         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16655         the other external symbols.
16656         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16657         declaration, since the above renaming now works around collisions.
16658
16659 2004-11-11  Jim Meyering  <jim@meyering.net>
16660
16661         * lib/linebreak.c: Remove trailing blanks.
16662         * lib/alloca_.h: Likewise.
16663         * lib/acosl.c: Likewise.
16664         * lib/euidaccess.c: Likewise.
16665         * lib/allocsa.h: Likewise.
16666
16667 2004-11-10  Simon Josefsson  <jas@extundo.com>
16668
16669         * m4/getaddrinfo.m4: New file.
16670
16671 2004-11-10  Simon Josefsson  <jas@extundo.com>
16672
16673         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16674
16675 2004-11-10  Simon Josefsson  <jas@extundo.com>
16676
16677         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16678         getaddrinfo.
16679
16680         * modules/getaddrinfo: New file.
16681
16682 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16683
16684         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16685
16686 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16687
16688         * lib/mktime.c (SHR): New macro, which is a portable
16689         substitute for >> that should work even on Crays.
16690         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16691         Problem reported by Mark D. Baushke in
16692         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16693         * lib/getdate.y (SHR): Likewise.
16694         (tm_diff): Use it.
16695         * lib/strftime.c (SHR): Likewise.
16696         (tm_diff): Use it.
16697         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16698         quote_these_too, so that right shifts are well defined.  All uses
16699         changed.
16700
16701 2004-11-10  Jim Meyering  <jim@meyering.net>
16702
16703         Ensure that no close failure goes unreported.
16704         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16705         return early when it seems there's nothing to flush.
16706         Don't include __fpending.h.
16707
16708 2004-11-10  Jim Meyering  <jim@meyering.net>
16709
16710         * modules/closeout (Depends-on): Remove fpending.
16711
16712 2004-11-10  Jim Meyering  <jim@meyering.net>
16713
16714         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16715
16716 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16717
16718         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16719         gl_FUNC_STRFTIME.
16720         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16721         and AC_REQUIRE when possible, to avoid duplicate checks.
16722         Check for <wchar.h>.
16723
16724 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16725
16726         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16727
16728 2004-11-09  Bruno Haible  <bruno@clisp.org>
16729
16730         * m4/sockpfaf.m4: New file.
16731
16732 2004-11-05  Bruno Haible  <bruno@clisp.org>
16733
16734         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16735         Reported by Mark D. Baushke <mdb@cvshome.org>.
16736
16737 2004-11-04  Bruno Haible  <bruno@clisp.org>
16738
16739         2004-09-11  Bruno Haible  <bruno@clisp.org>
16740                 * allocsa.valgrind: New file.
16741         2004-02-06  Bruno Haible  <bruno@clisp.org>
16742                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16743                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16744                 Reported by Christopher Seip <chris.seip@hp.com>.
16745
16746 2004-11-04  Bruno Haible  <bruno@clisp.org>
16747
16748         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16749         (Makefile.am): Distribute it.
16750
16751 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16752
16753         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16754         with errno == ERANGE if the buffer is too small.
16755         Problem reported by Mark D. Baushke.
16756
16757 2004-11-03  Albert Chin  <china@thewrittenword.com>
16758             Paul Eggert  <eggert@cs.ucla.edu>
16759
16760         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16761         equivalent, substitute $ac_type for equivalent type rather than
16762         blindly using uint32_t *always* which won't work if uint32_t is not
16763         available.  Define _UINT32_T to work around typedef of uint32_t if
16764         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16765         2.5.1.
16766
16767 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16768
16769         * m4/jm-macros.m4: Sync from coreutils.
16770         (gl_MACROS): Check for mbrlen, for pathchk.
16771         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16772
16773 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16774
16775         * lib/xreadlink.c (MAXSIZE): New macro.
16776         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16777         size does not exceed MAXSIZE.  Avoid cast.
16778         As suggested by Mark D. Baushke in
16779         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16780         if readlink fails with buffer size just under MAXSIZE, try again
16781         with MAXSIZE.
16782
16783 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16784
16785         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16786
16787 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16788         and  Paul Eggert  <eggert@cs.ucla.edu>
16789
16790         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16791         (get_date): Overparenthesize to avoid GCC warning.
16792
16793 2004-11-02  Bruno Haible  <bruno@clisp.org>
16794
16795         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16796         returns void.
16797
16798 2004-11-02  Bruno Haible  <bruno@clisp.org>
16799
16800         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16801         function returns void.
16802
16803 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16804
16805         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16806         fflush_unlocked, flockfile, funlockfile, funlockfile,
16807         fputs_unlocked, putc_unlocked.
16808
16809 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16810
16811         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16812         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16813         already declared.
16814
16815 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16816
16817         * modules/getdate (Files): Add doc/getdate.texi.
16818         (Depends-on): Add setenv, xalloc.
16819
16820 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16821
16822         * lib/getdate.y: Add support for TZ="foo" within a date string.
16823         Fix some bugs near time_t boundaries.  Reject dates with
16824         out-of-range components, e.g., "Sept 31".
16825         Include <stdlib.h>, "setenv.h", "xalloc.h".
16826         (ISDIGIT_LOCALE): Remove; unused.
16827         Note that the TZ and time functions used here are not reentrant.
16828         (mktime_ok, get_tz): New functions.
16829         (TZBUFSIZE): New constant.
16830         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16831         This requires that we sometimes generate our own TZ="XXX..." setting.
16832
16833 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16834
16835         * doc/getdate.texi: New file, from coreutils with modifications for
16836         the new TZ parsing.
16837
16838 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16839
16840         * lib/mktime.c (not_equal_tm): Remove redundant check.
16841
16842 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16843
16844         * modules/regex (lib_SOURCES): Add regex.c.
16845         Reported by James Youngman in
16846         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16847
16848 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16849
16850         * lib/getdate.y: Use Bison 1.875 features, and some minor
16851         code cleanups.  This change does not affect semantics.
16852         Don't include <stdlib.h>; no longer needed.
16853         Don't include unlocked-io.h; only the "#if TEST" code uses
16854         stdio, and performance isn't crucial there.
16855         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16856         Bison 1.875 features as described below.
16857         All uses of "PC." replaced by "pc->".
16858         (YYSTYPE): Add a forward declaration.
16859         (yylex, yyerror): Use full prototypes in forward decls.
16860         Use "%pure-parser" rather than obsolescent "%pure_parser".
16861         Use %parse-param and %lex-param instead of obsolescent
16862         YYPARSE_PARAM and YYLEX_PARAM.
16863         (meridian_table, month_and_day_table, time_units_table,
16864         relative_time_table, time_zone_table, military_table,
16865         lookup_zone, lookup_word, get_date):
16866         Use NULL instead of 0 where appropriate.
16867         (to_hour): Avoid abort (), to avoid a dependency on
16868         stdlib.h.
16869         (yyerror, yylex): Now accepts parser_control * arg.
16870         (main) [TEST]: Use '\0' rather than 0 for char.
16871
16872 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16873
16874         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16875
16876 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16877
16878         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16879         It's now the caller's responsibility to handle the case where
16880         !HAVE_GETPAGESIZE && !defined getpagesize.
16881
16882         * lib/mktime.c (leapyear): Arg is long int, not int.
16883
16884 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16885
16886         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16887
16888 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16889
16890         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16891         missing.  Problem reported by James Youngman.
16892
16893 2004-10-16  Simon Josefsson  <jas@extundo.com>
16894
16895         * gnulib-tool: Fix comments.  Fix parse problem.
16896         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16897
16898 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16899
16900         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16901         implementation of getopt_long.  Problem reported by Alexander Taler in:
16902         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16903
16904 2004-10-15  Bruno Haible  <bruno@clisp.org>
16905
16906         * gnulib-tool: Untabify. Initialize supplied_libname.
16907         (func_usage): More homogenous output.
16908         (func_modules_transitive_closure, func_modules_to_filelist,
16909         func_emit_lib_Makefile_am): New functions.
16910         (func_import): New function, extracted from big case statement. Use
16911         func_get_license, func_modules_transitive_closure,
16912         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16913         opt_lgpl. Don't use test -a, as it's not portable.
16914         (func_create_testdir): Use func_modules_transitive_closure,
16915         func_modules_to_filelist, func_emit_lib_Makefile_am.
16916
16917 2004-10-15  Bruno Haible  <bruno@clisp.org>
16918
16919         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16920
16921 2004-10-15  Bruno Haible  <bruno@clisp.org>
16922
16923         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16924         the portions belonging to each module.
16925         Suggested by Derek Robert Price <derek@ximbiot.com>.
16926
16927 2004-10-12  Simon Josefsson  <jas@extundo.com>
16928
16929         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16930         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16931         to real functions.
16932
16933 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16934
16935         * modules/vsnprintf: New file.
16936
16937 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16938
16939         * m4/vsnprintf.m4: New file.
16940
16941 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16942
16943         * lib/vsnprintf.h: New file.
16944         * lib/vsnprintf.c: New file.
16945
16946 2004-10-11  Bruno Haible  <bruno@clisp.org>
16947
16948         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16949         vsnprintf.
16950
16951 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16952
16953         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16954
16955 2004-10-07  Bruno Haible  <bruno@clisp.org>
16956
16957         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16958         fits into the provided buffer.
16959
16960 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16961
16962         * lib/diacrit.c, diacrit.h: Add GPL notice.
16963
16964         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16965         notice.
16966         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16967         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16968         This avoids a potential constant-folding bug.
16969
16970 2004-10-05  Bruno Haible  <bruno@clisp.org>
16971
16972         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16973         for the declaration of strsep.
16974
16975 2004-10-05  Bruno Haible  <bruno@clisp.org>
16976
16977         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16978
16979 2004-10-04  Simon Josefsson  <jas@extundo.com>
16980
16981         * modules/memmem: New file.
16982         * tests/test-memmem.c: New file.
16983         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16984
16985 2004-10-04  Simon Josefsson  <jas@extundo.com>
16986
16987         * m4/memmem.m4: New file.
16988
16989 2004-10-04  Simon Josefsson  <jas@extundo.com>
16990
16991         * lib/memmem.h: New file.
16992         * lib/memmem.c: New file, taken from glibc.
16993
16994 2004-10-04  Simon Josefsson  <jas@extundo.com>
16995
16996         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16997         '#ifdef USE_UNLOCKED_IO'.
16998
16999 2004-10-04  Simon Josefsson  <jas@extundo.com>
17000
17001         * config/srclist.txt: Add memmem from glibc.
17002
17003 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17004
17005         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17006
17007         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17008         modules/exclude, modules/getdate, modules/getline,
17009         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17010         modules/getusershell, modules/linebuffer, modules/md5,
17011         modules/mountlist, modules/posixtm, modules/readtokens,
17012         modules/readutmp, modules/regex, modules/sha1,
17013         modules/version-etc, modules/yesno:
17014         Remove dependency on unlocked-io.
17015
17016 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17017
17018         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17019
17020         * m4/unlocked-io.m4: Add copyright notice.
17021         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17022
17023 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17024
17025         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17026         * lib/xmalloc.c (xmemdup): Likewise.
17027         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17028         XFREE): Remove these long-obsolescent macros.
17029         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17030         * lib/xstrdup.c: Remove.
17031
17032         * lib/regex.c (re_comp): Cast gettext return value to char *,
17033         Problem reported by Martin Neitzel via Mark D. Baushke.
17034
17035 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17036
17037         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17038         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17039         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17040         regex.c, sha1.c, version-etc.c, yesno.c:
17041         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17042         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17043         the includer's responsibility.
17044
17045         Sync from coreutils.
17046
17047         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17048         points to the start of a string, as the C Standard says the
17049         resulting behavior is undefined.
17050
17051         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17052         simple -> simple_backups, numbered_existing ->
17053         numbered_existing_backups, numbered -> numbered_backups
17054         to avoid shadowing problems.  All uses changed.
17055         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17056         * lib/backupfile.c (check_extension, numbered_backup):
17057         Rename locals to avoid shadowing 'basename'.
17058         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17059         once.
17060
17061         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17062         * lib/.cvsignore: Add getopt.h.
17063
17064 2004-10-04  Bruno Haible  <bruno@clisp.org>
17065
17066         * modules/README: New file.
17067         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17068         not a module.
17069
17070 2004-10-02  Jim Meyering  <jim@meyering.net>
17071
17072         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17073
17074 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17075
17076         * modules/strsep: New file.
17077
17078 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17079
17080         * m4/strsep.m4: New file.
17081
17082 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17083
17084         * lib/strsep.h: New file.
17085         * lib/strsep.c: New file.
17086
17087 2004-10-01  Simon Josefsson  <jas@extundo.com>
17088
17089         * lib/snprintf.c (snprintf): Handle size==0.
17090
17091 2004-10-01  Simon Josefsson  <jas@extundo.com>
17092             Bruno Haible  <bruno@clisp.org>
17093
17094         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17095         (snprintf): Declare 'args'.
17096
17097 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * lib/snprintf.c: Remove comments as to why each header is needed.
17100
17101 2004-10-01  Bruno Haible  <bruno@clisp.org>
17102
17103         * MODULES.html.sh: Add strsep.
17104
17105 2004-09-30  Simon Josefsson  <jas@extundo.com>
17106
17107         * modules/snprintf: New file.
17108
17109 2004-09-30  Simon Josefsson  <jas@extundo.com>
17110
17111         * m4/snprintf.m4: New file.
17112
17113 2004-09-30  Simon Josefsson  <jas@extundo.com>
17114
17115         * lib/snprintf.h, lib/snprintf.c: New files.
17116
17117 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17118
17119         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17120         (hol_entry_help): Never translate an empty string.
17121         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17122         * lib/argp.h (OPTION_NO_TRANS): New option.
17123
17124 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17125
17126         * modules/argp (Maintainer): Replace Simon Josefsson
17127         by Sergey Poznyakoff.
17128
17129 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17130
17131         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17132         changes merged back into glibc.
17133
17134 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17135
17136         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17137
17138 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17139
17140         * lib/xvasprintf.c: Include xalloc.h.
17141         (xvasprintf): Use xalloc_die, not xmalloc_die.
17142
17143 2004-09-29  Bruno Haible  <bruno@clisp.org>
17144
17145         * modules/alloca-opt: New file, derived from modules/alloca.
17146         * modules/allocsa: Depend on alloca-opt instead of alloca.
17147         * modules/setenv: Likewise.
17148         * modules/vasnprintf: Likewise.
17149         * MODULES.html.sh: Add alloca-opt.
17150
17151 2004-09-28  Simon Josefsson  <jas@extundo.com>
17152
17153         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17154         LGPL, and to replace license template from GPL to LGPL.
17155
17156 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17157
17158         * modules/dummy: Change license to LGPL.
17159
17160 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17161
17162         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17163
17164 2004-09-24  Simon Josefsson  <jas@extundo.com>
17165
17166         * modules/minmax (License): Change from GPL to LGPL.
17167
17168 2004-09-23  Simon Josefsson  <jas@extundo.com>
17169
17170         * gnulib-tool (--import): Typo.
17171
17172 2004-09-23  Simon Josefsson  <jas@extundo.com>
17173
17174         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17175
17176 2004-09-22  Bruno Haible  <bruno@clisp.org>
17177
17178         * modules/*: Add 'License' field.
17179         * gnulib-tool: Accept --extract-license option.
17180         (func_get_license): New function.
17181
17182 2004-09-21  Bruno Haible  <bruno@clisp.org>
17183
17184         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17185         Reported by Simon Josefsson.
17186
17187 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17188
17189         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17190         gl_AC_TYPE_LONG_LONG.
17191
17192 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17193
17194         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17195
17196 2004-09-18  Simon Josefsson  <jas@extundo.com>
17197         and  Paul Eggert  <eggert@cs.ucla.edu>
17198
17199         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17200         calls with autoreconf.  Define GL_LIB.
17201
17202 2004-09-14  Karl Berry  <karl@gnu.org>
17203
17204         * config/srclist.txt: unsync setenv.c, sigh.
17205
17206 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17207
17208         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17209         Problem reported by Bruno Haible in:
17210         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17211
17212 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17213
17214         * config/srclist.txt: Comment out argp-pvh.c.
17215
17216 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17217
17218         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17219         in case some system header has #define'd it.  Problem reported by
17220         Soeren D. Schulze in
17221         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17222
17223 2004-09-09  Karl Berry  <karl@gnu.org>
17224
17225         * regex.[ch]: delete from the root.  These were supposed to be
17226                 synced with emacs cvs, but this has not happened for about
17227                 a year, and anyway nothing else uses emacs regex.[ch].
17228                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17229                 lib/regex[.ch] is untouched.
17230
17231 2004-09-09  Bruno Haible  <bruno@clisp.org>
17232
17233         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17234
17235 2004-09-09  Bruno Haible  <bruno@clisp.org>
17236
17237         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17238         modifications.
17239         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17240
17241 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17242
17243         * modules/xvasprintf: New file.
17244         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17245
17246 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17247
17248         * lib/xvasprintf.h: New file.
17249         * lib/xvasprintf.c: New file.
17250         * lib/xasprintf.c: New file.
17251
17252 2004-09-08  Bruno Haible  <bruno@clisp.org>
17253
17254         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17255
17256 2004-09-08  Bruno Haible  <bruno@clisp.org>
17257
17258         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17259         length is > INT_MAX.
17260         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17261         more.
17262
17263 2004-09-08  Bruno Haible  <bruno@clisp.org>
17264
17265         * lib/stdint_.h: New file, taken from GNU clisp.
17266
17267 2004-09-08  Bruno Haible  <bruno@clisp.org>
17268             Oskar Liljeblad  <oskar@osk.mine.nu>
17269
17270         * modules/stdint: New file.
17271         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17272
17273 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17274
17275         Import from coreutils.
17276         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17277         strings on unbounded length.  alloca's performance benefits aren't
17278         that important here.
17279         (V_STRDUP): Remove.
17280         (parse_with_separator): New function, with most of the internals
17281         of the old parse_user_spec.  Allow user to omit both user and group,
17282         for compatibility with FreeBSD.
17283         Clone only the user name, not the entire spec.
17284         Do not set *uid, *gid unless entirely successful.
17285         Avoid memory leak in some failing cases.
17286         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17287         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17288         (parse_user_spec): Rewrite to use parse_with_separator.
17289
17290 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17291
17292         * modules/userspec: Don't depend on alloca.
17293
17294 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17295
17296         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17297
17298 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17299
17300         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17301         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17302         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17303
17304 2004-08-16  Simon Josefsson  <jas@extundo.com>
17305
17306         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17307         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17308         Add --dry-run for --import.
17309         Let user provided command line parameters override configure.ac
17310         settings.
17311
17312 2004-08-12  Simon Josefsson  <jas@extundo.com>
17313
17314         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17315         as discussed with Paul Eggert in threads rooted at
17316         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17317         and
17318         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17319         Before, the test was empty, and relied on ELIDE_CODE in source
17320         code.)
17321         (gl_PREREQ_GETOPT): New macro.
17322         (gl_GETOPT): Use them.
17323
17324 2004-08-12  Simon Josefsson  <jas@extundo.com>
17325
17326         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17327         * lib/getopt_.h: Renamed from getopt.h.
17328
17329 2004-08-12  Simon Josefsson  <jas@extundo.com>
17330
17331         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17332         Change default library name from libfoo to libgnu.
17333         Now, if you have a configure.ac that says:
17334                 gl_SOURCE_BASE(gl)
17335                 gl_M4_BASE(gl/m4)
17336                 gl_MODULES(error getopt etcetera)
17337                 gl_INIT
17338         you can import all you need by running:
17339                 ../gnulib/gnulib-tool --import
17340
17341         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17342         (Makefile.am): Rewrite, use logic from argz.
17343         (Include): Use <getopt.h> instead of "getopt.h".
17344
17345 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17346
17347         * modules/argp (Files): Add m4/unlocked-io.m4.
17348         (Depends-on): Add extensions.
17349
17350 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17351
17352         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17353         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17354         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17355         Check for program_invocation_name, program_invocation_short_name,
17356         flockfile, funlockfile, features.h, _getopt_long_only_r.
17357
17358 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17359
17360         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17361         its complicated substitute.
17362         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17363         and program_invocation_name.
17364         (__argp_basename) [!_LIBC]: Remove; the only use was
17365         replaced by its body.
17366         (__argp_short_program_name): Change condition from
17367         !defined __argp_short_program_name to
17368         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17369         to match argp-namefrob.h.
17370         (__argp_failure): Don't assume strerror_r returns char *.
17371         * lib/argp-parse.c (N_): Define unconditionally.
17372         (argp_default_options): Fill out initializers with 0 to avoid
17373         gcc warnings.
17374
17375 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17376
17377         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17378         getopt1.c.
17379
17380 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17381
17382         Merge from coreutils.
17383
17384         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17385
17386         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17387         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17388
17389 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17390
17391         Merge from coreutils.
17392
17393         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17394         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17395         for Reliant Unix 5.43.
17396
17397         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17398         (union fooround): Use uintmax_t, not long int.
17399         The rest is a merge from libc:
17400         [defined _LIBC]: Include <shlib-compat.h>.
17401         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17402
17403         * lib/settime.c (settime): Recode to avoid warning with
17404         Sun Forte C 6U2.
17405
17406         * lib/strverscmp.c: Convert to UTF-8.
17407
17408 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17409
17410         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17411         m4/uintmax_t.m4.
17412
17413 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17414
17415         * modules/xalloc-die: New file.
17416         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17417
17418         * modules/md5 (Files): Add m4/uint32_t.m4.
17419         * modules/sha1: Renamed from modules/sha.
17420         (Files):
17421         Rename lib/sha.h to lib/sha1.h.
17422         Rename lib/sha.c to lib/sha1.c.
17423         Rename m4/sha.m4 to m4/sha1.m4.
17424         (lib_SOURCES): Likewise.
17425         (configure.ac): Rename gl_SHA to gl_SHA1.
17426         (Include): sha.h -> sha1.h.
17427
17428 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17429
17430         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17431         * m4/sha1.m4: Renamed from sha.m4.
17432         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17433
17434 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17435
17436         * lib/obstack.h (obstack_empty_p):
17437         Don't assume that chunk->contents is suitably aligned.
17438         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17439         Likewise. Problem reported by Benno in
17440         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17441
17442         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17443         readable.  This could be improved further but it'd take some work.
17444
17445 2004-08-08  Simon Josefsson  <jas@extundo.com>
17446
17447         * modules/xgethostname (Depends-on): Remove exit and error (not
17448         used).
17449
17450         * modules/getpass-gnu: Add getpass.h.
17451         (Depends-on): Add stdbool.
17452         * modules/getpass: Add getpass.h.
17453
17454 2004-08-08  Simon Josefsson  <jas@extundo.com>
17455
17456         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17457         Check getpass declaration.
17458
17459 2004-08-08  Simon Josefsson  <jas@extundo.com>
17460
17461         * lib/xgethostname.c: Don't include error.h (not used).
17462
17463         * lib/getpass.h: Add.
17464         * lib/getpass.c: Include getpass.h first.
17465
17466 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17467
17468         * lib/xalloc-die.c: New file.
17469         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17470         All uses removed.
17471         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17472         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17473         xalloc-die.c.
17474         (_, N_, xalloc_die): Move to xalloc-die.c.
17475         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17476         so that we needn't mess with xalloc_msg_memory_exhausted.
17477
17478         * lib/sha1.h: Renamed from sha.h.
17479         (SHA1_H): Renamed from _SHA_H.
17480         (sha1_ctx): Renamed from sha_ctx.
17481         (sha1_init_ctx): Renamed from sha_init_ctx.
17482         (sha1_process_block): Renamed from sha_process_block.
17483         (sha1_process_bytes): Renamed from sha_process_bytes.
17484         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17485         (sha1_read_ctx): Renamed from sha_read_ctx.
17486         (sha1_stream): Renamed from sha_stream.
17487         (sha1_buffer): Renamed from sha_buffer.
17488         * lib/sha1.c: Likewise; renamed from sha.c.
17489         Do not include <sys/types.h>.
17490         Include <stddef.h> rather than <stdlib.h>.
17491
17492 2004-08-08  Bruno Haible  <bruno@clisp.org>
17493
17494         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17495         FILESYSTEM_PREFIX_LEN.
17496         * lib/progreloc.c: Likewise.
17497         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17498
17499 2004-08-06  Simon Josefsson  <jas@extundo.com>
17500
17501         * modules/progname (Depends-on): Don't depend on stdbool.
17502
17503 2004-08-06  Simon Josefsson  <jas@extundo.com>
17504
17505         * modules/getsubopt: New file.
17506         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17507         getsubopt.
17508
17509 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17510
17511         More merge from coreutils.
17512
17513         * m4/utimens.m4, m4/utimecmp.m4: New files.
17514         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17515         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17516         prereq.m4, sha.m4: Import changes from coreutils.
17517
17518 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17519
17520         More merge from coreutils.
17521         * modules/raise, modules/readtokens0, modules/utimens:
17522         * modules/utimecmp, module/xnanosleep: New files.
17523         * modules/strftime: Add lib/strftime.h.
17524         Change include from <time.h> to "strftime.h".
17525         * modules/yesno: Add lib/yesno.h.
17526         * modules/backupfile: Remove lib/addext.c.
17527         * modules/euidaccess: Add stat-macros.h.
17528         * modules/canonicalize, modules/euidaccess,
17529         modules/filemode, modules/lchown, modules/makepath,
17530         modules/rmdir, modules/stat: Likewise.
17531
17532 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17533
17534         Merge from tar.
17535         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17536         SIZE_MAX is a valid preprocessor constant.
17537         (__argp_basename): Change from "#ifndef _LIBC"
17538         to "#ifndef __argp_short_program_name", so that
17539         we don't compile these functions for tar.
17540
17541         More merges from coreutils.
17542         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17543         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17544         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17545         * lib/addext.c: Remove; no longer needed.
17546         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17547         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17548         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17549         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17550         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17551         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17552         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17553         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17554         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17555         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17556         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17557         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17558         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17559         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17560         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17561         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17562         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17563         Import changes from coreutils.
17564
17565 2004-08-05  Simon Josefsson  <jas@extundo.com>
17566
17567         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17568
17569 2004-08-05  Simon Josefsson  <jas@extundo.com>
17570
17571         * m4/getsubopt.m4: New file.
17572
17573 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17574
17575         Merge from coreutils.
17576
17577         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17578         * m4/getcwd-path-max.m4: New files.
17579
17580         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17581         FILESYSTEM_PREFIX_LEN ->
17582         FILE_SYSTEM_PREFIX_LEN.
17583         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17584         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17585         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17586         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17587
17588         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17589         prerequisite modules now handle the DOS stuff.
17590         Don't check for unistd.h.
17591
17592 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17593
17594         Merge from coreutils.
17595
17596         * lib/.gdb-history: Remove; this doesn't belong here.
17597
17598         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17599         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17600         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17601         * lib/getcwd.c: New files.
17602
17603         * lib/dirname.h: Include <stdbool.h>.
17604         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17605         for consistency with POSIX terminology.  All uses changed.
17606         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17607         (strip_trailing_slashes): Use bool for booleans.
17608         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17609
17610         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17611         sometimes returns a positive errno value even when it succeeds.
17612         (print_errno_message) [!LIBC]: Fall back on strerror if
17613         __strerror_r fails.
17614
17615         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17616         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17617         (longest_relative_suffix): New function.
17618         (path_concat): Use it.  Assume first argument is not NULL.
17619         Port to DOS.  Omit redundant separators.
17620         Report an error instead of returning NULL.
17621         Use mempcpy instead of memcpy.
17622         (xpath_concat): Remove: not declared or used.
17623
17624         * lib/same.h: Include <stdbool.h>
17625         (same_name): Return bool, not int.
17626         * lib/same.c (same_name): Likewise.
17627         (errno): Don't declare; we assume C89 or better now.
17628
17629         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17630         if not already defined.
17631
17632         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17633         * lib/dup-safer.c (errno): Likewise.
17634
17635 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17636
17637         Merge from coreutils.
17638         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17639         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17640         * modules/path-concat: Don't depend on strdup.
17641
17642 2004-08-03  Simon Josefsson  <jas@extundo.com>
17643
17644         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17645         * lib/progname.h: Don't include stdbool.h.
17646
17647 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17648
17649         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17650         * MODULES.html.sh (func_all_modules): Remove fatal.
17651
17652 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17653
17654         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17655
17656 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17657
17658         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17659         working.
17660
17661 2004-08-02  Simon Josefsson  <jas@extundo.com>
17662
17663         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17664         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17665         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17666
17667 2004-08-01  Simon Josefsson  <jas@extundo.com>
17668
17669         * lib/xgetdomainname.c: Include stdlib.h, for free().
17670
17671 2004-07-19  Bruno Haible  <bruno@clisp.org>
17672
17673         * MODULES.html.sh (func_all_modules): Add dummy.
17674
17675 2004-07-16  Simon Josefsson  <jas@extundo.com>
17676
17677         * modules/dummy: New file.
17678
17679 2004-07-16  Simon Josefsson  <jas@extundo.com>
17680
17681         * lib/dummy.c: New file.
17682
17683 2004-07-16  Bruno Haible  <bruno@clisp.org>
17684
17685         * lib/backupfile.h: Add extern "C" for C++.
17686         * lib/closeout.h: Likewise.
17687         * lib/copy-file.h: Likewise.
17688         * lib/findprog.h: Likewise.
17689         * lib/full-write.h: Likewise.
17690         * lib/pathname.h: Likewise.
17691         * lib/progname.h: Likewise.
17692         * lib/stpcpy.h: Likewise.
17693         * lib/stpncpy.h: Likewise.
17694         * lib/strcase.h: Likewise.
17695         * lib/strstr.h: Likewise.
17696         * lib/xalloc.h: Likewise.
17697
17698         * lib/mbswidth.h: Add extern "C" for C++.
17699         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17700
17701 2004-07-13  Robert Millan  <robertmh@gnu.org>
17702
17703         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17704
17705 2004-07-09  Simon Josefsson  <jas@extundo.com>
17706
17707         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17708         failed without this.)
17709
17710 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17711
17712         * modules/chown (Files): Add lib/fchown-stub.c, since
17713         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17714
17715 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17716
17717         * lib/fchown-stub.c: New file.
17718
17719 2004-06-24  Jim Meyering  <jim@meyering.net>
17720
17721         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17722
17723 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17724
17725         * modules/argz: Omit "#include".
17726
17727         * MODULES.html.sh (func_all_modules): Add calloc, to match
17728         2004-06-01 addition of calloc module.
17729
17730 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17731
17732         * m4/argz.m4: New file, which is autoupdated from libtool.
17733
17734 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17735
17736         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17737         libtool.
17738
17739 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17740
17741         * config/srclist-update: Don't insist on "USA." before the
17742         close-comment, as libtool omits the period and puts the */ on a
17743         separate line.
17744         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17745         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17746
17747 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17748
17749         * modules/argz: New file.
17750         * MODULES.html.sh (func_all_modules): Add argz.
17751
17752 2004-06-12  Jim Meyering  <jim@meyering.net>
17753         and  Paul Eggert  <eggert@cs.ucla.edu>
17754
17755         * modules/hash (Files): Add lib/xalloc.h.
17756         * modules/pipe (Depends-on): Add wait-process.
17757         * modules/stat (Depends-on): Add xalloc.
17758         * modules/userspec (Files): Add lib/userspec.h.
17759         * modules/xstrto
17760
17761         Upgrade from gettext-0.13.
17762         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17763         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17764         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17765
17766 2004-06-10  Jim Meyering  <jim@meyering.net>
17767
17768         * lib/calloc.c: New file.
17769
17770 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17771
17772         * lib/getdate.y (yylex): Allow space between sign and number.
17773         Problem reported by Dan Jacobson.
17774
17775 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17776
17777         Merge from coreutils CVS.
17778
17779         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17780         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17781         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17782         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17783         xstrtol.m4: Fix copyright date and/or serial number.
17784
17785         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17786         See if we need an fchown replacement.
17787         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17788         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17789         and use the replacement function if we detect either defect.
17790
17791         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17792         gl_UTIMECMP.
17793
17794 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17795         and  Jim Meyering  <jim@meyering.net>
17796
17797         Merge from coreutils CVS.
17798
17799         * lib/stat-macros.h: New file, with contents from file-type.h
17800         and coreutils' system.h.
17801         * lib/file-type.c: Include "stat-macros.h".
17802         * lib/file-type.h (file_type): Move all macro definitions to new file,
17803         stat-macros.h.
17804
17805         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17806         Wrap old code with this conditional.
17807         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17808         function that does not dereference symlinks.
17809         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17810
17811         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17812         dependency problems.
17813         (xreadlink): Accept new arg SIZE, for efficiency.
17814         All decls and uses changed.
17815         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17816
17817         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17818         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17819
17820         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17821         sysexits.h.
17822
17823 2004-06-01  Jim Meyering  <jim@meyering.net>
17824
17825         * m4/calloc.m4: New file.
17826
17827 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17828
17829         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17830         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17831         Also, fix a typo in a diagnostic.
17832
17833 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17834
17835         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17836         or AC_FUNC_REALLOC.
17837
17838 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17839
17840         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17841         macros to be defined.
17842         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17843         the allocator returns NULL because the requested size is zero.
17844
17845 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17846
17847         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17848         var.  Add comment explaining why libc still defines it.  This
17849         merges the following patch from glibc:
17850         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17851
17852 2004-05-20  Andreas Schwab  <schwab@suse.de>
17853
17854         * m4/free.m4: Replace free if it not known to work, not the other
17855         way round.
17856
17857 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17858
17859         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17860         present in glibc since revision 1.1 of this file.
17861         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17862         obstack_alignment_mask, obstack_alloc, obstack_base,
17863         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17864         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17865         obstack_grow0, obstack_init, obstack_int_grow,
17866         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17867         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17868         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17869         nonexistent functions.
17870
17871 2004-05-18  Karl Berry  <karl@gnu.org>
17872
17873         * config/srclist.txt: break link for vasnprintf.c.
17874
17875 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17876
17877         Port obstack to the AS/400, where pointers are 16 bytes wide and
17878         you cannot cast an integer to a valid pointer.  This patch is
17879         currently waiting to be integrated into glibc; see
17880         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17881
17882         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17883         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17884         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17885         (struct obstack): temp member is now a union of a pointer and
17886         an integer, instead of an integer.  All integer uses changed.
17887         This does not affect the physical layout of struct obstack,
17888         except on hosts (like the AS/400) where the size or alignment of
17889         void * is greater than that of ptrdiff_t.
17890         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17891         __STDC__)]: Store temporary in pointer member of union, not
17892         integer member.
17893         * lib/obstack.c: Include <stddef.h>, for offsetof.
17894         (struct fooalign): Remove; it doesn't need a name.
17895         (union fooround): Change double to long double, and add void *.
17896         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17897         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17898         not a macro.  Hence the values are always int; so remove all
17899         casts-to-int in uses.
17900
17901 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17902
17903         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17904         we can get this patch merged into glibc.
17905
17906 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17907             Paul Eggert  <eggert@cs.ucla.edu>
17908
17909         * m4/argp: Depend on alloca.
17910
17911 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17912             Paul Eggert  <eggert@cs.ucla.edu>
17913
17914         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17915         freecoding.
17916
17917 2004-05-17  Bruno Haible  <bruno@clisp.org>
17918
17919         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17920         precision that consists of a '.' followed by an empty digit string.
17921         Patch by Tor Lillqvist <tml@iki.fi>.
17922
17923 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17924
17925         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17926         for backward compatibility with older code.  We need our own
17927         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17928         it under some other name, and our alloca.h will define it.
17929
17930 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17931             Derek Price  <derek@ximbiot.com>
17932
17933         * lib/alloca.c: Include <alloca.h>, to get our interface.
17934         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17935         include <alloca.h> first.  Use C89 prototype for alloca; this
17936         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17937         Use #elif for simplicity, since we can assume C89 now.
17938         Don't try to source the system alloca.h since it will not be found
17939         and to prevent recursively including its replacement.
17940         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17941         * lib/regex.c: Likewise.
17942
17943 2004-05-16  Derek Price  <derek@ximbiot.com>
17944             Paul Eggert  <eggert@cs.ucla.edu>
17945
17946         getline cleanup.  This changes the getndelim2 API: both order of
17947         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17948         no delimiter).
17949
17950         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17951         interface does that.
17952         (getline): Always use getdelim, so that we don't have two
17953         copies of this code.
17954         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17955         if available.
17956         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17957         (GETNDELIM2_MAXIMUM): New macro.
17958         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17959         instead of the old practice of delim2==0.  All callers changed.
17960         Return -1 on overflow, instead of returning junk.
17961         Do not set *linesize unless allocation succeeds.
17962         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17963         that we include sys/types.h.
17964         * lib/getnline.h: Likewise.
17965         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17966         (getndelim2): Reorder arguments.
17967         * lib/getnline.c (getnline, getndelim):
17968         Don't discard the NMAX argument.
17969         (getnline): Invoke getndelim, to avoid code duplication.
17970         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17971         of (size_t) -1 by callers of the getnline family.
17972
17973 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17974
17975         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17976         Check for gettimeofday.
17977         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17978         Check for settimeofday, stime.
17979
17980 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17981
17982         * lib/nanosleep.c (suspended): Change its type from int to
17983         sig_atomic_t volatile.
17984         (first_call): Make it private to rpl_nanosleep, and have it
17985         be zero initially as that's a bit faster.
17986         (my_usleep): Round up fractional times instead of truncating them,
17987         as this is the usual meaning for 'sleep'.
17988
17989         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17990         doesn't work.
17991         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17992         (ENOSYS): Define if not defined.
17993         (settime): Fall back on stime if it exists and settimeofday fails.
17994         But don't bother with fallbacks if a method fails with errno == EPERM.
17995
17996 2004-05-11  Jim Meyering  <jim@meyering.net>
17997
17998         Prior to this change, the save_cwd caller required read access to the
17999         current directory on most systems (ones with the fchdir function).
18000
18001         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18002         fails, try write-only, and finally, resort to using xgetcwd.
18003
18004 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18005
18006         * lib/obstack.c, obstack.h: Import changes from libc.
18007
18008 2004-04-28  Bruno Haible  <bruno@clisp.org>
18009
18010         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18011         also implicitly appends .exe to executables.
18012         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18013         accepts Windows pathnames.
18014         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18015         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18016         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18017         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18018         Reported by Derek Robert Price <derek@ximbiot.com>.
18019
18020 2004-04-21  Karl Berry  <karl@gnu.org>
18021
18022         * config/srclist.txt (localcharset.c): break sync.
18023
18024 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18025
18026         * m4/host-os.m4: Add a copyright notice.
18027
18028 2004-04-20  Jim Meyering  <jim@meyering.net>
18029
18030         Change UTILS_ to gl_ in AC_DEFINE'd names.
18031         Change utils_- and jm_-prefixed variables, too.
18032         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18033         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18034         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18035
18036         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18037         Don't emit trailing blanks.
18038         Also rename jm_-prefixed variables to have gl_ prefix.
18039
18040         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18041         Also rename jm_-prefixed variables to have gl_ prefix.
18042
18043         * m4/jm-macros.m4: Reflect the renamings.
18044         * m4/prereq.m4: Likewise.
18045
18046 2004-04-20  Jim Meyering  <jim@meyering.net>
18047
18048         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18049         memory.
18050
18051 2004-04-20  Jim Meyering  <jim@meyering.net>
18052             Bruno Haible  <bruno@clisp.org>
18053
18054         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18055         memory when realloc fails.
18056
18057 2004-04-19  Jim Meyering  <jim@meyering.net>
18058
18059         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18060         now that readutmp.c may call `free (0)'.
18061
18062 2004-04-19  Bruno Haible  <bruno@clisp.org>
18063
18064         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18065         * m4/inttypes_h.m4: Likewise.
18066         * m4/stdint_h.m4: Likewise.
18067         * m4/intmax_t.m4: Likewise.
18068         * m4/uintmax_t.m4: Likewise.
18069
18070 2004-04-18  Jim Meyering  <jim@meyering.net>
18071
18072         * m4/prereq.m4: Don't forbid jm_ prefix.
18073
18074         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18075         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18076         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18077         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18078         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18079         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18080         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18081         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18082         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18083         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18084         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18085         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18086         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18087         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18088         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18089         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18090         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18091         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18092         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18093
18094 2004-04-18  Jim Meyering  <jim@meyering.net>
18095
18096         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18097         failure, don't leak memory and do call END_UTMP_ENT.
18098
18099 2004-04-16  Jim Meyering  <jim@meyering.net>
18100
18101         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18102         coreutils' stat program.
18103         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18104
18105 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18106
18107         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18108         C89.
18109         (CHAR_BIT): Remove, since we assume C89.
18110         Include <stdint.h> if available, as per current Autoconf CVS advice.
18111
18112 2004-03-31  Jim Meyering  <jim@meyering.net>
18113
18114         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18115         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18116         * m4/xalloc.m4: Likewise.
18117
18118 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18119
18120         Merge from coreutils.
18121
18122         * m4/inttostr.m4: New file.
18123         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18124         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18125         Require gl_CLOCK_TIME.
18126         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18127
18128 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18129
18130         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18131         not bool, to be more consistent with Unix conventions.
18132         Suggested by Bruno Haible.
18133
18134         Merge from coreutils.
18135
18136         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18137         * lib/umaxtostr.c: New files.
18138
18139         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18140         the usual <time.h> dance.
18141         (get_date): Change signature to support fractional time stamps.
18142         All callers changed.
18143         * lib/getdate.y: Include "getdate.h" first, as we can now
18144         assume C89 and don't need to worry about 'const'.
18145         Similarly, include "unlocked-io.h" near start, not in middle.
18146         Include <limits.h>.
18147         (textint.value): Use long int rather than int.
18148         (textint.digits): Use size_t rather than int.
18149         (BILLION, LOG10_BILLION): New constants.
18150         (parser_control): New member rel_ns.  Members day_ordinal,
18151         time_zone, month, day, hour, minutes, rel_year, rel_month,
18152         rel_day, rel_hour, rel_minutes, rel_seconds
18153         are now long int, not int.  Member seconds is now struct timespec,
18154         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18155         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18156         not int.
18157         (%union.intval): Now long int, not int.
18158         New member timespec.
18159         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18160         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18161         (spec): Now is a timespec or an item list.
18162         (timespec, items): New nonterminals.
18163         (time, rel, relunit, number, get_date):
18164         Add support for fractional seconds.
18165         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18166         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18167         (to_hour): First arg is now long int, not int.
18168         (to_year): Returns long int, not int.
18169         Don't treat year -70 like 70.
18170         (tm_diff): Returns long int, not int.
18171         (lookup_word): Use bool instead of int when appropriate.
18172         (yylex): Use size_t for count, not int.
18173         Detect overflow when parsing large integer constants.
18174         Add support for fractions.
18175         (get_date): Make pointers 'const' if possible.
18176         Use more-portable code to detect integer overflow.
18177         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18178         Don't use ctime; it's not reliable if the year has >4 digits.
18179
18180         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18181         This is for compatibility with BSD.
18182
18183         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18184         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18185         From coreutils' system.h.
18186
18187         * lib/userspec.c: Don't include "posixver.h".
18188         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18189         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18190         compatible extension.  Simplify code by removing a boolean int
18191         that was always nonzero if a string was nonnull.
18192
18193 2004-03-30  Jim Meyering  <jim@meyering.net>
18194
18195         Merge from coreutils.
18196
18197         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18198         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18199         on some systems one must include <grp.h> before it.
18200         Reported by Christian Krackowizer.
18201
18202 2004-03-30  Jim Meyering  <jim@meyering.net>
18203
18204         Merge from coreutils.
18205
18206         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18207
18208         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18209         an empty input stream.
18210
18211         * lib/readtokens.c: Include <stdbool.h>.
18212         (readtoken): Use `size_t' rather than int/long.
18213         All callers adjusted.
18214         Use `bool' rather than `int' where appropriate.
18215         Use memset rather than an explicit loop.
18216         Use x2nrealloc rather than xrealloc.
18217         Allow the use of `\0' as a delimiter.
18218         (readtokens): Likewise.
18219         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18220
18221 2004-03-30  Jim Meyering  <jim@meyering.net>
18222
18223         * m4/realloc.m4: Remove file, since now it does no more than
18224         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18225         the `configure.ac' section of module/realloc.
18226         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18227
18228 2004-03-30  Bruno Haible  <bruno@clisp.org>
18229
18230         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18231         nonnull.
18232
18233 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18234
18235         Merge changes to getloadavg.c from coreutils and Emacs.
18236
18237         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18238         Define to an expression, not to the empty string.
18239         Include cloexec.h and xalloc.h.
18240         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18241         Use set_cloexec_flag rather than rolling our own.
18242         * lib/cloexec.c, lib/cloexec.h: New files.
18243
18244 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18245
18246         * m4/cloexec.m4: New file.
18247
18248 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18249
18250         * lib/getopt.h: Sync with libc CVS.
18251
18252 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18253             Bruno Haible  <bruno@clisp.org>
18254
18255         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18256         mbswidth.
18257
18258 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18259             Bruno Haible  <bruno@clisp.org>
18260
18261         * lib/mbswidth.h: Include <wchar.h> only if
18262         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18263         <wchar.h>.
18264         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18265
18266 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18267
18268         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18269         Sync with libc CVS.
18270         * lib/getopt_int.h: New file, also synced from libc.
18271
18272 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18273
18274         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18275         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18276         Bring back getopt.c, getopt.h, getopt1.c.
18277
18278 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18279
18280         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18281         All uses changed.  Check for sa_sigaction member; this fixes
18282         a bug first reported by Jason Andrade in
18283         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18284
18285 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18286
18287         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18288         '#if' expressions.  Unlike the code it replaces, it does not
18289         depend on (defined _SC_PAGESIZE).  However, it does depend on
18290         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18291         first reported by Jason Andrade in
18292         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18293
18294 2004-02-25  Simon Josefsson  <jas@extundo.com>
18295
18296         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18297
18298 2004-02-25  Simon Josefsson  <jas@extundo.com>
18299
18300         * lib/strdup.h: New file.
18301         * lib/strdup.c: Include it.
18302         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18303         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18304
18305 2004-02-23  Karl Berry  <karl@gnu.org>
18306
18307         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18308         (from fencepost.gnu.org:/gd/gnuorg).
18309
18310 2004-02-23  Karl Berry  <karl@gnu.org>
18311
18312         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18313         * config/srclist.txt: add maintain/standards documents.
18314
18315 2004-02-18  Bruno Haible  <bruno@clisp.org>
18316
18317         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18318         Reported by Derek Robert Price <derek@ximbiot.com>.
18319
18320 2004-02-16  Karl Berry  <karl@gnu.org>
18321
18322         * config/mkinstalldirs, install-sh: update from automake.
18323
18324 2004-02-06  Karl Berry  <karl@gnu.org>
18325
18326         * m4/po.m4: update from gettext 0.14.1.
18327
18328 2004-02-06  Karl Berry  <karl@gnu.org>
18329
18330         * lib/config.charset: update from gettext 0.14.1.
18331
18332 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18333
18334         Add comments and code, prompted by suggestions from Bruno Haible
18335         for sh-quote.
18336         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18337         describing the enum quoting_style values.
18338         * lib/quotearg.c (quotearg_alloc): New function.
18339         (quotearg_buffer_restyled): Treat lone { and } as special.
18340         Treat = as special.  Work around bug with older shells
18341         that "see" a '\' that is really the 2nd byte of a multibyte char.
18342         Quote empty string with shell_quoting_style.
18343
18344 2004-02-03  Bruno Haible  <bruno@clisp.org>
18345
18346         * m4/pipe.m4: New file, from GNU gettext.
18347
18348 2004-02-03  Bruno Haible  <bruno@clisp.org>
18349
18350         * lib/pipe.h: New file, from GNU gettext.
18351         * lib/pipe.c: New file, from GNU gettext.
18352
18353 2004-01-27  Bruno Haible  <bruno@clisp.org>
18354
18355         * m4/execute.m4: New file, from GNU gettext.
18356
18357 2004-01-27  Bruno Haible  <bruno@clisp.org>
18358
18359         * lib/execute.h: New file, from GNU gettext.
18360         * lib/execute.c: New file, from GNU gettext.
18361         * lib/w32spawn.h: New file, from GNU gettext.
18362
18363 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18364
18365         Merge from diffutils.
18366
18367         * lib/file-type.c (file_type): Add typed memory objects.
18368         * lib/file-type.h (S_TYPEISTMO): New macro.
18369
18370         * lib/c-stack.h (c_stack_action): Remove argv argument.
18371         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18372         (die): Don't calculate message unless segv_action returns.
18373         (get_stack_location, min_address_from_argv, max_address_from_argv,
18374         volatile stack_base, volatile_stack_size): Remove.
18375         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18376         that every segmentation violation is a stack overflow.  (Ouch!)
18377         See Debian bug 136249 (still outstanding) for more info about why
18378         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18379
18380 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18381
18382         Exit-status fix from coreutils.
18383
18384         Use exit_failure consistently in place of EXIT_FAILURE,
18385         so that program exit statuses are consistent on failure.
18386
18387         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18388         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18389         * lib/argmatch.h: Comment fix to match the above.
18390         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18391         Now a macro referring to exit_failure, instead of a separate
18392         variable.  Include "exitfail.h" to get it.
18393         * lib/xstrtol.h: Include "exitfail.h".
18394         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18395
18396         * lib/long-options.c (parse_long_options): Use prototype
18397         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18398         for clarity.
18399
18400 2004-01-21  Jim Meyering  <jim@meyering.net>
18401
18402         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18403         so as not to conflict with a different-sized __mktime_internal
18404         function in GNU libc.
18405         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18406         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18407
18408 2004-01-20  Karl Berry  <karl@gnu.org>
18409
18410         * config/config.guess: update from config.
18411
18412         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18413
18414 2004-01-20  Bruno Haible  <bruno@clisp.org>
18415
18416         Safer stack allocation.
18417         * lib/setenv.c: Include allocsa.h.
18418         (alloca): Remove fallback definition.
18419         (freea): Remove macro.
18420         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18421         instead of freea.
18422
18423 2004-01-20  Bruno Haible  <bruno@clisp.org>
18424
18425         * m4/eealloc.m4: New file, from GNU gettext.
18426
18427 2004-01-20  Bruno Haible  <bruno@clisp.org>
18428
18429         * m4/allocsa.m4: New file, from GNU gettext.
18430
18431 2004-01-20  Bruno Haible  <bruno@clisp.org>
18432
18433         * lib/xallocsa.h: New file, from GNU gettext.
18434         * lib/xallocsa.c: New file, from GNU gettext.
18435
18436 2004-01-20  Bruno Haible  <bruno@clisp.org>
18437
18438         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18439
18440 2004-01-20  Bruno Haible  <bruno@clisp.org>
18441
18442         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18443         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18444         specially.
18445
18446 2004-01-20  Bruno Haible  <bruno@clisp.org>
18447
18448         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18449         patch.
18450
18451 2004-01-20  Bruno Haible  <bruno@clisp.org>
18452
18453         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18454
18455 2004-01-20  Bruno Haible  <bruno@clisp.org>
18456
18457         * lib/eealloc.h: New file.
18458
18459 2004-01-20  Bruno Haible  <bruno@clisp.org>
18460
18461         * lib/binary-io.h: Avoid warnings on Cygwin.
18462
18463 2004-01-20  Bruno Haible  <bruno@clisp.org>
18464
18465         * lib/allocsa.h: New file, from GNU gettext.
18466         * lib/allocsa.c: New file, from GNU gettext.
18467
18468 2004-01-18  Karl Berry  <karl@gnu.org>
18469
18470         * doc/gpl.texi, doc/lgpl.texi: new files.
18471
18472 2004-01-18  Karl Berry  <karl@gnu.org>
18473
18474         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18475         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18476
18477 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18478
18479         Merge from coreutils.
18480
18481         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18482         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18483         (gl_DEFAULT_POSIX2_VERSION): Move
18484         the documentation from 'configure' into 'config.hin',
18485         so that 'configure --help' isn't burdened by it and
18486         we don't have to worry about its formatting there.
18487         Reword the documentation so that it's more succinct
18488         and can be run together into a single paragraph.
18489         * m4/same.m4 (gl_SAME): Check for pathconf.
18490
18491 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18492
18493         Merge from coreutils.
18494
18495         * lib/posixver.c: Include posixver.h.
18496
18497         * lib/same.c: Include <stdbool.h>, <limits.h>.
18498         (_POSIX_NAME_MAX): Define if not defined.
18499         (MIN): New macro.
18500         (same_name): If file names are silently truncated, report
18501         that the file names are the same if they are the same after
18502         the silent truncation.
18503
18504         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18505         conversion function.
18506         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18507         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18508         longer needed.
18509
18510 2004-01-15  Jim Meyering  <jim@meyering.net>
18511
18512         Merge from coreutils.
18513
18514         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18515         if no library is required.
18516         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18517         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18518         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18519         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18520         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18521         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18522         value, $ac_cv_search_crypt, if it's "none required".
18523         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18524         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18525         not gl_FUNC_GETLOADAVG.
18526         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18527         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18528
18529 2004-01-15  Jim Meyering  <jim@meyering.net>
18530
18531         Merge from coreutils.
18532
18533         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18534         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18535         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18536
18537         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18538         optional configure-time default.
18539
18540         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18541
18542         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18543
18544 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18545
18546         Merge from coreutils.
18547
18548         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18549         value, $ac_cv_search_nanosleep, if it's "none required".
18550
18551 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18552
18553         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18554         with like-named macro in fnmatch.c.
18555         (EXT): Use an internal constant instead.
18556
18557         Merge fnmatch patches from glibc.
18558         * lib/fnmatch.c (mbsinit): Remove define.
18559         Add libc_hidden_ver (__fnmatch, fnmatch).
18560         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18561         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18562
18563 2004-01-14  Karl Berry  <karl@gnu.org>
18564
18565         * config/install-sh: update from automake.
18566
18567 2004-01-13  Karl Berry  <karl@gnu.org>
18568
18569         * config/install-sh: update from automake.
18570
18571 2004-01-09  Karl Berry  <karl@gnu.org>
18572
18573         * config/install-sh: update from automake.
18574
18575 2004-01-05  Karl Berry  <karl@gnu.org>
18576
18577         * config/config.{sub,guess}: update from config.
18578
18579 2003-12-31  Karl Berry  <karl@gnu.org>
18580
18581         * config/depcomp: update from automake.
18582
18583 2003-12-14  Karl Berry  <karl@gnu.org>
18584
18585         * lib/config.charset: update from gettext-runtime.
18586
18587 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18588
18589         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18590         Bug reported by Alfred M. Szmidt.
18591
18592 2003-12-03  Bruno Haible  <bruno@clisp.org>
18593
18594         * m4/gettext.m4: Upgrade from gettext-0.13.
18595         * m4/po.m4: Upgrade from gettext-0.13.
18596         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18597         * m4/intmax.m4: New file, from gettext-0.13.
18598         * m4/printf-posix.m4: New file, from gettext-0.13.
18599
18600 2003-11-29  Karl Berry  <karl@gnu.org>
18601
18602         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18603
18604 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18605             Bruno Haible  <bruno@clisp.org>
18606
18607         * lib/printf-parse.h: Don't include sys/types.h.
18608         (ARG_NONE): New macro.
18609         (char_directive): Change type of *arg_index fields to size_t.
18610         * lib/printf-parse.c: Don't include sys/types.h.
18611         (SSIZE_MAX): Remove macro.
18612         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18613         Remove unnecessary overflow check.
18614         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18615         fields.
18616
18617 2003-11-25  Bruno Haible  <bruno@clisp.org>
18618
18619         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18620
18621 2003-11-25  Bruno Haible  <bruno@clisp.org>
18622
18623         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18624         gt_TYPE_SSIZE_T.
18625
18626 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18627
18628         * modules/alloca: Remove dependency on xalloc.
18629
18630 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18631
18632         * lib/alloca.c: Remove dependency on xalloc module.
18633         (xalloc_die): Remove.
18634         (memory_full) [!defined emacs]: New macro.
18635         [!defined emacs]: Don't include xalloc.h.
18636         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18637         address arithmetic overflows.  Change datatypes a bit to avoid
18638         unnecessary casts.
18639
18640 2003-11-22  Jim Meyering  <jim@meyering.net>
18641
18642         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18643         s/size/size_t/.
18644
18645 2003-11-21  Karl Berry  <karl@gnu.org>
18646
18647         * config/config.{sub,guess}: update from config.
18648
18649 2003-11-18  Karl Berry  <karl@gnu.org>
18650
18651         * config/config.{sub,guess}: update from config.
18652
18653         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18654
18655 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18656
18657         * README: Mention that S+T cannot overflow if S is the size of
18658         an existing object and T is sufficiently small.
18659
18660 2003-11-17  Jim Meyering  <jim@meyering.net>
18661
18662         On systems without utime and without a utimes function capable of
18663         dealing with a NULL struct utimbuf* argument, this utime replacement
18664         could -- in unusual circumstances -- leak a file descriptor.
18665         * lib/utime.c: Include <unistd.h> and <errno.h>.
18666         (utime_null): Be sure to close `fd' and to preserve errno.
18667         Reported by Geoff Collyer via Arnold Robbins.
18668
18669 2003-11-17  Bruno Haible  <bruno@clisp.org>
18670
18671         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18672         (Depends-on): Add xsize.
18673
18674 2003-11-17  Bruno Haible  <bruno@clisp.org>
18675
18676         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18677
18678 2003-11-17  Bruno Haible  <bruno@clisp.org>
18679
18680         * lib/vasnprintf.c (alloca): Remove fallback definition.
18681         (freea): Remove definition.
18682         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18683         Reported by Paul Eggert.
18684
18685 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18686             Bruno Haible  <bruno@clisp.org>
18687
18688         Protect against address arithmetic overflow.
18689         * lib/printf-args.h: Include stddef.h.
18690         (arguments): Change type of field 'count' to size_t.
18691         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18692         'unsigned int' where appropriate.
18693         * lib/printf-parse.h: Include sys/types.h.
18694         (char_directive): Change type of *arg_index fields to ssize_t.
18695         (char_directives): Change type of fields 'count', max_*_length to
18696         size_t.
18697         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18698         (SSIZE_MAX): Define fallback value.
18699         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18700         instead of 'int' where appropriate. Check a_allocated, d_allocated
18701         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18702         * lib/vasnprintf.c: Include xsize.h.
18703         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18704         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18705         overflow. Avoid wraparound when converting a width or precision from
18706         decimal to binary.
18707
18708 2003-11-16  Bruno Haible  <bruno@clisp.org>
18709
18710         Update from GNU gettext.
18711         * lib/printf-parse.c: Generalize to it can be compiled for wide
18712         strings.
18713         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18714         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18715         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18716         SNPRINTF): New macros.
18717         Don't include <alloca.h> if the file is used inside libintl.
18718         (local_wcslen): New function, for Solaris 2.5.1.
18719         (VASNPRINTF): Use it instead of wcslen.
18720
18721 2003-11-16  Bruno Haible  <bruno@clisp.org>
18722
18723         * lib/xsize.h (xmax): New function.
18724         (xsum, xsum3, xsum4): Declare as "pure" functions.
18725
18726 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18727
18728         * modules/xalloc (Files): Undo latest change, since xalloc.h
18729         no longer needs SIZE_MAX or PTRDIFF_MAX.
18730
18731 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18732
18733         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18734         gl_PTRDIFF_MAX.
18735
18736 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18737
18738         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18739         "return", to pacify some unknown compiler.  Problem reported
18740         by Joerg Schilling.
18741
18742 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18743
18744         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18745         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18746         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18747         heuristic is just as accurate as far as we know, and it removes a
18748         dependency on size_max.m4 and ptrdiff_max.m4.
18749
18750 2003-11-11  Bruno Haible  <bruno@clisp.org>
18751
18752         * modules/xsize (Files): Add m4/size_max.m4.
18753         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18754
18755 2003-11-11  Bruno Haible  <bruno@clisp.org>
18756
18757         * m4/size_max.m4: New file.
18758         * m4/ptrdiff_max.m4: New file.
18759         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18760         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18761         (gl_XALLOC): Invoke it.
18762
18763 2003-11-11  Bruno Haible  <bruno@clisp.org>
18764
18765         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18766         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18767         defined.
18768
18769 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18770
18771         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18772         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18773         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18774         From Bruno Haible.
18775         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18776         not (size_t) -1, since it's defined here.
18777
18778 2003-11-09  Karl Berry  <karl@gnu.org>
18779
18780         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18781
18782 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18783
18784         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18785         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18786         Reject sizes of exactly SIZE_MAX bytes.
18787         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18788         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18789
18790 2003-11-05  Bruno Haible  <bruno@clisp.org>
18791
18792         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18793         SIZE_MAX defined in <limits.h> on Solaris.
18794
18795 2003-11-04  Jim Meyering  <jim@meyering.net>
18796
18797         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18798         variable names, rather than @VAR@.
18799         * modules/poll: Likewise.
18800
18801 2003-11-04  Bruno Haible  <bruno@clisp.org>
18802
18803         * modules/xsize: New file.
18804         * modules/linebreak: Depend on xsize.
18805         * MODULES.html.sh (func_all_modules): Add xsize.
18806
18807 2003-11-04  Bruno Haible  <bruno@clisp.org>
18808
18809         * m4/xsize.m4: New file.
18810
18811 2003-11-04  Bruno Haible  <bruno@clisp.org>
18812
18813         * lib/xsize.h: New file.
18814         * lib/linebreak.c: Include xsize.h.
18815         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18816         argument for overflow.
18817         Suggested by Paul Eggert.
18818
18819 2003-11-03  Karl Berry  <karl@gnu.org>
18820
18821         * config/config.{guess,sub}: update from config.
18822
18823 2003-11-03  Jim Meyering  <jim@meyering.net>
18824
18825         * modules/userspec (lib_SOURCES): Add userspec.h.
18826         (Include): Add "userspec.h".
18827         Improve description.
18828
18829 2003-11-03  Jim Meyering  <jim@meyering.net>
18830
18831         * lib/userspec.c: Include "userspec.h".
18832         * lib/userspec.h: New file.
18833
18834 2003-11-03  Bruno Haible  <bruno@clisp.org>
18835
18836         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18837
18838 2003-11-03  Bruno Haible  <bruno@clisp.org>
18839
18840         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18841         available, to avoid (extremely rare) race condition.
18842         Suggested by Paul Eggert.
18843
18844 2003-11-02  Karl Berry  <karl@gnu.org>
18845
18846         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18847
18848 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18849
18850         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18851         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18852         (read_filesystem_list): Set and use me_type_malloced.
18853         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18854         whatever the type happens to be), for brevity and consistency.
18855         Check for size calculation overflow on Alphas running OSF/1.
18856
18857 2003-10-31  Jim Meyering  <jim@meyering.net>
18858
18859         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18860
18861         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18862
18863 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18864             Bruno Haible  <bruno@clisp.org>
18865
18866         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18867         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18868
18869 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18870
18871         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18872         netbsd*-gnu*.  Suggested by Robert Millan.
18873
18874 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18875
18876         * modules/group-member: Depend on stdbool.
18877
18878 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18879
18880         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18881
18882 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18883
18884         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18885         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18886         after the 'gnu' in these cases.  This fixes some bugs in the
18887         previous change, and is based on suggestions by Robert Millan.
18888
18889 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18890
18891         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18892         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18893         no longer needed.
18894         * lib/quotearg.c (quotearg_n_options): Use it.
18895         * lib/group-member.c: Include <stdbool.h>.
18896         (free_group_info): Arg is now const *; don't free arg.
18897         (get_group_info): Now returns bool and accepts struct group_info *,
18898         rather than returning a malloc'ed struct group_info *.
18899         All uses changed.  Check for overflow in internal size calculation.
18900
18901         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18902         rather than xmalloc/xrealloc.
18903         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18904         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18905         conformance bug: the old code used a pointer after freeing the
18906         storage that it addressed.
18907         * lib/hash.c (hash_initialize): Simplify the code by using
18908         xalloc_oversized rather than doing it by hand.
18909         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18910         the buffer preserved.  Use free and xmalloc instead.
18911         * lib/quotearg.c (quotearg_n_options): Likewise.
18912         Use a simpler test for size overflow.  Don't use xalloc_oversized
18913         because unsigned int might be wider than size_t (!); this suggests
18914         that we should switch from unsigned int to size_t for slot numbers.
18915
18916 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18917
18918         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18919         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18920         NetBSD kernels.  Requested by Richard Stallman.
18921
18922 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18923
18924         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18925         to allocate the returned structure.  Do not allocate a subarray,
18926         as x2nrealloc will do that.
18927         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18928         instead of xnrealloc.
18929         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18930
18931 2003-10-27  Bruno Haible  <bruno@clisp.org>
18932
18933         * lib/stdbool_.h: Better support for BeOS.
18934
18935 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18936
18937         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18938         now uses inline.
18939
18940 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18941
18942         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18943         callers that want to do their own size-overflow checking.  Include
18944         <stdbool.h>, since xalloc_oversized returns bool.
18945         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18946         to use xalloc_oversized.
18947
18948         Add two functions x2realloc, x2nrealloc, for programs that grow
18949         arrays dynamically by doubling their sizes.
18950         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18951         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18952         New functions.
18953
18954         Port to C99 semantics for 'inline' of external functions.
18955         Bug reported by Bruno Haible.
18956         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18957         with the old contents of xnmalloc.
18958         (xnmalloc, xmalloc): Use it.
18959         (xnrealloc_inline): New static inline function,
18960         with the old contents of xnrealloc.
18961         (xnrealloc, xrealloc): Use it.
18962
18963         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18964         that.
18965
18966 2003-10-26  Karl Berry  <karl@gnu.org>
18967
18968         * config/srclist.txt (COPYING.DOC): no longer available from
18969         /gd/gnuorg; don't know where the ultimate source is.
18970
18971 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18972
18973         Fix several address-calculation bugs in the hash modules,
18974         plus some minor code cleanup.
18975
18976         * lib/hash.h: Include <stdbool.h>, for bool.
18977         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18978         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18979         hash_get_n_entries, hash_get_max_bucket_length,
18980         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18981         hash_rehash): Use size_t rather than unsigned.
18982         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18983         hash_get_n_buckets_used, hash_get_n_entries,
18984         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18985         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18986         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18987         Likewise.
18988         (SIZE_MAX): Define if not defined.
18989         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18990         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18991         hash_print):
18992         Use const * when possible.
18993         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18994         (check_tuning): Fix bug: if tuning parameters were very close to
18995         0 or 1, rounding errors could have caused subscript violations.
18996         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18997         (hash_initialize): Add 'fail:' label
18998         to free table and return NULL, and use it to simplify code.
18999         Use calloc rather than clearing the storage ourself.
19000         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19001         buffer size calculations.
19002         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19003         Include <stddef.h>, for size_t.
19004         * lib/hash-pjw.c (hash_pjw): Likewise.
19005         Switch to method described by Bruno Haible.
19006         Include <limits.h>, for CHAR_BIT.
19007         (SIZE_BITS): New macro.
19008
19009 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19010
19011         * m4/getline.m4 (AM_FUNC_GETLINE):
19012         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19013         hosts.  Problem reported by Derek Robert Price in
19014         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19015         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19016         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19017
19018 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19019
19020         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19021         ceiling the allocation at NMAX bytes rather than silently
19022         discarding input bytes before NMAX is reached.  This makes
19023         a difference only if NMAX exceeds SIZE_MAX / 2.
19024
19025         * lib/obstack.c: Merge from glibc.
19026         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19027         Add libc_hidden_def (_obstack_newchunk).
19028         (_obstack_free) [! defined _LIBC]: Remove.
19029         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19030         a clone of the function body.
19031         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19032         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19033
19034         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19035         glibc.
19036         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19037         arg to memcpy.
19038
19039         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19040         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19041         Don't use lvalue casts, as GCC plans to remove support for them
19042         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19043         was also present in the non-GCC version, indicating that this
19044         code had always been buggy and had never been widely used.
19045         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19046         Use the fast variant of each macro, rather than copying the
19047         definiens of the fast variant; that way, we'll be more likely to
19048         catch future bugs in the fast variants.
19049
19050 2003-10-20  Bruno Haible  <bruno@clisp.org>
19051
19052         * modules/wait-process: New file.
19053         * MODULES.html.sh (func_all_modules): Add wait-process.
19054
19055 2003-10-20  Bruno Haible  <bruno@clisp.org>
19056
19057         * m4/wait-process.m4: New file.
19058
19059 2003-10-20  Bruno Haible  <bruno@clisp.org>
19060
19061         * lib/wait-process.h: New file, from GNU gettext.
19062         * lib/wait-process.c: New file, from GNU gettext.
19063
19064 2003-10-19  Jim Meyering  <jim@meyering.net>
19065
19066         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19067         HPUX 10.20.
19068
19069 2003-10-18  Karl Berry  <karl@gnu.org>
19070
19071         * config/config.guess: update from config.
19072
19073 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19074
19075         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19076         (getgroups): First arg is int, not size_t.
19077         Don't let 'free' mangle errno.
19078
19079 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19080
19081         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19082
19083 2003-10-16  Karl Berry  <karl@gnu.org>
19084
19085         * config/config.{guess,sub}: update from config.
19086
19087 2003-10-16  Jim Meyering  <jim@meyering.net>
19088
19089         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19090         memcpy.
19091
19092 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19093
19094         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19095         (SIZE_MAX): Remove.
19096         (new_exclude, add_exclude_file): Initial size no longer needs to
19097         be a power of 2.
19098         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19099         our own address arithmetic overflow checking.
19100
19101         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19102         (fnmatch): Do not alloca more than 2000 wide characters;
19103         instead, use malloc for large buffers.
19104         Check for address arithmetic overflow, and return -1
19105         with errno set to ENOMEM in that case.
19106         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19107         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19108         instead, return -1.  Check for address arithmetic overflow.
19109
19110 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19111
19112         Handle invalid suffixes and overflow independently, so that
19113         callers can treat them independently as needed.  Fix some bugs in
19114         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19115         suffix for a human-readable blocksize.  The major caller-visible
19116         change is the addition of a new
19117         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19118         that both overflow and suffix chars were found.
19119
19120         * lib/human.c (humblock): Don't check separately for invalid suffix
19121         char; that is xstrtoumax's job (now that its bug is fixed).
19122         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19123         INTMAX_MAX]: New macros.
19124         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19125         TYPE_MAXIMUM): New macros.
19126         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19127         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19128         if overflow occurs, as it's what __strtol does and it's more useful
19129         in practice.
19130         (__xstrtol): If __strtol reports some error other than ERANGE,
19131         reflect it to the caller as LONGINT_INVALID.  If it reports
19132         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19133         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19134         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19135         value.
19136         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19137         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19138         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19139         [defined UINTMAX_MAX]: New macros.
19140
19141 2003-10-14  Bruno Haible  <bruno@clisp.org>
19142
19143         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19144
19145 2003-10-14  Bruno Haible  <bruno@clisp.org>
19146
19147         * m4/sig_atomic_t: New file, from GNU gettext.
19148         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19149
19150 2003-10-14  Bruno Haible  <bruno@clisp.org>
19151
19152         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19153         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19154         Also use volatile where needed.
19155
19156 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19157
19158         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19159         Change maintainer from Bruno Haible to 'all'.
19160
19161 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19162
19163         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19164
19165 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19166
19167         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19168         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19169         and define in terms of the other primitives.
19170         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19171         (SIZE_MAX): Define if not already defined.
19172         (array_size_overflow): New function.
19173         (xalloc_die): Abort instead of exiting if 'error' returns.
19174         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19175         (xmalloc, xrealloc): Use them.
19176         (xcalloc): Check for address arithmetic overflow.
19177         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19178         a bit faster than strcpy.
19179
19180 2003-10-10  Simon Josefsson  <jas@extundo.com>
19181
19182         * modules/argp (Depends-on): Add restrict and strcase.
19183
19184 2003-10-10  Simon Josefsson  <jas@extundo.com>
19185
19186         * m4/argp.m4: Add AC_C_INLINE.
19187
19188 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19189
19190         Merge getpass from libc, plus a few fixes.
19191
19192         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19193         Include <stdbool.h>.
19194         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19195         __fsetlocking to empty.
19196         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19197         do include <bits/libc-lock.h>.
19198         Do not include <fcntl.h>; not needed.
19199         [_LIBC]: Include <wchar.h>.
19200         (NOTCANCEL_MODE): New macro.
19201         (flockfile, funlockfile) [_LIBC]: New macros.
19202         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19203         [!_LIBC]: New macros.
19204         (call_fclose): New function.
19205         (getpass): Use it.  Save tty stream separately; this simplifies the
19206         code and makes it more reliable if stdin happens to equal stdout.
19207         Invoke __fsetlocking on tty.
19208         Handle thread cancellation if needed.
19209         Namespace cleanup (use __tcgetattr, __getline).
19210         Use bool for Booleans.
19211         [USE_IN_LIBIO]: Handle wide streams.
19212         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19213         stream might go where.
19214
19215         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19216         doesn't have to include <stdio.h> before us.
19217         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19218         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19219         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19220         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19221         if not declared, so that we can use getpass.c code from libc without
19222         rewriting it.
19223         (flockfile, ftrylockfile, funlockfile): New macros.
19224
19225 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19226
19227         * modules/getpass: Depend on stdbool.
19228
19229 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19230
19231         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19232
19233 2003-10-07  Karl Berry  <karl@gnu.org>
19234
19235         * config/config.{guess,sub}: update from config.
19236
19237 2003-10-06  Jim Meyering  <jim@meyering.net>
19238             Bruno Haible  <bruno@clisp.org>
19239
19240         This lets translators provide better translations for the
19241         "Written by ..." part of --version output.
19242         * lib/version-etc.h: Include stdarg.h.
19243         (version_etc_copyright): Declare as readonly.
19244         (version_etc): Make this function variadic with a NULL-terminated list
19245         of author name strings.
19246         (version_etc_va): New declaration.
19247         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19248         (version_etc_copyright): Declare as readonly.
19249         (version_etc_va): New function. Provide a different translatable string
19250         for each possible number of authors < 10. Abbreviate when there are 10
19251         authors or more.
19252         (version_etc): Make this function variadic. Call version_etc_va.
19253         Suggestion from Gary V. Vaughan.
19254
19255         * lib/long-options.h (parse_long_options): Change prototype: the
19256         authors string is moved to the end and becomes variadic.
19257         * lib/long-options.c: Include stdarg.h.
19258         (parse_long_options): Make this function variadic, too.
19259         Call version_etc_va, not version_etc.
19260
19261 2003-10-06  Bruno Haible  <bruno@clisp.org>
19262
19263         * modules/version-etc-2: Remove file.
19264         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19265
19266 2003-10-06  Bruno Haible  <bruno@clisp.org>
19267
19268         * modules/fatal-signal: New file.
19269         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19270
19271 2003-10-06  Bruno Haible  <bruno@clisp.org>
19272
19273         * m4/fatal-signal.m4: New file.
19274         * m4/signalblocking.m4: New file, from GNU gettext.
19275
19276 2003-10-06  Bruno Haible  <bruno@clisp.org>
19277
19278         * lib/version-etc-2.h: Remove file.
19279         * lib/version-etc-2.c: Remove file.
19280
19281 2003-10-06  Bruno Haible  <bruno@clisp.org>
19282
19283         * lib/fatal-signal.h: New file, from GNU gettext.
19284         * lib/fatal-signal.c: New file, from GNU gettext.
19285
19286 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19287
19288         * README: Rework advice for preventing empty .o files.
19289         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19290         not <sys/types.h>.
19291
19292 2003-10-04  Karl Berry  <karl@gnu.org>
19293
19294         * lib/argp*: update from libc.
19295
19296 2003-10-04  Karl Berry  <karl@gnu.org>
19297
19298         * config/config.{guess,sub}: update from config.
19299
19300 2003-10-02  Bruno Haible  <bruno@clisp.org>
19301
19302         * modules/lchown (Include): Add lchown.h.
19303         * modules/time_r (Include): Use "..." syntax.
19304         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19305
19306 2003-10-01  Simon Josefsson  <jas@extundo.com>
19307
19308         * MODULES.html.sh (func_all_modules): Move gethostname from section
19309         'based on' to section 'lacking' POSIX:2001.
19310
19311 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19312
19313         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19314         to output mode on the same stream.
19315
19316 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19317
19318         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19319         Fix arg typo in previous patch.
19320
19321 2003-09-28  Jim Meyering  <jim@meyering.net>
19322
19323         * lib/error.c: Correct cpp indentation.
19324
19325 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19326
19327         * modules/free: New file.
19328
19329 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19330
19331         * m4/free.m4: New file.
19332
19333 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19334
19335         * lib/minmax.h (MIN, MAX)
19336         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19337         Omit the special code that used __typeof__, since we worry that
19338         it could be more trouble than it's worth.  See:
19339         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19340         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19341
19342         * lib/free.c: New file.
19343
19344 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19345
19346         Trivial fixes to Makefile.am parts of module listings.
19347         * modules/strstr: Append strstr.h to lib_SOURCES.
19348         * modules/strcase: Likewise, for strcase.h.
19349
19350 2003-09-27  Karl Berry  <karl@gnu.org>
19351
19352         * config/mkinstalldirs: update from automake.
19353
19354 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19355
19356         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19357         (error_tail): Do not loop, reallocating temporary buffer, since
19358         the output cannot contain more wide characters than the input
19359         contains bytes, the size must be big enough already.  This avoids
19360         one potential size overflow calculation.  Check for size overflow
19361         when calculating temporary buffer size.  Free temporary buffer
19362         when done, if it was allocated with malloc; this plugs a memory
19363         leak.  Remove casts from void * to pointers, that are no longer
19364         needed now that we're assuming C89 or better.
19365
19366         Merge error changes from glibc.
19367
19368         * lib/error.c, error.h: Update copyright notice header to match glibc.
19369         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19370         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19371         Disable cancellation while printing error.
19372         * lib/error.h: Prepend __ to parameter names.
19373
19374 2003-09-26  Jim Meyering  <jim@meyering.net>
19375
19376         * lib/error.c (error_tail): Move some declarations
19377         into inner scope where the local variables are used.
19378
19379 2003-09-26  Bruno Haible  <bruno@clisp.org>
19380
19381         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19382         stpncpy().
19383         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19384
19385 2003-09-26  Bruno Haible  <bruno@clisp.org>
19386
19387         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19388         (stpncpy): Define as alias for gnu_stpncpy.
19389         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19390
19391 2003-09-25  Simon Josefsson  <jas@extundo.com>
19392
19393         * lib/xgetdomainname.h: New file.
19394         * lib/xgetdomainname.c: New file.
19395
19396 2003-09-25  Simon Josefsson  <jas@extundo.com>
19397             Bruno Haible  <bruno@clisp.org>
19398
19399         * modules/getdomainname: New file.
19400         * modules/xgetdomainname: New file.
19401         * MODULES.html.sh (func_all_modules): Add getdomainname,
19402         xgetdomainname.
19403
19404 2003-09-25  Simon Josefsson  <jas@extundo.com>
19405             Bruno Haible  <bruno@clisp.org>
19406
19407         * m4/getdomainname.m4: New file.
19408
19409 2003-09-25  Simon Josefsson  <jas@extundo.com>
19410             Bruno Haible  <bruno@clisp.org>
19411
19412         * lib/getdomainname.h: New file.
19413         * lib/getdomainname.c: New file.
19414
19415 2003-09-25  Karl Berry  <karl@gnu.org>
19416
19417         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19418
19419 2003-09-25  Karl Berry  <karl@gnu.org>
19420
19421         * config/install-sh: update from automake.
19422
19423 2003-09-25  Bruno Haible  <bruno@clisp.org>
19424
19425         * modules/version-etc-2: New file, from modules/version-etc with
19426         modifications.
19427         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19428
19429 2003-09-25  Bruno Haible  <bruno@clisp.org>
19430
19431         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19432         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19433
19434 2003-09-24  Simon Josefsson  <jas@extundo.com>
19435
19436         * modules/xgethostname: Add xgethostname.h.
19437
19438 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19439
19440         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19441         the buffer associated with the argument.  Bug reported by
19442         Simon Josefsson.
19443
19444 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19445
19446         * README: Document assumptions that 'int' is at least 32 bits
19447         wide, that integer arithmetic is 2's complement without overflow,
19448         that there are no holes in integer values, that adding sizes of
19449         two nonoverlapping objects can't overflow, and that all-bits-zero
19450         yields scalar zero.  Fix spelling and capitalization typos.
19451
19452 2003-09-19  Karl Berry  <karl@gnu.org>
19453
19454         * lib/argp.h: update from libc.
19455
19456 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19457
19458         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19459         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19460         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19461
19462 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19463
19464         * gnulib-tool: Use "test -h", not "test -L", for portability
19465         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19466         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19467         (sed_extract_prog): Issue s commands one-by-one, rather than
19468         using \| in one s command.
19469
19470 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19471
19472         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19473         input error, instead of returning NULL the next time we are called
19474         (and therefore losing track of errno).
19475
19476 2003-09-16  Bruno Haible  <bruno@clisp.org>
19477
19478         * gnulib-tool (func_create_testdir): Warn about duplicated
19479         dependencies.
19480
19481 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19482
19483         * modules/argmatch, modules/fatal, modules/obstack,
19484         modules/xalloc, modules/xgethostname: Sort dependencies by
19485         importance, not alphabetically.
19486
19487 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19488
19489         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19490         fails, so that the caller gets the proper errno.
19491
19492         * lib/readutmp.c (read_utmp): Likewise.
19493         Check for fstat error.  Close stream and free storage
19494         when failing.
19495
19496 2003-09-14  Karl Berry  <karl@gnu.org>
19497
19498         * config/srclist.txt (strdup.c): disable for c89 changes.
19499
19500 2003-09-14  Jim Meyering  <jim@meyering.net>
19501
19502         * lib/getloadavg.c: Correct cpp indentation.
19503         * lib/strdup.c: Likewise.
19504         * lib/vasnprintf.c: Likewise.
19505
19506 2003-09-14  Bruno Haible  <bruno@clisp.org>
19507
19508         * modules/fwriteerror: New file.
19509         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19510
19511 2003-09-14  Bruno Haible  <bruno@clisp.org>
19512
19513         * lib/fwriteerror.h: New file.
19514         * lib/fwriteerror.c: New file.
19515
19516 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19517
19518         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19519         modules/xgethostname, modules/xalloc: Depend on exit.
19520
19521 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19522
19523         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19524
19525         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19526         and AC_MINIX, too, so that their extensions are available.
19527
19528         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19529         This macro has been superseded by gl_BACKUPFILE.
19530
19531         More patches to assume C89 or better.
19532
19533         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19534
19535         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19536         unconditionally.
19537         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19538         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19539         Include <string.h>, <stdlib.h> unconditionally.
19540         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19541         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19542         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19543         headers or for string.h.
19544         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19545         or strtoul.
19546
19547         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19548         headers.
19549         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19550         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19551         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19552         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19553         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19554         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19555         memcpy, memset.
19556         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19557         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19558         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19559         strtol.
19560         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19561         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19562         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19563         strtoul.
19564
19565 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19566
19567         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19568         * lib/obstack.c [!defined _LIBC]: Likewise.
19569         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19570         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19571         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19572
19573         More changes to assume C89 or better.
19574
19575         * lib/error.c (error_tail): Assume vprintf.
19576
19577         * lib/argmatch.c (getenv): Remove decl.
19578         * lib/progreloc.c (get_full_program_name): Define via prototype.
19579         * lib/setenv.c (clearenv): Likewise.
19580         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19581         needed.
19582         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19583         (malloc, memcpy): Remove decls.
19584         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19585         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19586         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19587         (memcpy): Remove macro.
19588         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19589         (__P): Remove.  All uses removed.
19590         (PTR): Remove.  All uses changed to void *.
19591         (CHAR_BIT, NULL): Remove.
19592         (spaces, zeros, memset_space, memset_zero)
19593         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19594         Remove.
19595         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19596         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19597         Define with prototype.
19598         Remove now-unnecessary prototype decl.
19599         (extra_args_spec): Assume ANSI C.  All uses changed.
19600         (extra_args_spec_iso): Remove.
19601         (my_strftime, emacs_strftimeu): Define via prototype.
19602         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19603         unconditionally.
19604         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19605         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19606         (strtoul, strtol): Remove decls.
19607         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19608         LONG_MAX): Remove.
19609         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19610         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19611         (LOCALE_PARAM_PROTO): New macro.
19612         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19613         (INTERNAL (strtol), strtol): Define with a prototype.
19614         (PARAMS): Remove.  All uses removed.
19615         * lib/tempname.c: Include <string.h> unconditionally.
19616         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19617         * lib/xgethostname.c (main): Define with a prototype.
19618         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19619         Include <stdlib.h> unconditionally.
19620         (calloc, malloc, realloc, free): Remove decls.
19621         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19622         Include <stdlib.h> unconditionally.  Sort include file names.
19623         (strtod): Remove.
19624         (xstrtod): Define with a prototype.
19625         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19626         (strtol, strtoul): Remove decls.
19627
19628 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19629
19630         More patches to assume C89 or better.
19631         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19632         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19633         string.h, memchr, STDC_HEADERS.
19634
19635 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19636
19637         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19638         Include <stdlib.h>, <string.h> unconditionally.
19639         Remove now-unnecessary cast to char *.
19640         * lib/strnlen.c: Include <string.h> unconditionally.
19641         * lib/yesno.c (yesno): Define with a prototype.
19642
19643 2003-09-11  Bruno Haible  <bruno@clisp.org>
19644
19645         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19646
19647 2003-09-10  Jim Meyering  <jim@meyering.net>
19648
19649         * lib/error.c: Correct indentation of cpp directives.
19650
19651 2003-09-10  Bruno Haible  <bruno@clisp.org>
19652
19653         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19654         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19655         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19656         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19657         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19658         <stdlib.h> and <string.h> checks.
19659         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19660         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19661
19662 2003-09-10  Bruno Haible  <bruno@clisp.org>
19663
19664         * lib/strcspn.c: Include <string.h> unconditionally.
19665         * lib/strpbrk.c: Include <string.h> unconditionally.
19666         * lib/strstr.c: Include <string.h> unconditionally.
19667         * lib/unicodeio.c: Include <string.h> unconditionally.
19668         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19669         * lib/unsetenv.c: Likewise.
19670         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19671         * lib/yesno.c: Include <stdlib.h> unconditionally.
19672         (rpmatch): Add prototype.
19673
19674 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19675
19676         More patches to assume C89 or better.
19677         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19678         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19679         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19680         or for string.h.
19681         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19682         stdlib.h.
19683         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19684         C headers.
19685         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19686         string.h.
19687         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19688         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19689         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19690         or for string.h.
19691         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19692         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19693         C headers.
19694         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19695         memcpy.
19696         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19697         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19698         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19699         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19700         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19701         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19702         string.h, free.
19703         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19704         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19705         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19706         C headers, or for string.h.
19707         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19708         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19709         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19710         headers, memory.h, stdlib.h, string.h, strings.h.
19711         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19712         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19713         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19714         strchr.
19715         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19716         headers, memory.h, string.h.
19717         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19718         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19719         free.
19720         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19721         headers.
19722         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19723         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19724         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19725         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19726         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19727
19728 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19729
19730         More K&R removal.
19731
19732         * lib/acosl.c (main): Use a prototype.
19733         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19734         tanl.c: Likewise.
19735
19736         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19737
19738         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19739         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19740         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19741         with a prototype.
19742         * lib/getopt.c (const): Remove macro.
19743         Include <string.h> unconditionally.
19744         (my_index): Remove; all uses changed to strchr.
19745         (strlen): Remove decl.
19746         (exchange): Remove forward decl; no longer needed.
19747         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19748         Define with prototype.
19749         * lib/getopt1.c (const): Remove macro.
19750         (getopt_long, getopt_long_only, main): Define with prototype.
19751
19752         * lib/getugroups.c: Include <string.h> unconditionally.
19753
19754         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19755         (getusershell, setusershell, endusershell, readname, main):
19756         Define with prototypes.
19757
19758         * lib/group-member.c: Include group-member.h first.
19759         Include <stdlib.h> unconditionally.
19760
19761         * lib/hard-locale.c: Include hard-locale.h first.
19762         Include <stdlib.h>, <string.h> unconditionally.
19763
19764         * lib/hash.c (free, malloc): Remove decls.
19765         Include <stdlib.h> unconditionally.
19766
19767         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19768         (getenv): Do not declare.
19769
19770         * lib/idcache.c: Include <string.h> unconditionally.
19771
19772         * lib/long-options.c: Include long-options.h first, to test interface.
19773         Include <stdlib.h> unconditionally.
19774
19775         * lib/makepath.c: Include makepath.h first, to test interface.
19776         Include <stdlib.h> and <string.h> unconditionally.
19777
19778         * lib/linebuffer.c: Include <stdlib.h>.
19779         (free): Remove decl.
19780
19781         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19782         stddef.h. rpl_malloc returns void *, not char *.
19783         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19784         prototype.
19785
19786         * lib/md5.h: Include <limits.h> unconditionally.
19787         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19788         (__P): Remove; all uses removed.
19789         * lib/md5.c: Include "md5.h" first.
19790         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19791         md5_buffer, md5_process_bytes, md5_process_block):
19792         Define with prototypes.
19793         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19794         * lib/sha.c: Include "sha.h" first.
19795         Include <stdlib.h>, <string.h> unconditionally.
19796
19797         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19798         * lib/memcmp.c (__ptr_t): Likewise.
19799         * lib/memrchr.c (__ptr_t): Likewise.
19800         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19801         Include <string.h> unconditionally.
19802         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19803         * lib/memchr.c: Include <stdlib.h> unconditionally.
19804         * lib/memchr.c (LONG_MAX): Remove.
19805         * lib/memrchr.c (LONG_MAX): Likewise.
19806         * lib/memchr.c (__memchr): Define via a prototype.
19807         * lib/memrchr.c (__memrchr): Likewise.
19808         * lib/memcmp.c (__P): Remove, and remove all uses.
19809         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19810         Remove forward decls; no longer needed.
19811         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19812         Use types required by C89 in prototype.
19813
19814         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19815         * lib/savedir.c: Likewise.
19816         * lib/mkdir.c (free): Remove decl.
19817         * lib/rmdir.c (rmdir): Define with a prototype.
19818         * lib/savedir.c: Include savedir.h first, to test interface.
19819
19820         * lib/mktime.c (STDC_HEADERS): Remove.
19821         Include <stdlib.h>, <string.h> unconditionally.
19822
19823         * lib/modechange.c: Include <stdlib.h> unconditionally.
19824         (malloc): Remove decl.
19825
19826         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19827         (free): Remove decl.
19828
19829         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19830         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19831         (This type really should be intptr_t, but that's a C99ism.)
19832         (_obstack_memcpy): Remove: all uses changed to memcpy.
19833         Include <string.h> unconditionally.
19834         (struct obstack): Assume __STDC__ for types of members
19835         chunkfun, freefun, extra_arg.
19836         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19837         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19838         obstack_begin, obstack_specify_allocation,
19839         obstack_specify_allocation_with_arg, obstack_chunkfun,
19840         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19841         Remove unprototyped decls and the macros that use them.
19842         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19843         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19844         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19845         (defined __STDC__ && __STDC__)]:
19846         Remove nonprototyped code.
19847         Include <stdlib.h> unconditionally.
19848         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19849         _obstack_allocated_p, _obstack_free, obstack_free,
19850         _obstack_memory_used, print_and_abort):
19851         Define using prototypes.
19852         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19853         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19854         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19855         obstack_next_free, obstack_object_size, obstack_room) [0]:
19856         Remove unused, unprototyped code.
19857
19858         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19859
19860         * lib/physmem.c (physmem_total, physmem_available, main): Define
19861         with prototypes.
19862
19863         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19864         (main): Define with a prototype.
19865
19866         * lib/posixver.c (getenv): Remove decl.
19867
19868         * lib/putenv.c (malloc): Returns void *, not char *.
19869         Include <string.h> unconditionally.
19870         (strchr, memcpy, NULL): Do not define.
19871
19872         * lib/readtokens.c: Include readtokens.h first, to test interface.
19873         Include <stdlib.h>, <string.h> unconditionally.
19874         (init_tokenbuffer): Define with a prototype.
19875
19876         * lib/regex.c (PARAMS): Remove.  All uses removed.
19877         All uses of _RE_ARGS removed, too.
19878         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19879         unconditionally.
19880         (bzero): Assume memset exists.
19881         (memcmp, memcpy, NULL): Remove.
19882         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19883         char, or assignments to local vars of type signed char.
19884         (init_syntax_once, PREFIX(extract_number_and_incr),
19885         PREFIX(print_partial_compiled_pattern),
19886         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19887         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19888         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19889         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19890         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19891         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19892         wcs_compile_range, byte_compile_range, truncate_wchar,
19893         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19894         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19895         count_mbs_length, wcs_re_match_2_internal,
19896         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19897         PREFIX(alt_match_null_string_p),
19898         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19899         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19900         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19901         now-unnecessary declaration, if any.
19902         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19903         regcomp, regexec):
19904         Remove now-unnecessary casts among pointer types.
19905         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19906
19907         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19908         (free): Remove decl.
19909
19910         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19911
19912         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19913         (free): Remove decl.
19914
19915         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19916         * lib/xgetcwd.c: Likewise.
19917
19918         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19919         (free): Remove decl.
19920
19921         * lib/strchrnul.c (strchrnul): Define with a prototype.
19922         Fix bug: c_in was not converted to char before searching.
19923
19924         The following changes are not K&R related:
19925
19926         * lib/group-member.h: Include <sys/types.h>, so that this file is
19927         self-contained.
19928         * lib/makepath.h: Likewise.
19929
19930         * lib/getusershell.c (readname, default_index, line_size, readname):
19931         Use size_t, not int, for sizes.
19932         (readname): If the size overflows, report an error instead of
19933         looping forever.
19934
19935 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19936
19937         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19938         libc.
19939
19940 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19941
19942         * README: New section: portability guidelines.
19943
19944 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19945
19946         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19947         C89 spec.
19948
19949 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19950
19951         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19952
19953 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19954
19955         Assume C89 or better; remove K&R cruft.
19956         A few of these changes were first proposed by Derek Robert Price
19957         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19958
19959         * lib/addext.c: Include <string.h> unconditionally.
19960         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19961         Don't declare getenv or malloc.
19962
19963         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19964         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19965         (NULL): Remove.
19966         (find_stack_direction, alloca): Use prototypes.
19967
19968         * lib/atexit.c (atexit): Define using a prototype.
19969
19970         * lib/basename.c, dirname.c, stripslash.c:
19971         Include <string.h> unconditionally.
19972
19973         * lib/bcopy.c: Include <stddef.h>.
19974         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19975
19976         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19977
19978         * lib/error.h (error, error_at_line, error_print_progname)
19979         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19980         * lib/error.c: Include error.h first, to check interface.
19981         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19982         (VA_START): Remove; all uses changeed to va_start.
19983         (exit, strerror): Remove decls.
19984         (error_print_progname): Prototype uncondionally.
19985         Don't include <errno.h>; no longer needed.
19986         (private_strerror): Remove.
19987         (error_tail): Always define.
19988         (error, error_at_line): Assume C89 or better; always use prototypes.
19989         * lib/fatal.c: Include "fatal.h" first, to test interface.
19990         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19991         (VA_START): Remove; all uses changed to va_start.
19992         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19993         this case.
19994         (exit): Remove decl.
19995         (fatal): Prototype unconditionally.  Assume va_start works.
19996         Abort at end, to pacify gcc.
19997
19998         * lib/euidaccess.c (main): Define with a prototype.
19999
20000         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20001
20002         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20003
20004         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20005         prototypes.
20006         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20007         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20008         (getenv): Remove decl.
20009         (fnmatch): Define using a prototype.
20010         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20011         (FCT): Define using a prototype.
20012
20013         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20014
20015         * lib/gethostname.c: Include <stddef.h>.
20016         (gethostname): Define with prototype.  Length is size_t, not int.
20017
20018 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20019
20020         Assume C89 or better; remove K&R cruft.
20021         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20022         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20023         string.h, getenv, malloc.
20024         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20025         headers.
20026         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20027         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20028         do not check for strerror.
20029         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20030         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20031         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20032         do not check for doprnt or vprintf.
20033         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20034         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20035
20036 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20037
20038         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20039         getversion.c should have been removed then, but was accidentally
20040         preserved.
20041
20042         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20043         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20044
20045 2003-09-08  Karl Berry  <karl@gnu.org>
20046
20047         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20048                 config, forget about prep.
20049
20050         * config/depcomp, missing: update from automake.
20051
20052 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20053
20054         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20055         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20056
20057 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20058
20059         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20060         copy_tm_result.  Bug reported by Simon Josefsson in
20061         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20062
20063 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20064
20065         * m4/time_r.m4: New file.
20066         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20067         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20068         is. Check for timegm declaration.
20069         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20070         Do not check for gmtime_r.
20071         Replace mktime if __mktime_internal does not exist and if mktime
20072         hasn't been replaced already.
20073
20074 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20075
20076         * lib/time_r.c, lib/time_r.h: New files.
20077
20078         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20079         __localtime_r.
20080         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20081         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20082
20083         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20084         __gmtime_r.
20085         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20086         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20087         Include <time_r.h>.
20088
20089         * lib/timegm.c: Switch to glibc implementation, with the following
20090         changes:
20091         [defined HAVE_CONFIG_H]: Include <config.h>.
20092         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20093         (__mktime_internal) [!defined _LIBC]: New decl.
20094         (__gmtime_r) [!defined _LIBC]: New macro and function.
20095         (timegm): Use a prototype, since gnulib assumes C89.
20096         Do not bother declaring tmp to be const, as it's not really usefu.
20097         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20098         (timegm): Declare only if HAVE_DECL_TIMEGM.
20099
20100 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20101
20102         * MODULES.html.sh (func_all_modules): Add time_r.
20103         * modules/time_r: New file.
20104         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20105         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20106
20107 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20108
20109         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20110         Bug reported by Lute Kamstra in
20111         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20112
20113         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20114         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20115         course with correspondingly smaller numbers for tomorrow and
20116         yesterday.  From Tadayoshi Funaba.  Originally installed into
20117         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20118         coreutils merge?).
20119
20120 2003-08-31  Simon Josefsson  <jas@extundo.com>
20121
20122         * modules/timegm: New file.
20123         * MODULES.html.sh (func_all_modules): Add timegm.
20124
20125 2003-08-31  Simon Josefsson  <jas@extundo.com>
20126
20127         * m4/timegm.m4: New file.
20128
20129 2003-08-31  Simon Josefsson  <jas@extundo.com>
20130
20131         * lib/timegm.h: New file.
20132         * lib/timegm.c: New file.  Based on
20133         wget-1.8.2/src/http.c:mktime_from_utc.
20134
20135 2003-08-31  Karl Berry  <karl@gnu.org>
20136
20137         * lib/argp.h: update from libc.
20138
20139 2003-08-28  Bruno Haible  <bruno@clisp.org>
20140
20141         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20142         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20143         followed by '#define fnmatch fnmatch_posix' gives an error.
20144
20145 2003-08-28  Bruno Haible  <bruno@clisp.org>
20146
20147         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20148         warning on QNX, which defines O_BINARY to 000000.
20149
20150 2003-08-27  Jim Meyering  <jim@meyering.net>
20151
20152         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20153         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20154         would fail after 32.  Reported by Danny Levinson.  Details here:
20155         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20156
20157 2003-08-24  Bruno Haible  <bruno@clisp.org>
20158
20159         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20160         MSVC7 <stdio.h> is included later.
20161
20162 2003-08-22  Simon Josefsson  <jas@extundo.com>
20163
20164         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20165
20166 2003-08-20  Karl Berry  <karl@gnu.org>
20167
20168         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20169
20170 2003-08-20  Bruno Haible  <bruno@clisp.org>
20171
20172         * modules/progname: New file.
20173         * MODULES.html.sh (func_all_modules): Add progname.
20174
20175 2003-08-20  Bruno Haible  <bruno@clisp.org>
20176
20177         * lib/progname.h: New file, from GNU gettext.
20178         * lib/progname.c: New file, from GNU gettext.
20179         * lib/progreloc.c: New file, from GNU gettext.
20180
20181 2003-08-19  Jim Meyering  <jim@meyering.net>
20182
20183         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20184         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20185
20186 2003-08-19  Bruno Haible  <bruno@clisp.org>
20187
20188         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20189         more.
20190
20191 2003-08-19  Bruno Haible  <bruno@clisp.org>
20192
20193         * lib/xstrdup.c: Assume <string.h> exists.
20194
20195 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20196
20197         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20198         in makefile rules.
20199
20200 2003-08-18  Jim Meyering  <jim@meyering.net>
20201
20202         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20203         * m4/lib-ld.m4: Likewise.
20204
20205 2003-08-18  Jim Meyering  <jim@meyering.net>
20206
20207         * lib/setenv.h: Indent nested cpp directive.
20208         * lib/vasnprintf.c: Remove trailing blanks.
20209
20210 2003-08-17  Simon Josefsson  <jas@extundo.com>
20211
20212         * modules/xstrndup: New file.
20213         * MODULES.html.sh (func_all_modules): Add xstrndup.
20214
20215 2003-08-17  Simon Josefsson  <jas@extundo.com>
20216
20217         * modules/argp: Fix autoconf macro name. Add more dependencies.
20218
20219 2003-08-17  Simon Josefsson  <jas@extundo.com>
20220
20221         * m4/xstrndup.m4: New file.
20222
20223 2003-08-17  Simon Josefsson  <jas@extundo.com>
20224
20225         * m4/argp.m4: New file.
20226
20227 2003-08-17  Simon Josefsson  <jas@extundo.com>
20228             Bruno Haible  <bruno@clisp.org>
20229
20230         * lib/xstrndup.h: New file.
20231         * lib/xstrndup.c: New file.
20232
20233 2003-08-17  Bruno Haible  <bruno@clisp.org>
20234
20235         * modules/strndup (Files, Include): Add lib/strndup.h.
20236
20237 2003-08-17  Bruno Haible  <bruno@clisp.org>
20238
20239         * modules/euidaccess (Files): Add lib/euidaccess.h.
20240
20241 2003-08-17  Bruno Haible  <bruno@clisp.org>
20242
20243         * lib/strndup.h: New file.
20244
20245 2003-08-17  Bruno Haible  <bruno@clisp.org>
20246
20247         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20248         like AC_GNU_SOURCE.
20249         * modules/extensions (configure.ac): Comment out the invocation of
20250         gl_USE_SYSTEM_EXTENSIONS.
20251
20252 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20253
20254         Merges from coreutils, etc.
20255         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20256         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20257         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20258         fixing a typo.
20259         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20260         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20261
20262 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20263
20264         Document merge from coreutils.
20265         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20266         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20267         * modules/utime: Add m4/utimes-null.m4.
20268
20269 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20270
20271         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20272         space, undoing this 2003-08-12 change:
20273         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20274
20275 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20276
20277         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20278         strtoul.c from libc, undoing this 2003-08-12 change:
20279         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20280
20281 2003-08-16  Jim Meyering  <jim@meyering.net>
20282
20283         Merges from coreutils.
20284         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20285         prefix.  Adjust cache variables similarly.  Create 500 rather than
20286         just 300 files, to exercise bug on Darwin6.5, too.
20287         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20288         $missing_dir.
20289         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20290         AM_SYS_POSIX_TERMIOS.
20291         Reported by mkc@mathdogs.com.
20292         Also change use of $am_cv_sys_posix_termios
20293         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20294         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20295         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20296         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20297         in /proc/mounts until it finds one with matching device number.  This
20298         is unnecessary when the FILE argument *is* a mount point.  No stat call
20299         is necessary in that case.  So, disable the statvfs-testing code on
20300         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20301         as RedHat bug# 84846.
20302         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20303         to 1MB, so as not to render systems with no stack size limit (e.g.,
20304         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20305         Include <unistd.h>.  On some systems,
20306         it is required for the definition of _SC_PAGESIZE.
20307
20308 2003-08-16  Jim Meyering  <jim@meyering.net>
20309
20310         Merge from coreutils.
20311         * lib/xstrtoimax.c: #else #if -> #elif.
20312         * lib/xstrtoumax.c: Likewise.
20313
20314 2003-08-16  Jim Meyering  <jim@meyering.net>
20315
20316         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20317         * m4/utimes.m4: Removed.
20318         * m4/utimes-null.m4: Renamed from utimes.m4.
20319
20320         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20321         to 1MB, so as not to render systems with no stack size limit (e.g.,
20322         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20323         Include <unistd.h>.  On some systems,
20324         it is required for the definition of _SC_PAGESIZE.
20325
20326 2003-08-16  Jim Meyering  <jim@meyering.net>
20327         and Paul Eggert  <eggert@cs.ucla.edu>
20328
20329         Merges from coreutils, etc.
20330
20331         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20332         using the latest version from cvs.  This avoids problems with #line
20333         directives using a vendor (Sun) compiler.
20334         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20335         Don't set GETGROUPS_LIB here; now it's
20336         done via getgroups.m4's wrapper function.
20337         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20338         rather than just in sh-util/configure.in, so that the
20339         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20340         same.
20341         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20342         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20343         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20344         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20345         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20346         Remove code that is now done by the newly-required macros.
20347         Append $(EXEEXT) to DF_PROG.
20348         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20349         Do not invoke or require the following here,
20350         since prereq.m4 or some gnulib .m4 now does this for us:
20351         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20352         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20353         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20354         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20355         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20356         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20357         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20358         AC_FUNC_OBSTACK.
20359         Do not replace the following functions, as this is now the job
20360         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20361         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20362         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20363         atexit getpass, strdup, getpagesize.
20364         Replace 'raise'.
20365         Do not check for the following functions, as this is now the job
20366         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20367         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20368         setregid.
20369         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20370         Check for sys/sysctl.h.
20371         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20372         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20373         of checking for ssize_t ourselves.
20374
20375         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20376         Require every macro that gnulib/modules/* suggests for us.
20377         (jm_PREREQ_ADDEXT): New macro.
20378         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20379         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20380
20381         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20382         (gl_PHYSMEM): Use it.
20383         Also check for `table' function.
20384         Check for new headers and functions.
20385         Add check for sys/sysmp.h.
20386         With suggestions from Kaveh Ghazi.
20387         Ignore headers that are present but cannot be compiled.  This
20388         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20389         C 5.4.
20390
20391 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20392
20393         Document merge from coreutils.
20394         * modules/userspec: Depend on posixver.
20395         * modules/strftime: Depend on tzset.
20396
20397 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20398
20399         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20400         rather than tab, after '#' in shell-script copyright notices.
20401         Suggested by Bruno Haible.
20402
20403 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20404
20405         * config/srclist-update: Use three spaces, rather than tab, after '#'
20406         in shell-script copyright notices.  Suggested by Bruno Haible.
20407         Remove unnecessary parenthesization in regular expression.
20408
20409 2003-08-15  Jim Meyering  <jim@meyering.net>
20410
20411         Merge from coreutils.
20412         * lib/xgethostname.c: Include <stdlib.h>.
20413         (xghostname): Don't exit for anything other than memory-related
20414         failure; just return NULL.
20415         * lib/userspec.c: Include "posixver.h".
20416         (parse_user_spec): Accept `.' as a separator only
20417         in pre-POSIX-200112 mode.
20418         * lib/strtoimax.c: Use #elif rather than #else #if.
20419         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20420         Remove function, now that we can rely on a working tzset function.
20421         [!_LIBC]: Ensure that the required autoconf test has been run.
20422         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20423         Use underlying_strftime for %r.
20424         * lib/sha.c: Merge in some clean-up and optimization changes from
20425         glibc.
20426         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20427         Ensure that it is a multiple of 64.
20428         Rearrange loop exit tests so as to avoid performing an
20429         additional fread after encountering an error or EOF.
20430         * lib/realloc.c: Update copyright date.
20431
20432 2003-08-15  Jim Meyering  <jim@meyering.net>
20433         and Paul Eggert  <eggert@twinsun.com>
20434
20435         Merge from coreutils.
20436         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20437         member but strut utmpx does not.  Needed for AIX 4.3.3.
20438         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20439
20440 2003-08-15  Jim Meyering  <jim@meyering.net>
20441         and Paul Eggert  <eggert@cs.ucla.edu>
20442
20443         Merges from coreutils, etc.
20444         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20445         Require gl_FUNC_TZSET_CLOBBER.
20446         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20447         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20448         members.
20449
20450 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20451
20452         Help the merge from coreutils.
20453         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20454         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20455         * m4/tzset.m4: Use it too.
20456
20457 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20458
20459         * modules/tzset: New file.
20460
20461 2003-08-14  Jim Meyering  <jim@meyering.net>
20462
20463         Merges from coreutils.
20464         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20465         variable names, rather than @FNMATCH_H@.
20466         * modules/alloca: Likewise for $(ALLOCA_H).
20467
20468         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20469         the three copies of the literal target, `fnmatch.h'.
20470         * modules/alloca (alloca.h): Likewise.
20471
20472 2003-08-14  Jim Meyering  <jim@meyering.net>
20473
20474         Merge from coreutils.
20475         * m4/tzset.m4: New file.
20476         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20477         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20478         otherwise, AIX 5.1 systems would end up using the latter.
20479         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20480         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20481         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20482         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20483
20484 2003-08-14  Jim Meyering  <jim@meyering.net>
20485
20486         Merge from coreutils.
20487         * lib/obstack.h: Whitespace changes.
20488         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20489         and xcalloc return values.
20490         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20491         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20492         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20493         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20494         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20495         error from mntctl.
20496         Use mntctl's return value to drive the entry-processing loop, since
20497         we can't rely on the value of the vmt_length member in the last
20498         entry.  On some systems doing so could result in exhausting
20499         virtual memory.  Based in part on a patch from Mike Jetzer.
20500
20501 2003-08-14  Jim Meyering  <jim@meyering.net>
20502         and Paul Eggert  <eggert@twinsun.com>
20503
20504         Merges from coreutils, plus other fixes.
20505         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20506         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20507         for credits and details.  Thanks to Kaveh Ghazi for helping
20508         to keep these files in sync.
20509         (ARRAY_SIZE): Define it.
20510         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20511         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20512         (memcasecmp): Don't assume size_t fits in unsigned int.
20513         Remove casts and duplicate code.
20514         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20515         (memcpy): Remove definition.
20516         Merge in some clean-up and optimization changes from glibc.
20517         [BLOCKSIZE]: Move definition to top of file.
20518         Ensure that it is a multiple of 64.
20519         Rearrange loop exit tests so as to avoid performing an
20520         additional fread after encountering an error or EOF.
20521         * lib/md5.h (md5_uintptr): Define.
20522         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20523         return to the initial working directory.  Preserve errno
20524         for caller.
20525         * lib/idcache.c: Include "xalloc.h".
20526         (xmalloc, xrealloc): Remove decls.
20527         (getuser): Remove casts no longer required in C89.
20528         * lib/human.c: Include stdio.h, for sprintf.
20529         * lib/group-member.c: Include "xalloc.h".
20530         (xmalloc, xrealloc): Remove decls.
20531         (get_group_info): Remove casts no longer required in C89.
20532         * lib/getusershell.c (readname): Remove casts no longer required in
20533         C89.
20534         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20535         * lib/getline.c: Whitespace fix, from coreutils.
20536
20537 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20538
20539         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20540         Check for isascii.
20541
20542         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20543         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20544         Undo previous (whitespace-only) change.
20545
20546 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20547
20548         * lib/exclude.c: Include <ctype.h>
20549         (IN_CTYPE_DOMAIN): New macro.
20550         (is_space): New fn.
20551         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20552         and empty lines.
20553
20554         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20555         Undo previous (whitespace-only) change.
20556
20557 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20558
20559         * config/srclist-update: Change update back to the old behavior,
20560         leaving whitespace alone.  Use one 'sed' command rather than a
20561         pipeline.
20562         (fixlicense): Now a variable, not a function.
20563         (remove_trailing_blanks): Remove.
20564         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20565         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20566         Undo previous (whitespace-only) change.
20567
20568 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20569
20570         Merge from coreutils.
20571         * modules/euidaccess: Add lib_SOURCES, include for new
20572         file euidaccess.h
20573
20574 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20575
20576         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20577         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20578         Normalize leading white space and remove trailing white space.
20579
20580         Merge from coreutils
20581         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20582
20583         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20584         0.12.1.  These files are now being upgraded automatically by
20585         ../config/srclist-update.
20586
20587 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20588
20589         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20590         Normalize leading white space and remove trailing white space.
20591         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20592         notice, as per ../config/srclist-update.
20593
20594         Merge from coreutils.
20595         * lib/euidaccess.h: New file.
20596         * lib/euidaccess.c: Include it.
20597         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20598         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20599         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20600
20601 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20602
20603         * config/srclist-update: Add copyright notice.
20604         (remove_id_lines, remove_trailing_blanks): New constants.
20605         (fixfile): Use them to normalize spacing a bit in copied files.
20606         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20607         Normalize leading white space and remove trailing white space.
20608
20609         * config/texinfo.tex: Sync with texinfo.
20610
20611         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20612         strtoul.c from libc, to merge coreutils whitespace changes.
20613
20614         * config/srclist.txt: Get the following m4 files from gettext:
20615         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20616         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20617         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20618         wint_t.m4.
20619
20620 2003-08-12  Karl Berry  <karl@gnu.org>
20621
20622         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20623         been made.
20624
20625 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20626
20627         * modules/gnu-source, m4/gnu-source.m4:
20628         Remove; we're assuming Autoconf 2.54 or later now.
20629         Suggested by Bruno Haible.
20630         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20631
20632 2003-08-11  Bruno Haible  <bruno@clisp.org>
20633
20634         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20635
20636 2003-08-11  Bruno Haible  <bruno@clisp.org>
20637
20638         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20639         (vasnprintf): Use it instead of wcslen.
20640
20641 2003-08-11  Bruno Haible  <bruno@clisp.org>
20642
20643         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20644         value to ensure that _Bool promotes to int. Use #define for _Bool when
20645         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20646
20647 2003-08-10  Karl Berry  <karl@gnu.org>
20648
20649         * lib/regex.h: update from libc (whitespace fix).
20650
20651 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20652
20653         Merge some files from coreutils.  These changes were
20654         originally made by Jim Meyering.
20655         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20656         many older Unixes require this.
20657         * lib/alloca.c (alloca): Remove cast to argument of free;
20658         no longer needed in C89.
20659         * lib/alloca_.h, regex.h: Fix white space to match
20660         what GNU indent does.
20661
20662 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20663
20664         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20665         apparently Emacs's Unicode mode got confused before my 2003-08-05
20666         checkin.
20667
20668 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20669
20670         * m4/extensions.m4: New file.
20671         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20672         Require gl_USE_SYSTEM_EXTENSIONS.
20673         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20674         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20675
20676 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20677
20678         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20679         * modules/extensions, modules/gnu-source: New files.
20680         * modules/timespec, modules/unlocked-io: Depend on extensions.
20681
20682 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20683
20684         * modules/restrict: New file.
20685         * MODULES.html.sh (func_all_modules): Add restrict.
20686         * modules/regex: Depend on restrict.
20687
20688 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20689
20690         * m4/restrict.m4: New file.
20691         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20692
20693 2003-08-07  Bruno Haible  <bruno@clisp.org>
20694
20695         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20696         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20697
20698 2003-08-07  Bruno Haible  <bruno@clisp.org>
20699
20700         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20701         makes the module 'getndelim2' compatible with the module 'getline'.
20702
20703 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20704
20705         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20706         byte with "\201" to avoid glitches when editing that source file
20707         with multi-gnome-terminal.
20708
20709 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20710
20711         * lib/bumpalloc.h: Remove.
20712
20713 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20714
20715         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20716         * modules/bumpalloc: Remove.
20717
20718 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20719
20720         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20721         GNU coding style.
20722
20723         Merge from coreutils.
20724         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20725         1. From glibc.
20726         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20727         from Karl Berry, implemented by Jim Meyering.
20728         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20729         from Dmitry V. Levin.
20730         Remove anachronistic cast of xrealloc.
20731         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20732         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20733         type. Otherwise, it wouldn't compile with at least /bin/cc on
20734         ymp-cray-unicos9.0.2.X.
20735         Combine two mostly-identical uses of alloca into one.
20736         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20737
20738 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20739
20740         [From Emacs.]
20741
20742         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20743         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20744         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20745         obsolete NLIST_NAME_UNION.
20746         [__GNU__]: Undef BSD and FSCALE.
20747         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20748
20749 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20750
20751         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20752         an enum type, so that it's guaranteed to promote to int.  See:
20753         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20754
20755 2003-08-03  Karl Berry  <karl@gnu.org>
20756
20757         * config/depcomp: update from automake.
20758
20759 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20760
20761         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20762         (strerror): Don't assume that a printable int fits in 14 bytes.
20763
20764 2003-07-31  Bruno Haible  <bruno@clisp.org>
20765
20766         * modules/getpass-gnu: New file.
20767         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20768
20769 2003-07-31  Bruno Haible  <bruno@clisp.org>
20770
20771         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20772
20773 2003-07-24  Karl Berry  <karl@gnu.org>
20774
20775         * config/missing: update from automake.
20776
20777 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20778             Bruno Haible  <bruno@clisp.org>
20779
20780         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20781         * lib/getline.c (getline, getdelim): Likewise.
20782         Remove _GNU_SOURCE define; now it's defined in config.h through
20783         m4/getline.m4.
20784
20785 2003-07-23  Karl Berry  <karl@gnu.org>
20786
20787         * config/config.sub: update from prep.
20788
20789 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20790
20791         * modules/xalloc (Depends-on): Add exitfail.
20792         * modules/xmemcoll: Likewise.
20793
20794 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20795
20796         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20797         over-parenthesization in macros.
20798
20799         Sync with coreutils.
20800
20801         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20802         required by C99.
20803
20804         Use `exit_failure' for xalloc and xmemcoll instead of their own
20805         private exit-failure variables.
20806         * lib/xalloc.h (xalloc_exit_failure): Remove.
20807         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20808         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20809         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20810         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20811         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20812
20813 2003-07-20  Jim Meyering  <jim@meyering.net>
20814
20815         * modules/closeout (Depends-on): Add exitfail.
20816         Suggestion from Bruno Haible.
20817
20818 2003-07-19  Karl Berry  <karl@gnu.org>
20819
20820         * config/config.sub: update from prep.
20821
20822 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20823
20824         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20825         Remove.
20826         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20827         to test that it can stand by itself.  Include "exitfail.h".
20828         Clients should set exit_failure instead.
20829         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20830
20831 2003-07-18  Bruno Haible  <bruno@clisp.org>
20832
20833         * modules/getndelim2: New file.
20834         * modules/getline: Share files with module getndelim2.
20835         * modules/getnline: Depend on getndelim2 instead of sharing files with
20836         it. Add getnline.c to lib_SOURCES.
20837         * MODULES.html.sh (func_all_modules): Add getndelim2.
20838
20839 2003-07-18  Bruno Haible  <bruno@clisp.org>
20840
20841         * m4/getndelim2.m4: New file.
20842         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20843         invoke gl_PREREQ_GETNDELIM2.
20844         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20845         gl_PREREQ_GETNDELIM2.
20846         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20847         gl_GETNDELIM2.
20848
20849 2003-07-18  Bruno Haible  <bruno@clisp.org>
20850
20851         * lib/getndelim2.h: New file.
20852         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20853         getndelim2.h.
20854         (getndelim2): Make non-static. Change return type to ssize_t.
20855         * lib/getline.h: Change argument names.
20856         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20857         * lib/getnline.c: Include getndelim2.h.
20858
20859 2003-07-18  Andreas Schwab  <schwab@suse.de>
20860
20861         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20862
20863 2003-07-17  Karl Berry  <karl@gnu.org>
20864
20865         * config/config.sub: update from prep.
20866
20867 2003-07-17  Bruno Haible  <bruno@clisp.org>
20868
20869         * modules/getnline: New file.
20870         * modules/getline: Add lib/getndelim2.c to source file list.
20871         * MODULES.html.sh (func_all_modules): Add getnline.
20872
20873 2003-07-17  Bruno Haible  <bruno@clisp.org>
20874
20875         * m4/getnline.m4: New file.
20876
20877 2003-07-17  Bruno Haible  <bruno@clisp.org>
20878
20879         * m4/Makefile.am.in: Remove file.
20880         * m4/Makefile.am: Remove file.
20881         * m4/Makefile.in: Remove file.
20882
20883 2003-07-17  Bruno Haible  <bruno@clisp.org>
20884
20885         * lib/getnline.h: New file.
20886         * lib/getnline.c: New file.
20887         * lib/getndelim2.c: New file, extracted from getline.c.
20888         (getndelim2): Renamed from getdelim2, with added nmax argument.
20889         * lib/getline.c: Include getndelim2.c.
20890         (getdelim2): Moved out to getndelim2.c.
20891         (getline, getdelim): Update.
20892
20893 2003-07-17  Bruno Haible  <bruno@clisp.org>
20894
20895         * lib/Makefile.am: Remove file.
20896         * lib/Makefile.in: Remove file.
20897
20898 2003-07-17  Bruno Haible  <bruno@clisp.org>
20899
20900         * configure.in: Remove file.
20901         * Makefile.in: Remove file.
20902
20903 2003-07-17  Bruno Haible  <bruno@clisp.org>
20904
20905         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20906
20907 2003-07-16  Karl Berry  <karl@gnu.org>
20908
20909         * config/srclist-update: was running fixlicense twice, which caused
20910                 texinfo.tex to be nullified for some reason.  Simplify,
20911                 $gplsrc is no longer needed as far as I can see?
20912
20913 2003-07-16  Jim Meyering  <jim@meyering.net>
20914
20915         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20916
20917 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20918
20919         * config/srclist.txt: Get the following files from gettext-runtime/intl
20920         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20921         ref-del.sin.  From Bruno Haible.
20922         * config/srclist-update (fixfile): Change grep pattern again, since the
20923         previous fix didn't work (there was another trailing $).  Use
20924         '[$]' to escape the $s.
20925
20926 2003-07-15  Karl Berry  <karl@gnu.org>
20927
20928         * lib/vasnprintf.c: update from gettext.
20929
20930 2003-07-15  Karl Berry  <karl@gnu.org>
20931
20932         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20933         gets expanded when surrounded by '$'.
20934
20935 2003-07-15  Jim Meyering  <jim@meyering.net>
20936
20937         * modules/save-cwd: Don't depend on error.  From Derek Price.
20938
20939 2003-07-15  Jim Meyering  <jim@meyering.net>
20940
20941         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20942
20943 2003-07-14  Simon Josefsson  <jas@extundo.com>
20944
20945         * modules/mempcpy: New file.
20946         * MODULES.html.sh (func_all_modules): Add mempcpy.
20947
20948 2003-07-14  Simon Josefsson  <jas@extundo.com>
20949
20950         * m4/mempcpy.m4: New file.
20951
20952 2003-07-14  Simon Josefsson  <jas@extundo.com>
20953
20954         * lib/mempcpy.h: New file.
20955         * lib/mempcpy.c: New file.
20956
20957 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20958
20959         * modules/getdate, modules/posixtm: Depend on mktime.
20960
20961 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20962
20963         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20964         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20965         unicodeio.c, unicodeio.h, unlocked-io.h:
20966         Switch from LGPL to GPL.
20967
20968 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20969
20970         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20971         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20972         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20973         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20974         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20975         updated automatically by ../config/srclist-update.  This changes
20976         their license from LPGL to GPL.
20977
20978 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20979
20980         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20981         assumed to refer to the root of the most recent stable gettext version.
20982         * config/srclistvars.sh: Add defaults for eggert.
20983         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20984         Match "This program" as well as "The program".  This is needed
20985         for gettext.
20986
20987 2003-07-14  Jim Meyering  <jim@meyering.net>
20988
20989         Don't emit diagnostics.  Let callers do that.
20990         * lib/save-cwd.c: Don't include "error.h".
20991         (save_cwd): Don't call error.  Ensure that errno is valid
20992         when returning nonzero.
20993
20994         * lib/save-cwd.h (restore_cwd): Update prototype.
20995         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20996         Simplify.  Don't call error upon failure.  Let callers do that.
20997         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20998         when auditing is enabled.  But don't bother updating the #if.
20999
21000 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21001
21002         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21003         it breaks C++ compilation.
21004         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21005
21006 2003-07-10  Simon Josefsson  <jas@extundo.com>
21007
21008         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21009
21010 2003-07-10  Jim Meyering  <jim@meyering.net>
21011
21012         * m4/clock_time.m4: Remove trailing blank.
21013         * m4/intmax_t.m4: Likewise.
21014
21015 2003-07-10  Jim Meyering  <jim@meyering.net>
21016
21017         * lib/vasnprintf.c: Remove trailing blanks.
21018         Make cpp indentation consistent.
21019
21020 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21021
21022         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21023         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21024         Switch from LGPL to GPL.
21025
21026 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21027
21028         * config/srclist.txt: Sort sublists.  Add
21029         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21030         that differ from gnulib for one reason or another; we'd like this list
21031         to be smaller but for now let's document what we have.
21032
21033 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21034
21035         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21036         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21037         and sweeter "eval x=$x".
21038         * config/srclist.txt: Get lib/argp* from glibc.
21039
21040 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21041
21042         * lib/mktime.c: Fix some boundary cases and remove need for floating
21043         point.
21044
21045         Issue a compile-time diagnostic if time_t is floating point, or if
21046         two's complement arithmetic is not in effect, or if arithmetic
21047         right shift does not propagate the sign.  These assumptions were
21048         all in the original code but they weren't checked.
21049
21050         (TIME_T_MIDPOINT, verify): New macros.
21051         (__isleap): Remove; it has integer overflow problems.
21052         (leapyear): New function, without those problems.
21053         (ydhms_tm_diff): Remove; splitting into two parts.
21054         (ydhms_diff): New function, containing the arithmetic part of
21055         the old ydhms_tm_diff function.  Issue a compile-time
21056         diagnostic if we are not using C99 integer division.
21057         Avoid casts when possible.
21058         (guess_time_tm): New function, containing the checking part of
21059         the old ydhms_tm_diff function.  Return the new value, rather than
21060         the difference between it and the old.  Accept a new argument T
21061         so that *T specifies the old value.  Check for overflow in the result.
21062
21063         (__mktime_internal): Use a time_t offset, not a long int offset.
21064         This undoes the 2003-06-04 change, which is no longer needed now
21065         that we have better overflow checking.
21066         (localtime_offset): Likewise.
21067
21068         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21069         and long are 64-bit but int is only 32-bit.
21070         (ydhms_diff): Use long int to store year1 and yday1.
21071         Issue a compile-time diagnostic if long int is not wide enough.
21072
21073         (__mktime_internal): Use long int to store adjusted year and yday.
21074         Use plain C rather than preprocessor commands, if that doesn't
21075         affect efficiency.
21076         Check for overflow (and try to repair) after each probe
21077         rather than checking only at the very end.  This avoids some bugs
21078         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21079         does not equal GMT offset at maximum time).
21080         Use integer to check for overflow rather than floating point; this
21081         is more portable to non-IEEE hosts, and is a tad faster.
21082         When we detect that we are oscillating between two values,
21083         don't check whether tm_isdst has the requested value, since
21084         we already know the answer.  When tm_isdst has the wrong value,
21085         use a different heuristic to find the right one, based on the
21086         extreme values actually observed in practice in tz2003a,
21087         rather than the (overly optimistic) "previous 3 calendar quarters".
21088
21089         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21090         "T const" to accommodate glibc style.
21091         (check_result): Use less-confusing report format.  "long" -> "long int.
21092         (main): Likewise.
21093         Don't loop if the iteration overflows time_t.
21094         Allow a negative step in the iteration.
21095
21096 2003-07-06  Karl Berry  <karl@gnu.org>
21097
21098         * config/depcomp: update from automake.
21099         * config/config.sub: update from prep.
21100
21101 2003-07-03  Karl Berry  <karl@gnu.org>
21102
21103         * config/config.guess: update from prep.
21104
21105 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21106
21107         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21108         xreadlink.c now includes it unconditionally.
21109
21110 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21111
21112         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21113         having it depend on HAVE_SYS_TYPES_H.
21114
21115 2003-07-01  Bruno Haible  <bruno@clisp.org>
21116
21117         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21118         <sys/types.h> should be sufficient.
21119         Reported by Paul Eggert.
21120
21121 2003-06-26  Karl Berry  <karl@gnu.org>
21122
21123         * config/depcomp: update from automake.
21124
21125 2003-06-26  Bruno Haible  <bruno@clisp.org>
21126
21127         * modules/human: Depend on module stdbool.
21128
21129 2003-06-25  Bruno Haible  <bruno@clisp.org>
21130
21131         * modules/readlink: New file.
21132         * modules/xreadlink: Depend on it.
21133         * MODULES.html.sh (func_all_modules): Add readlink.
21134
21135 2003-06-25  Bruno Haible  <bruno@clisp.org>
21136
21137         * m4/readlink.m4: New file.
21138
21139 2003-06-25  Bruno Haible  <bruno@clisp.org>
21140
21141         * lib/readlink.c: New file.
21142
21143 2003-06-22  Karl Berry  <karl@gnu.org>
21144
21145         * config/srclist.txt: update mkinstalldirs from automake.
21146         * config/mkinstalldirs: update.
21147
21148 2003-06-22  Bruno Haible  <bruno@clisp.org>
21149
21150         Portability to mingw32.
21151         * m4/ssize_t.m4: New file, from GNU gettext.
21152         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21153         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21154
21155 2003-06-22  Bruno Haible  <bruno@clisp.org>
21156
21157         * modules/safe-read: Add m4/ssize_t.m4.
21158         * modules/xreadlink: Add m4/ssize_t.m4.
21159
21160 2003-06-20  Bruno Haible  <bruno@clisp.org>
21161
21162         Assume C89, so PARAMS isn't needed.
21163         * lib/unicodeio.h (PARAMS): Remove.
21164         * lib/unicodeio.c: Don't use PARAMS.
21165
21166 2003-06-18  Karl Berry  <karl@gnu.org>
21167
21168         * config/config.{guess,sub}: update from prep.
21169
21170 2003-06-18  Jim Meyering  <jim@meyering.net>
21171
21172         Merge changes from coreutils.
21173         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21174         Remove explicit declarations of xmalloc and realloc.
21175         Include xalloc.h.
21176         (read_utmp): Remove anachronistic cast of xmalloc.
21177
21178 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21179
21180         Assume C89, so PARAMS isn't needed.
21181         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21182         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21183         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21184         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21185         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21186         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21187         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21188         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21189         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21190         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21191         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21192         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21193         no longer needed. Anyway, config.h should always be included before any
21194         other file.
21195
21196 2003-06-11  Simon Josefsson  <jas@extundo.com>
21197
21198         * modules/sysexits: New file.
21199         * MODULES.html.sh (func_all_modules): Add sysexits.
21200
21201 2003-06-11  Simon Josefsson  <jas@extundo.com>
21202
21203         * lib/sysexit_.h: New file.
21204
21205 2003-06-11  Derek Price  <derek@ximbiot.com>
21206
21207         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21208         necessary.
21209
21210 2003-06-11  Bruno Haible  <bruno@clisp.org>
21211
21212         * m4/sysexits.m4: New file.
21213
21214 2003-06-10  Simon Josefsson  <jas@extundo.com>
21215
21216         * lib/argp.h: New file, from glibc.
21217         * lib/argp-ba.c: New file, from glibc.
21218         * lib/argp-eexst.c: New file, from glibc.
21219         * lib/argp-fmtstream.c: New file, from glibc.
21220         * lib/argp-fmtstream.h: New file, from glibc.
21221         * lib/argp-fs-xinl.c: New file, from glibc.
21222         * lib/argp-help.c: New file, from glibc.
21223         * lib/argp-namefrob.h: New file, from glibc.
21224         * lib/argp-parse.c: New file, from glibc.
21225         * lib/argp-pv.c: New file, from glibc.
21226         * lib/argp-pvh.c: New file, from glibc.
21227         * lib/argp-xinl.c: New file, from glibc.
21228
21229 2003-06-10  Simon Josefsson  <jas@extundo.com>
21230
21231         * modules/strchrnul: New file.
21232
21233 2003-06-10  Simon Josefsson  <jas@extundo.com>
21234
21235         * modules/argp: New file.
21236
21237 2003-06-10  Simon Josefsson  <jas@extundo.com>
21238
21239         * m4/strchrnul.m4: New file.
21240
21241 2003-06-10  Simon Josefsson  <jas@extundo.com>
21242
21243         * lib/strchrnul.h: New file.
21244         * lib/strchrnul.c: New file.
21245
21246 2003-06-10  Bruno Haible  <bruno@clisp.org>
21247
21248         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21249
21250 2003-06-07  Karl Berry  <karl@gnu.org>
21251
21252         * config/config.{guess,sub}: update from prep.
21253
21254 2003-06-07  Jim Meyering  <jim@meyering.net>
21255
21256         * modules/strtod: Use $(...) notation, not @...@ for
21257         AC_REPLACE'd variables.
21258         * modules/localcharset: Likewise.
21259
21260 2003-06-07  Jim Meyering  <jim@meyering.net>
21261
21262         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21263         in place of my name in the copyright comment.
21264         Remove definition and uses of __P.
21265
21266         From coreutils.
21267         * lib/stat.c: Don't declare xmalloc explicitly.
21268         Instead, include "xalloc.h".
21269         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21270         xrealloc, and xcalloc return values.
21271         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21272         Improve comment.
21273         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21274
21275 2003-06-07  Bruno Haible  <bruno@clisp.org>
21276
21277         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21278         avoid AC_CONFIG_LINKS.
21279         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21280         fnmatch.h, to avoid AC_CONFIG_LINKS.
21281         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21282
21283 2003-06-07  Bruno Haible  <bruno@clisp.org>
21284
21285         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21286         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21287         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21288         directory.
21289         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21290         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21291         directory.
21292
21293 2003-06-06  Jim Meyering  <jim@meyering.net>
21294
21295         Merge from coreutils.
21296         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21297         Consolidate declarations and initializations of *_base* locals.
21298
21299         Merge from coreutils.
21300         This avoids a core dump on systems without GNU putenv,
21301         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21302         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21303         (unsetenv): New static function, from GNU libc.
21304         (rpl_putenv): Use it.
21305
21306         * lib/modechange.c: Remove trailing blanks.
21307
21308         Merge from coreutils.
21309         * lib/fsusage.c: Remove declaration of statfs.
21310         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21311
21312         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21313
21314 2003-06-06  Jim Meyering  <jim@meyering.net>
21315
21316         * lib/stdbool_.h: Renamed from stdbool.h.in.
21317
21318 2003-06-06  Jim Meyering  <jim@meyering.net>
21319             Bruno Haible  <bruno@clisp.org>
21320
21321         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21322         Adjust Makefile.am snippet not to redirect directly to target.
21323         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21324
21325 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21326
21327         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21328         mismatch, look in future quarters as well as past.  This fixes a
21329         bug when processing fall-backwards gaps immediately after a long
21330         period of daylight-saving time.
21331
21332         * lib/mktime.c: Assume freestanding C89 or better.
21333         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21334         (__P): Remove; not used.
21335         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21336         (mktime, not_equal_tm, print_tm, check_result,
21337         main): Use prototypes.  Use const * where appropriate.
21338         (main): Fix typo in testing code that uncovered by above changes.
21339         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21340
21341 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21342
21343         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21344         locale.h, localeconv.  This merges changes from coreutils.
21345
21346         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21347         It can be removed after the next Autoconf is released.
21348         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21349         needed.
21350
21351 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21352
21353         * lib/mktime.c: Fix Debian bug 177940
21354         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21355         (localtime_offset): Now long int, not time_t, because we want it
21356         to be guaranteed to be signed.  All uses changed.
21357         (__mktime_internal): If overflow would occur when adding offset,
21358         don't add it.
21359
21360         Merge 'human' changes from coreutils.  Rewrite to support
21361         locale-specific notations like thousands separators.
21362         * lib/human.c: Simplify authorship notice.
21363         Include human.h immediately after config.h.
21364         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21365         <limits.h>: Do not include, since human.h does.
21366         (SIZE_MAX, UINTMAX_MAX): New macros.
21367         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21368         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21369         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21370         (power_letter): Renamed from suffixes.
21371         (generate_suffix_backwards): Remove.
21372         (adjust_value): Now takes int style (because of human.h changes)
21373         and long double value (for greater precision on some platforms).
21374         (group_number): New function.
21375         (human_readable): Use it.  Use integer options, not enum.
21376         Put the options before the sizes in the arg list.
21377         Support all the new options.
21378         The old human_readable function has been removed;
21379         use inttostr.h instead.
21380         (human_readable, default_block_size, humblock):
21381         Use uintmax_t, not int, for block sizes.
21382         (human_readable_inexact, block_size_types): Remove.
21383         (block_size_opts): New constant.
21384         (human_options): Renamed from human_block_size, with new signature
21385         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21386         * lib/human.h: Add copyright and authorship notice.
21387         Include <limits.h> and <stdbool.h> unconditionally.
21388         (PARAMS): Remove.  All uses removed.
21389         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21390         (enum human_inexact_style): Remove tag; now a nameless enum.
21391         (human_floor, human_ceiling, human_round_to_even): Now have
21392         values 2, 0, 1 rather than -1, 1, 0.
21393         (human_group_digits, human_suppress_point_zero, human_autoscale,
21394         human_base_1024, human_SI, human_B): New constants.
21395         (human_readable_inexact, human_block_size): Remove.
21396         (human_readable): Size args are now uintmax_t, not int.
21397         (human_options): New decl.
21398
21399         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21400         unnecessary now that we assume C89 or better.  This change
21401         imported from coreutils.
21402
21403         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21404         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21405         in the 2003-05-30 sync from glibc.
21406
21407         .h files should stand alone, but we shouldn't include <sys/types.h>
21408         if we can get away with just <stddef.h>.
21409
21410         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21411         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21412         rather than <sys/types.h>, as we merely need size_t.
21413         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21414         to get size_t.
21415         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21416         Include <stdio.h>, to get FILE.
21417         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21418         memcasecmp.h has included <stddef.h> and all we need is size_t.
21419         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21420         our interface, instead of including <sys/types.h>
21421
21422 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21423
21424         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21425         now, as glibc mktime is buggy on non-glibc systems.
21426
21427 2003-06-03  Karl Berry  <karl@gnu.org>
21428
21429         * config/config.sub: update from prep.
21430
21431 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21432
21433         [from coreutils]
21434         Fix some minor time-related bugs with POSIX time arguments.
21435         Some valid time stamps were being rejected (notably -1, and
21436         time stamps before 1900 on 64-bit hosts).  And some invalid
21437         time stamps were being accepted, e.g. September 31.
21438
21439         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21440         that we can return (time_t) -1 successfully.
21441         * lib/posixtm.c: Likewise.
21442         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21443         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21444         (t): Remove static var.
21445         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21446         of static var.  All uses changed.
21447         (year): Do not reject years before 1900; they can occur with
21448         64-bit time_t.
21449         (posix_time_parse): Do not check for out-of-range components;
21450         that is now the caller's responsibility, since our checks were
21451         only approximations.
21452         (posixtime): Use mktime to check for out-of-range components,
21453         since it knows them exactly.
21454         If mktime returns (time_t) -1, check whether an error actually occurred
21455         by invoking localtime on -1.
21456         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21457         posixtime failures better.
21458         Improve the test data (in comments only).
21459
21460 2003-06-02  Karl Berry  <karl@gnu.org>
21461
21462         * config/mkinstalldirs (version): new variable.
21463         (--version): new option.
21464         (usage): improve message.
21465
21466 2003-05-30  Karl Berry  <karl@gnu.org>
21467
21468         * lib/mktime.c: update from libc.
21469
21470 2003-05-30  Bruno Haible  <bruno@clisp.org>
21471
21472         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21473         * config/config.rpath: Upgrade to gettext-0.12.1.
21474
21475 2003-05-30  Bruno Haible  <bruno@clisp.org>
21476
21477         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21478         * m4/nls.m4: New file, from gettext-0.12.1.
21479         * m4/po.m4: New file, from gettext-0.12.1.
21480         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21481
21482 2003-05-30  Bruno Haible  <bruno@clisp.org>
21483
21484         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21485         * lib/localcharset.h: Likewise.
21486         * lib/localcharset.c: Likewise.
21487
21488 2003-05-29  Karl Berry  <karl@gnu.org>
21489
21490         * config/config.rpath: update from gettext.
21491
21492 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21493
21494         Assume the headers required for C89 freestanding compilers.
21495         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21496         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21497         * m4/human.m4 (gl_HUMAN): Likewise.
21498         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21499         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21500         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21501         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21502         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21503         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21504
21505 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21506
21507         Assume the headers required for C89 freestanding compilers.
21508         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21509         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21510         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21511         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21512         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21513         define, since <limits.h> is guaranteed to do that.
21514         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21515         * lib/exclude.c: Include <stdbool.h> unconditionally.
21516         * lib/tempname.c: Include <stddef.h> unconditionally.
21517         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21518         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21519         <stddef.h> does that.
21520         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21521         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21522         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21523         needed.
21524         * lib/xstrtol.c: Likewise.
21525         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21526         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21527
21528         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21529         warnings on some platforms.
21530
21531         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21532         arbitrarily.
21533
21534 2003-05-26  Jim Meyering  <jim@meyering.net>
21535
21536         Merge in a change from coreutils:
21537         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21538         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21539         that condition, rather than `-1' which is slightly misleading.
21540         Change the name of the cache variable to have the gl_ prefix.
21541         Prompted by a patch from Richard Dawe for DJGPP.
21542
21543 2003-05-24  Karl Berry  <karl@gnu.org>
21544
21545         * config/config.guess: update from prep.
21546
21547 2003-05-22  Karl Berry  <karl@gnu.org>
21548
21549         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21550
21551 2003-05-20  Karl Berry  <karl@gnu.org>
21552
21553         * config/config.guess: update from prep.
21554
21555 2003-05-18  Karl Berry  <karl@gnu.org>
21556
21557         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21558         might actually be set by the user.
21559
21560         * config/depcomp, install-sh, mdate-sh: update from automake.
21561
21562 2003-05-17  Bruno Haible  <bruno@clisp.org>
21563
21564         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21565         invalid expansion for AC_EGREP_CPP.
21566         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21567         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21568         Suggested by Akim Demaille <akim@epita.fr> in
21569         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21570
21571 2003-05-12  Jim Meyering  <jim@meyering.net>
21572
21573         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21574         the space-padded-by-default conversion specifiers, %e, %k, %l.
21575
21576 2003-05-12  Bruno Haible  <bruno@clisp.org>
21577
21578         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21579         the string is longer than 4 KB.
21580
21581 2003-05-11  Karl Berry  <karl@gnu.org>
21582
21583         * config/config.{guess,sub}: update from prep.
21584
21585 2003-05-09  Bruno Haible  <bruno@clisp.org>
21586
21587         * modules/error: Add m4/strerror_r.m4 to file list.
21588
21589 2003-05-03  Bruno Haible  <bruno@clisp.org>
21590
21591         Upgrade to Unicode-4.0.
21592         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21593         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21594         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21595         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21596         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21597         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21598         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21599         Change width of U+E0100..U+E01EF from 1 to 0.
21600
21601 2003-04-25  Jim Meyering  <jim@meyering.net>
21602
21603         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21604         of type size_t, not int.
21605
21606 2003-04-25  Bruno Haible  <bruno@clisp.org>
21607
21608         * lib/copy-file.c: Include <stddef.h>, for size_t.
21609
21610 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21611
21612         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21613         code which expansion is under static control.  Patch imported from
21614         Akim Demaille's patch to Bison; see
21615         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21616
21617 2003-04-14  Bruno Haible  <bruno@clisp.org>
21618
21619         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21620
21621 2003-04-11  Jim Meyering  <jim@meyering.net>
21622
21623         Merge changes from Coreutils.
21624
21625         2003-03-22  Jim Meyering  <jim@meyering.net>
21626
21627         * lib/strftime.c (widen): Cast alloca return value to proper type.
21628
21629         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21630
21631         From GNU libc.
21632         * lib/strftime.c (my_strftime): Handle very large width
21633         specifications for numeric values correctly.  Improve checks for
21634         overflow.
21635
21636         2003-01-19  Jim Meyering  <jim@meyering.net>
21637
21638         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21639         definitions.
21640         (nl_get_alt_digit) [! defined my_strftime]: Define.
21641         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21642         _nl_get_alt_digit and _nl_get_walt_digit.
21643
21644         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21645         libc. These changes have no effect outside of _LIBC.
21646
21647 2003-04-10  Bruno Haible  <bruno@clisp.org>
21648
21649         * modules/findprog: New file.
21650         * MODULES.html.sh (func_all_modules): Add it.
21651
21652 2003-04-10  Bruno Haible  <bruno@clisp.org>
21653
21654         * m4/findprog.m4: New file.
21655         * m4/eaccess.m4: New file.
21656
21657 2003-04-10  Bruno Haible  <bruno@clisp.org>
21658
21659         * lib/findprog.h: New file, from GNU gettext.
21660         * lib/findprog.c: New file, from GNU gettext.
21661
21662 2003-04-05  Jim Meyering  <jim@meyering.net>
21663
21664         Merge changes from Coreutils.
21665
21666         * lib/exclude.h (PARAMS): Remove definition and uses.
21667         * lib/exclude.c: Remove uses of `PARAMS'.
21668
21669         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21670         Add test-cases for DOS filenames. Declare program_name.
21671         (main): Set up program_name.  Patch by Rich Dawe.
21672
21673         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21674         error from mntctl.
21675         Use mntctl's return value to drive the entry-processing loop, since
21676         we can't rely on the value of the vmt_length member in the last
21677         entry.  On some systems doing so could result in exhausting
21678         virtual memory.  Based in part on a patch from Mike Jetzer.
21679
21680 2003-04-04  Bruno Haible  <bruno@clisp.org>
21681
21682         * modules/linebreak: New file.
21683         * MODULES.html.sh (func_all_modules): Add it.
21684
21685 2003-04-04  Bruno Haible  <bruno@clisp.org>
21686
21687         * m4/linebreak.m4: New file.
21688
21689 2003-04-04  Bruno Haible  <bruno@clisp.org>
21690
21691         * lib/linebreak.h: New file, from GNU gettext.
21692         * lib/linebreak.c: New file, from GNU gettext with slight
21693         modifications.
21694         * lib/lbrkprop.h: New file, from GNU gettext.
21695
21696 2003-04-03  Bruno Haible  <bruno@clisp.org>
21697
21698         * modules/utf8-ucs4: New file.
21699         * modules/utf16-ucs4: New file.
21700         * modules/ucs4-utf8: New file.
21701         * modules/ucs4-utf16: New file.
21702         * MODULES.html.sh (func_all_modules): Add them.
21703
21704 2003-04-03  Bruno Haible  <bruno@clisp.org>
21705
21706         * m4/utf-ucs4.m4: New file.
21707         * m4/ucs4-utf.m4: New file.
21708
21709 2003-04-03  Bruno Haible  <bruno@clisp.org>
21710
21711         * lib/utf8-ucs4.h: New file, from GNU gettext.
21712         * lib/utf16-ucs4.h: New file, from GNU gettext.
21713         * lib/ucs4-utf8.h: New file, from GNU gettext.
21714         * lib/ucs4-utf16.h: New file, from GNU gettext.
21715
21716 2003-04-02  Bruno Haible  <bruno@clisp.org>
21717
21718         * modules/binary-io: New file.
21719         * MODULES.html.sh (func_all_modules): Add it.
21720
21721 2003-04-02  Bruno Haible  <bruno@clisp.org>
21722
21723         * lib/binary-io.h: New file, from GNU gettext.
21724
21725 2003-04-01  Bruno Haible  <bruno@clisp.org>
21726
21727         * modules/pathname: New file.
21728         * MODULES.html.sh (func_all_modules): Add it.
21729
21730 2003-04-01  Bruno Haible  <bruno@clisp.org>
21731
21732         * lib/pathname.h: New file, from GNU gettext.
21733         * lib/concatpath.c: New file, from GNU gettext.
21734
21735 2003-03-30  Bruno Haible  <bruno@clisp.org>
21736
21737         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21738
21739 2003-03-30  Bruno Haible  <bruno@clisp.org>
21740
21741         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21742         function chown() doesn't exist.
21743
21744 2003-03-28  Bruno Haible  <bruno@clisp.org>
21745
21746         * modules/copy-file: New file.
21747         * MODULES.html.sh (func_all_modules): Add it.
21748
21749 2003-03-28  Bruno Haible  <bruno@clisp.org>
21750
21751         * m4/copy-file.m4: New file.
21752
21753 2003-03-28  Bruno Haible  <bruno@clisp.org>
21754
21755         * lib/copy-file.h: New file, from GNU gettext.
21756         * lib/copy-file.c: New file, from GNU gettext.
21757
21758 2003-03-18  Jim Meyering  <jim@meyering.net>
21759
21760         * lib/quote.c (quote_n): Fix typo in comment.
21761
21762 2003-03-18  Bruno Haible  <bruno@clisp.org>
21763
21764         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21765         checking.
21766         * m4/onceonly_2_57.m4: Likewise.
21767
21768 2003-03-17  Bruno Haible  <bruno@clisp.org>
21769
21770         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21771         (m4_quote): Remove macro.
21772         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21773
21774 2003-03-14  Jim Meyering  <jim@meyering.net>
21775
21776         Merge changes from Coreutils.
21777         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21778         to be const, in order to avoid warnings.
21779         (obstack_room): Likewise.
21780         (obstack_empty_p): Likewise.
21781
21782 2003-03-14  Bruno Haible  <bruno@clisp.org>
21783
21784         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21785         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21786
21787 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21788
21789         Merge changes from Bison.
21790         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21791         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21792         when compiling Bison 1.875's `bitset bset = obstack_alloc
21793         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21794         * lib/hash.c: Include <stdbool.h> unconditionally.
21795
21796 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21797
21798         * m4/onceonly.m4 (m4_quote): New macro.
21799         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21800         Quote AC_FOREACH variable-expansions properly.
21801
21802 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21803
21804         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21805
21806 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21807
21808         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21809         Reported by Bruce Becker; see:
21810         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21811
21812 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21813             Bruno Haible  <bruno@clisp.org>
21814
21815         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21816         Reported by John Hughes, see
21817         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21818
21819 2003-02-20  Bruno Haible  <bruno@clisp.org>
21820
21821         * MODULES.html.sh (func_all_modules): Add poll.
21822
21823 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21824
21825         * modules/poll: New file.
21826
21827 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21828
21829         * lib/poll_.h: New file.
21830         * lib/poll.c: New file.
21831
21832 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21833
21834         * m4/poll.m4: New file.
21835
21836 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21837
21838         * modules/mathl: New file.
21839
21840 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21841
21842         * lib/mathl.h: New file.
21843         * lib/acosl.c: New file.
21844         * lib/asinl.c: New file.
21845         * lib/atanl.c: New file.
21846         * lib/ceill.c: New file.
21847         * lib/cosl.c: New file.
21848         * lib/expl.c: New file.
21849         * lib/floorl.c: New file.
21850         * lib/frexpl.c: New file.
21851         * lib/ldexpl.c: New file.
21852         * lib/logl.c: New file.
21853         * lib/sincosl.c: New file.
21854         * lib/sinl.c: New file.
21855         * lib/sqrtl.c: New file.
21856         * lib/tanl.c: New file.
21857         * lib/trigl.c: New file.
21858         * lib/trigl.h: New file.
21859
21860 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21861
21862         * m4/mathl.m4: New file.
21863
21864 2003-02-18  Bruno Haible  <bruno@clisp.org>
21865
21866         * MODULES.html.sh (func_all_modules): Add mathl.
21867
21868 2003-02-17  Bruno Haible  <bruno@clisp.org>
21869
21870         * modules/mkdtemp: New module.
21871         * MODULES.html.sh (func_all_modules): Add it.
21872
21873 2003-02-17  Bruno Haible  <bruno@clisp.org>
21874
21875         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21876
21877 2003-02-17  Bruno Haible  <bruno@clisp.org>
21878
21879         * lib/mkdtemp.h: New file, from GNU gettext.
21880         * lib/mkdtemp.c: New file, from GNU gettext.
21881
21882 2003-02-02  Jim Meyering  <jim@meyering.net>
21883
21884         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21885         e.g. glibc-2.2.93.
21886
21887 2003-01-31  Bruno Haible  <bruno@clisp.org>
21888
21889         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21890         'rpl_rename'.
21891         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21892         'rpl_strnlen'.
21893         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21894         'rpl_strtod'.
21895         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21896         'rpl_utime'.
21897
21898 2003-01-31  Bruno Haible  <bruno@clisp.org>
21899
21900         * lib/rename.c: #undef rename before defining rpl_rename.
21901         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21902
21903 2003-01-30  Bruno Haible  <bruno@clisp.org>
21904
21905         * modules/vasnprintf, modules/vasprintf: New modules.
21906         * MODULES.html.sh (func_all_modules): Add them.
21907
21908 2003-01-30  Bruno Haible  <bruno@clisp.org>
21909
21910         * m4/signed.m4: New file, from GNU gettext.
21911         * m4/longdouble.m4: New file, from GNU gettext.
21912         * m4/wchar_t.m4: New file, from GNU gettext.
21913         * m4/wint_t.m4: New file, from GNU gettext.
21914         * m4/vasnprintf.m4: New file.
21915         * m4/vasprintf.m4: New file.
21916
21917 2003-01-30  Bruno Haible  <bruno@clisp.org>
21918
21919         * lib/printf-args.h: New file, from GNU gettext.
21920         * lib/printf-args.c: New file, from GNU gettext.
21921         * lib/printf-parse.h: New file, from GNU gettext.
21922         * lib/printf-parse.c: New file, from GNU gettext.
21923         * lib/vasnprintf.h: New file, from GNU gettext.
21924         * lib/vasnprintf.c: New file, from GNU gettext.
21925         * lib/asnprintf.c: New file, from GNU gettext.
21926         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21927         * lib/vasprintf.c: New file, from GNU gettext.
21928         * lib/asprintf.c: New file, from GNU gettext.
21929
21930 2003-01-29  Bruno Haible  <bruno@clisp.org>
21931
21932         * modules/stpncpy: New module.
21933         * MODULES.html.sh (func_all_modules): Add it.
21934
21935 2003-01-29  Bruno Haible  <bruno@clisp.org>
21936
21937         * m4/stpncpy.m4: New file.
21938
21939 2003-01-29  Bruno Haible  <bruno@clisp.org>
21940
21941         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21942         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21943
21944 2003-01-28  Bruno Haible  <bruno@clisp.org>
21945
21946         * modules/c-ctype: New module.
21947         * MODULES.html.sh (func_all_modules): Add it.
21948
21949 2003-01-28  Bruno Haible  <bruno@clisp.org>
21950
21951         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21952         Paul Eggert.
21953         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21954         Paul Eggert.
21955
21956 2003-01-27  Bruno Haible  <bruno@clisp.org>
21957
21958         * modules/xsetenv: New module.
21959         * MODULES.html.sh (func_all_modules): Add it.
21960
21961 2003-01-27  Bruno Haible  <bruno@clisp.org>
21962
21963         * lib/xsetenv.h: New file, from GNU gettext.
21964         * lib/xsetenv.c: New file, from GNU gettext.
21965
21966 2003-01-23  Jim Meyering  <jim@meyering.net>
21967
21968         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21969         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21970
21971 2003-01-23  Bruno Haible  <bruno@clisp.org>
21972
21973         * modules/minmax: New module.
21974         * MODULES.html.sh (func_all_modules): Add it.
21975
21976 2003-01-23  Bruno Haible  <bruno@clisp.org>
21977
21978         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21979         Eggert.
21980
21981 2003-01-22  Bruno Haible  <bruno@clisp.org>
21982
21983         * modules/exit: New module.
21984         * MODULES.html.sh (func_all_modules): Add it.
21985
21986 2003-01-22  Bruno Haible  <bruno@clisp.org>
21987
21988         * lib/exit.h: New file, from GNU gettext.
21989
21990 2003-01-19  Bruno Haible  <bruno@clisp.org>
21991
21992         * gnulib-tool: Recognize option --extract-maintainer.
21993         (func_get_maintainer): New function.
21994         * modules/*: Add Maintainer entry.
21995
21996 2003-01-16  Jim Meyering  <jim@meyering.net>
21997
21998         * m4/regex.m4: The `regex' struct is both input and output.
21999         Initialize it before each use.  Patch by Tim Waugh.
22000
22001 2003-01-16  Bruno Haible  <bruno@clisp.org>
22002
22003         * MODULES.html.sh: Add a table of contents. Add the module name as
22004         leftmost column. Add hyperlinks.
22005
22006 2003-01-15  Bruno Haible  <bruno@clisp.org>
22007
22008         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22009
22010 2003-01-15  Bruno Haible  <bruno@clisp.org>
22011
22012         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22013         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22014         suffix.
22015
22016 2003-01-15  Bruno Haible  <bruno@clisp.org>
22017
22018         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22019
22020 2003-01-15  Bruno Haible  <bruno@clisp.org>
22021
22022         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22023         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22024
22025 2003-01-14  Jim Meyering  <jim@meyering.net>
22026
22027         * lib/same.c (same_name): Tweak a comment.
22028
22029 2003-01-14  Bruno Haible  <bruno@clisp.org>
22030
22031         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22032         when a string comparison is sufficient.
22033
22034 2003-01-14  Bruno Haible  <bruno@clisp.org>
22035
22036         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22037         'unsigned int'.
22038
22039 2003-01-14  Bruno Haible  <bruno@clisp.org>
22040
22041         * lib/hash-pjw.c: Add comment about low quality of this function.
22042
22043 2003-01-13  Bruno Haible  <bruno@clisp.org>
22044
22045         * modules/stpcpy: Distribute lib/stpcpy.h.
22046         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22047
22048 2003-01-13  Bruno Haible  <bruno@clisp.org>
22049
22050         * modules/*: Add a description.
22051         * modules/strpbrk: Fix Makefile.am snippet.
22052         * modules/strtoimax: Fix dependencies.
22053         * modules/strtoumax: Likewise.
22054
22055 2003-01-13  Bruno Haible  <bruno@clisp.org>
22056
22057         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22058         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22059         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22060
22061 2003-01-13  Bruno Haible  <bruno@clisp.org>
22062
22063         * gnulib-tool (func_create_testdir): Store config/* files in the main
22064         directory.
22065         * config.rpath: Move to ...
22066         * config/config.rpath: ... here.
22067         * modules/gettext: Contains config/config.rpath, not config.rpath.
22068         * modules/iconv: Likewise.
22069
22070 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22071
22072         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22073         to avoid collisions with libcurses and libreadline.
22074
22075         * m4/getstr.m4: Remove.
22076         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22077
22078 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22079
22080         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22081         to avoid collisions with libcurses and libreadline.
22082
22083         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22084         * lib/getstr.h, getstr.c: Remove.
22085         * lib/getline.c: Include "getline.h", to check interface.
22086         Move body of old getstr.c here: this defines MIN_CHUNK and
22087         declares getdelim2, which is renamed from getstr.
22088         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22089
22090         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22091         All uses changed.
22092         * lib/linebuffer.h: Likewise.
22093         (readline): Remove backward-compatibility macro.
22094
22095 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22096
22097         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22098         to avoid collisions with libcurses and libreadline.
22099         * getstr: Remove.
22100         * MODULES.html.sh: Remove getstr.
22101         * modules/getline: Depend on unlocked-io, not getstr.
22102
22103 2003-01-12  Jim Meyering  <jim@meyering.net>
22104
22105         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22106
22107 2003-01-10  Bruno Haible  <bruno@clisp.org>
22108
22109         * modules/alloca: Change Makefile.am requirements. Simplify Include
22110         requirements. Add lib/alloca_.h to file list.
22111
22112 2003-01-10  Bruno Haible  <bruno@clisp.org>
22113
22114         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22115
22116 2003-01-10  Bruno Haible  <bruno@clisp.org>
22117
22118         * lib/alloca_.h: New file.
22119         * lib/getdate.y: Unconditionally include alloca.h.
22120         * lib/makepath.c: Likewise.
22121         * lib/setenv.c: Likewise.
22122         * lib/userspec.c: Likewise.
22123
22124 2003-01-09  Karl Berry  <karl@gnu.org>
22125
22126         * MODULES.html.sh: include `dirname $0` in PATH, to find
22127         gnulib-tool.
22128
22129 2003-01-09  Bruno Haible  <bruno@clisp.org>
22130
22131         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22132         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22133
22134 2003-01-09  Bruno Haible  <bruno@clisp.org>
22135
22136         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22137
22138 2003-01-09  Bruno Haible  <bruno@clisp.org>
22139
22140         * lib/stdbool.h.in: New file.
22141
22142 2003-01-09  Bruno Haible  <bruno@clisp.org>
22143
22144         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22145         * MODULES.html.sh: Likewise.
22146
22147 2003-01-08  Jim Meyering  <jim@meyering.net>
22148
22149         * lib/full-write.c: Undefine and define-away `const' after inclusion
22150         of errno.h, not before.  Suggestion from Bruno Haible.
22151
22152 2003-01-08  Bruno Haible  <bruno@clisp.org>
22153
22154         * modules/full-read: Depend on full-write.
22155
22156 2003-01-08  Bruno Haible  <bruno@clisp.org>
22157
22158         * lib/safe-read.c: Include specification header first, to ensure its
22159         selfcontainedness.
22160         * lib/full-write.c: Likewise.
22161
22162 2003-01-07  Jim Meyering  <jim@meyering.net>
22163
22164         * lib/full-write.c: Rework so that it may serve to define full_read,
22165         too.
22166         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22167
22168 2003-01-07  Bruno Haible  <bruno@clisp.org>
22169
22170         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22171         <inttypes.h>.
22172         * lib/xstrtol.h: Likewise.
22173         * lib/xstrtoimax.c: Likewise.
22174         * lib/xstrtoumax.c: Likewise.
22175         * lib/human.h: Likewise.
22176
22177         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22178         on systems that have <inttypes.h> but not <stdint.h>.
22179
22180 2003-01-07  Bruno Haible  <bruno@clisp.org>
22181
22182         * MODULES.html.sh: Add copyright notice.
22183         (missed_files): Omit CVS directory entries.
22184         (func_module): Make it work with sed-3.02.
22185         * MODULES.txt: Remove file.
22186
22187 2003-01-06  Jim Meyering  <jim@meyering.net>
22188
22189         * lib/version-etc.c: Update year in translatable copyright string.
22190
22191 2003-01-03  Karl Berry  <karl@gnu.org>
22192
22193         * config/config.{guess,sub}: update from prep.
22194
22195 2003-01-02  Karl Berry  <karl@gnu.org>
22196
22197         * doc/COPYING.DOC: belatedly updated to 1.2.
22198
22199 2003-01-01  Karl Berry  <karl@gnu.org>
22200
22201         * gnulib-tool (func_verify_module): report module name $module in
22202         error message, not $1.
22203         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22204         be created, only if it doesn't exist.
22205         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22206
22207 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22208
22209         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22210
22211 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22212
22213         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22214         memcmp if strcoll doesn't work.
22215
22216 2002-12-31  Bruno Haible  <bruno@clisp.org>
22217
22218         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22219         nonempty.
22220
22221 2002-12-31  Bruno Haible  <bruno@clisp.org>
22222
22223         * lib/memcoll.c (STRCOLL): New macro.
22224         (memcoll): Use it.
22225
22226 2002-12-31  Bruno Haible  <bruno@clisp.org>
22227
22228         * lib/localcharset.h: New file.
22229         * lib/localcharset.c: Include it.
22230         * lib/unicodeio.c: Likewise.
22231
22232 2002-12-31  Bruno Haible  <bruno@clisp.org>
22233
22234         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22235         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22236
22237 2002-12-31  Bruno Haible  <bruno@clisp.org>
22238
22239         * lib/getline.h: Include <stddef.h>, for size_t.
22240
22241         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22242         * lib/unicodeio.c: Don't include <stddef.h>.
22243
22244 2002-12-31  Bruno Haible  <bruno@clisp.org>
22245
22246         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22247         HAVE_TM_ZONE.
22248
22249 2002-12-24  Karl Berry  <karl@gnu.org>
22250
22251         * config/config.guess: update from prep.
22252
22253 2002-12-24  Bruno Haible  <bruno@clisp.org>
22254
22255         General infrasructure.
22256         * m4/README: Rewritten.
22257         * m4/onceonly.m4: New file.
22258         * m4/onceonly_2_57.m4: New file.
22259
22260         Module atexit.
22261         * m4/atexit.m4: New file.
22262
22263         Module strtod.
22264         * m4/strtod.m4: New file.
22265
22266         Module strtol.
22267         * m4/strtol.m4: New file.
22268
22269         Module strtoul.
22270         * m4/strtoul.m4: New file.
22271
22272         Module memchr.
22273         * m4/memchr.m4: New file.
22274
22275         Module memcmp.
22276         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22277         (jm_FUNC_MEMCMP): Invoke it.
22278
22279         Module memcpy.
22280         * m4/memcpy.m4: New file.
22281
22282         Module memmove.
22283         * m4/memmove.m4: New file.
22284
22285         Module memset.
22286         * m4/memset.m4: New file.
22287
22288         Module strcspn.
22289         * m4/strcspn.m4: New file.
22290
22291         Module strpbrk.
22292         * m4/strpbrk.m4: New file.
22293
22294         Module strstr.
22295         * m4/strstr.m4: New file.
22296
22297         Module strerror.
22298         * m4/strerror.m4: New file.
22299
22300         Module mktime.
22301         * m4/mktime.m4: Renamed from jm-mktime.m4.
22302         (gl_PREREQ_MKTIME): New macro.
22303         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22304
22305         Module malloc.
22306         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22307         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22308         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22309
22310         Module realloc.
22311         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22312         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22313         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22314
22315         Module strftime.
22316         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22317         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22318         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22319         gl_TM_GMTOFF.
22320         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22321
22322         Module xalloc.
22323         * m4/xalloc.m4: New file.
22324
22325         Module alloca.
22326         * m4/alloca.m4: New file.
22327
22328         Module putenv.
22329         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22330         (jm_FUNC_PUTENV): Invoke it.
22331
22332         Module setenv.
22333         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22334         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22335         when invoked twice.
22336         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22337         gt_FUNC_SETENV.
22338
22339         Module memrchr.
22340         * m4/memrchr.m4: New file.
22341
22342         Module stpcpy.
22343         * m4/stpcpy.m4: New file.
22344
22345         Module strcase.
22346         * m4/strcase.m4: New file.
22347
22348         Module strdup.
22349         * m4/strdup.m4: New file.
22350
22351         Module strnlen.
22352         * m4/strnlen.m4: New file.
22353
22354         Module strndup.
22355         * m4/strndup.m4: New file.
22356
22357         Module xstrtod.
22358         * m4/xstrtod.m4: New file.
22359
22360         Module xstrtol.
22361         * m4/xstrtol.m4: New file.
22362
22363         Module getdate.
22364         * m4/getdate.m4: New file.
22365
22366         Module unlocked-io.
22367         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22368         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22369         * m4/jm-glibc-io.m4n: Remove file.
22370
22371         Module long-options.
22372         * m4/long-options.m4: New file.
22373
22374         Module md5.
22375         * m4/md5.m4: New file.
22376
22377         Module sha.
22378         * m4/sha.m4: New file.
22379
22380         Module getstr.
22381         * m4/getstr.m4: New file.
22382
22383         Module getline.
22384         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22385         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22386         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22387         simply getline. Infoke gl_PREREQ_GETLINE.
22388
22389         Module obstack.
22390         * m4/obstack.m4: New file.
22391
22392         Module hash.
22393         * m4/hash.m4: New file.
22394
22395         Module readtokens.
22396         * m4/readtokens.m4: New file.
22397
22398         Module strverscmp.
22399         * m4/strverscmp.m4: New file.
22400
22401         Module stdbool.
22402         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22403         OSF/1.
22404
22405         Module strtoll.
22406         * m4/strtoll.m4: New file.
22407
22408         Module strtoull.
22409         * m4/strtoull.m4: New file.
22410
22411         Module strtoimax.
22412         * m4/strtoimax.m4: New file.
22413
22414         Module strtoumax.
22415         * m4/strtoumax.m4: New file.
22416
22417         Module xstrtoimax.
22418         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22419         jm_AC_PREREQ_XSTRTOIMAX.
22420         Moved the strtol prerequisites to strtol.m4.
22421         Moved the strtoll prerequisites to strtoll.m4.
22422         Moved the strtoimax prerequisites to strtoimax.m4.
22423
22424         Module xstrtoumax.
22425         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22426         jm_AC_PREREQ_XSTRTOUMAX.
22427         Moved the strtoul prerequisites to strtoul.m4.
22428         Moved the strtoull prerequisites to strtoull.m4.
22429         Moved the strtoumax prerequisites to strtoumax.m4.
22430
22431         Module chown.
22432         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22433         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22434
22435         Module dup2.
22436         * m4/dup2.m4: New file.
22437
22438         Module ftruncate.
22439         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22440         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22441
22442         Module getgroups.
22443         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22444         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22445
22446         Module gettimeofday.
22447         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22448         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22449         gl_PREREQ_GETTIMEOFDAY.
22450
22451         Module mkdir.
22452         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22453         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22454
22455         Module mkstemp.
22456         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22457         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22458         jm_AC_TYPE_UINTMAX_T.
22459         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22460
22461         Module stat.
22462         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22463         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22464
22465         Module lstat.
22466         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22467         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22468
22469         Module timespec.
22470         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22471         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22472         * m4/st_mtim.m4: Indentation.
22473
22474         Module nanosleep.
22475         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22476         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22477         gl_PREREQ_NANOSLEEP.
22478
22479         Module regex.
22480         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22481         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22482         (gl_REGEX): New macro.
22483
22484         Module rename.
22485         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22486         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22487
22488         Module rmdir.
22489         * m4/rmdir.m4: New file.
22490
22491         Module utime.
22492         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22493         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22494         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22495
22496         Module dirname.
22497         * m4/dirname.m4: New file.
22498
22499         Module getopt.
22500         * m4/getopt.m4: New file.
22501
22502         Module unistd-safer.
22503         * m4/unistd-safer.m4: New file.
22504
22505         Module fnmatch.
22506         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22507         declaration.
22508         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22509         (gl_FUNC_FNMATCH_POSIX): New macro.
22510         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22511         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22512         simply fnmatch.
22513
22514         Module exclude.
22515         * m4/exclude.m4: New file.
22516
22517         Module human.
22518         * m4/human.m4: New file.
22519
22520         Module acl.
22521         * m4/acl.m4: Nop.
22522
22523         Module backupfile.
22524         * m4/backupfile.m4: New file.
22525         * m4/d-ino.m4: Indentation.
22526
22527         Module fsusage.
22528         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22529         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22530         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22531
22532         Module dirfd.
22533         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22534         requirements.
22535
22536         Module euidaccess.
22537         * m4/euidaccess.m4: New file.
22538
22539         Module file-type.
22540         * m4/file-type.m4: New file.
22541
22542         Module fileblocks.
22543         * m4/fileblocks.m4: New file.
22544
22545         Module filemode.
22546         * m4/filemode.m4: New file.
22547
22548         Module isdir.
22549         * m4/isdir.m4: New file.
22550
22551         Module lchown.
22552         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22553         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22554
22555         Module makepath.
22556         * m4/makepath.m4: New file.
22557
22558         Module modechange.
22559         * m4/modechange.m4: New file.
22560
22561         Module mountlist.
22562         * m4/mountlist.m4: New file.
22563         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22564         Indentation.
22565
22566         Module path-concat.
22567         * m4/path-concat.m4: New file.
22568
22569         Module pathmax.
22570         * m4/pathmax.m4: New file.
22571
22572         Module same.
22573         * m4/same.m4: New file.
22574
22575         Module save-cwd.
22576         * m4/save-cwd.m4: New file.
22577
22578         Module savedir.
22579         * m4/savedir.m4: New file.
22580
22581         Module xgetcwd.
22582         * m4/xgetcwd.m4: New file.
22583         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22584
22585         Module xreadlink.
22586         * m4/xreadlink.m4: New file.
22587
22588         Module safe-read.
22589         * m4/safe-read.m4: New file.
22590
22591         Module safe-write.
22592         * m4/safe-write.m4: New file.
22593
22594         Module closeout.
22595         * m4/closeout.m4: New file.
22596
22597         Module stdio-safer.
22598         * m4/stdio-safer.m4: New file.
22599
22600         Module getpass.
22601         * m4/getpass.m4: New file.
22602
22603         Module getugroups.
22604         * m4/getugroups.m4: New file.
22605
22606         Module group-member.
22607         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22608         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22609
22610         Module idcache.
22611         * m4/idcache.m4: New file.
22612
22613         Module userspec.
22614         * m4/userspec.m4: New file.
22615
22616         Module gettime.
22617         * m4/clock_time.m4: New file.
22618         * m4/gettime.m4: New file.
22619
22620         Module settime.
22621         * m4/settime.m4: New file.
22622
22623         Module posixtm.
22624         * m4/posixtm.m4: New file.
22625
22626         Module gethostname.
22627         * m4/gethostname.m4: New file.
22628
22629         Module canon-host.
22630         * m4/canon-host.m4: New file.
22631
22632         Module gettext.
22633         * m4/codeset.m4: New file, from gettext-0.11.5.
22634         * m4/gettext.m4: New file, from gettext-0.11.5.
22635         * m4/glibc21.m4: New file, from gettext-0.11.5.
22636         * m4/iconv.m4: New file, from gettext-0.11.5.
22637         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22638         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22639         * m4/inttypes.m4: New file, from gettext-0.11.5.
22640         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22641         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22642         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22643         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22644         * m4/lib-link.m4: New file, from gettext-0.11.5.
22645         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22646         * m4/progtest.m4: New file, from gettext-0.11.5.
22647         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22648         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22649         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22650
22651         Module localcharset.
22652         * m4/localcharset.m4: New file.
22653
22654         Module hard-locale.
22655         * m4/hard-locale.m4: New file.
22656
22657         Module mbswidth.
22658         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22659         onceonly macros.
22660         * m4/mbrtowc.m4: Add comment.
22661
22662         Module memcasecmp.
22663         * m4/memcasecmp.m4: New file.
22664
22665         Module memcoll.
22666         * m4/memcoll.m4: New file.
22667
22668         Module unicodeio.
22669         * m4/unicodeio.m4: New file.
22670
22671         Module rpmatch.
22672         * m4/rpmatch.m4: New file.
22673
22674         Module yesno.
22675         * m4/yesno.m4: New file.
22676
22677         Module exitfail.
22678         * m4/exitfail.m4: New file.
22679
22680         Module c-stack.
22681         * m4/c-stack.m4 (gl_C_STACK): New macro.
22682         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22683
22684         Module error.
22685         * m4/error.m4 (gl_ERROR): New macro.
22686         (jm_PREREQ_ERROR): Use onceonly macros.
22687
22688         Module fatal.
22689         * m4/fatal.m4: New file.
22690
22691         Module getloadavg.
22692         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22693         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22694
22695         Module getpagesize.
22696         * m4/getpagesize.m4: New file.
22697
22698         Module getusershell.
22699         * m4/getusershell.m4: New file.
22700
22701         Module physmem.
22702         * m4/physmem.m4: New file.
22703
22704         Module posixver.
22705         * m4/posixver.m4: New file.
22706
22707         Module quotearg.
22708         * m4/quotearg.m4: New file.
22709
22710         Module quote.
22711         * m4/quote.m4: New file.
22712
22713         Module readutmp.
22714         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22715
22716         Module sig2str.
22717         * m4/sig2str.m4: New file.
22718
22719         Other.
22720         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22721         ulonglong.m4.
22722         * m4/intmax_t.m4: New file.
22723         * m4/d-type.m4: Indentation.
22724         * m4/jm-macros.m4: Update.
22725         * m4/prereq.m4 (jm_PREREQ): Update.
22726         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22727         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22728         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22729         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22730         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22731         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22732         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22733         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22734         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22735         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22736         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22737         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22738         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22739         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22740         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22741         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22742         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22743         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22744         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22745
22746 2002-12-24  Bruno Haible  <bruno@clisp.org>
22747
22748         * MODULES.txt: Update according to m4/ changes.
22749
22750         Module gettext.
22751         * config.rpath: New file, from gettext-0.11.5.
22752
22753         * modules/*: New module descriptions.
22754         * gnulib-tool: New file.
22755         * MODULES.html.sh: New file.
22756
22757 2002-12-21  Karl Berry  <karl@gnu.org>
22758
22759         * doc/fdl.texi: update to version 1.2.
22760
22761 2002-12-19  Karl Berry  <karl@gnu.org>
22762
22763         * config/config.guess: update from prep.
22764
22765 2002-12-18  Bruno Haible  <bruno@clisp.org>
22766
22767         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22768         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22769
22770 2002-12-17  Bruno Haible  <bruno@clisp.org>
22771
22772         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22773         stdlib.h, string.h.
22774
22775 2002-12-17  Bruno Haible  <bruno@clisp.org>
22776
22777         * lib/canon-host.c (strdup): Remove unused declaration.
22778
22779         * lib/fsusage.c: Include full_read.h.
22780         (get_fs_usage): Use full_read instead of safe_read.
22781
22782         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22783
22784 2002-12-12  Karl Berry  <karl@gnu.org>
22785
22786         * config/config.guess: update from prep.
22787
22788 2002-12-11  Bruno Haible  <bruno@clisp.org>
22789
22790         * m4/setenv.m4: New file, from gettext-0.11.5.
22791
22792 2002-12-11  Bruno Haible  <bruno@clisp.org>
22793
22794         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22795         not unsetenv().
22796         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22797         modifications:
22798
22799         2002-12-11  Bruno Haible  <bruno@clisp.org>
22800
22801                 * setenv.c (alloca): Fall back to malloc.
22802                 (freea): New macro.
22803                 (setenv): Use freea() to free memory allocated with alloca().
22804
22805         2002-11-13  Bruno Haible  <bruno@clisp.org>
22806
22807                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22808                 function declarations.
22809                 * unsetenv.c (unsetenv): Likewise.
22810
22811         2002-03-04  Bruno Haible  <bruno@clisp.org>
22812
22813                 Portability to AIX 4.3.3.
22814                 * unsetenv.c: New file, extracted from setenv.c.
22815                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22816
22817         2001-12-20  Bruno Haible  <bruno@clisp.org>
22818
22819                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22820                 use malloc instead. For SunOS 4.
22821
22822         2001-12-11  Bruno Haible  <bruno@clisp.org>
22823
22824                 * setenv.c: Declare alloca.
22825                 (compar_fn_t): New typedef.
22826                 (KNOWN_VALUE, STORE_VALUE): Use it.
22827
22828         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22829         setenv.h.
22830
22831 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22832
22833         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22834         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22835         Choose values that are less likely to collide with system fnmatch
22836         options.
22837         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22838         defined (e.g., a pure POSIX system).
22839         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22840         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22841
22842 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22843
22844         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22845         a pain in practice to deal with generated m4 files.  This change
22846         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22847
22848         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22849         and jm-glibc-io.m4, as they are no longer a special case.
22850         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22851         kludge and the auto-generation stuff.  Check only whether the
22852         functions are declared, not whether they exist, since older hosts
22853         that don't declare the functions can't use the optimization anyway.
22854
22855 2002-12-06  Jim Meyering  <jim@meyering.net>
22856
22857         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22858
22859         Merge in changes from libc's misc/error.c, in preparation
22860         for the merge of gnulib's changes back into libc.
22861
22862         * lib/error.c (_): Define only if not already defined.
22863         Move definition to follow all #include directives.
22864         Include unlocked-io.h only if !_LIBC.
22865         [_LIBC]: Include <libio/libioP.h>.
22866         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22867         (fflush): Tweak definition to use INTUSE.
22868         (putc): Define.
22869
22870 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22871
22872         * lib/alloca.c [defined emacs]: Include "lisp.h".
22873         (xalloc_die) [defined emacs]: New macro.
22874         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22875         [! defined emacs]: Include <xalloc.h>.
22876         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22877         (pointer): Typedef to POINTER_TYPE *.
22878         (malloc): Remove decl; we now always use xmalloc.
22879         (alloca): Use old-style definition, since Emacs needs this.
22880         Check for arithmetic overflow when computing combined size.
22881
22882 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22883
22884         Do not generate unlocked-io.h automatically, since it's easier to
22885         maintain it by hand.
22886
22887         * lib/unlocked-io.h: New file, from GNU diffutils,
22888         but with proper copyright notice and attribution.
22889         * lib/gen-uio: Remove.
22890         * lib/Makefile.am: Add copyright notice.
22891         (libfetish_a_SOURCES): Add unlocked-io.h.
22892         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22893         (DISTCLEANFILES, io_functions): Remove macros.
22894         (EXTRA_DIST): Remove gen_uio.
22895         (unlocked-io.h): Remove rule.
22896
22897 2002-12-04  Jim Meyering  <jim@meyering.net>
22898
22899         Reflect the fact that stat.c and lstat.c are no longer generated.
22900         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22901         (DISTCLEANFILES): Likewise.
22902         (EXTRA_DIST): Likewise.
22903         (all_local): Don't depend on stat.c or lstat.c.
22904         (stat.c, lstat.c): Remove rules.
22905         (EXTRA_DIST): Remove xstat.in.
22906
22907         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22908         * lib/stat.c: New file.  Contents mostly from xstat.in.
22909         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22910         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22911
22912         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22913         too.
22914         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22915
22916 2002-12-03  Jim Meyering  <jim@meyering.net>
22917
22918         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22919         but not semantics, to minimize the differences between these two files.
22920         (safe_read): Change comment to mention SAFE_READ_ERROR.
22921
22922         * lib/safe-read.c (IS_EINTR): Define.
22923         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22924
22925 2002-12-02  Jim Meyering  <jim@meyering.net>
22926
22927         * lib/safe-read.c (EINTR): Define.
22928         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22929         (INT_MAX): Provide fallback.
22930         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22931
22932         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22933
22934 2002-12-02  Bruno Haible  <bruno@clisp.org>
22935
22936         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22937         Define, taken from safe-read.c.
22938         (INT_MAX): Provide fallback.
22939         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22940         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22941
22942         * lib/safe-read.c (EINTR): Remove definition.
22943         (safe_read): Don't use EINTR if it is absent.
22944
22945 2002-12-01  Jim Meyering  <jim@meyering.net>
22946
22947         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22948         zero.
22949         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22950
22951 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22952
22953         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22954         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22955         with `if (! (value < limit)) abort ();', for readability.
22956
22957 2002-11-26  Karl Berry  <karl@gnu.org>
22958
22959         * lib/strdup.c: copy from libc again, with jim's ok.
22960         * lib/.cppi-disable: re-add strdup.c
22961
22962 2002-11-25  Karl Berry  <karl@gnu.org>
22963
22964         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22965         instead of "strtol.c".
22966
22967 2002-11-25  Karl Berry  <karl@gnu.org>
22968
22969         * config/install-sh: update from automake for variable quoting, $0 in
22970         error msgs, etc.
22971
22972         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22973         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22974         entry.
22975
22976 2002-11-25  Jim Meyering  <jim@meyering.net>
22977
22978         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22979
22980 2002-11-24  Karl Berry  <karl@gnu.org>
22981
22982         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22983         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22984
22985 2002-11-24  Jim Meyering  <jim@meyering.net>
22986
22987         Update from coreutils:
22988
22989         * lib/mktime.c: Merge in changes from libc.
22990
22991         Avoid a link-time failure on some Linux systems.
22992         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22993         (otherwise).
22994         (__mon_yday): Declare with the STATIC attribute.
22995         (__mktime_internal): Likewise.
22996         Based on a report from Greg Schafer.
22997
22998 2002-11-23  Jim Meyering  <jim@meyering.net>
22999
23000         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23001         Use `unsigned', not `int', as type of index.
23002
23003         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23004
23005         * lib/fsusage.c: Remove unneeded parentheses around operands of
23006         `defined'.
23007
23008 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23009
23010         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23011         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23012         so that we can be included first.
23013         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23014         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23015         No need to include stddef.h or sys/types.h any more.
23016         Surround local include files with "", not "<>".
23017         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23018         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23019         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23020         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23021         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23022         (ISPRINT): Remove; no longer needed now that we assume C89.
23023
23024         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23025         Preserve errno.
23026
23027         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23028         quotearg_char): Use SIZE_MAX rather than
23029         (size_t) -1 when we are talking about "infinity".
23030
23031         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23032
23033 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23034
23035         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23036         hint that one should use `if (! x) abort ();' rather than `assert
23037         (x);', and anyway it's one less thing to worry about configuring.
23038         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23039         hash_rehash, hash_insert): Use abort rather than assert.
23040
23041 2002-11-22  Bruno Haible  <bruno@clisp.org>
23042
23043         * lib/safe-read.h: Assume C89. Add comments.
23044         (safe_read): Change return type to size_t.
23045         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23046         byte counts > SSIZE_MAX correctly.
23047         * lib/safe-write.h: New file.
23048         * lib/safe-write.c: New file.
23049         * lib/full-read.h: New file.
23050         * lib/full-read.c: New file.
23051         * lib/full-write.h: Assume C89. Add comments.
23052         * lib/full-write.c: Include safe-write.h.
23053         (full_write): Rewritten to use safe_write.
23054         Suggested by Jim Meyering and Paul Eggert.
23055
23056 2002-11-21  Jim Meyering  <jim@meyering.net>
23057
23058         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23059
23060         Merge in changes from the coreutils.
23061
23062         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23063         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23064         <stdint.h>.
23065         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23066         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23067         int.  Work more efficiently if X is the same width as uintmax_t.
23068         Do not compare X to -1, to avoid bogus compiler warning.
23069         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23070         Don't assume that f_frsize and f_bsize are the same type.
23071
23072         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23073         warning on FreeBSD.
23074
23075         * lib/makepath.c (make_path): Restore umask *before* creating the final
23076         component.
23077         (make_path): Minor reformatting.
23078
23079         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23080         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23081         HAVE_MALLOC/HAVE_REALLOC.
23082
23083         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23084         dummy ones.  At least on GNU/Linux systems, `auto' means something
23085         else.
23086         From Michael Stone.
23087
23088 2002-11-21  Bruno Haible  <bruno@clisp.org>
23089
23090         Remove case insensitive option matching.
23091         * lib/argmatch.h (argcasematch): Remove declaration.
23092         (ARGCASEMATCH): Remove macro.
23093         (__xargmatch_internal): Remove case_sensitive argument.
23094         (XARGMATCH): Update.
23095         (XARGCASEMATCH): Remove macro.
23096         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23097         case_sensitive argument.
23098         (argcasematch): Remove function.
23099         (__xargmatch_internal): Remove case_sensitive argument.
23100         (main): Use XARGMATCH instead of XARGCASEMATCH.
23101
23102         * lib/xmalloc.c: Change compile-time error message. Add comment about
23103         required autoconf version.
23104
23105 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23106
23107         Merge argmatch cleanups from Bison.  Assume C89.
23108
23109         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23110         Include stdlib.h, for EXIT_FAILURE.
23111         Always include <string.h>, since we assume C89.
23112         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23113         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23114         Include <stddef.h> instead, since it's all we need for size_t.
23115         (PARAMS): Remove.  All uses removed.
23116         (ARRAY_CARDINALITY): Do not bother to #undef.
23117         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23118         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23119         Remove unnecessary parentheses.
23120         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23121         Insert necessary parentheses.
23122         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23123         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23124
23125 2002-11-19  Bruno Haible  <bruno@clisp.org>
23126
23127         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23128         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23129
23130         * lib/mbswidth.h (PARAMS): Remove macro.
23131         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23132         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23133
23134         * lib/gcd.h (PARAMS): Remove macro.
23135         (gcd): Use ANSI C function declarations.
23136         * lib/gcd.c (gcd): Likewise.
23137
23138 2002-11-15  Bruno Haible  <bruno@clisp.org>
23139
23140         * lib/strcspn.c: Include <stddef.h>.
23141         (strcspn): Use ANSI C function declaration. Change return type to
23142         size_t. Use NULL.
23143         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23144         (strpbrk): Use NULL.
23145         * lib/strpbrk.h (PARAMS): Remove macro.
23146         (strpbrk): Use ANSI C function declaration.
23147         * lib/strstr.c: Don't include <sys/types.h>.
23148         * lib/strstr.h (PARAMS): Remove macro.
23149         (strstr): Use ANSI C function declarations.
23150
23151 2002-11-14  Karl Berry  <karl@gnu.org>
23152
23153         * config/mkinstalldirs: `do' on separate line, instead of
23154         `for var; do'.
23155
23156 2002-11-06  Bruno Haible  <bruno@clisp.org>
23157
23158         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23159         * lib/gcd.c (gcd): Likewise.
23160
23161 2002-11-05  Bruno Haible  <bruno@clisp.org>
23162
23163         * lib/gcd.h: New file, from gettext-0.11.5.
23164         * lib/gcd.c: New file, from gettext-0.11.5.
23165
23166 2002-11-05  Bruno Haible  <bruno@clisp.org>
23167
23168         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23169         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23170         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23171         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23172
23173         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23174         <libintl.h>.
23175         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23176         <libintl.h>.
23177
23178         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23179         * lib/human.c: Include gettext.h instead of <libintl.h>.
23180         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23181         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23182         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23183         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23184         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23185         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23186         (textdomain): Remove definition.
23187         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23188
23189         * lib/long-options.c: Remove include of <libintl.h> and definition of
23190         _.
23191         * lib/same.c: Remove include of <libintl.h> and definition of _.
23192
23193 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23194
23195         * lib/config.charset: A few additions for Solaris.
23196
23197 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23198
23199         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23200         * lib/localcharset.c (locale_charset): Declare as extern "C".
23201
23202 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23203
23204         * lib/config.charset: msdos in uk_UA uses CP1125.
23205
23206 2002-11-04  Bruno Haible  <bruno@clisp.org>
23207
23208         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23209         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23210         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23211         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23212         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23213
23214 2002-11-04  Bruno Haible  <bruno@clisp.org>
23215
23216         * lib/localcharset.c (locale_charset): Don't return an empty string.
23217
23218 2002-11-04  Bruno Haible  <bruno@clisp.org>
23219
23220         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23221         aliases.
23222
23223 2002-11-04  Bruno Haible  <bruno@clisp.org>
23224
23225         * lib/config.charset: Update for newest glibc. Add canonical names
23226         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23227
23228 2002-11-04  Bruno Haible  <bruno@clisp.org>
23229
23230         * lib/config.charset: Add support for NetBSD.
23231
23232 2002-11-04  Bruno Haible  <bruno@clisp.org>
23233
23234         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23235
23236 2002-11-01  Bruno Haible  <bruno@clisp.org>
23237
23238         * configure.in: Add AC_CONFIG_AUX_DIR call.
23239         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23240         test/Makefile.
23241         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23242
23243 2002-09-28  Karl Berry  <karl@gnu.org>
23244
23245         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23246         installed automake until the next release, since changes have been
23247         made.
23248
23249 2002-09-25  Karl Berry  <karl@gnu.org>
23250
23251         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23252         * lib/getopt*: copy from libc/posix.
23253         * lib/gettext.h: copy from gettext.
23254         * lib/.cppi-disable: add strdup.c, gettext.h.
23255
23256 2002-09-25  Karl Berry  <karl@gnu.org>
23257
23258         * config/srclist.txt: enable gettext.h check.
23259         * config/config.{guess,sub}: update from prep.
23260         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23261                 from automake 1.6.3.
23262         See srclist*.
23263
23264 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23265
23266         * regex.c (PATFETCH): Remove the translating fetch.
23267         (PATFETCH_RAW): Rename to PATFETCH.
23268         (set_image_of_range): New fun.
23269         (SET_RANGE_TABLE_WORK_AREA): Use it.
23270         (regex_compile): Don't translate the pattern chars so eagerly.
23271         Only do it when inserting an `exactn' bytecode or when handling
23272         a char-range.
23273         (mutually_exclusive_p): Avoid empty statement.
23274
23275 2002-07-06  Jim Meyering  <meyering@lucent.com>
23276
23277         * m4/README: Don't mention Makefile.am.in.
23278         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23279
23280 2002-07-01  Jim Meyering  <meyering@lucent.com>
23281
23282         * lib/c-stack.c: Include sys/time.h.
23283         From Volker Borchert.
23284
23285 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23286
23287         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23288
23289 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23290
23291         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23292         New macro.  Use it uniformly instead of
23293         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23294         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23295         reported by Vin Shelton.
23296
23297 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23298
23299         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23300         Do not assume SA_SIGINFO behavior.
23301         Bug reported by Jim Meyering on NetBSD 1.5.2.
23302
23303 2002-06-22  Jim Meyering  <meyering@lucent.com>
23304
23305         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23306         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23307
23308         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23309         now that configure.ac uses AC_GNU_SOURCE.
23310         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23311         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23312
23313         Update to latest tools.  Suggestions from Paul Eggert.
23314         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23315         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23316         * m4/fnmatch.m4: Likewise.
23317         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23318         to AC_HEADER_STDBOOL
23319
23320 2002-06-22  Jim Meyering  <meyering@lucent.com>
23321
23322         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23323         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23324
23325 2002-06-22  Jim Meyering  <meyering@lucent.com>
23326
23327         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23328
23329         * lib/exitfail.c, exitfail.h: Likewise.
23330         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23331
23332         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23333         of fnmatch.h.
23334         (EXTRA_DIST): Add fnmatch_loop.c.
23335         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23336
23337         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23338         * lib/fnmatch.c: Update from diffutils-2.8.2.
23339         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23340         * lib/fnmatch.h: Remove file.
23341
23342 2002-06-21  Jim Meyering  <meyering@lucent.com>
23343
23344         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23345         * m4/mbrtowc.m4: Likewise.
23346
23347         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23348         * m4/mbswidth.m4: Reflect name change:
23349         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23350         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23351
23352         * m4/lib-link.m4: Update from gettext-0.11.2.
23353         * m4/gettext.m4: Likewise.
23354
23355         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23356         From Alfred M. Szmidt.
23357
23358 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23359
23360         * lib/file-type.h: Report an error if neither S_ISREG nor
23361         S_IFREG is defined, instead of using a test specific to glibc
23362         2.2.  This should be safe, since POSIX requires S_ISREG and
23363         Unix Version 7 had S_IFREG.  We don't need to check for
23364         <sys/types.h> since we don't use any symbols that it defines.
23365
23366 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23367
23368         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23369         $@-t, so that each temporary file name is unique and valid in the first
23370         8 characters, for operation under DOS.
23371
23372 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23373
23374         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23375
23376 2002-06-15  Jim Meyering  <meyering@lucent.com>
23377
23378         Work even with DJGPP 2.03, which lacks support for symlinks.
23379         From Richard Dawe.
23380         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23381         is defined.
23382         * lib/lchown.c (S_ISLNK): Likewise.
23383
23384 2002-06-15  Jim Meyering  <meyering@lucent.com>
23385
23386         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23387         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23388         have been included before this file.
23389
23390 2002-06-14  Jim Meyering  <meyering@lucent.com>
23391
23392         * lib/file-type.h: Use the version from diffutils-2.8.2.
23393         * lib/file-type.c: Likewise.
23394
23395 2002-06-07  Jim Meyering  <meyering@lucent.com>
23396
23397         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23398         They're needed at least for NetBSD 1.5.2.
23399         ($statxfs_includes): Include those same headers.
23400         ($statxfs_includes): Include sys/vfs.h if available.
23401         ($statxfs_includes): Likewise for sys/statvfs.h.
23402         Check for the following members in both structs statfs and statvfs:
23403         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23404
23405 2002-06-01  Jim Meyering  <meyering@lucent.com>
23406
23407         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23408         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23409
23410 2002-05-28  Jim Meyering  <meyering@lucent.com>
23411
23412         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23413         Reported by Volker Borchert.
23414
23415 2002-05-27  Jim Meyering  <meyering@lucent.com>
23416
23417         Fix a problem seen only on nonconforming systems whereby ls.c's
23418         use of localtime, and then of gettimeofday would cause trouble:
23419         the localtime call used to initialize rpl_gettimeofday's save
23420         mechanism would clobber ls's current local time information so
23421         that in any long listing the first file would always be listed
23422         with date 1970-01-01.  Analysis by Volker Borchert.
23423
23424         * lib/gettimeofday.c (localtime): Undefine.
23425         (rpl_localtime): New function.
23426
23427 2002-05-27  Jim Meyering  <meyering@lucent.com>
23428
23429         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23430         localtime.
23431
23432         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23433         use the replacement function; it wouldn't resolve at link time.
23434         Reported by Volker Borchert.
23435
23436 2002-05-22  Jim Meyering  <meyering@lucent.com>
23437
23438         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23439         file-type.h.
23440         * lib/file-type.h: New file.
23441         * lib/file-type.c (file_type): New file/function.  Extracted from
23442         diffutils.
23443
23444 2002-04-30  Jim Meyering  <meyering@lucent.com>
23445
23446         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23447
23448 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23449
23450         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23451
23452 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23453
23454         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23455         Do not check for alloca.h (no longer used) or stdbool.h (was never
23456         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23457
23458 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23459
23460         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23461
23462 2002-04-29  Jim Meyering  <meyering@lucent.com>
23463
23464         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23465         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23466         Use AC_FUNC_STRNLEN here instead.
23467
23468         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23469         With autoconf-2.53a, it's part of AC_PROG_CC.
23470
23471 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23472
23473         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23474         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23475
23476 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23477
23478         * lib/sig2str.h, lib/sig2str.c: New files.
23479         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23480
23481 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23482
23483         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23484         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23485         of 127, since 64 is the largest conceivable number for ancient
23486         nonstandard hosts.
23487         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23488
23489 2002-04-28  Jim Meyering  <meyering@lucent.com>
23490
23491         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23492
23493 2002-04-24  Jim Meyering  <meyering@lucent.com>
23494
23495         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23496         (jm_PREREQ): Use it.
23497
23498         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23499         mach/mach.h fcntl.h.
23500         Check for this function: setlocale.
23501
23502 2002-04-24  Jim Meyering  <meyering@lucent.com>
23503
23504         * lib/gettext.h: New file, from Gettext.
23505         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23506         (libfetish_a_SOURCES): Add gettext.h.
23507
23508 2002-04-16  Jim Meyering  <meyering@lucent.com>
23509
23510         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23511         ut_pid, ut_id, ut_exit.
23512
23513 2002-04-16  Jim Meyering  <meyering@lucent.com>
23514
23515         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23516         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23517         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23518
23519 2002-04-12  Jim Meyering  <meyering@lucent.com>
23520
23521         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23522         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23523         existence of the getmntinfo function.  Needed for Darwin 5.3.
23524
23525         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23526         This is necessary at least on Darwin 5.3.
23527
23528         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23529         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23530         strnlen.o in the library, and that makes some versions of ranlib
23531         object.
23532
23533 2002-04-12  Jim Meyering  <meyering@lucent.com>
23534
23535         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23536
23537 2002-04-09  Jim Meyering  <meyering@lucent.com>
23538
23539         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23540         to be more precise.  Rather than saying we're checking whether the
23541         function `works', say what we're testing.
23542         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23543         Reported by Bruno Haible.
23544
23545 2002-03-10  Jim Meyering  <meyering@lucent.com>
23546
23547         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23548         Suggestion from Santiago Vila.
23549
23550 2002-03-08  Jim Meyering  <meyering@lucent.com>
23551
23552         * lib/rename.c: Mention that this wrapper is needed also on
23553         mips-dec-ultrix4.4 systems.
23554
23555 2002-03-02  Jim Meyering  <meyering@lucent.com>
23556
23557         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23558         not HAVE_CLOCK_SETTIME.
23559
23560 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23561
23562         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23563         Check for clock_settime.
23564
23565 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23566
23567         * lib/nanosleep.h: Rename to....
23568         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23569
23570         * lib/gettime.c: New file.
23571         * lib/settime.c: New file.
23572         * lib/stime.c: Remove.
23573
23574         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23575         timespec.h.  Remove nanosleep.h.
23576
23577 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23578
23579         * m4/acl.m4: New file.
23580         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23581         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23582
23583 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23584
23585         * lib/acl.c, lib/acl.h: New files.
23586         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23587
23588 2002-02-24  Jim Meyering  <meyering@lucent.com>
23589
23590         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23591         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23592         cause trouble.  Reported by Nelson Beebe.
23593
23594 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23595
23596         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23597         compilers that don't know that xalloc_die never returns.
23598
23599 2002-02-20  Jim Meyering  <meyering@lucent.com>
23600
23601         * lib/getdate.c: Regenerate using bison-1.33.
23602
23603 2002-02-17  Jim Meyering  <meyering@lucent.com>
23604
23605         * config/config.guess (main): Don't use `head -1'; it's no longer
23606         portable. Use `sed 1q' instead.
23607
23608 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23609
23610         * m4/codeset.m4: Upgrade to gettext-0.11.
23611         * m4/gettext.m4: Upgrade to gettext-0.11.
23612         * m4/glibc21.m4: Upgrade to gettext-0.11.
23613         * m4/iconv.m4: Upgrade to gettext-0.11.
23614         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23615         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23616         * m4/lib-ld.m4: New file, from gettext-0.11.
23617         * m4/lib-link.m4: New file, from gettext-0.11.
23618         * m4/lib-prefix.m4: New file, from gettext-0.11.
23619         * m4/progtest.m4: Upgrade to gettext-0.11.
23620
23621 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23622
23623         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23624         (jm_PREREQ): Use it.
23625
23626 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23627
23628         * lib/posixver.c, lib/posixver.h: New files.
23629         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23630
23631 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23632             Bruno Haible  <bruno@clisp.org>
23633
23634         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23635         (fwrite_success_callback): New declaration.
23636         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23637         print_unicode_char. Call failure callback instead of error.
23638         (fwrite_success_callback): New function.
23639         (exit_failure_callback): New function.
23640         (fallback_failure_callback): New function.
23641         (print_unicode_char): Call unicode_to_mb.
23642
23643 2002-01-26  Jim Meyering  <meyering@lucent.com>
23644
23645         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23646         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23647
23648 2002-01-26  Jim Meyering  <meyering@lucent.com>
23649
23650         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23651
23652 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23653
23654         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23655
23656 2002-01-22  Jim Meyering  <meyering@lucent.com>
23657
23658         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23659         Otherwise, some versions of automake would omit the rule that makes
23660         Makefile from Makefile.in.
23661
23662 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23663
23664         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23665         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23666         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23667         (memcoll): Set errno to zero if there is no error.
23668
23669         * lib/quotearg.c (quotearg_buffer_restyled):
23670         Fix bug with quoting buffers containing NUL when backslashing escapes.
23671         This bug was exposed by the other changes in this patch.
23672         (quotearg_n_options): New arg ARGSIZE.
23673         All callers changed.
23674         (quoting_options_from_style): New function.
23675         (quotearg_n_style): Use it.
23676         (quotearg_n_style_mem): New function.
23677
23678         * lib/quotearg.h (quotearg_n_style_mem): New function.
23679
23680 2002-01-19  Jim Meyering  <meyering@lucent.com>
23681
23682         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23683         Remove useless quotes: DF_PROG="df".
23684         * m4/strnlen.m4: New file.
23685
23686 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23687
23688         * lib/backupfile.c (ISDIGIT): Comment fix.
23689         * lib/getdate.y (ISDIGIT): Likewise.
23690         * lib/posixtm.c (ISDIGIT, year): Likewise.
23691         * lib/strverscmp.c (ISDIGIT): Likewise.
23692         * lib/userspec.c (ISDIGIT): Likewise.
23693
23694 2002-01-16  Jim Meyering  <meyering@lucent.com>
23695
23696         * lib/getdate.y: Add three semicolons, each just before a closing
23697         brace. Bison (as of version 1.31) no longer papers over that mistake.
23698
23699 2002-01-05  Jim Meyering  <meyering@lucent.com>
23700
23701         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23702
23703 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23704
23705         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23706         not silently exit merely because the output buffer happens to
23707         have nothing pending.
23708
23709 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23710
23711         See the big note in ../ChangeLog.
23712         * lib/human.c (suffixes): Prefer K to k for 1024.
23713         (generate_suffix_backwards): New function.
23714         (human_readable_inexact): Use it.
23715         * lib/xstrtol.c (__xstrtol): If there is no number but there
23716         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23717         Accept 'K' as well as 'k'.
23718
23719 2001-12-15  Jim Meyering  <meyering@lucent.com>
23720
23721         * lib/regex.h (__restrict_arr): Update from libc.
23722
23723         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23724         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23725         (STREQ): Define.
23726
23727 2001-12-14  Jim Meyering  <meyering@lucent.com>
23728
23729         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23730         Suggestion from Bruno Haible.
23731
23732 2001-12-10  Jim Meyering  <meyering@lucent.com>
23733
23734         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23735         xrealloc, Instead, include "xalloc.h".
23736         (initbuffer): Don't cast xmalloc return value to char*.
23737         (readline): Reword comment.
23738         Don't cast xrealloc return value to char*
23739         Return NULL, not 0.
23740
23741 2001-12-09  Jim Meyering  <meyering@lucent.com>
23742
23743         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23744         about `signed and unsigned type in conditional expression'.
23745         * lib/posixtm.c (posix_time_parse): Likewise.
23746
23747         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23748
23749         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23750         to avoid a pedantic warning.
23751
23752         * lib/getstr.c: Don't include assert.h.
23753         (getstr): Remove warning-evoking assertions.
23754         Return -1 if offset parameter is out of bounds.
23755         Change the type of a local from int to size_t.
23756
23757         * lib/strftime.c (my_strftime_localtime_r): Include this function
23758         definition in the `#if ! HAVE_TM_GMTOFF' block.
23759
23760         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23761         Include xalloc.h instead.
23762
23763 2001-12-02  Jim Meyering  <meyering@lucent.com>
23764
23765         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23766         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23767         included.
23768
23769         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23770         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23771
23772 2001-11-30  Akim Demaille  <akim@epita.fr>
23773
23774         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23775         before being defined.
23776
23777 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23778
23779         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23780         First arg is int, not unsigned.
23781         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23782         (SIZE_MAX, UINT_MAX): New macros.
23783         (quotearg_n_options): Abort if N is negative.
23784         Avoid overflow check on hosts where size_t is 64 bits and int
23785         is 32 bits, as overflow is impossible there.
23786         Fix off-by-one typo that caused unnecessary reallocation.
23787
23788 2001-11-27  Jim Meyering  <meyering@lucent.com>
23789
23790         * lib/tempname.c: Merge with version from libc.
23791         * lib/regex.c: Likewise.
23792
23793         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23794         systems for which STDC_HEADERS is 0, it was not included, resulting in
23795         a warning about an integer-to-pointer conversion problem with getenv.
23796         Reported by Volker Borchert.
23797
23798 2001-11-26  Jim Meyering  <meyering@lucent.com>
23799
23800         * lib/gtod.h: Remove file.
23801         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23802         * lib/gettimeofday.c: Don't include gtod.h.
23803         (GTOD_init): Remove function.
23804         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23805         Suggestion from Volker Borchert.
23806
23807 2001-11-23  Jim Meyering  <meyering@lucent.com>
23808
23809         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23810         it.
23811         * lib/hash.c (struct hash_table): Define it here instead.
23812
23813 2001-11-22  Jim Meyering  <meyering@lucent.com>
23814
23815         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23816
23817 2001-11-20  Jim Meyering  <meyering@lucent.com>
23818
23819         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23820         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23821
23822 2001-11-19  Jim Meyering  <meyering@lucent.com>
23823
23824         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23825         directory.  Use "conftestXXXXXX" as the template.
23826         Suggestion from Paul Eggert.
23827
23828         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23829         immediately, so the test doesn't mistakenly hit the max-open-files
23830         limit.
23831
23832 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23833
23834         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23835         (TEMPORARIES): New macro.
23836         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23837         removes an artificial limitation (e.g. HP-UX 10.20, where
23838         TMP_MAX is 17576).
23839
23840 2001-11-18  Jim Meyering  <meyering@lucent.com>
23841
23842         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23843
23844 2001-11-18  Jim Meyering  <meyering@lucent.com>
23845
23846         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23847         on SunOS 4.
23848
23849         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23850         files will be created before anything else.
23851
23852 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23853
23854         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23855         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23856
23857 2001-11-17  Jim Meyering  <meyering@lucent.com>
23858
23859         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23860         Prompted by a report from Bob Proulx.
23861
23862         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23863         Instead, require UTILS_FUNC_MKSTEMP.
23864
23865 2001-11-17  Jim Meyering  <meyering@lucent.com>
23866
23867         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23868         Now, that's done as part of AC_FUNC_STRTOD.
23869
23870 2001-11-17  Jim Meyering  <meyering@lucent.com>
23871
23872         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23873         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23874         rather than group writable.  Patch by Juan F. Codagnone.
23875
23876         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23877         xrealloc, Instead, include "xalloc.h".
23878
23879         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23880         Remove explicit declarations of xmalloc, xrealloc,
23881         and xstrdup.  Instead, include "xalloc.h".
23882
23883         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23884         unlocked-io.h.
23885         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23886         Likewise.
23887         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23888
23889         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23890         Reported by Padraig Brady.
23891
23892         * lib/mkstemp.c: #undef mkstemp.
23893         Include config.h.
23894         (rpl_mkstemp): Rename from mkstemp.
23895         Protoize.
23896
23897 2001-11-16  Jim Meyering  <meyering@lucent.com>
23898
23899         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23900         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23901         determine the amount of total physical memory, use pstat_getstatic.
23902         HPUX-11 doesn't define _SC_PHYS_PAGES.
23903         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23904         If sysconf couldn't be used to determine the amount of available
23905         physical memory, use both pstat_getstatic and pstat_getdynamic.
23906         Based on a patch from Bob Proulx.
23907
23908 2001-11-10  Jim Meyering  <meyering@lucent.com>
23909
23910         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23911         (jm_PREREQ): Use it.
23912
23913 2001-11-09  Jim Meyering  <meyering@lucent.com>
23914
23915         * m4/jm-macros.m4: Require autoconf-2.52f.
23916         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23917         Use these AC_-prefixed names, not the AM_-prefixed ones.
23918
23919         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23920
23921 2001-11-05  Jim Meyering  <meyering@lucent.com>
23922
23923         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23924
23925 2001-11-04  Jim Meyering  <meyering@lucent.com>
23926
23927         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23928         $DEFS.
23929
23930 2001-11-03  Jim Meyering  <meyering@lucent.com>
23931
23932         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23933         of AC_DEFUN.
23934
23935         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23936         know the name of the variable in the macro definition.
23937
23938 2001-11-03  Jim Meyering  <meyering@lucent.com>
23939
23940         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23941         in argmatch_to_argument call.
23942
23943         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23944         argument.
23945
23946         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23947         e.g., a fault due to an attempt to free a NULL pointer.
23948
23949 2001-11-01  Jim Meyering  <meyering@lucent.com>
23950
23951         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23952         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23953
23954 2001-11-01  Jim Meyering  <meyering@lucent.com>
23955
23956         * lib/dirfd.c, lib/dirfd.h: New files.
23957         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23958
23959         * lib/hash.c (hash_print) [TESTING]: Clean up.
23960
23961 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23962
23963         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23964         to avoid a warning if -Wall.
23965
23966 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23967
23968         * README: New file
23969         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23970         (per RMS's instructions, this is now the canonical source)
23971         * lgpl/, gpl/: New directories.
23972
23973 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23974
23975         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23976
23977 2001-10-21  Jim Meyering  <meyering@lucent.com>
23978
23979         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23980         this code would end up calling gettext even in packages built
23981         with --disable-nls.
23982         * lib/getopt.c (_): Likewise.
23983         * lib/regex.c (_): Likewise.
23984
23985 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23986
23987         * m4/error.m4 (jm_PREREQ_ERROR):
23988         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23989         AC_FUNC_STRERROR_R does that.
23990         Check for strerror declaration.
23991
23992         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23993         are supposed to have them these days.
23994         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23995         Merge changes from latest Autoconf CVS.
23996         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23997         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23998         POSIX decided to standardize on the int flavor of strerror_r.
23999
24000 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24001
24002         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24003         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24004         Use strerror_r that is only a macro, even if it is not a function.
24005         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24006         (private_strerror): Use prototypes, not old-style function definition.
24007         (print_errno_message): New function.
24008         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24009         char*-flavored one.
24010         (error_tail, error, error_at_line): Use it.
24011
24012 2001-10-11  Jim Meyering  <meyering@lucent.com>
24013
24014         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24015         and quote_n (1, ... to avoid clobbering a buffer.
24016
24017 2001-10-05  Jim Meyering  <meyering@lucent.com>
24018
24019         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24020         hash-pjw.h.
24021         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24022         * lib/hash-pjw.h: New file.
24023
24024 2001-09-30  Jim Meyering  <meyering@lucent.com>
24025
24026         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24027         `struct fsstat' has the `f_fstypename' member.
24028         Use that to define FS_TYPE, which is now used to make
24029         the getfsstat link test tighter.
24030
24031 2001-09-30  Jim Meyering  <meyering@lucent.com>
24032
24033         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24034         Include <sys/ucred.h>, for Apple Darwin.
24035         Include sys/mount.h and sys/fs_types.h only if available.
24036         (FS_TYPE): Define.
24037         (read_filesystem_list): Use FS_TYPE.
24038
24039 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24040
24041         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24042         a boolean context.
24043
24044 2001-09-29  Jim Meyering  <meyering@lucent.com>
24045
24046         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24047         [one-argument getmntent function]): Include stdio.h before mntent.h.
24048         SunOS 4.1.x needs it for the declaration of `FILE'.
24049         Patch by Volker Borchert.
24050
24051         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24052         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24053         sys/fs_types.h, and make the link-test for getfsstat guard #include
24054         directives with appropriate #if HAVE_*_H tests so that we can
24055         detect getfsstat on Apple Darwin1.3.7 systems.
24056         Reported by Nelson Beebe.
24057         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24058
24059 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24060
24061         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24062         #defines strtoimax.  Also treat the other strto* functions
24063         like strtoimax.
24064
24065         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24066         Check for strtoul and strtoumax,
24067         as those declarations are made even in the signed case.
24068         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24069         Likewise, for strtol and strtoimax.
24070
24071 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24072
24073         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24074         #defines strtoimax.  Also treat the other strto* functions
24075         like strtoimax.
24076
24077         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24078         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24079         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24080
24081 2001-09-26  Jim Meyering  <meyering@lucent.com>
24082
24083         Most macros in unlocked-io.h had the wrong number of arguments.
24084         * lib/gen-uio: New script.
24085         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24086         * lib/unlocked-io.hin: Remove file.
24087         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24088         rather than trying to embed it here.
24089         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24090         Reported by Padraig Brady.
24091
24092 2001-09-25  Volker Borchert  <bt@teknon.de>
24093
24094         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24095         `result'.
24096
24097 2001-09-24  Jim Meyering  <meyering@lucent.com>
24098
24099         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24100
24101 2001-09-23  Jim Meyering  <meyering@lucent.com>
24102
24103         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24104         instead of the mere test for existence of mntent.h.  The latter
24105         would get a false-positive on AIX 3.4 systems.
24106         In the outer getmntent if-block, don't die if neither of the getmntent
24107         tests succeeds.  Instead, just fall through and continue with the
24108         remaining tests.
24109
24110 2001-09-23  Jim Meyering  <meyering@lucent.com>
24111
24112         * lib/mountlist.c: Remove useless parentheses in #if directives.
24113         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24114         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24115
24116 2001-09-22  Jim Meyering  <meyering@lucent.com>
24117
24118         * m4/gettext.m4: New file.  From gettext.
24119         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24120         * m4/progtest.m4: Likewise
24121         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24122         * m4/glibc21.m4: Likewise.
24123
24124         * m4/libintl.m4: Remove.  No longer used.
24125
24126 2001-09-22  Jim Meyering  <meyering@lucent.com>
24127
24128         * lib/localcharset.c: Update from latest gettext.
24129         * lib/config.charset: Likewise.
24130
24131 2001-09-20  Jim Meyering  <meyering@lucent.com>
24132
24133         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24134         strtoimax.
24135         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24136         strtoumax.
24137
24138 2001-09-20  Jim Meyering  <meyering@lucent.com>
24139
24140         * lib/xstrtol.c (strtoimax): Guard declaration with
24141         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24142         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24143         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24144         (strtoumax): Likewise, for completeness (it wasn't necessary).
24145
24146 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24147
24148         * lib/strtoimax.c (HAVE_LONG_LONG):
24149         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24150         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24151         to work around bug in IBM C compiler.
24152
24153 2001-09-17  Jim Meyering  <meyering@lucent.com>
24154
24155         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24156         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24157         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24158         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24159         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24160         whenever the right hand side need not be expanded by the shell.
24161
24162 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24163
24164         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24165         library.  It's not correct, as some older glibcs are buggy.
24166         fnmatch wasn't fixed until glibc 2.2.
24167
24168         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24169         special shell magic here.
24170
24171 2001-09-16  Jim Meyering  <meyering@lucent.com>
24172
24173         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24174         * m4/jm-macros.m4: Require it.
24175
24176 2001-09-16  Jim Meyering  <meyering@lucent.com>
24177
24178         * lib/mkdir.c: New file.
24179
24180 2001-09-15  Jim Meyering  <meyering@lucent.com>
24181
24182         * m4/jm-macros.m4: Check for help2man.
24183
24184 2001-09-11  Jim Meyering  <meyering@lucent.com>
24185
24186         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24187         The body, by Paul Eggert, was moved here from configure.in.
24188         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24189
24190 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24191
24192         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24193         (jm_PREREQ): Use it.
24194
24195 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24196
24197         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24198         Use ssize_t, not int, to store result of readlink.
24199         Check for ssize_t overflow as well as size_t overflow,
24200         as POSIX says the result of readlink is implementation-defined
24201         when ssize_t overflows.
24202         Remove unnecessary cast to char*.
24203         Use free+malloc instead of realloc, as the storage doesn't need
24204         to be preserved and it's clearer and can be more efficient that way.
24205         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24206         * lib/xreadlink.h (xreadlink): Update prototype.
24207
24208 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24209
24210         * lib/xgetcwd.c: Revert some of the previous change; intead,
24211         fix the HAVE_GETCWD_NULL code to behave more like the
24212         !HAVE_GETCWD_NULL code used to.
24213
24214         Include "xalloc.h".
24215         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24216         invoke xalloc_die.
24217
24218 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24219
24220         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24221         sys/param.h, as pathmax.h includes them.
24222
24223 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24224
24225         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24226         (jm_PREREQ_XGETCWD): New macro.
24227
24228         * m4/getcwd.m4: New file.
24229
24230 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24231
24232         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24233         like the HAVE_GETCWD_NULL code.
24234         Include pathmax.h if not HAVE_GETCWD.
24235         Do not include xalloc.h.
24236         (INITIAL_BUFFER_SIZE): New symbol.
24237         Do not use xmalloc / xrealloc, since the caller is responsible for
24238         handling errors.  Preserve errno around `free' during failure.
24239         Do not overrun buffer when using getwd.
24240
24241 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24242
24243         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24244         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24245         getcwd (NULL, 0).
24246
24247 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24248
24249         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24250         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24251         spotted by Jim Meyering.
24252
24253 2001-09-03  Jim Meyering  <meyering@lucent.com>
24254
24255         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24256         failure.
24257
24258 2001-09-02  Jim Meyering  <meyering@lucent.com>
24259
24260         * lib/error.c: Update from GNU libc.
24261
24262 2001-09-01  Jim Meyering  <meyering@lucent.com>
24263
24264         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24265         Used by df.
24266
24267 2001-09-01  Jim Meyering  <meyering@lucent.com>
24268
24269         * lib/xreadlink.c: New file.
24270         * lib/xreadlink.h: New file.
24271         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24272         xreadlink.h.
24273
24274         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24275         doesn't conflict with sparc Solaris 7's definition in
24276         /usr/include/sys/int_types.h.
24277
24278         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24279         files.
24280         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24281         and strncasecmp as r-values.  Unixware didn't have declarations.
24282
24283 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24284
24285         * lib/xstrtol.h: Add copyright notice.
24286         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24287         LONGINT_INVALID_SUFFIX_CHAR.
24288
24289 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24290
24291         * lib/xstrtol.c (strtoimax): New decl.
24292
24293 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24294
24295         * lib/xgetcwd.c: Don't include pathmax.h.
24296         Include stdlib.h and unistd.h if available.
24297         Include xalloc.h.
24298         (xmalloc, xstrdup, free): Remove decls.
24299         (xgetcwd): Don't assume sizes fit in unsigned.
24300         Check for overflow when computing sizes.
24301         Simplify reallocation code.
24302
24303 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24304
24305         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24306         a directory's st_size can have an arbitrary value, so the old
24307         usage could waste an arbitrary amount of memory.  All uses
24308         changed.
24309         * lib/savedir.h: Update prototype.
24310
24311 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24312
24313         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24314
24315         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24316         old strtoimax.c.
24317
24318         Also, make the following further changes to make this file's
24319         configuration more similar to that of strtol.c:
24320         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24321         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24322         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24323         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24324         changed to signed values.
24325
24326         And make the following changes as well:
24327         Fix copyright notice, as 1999 was missing.
24328         (verify): New macro.
24329         (strtoimax): Check sizes at compile-time, not run-time.
24330         Prefer strtol to strtoll if both work.
24331         (main): Remove; it was not that useful and was a pain to maintain.
24332
24333         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24334
24335 2001-08-31  Jim Meyering  <meyering@lucent.com>
24336
24337         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24338         Use an initial, malloc'd, buffer of length 128 rather than
24339         a statically allocated one of length 1024.
24340
24341 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24342
24343         Simplify code, partly by assuming autoconf 2.52 semantics.
24344
24345         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24346
24347         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24348         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24349         All uses removed.
24350         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24351         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24352         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24353         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24354         jm_AC_HEADER_INTTYPES_H.
24355         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24356
24357         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24358
24359         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24360         Quote first arg of AC_DEFUN.
24361         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24362         since they are needed to parse the include file even if we need
24363         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24364         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24365         but with opposite signedness.
24366
24367 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24368
24369         Merge 'exclude' changes from tar 1.13.22.
24370         This fixes one or two unlikely storage allocation overflow bugs,
24371         but doesn't change user-visible behavior otherwise.
24372
24373 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24374
24375         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24376         (jm_PREREQ_EXCLUDE): New macro.
24377
24378 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24379
24380         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24381         tm to be declared.
24382
24383 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24384
24385         * lib/hash.c: Remove '2001' from copyright notice.
24386
24387 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24388
24389         * lib/full-write.h: New file.
24390         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24391         * lib/full-write.c: Correct credits, as cccp.c no longer
24392         exists and anyway it was so heavily changed from the old cccp
24393         code as to be unrecognizable.  Include full-write.h.
24394         (full_write) Return size_t, with short writes meaning failure.
24395         All callers changed.  This fixes a bug with large buffers
24396         on 64-bit hosts.
24397         * lib/utime.c: Include full-write.h.
24398
24399 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24400
24401         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24402         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24403         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24404         Include if available.
24405         (<xalloc.h>): Include
24406         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24407         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24408         collide with FNM macros.
24409         (struct patopts): New struct.
24410         (struct exclude): Use it, as exclude patterns now come with options.
24411         (new_exclude): Support above changes.
24412         (new_exclude, add_exclude_file):
24413         Initial size must now be a power of two to simplify overflow checking.
24414         (free_exclude, fnmatch_no_wildcards): New function.
24415         (excluded_filename): No longer requires options arg, as the options
24416         are determined by add_exclude.  Now returns bool, not int.
24417         (excluded_filename, add_exclude):
24418         Add support for the fancy new exclusion options.
24419         (add_exclude, add_exclude_file): Now takes int options arg.
24420         Check for arithmetic overflow when computing sizes.
24421         (add_exclude_file): xrealloc might modify errno, so don't
24422         realloc until after errno might be used.
24423
24424         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24425         New macros.
24426         (free_exclude): New decl.
24427         (add_exclude, add_exclude_file): Now takes int options arg.
24428         (excluded_filename): No longer requires options arg, as the options
24429         are determined by add_exclude.  Now returns bool, not int.
24430
24431 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24432
24433         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24434
24435 2001-08-27  Jim Meyering  <meyering@lucent.com>
24436
24437         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24438
24439         * lib/version-etc.c (N_): Remove definition.
24440         Revert most of last change.
24441         Instead, simply don't mark the `Copyright...' string for translation.
24442         Based on advice from Paul Eggert.
24443
24444         * lib/strtoxmax.c: Tweak comment.
24445
24446 2001-08-26  Jim Meyering  <meyering@lucent.com>
24447
24448         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24449
24450         * m4/xstrtoimax.m4: New file.
24451         * m4/xstrtoumax.m4: Add comments explaining why we
24452         AC_REPLACE_FUNCS(strtol).
24453
24454 2001-08-26  Jim Meyering  <meyering@lucent.com>
24455
24456         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24457         of copyright with `%s' so translators don't get an untranslated
24458         message in 2002.
24459         (COPYRIGHT_YEAR): Define.
24460         (version_etc): Use fprintf rather than fputs.
24461         Suggestion from Ulrich Drepper.
24462
24463         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24464
24465         * lib/strtoll.c: New file, from GNU libc.
24466         * lib/xstrtoimax.c: New file.
24467
24468         * lib/xstrtol.h: Add xstrtoimax.
24469         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24470         * lib/strtoimax.c: New file.  Likewise, but first define
24471         STRTOUXMAX_SIGNED.
24472
24473         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24474         ...
24475         * lib/strtoxmax.c: ... then renamed to this.
24476
24477 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24478
24479         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24480         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24481         (jm_AC_TYPE_INTMAX_T): New macro.
24482         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24483
24484         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24485
24486         * m4/longlong.m4: Renamed from ulonglong.m4.
24487         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24488         * m4/uintmax_t.m4: Removed.
24489
24490 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24491
24492         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24493         Port to Solaris 8, where 'sed' requires a space after the 'r'
24494         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24495         Redirect output to $tmp just once.
24496
24497 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24498
24499         * lib/addext.c (<errno.h>): Include.
24500         (errno): Declare if not defined.
24501         (addext): Work correctly when pathconf returns -1 and leaves
24502         errno alone because there is no limit.  Also, work even if
24503         pathconf returns a value greater than SIZE_MAX.
24504
24505 2001-08-12  Jim Meyering  <meyering@lucent.com>
24506
24507         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24508         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24509         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24510         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24511         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24512         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24513         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24514         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24515         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24516         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24517         utime.m4, utimes.m4, xstrtoumax.m4:
24518         Quote the first argument in each use of AC_DEFUN.
24519
24520 2001-08-12  Jim Meyering  <meyering@lucent.com>
24521
24522         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24523         Simply `return getcwd (NULL, 0);'.
24524         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24525         Use 1300 as initial value for length, not PATH_MAX.
24526
24527         * lib/pathmax.h: Clean up cpp syntax.
24528
24529 2001-08-12  Jim Meyering  <meyering@lucent.com>
24530
24531         * lib/gettimeofday.c: New file.
24532         * lib/gtod.h: New file.
24533         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24534
24535 2001-08-05  Jim Meyering  <meyering@lucent.com>
24536
24537         * m4/jm-macros.m4: Require autoconf-2.52.
24538
24539 2001-08-04  Jim Meyering  <meyering@lucent.com>
24540
24541         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24542         stmt, to get in sync with glibc.
24543
24544 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24545
24546         The following changes are from gettext 0.10.39 as maintained by
24547         Bruno Haible.
24548
24549         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24550         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24551         with inverted sense.  All uses changed.
24552
24553         * lib/mbswidth.c: Don't include <limits.h>.
24554         Include <stdlib.h> and <string.h> unconditionally.
24555         (iswcntrl, mbsinit, ISCNTRL): New macros.
24556         (mbsnwidth): Use K&R style function declarations.
24557         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24558         can optimize it when MB_CUR_MAX == 1.
24559         The width of control characters is zero, not 1.
24560
24561 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24562
24563         The following changes are from gettext 0.10.39 as maintained by
24564         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24565
24566         * m4/codeset.m4: Upgrade to serial AM1.
24567         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24568         all uses changed.  Quote first arg of AC_DEFUN.
24569         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24570
24571         * m4/iconv.m4: Upgrade to serial AM2.
24572         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24573         Add --with-libconv-prefix.
24574         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24575         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24576         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24577         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24578         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24579
24580         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24581         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24582         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24583         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24584         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24585         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24586         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24587         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24588         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24589
24590         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24591         string.h any more.
24592
24593         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24594         not the default value.
24595
24596         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24597         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24598         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24599         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24600         Also check for iswcntrl, used for wcwidth fallback.
24601         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24602         to Autoconf 2.13.
24603
24604 2001-08-03  Jim Meyering  <meyering@lucent.com>
24605
24606         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24607         as it was in the original.  Reported by Paul Eggert.
24608
24609 2001-07-16  Jim Meyering  <meyering@lucent.com>
24610
24611         * m4/gettimeofday.m4: New file.
24612         Prompted by a report from Bernhard Baehr.
24613
24614 2001-07-15  Jim Meyering  <meyering@lucent.com>
24615
24616         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24617         stuff. Now it's in ../Makefile.cfg.
24618
24619 2001-07-15  Jim Meyering  <meyering@lucent.com>
24620
24621         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24622         (BUILT_SOURCES): Add unlocked-io.h.
24623         (io_functions): Define.
24624         (unlocked-io.h): New rule.
24625         (DISTCLEANFILES): Add unlocked-io.h.
24626         (all-local): Depend on unlocked-io.h, to ensure it is created.
24627
24628         * lib/unlocked-io.hin: New file
24629
24630         * lib/regex.c: Update from glibc.
24631
24632 2001-07-05  Jim Meyering  <meyering@lucent.com>
24633
24634         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24635         recommendation.
24636         (libfetish_a_SOURCES): Put all .h files here instead.
24637         Remove a thus-exposed (better checks in automake) duplicate and
24638         two unnecessary .h files.
24639
24640 2001-07-04  Jim Meyering  <meyering@lucent.com>
24641
24642         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24643         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24644         distcheck failure.
24645
24646 2001-07-02  Jim Meyering  <meyering@lucent.com>
24647
24648         The following changes were prompted by suggestions from Bruno Haible.
24649
24650         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24651         is now generated.
24652         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24653         definition of EXTRA_DIST.
24654         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24655         ensure that the generated file is created/updated whenever the list
24656         of $(unlocked_functions) is changed.
24657         (jm-glibc-io.m4): New rule.
24658         (unlocked-io.h): New rule -- currently unused.
24659
24660 2001-06-24  Jim Meyering  <meyering@lucent.com>
24661
24662         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24663         unmatched right bracket, rather than kludging it with an extra,
24664         falsely-matching quote in a comment.  Patch by Akim Demaille.
24665
24666 2001-06-11  Jim Meyering  <meyering@lucent.com>
24667
24668         * lib/regex.c: Update from GNU libc.
24669
24670 2001-05-27  Jim Meyering  <meyering@lucent.com>
24671
24672         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24673         Check for ut_type in struct utmp.
24674
24675 2001-05-27  Jim Meyering  <meyering@lucent.com>
24676
24677         * lib/readutmp.h (UT_TYPE): Define.
24678
24679 2001-05-24  Jim Meyering  <meyering@lucent.com>
24680
24681         * lib/argmatch.c: Include "quote.h".
24682         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24683         quote function.  Reported by Göran Uddeborg.
24684
24685 2001-05-22  Jim Meyering  <meyering@lucent.com>
24686
24687         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24688         now that we use the package-supplied version unconditionally.
24689         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24690
24691 2001-05-21  Jim Meyering  <meyering@lucent.com>
24692
24693         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24694         shell syntax errors.
24695
24696 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24697
24698         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24699
24700 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24701
24702         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24703         Don't bother to check library strftime, since
24704         we'll be using our own my_strftime function anyway.
24705         Define my_strftime instead of strftime.
24706
24707 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24708
24709         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24710         which is not yet declared.
24711
24712 2001-05-15  Jim Meyering  <meyering@lucent.com>
24713
24714         * m4/regex.m4: Use proper quoting so brackets appear in the test
24715         program.
24716         Reported by, and with help from, Bruno Haible.
24717
24718 2001-05-13  Jim Meyering  <meyering@lucent.com>
24719
24720         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24721         undefined.
24722
24723 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24724
24725         dirname code cleanup.  base_name now behaves more compatibly
24726         with POSIX basename when given file names that have trailing
24727         slashes, and similarly for dir_name.  Add new primitives
24728         base_len and dir_len.  Put the directory-name-related decls
24729         into dirname.h.
24730
24731         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24732         * lib/backupfile.c (base_name): Likewise.
24733         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24734         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24735         * lib/makepath.c (strip_trailing_slashes): Likewise.
24736         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24737         ISSLASH): Likewise.
24738         * lib/rename.c (strip_trailing_slashes): Likewise.
24739         * lib/same.c (base_name): Likewise.
24740         * lib/stripslash.c (ISSLASH): Likewise.
24741
24742         * lib/addext.c: Include <dirname.h> after size_t is defined.
24743         * lib/backupfile.c: Likewise.
24744
24745         * lib/addext.c (addext): Use base_len to trim redundant
24746         trailing slashes instead of doing it ourselves.
24747         But do not trim the last slash if it is not redundant.
24748
24749         * lib/backupfile.c (find_backup_file_name,
24750         max_backup_version): Use base_len instead of rolling it ourselves.
24751         Handle the case of "" and (on DOS) "C:" correctly.
24752
24753         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24754         needed. Include <string.h>, <dirname.h>.
24755         (base_name): Allow file names ending in slashes, other than names
24756         that are all slashes.  In this case, return the basename followed
24757         by the slashes.  This is more general, and can be used in places
24758         where the original base_name purposely had an assertion failure.
24759         (base_len): New function.
24760
24761         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24762         Do not include <assert.h>; no longer needed.
24763         Include xalloc.h.
24764         (memrchr): Remove decl.
24765         (dir_name_r): Remove.
24766         (dir_len): Renamed from dirlen.  All callers changed.
24767         Rewrite in terms of base_name, for simplicity and consistency.
24768         (dir_name): Never return NULL.  All callers changed.
24769         Do not include <stdlib.h> in test program; no longer needed.
24770         return 0; is fine for test program.
24771
24772         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24773         New macros.
24774         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24775
24776         * lib/path-concat.c (path_concat): Use base_len to compute
24777         base length, not strlen; this means we cannot rely on memcpy
24778         to null-terminate.
24779
24780         * lib/same.c (STREQ): Remove.
24781         (same_name): Handle the case where the basename ends in trailing '/'.
24782
24783         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24784         a slash was stripped.  Do not strip the last slash after a
24785         file system prefix.
24786
24787 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24788
24789         * lib/Makefile.am (libfetish_a_SOURCES):
24790         Add strftime.c, since we now compile it on all hosts.
24791
24792         * lib/strftime.c (my_strftime):
24793         Define to nstrftime if emacs, but only if my_strftime is not defined.
24794         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24795         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24796         Add one more extra argument: a nanoseconds value.
24797         All uses changed.
24798         (ns): New macro.
24799         (my_strftime function): Add %N format.
24800         (emacs_strftimeu): Renamed from emacs_strftime,
24801         with extra ut argument.
24802
24803 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24804
24805         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24806
24807 2001-04-21  Jim Meyering  <meyering@lucent.com>
24808
24809         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24810         doesn't interfere.
24811
24812 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24813
24814         * m4/ftruncate.m4: Check for chsize.
24815         Link with ftruncate.o unconditionally if ftruncate is missing.
24816         This was required when cross-compiling to i586-mingw32msvc.
24817
24818 2001-04-08  Jim Meyering  <meyering@lucent.com>
24819
24820         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24821         recomputed; that's necessary when the offset spans a DST transition.
24822         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24823
24824 2001-04-02  Jim Meyering  <meyering@lucent.com>
24825
24826         * lib/regex.h, regex.c: Update from GNU libc.
24827
24828 2001-03-24  Jim Meyering  <meyering@lucent.com>
24829
24830         * m4/jm-macros.m4: Require autoconf-2.49d.
24831
24832 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24833
24834         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24835
24836 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24837
24838         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24839
24840 2001-03-17  Jim Meyering  <meyering@lucent.com>
24841
24842         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24843         now that the version in autoconf is equivalent.
24844         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24845
24846         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24847         Suggestion from Akim Demaille.
24848
24849         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24850         (jm_PREREQ_TEMPNAME): New function.
24851
24852 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24853
24854         * lib/tempname.c (uint64_t): Define to uintmax_t if
24855         not defined, and if UINT64_MAX is not defined.
24856         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24857         Reported by John David Anglin.
24858
24859 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24860
24861         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24862         resolve alias if codeset is empty.
24863         * lib/config.charset (BeOS): Use wildcard syntax.
24864
24865 2001-03-13  Jim Meyering  <meyering@lucent.com>
24866
24867         * lib/path-concat.c (path_concat)
24868         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24869         concatenating e.g., `C:' and `foo'.
24870         From Bruno Haible.
24871
24872 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24873
24874         * lib/localcharset.c (locale_charset): Don't use
24875         setlocale(LC_CTYPE,NULL). Don't return NULL.
24876         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24877
24878 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24879
24880         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24881         support for DOS/DJGPP.
24882
24883 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24884
24885         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24886         lacks mkstemp.  Compile our own tempname.c if we compile our own
24887         mkstemp.c, as mkstemp relies on tempname.
24888
24889 2001-03-01  Jim Meyering  <meyering@lucent.com>
24890
24891         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24892         AH_VERBATIM really does output its argument verbatim.
24893
24894 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24895
24896         * lib/Makefile.am (libfetish_a_SOURCES):
24897         Add dup-safer.c, fopen-safer.c.
24898         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24899
24900         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24901         * lib/unistd-safer.h: New files.
24902
24903 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24904
24905         The mkstemp replacement is taken from glibc 2.2.2, with some
24906         portability fixes for use outside glibc, as follows:
24907
24908         * lib/tempname.c (struct_stat64): New macro.
24909         (direxists, __gen_tempname): Use it.
24910         This avoids a portability problem with Solaris 8.
24911
24912         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24913         (<stddef.h>, <stdint.h>, <string.h>):
24914         Include only if STDC_HEADERS || _LIBC.
24915         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24916         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24917         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24918         (__set_errno): Define this macro if <errno.h> doesn't.
24919         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24920         Define these macros if <stdio.h> doesn't.
24921         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24922         Define these macros if <sys/stat.h>
24923         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24924         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24925         __xstat64): Define if not _LIBC.
24926         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24927         (__gen_tempname): Invoke gettimeofday only if
24928         HAVE_GETTIMEOFDAY || _LIBC;
24929         otherwise, fall back on plain "time".
24930         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24931
24932         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24933
24934         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24935
24936 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24937
24938         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24939
24940 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24941
24942         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24943         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24944         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24945         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24946
24947 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24948
24949         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24950         Remove workaround macros for hosts that have mbrtowc but not
24951         mbstate_t, as we now insist on proper declarations for both
24952         before using mbrtowc.
24953
24954 2001-02-17  Jim Meyering  <meyering@lucent.com>
24955
24956         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24957         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24958         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24959         UnixWare 7.1.1.
24960
24961         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24962         rather than AC_CACHE_VAL.
24963
24964 2001-02-17  Jim Meyering  <meyering@lucent.com>
24965
24966         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24967         around included file name.
24968
24969         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24970
24971         * lib/strftime.c: Update from GNU libc (the only changes were to
24972         comments).
24973
24974 2001-02-17  Jim Meyering  <meyering@lucent.com>
24975
24976         * lib/regex.c: Update from libc.
24977
24978 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24979
24980         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24981         clash.
24982
24983 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24984
24985         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24986         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24987         Reported by Mark Hounschell via Paul Eggert.
24988
24989 2001-02-07  Jim Meyering  <meyering@lucent.com>
24990
24991         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24992
24993 2001-02-05  Jim Meyering  <meyering@lucent.com>
24994
24995         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24996         it includes the patch required for `large file' support with at least
24997         HP-UX's 10.20 /bin/cc.
24998
24999 2001-02-03  Jim Meyering  <meyering@lucent.com>
25000
25001         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25002         AS_IF, now that it works once again (mysteriously).
25003         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25004
25005 2001-01-30  Jim Meyering  <meyering@lucent.com>
25006
25007         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25008         * m4/chown.m4: Rename conftestchown to conftest.chown.
25009         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25010         s/conftestdir2/conftest.d2/.
25011         * m4/utimes.m4: s/conftestdata/conftest.data/
25012         Inspired by Pavel Roskin's change in autoconf.
25013
25014 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25015
25016         * lib/config.charset: Update for FreeBSD 4.2.
25017
25018 2001-01-27  Jim Meyering  <meyering@lucent.com>
25019
25020         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25021         a use of AS_IF.
25022         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25023
25024 2001-01-26  Jim Meyering  <meyering@lucent.com>
25025
25026         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25027         quotearg.c includes it.
25028
25029 2001-01-26  Jim Meyering  <meyering@lucent.com>
25030
25031         * lib/quotearg.c: Include stddef.h.
25032         * lib/quote.c: Include stddef.h.
25033         Reported by Axel Kittenberger.
25034
25035         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25036         line in double quotes so that it evokes a better diagnostic.
25037         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25038         Reported by Axel Kittenberger.
25039
25040 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25041
25042         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25043         as if it was a `charset'.
25044
25045 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25046
25047         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25048         has const.
25049
25050 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25051
25052         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25053         to avoid a warning.  Add back 'const' to inptr.
25054
25055 2001-01-20  Jim Meyering  <meyering@lucent.com>
25056
25057         Be sure that headers are checked before used in code compiled
25058         for the type checks.
25059         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25060         In place of that, invoke jm_CHECK_ALL_TYPES.
25061         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25062         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25063         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25064         The check for ssize_t was mistakenly run before the test for unistd.h.
25065
25066         The configure-time check for stdbool.h was missing.
25067         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25068         (jm_PREREQ_HASH): New function.
25069
25070 2001-01-17  Jim Meyering  <meyering@lucent.com>
25071
25072         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25073         for autoconf-2.49c.
25074         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25075
25076 2001-01-16  Jim Meyering  <meyering@lucent.com>
25077
25078         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25079         From Bruno Haible.
25080
25081 2001-01-14  Jim Meyering  <meyering@lucent.com>
25082
25083         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25084         foo and bar.  Create conftestdir/ in the script, not in the C code.
25085         Remove directories in the script, not in the C code.
25086         Remove conftestdir{,2} before trying to create the directory.
25087         Make the entire configure script fail if the mkdir fails.
25088
25089 2001-01-14  Jim Meyering  <meyering@lucent.com>
25090
25091         * lib/rename.c: New file.  From Volker Borchert.
25092         Include stdlib.h, string.h or strings.h, and xalloc.h.
25093         Use strip_trailing_slashes rather than open-coding it.
25094
25095 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25096
25097         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25098
25099 2001-01-03  Jim Meyering  <meyering@lucent.com>
25100
25101         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25102         of local `inptr' to avoid warning with some system declarations of
25103         iconv.
25104
25105 2001-01-02  Volker Borchert  <bt@teknon.de>
25106
25107         * m4/rename.m4: New file.
25108         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25109
25110 2001-01-01  Jim Meyering  <meyering@lucent.com>
25111
25112         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25113         even on systems with utmpx.h.  It's necessary for the declaration of
25114         utmp's ut_user member.  Reported by Andreas Jaeger.
25115
25116         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25117         available. They are required for the declarations of getgrgid and
25118         getpwuid resp.
25119         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25120         Reported by Andreas Jaeger.
25121
25122 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25123
25124         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25125         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25126         so `make install' also works in VPATH builds.
25127
25128 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25129
25130         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25131         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25132         can be used in subdirectories.
25133
25134 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25135
25136         * lib/modechange.c: Do not assume that mode_t uses the
25137         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25138         the other-execute bit of FOO even if S_IXOTH != 1.
25139
25140         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25141         WOTH, XOTH, ALLM): New macros.
25142         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25143          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25144         Use them.
25145         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25146         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25147         (mode_compile):
25148         No need to use uintmax_t; unsigned long is long enough.
25149         Don't bother to get suffix since we don't use it.
25150
25151 2000-12-26  Jim Meyering  <meyering@lucent.com>
25152
25153         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25154         better with autoheader.
25155
25156 2000-12-24  Jim Meyering  <meyering@lucent.com>
25157
25158         * lib/hash.c (is_prime): Return explicit boolean values.
25159         (hash_get_first): Return NULL to appease Irix5.6's 89.
25160         Reported by Nelson Beebe.
25161
25162 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25163
25164         * lib/localcharset.c (locale_charset): Add support for Win32.
25165
25166 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25167
25168         * lib/physmem.h, lib/physmem.c: New files.
25169
25170         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25171         (noinst_HEADERS): Add physmem.h.
25172
25173         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25174         't' for compatibility with Solaris 8 sort.
25175
25176 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25177
25178         * lib/config.charset: Add support for BeOS.
25179
25180 2000-12-17  Jim Meyering  <meyering@lucent.com>
25181
25182         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25183         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25184
25185 2000-12-16  Jim Meyering  <meyering@lucent.com>
25186
25187         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25188         N and M) would have treated it like `chown N:N FILE'.
25189
25190         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25191
25192 2000-12-16  Jim Meyering  <meyering@lucent.com>
25193
25194         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25195         SHELLS_FILE to a file name that's useful on djgpp systems.
25196         Include stdlib.h.
25197         (ADDITIONAL_DEFAULT_SHELLS): Define.
25198         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25199         Based mostly on a patch from Prashant TR.
25200
25201 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25202
25203         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25204         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25205         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25206
25207 2000-12-08  Andreas Schwab  <schwab@suse.de>
25208
25209         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25210         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25211
25212 2000-12-07  Jim Meyering  <meyering@lucent.com>
25213
25214         * lib/stripslash.c (ISSLASH): Define.
25215         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25216         `/'.
25217         From Prashant TR.
25218
25219         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25220         (dir_name_r): Declare this function as static.
25221         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25222         manifest itself on a name containing a mix of slashes and
25223         backslashes.
25224         Make this function work with names starting with a DOS-style
25225         drive letter and colon prefix.
25226         (dir_name): Append `.' if necessary.
25227         Based mostly on patches from Prashant TR and Eli Zaretskii.
25228
25229         * lib/dirname.h (dir_name_r): Remove prototype.
25230
25231 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25232
25233         * m4/off_t-format.m4: Remove this file.
25234         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25235
25236 2000-12-06  Jim Meyering  <meyering@lucent.com>
25237
25238         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25239         replacement strtoull, we may well need the replacement strtoul, too.
25240         Check for declarations of strtoul and strtoull.
25241         Check for strtol.  Mainly as a cue to cause automake to include
25242         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25243         Check for limits.h -- strtol.c needs it.
25244
25245 2000-12-05  Jim Meyering  <meyering@lucent.com>
25246
25247         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25248
25249 2000-12-04  Jim Meyering  <meyering@lucent.com>
25250
25251         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25252         Also include memory.h, stdlib.h, unistd.h if appropriate.
25253         Reported by Andreas Jaeger (conflicting declaration of malloc).
25254
25255 2000-12-02  Jim Meyering  <meyering@lucent.com>
25256
25257         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25258         * m4/jm-macros.m4 (jm_MACROS): require it.
25259
25260 2000-12-02  Jim Meyering  <meyering@lucent.com>
25261
25262         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25263
25264 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25265
25266         * lib/memrchr.c: Include <config.h> before any system include file.
25267
25268 2000-11-30  Jim Meyering  <meyering@lucent.com>
25269
25270         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25271
25272 2000-11-30  Jim Meyering  <meyering@lucent.com>
25273
25274         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25275
25276 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25277
25278         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25279
25280 2000-11-26  Jim Meyering  <meyering@lucent.com>
25281
25282         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25283
25284 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25285
25286         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25287         size of (size_t) -1; it's not portable.
25288
25289 2000-11-17  Jim Meyering  <meyering@lucent.com>
25290
25291         * lib/strstr.c: Update from GNU libc.
25292
25293 2000-11-17  Akim Demaille  <akim@epita.fr>
25294
25295         * lib/obstack.h: Formatting changes.
25296         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25297         prevent type checking.
25298         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25299         cast the value to (void *): assigning a `foo *' to a `void *'
25300         variable is valid.
25301         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25302
25303 2000-11-16  Jim Meyering  <meyering@lucent.com>
25304
25305         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25306
25307 2000-11-11  Jim Meyering  <meyering@lucent.com>
25308
25309         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25310
25311 2000-11-10  Jim Meyering  <meyering@lucent.com>
25312
25313         * lib/obstack.h: Update from GNU libc.
25314         * lib/obstack.c: Likewise.
25315
25316 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25317
25318         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25319
25320 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25321
25322         * lib/getusershell.c (setusershell): Use rewind rather than
25323         fseek/fseeko, to avoid configuration hassles with fseeko.
25324         Don't bother opening SHELLS_FILE if shellstream is NULL;
25325         it's not necessary.
25326
25327 2000-11-05  Jim Meyering  <meyering@lucent.com>
25328
25329         * lib/makepath.h (make_dir): Declare.
25330         * lib/makepath.c (make_dir): Remove `static' attribute.
25331         Tweak a comment.
25332
25333 2000-11-04  Jim Meyering  <meyering@lucent.com>
25334
25335         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25336
25337 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25338
25339         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25340         last one in a bucket, advance to the next bucket.
25341
25342 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25343
25344         * lib/fnmatch.c: Do not comment out all the code if we are using
25345         the GNU C library, because in some cases we are replacing buggy
25346         code in the GNU C library itself.
25347
25348 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25349
25350         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25351         (regex_compile): Catch bogus \(\1\).
25352
25353 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25354
25355         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25356         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25357         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25358
25359 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25360
25361         * lib/error.h, getline.h, modechange.h:
25362         Remove "2000" from Copyright line, as the file hasn't been
25363         changed this year other than in the copyright notice.
25364
25365         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25366         was changed this year.
25367
25368 2000-10-29  Jim Meyering  <meyering@lucent.com>
25369
25370         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25371         renaming.
25372         * m4/ls-mntd-fs.m4: Likewise
25373
25374 2000-10-29  Jim Meyering  <meyering@lucent.com>
25375
25376         * lib/xstat.in: Fix grammar in comment.
25377
25378 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25379
25380         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25381         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25382         doesn't define __restrict_arr.
25383
25384 2000-10-28  Jim Meyering  <meyering@lucent.com>
25385
25386         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25387         (jm_PREREQ_MEMCHR): New function.
25388
25389 2000-10-28  Jim Meyering  <meyering@lucent.com>
25390
25391         * lib/memchr.c: Update from libc.
25392         Adjust for portability:
25393         [HAVE_STDLIB_H]: Include stdlib.h.
25394         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25395         Undef __memchr, too.
25396         [!weak_alias]: Define __memchr to memchr.
25397
25398         * lib/regex.c: Update from libc.
25399         * lib/regex.h: Likewise.
25400         * lib/getopt1.c: Likewise.
25401         * lib/memcmp.c: Likewise.
25402
25403         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25404         Avoid using fseek, when possible -- it's broken by design.
25405         Patch by Ulrich Drepper.
25406
25407 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25408
25409         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25410         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25411         Giving in to popular pressure to shut up the compiler with casts.
25412
25413 2000-10-26  Jim Meyering  <meyering@lucent.com>
25414
25415         * lib/strftime.c: Update from libc.
25416
25417 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25418
25419         * regex.c: More `unsigned char' -> `re_char' changes.
25420         Also change several `int' into `re_wchar_t'.
25421         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25422         (PUSH_FAILURE_POINTER): Don't cast any more.
25423         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25424         We want GCC to complain, since this piece of code makes
25425         re_match non-reentrant, which *should* be fixed.
25426         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25427         (EXTEND_BUFFER): Use RETALLOC.
25428         (SET_LIST_BIT): Don't cast.
25429         (re_wchar_t): New type.
25430         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25431         that those two functions will always properly return.
25432         (IMMEDIATE_QUIT_CHECK): Cast to void.
25433         (analyse_first): Use recursion rather than an explicit stack.
25434         (re_compile_fastmap): Can't fail anymore.
25435         (re_search_2): Don't check re_compile_fastmap for failure.
25436         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25437         Now also sets the new value (passed in a new argument).
25438         (re_match_2_internal): Use it.
25439         Also, use a new var `reg' of type size_t when looping through regs
25440         rather than reuse the inappropriate `mcnt'.
25441
25442 2000-10-25  Jim Meyering  <meyering@lucent.com>
25443
25444         * lib/obstack.c: Update from libc.
25445
25446 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25447
25448         * regex.c (regex_compile): Change the way of handling a range from
25449         a char less than 256 to a char not less than 256.
25450
25451 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25452
25453         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25454         NT-Emacs only.
25455         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25456         so that re_search functions only quit when callers expect them to.
25457
25458 2000-10-23  Jim Meyering  <meyering@lucent.com>
25459
25460         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25461         wrong.  That set_locale call must not have any side effects.
25462         From Paul Eggert.
25463
25464 2000-10-22  Jim Meyering  <meyering@lucent.com>
25465
25466         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25467         [CYCLIC]: Remove now-unused definition.
25468
25469         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25470         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25471         Suggestion from Ulrich Drepper.
25472
25473 2000-10-21  Jim Meyering  <meyering@lucent.com>
25474
25475         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25476         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25477         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25478
25479 2000-10-21  Jim Meyering  <meyering@lucent.com>
25480
25481         * lib/dirname.c (memrchr): Declare if necessary.
25482         (dir_name): Remove the restriction that there be no
25483         trailing slashes.  Now, this code skips past them, effectively
25484         ignoring them.
25485         [TEST_DIRNAME] (main): New unit tests.
25486
25487         * lib/memrchr.c: New file from GNU libc.
25488         Undef __memrchr, too.
25489         [!weak_alias]: Define __memrchr to memrchr.
25490         Guard weak_alias use with `#ifdef weak_alias'.
25491
25492 2000-10-21  Jim Meyering  <meyering@lucent.com>
25493
25494         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25495         (dir_name): Use dir_name_r.
25496         * lib/dirname.h (dir_name_r): Declare it.
25497
25498 2000-10-17  Jim Meyering  <meyering@lucent.com>
25499
25500         * lib/quote.h (PARAMS): Define and use.
25501         Reported by Akim Demaille.
25502
25503         * lib/getopt.c: Update from libc.
25504
25505 2000-10-16  Jim Meyering  <meyering@lucent.com>
25506
25507         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25508         setlocale.
25509         From Jan Fedak.
25510
25511 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25512
25513         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25514
25515 2000-09-25  Jim Meyering  <meyering@lucent.com>
25516
25517         * lib/md5.h (rol): Define (from GnuPG).
25518
25519         * lib/sha.c: Give credit (GnuPG) where due.
25520         (M): Use rol rather than open-coding it.
25521         Add a FIXME comment.
25522
25523 2000-09-21  Jim Meyering  <meyering@lucent.com>
25524
25525         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25526         Reported by Michael Stone.
25527
25528 2000-09-20  Jim Meyering  <meyering@lucent.com>
25529
25530         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25531         (noinst_HEADERS): Add sha.h.
25532         Based on code from Scott G. Miller and from GnuPG.
25533
25534 2000-09-18  Jim Meyering  <meyering@lucent.com>
25535
25536         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25537         LIBS. Otherwise, everyone ends up linking with -lelf for some
25538         configurations.
25539         Reported by Mike Stone.
25540
25541 2000-09-15  Jim Meyering  <meyering@lucent.com>
25542
25543         * lib/regex.c: Update from libc.
25544
25545 2000-09-10  Jim Meyering  <meyering@lucent.com>
25546
25547         * lib/getopt.c (_getopt_internal): Update from glibc.
25548
25549 2000-09-09  Jim Meyering  <meyering@lucent.com>
25550
25551         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25552         think it should be used as a general replacement for isascii.
25553         * lib/fnmatch.c: Likewise.
25554         * lib/mbswidth.c: Likewise
25555         * lib/regex.c: Likewise.
25556
25557         Don't use atoi.
25558         * lib/userspec.c: Include sys/param.h and limits.h.
25559         Include xstrtol.h.
25560         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25561         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25562         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25563         UID, GID.  Check range.
25564
25565 2000-09-06  Jim Meyering  <meyering@lucent.com>
25566
25567         * lib/getopt.c (_getopt_internal): Update from glibc.
25568
25569 2000-08-30  Jim Meyering  <meyering@lucent.com>
25570
25571         * lib/strftime.c: Merge in changes from GNU libc.
25572
25573 2000-08-26  Jim Meyering  <meyering@lucent.com>
25574
25575         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25576         * m4/fpending.m4: New file.
25577
25578 2000-08-26  Jim Meyering  <meyering@lucent.com>
25579
25580         * lib/closeout.c: Include "__fpending.h".
25581         (close_stdout_status): Return right away if there's nothing to flush.
25582
25583         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25584         * lib/__fpending.c: New file.
25585         * lib/__fpending.h: New file.
25586
25587 2000-08-20  Jim Meyering  <meyering@lucent.com>
25588
25589         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25590         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25591         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25592
25593 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25594
25595         Improve fileutils installation on systems where running
25596         programs (like install) can't be unlinked.
25597         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25598         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25599
25600 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25601
25602         Standardize on "memory exhausted" instead of "Memory exhausted"
25603         or "virtual memory exhausted".
25604         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25605         "virtual memory exhausted".
25606         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25607         our own message.
25608         * lib/userspec.c (parse_user_spec): Likewise.
25609         * lib/bumpalloc.h: comment fix
25610         * lib/same.c, userspec.c: Include xalloc.h.
25611
25612         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25613         not char *const and pointing to a constant array.
25614         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25615         (xrealloc): Comment fix.
25616
25617         * lib/userspec.c (parse_user_spec):
25618         Don't translate a message until just before returning,
25619         to avoid unnecessary translation.
25620
25621 2000-08-07  Jim Meyering  <meyering@lucent.com>
25622
25623         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25624         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25625         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25626         getgroups.c, gethostname.c, getopt.h, group-member.c,
25627         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25628         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25629         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25630         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25631         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25632         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25633         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25634         yesno.c: Back out Copyright date changes for each file with no change
25635         this year.  This eases coordination with other programs using the same
25636         source code modules.  From Paul Eggert.
25637
25638 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25639
25640         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25641         not char, for compatibility with glibc 2.1.3 strftime.c.
25642
25643 2000-08-03  Greg McGary  <greg@mcgary.org>
25644
25645         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25646         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25647         (EXTEND_BUFFER): Use them.
25648
25649 2000-08-01  Jim Meyering  <meyering@lucent.com>
25650
25651         * lib/dirname.c (ISSLASH): Define.
25652         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25653         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25654         both `\' and `/' may be use as path separators.
25655         Based on a patch from Prashant TR.
25656
25657 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25658
25659         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25660         slot vector a constant, since it might get modified.
25661
25662 2000-07-31  Jim Meyering  <meyering@lucent.com>
25663
25664         * lib/xmalloc.c: Use `virtual memory exhausted', not
25665         `Memory exhausted'.
25666         * lib/obstack.c (print_and_abort): Likewise.
25667
25668 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25669
25670         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25671         buffer, so that the caller can always quote one small
25672         component of a "memory exhausted" message in slot 0.
25673         From a suggestion by Jim Meyering.
25674
25675 2000-07-30  Jim Meyering  <meyering@lucent.com>
25676
25677         * lib/makepath.c (make_path): Quote the other instance, too.
25678
25679         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25680         (STATIC_BUF_SIZE): Define.
25681         (quotearg_n_options): Use only statically allocated storage when
25682         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25683         than STATIC_BUF_SIZE.
25684
25685 2000-07-29  Jim Meyering  <meyering@lucent.com>
25686
25687         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25688         * lib/dirname.c (dir_name): Likewise.
25689
25690         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25691         `/'.
25692
25693         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25694         (dir_name): Assert that there are no trailing slashes.
25695
25696 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25697
25698         * lib/mbswidth.h (mbswidth): Add a flags argument.
25699         (mbswidth): New declaration.
25700         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25701         * lib/mbswidth.c (mbswidth): Add a flags argument.
25702         (mbsnwidth): New function.
25703
25704 2000-07-24  Jim Meyering  <meyering@lucent.com>
25705
25706         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25707
25708 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25709
25710         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25711
25712 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25713
25714         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25715         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25716         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25717         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25718         invoke multibyte primitives.
25719
25720 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25721
25722         * lib/quotearg.c:
25723         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25724         so that mbstate_t is always defined.
25725
25726         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25727         be 1 in at least one GCC installation, and this configuration
25728         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25729         performance on hosts that have mbrtowc but have only unibyte
25730         locales, but I assume these hosts are rare.
25731
25732 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25733
25734         * lib/mbswidth.c (_XOPEN_SOURCE):
25735         Don't define; this causes problems on Solaris 7.
25736         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25737
25738 2000-07-23  Jim Meyering  <meyering@lucent.com>
25739
25740         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25741         too: getgrgid, getpwuid, getuid.
25742
25743 2000-07-23  Jim Meyering  <meyering@lucent.com>
25744
25745         * lib/basename.c (base_name): Add an assertion.
25746
25747 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25748
25749         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25750         shadow its mbsinit function.
25751
25752 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25753
25754         * lib/mbswidth.h: New file.
25755         * lib/mbswidth.c: New file.
25756         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25757         (noinst_HEADERS): Add mbswidth.h.
25758
25759 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25760
25761         * lib/config.charset: Add support for FreeBSD. Improve support for
25762         HP-UX and IRIX 6.
25763
25764 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25765
25766         * m4/mbswidth.m4: New file.
25767         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25768
25769 2000-07-15  Jim Meyering  <meyering@lucent.com>
25770
25771         * lib/makepath.c: Include quote.h.
25772         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25773         corresponding argument in a `quote (...)' call.
25774         Give better diagnostics.
25775
25776         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25777         (noinst_HEADERS): Add quote.h.
25778
25779         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25780         from tar's src/misc.c.
25781         * lib/quote.h: New file.  Prototypes for same.
25782
25783 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25784
25785         From a suggestion by Bruno Haible.
25786         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25787         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25788         to decide whether to define the BeOS workaround macro;
25789         this adjusts to the change to AC_MBSTATE_T.
25790
25791 2000-07-14  Jim Meyering  <meyering@lucent.com>
25792
25793         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25794         jm_AC_TYPE_UINTMAX_T.
25795
25796 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25797
25798         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25799
25800         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25801         quotearg_buffer_restyled): Add support for
25802         clocale_quoting_style.  Undo previous change to
25803         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25804         and "{RIGHT QUOTATION MARK}" msgids.
25805
25806 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25807
25808         From a suggestion by Bruno Haible.
25809         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25810         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25811         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25812         and mbstate_t, to a single-part test that simply defines mbstate_t.
25813         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25814         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25815
25816 2000-07-10  Jim Meyering  <meyering@lucent.com>
25817
25818         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25819
25820         * m4/gnu-source.m4: Output to confdefs.h directly.
25821         Suggestion from Akim Demaille.
25822
25823 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25824
25825         The old behavior of quoting `like this' doesn't look good with
25826         newer, ISO-style fonts.  See:
25827         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25828
25829         Instead, quote "like this" by default.  Let the translator
25830         tailor the locale-specific quoting behavior by providing
25831         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25832
25833         * lib/quotearg.c (N_): New macro.
25834         (gettext_default): New function.
25835         (quotearg_buffer_restyled): Use
25836         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25837         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25838
25839 2000-07-09  Jim Meyering  <meyering@lucent.com>
25840
25841         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25842         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25843
25844         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25845         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25846
25847 2000-07-09  Jim Meyering  <meyering@lucent.com>
25848
25849         * lib/Most files: Update copyright dates to include 2000.
25850
25851 2000-07-08  Jim Meyering  <meyering@lucent.com>
25852
25853         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25854         if not defined.
25855         (xgethostname): Remove now-unnecessary #ifdef.
25856         Move declaration of `err' into loop where it's used.
25857
25858 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25859         and Bruno Haible  <haible@clisp.cons.org>
25860
25861         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25862         only if the test for an object-type mbstate_t fails.  This
25863         prevents us from mistakenly reporting that mbstate_t is a
25864         system object type after we "#define mbstate_t int" to work
25865         around its lack.
25866
25867 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25868         and Bruno Haible  <haible@clisp.cons.org>
25869
25870         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25871
25872 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25873
25874         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25875         to strerror_r.
25876         Include <ctype.h> for use of isalpha.
25877
25878 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25879
25880         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25881         by allocating a larger buffer. Test the gethostname return value for
25882         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25883         returns an error and ENAMETOOLONG isn't defined.
25884
25885 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25886
25887         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25888         dimension.
25889
25890 2000-07-04  Jim Meyering  <meyering@lucent.com>
25891
25892         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25893         of the deprecated AC_CHECKING.
25894
25895 2000-07-04  Jim Meyering  <meyering@lucent.com>
25896
25897         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25898         Reported by Bruno Haible.
25899
25900 2000-07-04  Jim Meyering  <meyering@lucent.com>
25901
25902         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25903         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25904         lacks mbrtowc.
25905
25906 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25907
25908         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25909         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25910
25911 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25912         and Bruno Haible  <haible@clisp.cons.org>
25913
25914         * lib/quotearg.c (mbrtowc):
25915         Assign to *pwc, and return 1 only if result is nonzero.
25916         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25917
25918 2000-07-03  Jim Meyering  <meyering@lucent.com>
25919
25920         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25921
25922 2000-07-03  Jim Meyering  <meyering@lucent.com>
25923
25924         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25925         This is necessary to get a definition of e.g., UTMP_FILE on
25926         HP-UX 10.20.
25927         From Bob Proulx.
25928
25929 2000-07-02  Jim Meyering  <meyering@lucent.com>
25930
25931         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25932
25933         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25934         AC_LIBOBJ(function_name).
25935         * m4/chown.m4: Likewise.
25936         * m4/fnmatch.m4: Likewise.
25937         * m4/ftruncate.m4: Likewise.
25938         * m4/getgroups.m4: Likewise.
25939         * m4/getline.m4: Likewise.
25940         * m4/group-member.m4: Likewise.
25941         * m4/jm-macros.m4: Likewise.
25942         * m4/lstat.m4: Likewise.
25943         * m4/malloc.m4: Likewise.
25944         * m4/memcmp.m4: Likewise.
25945         * m4/nanosleep.m4: Likewise.
25946         * m4/putenv.m4: Likewise.
25947         * m4/realloc.m4: Likewise.
25948         * m4/regex.m4: Likewise.
25949         * m4/stat.m4: Likewise.
25950         * m4/strftime.m4: Likewise.
25951
25952 2000-07-02  Jim Meyering  <meyering@lucent.com>
25953
25954         * lib/quotearg.c (mbstate_t): Don't define here.
25955
25956 2000-07-02  Jim Meyering  <meyering@lucent.com>
25957
25958         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25959
25960 2000-07-01  Jim Meyering  <meyering@lucent.com>
25961
25962         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25963
25964 2000-07-01  Jim Meyering  <meyering@lucent.com>
25965
25966         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25967         problem.
25968
25969 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25970
25971         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25972         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25973
25974 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25975
25976         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25977         per change in ../m4/ls-mntd-fs.m4.
25978         (read_filesystem_list): Ignore symbolic links.
25979
25980 2000-06-29  Jim Meyering  <meyering@lucent.com>
25981
25982         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25983         for declaration of strcmp.
25984
25985         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25986
25987         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25988         Avoid warning by casting result to `char *' to remove `const'.
25989
25990 2000-06-28  Jim Meyering  <meyering@lucent.com>
25991
25992         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25993         included by quotearg.c, for which we perform this test.  From
25994         Bruno Haible.
25995
25996 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25997
25998         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25999         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26000         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26001
26002 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26003
26004         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26005
26006 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26007
26008         savedir now sets errno on failure and invokes xmalloc to get memory.
26009         Fix a couple of other minor bugs while we're at it.
26010
26011         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26012         (NAMLEN): Remove macro.
26013         (malloc, realloc): Remove decls.
26014         (stpcpy): Likewise.
26015         ("xalloc.h"): Include.
26016         (NAME_SIZE_DEFAULT): New macro.
26017         (savedir): Use xmalloc / xrealloc to allocate memory.
26018         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26019         Skip "" directory entries.
26020         Use strlen to calculate directory entry length, since the old method
26021         is rarely used these days and isn't worth supporting.
26022         Don't use a pointer after freeing it.
26023         Check for integer overflow when calculating allocation size.
26024         Use memcpy to copy entries, instead of stpcpy.
26025         Set errno properly when returning NULL.
26026         Check for readdir error.
26027
26028 2000-06-26  Jim Meyering  <meyering@lucent.com>
26029
26030         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26031
26032 2000-06-25  Jim Meyering  <meyering@lucent.com>
26033
26034         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26035         Linux header bug when _XOPEN_SOURCE is defined to 500.
26036
26037 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26038
26039         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26040         deficiency.
26041
26042 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26043
26044         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26045         Include xalloc.h.
26046         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26047
26048 2000-06-24  Jim Meyering  <meyering@lucent.com>
26049
26050         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26051         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26052         for which strerror does return char*, but which lacks a conveniently
26053         accessible declaration of the function.  If the compile-test says
26054         strerror_r doesn't work, then resort to a `run'-test that works on
26055         BeOS and segfaults on DEC Unix.
26056
26057 2000-06-24  Jim Meyering  <meyering@lucent.com>
26058
26059         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26060
26061 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26062
26063         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26064         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26065
26066 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26067
26068         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26069         (mbrtowc, mbstate_t): Define substitutes if
26070         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26071         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26072         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26073
26074 2000-06-23  Jim Meyering  <meyering@lucent.com>
26075
26076         * m4/afs.m4: Add missing AC_MSG_RESULT.
26077         Reported by Bruno Haible.
26078
26079         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26080         Suggestion from Bruno Haible.
26081
26082 2000-06-23  Jim Meyering  <meyering@lucent.com>
26083
26084         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26085
26086 2000-06-21  Jim Meyering  <meyering@lucent.com>
26087
26088         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26089
26090 2000-06-21  Jim Meyering  <meyering@lucent.com>
26091
26092         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26093         (noinst_HEADERS): Add getstr.h.
26094
26095         * lib/getline.c (getstr): Move into a separate file.
26096         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26097         the following changes: new parameter, delim2; both delim[12]
26098         parameters have type `int', not `char'.  The latter would lose
26099         with 8-bit delimiters.
26100         * lib/getstr.h: New file.
26101
26102 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26103
26104         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26105         than 1024, return a memory chunk of least possible size, instead
26106         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26107         Use free/xmalloc instead of xrealloc to avoid copying for very long
26108         paths.
26109
26110 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26111
26112         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26113         the empty string.
26114
26115 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26116
26117         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26118         address, not strdup.  Include <stdlib.h> and don't declare free().
26119
26120 2000-06-19  Jim Meyering  <meyering@lucent.com>
26121
26122         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26123
26124 2000-06-18  Jim Meyering  <meyering@lucent.com>
26125
26126         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26127
26128         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26129         `checking whether...' message to be consistent with that of the
26130         lstat test.
26131
26132 2000-06-18  Jim Meyering  <meyering@lucent.com>
26133
26134         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26135         Besides, these days every porting target provides a mkdir function.
26136
26137         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26138         needed. (this snippet comes from src/system.h).
26139
26140 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26141
26142         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26143
26144 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26145
26146         * lib/human.c (adjust_value): New function.
26147         (human_readable_inexact): Apply rounding style even when
26148         printing approximate values.
26149
26150 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26151
26152         * lib/human.c (human_readable_inexact): Allow an input block
26153         size that is not a multiple of the output block size, and vice versa.
26154         Reported by Piergiorgio Sartor.
26155
26156 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26157
26158         * lib/getdate.y (get_date): Apply relative times after time
26159         zone indicator, not before.  Reported by Todd A. Jacobs.
26160
26161 2000-06-13  Jim Meyering  <meyering@lucent.com>
26162
26163         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26164
26165         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26166
26167 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26168
26169         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26170
26171 2000-06-12  Jim Meyering  <meyering@lucent.com>
26172
26173         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26174         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26175         optional argument.
26176         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26177         the optional argument, `lib'.
26178
26179 2000-06-08  Jim Meyering  <meyering@lucent.com>
26180
26181         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26182
26183 2000-06-04  Paul Eggert  <eggert@twinsun.com>