2007-07-25 Jim Meyering <jim@meyering.net>
[gnulib.git] / ChangeLog
1 2007-07-25  Jim Meyering  <jim@meyering.net>
2             Bruno Haible  <bruno@clisp.org>
3
4         * lib/xstrtol.h (_STRTOL_ERROR): Change third argument from a
5         localized noun to an option name.
6         (STRTOL_FATAL_ERROR, STRTOL_FAIL_WARN): Likewise.
7         * lib/human.h (human_options): Insert a third argument.
8         * lib/human.h (human_options): Likewise. Pass it to STRTOL_FATAL_ERROR.
9
10 2007-07-25  Peter O'Gorman  <peter@pogma.com>
11             Bruno Haible  <bruno@clisp.org>
12
13         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
15         #include_next, gives a diagnostic about it, but reports no error in
16         the exit code.
17         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
18
19 2007-07-24  Ben Pfaff  <blp@gnu.org>
20
21         Improve name: "count-one-bits" is better than "popcount".
22         * MODULES.html.sh: Update name.
23         * lib/popcount.h: Renamed lib/count-one-bits.h.
24         (popcount): Renamed count_one_bits.
25         (popcountl): Renamed count_one_bits_l.
26         (popcountll): Renamed count_one_bits_ll.
27         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
28         * modules/popcount: Renamed module/count-one-bits.
29         * modules/popcount-tests: Renamed module/count-one-bits-tests.
30         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
31
32 2007-07-23  Ben Pfaff  <blp@gnu.org>
33
34         * lib/popcount.h (popcount32): Reduce size of constants, to allow
35         better code generation, and add U to large constants to avoid
36         warnings, in non-GCC case.
37         Suggested by Bruno Haible.
38
39 2007-07-23  Ben Pfaff  <blp@gnu.org>
40
41         * lib/popcount.h: Use verify_true instead of if...abort.
42         * modules/popcount: Depend on verify module.
43         Suggested by Jim Meyering.
44
45 2007-07-23  Bruno Haible  <bruno@clisp.org>
46
47         * gnulib-tool (func_import): Create a .cvsignore file also when the
48         directory is not yet in CVS but the toplevel directory is. When
49         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
50         Reported by Karl Berry.
51
52 2007-07-22  Ben Pfaff  <blp@gnu.org>
53
54         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
55         case.
56         Suggested by Eric Blake.
57
58 2007-07-22  Ben Pfaff  <blp@gnu.org>
59
60         New module: popcount.
61         * MODULES.html.sh: Add popcount.
62         * modules/popcount: New file.
63         * modules/popcount-tests: New file.
64         * tests/test-popcount.c: New file.
65         * lib/popcount.h: New file.
66         * m4/popcount.m4: New file.
67
68 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
69
70         * build-aux/announce-gen: Update to GPLv3.
71
72         * build-aux/config.guess: Update from config.
73
74 2007-07-21  Bruno Haible  <bruno@clisp.org>
75
76         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
77         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
78
79 2007-07-20  Jim Meyering  <jim@meyering.net>
80
81         * check-module: Diagnose a self-dependency.
82
83 2007-07-19  Bruno Haible  <bruno@clisp.org>
84
85         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
86         empty.
87         Reported by Eric Blake.
88
89 2007-07-18  Bruno Haible  <bruno@clisp.org>
90
91         * gnulib-tool: New options --po-base, --po-domain.
92         (func_usage): Document them.
93         (pobase, po_domain): New variables.
94         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
95         DEFAULT_TEXT_DOMAIN.
96         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
97         (func_import): Consider pobase and po_domain. Create a po/ directory.
98         (func_create_testdir): Set pobase and po_domain to empty.
99         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
100         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
101
102 2007-07-18  Bruno Haible  <bruno@clisp.org>
103
104         * gnulib-tool (func_get_automake_snippet): Synthesize also an
105         EXTRA_DIST augmentation for files in build-aux/.
106
107 2007-07-16  Bruno Haible  <bruno@clisp.org>
108
109         * modules/lseek (License): Use the synonymous term "LGPLv2+".
110         * modules/getdelim (License): Likewise.
111
112 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
113
114         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
115         * modules/d-type (License): Likewise.
116         * modules/extensions (License): Likewise.
117         * modules/fnmatch (License): Likewise.
118         * modules/fseeko (License): Likewise.
119         * modules/getaddrinfo (License): Likewise.
120         * modules/getline (License): Likewise.
121         * modules/getlogin_r (License): Likewise.
122         * modules/getpass (License): Likewise.
123         * modules/gettimeofday (License): Likewise.
124         * modules/glob (License): Likewise.
125         * modules/inet_ntop (License): Likewise.
126         * modules/malloc (License): Likewise.
127         * modules/malloca (License): Likewise.
128         * modules/memmem (License): Likewise.
129         * modules/mempcpy (License): Likewise.
130         * modules/memset (License): Likewise.
131         * modules/minmax (License): Likewise.
132         * modules/mktime (License): Likewise.
133         * modules/netinet_in (License): Likewise.
134         * modules/pathmax (License): Likewise.
135         * modules/poll (License): Likewise.
136         * modules/regex (License): Likewise.
137         * modules/snprintf (License): Likewise.
138         * modules/stdbool (License): Likewise.
139         * modules/stdint (License): Likewise.
140         * modules/stdio (License): Likewise.
141         * modules/strcase (License): Likewise.
142         * modules/strcasestr (License): Likewise.
143         * modules/strdup (License): Likewise.
144         * modules/string (License): Likewise.
145         * modules/strndup (License): Likewise.
146         * modules/strnlen (License): Likewise.
147         * modules/strpbrk (License): Likewise.
148         * modules/strptime (License): Likewise.
149         * modules/strsep (License): Likewise.
150         * modules/sys_select (License): Likewise.
151         * modules/sys_socket (License): Likewise.
152         * modules/sys_stat (License): Likewise.
153         * modules/sys_time (License): Likewise.
154         * modules/time (License): Likewise.
155         * modules/time_r (License): Likewise.
156         * modules/timegm (License): Likewise.
157         * modules/unistd (License): Likewise.
158         * modules/vsnprintf (License): Likewise.
159         * modules/wctype (License): Likewise.
160
161 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
162
163         * modules/argz (License): LGPLv2+.
164
165 2007-07-15  Karl Berry  <karl@gnu.org>
166
167         * doc/gnulib.texi: revise node structure per new fdl.texi.
168
169 2007-07-14  Bruno Haible  <bruno@clisp.org>
170
171         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
172         the output file.
173         * lib/uniname/uninames.h: Regenerated.
174
175 2007-07-14  Karl Berry  <karl@gnu.org>
176
177         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
178         omitting sectioning and index commands.
179
180 2007-07-13  Bruno Haible  <bruno@clisp.org>
181
182         New gnulib-tool option --more-symlinks.
183         * gnulib-tool (func_usage): Document --more-symlinks.
184         (do_copyrights): New variable.
185         Recognize option --more-symlinks.
186         (func_import): Don't add a copyright notice transform to
187         sed_transform_lib_file if do_copyrights is empty.
188
189 2007-07-13  Bruno Haible  <bruno@clisp.org>
190
191         * lib/vasnprintf.c (decimal_point_char): Define also if
192         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
193         && !NEED_PRINTF_DIRECTIVE_A.
194         Reported by Clemens Koller <clemens.koller@anagramm.de> via
195         Gary V. Vaughan <gary@gnu.org>.
196
197 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
198
199         * lib/inttypes_.h: Undo previous change, since it was fixed
200         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
201
202 2007-07-13  Bruno Haible  <bruno@clisp.org>
203
204         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
205         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
206
207 2007-07-13  Jim Meyering  <jim@meyering.net>
208
209         df: Don't fail for Tru64's "file-on-file mount".
210         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
211         so we fall through and use statfs instead.  Details here:
212         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
213         Reported by Albert Chin.
214
215 2007-07-13  Bruno Haible  <bruno@clisp.org>
216
217         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
218         * modules/configmake (License): Likewise.
219         * modules/gettext (License): Likewise.
220         * modules/gettext-h (License): Likewise.
221         * modules/include_next (License): Likewise.
222         * modules/link-warning (License): Likewise.
223         * modules/localcharset (License): Likewise.
224         * modules/localename (License): Likewise.
225         * modules/lock (License): Likewise.
226         * modules/relocatable-lib-lgpl (License): Likewise.
227         * modules/size_max (License): Likewise.
228         * modules/vasnprintf (License): Likewise.
229         * modules/wchar (License): Likewise.
230         * modules/xsize (License): Likewise.
231
232 2007-07-13  Bruno Haible  <bruno@clisp.org>
233
234         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
235         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
236
237 2007-07-12  Bruno Haible  <bruno@clisp.org>
238
239         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
240         in the modules files.
241
242 2007-07-11  Karl Berry  <karl@gnu.org>
243
244         * MODULES.html.sh (func_module): use
245          sed -e '\|^'"${includefile}"'$|d'
246          instead of /.../d, to avoid errors on $includefile's containing /.
247
248 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
249
250         * gnulib-tool (func_import): Avoid duplication of --avoid
251         statements
252         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
253         names to `_' in variable names.
254
255 2007-07-10  Eric Blake  <ebb9@byu.net>
256
257         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
258         * NEWS: Document this change.
259
260 2007-07-08  Bruno Haible  <bruno@clisp.org>
261
262         Update to Unicode 5.0.
263         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
264         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
265         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
266         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
267         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
268         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
269         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
270         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
271         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
272         U+10A3F, U+1D242..U+1D244.
273         (nonspacing_table_ind): Update.
274         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
275         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
276
277 2007-07-08  Bruno Haible  <bruno@clisp.org>
278
279         Update to Unicode 5.0.
280         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
281         code transform. Extend the name index field of unicode_name_to_code and
282         unicode_code_to_name from 16 to 24 bits.
283         * lib/uniname/uniname.c (unicode_character_name,
284         unicode_name_character): Add the range 0x12xxx to the code transform.
285         * lib/uniname/uninames.h: Regenerated.
286         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
287
288 2007-07-07  Bruno Haible  <bruno@clisp.org>
289
290         * modules/wcwidth-tests: New file.
291         * tests/test-wcwidth.c: New file.
292
293         Work around MacOS X wcwidth() bug.
294         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
295         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
296         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
297         original wcwidth in non-UTF-8 locales.
298         * modules/wcwidth (Depends-on): Add localcharset, streq,
299         uniwidth/width.
300         * doc/functions/wcwidth.texi: Update.
301
302 2007-07-07  Bruno Haible  <bruno@clisp.org>
303
304         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
305         (wcwidth): New declaration.
306         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
307         macros.
308         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
309         here. Prepare for creating <wchar.h> unconditionally.
310         * modules/wchar (Depends-on): Add link-warning.
311         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
312         REPLACE_WCWIDTH, and GL_LINK_WARNING.
313         * lib/wcwidth.h: Remove file.
314         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
315         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
316         * modules/wcwidth (Files): Remove lib/wcwidth.h.
317         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
318         (Include): Replace wcwidth.h with <wchar.h>.
319         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
320         * lib/mbchar.h: Don't include wcwidth.h.
321         * lib/mbswidth.c: Likewise.
322         * NEWS: Mention the change.
323
324 2007-07-07  Bruno Haible  <bruno@clisp.org>
325
326         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
327         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
328         definition with an external declaration.
329         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
330         defined as a function. Remove AC_C_INLINE requirement.
331         * modules/wcwidth (Files): Add lib/wcwidth.c.
332         (Makefile.am): Remove redundant statement.
333
334 2007-07-07  Bruno Haible  <bruno@clisp.org>
335
336         * MODULES.html.sh (Unicode string functions): Add the new modules.
337
338         * tests/uniwidth/test-u32-strwidth.c: New file.
339         * modules/uniwidth/u32-strwidth-tests: New file.
340
341         * lib/uniwidth/u32-strwidth.c: New file.
342         * modules/uniwidth/u32-strwidth: New file.
343
344         * tests/uniwidth/test-u16-strwidth.c: New file.
345         * modules/uniwidth/u16-strwidth-tests: New file.
346
347         * lib/uniwidth/u16-strwidth.c: New file.
348         * modules/uniwidth/u16-strwidth: New file.
349
350         * tests/uniwidth/test-u8-strwidth.c: New file.
351         * modules/uniwidth/u8-strwidth-tests: New file.
352
353         * lib/uniwidth/u8-strwidth.c: New file.
354         * modules/uniwidth/u8-strwidth: New file.
355
356         * tests/uniwidth/test-u32-width.c: New file.
357         * modules/uniwidth/u32-width-tests: New file.
358
359         * lib/uniwidth/u32-width.c: New file.
360         * modules/uniwidth/u32-width: New file.
361
362         * tests/uniwidth/test-u16-width.c: New file.
363         * modules/uniwidth/u16-width-tests: New file.
364
365         * lib/uniwidth/u16-width.c: New file.
366         * modules/uniwidth/u16-width: New file.
367
368         * tests/uniwidth/test-u8-width.c: New file.
369         * modules/uniwidth/u8-width-tests: New file.
370
371         * lib/uniwidth/u8-width.c: New file.
372         * modules/uniwidth/u8-width: New file.
373
374         * tests/uniwidth/test-uc_width.c: New file.
375         * modules/uniwidth/width-tests: New file.
376
377         * lib/uniwidth/width.c: New file, from GNU libiconv.
378         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
379         * modules/uniwidth/width: New file.
380
381         * lib/uniwidth.h: New file, from GNU libiconv.
382         * modules/uniwidth/base: New file.
383
384 2007-07-07  Bruno Haible  <bruno@clisp.org>
385
386         * lib/uniname.h: New file, from GNU gettext.
387         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
388         * lib/uniname/uninames.h: New file, from GNU gettext.
389         * lib/uniname/uniname.c: New file, from GNU gettext.
390         * tests/uniname/test-uninames.sh: New file.
391         * tests/uniname/test-uninames.c: New file, from GNU gettext.
392         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
393         * modules/uniname/base: New file.
394         * modules/uniname/uniname: New file.
395         * modules/uniname/uniname-tests: New file.
396         * MODULES.html.sh (Unicode string functions): Add the new modules.
397
398 2007-07-06  Bruno Haible  <bruno@clisp.org>
399
400         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
401
402 2007-07-06  Bruno Haible  <bruno@clisp.org>
403
404         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
405         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
406         includes <cygwin/sys_time.h> which includes <sys/select.h> which
407         include <sys/time.h>.
408         Reported by Eric Blake.
409
410 2007-07-06  Eric Blake  <ebb9@byu.net>
411
412         Fix testing canonicalize on cygwin.
413         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
414         Revert patch from 2007-06-19.
415         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
416         canonicalize module is also in use.
417         * tests/test-canonicalize.c: New file.
418         * tests/test-canonicalize.sh: Likewise.
419         * modules/canonicalize-tests: Likewise.
420
421 2007-07-06  Jim Meyering  <jim@meyering.net>
422
423         * lib/getugroups.c (getugroups): Detect getgrent failure.
424         Adjust comment to reflect reality: this function may return -1.
425
426 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
427
428         * build-aux/bootstrap (TP_URL,get_translations): Update to use
429         the new TP address.
430         (usage): Fix typo
431         (gnulib_mk): New variable.
432
433 2007-07-05  Jim Meyering  <jim@meyering.net>
434
435         Don't let endgrent clobber errno, no matter how improbable.
436         * lib/getugroups.c (getugroups): Save and restore errno around
437         endgrent call.
438
439         Close the group DB even when failing with 2^31 or more members.
440         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
441
442 2007-07-04  Jim Meyering  <jim@meyering.net>
443
444         * lib/getugroups.h: New file.
445         * lib/getugroups.c: Include "getugroups.h".
446         Remove uses of "register" keyword.
447         Move local variable, "cp", down into scope where used.
448         Give "username" parameter the "const" attribute.
449         * modules/getugroups (Files): Add lib/getugroups.h
450
451 2007-07-04  Karl Berry  <karl@gnu.org>
452
453         * MODULES.html.sh (func_all_modules): Complete rename of
454         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
455
456 2007-07-02  Bruno Haible  <bruno@clisp.org>
457
458         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
459         mode, when inttypes.h comes from gnulib.
460         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
461
462 2007-07-02  Simon Josefsson  <simon@josefsson.org>
463
464         * NEWS: Mention lgpl module name change.
465
466         * modules/lgpl-2.1: Renamed from lgpl.
467
468         * NEWS: Mention gpl module name change.
469
470         * modules/gpl-3.0: New file, based on gpl-2.0.
471
472         * modules/gpl-2.0: Renamed from gpl.
473
474         * modules/gpl: Fix filename, doc/gpl.texi is now found at
475         doc/gpl-2.0.texi.
476
477 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
478
479         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
480         #define __STDC_LIMIT_MACROS temporarily while including
481         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
482         Problem reported by Joel E. Denny in
483         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
484
485 2007-07-01  Bruno Haible  <bruno@clisp.org>
486
487         * lib/unistdio.h: New file.
488         * lib/unistdio/u-asnprintf.h: New file.
489         * lib/unistdio/u-asprintf.h: New file.
490         * lib/unistdio/u-printf-args.c: New file.
491         * lib/unistdio/u-printf-args.h: New file.
492         * lib/unistdio/u-printf-parse.h: New file.
493         * lib/unistdio/u-snprintf.h: New file.
494         * lib/unistdio/u-sprintf.h: New file.
495         * lib/unistdio/u-vasprintf.h: New file.
496         * lib/unistdio/u-vsnprintf.h: New file.
497         * lib/unistdio/u-vsprintf.h: New file.
498         * lib/unistdio/ulc-asnprintf.c: New file.
499         * lib/unistdio/ulc-asprintf.c: New file.
500         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
501         * lib/unistdio/ulc-printf-parse.c: New file.
502         * lib/unistdio/ulc-snprintf.c: New file.
503         * lib/unistdio/ulc-sprintf.c: New file.
504         * lib/unistdio/ulc-vasnprintf.c: New file.
505         * lib/unistdio/ulc-vasprintf.c: New file.
506         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
507         * lib/unistdio/ulc-vsnprintf.c: New file.
508         * lib/unistdio/ulc-vsprintf.c: New file.
509         * lib/unistdio/u8-asnprintf.c: New file.
510         * lib/unistdio/u8-asprintf.c: New file.
511         * lib/unistdio/u8-printf-parse.c: New file.
512         * lib/unistdio/u8-snprintf.c: New file.
513         * lib/unistdio/u8-sprintf.c: New file.
514         * lib/unistdio/u8-vasnprintf.c: New file.
515         * lib/unistdio/u8-vasprintf.c: New file.
516         * lib/unistdio/u8-vsnprintf.c: New file.
517         * lib/unistdio/u8-vsprintf.c: New file.
518         * lib/unistdio/u8-u8-asnprintf.c: New file.
519         * lib/unistdio/u8-u8-asprintf.c: New file.
520         * lib/unistdio/u8-u8-snprintf.c: New file.
521         * lib/unistdio/u8-u8-sprintf.c: New file.
522         * lib/unistdio/u8-u8-vasnprintf.c: New file.
523         * lib/unistdio/u8-u8-vasprintf.c: New file.
524         * lib/unistdio/u8-u8-vsnprintf.c: New file.
525         * lib/unistdio/u8-u8-vsprintf.c: New file.
526         * lib/unistdio/u16-asnprintf.c: New file.
527         * lib/unistdio/u16-asprintf.c: New file.
528         * lib/unistdio/u16-printf-parse.c: New file.
529         * lib/unistdio/u16-snprintf.c: New file.
530         * lib/unistdio/u16-sprintf.c: New file.
531         * lib/unistdio/u16-vasnprintf.c: New file.
532         * lib/unistdio/u16-vasprintf.c: New file.
533         * lib/unistdio/u16-vsnprintf.c: New file.
534         * lib/unistdio/u16-vsprintf.c: New file.
535         * lib/unistdio/u16-u16-asnprintf.c: New file.
536         * lib/unistdio/u16-u16-asprintf.c: New file.
537         * lib/unistdio/u16-u16-snprintf.c: New file.
538         * lib/unistdio/u16-u16-sprintf.c: New file.
539         * lib/unistdio/u16-u16-vasnprintf.c: New file.
540         * lib/unistdio/u16-u16-vasprintf.c: New file.
541         * lib/unistdio/u16-u16-vsnprintf.c: New file.
542         * lib/unistdio/u16-u16-vsprintf.c: New file.
543         * lib/unistdio/u32-asnprintf.c: New file.
544         * lib/unistdio/u32-asprintf.c: New file.
545         * lib/unistdio/u32-printf-parse.c: New file.
546         * lib/unistdio/u32-snprintf.c: New file.
547         * lib/unistdio/u32-sprintf.c: New file.
548         * lib/unistdio/u32-vasnprintf.c: New file.
549         * lib/unistdio/u32-vasprintf.c: New file.
550         * lib/unistdio/u32-vsnprintf.c: New file.
551         * lib/unistdio/u32-vsprintf.c: New file.
552         * lib/unistdio/u32-u32-asnprintf.c: New file.
553         * lib/unistdio/u32-u32-asprintf.c: New file.
554         * lib/unistdio/u32-u32-snprintf.c: New file.
555         * lib/unistdio/u32-u32-sprintf.c: New file.
556         * lib/unistdio/u32-u32-vasnprintf.c: New file.
557         * lib/unistdio/u32-u32-vasprintf.c: New file.
558         * lib/unistdio/u32-u32-vsnprintf.c: New file.
559         * lib/unistdio/u32-u32-vsprintf.c: New file.
560         * tests/unistdio/test-ulc-asnprintf1.c: New file.
561         * tests/unistdio/test-ulc-asnprintf1.h: New file.
562         * tests/unistdio/test-ulc-printf1.h: New file.
563         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
564         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
565         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
566         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
567         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
568         * tests/unistdio/test-ulc-vasprintf1.c: New file.
569         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
570         * tests/unistdio/test-ulc-vsprintf1.c: New file.
571         * tests/unistdio/test-u8-asnprintf1.c: New file.
572         * tests/unistdio/test-u8-asnprintf1.h: New file.
573         * tests/unistdio/test-u8-printf1.h: New file.
574         * tests/unistdio/test-u8-vasnprintf1.c: New file.
575         * tests/unistdio/test-u8-vasnprintf2.c: New file.
576         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
577         * tests/unistdio/test-u8-vasnprintf3.c: New file.
578         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
579         * tests/unistdio/test-u8-vasprintf1.c: New file.
580         * tests/unistdio/test-u8-vsnprintf1.c: New file.
581         * tests/unistdio/test-u8-vsprintf1.c: New file.
582         * tests/unistdio/test-u16-asnprintf1.c: New file.
583         * tests/unistdio/test-u16-asnprintf1.h: New file.
584         * tests/unistdio/test-u16-printf1.h: New file.
585         * tests/unistdio/test-u16-vasnprintf1.c: New file.
586         * tests/unistdio/test-u16-vasnprintf2.c: New file.
587         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
588         * tests/unistdio/test-u16-vasnprintf3.c: New file.
589         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
590         * tests/unistdio/test-u16-vasprintf1.c: New file.
591         * tests/unistdio/test-u16-vsnprintf1.c: New file.
592         * tests/unistdio/test-u16-vsprintf1.c: New file.
593         * tests/unistdio/test-u32-asnprintf1.c: New file.
594         * tests/unistdio/test-u32-asnprintf1.h: New file.
595         * tests/unistdio/test-u32-printf1.h: New file.
596         * tests/unistdio/test-u32-vasnprintf1.c: New file.
597         * tests/unistdio/test-u32-vasnprintf2.c: New file.
598         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
599         * tests/unistdio/test-u32-vasnprintf3.c: New file.
600         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
601         * tests/unistdio/test-u32-vasprintf1.c: New file.
602         * tests/unistdio/test-u32-vsnprintf1.c: New file.
603         * tests/unistdio/test-u32-vsprintf1.c: New file.
604         * modules/unistdio/base: New file.
605         * modules/unistdio/u-printf-args: New file.
606         * modules/unistdio/ulc-asnprintf: New file.
607         * modules/unistdio/ulc-asprintf: New file.
608         * modules/unistdio/ulc-fprintf: New file.
609         * modules/unistdio/ulc-printf-parse: New file.
610         * modules/unistdio/ulc-snprintf: New file.
611         * modules/unistdio/ulc-sprintf: New file.
612         * modules/unistdio/ulc-vasnprintf: New file.
613         * modules/unistdio/ulc-vasprintf: New file.
614         * modules/unistdio/ulc-vfprintf: New file.
615         * modules/unistdio/ulc-vsnprintf: New file.
616         * modules/unistdio/ulc-vsprintf: New file.
617         * modules/unistdio/u8-asnprintf: New file.
618         * modules/unistdio/u8-asprintf: New file.
619         * modules/unistdio/u8-printf-parse: New file.
620         * modules/unistdio/u8-snprintf: New file.
621         * modules/unistdio/u8-sprintf: New file.
622         * modules/unistdio/u8-vasnprintf: New file.
623         * modules/unistdio/u8-vasprintf: New file.
624         * modules/unistdio/u8-vsnprintf: New file.
625         * modules/unistdio/u8-vsprintf: New file.
626         * modules/unistdio/u8-u8-asnprintf: New file.
627         * modules/unistdio/u8-u8-asprintf: New file.
628         * modules/unistdio/u8-u8-snprintf: New file.
629         * modules/unistdio/u8-u8-sprintf: New file.
630         * modules/unistdio/u8-u8-vasnprintf: New file.
631         * modules/unistdio/u8-u8-vasprintf: New file.
632         * modules/unistdio/u8-u8-vsnprintf: New file.
633         * modules/unistdio/u8-u8-vsprintf: New file.
634         * modules/unistdio/u16-asnprintf: New file.
635         * modules/unistdio/u16-asprintf: New file.
636         * modules/unistdio/u16-printf-parse: New file.
637         * modules/unistdio/u16-snprintf: New file.
638         * modules/unistdio/u16-sprintf: New file.
639         * modules/unistdio/u16-vasnprintf: New file.
640         * modules/unistdio/u16-vasprintf: New file.
641         * modules/unistdio/u16-vsnprintf: New file.
642         * modules/unistdio/u16-vsprintf: New file.
643         * modules/unistdio/u16-u16-asnprintf: New file.
644         * modules/unistdio/u16-u16-asprintf: New file.
645         * modules/unistdio/u16-u16-snprintf: New file.
646         * modules/unistdio/u16-u16-sprintf: New file.
647         * modules/unistdio/u16-u16-vasnprintf: New file.
648         * modules/unistdio/u16-u16-vasprintf: New file.
649         * modules/unistdio/u16-u16-vsnprintf: New file.
650         * modules/unistdio/u16-u16-vsprintf: New file.
651         * modules/unistdio/u32-asnprintf: New file.
652         * modules/unistdio/u32-asprintf: New file.
653         * modules/unistdio/u32-printf-parse: New file.
654         * modules/unistdio/u32-snprintf: New file.
655         * modules/unistdio/u32-sprintf: New file.
656         * modules/unistdio/u32-vasnprintf: New file.
657         * modules/unistdio/u32-vasprintf: New file.
658         * modules/unistdio/u32-vsnprintf: New file.
659         * modules/unistdio/u32-vsprintf: New file.
660         * modules/unistdio/u32-u32-asnprintf: New file.
661         * modules/unistdio/u32-u32-asprintf: New file.
662         * modules/unistdio/u32-u32-snprintf: New file.
663         * modules/unistdio/u32-u32-sprintf: New file.
664         * modules/unistdio/u32-u32-vasnprintf: New file.
665         * modules/unistdio/u32-u32-vasprintf: New file.
666         * modules/unistdio/u32-u32-vsnprintf: New file.
667         * modules/unistdio/u32-u32-vsprintf: New file.
668         * modules/unistdio/ulc-asnprintf-tests: New file.
669         * modules/unistdio/ulc-vasnprintf-tests: New file.
670         * modules/unistdio/ulc-vasprintf-tests: New file.
671         * modules/unistdio/ulc-vsnprintf-tests: New file.
672         * modules/unistdio/ulc-vsprintf-tests: New file.
673         * modules/unistdio/u8-asnprintf-tests: New file.
674         * modules/unistdio/u8-vasnprintf-tests: New file.
675         * modules/unistdio/u8-vasprintf-tests: New file.
676         * modules/unistdio/u8-vsnprintf-tests: New file.
677         * modules/unistdio/u8-vsprintf-tests: New file.
678         * modules/unistdio/u16-asnprintf-tests: New file.
679         * modules/unistdio/u16-vasnprintf-tests: New file.
680         * modules/unistdio/u16-vasprintf-tests: New file.
681         * modules/unistdio/u16-vsnprintf-tests: New file.
682         * modules/unistdio/u16-vsprintf-tests: New file.
683         * modules/unistdio/u32-asnprintf-tests: New file.
684         * modules/unistdio/u32-vasnprintf-tests: New file.
685         * modules/unistdio/u32-vasprintf-tests: New file.
686         * modules/unistdio/u32-vsnprintf-tests: New file.
687         * modules/unistdio/u32-vsprintf-tests: New file.
688         * MODULES.html.sh (Unicode string functions): Add the new modules.
689
690 2007-07-01  Bruno Haible  <bruno@clisp.org>
691
692         * lib/sprintf.c (sprintf): Limit the available length estimation,
693         to avoid address wraparound.
694         * lib/vsprintf.c (vsprintf): Likewise.
695         * modules/sprintf-posix (Dependencies): Add stdint.
696         * modules/vsprintf-posix (Dependencies): Likewise.
697
698 2007-07-01  Bruno Haible  <bruno@clisp.org>
699
700         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
701         Windows PATH as well. Conservative double-quoting. Comments.
702
703 2007-07-01  Bruno Haible  <bruno@clisp.org>
704             Eric Blake  <ebb9@byu.net>
705             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
706
707         * gnulib-tool (self_abspathname): Fix algorithm to cope with
708         empty components in $PATH, denoting '.'.
709
710 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
711
712         * gnulib-tool: Fix indentation.
713         (func_create_megatestdir): Likewise.
714         Report by Bruno Haible.
715
716 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
717
718         Sync from Automake.
719         * build-aux/gnupload: Fix shell portability issues with for loops.
720         Report by Karl Berry.
721
722 2007-06-29  Simon Josefsson  <simon@josefsson.org>
723
724         * build-aux/maint.mk (POURL): Use translationproject.org.
725
726 2007-06-27  Simon Josefsson  <simon@josefsson.org>
727             Bruno Haible  <bruno@clisp.org>
728
729         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
730         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
731         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
732         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
733         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
734
735 2007-06-27  Bruno Haible  <bruno@clisp.org>
736
737         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
738         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
739
740 2007-06-26  Karl Berry  <karl@gnu.org>
741
742         * MODULES.html.sh: remove xreadlink-with-size.
743
744 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
745
746         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
747         method that I hope also handles the double-include problem noted
748         by Bruno Haible in
749         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
750
751 2007-06-23  Bruno Haible  <bruno@clisp.org>
752
753         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
754         Don't let the 'mostlyclean' target fail if the last subdirectory could
755         not be removed.
756         Reported by Karl Berry.
757
758 2007-06-23  Bruno Haible  <bruno@clisp.org>
759
760         * gnulib-tool (echo): Add a speedier workaround for ksh.
761         * tests/test-echo.sh: Likewise.
762
763 2007-06-23  Bruno Haible  <bruno@clisp.org>
764
765         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
766         * tests/test-echo.sh: Likewise.
767
768 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
769
770         * gnulib-tool (IFS): Initialize early, so we don't set it to
771         empty later.
772         (self_abspathname): Rewrite algorithm to set it, reindent.
773         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
774         (func_create_megatestdir): Merge some sed scripts.
775
776 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
777
778         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
779         exposed by Sun Studio 11 cc on Solaris 8.
780
781 2007-06-22  Bruno Haible  <bruno@clisp.org>
782
783         * gnulib-tool (echo): Ensure the echo primitive does not interpret
784         backslashes.
785         * tests/test-echo.sh: New file.
786
787 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
788
789         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
790         simplify `sed_replace_build_aux' scripts, they are portable but
791         echoing them with `echo' is not.
792         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
793
794 2007-06-21  Karl Berry  <karl@gnu.org>
795
796         * config/srclist.txt: guess we can't handle the licenses via
797         srclist at the moment.
798
799 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
800
801         * MODULES.html.sh: Add include_next.
802         * modules/include_next: New file.
803
804 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
805
806         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
807         INCLUDE_NEXT.
808         (gl_CHECK_NEXT_HEADERS): New macro.
809         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
810         the obsolescent gl_ABSOLUTE_HEADER.
811         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
812         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
813         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
814         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
815         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
816         * m4/math_h.m4 (gl_MATH_H): Likewise.
817         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
818         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
819         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
820         * m4/stdint.m4 (gl_STDINT_H): Likewise.
821         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
822         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
823         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
824         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
825         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
826         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
827         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
828         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
829         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
830         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
831         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
832         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
833         * m4/inttypes.m4 (gl_INTTYPES_H): Define
834         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
835         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
836         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
837         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
838         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
839         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
840         * lib/float_.h: Likewise.
841         * lib/inttypes_.h: Likewise.
842         * lib/math_.h: Likewise.
843         * lib/search_.h: Likewise.
844         * lib/signal_.h: Likewise.
845         * lib/stdint_.h: Likewise.
846         * lib/stdio_.h: Likewise.
847         * lib/stdlib_.h: Likewise.
848         * lib/string_.h: Likewise.
849         * lib/sys_stat_.h: Likewise.
850         * lib/sys_time_.h: Likewise.
851         * lib/time_.h: Likewise.
852         * lib/unistd_.h: Likewise.
853         * lib/wchar_.h: Likewise.
854         * lib/wctype_.h: Likewise.
855         * lib/dirent_.h: Likewise.
856         * lib/iconv_.h: Likewise.
857         * lib/locale_.h: Likewise.
858         * lib/netinet_in_.h: Likewise.
859         * lib/sys_select_.h: Likewise.
860         * lib/sys_socket_.h: Likewise.
861         * lib/sysexits_.h: Likewise.
862         * modules/fcntl (Depends-on): Depend on include_next, not
863         absolute_header.
864         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
865         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
866         * modules/fchdir: Likewise.
867         * modules/float: Likewise.
868         * modules/iconv_open: Likewise.
869         * modules/inttypes: Likewise.
870         * modules/locale: Likewise.
871         * modules/math: Likewise.
872         * modules/netinet_in: Likewise.
873         * modules/search: Likewise.
874         * modules/signal: Likewise.
875         * modules/stdint: Likewise.
876         * modules/stdio: Likewise.
877         * modules/stdlib: Likewise.
878         * modules/string: Likewise.
879         * modules/sys_select: Likewise.
880         * modules/sys_socket: Likewise.
881         * modules/sys_stat: Likewise.
882         * modules/sys_time: Likewise.
883         * modules/sysexits: Likewise.
884         * modules/time: Likewise.
885         * modules/unistd: Likewise.
886         * modules/wchar: Likewise.
887         * modules/wctype: Likewise.
888         * modules/sys_stat: Change maintainer to "all".
889         * modules/unistd: Likewise.
890
891 2007-06-20  Karl Berry  <karl@gnu.org>
892
893         * config/srclist.txt: track www changes in license files.
894
895 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
896
897         * build-aux/bootstrap: Remove stray dot.
898         Make sure build_aux settings are honored when linking
899         gnulib_extra_files.
900
901 2007-06-19  Eric Blake  <ebb9@byu.net>
902
903         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
904         Allow compilation on cygwin.
905
906 2007-06-19  Jim Meyering  <jim@meyering.net>
907
908         xreadlink-with-size: Remove module.  No longer used.
909         Ex-callers now use xreadlink or mreadlink-with-size.
910         * modules/xreadlink-with-size: Remove module.
911         * lib/xreadlink-with-size.c: Remove file.
912         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
913         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
914         just before the function definition *is* accurate.
915
916         Eliminate one way canonicalize_filename_mode could exit.
917         * lib/canonicalize.c (canonicalize_filename_mode):
918         Use mreadlink_with_size, not xreadlink_with_size.
919
920 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
921
922         Detect porting problems to FreeBSD/arm, which has time_t wider than
923         long int.  Original problem reported for GNU diff by Xin Li in
924         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
925         * modules/getdate (Depends-on): Add intprops, verify.
926         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
927         is an integer type no wider than long int.
928
929 2007-06-18  Jim Meyering  <jim@meyering.net>
930
931         New module: mreadlink-with-size.
932         * MODULES.html.sh: Add mreadlink-with-size.
933         * modules/mreadlink-with-size: New module
934         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
935         not xreadlink-with-size.
936         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
937
938 2007-06-16  Bruno Haible  <bruno@clisp.org>
939
940         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
941         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
942         Reported by Gary V. Vaughan <gary@gnu.org>.
943
944 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
945
946         Revamp lchown so that it lives in unistd.h where it belongs.
947         * lib/lchown.h: Remove.
948         * lib/dirchownmod.c: Don't include lib/lchown.h.
949         * lib/fchownat.c: Likewise.
950         * lib/openat.c: Likewise.
951         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
952         does not follow symlinks.
953         (EOPNOTSUPP): Define if not defined.
954         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
955         is defined to 0.
956         (lchown): New decl.
957         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
958         Do not check for lchown decl.
959         Set REPLACE_LCHOWN.
960         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
961         REPLACE_LCHOWN.
962         * modules/chown: Make it clear it follows symlinks.
963         * modules/lchown: Make it clear it doesn't follow symlinks.
964         (Files): Remove lib/lchown.h
965         (Depends-on): Add unistd.
966         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
967         (Include): Include <unistd.h>, not "lchown.h".
968         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
969         REPLACE_LCHOWN.
970
971 2007-06-15  Jim Meyering  <jim@meyering.net>
972
973         Change license (GPL to LGPL) of fsusage and dependents.
974         * modules/fsusage (License): Change to LGPL.
975         * modules/full-read (License): Likewise.
976         * modules/full-write (License): Likewise.
977         * modules/safe-read (License): Likewise.
978         * modules/safe-write (License): Likewise.
979
980 2007-06-14  Ben Pfaff  <blp@gnu.org>
981
982         Missing part of allocsa -> malloca transition.
983         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
984         gl_MALLOCA.
985
986 2007-06-12  Bruno Haible  <bruno@clisp.org>
987
988         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
989         to ia64, x86_64, i386.
990         Reported by Eric Blake.
991
992 2007-06-12  Bruno Haible  <bruno@clisp.org>
993
994         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
995         cross-compiling to x86_64.
996
997 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
998
999         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1000         glitch reported by Ralf Wildenhues in
1001         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1002
1003         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1004         Vin Shelton.
1005
1006 2007-06-11  Bruno Haible  <bruno@clisp.org>
1007
1008         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1009         replacement string.
1010         Reported by Eric Blake.
1011
1012 2007-06-10  Bruno Haible  <bruno@clisp.org>
1013
1014         Prepare vasnprintf code for use with Unicode strings.
1015         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1016         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1017         TYPE_U32_STRING.
1018         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1019         a_u32_string variants.
1020         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1021         * lib/printf-args.c: Don't include config.h and the specification
1022         header if PRINTF_FETCHARGS is already defined.
1023         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1024         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1025         TYPE_U16_STRING, TYPE_U32_STRING.
1026         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1027         u16_directive, u16_directives, u32_directive, u32_directives): New
1028         types.
1029         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1030         New declarations.
1031         * lib/printf-parse.c: Don't include config.h and the specification
1032         header if PRINTF_PARSE is already defined. Eliminate the set of
1033         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1034         them now. Include c-ctype.h.
1035         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1036         directive and CHAR_T_ONLY_ASCII.
1037         * lib/vasnprintf.c: Don't include config.h and the specification header
1038         if VASNPRINTF is already defined.
1039         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1040         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1041         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1042         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1043         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1044         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1045         code accordingly.
1046         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1047         pad_ourselves also in this case, with the 'c' and 's' directives, and
1048         with a different notion of "width".
1049         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1050
1051 2007-06-10  Bruno Haible  <bruno@clisp.org>
1052
1053         * modules/unistr/u32-mbsnlen: New file.
1054         * lib/unistr/u32-mbsnlen.c: New file.
1055
1056         * modules/unistr/u16-mbsnlen: New file.
1057         * lib/unistr/u16-mbsnlen.c: New file.
1058
1059         * modules/unistr/u8-mbsnlen: New file.
1060         * lib/unistr/u8-mbsnlen.c: New file.
1061
1062         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1063         declarations.
1064
1065 2007-06-10  Bruno Haible  <bruno@clisp.org>
1066
1067         * lib/string_.h (mbsnlen): New declaration.
1068         * lib/mbsnlen.c: New file.
1069         * m4/mbsnlen.m4: New file.
1070         * modules/mbsnlen: New file.
1071         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1072         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1073         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1074
1075 2007-06-10  Bruno Haible  <bruno@clisp.org>
1076
1077         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1078
1079 2007-06-10  Bruno Haible  <bruno@clisp.org>
1080
1081         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1082         * lib/mbuiter.h: Likewise.
1083
1084 2007-06-10  Bruno Haible  <bruno@clisp.org>
1085
1086         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1087         declaration.
1088
1089 2007-06-10  Karl Berry  <karl@gnu.org>
1090
1091         * config/srclist.txt: remove gettext entries, Bruno prefers
1092         to update individually.
1093
1094 2007-06-10  Bruno Haible  <bruno@clisp.org>
1095
1096         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1097         'maxlen'. Ensure only length + width bytes are allocated, not
1098         length + 1 + width.
1099
1100 2007-06-09  Bruno Haible  <bruno@clisp.org>
1101
1102         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1103         (CHAR_T): Remove macro.
1104         (VASNPRINTF): Update.
1105
1106 2007-06-09  Bruno Haible  <bruno@clisp.org>
1107
1108         * MODULES.html.sh (Unicode string functions): Add the new modules.
1109
1110         * modules/uniconv/u32-conv-to-enc: New file.
1111         * lib/uniconv/u32-conv-to-enc.c: New file.
1112         * modules/uniconv/u32-conv-to-enc-tests: New file.
1113         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1114
1115         * modules/uniconv/u16-conv-to-enc: New file.
1116         * lib/uniconv/u16-conv-to-enc.c: New file.
1117         * lib/uniconv/u-conv-to-enc.h: New file.
1118         * modules/uniconv/u16-conv-to-enc-tests: New file.
1119         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1120
1121         * modules/uniconv/u8-conv-to-enc: New file.
1122         * lib/uniconv/u8-conv-to-enc.c: New file.
1123         * modules/uniconv/u8-conv-to-enc-tests: New file.
1124         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1125
1126         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1127         u32_conv_to_encoding): New declarations.
1128
1129 2007-06-09  Bruno Haible  <bruno@clisp.org>
1130
1131         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1132
1133 2007-06-09  Bruno Haible  <bruno@clisp.org>
1134
1135         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1136         * modules/malloca: Renamed from modules/allocsa, updated.
1137         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1138         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1139         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1140         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1141         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1142         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1143         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1144         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1145         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1146         * modules/c-strcasestr (Depends-on): Update.
1147         * lib/c-strcasestr.c: Update.
1148         * modules/c-strstr (Depends-on): Update.
1149         * lib/c-strstr.c: Update.
1150         * modules/canonicalize-lgpl (Depends-on): Update.
1151         * lib/canonicalize-lgpl.c: Update.
1152         * modules/clean-temp (Depends-on): Update.
1153         * lib/clean-temp.c: Update.
1154         * modules/csharpcomp (Depends-on): Update.
1155         * lib/csharpcomp.c: Update.
1156         * modules/csharpexec (Depends-on): Update.
1157         * lib/csharpexec.c: Update.
1158         * modules/javacomp (Depends-on): Update.
1159         * lib/javacomp.c: Update.
1160         * modules/javaexec (Depends-on): Update.
1161         * lib/javaexec.c: Update.
1162         * modules/mbscasestr (Depends-on): Update.
1163         * lib/mbscasestr.c: Update.
1164         * modules/mbsstr (Depends-on): Update.
1165         * lib/mbsstr.c: Update.
1166         * modules/setenv (Depends-on): Update.
1167         * lib/setenv.c: Update.
1168         * modules/strcasestr (Depends-on): Update.
1169         * lib/strcasestr.c: Update.
1170         * modules/striconveha (Depends-on): Update.
1171         * lib/striconveha.c: Update.
1172         * modules/relocatable-prog-wrapper (Files): Update.
1173         * lib/relocwrapper.c: Update.
1174         * build-aux/install-reloc: Update.
1175         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1176
1177 2007-06-08  Bruno Haible  <bruno@clisp.org>
1178
1179         Port to uClibc.
1180         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1181         * lib/fpurge.c (fpurge): Likewise.
1182         * lib/freading.c (freading): Likewise.
1183         * lib/fseeko.c (rpl_fseeko): Likewise.
1184         * lib/fseterr.c (fseterr): Likewise.
1185         * lib/fwriting.c (fwriting): Likewise.
1186         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1187
1188 2007-06-08  Bruno Haible  <bruno@clisp.org>
1189
1190         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1191         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1192         * modules/gettext (Files): Add m4/intlmacosx.m4.
1193
1194 2007-06-07  Bruno Haible  <bruno@clisp.org>
1195
1196         * modules/localename-tests: New file.
1197         * tests/test-localename.c: New file.
1198
1199         New module 'localename'.
1200         * lib/localename.h: New file.
1201         * lib/localename.c: New file, from GNU gettext.
1202         * m4/localename.m4: New file.
1203         * modules/localename: New file.
1204
1205 2007-06-07  Bruno Haible  <bruno@clisp.org>
1206
1207         Work around the lack of <wchar.h> on some builds of uClibc.
1208         * doc/headers/wchar.texi: Update.
1209         * lib/wchar_.h: Include <wchar.h> only if it exists.
1210         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1211         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1212         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1213         doesn't exist.
1214         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1215         * modules/mbfile (Depends-on): Add wchar.
1216         * modules/mbiter (Depends-on): Likewise.
1217         * modules/mbuiter (Depends-on): Likewise.
1218         Reported by Simon Josefsson.
1219
1220 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1221
1222         Work around problem reported by Steven M. Schweda in
1223         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1224         Tru64 5.1B with the Compaq compiler environment installed declares
1225         an 'isblank' function but does not define it in the C library.
1226         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1227         * lib/regex_internal.h (isblank): Likewise.
1228         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1229         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1230
1231 2007-06-05  Bruno Haible  <bruno@clisp.org>
1232
1233         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1234         ia64.
1235         * modules/printf-safe: New file.
1236         * modules/fprintf-posix (Depends-on): Add printf-safe.
1237         * modules/printf-posix (Depends-on): Likewise.
1238         * modules/snprintf-posix (Depends-on): Likewise.
1239         * modules/sprintf-posix (Depends-on): Likewise.
1240         * modules/vasnprintf-posix (Depends-on): Likewise.
1241         * modules/vasprintf-posix (Depends-on): Likewise.
1242         * modules/vfprintf-posix (Depends-on): Likewise.
1243         * modules/vprintf-posix (Depends-on): Likewise.
1244         * modules/vsnprintf-posix (Depends-on): Likewise.
1245         * modules/vsprintf-posix (Depends-on): Likewise.
1246         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1247         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1248         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1249         "no" on i386, x86_64, ia64.
1250         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1251         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1252         on i386, x86_64, ia64.
1253         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1254         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1255         on i386, x86_64, ia64.
1256         * tests/test-vasnprintf-posix.c: Include float.h.
1257         (LDBL80_WORDS): New macro.
1258         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1259         on i386, x86_64, ia64.
1260         * tests/test-vasprintf-posix.c: Include float.h.
1261         (LDBL80_WORDS): New macro.
1262         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1263         on i386, x86_64, ia64.
1264         * tests/test-snprintf-posix.c: Include float.h.
1265         * tests/test-sprintf-posix.c: Likewise.
1266         * tests/test-vsnprintf-posix.c: Likewise.
1267         * tests/test-vsprintf-posix.c: Likewise.
1268
1269 2007-06-05  Bruno Haible  <bruno@clisp.org>
1270
1271         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1272         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1273         non-IEEE numbers on i386, x86_64, ia64.
1274         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1275         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1276         * tests/test-isnanl.h: Include float.h.
1277         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1278
1279 2007-06-05  Bruno Haible  <bruno@clisp.org>
1280
1281         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1282         also the %a / %A. Handle the %a / %A code before this extra handling.
1283
1284 2007-06-05  Bruno Haible  <bruno@clisp.org>
1285
1286         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1287         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1288
1289 2007-06-05  Bruno Haible  <bruno@clisp.org>
1290
1291         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1292         typo in variable name.
1293
1294 2007-06-05  Eric Blake  <ebb9@byu.net>
1295
1296         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1297         Reported by Simon Josefsson.
1298
1299 2007-06-04  Bruno Haible  <bruno@clisp.org>
1300
1301         Avoid test failures on some PowerPC platforms.
1302         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1303         Define differently for PowerPC.
1304         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1305         Reported by Gary V. Vaughan <gary@gnu.org>.
1306
1307 2007-06-02  Bruno Haible  <bruno@clisp.org>
1308
1309         Fix test-stdint failure on FreeBSD/ia64.
1310         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1311         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1312         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1313         * doc/headers/stdint.texi: Update.
1314
1315 2007-06-01  Bruno Haible  <bruno@clisp.org>
1316
1317         * tests/test-binary-io.c (main): Pass a third argument to open().
1318         Reported by Gary V. Vaughan <gary@gnu.org>.
1319
1320 2007-06-01  Bruno Haible  <bruno@clisp.org>
1321
1322         * doc/functions/frexpl.texi: Update for mingw.
1323
1324 2007-06-01  Bruno Haible  <bruno@clisp.org>
1325
1326         * tests/test-lseek.c (main): Disable test of errno for invalid third
1327         argument.
1328         * doc/functions/lseek.texi: Update.
1329         Reported by Gary V. Vaughan <gary@gnu.org>.
1330
1331 2007-05-28  Bruno Haible  <bruno@clisp.org>
1332
1333         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1334
1335 2007-05-31  Eric Blake  <ebb9@byu.net>
1336
1337         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1338         cross compiling.
1339
1340 2007-05-30  Eric Blake  <ebb9@byu.net>
1341         and Bruno Haible  <bruno@clisp.org>
1342
1343         Work around mingw test failures exposed by m4-1.4.9b.
1344         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1345         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1346         moment.
1347
1348 2007-05-30  Bruno Haible  <bruno@clisp.org>
1349
1350         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1351         assuming that they are closed. Needed on HP-UX 11.
1352
1353 2007-05-29  Bruno Haible  <bruno@clisp.org>
1354
1355         Fix a problem with #include_next.
1356         * lib/dirent_.h: Split the double-inclusion guard.
1357         * lib/fcntl_.h: Likewise.
1358         * lib/float_.h: Likewise.
1359         * lib/iconv_.h: Likewise.
1360         * lib/inttypes_.h: Likewise.
1361         * lib/locale_.h: Likewise.
1362         * lib/math_.h: Likewise.
1363         * lib/netinet_in_.h: Likewise.
1364         * lib/search_.h: Likewise.
1365         * lib/signal_.h: Likewise.
1366         * lib/stdint_.h: Likewise.
1367         * lib/stdio_.h: Likewise.
1368         * lib/stdlib_.h: Likewise.
1369         * lib/string_.h: Likewise.
1370         * lib/sys_select_.h: Likewise.
1371         * lib/sys_socket_.h: Likewise.
1372         * lib/sys_stat_.h: Likewise.
1373         * lib/sys_time_.h: Likewise.
1374         * lib/sysexits_.h: Likewise.
1375         * lib/time_.h: Likewise.
1376         * lib/unistd_.h: Likewise.
1377         * lib/wchar_.h: Likewise.
1378         * lib/wctype_.h: Likewise.
1379
1380 2007-05-29  Bruno Haible  <bruno@clisp.org>
1381
1382         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1383         for the moment.
1384
1385 2007-05-29  Bruno Haible  <bruno@clisp.org>
1386
1387         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1388         invocation.
1389         Reported by Eric Blake.
1390
1391 2007-05-29  Bruno Haible  <bruno@clisp.org>
1392
1393         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1394         compiling case.
1395
1396 2007-05-29  Eric Blake  <ebb9@byu.net>
1397             Bruno Haible  <bruno@clisp.org>
1398
1399         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1400         cross compiles.
1401
1402 2007-05-28  Eric Blake  <ebb9@byu.net>
1403
1404         * modules/closein-tests (test_closein_LDADD): Support test on
1405         cygwin with libtool.
1406
1407 2007-05-28  Bruno Haible  <bruno@clisp.org>
1408
1409         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1410         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1411         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1412         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1413         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1414         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1415         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1416         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1417         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1418
1419 2007-05-28  Eric Blake  <ebb9@byu.net>
1420
1421         Unconditionally include <config.h> in unit tests.
1422         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1423         * tests/test-allocsa.c, tests/test-arcfour.c,
1424         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1425         tests/test-array_list.c, tests/test-array_oset.c,
1426         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1427         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1428         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1429         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1430         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1431         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1432         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1433         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1434         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1435         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1436         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1437         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1438         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1439         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1440         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1441         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1442         test-md5.c, test-memmem.c, test-printf-posix.c,
1443         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1444         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1445         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1446         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1447         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1448         test-vasnprintf-posix2.c, test-vasnprintf.c,
1449         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1450         test-vfprintf-posix.c, test-vprintf-posix.c,
1451         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1452         test-xvasprintf.c: Likewise.
1453
1454 2007-05-28  Bruno Haible  <bruno@clisp.org>
1455
1456         * gnulib-tool (func_import): Remember the --with-tests command-line
1457         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1458         Reported by Eric Blake.
1459
1460 2007-05-28  Bruno Haible  <bruno@clisp.org>
1461
1462         * modules/ftell-tests: New file.
1463         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1464         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1465
1466         * lib/ftell.c: New file.
1467         * modules/ftell: New file.
1468         * m4/ftell.m4: New file.
1469         * doc/functions/ftell.texi: Update.
1470         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1471         REPLACE_FTELL.
1472         * lib/stdio_.h (rpl_ftell): New declaration.
1473         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1474         REPLACE_FTELL.
1475
1476 2007-05-28  Eric Blake  <ebb9@byu.net>
1477
1478         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1479
1480 2007-05-28  Bruno Haible  <bruno@clisp.org>
1481
1482         * modules/fseek-tests: New file.
1483         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1484         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1485
1486         * lib/fseek.c: New file.
1487         * modules/fseek: New file.
1488         * m4/fseek.m4: New file.
1489         * doc/functions/fseek.texi: Update.
1490         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1491         REPLACE_FSEEK.
1492         * lib/stdio_.h (rpl_fseek): New declaration.
1493         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1494         REPLACE_FSEEK.
1495
1496 2007-05-28  Bruno Haible  <bruno@clisp.org>
1497
1498         * lib/stdio_.h (fflush): More comments.
1499
1500 2007-05-28  Bruno Haible  <bruno@clisp.org>
1501
1502         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1503         runtime test.
1504
1505 2007-05-28  Eric Blake  <ebb9@byu.net>
1506
1507         Improve lseek module.
1508         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1509         * lib/unistd_.h (lseek): Scale back link warning message.
1510         * tests/test-lseek.c: Beef up test.
1511         * tests/test-lseek.sh: Exercise more facets of lseek.
1512         Reported by Bruno Haible.
1513
1514 2007-05-28  Bruno Haible  <bruno@clisp.org>
1515
1516         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1517         to define.
1518
1519 2007-05-27  Bruno Haible  <bruno@clisp.org>
1520
1521         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1522
1523 2007-05-27  Bruno Haible  <bruno@clisp.org>
1524
1525         * modules/openmp: New file.
1526         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1527         Noah Misch.
1528
1529 2007-05-26  Bruno Haible  <bruno@clisp.org>
1530
1531         * modules/chdir-long (Depends-on): Add fchdir.
1532         * modules/chdir-safer (Depends-on): Likewise.
1533         * modules/fts (Depends-on): Likewise.
1534         * modules/fts-lgpl (Depends-on): Likewise.
1535         * modules/openat (Depends-on): Likewise.
1536         * modules/savewd (Depends-on): Likewise.
1537
1538 2007-05-24  Eric Blake  <ebb9@byu.net>
1539
1540         Fix lseek on mingw.
1541         * modules/lseek: New module.
1542         * m4/lseek.m4: New file.
1543         * lib/lseek.c: New file.
1544         * modules/lseek-tests: New file.
1545         * tests/test-lseek.c: New file.
1546         * tests/test-lseek.sh: New file.
1547         * MODULES.html.sh: Document lseek module.
1548         * modules/fflush (Depends-on): Add lseek, fseeko.
1549         * modules/fseeko (Depends-on): Likewise.
1550         * modules/ftello (Depends-on): Likewise.
1551         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1552         broken.
1553         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1554         broken.
1555         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1556         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1557         * lib/ftello.c (rpl_ftello): Likewise.
1558         * tests/test-fseeko.c (main): Test this.
1559         * tests/test-fseeko.sh: Likewise.
1560         * tests/test-ftello.c (main): Likewise.
1561         * tests/test-ftello.sh: Likewise.
1562         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1563         implies replacing fseek.
1564         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1565         HAVE_FTELLO.
1566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1567         * modules/unistd (Makefile.am): Likewise.
1568         * lib/unistd_.h (lseek): Declare a replacement.
1569         * doc/functions/lseek.texi (lseek): Document this fix.
1570         * doc/functions/fseek.texi (fseek): Likewise.
1571         * doc/functions/ftell.texi (ftell): Likewise.
1572
1573 2007-05-24  Bruno Haible  <bruno@clisp.org>
1574
1575         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1576         in the printed representation of a NaN.
1577         * tests/test-vasprintf-posix.c (test_function): Likewise.
1578         * tests/test-snprintf-posix.h (test_function): Likewise.
1579         * tests/test-sprintf-posix.h (test_function): Likewise.
1580         Reported by Eric Blake.
1581
1582 2007-05-23  Eric Blake  <ebb9@byu.net>
1583
1584         Fix fseeko/ftello on cygwin 1.5.24.
1585         * doc/functions/fseeko.texi (fseeko): Document the fix.
1586         * doc/functions/ftello.texi (ftello): Document the fix.
1587         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1588         * doc/functions/stdout.text (stdout): New file.
1589         * doc/functions/stderr.text (stderr): New file.
1590         * doc/gnulib.texi (Function Substitutes): Use new files.
1591         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1592         prior to 1.7.0.
1593         * tests/test-ftello.c (main): Likewise for ftello.
1594         * tests/test-fseeko.sh: New file.
1595         * tests/test-ftello.sh: New file.
1596         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1597         with seekable stdin.
1598         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1599         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1600         (gl_REPLACE_FSEEKO): New macro.
1601         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1602         * modules/fseeko (Files): Distribute fseeko.c.
1603         * modules/ftello (Files): Distribute ftello.c.
1604         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1605         mode.
1606         * lib/ftello.c (rpl_ftello): New file.
1607         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1608         fseeko, ftello.
1609         (gl_STDIN_LARGE_OFFSET): New macro.
1610         * modules/stdio (Makefile.am): Perform the replacement.
1611         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1612
1613 2007-05-23  Bruno Haible  <bruno@clisp.org>
1614
1615         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1616         GNULIB_POSIXCHECK is defined.
1617
1618 2007-05-21  Bruno Haible  <bruno@clisp.org>
1619
1620         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1621         Check also the output for NaN arguments. When cross-compiling, guess
1622         no on IRIX.
1623         * lib/vasnprintf.c: Update comments.
1624         * tests/test-vasnprintf-posix.c (strisnan): New function.
1625         (test_function): Use it.
1626         * tests/test-vasprintf-posix.c (strisnan): New function.
1627         (test_function): Use it.
1628         * tests/test-snprintf-posix.h (strisnan): New function.
1629         (test_function): Use it.
1630         * tests/test-sprintf-posix.h (strisnan): New function.
1631         (test_function): Use it.
1632         Reported by Eric Blake.
1633
1634 2007-05-20  Bruno Haible  <bruno@clisp.org>
1635
1636         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1637         numbers that fails on BeOS.
1638         * doc/functions/frexpl.texi: Update.
1639
1640 2007-05-20  Jim Meyering  <jim@meyering.net>
1641
1642         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1643         forced upon us by glibc-2.6.
1644
1645 2007-05-20  Bruno Haible  <bruno@clisp.org>
1646
1647         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1648         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1649         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1650         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1651         NEED_PRINTF_INFINITE.
1652         (is_infinitel): New function.
1653         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1655         gl_PREREQ_VASNPRINTF_INFINITE.
1656         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1657         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1658         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1659         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1660         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1661         gl_PREREQ_VASNPRINTF_INFINITE.
1662         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1663         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1664         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1665         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1666         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1667         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1668         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1669         * doc/functions/fprintf.texi: Update.
1670         * doc/functions/printf.texi: Update.
1671         * doc/functions/snprintf.texi: Update.
1672         * doc/functions/sprintf.texi: Update.
1673         * doc/functions/vfprintf.texi: Update.
1674         * doc/functions/vprintf.texi: Update.
1675         * doc/functions/vsnprintf.texi: Update.
1676         * doc/functions/vsprintf.texi: Update.
1677
1678 2007-05-20  Bruno Haible  <bruno@clisp.org>
1679
1680         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1681         was not found in libc.
1682         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1683
1684 2007-05-20  Bruno Haible  <bruno@clisp.org>
1685
1686         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1687         printed as "-nan" instead of "nan".
1688         * tests/test-vasprintf-posix.c (test_function): Likewise.
1689         * tests/test-snprintf-posix.h (test_function): Likewise.
1690         * tests/test-sprintf-posix.h (test_function): Likewise.
1691         Needed for HP-UX 11.
1692
1693 2007-05-20  Jim Meyering  <jim@meyering.net>
1694
1695         Fix buggy test for the fchownat-deref bug.
1696         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1697         symlink required for the run-test.  Without it, this test would
1698         always declare that fchownat doesn't work, and client code would
1699         unnecessarily use the replacement function with fixed libc.
1700         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1701         Reported by Greg Schafer.
1702
1703 2007-05-19  Bruno Haible  <bruno@clisp.org>
1704
1705         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1706         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1707         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1708         Needed for IRIX 6.5 and Solaris 2.5.1.
1709
1710 2007-05-19  Bruno Haible  <bruno@clisp.org>
1711
1712         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1713         (test_function): Skip tests involving -0.0 on platforms where
1714         -0.0 = 0.0.
1715         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1716         (test_function): Skip tests involving -0.0 on platforms where
1717         -0.0 = 0.0.
1718         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1719         (test_function): Skip tests involving -0.0 on platforms where
1720         -0.0 = 0.0.
1721         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1722         (test_function): Skip tests involving -0.0 on platforms where
1723         -0.0 = 0.0.
1724         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1725         tests.
1726         * tests/test-printf-posix.h (test_function): Likewise.
1727         * tests/test-printf-posix.output: Remove all -0.0 related results.
1728         Needed for IRIX 6.5.
1729
1730 2007-05-19  Bruno Haible  <bruno@clisp.org>
1731
1732         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1733         printed as "nan0x7fffffff" instead of "nan".
1734         * tests/test-vasprintf-posix.c (test_function): Likewise.
1735         * tests/test-snprintf-posix.h (test_function): Likewise.
1736         * tests/test-sprintf-posix.h (test_function): Likewise.
1737         * tests/test-fprintf-posix.h (NaN): Remove macro.
1738         (test_function): Remove all NaN related tests.
1739         * tests/test-printf-posix.h (NaN): Remove macro.
1740         (test_function): Remove all NaN related tests.
1741         * tests/test-printf-posix.output: Remove all NaN related results.
1742         Needed for IRIX 6.5.
1743
1744 2007-05-19  Bruno Haible  <bruno@clisp.org>
1745
1746         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1747         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1748
1749 2007-05-19  Bruno Haible  <bruno@clisp.org>
1750
1751         * lib/float_.h: New file.
1752         * m4/float_h.m4: New file.
1753         * modules/float: New file.
1754         * modules/isnanl (Dependencies): Add float.
1755         * modules/isnanl-nolibm (Dependencies): Likewise.
1756         * modules/mathl (Dependencies): Likewise.
1757         * modules/printf-frexpl (Dependencies): Likewise.
1758         * modules/signbit (Dependencies): Likewise.
1759         * modules/vasnprintf (Dependencies): Likewise.
1760         * doc/headers/float.texi: Update.
1761
1762 2007-05-19  Jim Meyering  <jim@meyering.net>
1763
1764         * lib/utimens.c (gl_futimens): Rename from futimens,
1765         now that glibc-2.6 declares futimens.
1766         * lib/utimens.h: Likewise.
1767
1768 2007-05-19  Bruno Haible  <bruno@clisp.org>
1769
1770         Avoid test failures on mingw.
1771         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1772         * tests/test-printf-posix.sh: Likewise.
1773         * tests/test-vfprintf-posix.sh: Likewise.
1774         * tests/test-vprintf-posix.sh: Likewise.
1775
1776 2007-05-19  Bruno Haible  <bruno@clisp.org>
1777
1778         Fix *printf result for NaN, Inf, -0.0 on mingw.
1779         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1780         * lib/vasnprintf.c: Include math.h and isnan.h.
1781         (is_infinite_or_zero): New function.
1782         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1783         values in the %f, %F, %e, %E, %g, %G directives.
1784         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1785         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1786         gl_PRINTF_INFINITE and test its result. Invoke
1787         gl_PREREQ_VASNPRINTF_INFINITE.
1788         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1789         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1790         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1791         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1792         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1793         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1794         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1795         * doc/functions/fprintf.texi: Update.
1796         * doc/functions/printf.texi: Update.
1797         * doc/functions/snprintf.texi: Update.
1798         * doc/functions/sprintf.texi: Update.
1799         * doc/functions/vfprintf.texi: Update.
1800         * doc/functions/vprintf.texi: Update.
1801         * doc/functions/vsnprintf.texi: Update.
1802         * doc/functions/vsprintf.texi: Update.
1803
1804 2007-05-19  Bruno Haible  <bruno@clisp.org>
1805
1806         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1807         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1808         Instead of multiplying with 10^k, set extra_zeroes to k.
1809         (scale10_round_long_double): Remove function.
1810
1811 2007-05-18  Bruno Haible  <bruno@clisp.org>
1812
1813         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1814         introduced on 2007-05-06.
1815
1816 2007-05-18  Bruno Haible  <bruno@clisp.org>
1817
1818         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1819         %g directives.
1820         * tests/test-vasprintf-posix.c (test_function): Likewise.
1821         * tests/test-snprintf-posix.h (test_function): Likewise.
1822         * tests/test-sprintf-posix.h (test_function): Likewise.
1823
1824 2007-05-18  Bruno Haible  <bruno@clisp.org>
1825
1826         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1827         (strmatch): New function.
1828         (test_function): Test the %f directive on numbers of various exponents.
1829         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1830         (strmatch): New function.
1831         (test_function): Test the %f directive on numbers of various exponents.
1832         * tests/test-snprintf-posix.h (strmatch): New function.
1833         (test_function): Test the %f directive on numbers of various exponents.
1834         * tests/test-sprintf-posix.h (strmatch): New function.
1835         (test_function): Test the %f directive on numbers of various exponents.
1836         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1837         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1838         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1839         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1840
1841 2007-05-18  Bruno Haible  <bruno@clisp.org>
1842
1843         Add support for 'long double' number output.
1844         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1845         * lib/vasnprintf.c: Include math.h and float+.h.
1846         (mp_limb_t): New type.
1847         (GMP_LIMB_BITS): New macro.
1848         (mp_twolimb_t): New type.
1849         (GMP_TWOLIMB_BITS): New macro.
1850         (mpn_t): New type.
1851         (multiply, divide, convert_to_decimal, decode_long_double,
1852         scale10_round_long_double, scale10_round_decimal_long_double,
1853         floorlog10l): New functions.
1854         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1855         for the %f, %F, %e, %E, %g, %G directives.
1856         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1857         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1858         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1859         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1860         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1861         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1862         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1863         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1864         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1865         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1866         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1867         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1868         * modules/snprintf-posix (Depends-on): Likewise.
1869         * modules/sprintf-posix (Depends-on): Likewise.
1870         * modules/vasnprintf-posix (Depends-on): Likewise.
1871         * modules/vasprintf-posix (Depends-on): Likewise.
1872         * modules/vfprintf-posix (Depends-on): Likewise.
1873         * modules/vsnprintf-posix (Depends-on): Likewise.
1874         * modules/vsprintf-posix (Depends-on): Likewise.
1875         * modules/vasnprintf (Files): Add lib/float+.h.
1876         * doc/functions/fprintf.texi: Update.
1877         * doc/functions/printf.texi: Update.
1878         * doc/functions/snprintf.texi: Update.
1879         * doc/functions/sprintf.texi: Update.
1880         * doc/functions/vfprintf.texi: Update.
1881         * doc/functions/vprintf.texi: Update.
1882         * doc/functions/vsnprintf.texi: Update.
1883         * doc/functions/vsprintf.texi: Update.
1884
1885 2007-05-18  Bruno Haible  <bruno@clisp.org>
1886
1887         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1888
1889 2007-05-18  Bruno Haible  <bruno@clisp.org>
1890
1891         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1892         for printing 64-bit integers. Needed for mingw.
1893
1894 2007-05-18  Bruno Haible  <bruno@clisp.org>
1895
1896         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1897         gl_FUNC_FREXPL_WORKS.
1898         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1899
1900 2007-05-18  Bruno Haible  <bruno@clisp.org>
1901
1902         * modules/frexpl-nolibm-tests: New file.
1903
1904         * modules/frexpl-nolibm: New file.
1905         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1906
1907 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1908
1909         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1910         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1911         GCC 4.2, which otherwise issues a lot of warnings.
1912         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1913         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1914         Likewise.
1915         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1916         * modules/iconv_open (iconv.h): Likewise.
1917         * modules/locale (locale.h): Likewise.
1918         * modules/netinet_in (netinet/in.h): Likewise.
1919         * modules/sys_select (sys_select.h): Likewise.
1920         * modules/sys_socket (sys/socket.h): Likewise.
1921         * modules/sys_stat (sys/stat.h): Likewise.
1922         * modules/sysexits (sysexits.h): Likewise.
1923         * modules/unistd (unistd.h): Likewise.
1924
1925 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1926
1927         * modules/closein-tests (Makefile.am): Distribute
1928         `test-closein.sh'.
1929
1930 2007-05-17  Bruno Haible  <bruno@clisp.org>
1931
1932         * tests/test-printf-posix.output: Renamed from
1933         tests/test-fprintf-posix.out.
1934         * modules/fprintf-posix-tests: Update.
1935         * modules/printf-posix-tests: Update.
1936         * modules/vfprintf-posix-tests: Update.
1937         * modules/vprintf-posix-tests: Update.
1938         * tests/test-fprintf-posix.sh: Update.
1939         * tests/test-printf-posix.sh: Update.
1940         * tests/test-vfprintf-posix.sh: Update.
1941         * tests/test-vprintf-posix.sh: Update.
1942         Reported by Ralf Wildenhues.
1943
1944 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1945
1946         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1947         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1948         GCC 4.2, which otherwise issues a lot of warnings.
1949         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1950         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1951         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1952         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1953         it should no longer be needed.
1954         * lib/string_.h: Likewise.
1955         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1956         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1957         * modules/inttypes (inttypes.h): Likewise.
1958         * modules/math (math.h): Likewise.
1959         * modules/search (search.h): Likewise.
1960         * modules/signal (signal.h): Likewise.
1961         * modules/stdint (stdint.h): Likewise.
1962         * modules/stdio (stdio.h): Likewise.
1963         * modules/stdlib (stdlib.h): Likewise.
1964         * modules/string (string.h): Likewise.
1965         * modules/sys_time (sys/time.h): Likewise.
1966         * modules/time (time.h): Likewise.
1967         * modules/wchar (wchar.h): Likewise.
1968         * modules/wctype (wtype.h): Likewise.
1969
1970 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1971
1972         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1973
1974 2007-05-13  Bruno Haible  <bruno@clisp.org>
1975
1976         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1977         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1978         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1979         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1980         (gl_PREREQ_STRTOK_R): Don't require it here.
1981
1982 2007-05-13  Bruno Haible  <bruno@clisp.org>
1983
1984         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1985         when used in C++ mode.
1986
1987 2007-05-12  Bruno Haible  <bruno@clisp.org>
1988
1989         * lib/linebuffer.h: Tweak doc.
1990         * lib/linebuffer.c: Likewise.
1991
1992 2007-05-12  James Youngman  <jay@gnu.org>
1993
1994         * lib/linebuffer.c (readlinebuffer_delim): New function,
1995         like readlinebuffer, but use a caller-specified delimiter.
1996         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1997         as the delimiter.
1998         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1999
2000 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2001
2002         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2003         * modules/openat (Files): Remove openat-die.c.
2004         (Depends-on): Add openat-die.
2005         * modules/openat-die: New module.
2006
2007 2007-05-06  Bruno Haible  <bruno@clisp.org>
2008
2009         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2010         Update with info about Cygwin.
2011         * doc/functions/fprintf.texi: Update.
2012         * doc/functions/printf.texi: Update.
2013         * doc/functions/snprintf.texi: Update.
2014         * doc/functions/sprintf.texi: Update.
2015         * doc/functions/vfprintf.texi: Update.
2016         * doc/functions/vprintf.texi: Update.
2017         * doc/functions/vsnprintf.texi: Update.
2018         * doc/functions/vsprintf.texi: Update.
2019         Reported by Eric Blake.
2020
2021 2007-05-06  Bruno Haible  <bruno@clisp.org>
2022
2023         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2024         padding ourselves for the floating-point directives.
2025         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2026         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2027         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2028         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2029         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2030         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2031         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2032         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2033         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2034         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2035         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2036         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2037         * tests/test-snprintf-posix.h (test_function): Also check the width
2038         and some flags in the %f directive.
2039         * tests/test-sprintf-posix.h (test_function): Likewise.
2040         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2041         * tests/test-vasprintf-posix.c (test_function): Likewise.
2042         * doc/functions/fprintf.texi: Update.
2043         * doc/functions/printf.texi: Update.
2044         * doc/functions/snprintf.texi: Update.
2045         * doc/functions/sprintf.texi: Update.
2046         * doc/functions/vfprintf.texi: Update.
2047         * doc/functions/vprintf.texi: Update.
2048         * doc/functions/vsnprintf.texi: Update.
2049         * doc/functions/vsprintf.texi: Update.
2050
2051 2007-05-06  Bruno Haible  <bruno@clisp.org>
2052
2053         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2054         pass the ' flag character to sprintf or snprintf.
2055         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2056         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2057         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2058         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2059         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2060         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2061         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2062         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2063         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2064         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2065         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2066         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2067         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2068         flag.
2069         * tests/test-sprintf-posix.h (test_function): Likewise.
2070         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2071         * tests/test-vasprintf-posix.c (test_function): Likewise.
2072         * doc/functions/fprintf.texi: Update.
2073         * doc/functions/printf.texi: Update.
2074         * doc/functions/snprintf.texi: Update.
2075         * doc/functions/sprintf.texi: Update.
2076         * doc/functions/vfprintf.texi: Update.
2077         * doc/functions/vprintf.texi: Update.
2078         * doc/functions/vsnprintf.texi: Update.
2079         * doc/functions/vsprintf.texi: Update.
2080
2081 2007-05-01  Bruno Haible  <bruno@clisp.org>
2082
2083         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2084
2085 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2086
2087         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2088         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2089
2090 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2091
2092         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2093         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2094         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2095
2096 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2097
2098         * lib/argp-help.c (struct hol_entry): New member `ord'.
2099         (HOL_ENTRY_PTRCMP): Use ord for comparison
2100         (hol_sort): Initialize ord.
2101
2102 2007-05-01  Bruno Haible  <bruno@clisp.org>
2103
2104         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2105         Reported by Eric Blake.
2106         * doc/gnulib.texi (Function Substitutes): Update.
2107
2108 2007-05-01  Bruno Haible  <bruno@clisp.org>
2109
2110         * doc/functions.texi: Remove file, now redundant through
2111         doc/functions/*.texi.
2112
2113 2007-05-01  Bruno Haible  <bruno@clisp.org>
2114
2115         * modules/argp (Depends-on): Add sleep.
2116
2117 2007-05-01  Bruno Haible  <bruno@clisp.org>
2118
2119         * modules/sleep-tests: New file.
2120         * tests/test-sleep.c: New file.
2121
2122         * modules/sleep: New file.
2123         * lib/sleep.c: New file.
2124         * m4/sleep.m4: New file.
2125         * lib/unistd_.h (sleep): New declaration.
2126         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2127         HAVE_SLEEP.
2128         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2129         * doc/functions/sleep.texi: Document the sleep module.
2130
2131 2007-05-01  Bruno Haible  <bruno@clisp.org>
2132
2133         * lib/sigprocmask.h: Remove file.
2134         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2135         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2136         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2137         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2138         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2139         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2140         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2141         HAVE_SIGSET_T as a shell variable.
2142         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2143         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2144         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2145         (Depends-on): Add signal. Remove verify.
2146         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2147         (Include): Mention <signal.h> instead of sigprocmask.h.
2148         * NEWS: Mention the change.
2149         * lib/fatal-signal.c: Don't include sigprocmask.h.
2150
2151 2007-05-01  Bruno Haible  <bruno@clisp.org>
2152
2153         * modules/signal: New file.
2154         * lib/signal_.h: New file.
2155         * m4/signal_h.m4: New file.
2156
2157 2007-05-01  Bruno Haible  <bruno@clisp.org>
2158
2159         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2160         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2161         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2162         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2163
2164 2007-05-01  Bruno Haible  <bruno@clisp.org>
2165
2166         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2167         configure time.
2168         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2169         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2170         * modules/sys_stat (Makefile.am): Substitute their values into
2171         sys/stat.h.
2172
2173 2007-05-01  Bruno Haible  <bruno@clisp.org>
2174
2175         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2176         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2177         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2178
2179 2007-05-01  Bruno Haible  <bruno@clisp.org>
2180
2181         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2182         'assert' module here.
2183
2184 2007-05-01  Bruno Haible  <bruno@clisp.org>
2185
2186         * doc/functions/*.texi: New files.
2187         * doc/functions/google-ranking.txt: New file.
2188         * doc/gnulib.texi (Function Substitutes): New chapter.
2189         (ctime, inet_ntoa): Remove sections.
2190         * doc/ctime.texi: Remove file.
2191         * doc/inet_ntoa.texi: Remove file.
2192         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2193         dependencies.
2194         (%.info): New rule, specifying a --reference-limit.
2195
2196 2007-05-01  Bruno Haible  <bruno@clisp.org>
2197
2198         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2199
2200 2007-05-01  Bruno Haible  <bruno@clisp.org>
2201
2202         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2203         the portability of 'mkdir' to mingw systems.
2204
2205 2007-05-01  Bruno Haible  <bruno@clisp.org>
2206
2207         * doc/headers/google-ranking.txt: New file.
2208
2209 2007-04-30  Eric Blake  <ebb9@byu.net>
2210
2211         Prefer fseeko to fseek.
2212         * modules/getpass (Depends-on): Add fseeko.
2213         * lib/getpass.c (getpass): Use fseeko, not fseek.
2214
2215 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2216
2217         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2218         assumes the sorting is stable, while most qsort implementations
2219         are not.  Use argument addresses to ensure they never compare as
2220         equal.
2221
2222         * tests/test-argp-2.sh (usage-indent test): Fix output
2223         (func_compare): Restore diff options
2224         * tests/test-argp.c: Restore #include "progname.h"
2225
2226 2007-04-29  Bruno Haible  <bruno@clisp.org>
2227
2228         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2229         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2230         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2231         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2232         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2233         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2234         (TESTS, check_PROGRAMS): Add test-snprintf.
2235         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2236         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2237         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2238         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2239         assertions that fail on HP-UX, OSF/1, or IRIX.
2240         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2241
2242 2007-04-29  Bruno Haible  <bruno@clisp.org>
2243
2244         * MODULES.html.sh (posix_functions): Remove 'contents'.
2245
2246 2007-04-29  Karl Berry  <karl@gnu.org>
2247
2248         * config/srclist.txt (gendocs_template_min): new entry.
2249
2250 2007-04-29  Bruno Haible  <bruno@clisp.org>
2251
2252         Work around fpurge bug on BSD systems.
2253         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2254         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2255         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2256         fpurge to rpl_fpurge if the system already has this function.
2257         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2258         the case where the system already has this function. Correct invariants
2259         on BSD systems.
2260         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2261         BSD systems.
2262
2263 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2264
2265         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2266         proposed by Sven Verdoolaege.
2267
2268         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2269         options.
2270         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2271         (usage and help tests): Update
2272
2273 2007-04-29  Bruno Haible  <bruno@clisp.org>
2274
2275         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2276         Print more information in case of failure. Disable a test on BeOS.
2277
2278 2007-04-29  Bruno Haible  <bruno@clisp.org>
2279
2280         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2281         This helps debugging on systems on which no gdb is available.
2282
2283 2007-04-29  Bruno Haible  <bruno@clisp.org>
2284
2285         * lib/freading.h: Improve comments.
2286         * lib/fwriting.h: Likewise.
2287         * tests/test-freading.c (main): Don't check freading immediately after
2288         repositioning. Needed for glibc.
2289
2290 2007-04-29  Bruno Haible  <bruno@clisp.org>
2291
2292         * lib/freading.c (freading): Trivial simplification.
2293
2294 2007-04-28  Bruno Haible  <bruno@clisp.org>
2295
2296         * tests/test-fwriting.c (main): Also test the interaction between
2297         fflush and fwriting.
2298         * modules/fwriting-tests (Depends-on): Add fflush.
2299
2300         * tests/test-freading.c (main): Also test the interaction between
2301         fflush and freading.
2302         * modules/freading-tests (Depends-on): Add fflush.
2303
2304 2007-04-28  Bruno Haible  <bruno@clisp.org>
2305
2306         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2307         fseeko and ftello.
2308         Suggested by Eric Blake.
2309
2310 2007-04-28  Jim Meyering  <jim@meyering.net>
2311
2312         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2313         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2314         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2315
2316 2007-04-27  Eric Blake  <ebb9@byu.net>
2317
2318         * doc/headers/assert.texi (assert.h): Document assert module use.
2319
2320 2007-04-27  Bruno Haible  <bruno@clisp.org>
2321
2322         * doc/headers/*.texi: New files.
2323         * doc/gnulib.texi (Header File Substitutes): New chapter.
2324         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2325         dependencies.
2326         (standards.info ,standards.html, standards.dvi): Update dependencies.
2327         (mostlyclean, clean): New targets.
2328
2329 2007-04-27  Bruno Haible  <bruno@clisp.org>
2330
2331         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2332         * modules/sysexits (Files, Makefile.am): Update.
2333
2334         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2335         * modules/sys_socket (Files, Makefile.am): Update.
2336
2337         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2338         * modules/sys_stat (Files, Makefile.am): Update.
2339
2340 2007-04-27  Eric Blake  <ebb9@byu.net>
2341
2342         * lib/freading.h: Improve comments.
2343         * lib/fwriting.h: Likewise.
2344         * lib/fflush.c: Likewise.
2345
2346         Fix closein for mingw.
2347         * modules/closein-tests: Add tests for closein.
2348         * tests/test-closein.c: New file.
2349         * tests/test-closein.sh: Likewise.
2350         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2351         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2352
2353 2007-04-27  Bruno Haible  <bruno@clisp.org>
2354
2355         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2356         version is < 6.
2357         * lib/math_.h [__DECC]: Likewise.
2358         * lib/stdio_.h [__DECC]: Likewise.
2359         * lib/stdlib_.h [__DECC]: Likewise.
2360         * lib/string_.h [__DECC]: Likewise.
2361         * lib/time_.h [__DECC]: Likewise.
2362         * lib/wchar_.h [__DECC]: Likewise.
2363         * lib/wctype_.h [__DECC]: Likewise.
2364
2365 2007-04-27  Bruno Haible  <bruno@clisp.org>
2366
2367         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2368
2369 2007-04-27  Bruno Haible  <bruno@clisp.org>
2370
2371         * lib/fflush.c: Add comments.
2372         * modules/fpurge-tests (Depends-on): Add fflush.
2373         * modules/freadable-tests (Depends-on): Likewise.
2374         * modules/fwritable-tests (Depends-on): Likewise.
2375
2376 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2377
2378         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2379         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2380         Report by Bruno Haible <bruno@clisp.org>.
2381
2382 2007-04-26  Eric Blake  <ebb9@byu.net>
2383
2384         Fix fflush on mingw.
2385         * modules/fflush (Depends-on): Add freading.
2386         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2387         but unread data.
2388
2389 2007-04-26  Eric Blake  <ebb9@byu.net>
2390         and Bruno Haible  <bruno@clisp.org>
2391
2392         Implement freading and fwriting.
2393         * lib/freading.c: New file.
2394         * lib/freading.h: Likewise.
2395         * m4/freading.m4: Likewise.
2396         * modules/freading: Likewise.
2397         * modules/freading-tests: Likewise.
2398         * tests/test-freading.c: Likewise.
2399         * lib/fwriting.c: New file.
2400         * lib/fwriting.h: Likewise.
2401         * m4/fwriting.m4: Likewise.
2402         * modules/fwriting: Likewise.
2403         * modules/fwriting-tests: Likewise.
2404         * tests/test-fwriting.c: Likewise.
2405         * MODULES.html.sh (File stream based Input/Output): Mention them.
2406
2407 2007-04-26  Bruno Haible  <bruno@clisp.org>
2408
2409         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2410         'long' when we assume it.
2411         Suggested by Eric Blake.
2412
2413 2007-04-26  Bruno Haible  <bruno@clisp.org>
2414
2415         Ensure fseeko, ftello are declared on glibc systems.
2416         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2417         * modules/fseeko (configure.ac-early): Likewise.
2418         * modules/ftello (configure.ac-early): Likewise.
2419         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2420         AC_FUNC_FSEEKO for this.
2421         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2422         (gl_CHECK_FSEEKO): Remove macro.
2423
2424 2007-04-26  Bruno Haible  <bruno@clisp.org>
2425
2426         * tests/test-fflush.c (main): Also check the ftell result after
2427         fflush and fseek/fseeko.
2428         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2429         file descriptor position cache in the stream.
2430         * lib/fseeko.c (rpl_fseeko): Likewise.
2431
2432 2007-04-26  Bruno Haible  <bruno@clisp.org>
2433
2434         * modules/fflush-tests (Depends-on): Add fseeko.
2435
2436 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2437             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2438
2439         * lib/argz_.h: ensure error_t definition is obtained in same
2440         mechanism system argz.h would have.
2441         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2442         argz facilities are known bad.  Err on the side of caution if
2443         cross-compiling.
2444
2445 2007-04-25  Eric Blake  <ebb9@byu.net>
2446
2447         * lib/fpurge.c (includes): Use stdlib.h for free.
2448         * tests/test-fflush.c (main): Also test fflush-fseeko.
2449
2450 2007-04-25  Bruno Haible  <bruno@clisp.org>
2451
2452         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2453         * lib/fseeko.c: New file.
2454         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2455         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2456         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2457         gl_FUNC_FSEEKO.
2458         (gl_FUNC_FSEEKO): Invoke it.
2459         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2460         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2461         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2462
2463 2007-04-25  Bruno Haible  <bruno@clisp.org>
2464
2465         * modules/fflush (Depends-on): Add ftello.
2466
2467 2007-04-25  Bruno Haible  <bruno@clisp.org>
2468
2469         * modules/ftello-tests: New file.
2470         * tests/test-ftello.c: New file.
2471
2472         * modules/ftello: New file.
2473         * m4/ftello.m4: New file.
2474         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2475         HAVE_FTELLO.
2476         * lib/stdio_.h (ftello): New declaration.
2477         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2478         HAVE_FTELLO.
2479
2480 2007-04-25  Bruno Haible  <bruno@clisp.org>
2481
2482         * modules/fseeko-tests: New file.
2483         * tests/test-fseeko.c: New file.
2484
2485         * modules/fseeko: New file.
2486         * m4/fseeko.m4: New file.
2487         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2488         HAVE_FSEEKO.
2489         * lib/stdio_.h (fseeko): New declaration.
2490         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2491         HAVE_FSEEKO.
2492
2493 2007-04-25  Bruno Haible  <bruno@clisp.org>
2494
2495         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2496
2497 2007-04-25  Bruno Haible  <bruno@clisp.org>
2498
2499         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2500         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2501         * tests/test-unistd.c: Likewise.
2502         * tests/test-fcntl.c: Likewise.
2503
2504 2007-04-23  Eric Blake  <ebb9@byu.net>
2505
2506         * lib/fflush.c: Fix missing include.
2507         Reported by Bruno Haible.
2508
2509 2007-04-23  Bruno Haible  <bruno@clisp.org>
2510
2511         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2512         Reported by Eric Blake.
2513
2514 2007-04-23  Bruno Haible  <bruno@clisp.org>
2515
2516         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2517
2518 2007-04-23  Bruno Haible  <bruno@clisp.org>
2519
2520         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2521
2522 2007-04-23  Bruno Haible  <bruno@clisp.org>
2523
2524         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2525         Needed on HP-UX 11.
2526
2527 2007-04-16  Eric Blake  <ebb9@byu.net>
2528
2529         Make fflush rely on fpurge.
2530         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2531         open coding all variants.
2532         * modules/fflush (Depends-on): Add fpurge and unistd.
2533         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2534         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2535
2536         Fix --with-tests compilation on cygwin.
2537         * modules/argmatch-tests (Makefile.am): List gnulib library first
2538         in LDADD.
2539         * modules/argp-tests (Makefile.am): Likewise.
2540         * modules/array-list-tests (Makefile.am): Likewise.
2541         * modules/array-oset-tests (Makefile.am): Likewise.
2542         * modules/avltree-list-tests (Makefile.am): Likewise.
2543         * modules/avltree-oset-tests (Makefile.am): Likewise.
2544         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2545         * modules/carray-list-tests (Makefile.am): Likewise.
2546         * modules/dirname-tests (Makefile.am): Likewise.
2547         * modules/frexp-tests (Makefile.am): Likewise.
2548         * modules/isnanl-tests (Makefile.am): Likewise.
2549         * modules/linked-list-tests (Makefile.am): Likewise.
2550         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2551         * modules/lock-tests (Makefile.am): Likewise.
2552         * modules/rbtree-list-tests (Makefile.am): Likewise.
2553         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2554         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2555         * modules/tls-tests (Makefile.am): Likewise.
2556         * modules/tsearch-tests (Makefile.am): Likewise.
2557         * modules/xvasprintf-tests (Makefile.am): Likewise.
2558
2559         Fix fpurge for cygwin.
2560         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2561         value.
2562         * modules/fpurge-tests (Depends-on): Clean up trash.
2563
2564 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2565
2566         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2567
2568         * m4/autobuild.m4: Re-indent.
2569
2570 2007-04-13  Bruno Haible  <bruno@clisp.org>
2571
2572         * modules/fpurge-tests: New file.
2573         * tests/test-fpurge.c: New file.
2574
2575         * modules/fpurge: New file.
2576         * lib/fpurge.h: New file.
2577         * lib/fpurge.c: New file.
2578         * m4/fpurge.m4: New file.
2579
2580 2007-04-13  Bruno Haible  <bruno@clisp.org>
2581
2582         * modules/fbufmode-tests: New file.
2583         * tests/test-fbufmode.c: New file.
2584
2585         * modules/fbufmode: New file.
2586         * lib/fbufmode.h: New file.
2587         * lib/fbufmode.c: New file.
2588         * m4/fbufmode.m4: New file.
2589
2590 2007-04-13  Bruno Haible  <bruno@clisp.org>
2591
2592         * modules/fwritable-tests: New file.
2593         * tests/test-fwritable.c: New file.
2594
2595         * modules/fwritable: New file.
2596         * lib/fwritable.h: New file.
2597         * lib/fwritable.c: New file.
2598         * m4/fwritable.m4: New file.
2599
2600 2007-04-13  Bruno Haible  <bruno@clisp.org>
2601
2602         * modules/freadable-tests: New file.
2603         * tests/test-freadable.c: New file.
2604
2605         * modules/freadable: New file.
2606         * lib/freadable.h: New file.
2607         * lib/freadable.c: New file.
2608         * m4/freadable.m4: New file.
2609
2610 2007-04-13  Bruno Haible  <bruno@clisp.org>
2611
2612         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2613         MOSTLYCLEANFILES.
2614
2615 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2616
2617         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2618         gzip bootstrap.conf to avoid dragging in i18n machinery.
2619         (gnulib_tool_option): Use it.
2620
2621 2007-04-13  Bruno Haible  <bruno@clisp.org>
2622
2623         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2624         %F directives.
2625         * tests/test-vasprintf-posix.c (test_function): Likewise.
2626         * tests/test-snprintf-posix.h (test_function): Likewise.
2627         * tests/test-sprintf-posix.h (test_function): Likewise.
2628         * tests/test-fprintf-posix.h (test_function): Likewise.
2629         * tests/test-printf-posix.h (test_function): Likewise.
2630         * tests/test-fprintf-posix.out: Likewise.
2631
2632 2007-04-13  Bruno Haible  <bruno@clisp.org>
2633
2634         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2635         * modules/tls-tests (configure.ac): Likewise.
2636         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2637
2638 2007-04-13  Bruno Haible  <bruno@clisp.org>
2639
2640         * lib/tls.c (glthread_tls_get): Fix return type.
2641         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2642
2643 2007-04-12  Eric Blake  <ebb9@byu.net>
2644
2645         * modules/gettime (Depends-on): Remove gettime.
2646         Reported by Dmitry V. Levin.
2647
2648 2007-04-12  Bruno Haible  <bruno@clisp.org>
2649
2650         * modules/fflush (Include): Mention <stdio.h>.
2651         * modules/strtoimax (Include): Mention <inttypes.h>.
2652         * modules/strtoumax (Include): Likewise.
2653
2654 2007-04-12  Eric Blake  <ebb9@byu.net>
2655
2656         * .cvsignore: New file.
2657         * .gitignore: Likewise.
2658
2659 2007-04-12  Bruno Haible  <bruno@clisp.org>
2660
2661         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2662         not before, since $(LDADD) often contains libgnu.a.
2663         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2664         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2665         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2666         Needed on Cygwin.
2667
2668 2007-04-12  Eric Blake  <ebb9@byu.net>
2669
2670         Work around glibc's failure to flush stdin on fclose.
2671         * lib/closein.c (close_stdin): Flush stdin before closing.
2672
2673         Work around glibc's failure to reset seekable stdin on exit.
2674         * modules/closein: New module.
2675         * lib/closein.c: New file.
2676         * lib/closein.h: Likewise.
2677         * m4/closein.m4: Likewise.
2678         * MODULES.html.sh (File stream based Input/Output): Document it.
2679
2680 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2681
2682         * gnulib-tool: Rename generated 'autobuild' script to
2683         'do-autobuild' in --create-megatestdir output.
2684
2685         * doc/gnulib.texi (Build robot for gnulib): Fix.
2686
2687 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2688
2689         * modules/sysexits (Depends-on): Add absolute-header.
2690
2691 2007-04-12  Eric Blake  <ebb9@byu.net>
2692
2693         No need to preserve errno on success.
2694         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2695         Reported by Bruno Haible.
2696
2697 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2698
2699         * MODULES.html.sh (Support for maintaining and releasing
2700         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2701
2702 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2703
2704         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2705
2706 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2707
2708         * modules/autobuild: New module.
2709
2710         * m4/autobuild.m4: New file.
2711
2712 2007-04-11  Bruno Haible  <bruno@clisp.org>
2713
2714         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2715         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2716         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2717         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2718         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2719         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2720         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2721         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2722         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2723         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2724         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2725         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2726         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2727         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2728         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2729         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2730         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2731         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2732         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2733         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2734         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2735         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2736         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2737         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2738         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2739         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2740         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2741         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2742         Reported by Eric Blake.
2743
2744 2007-04-11  Bruno Haible  <bruno@clisp.org>
2745
2746         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2747
2748 2007-04-10  Bruno Haible  <bruno@clisp.org>
2749
2750         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2751         for NaN and Infinity. Needed on FreeBSD 6.1.
2752         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2753         regarding results for "%010a" of Infinity and NaN.
2754         * tests/test-vasprintf-posix.c (test_function): Likewise.
2755         * tests/test-snprintf-posix.h (test_function): Likewise.
2756         * tests/test-sprintf-posix.h (test_function): Likewise.
2757         * tests/test-fprintf-posix.h (test_function): Likewise.
2758         * tests/test-printf-posix.h (test_function): Likewise.
2759         * tests/test-fprintf-posix.out: Likewise.
2760
2761 2007-04-10  Bruno Haible  <bruno@clisp.org>
2762
2763         * modules/locale-tests: New file.
2764         * tests/test-locale.c: New file.
2765
2766         * modules/locale: New file.
2767         * lib/locale_.h: New file.
2768         * m4/locale_h.m4: New file.
2769
2770 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2771             Bruno Haible  <bruno@clisp.org>
2772
2773         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2774         be determined, test for availability of the copysignf, copysign,
2775         copysignl functions.
2776         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2777         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2778         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2779
2780 2007-04-09  Eric Blake  <ebb9@byu.net>
2781
2782         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2783         * modules/stdio (Makefile.am): Support fflush.
2784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2785         * modules/fflush: New file.
2786         * lib/fflush.c: Likewise.
2787         * m4/fflush.m4: Likewise.
2788         * modules/fflush-tests: New test.
2789         * tests/test-fflush.c: Likewise.
2790         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2791
2792 2007-04-06  Bruno Haible  <bruno@clisp.org>
2793
2794         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2795         (VASNPRINTF): Use signbit for faster determination whether to print a
2796         minus sign.
2797         * modules/vasnprintf (Files): Remove lib/float+.h.
2798         * modules/fprintf-posix (Depends-on): Add signbit.
2799         * modules/snprintf-posix (Depends-on): Likewise.
2800         * modules/sprintf-posix (Depends-on): Likewise.
2801         * modules/vasnprintf-posix (Depends-on): Likewise.
2802         * modules/vasprintf-posix (Depends-on): Likewise.
2803         * modules/vfprintf-posix (Depends-on): Likewise.
2804         * modules/vsnprintf-posix (Depends-on): Likewise.
2805         * modules/vsprintf-posix (Depends-on): Likewise.
2806
2807 2007-04-06  Bruno Haible  <bruno@clisp.org>
2808
2809         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2810         * tests/test-frexpl.c (main): Likewise.
2811         * tests/test-ldexpl.c (main): Likewise.
2812         * modules/frexp-tests (Depends-on): Add signbit.
2813         * modules/frexpl-tests (Depdends-on): Likewise.
2814         * modules/ldexpl-tests (Depdends-on): Likewise.
2815
2816 2007-04-06  Bruno Haible  <bruno@clisp.org>
2817
2818         * modules/signbit-tests: New file.
2819         * tests/test-signbit.c: New file.
2820
2821         * modules/signbit: New file.
2822         * lib/signbitf.c: New file.
2823         * lib/signbitd.c: New file.
2824         * lib/signbitl.c: New file.
2825         * m4/signbit.m4: New file.
2826         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2827         (signbit): New macro.
2828         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2829         REPLACE_SIGNBIT.
2830         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2831         REPLACE_FREXPL into math.h.
2832
2833 2007-04-06  Bruno Haible  <bruno@clisp.org>
2834
2835         * modules/isnanf-nolibm-tests: New file.
2836         * tests/test-isnanf.c: New file.
2837
2838         * modules/isnanf-nolibm: New file.
2839         * lib/isnanf.h: New file.
2840         * lib/isnanf.c: New file.
2841         * lib/isnan.c: Consider the USE_FLOAT macro.
2842         * m4/isnanf.m4: New file.
2843
2844 2007-04-06  Bruno Haible  <bruno@clisp.org>
2845
2846         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2847         (Link): New section.
2848
2849         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2850
2851 2007-04-06  Bruno Haible  <bruno@clisp.org>
2852
2853         Assume the 'long double' type.
2854         * m4/longdouble.m4: Remove file.
2855         * config/srclist.txt: Don't mention longdouble.m4.
2856         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2857         * lib/float+.h: Likewise.
2858         * lib/frexp.c: Likewise.
2859         * lib/printf-args.h: Likewise.
2860         * lib/printf-args.c: Likewise.
2861         * lib/printf-frexp.c: Likewise.
2862         * lib/printf-parse.c: Likewise.
2863         * lib/vasnprintf.c: Likewise.
2864         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2865         * m4/intl.m4: Likewise.
2866         * m4/isnanl.m4: Likewise.
2867         * m4/printf.m4: Likewise.
2868         * m4/printf-frexpl.m4: Likewise.
2869         * m4/vasnprintf.m4: Likewise.
2870         * modules/allocsa (Files): Remove m4/longdouble.m4.
2871         * modules/gettext (Files): Likewise.
2872         * modules/relocatable-prog-wrapper (Files): Likewise.
2873         * modules/vasnprintf (Files): Likewise.
2874         * modules/isnanl (Files): Likewise.
2875         (Include): Simplify.
2876         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2877         (Include): Simplify.
2878         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2879         (Include): Simplify.
2880         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2881         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2882         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2883         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2884         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2885         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2886         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2887         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2888         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2889         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2890         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2891         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2892         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2893         * tests/test-isnanl.c: Likewise.
2894         * tests/test-snprintf-posix.h: Likewise.
2895         * tests/test-sprintf-posix.h: Likewise.
2896         * tests/test-vasnprintf-posix.c: Likewise.
2897         * tests/test-vasnprintf-posix2.c: Likewise.
2898         * tests/test-vasprintf-posix.c: Likewise.
2899
2900 2007-04-06  Bruno Haible  <bruno@clisp.org>
2901
2902         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2903         * lib/math_.h [__DECC]: Include the overridden include file through
2904         #include_next, outside the double-inclusion guard.
2905         * lib/stdio_.h [__DECC]: Likewise.
2906         * lib/stdlib_.h [__DECC]: Likewise.
2907         * lib/string_.h [__DECC]: Likewise.
2908         * lib/time_.h [__DECC]: Likewise.
2909         * lib/wchar_.h [__DECC]: Likewise.
2910         * lib/wctype_.h [__DECC]: Likewise.
2911         * lib/inttypes_.h [__DECC]: Likewise.
2912         Reported by Albert Chin <china@thewrittenword.com> in
2913         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2914
2915 2007-04-04  Eric Blake  <ebb9@byu.net>
2916
2917         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2918         1.5.x.
2919
2920 2007-04-04  Bruno Haible  <bruno@clisp.org>
2921
2922         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2923         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2924
2925 2007-04-04  Bruno Haible  <bruno@clisp.org>
2926
2927         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2928         results for "%010a" of Infinity and NaN.
2929         * tests/test-vasprintf-posix.c (test_function): Likewise.
2930         * tests/test-snprintf-posix.h (test_function): Likewise.
2931         * tests/test-sprintf-posix.h (test_function): Likewise.
2932         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2933         * tests/test-printf-posix.h (test_function): Likewise.
2934         * tests/test-fprintf-posix.out: Update.
2935         Needed for FreeBSD 6.1.
2936
2937 2007-04-04  Bruno Haible  <bruno@clisp.org>
2938
2939         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2940         directly used by the gnulib modules nor by gnulib-tool.
2941
2942 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2943
2944         * DEPENDENCIES: Give overall description of version dependency
2945         desirability.  Use more-typical names for apps.
2946         Add shell, coreutils, diffutils, grep, tar, gzip.
2947
2948 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2949
2950         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2951
2952 2007-04-04  Karl Berry  <karl@gnu.org>
2953
2954         * MODULES.html.sh (func_module): missing '.
2955
2956 2007-04-03  Bruno Haible  <bruno@clisp.org>
2957
2958         * modules/argmatch-tests (Makefile.am): New variable
2959         test_argmatch_LDADD.
2960         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2961         * modules/array-list-tests (Makefile.am): New variable
2962         test_array_list_LDADD.
2963         * modules/array-oset-tests (Makefile.am): New variable
2964         test_array_oset_LDADD.
2965         * modules/avltree-list-tests (Makefile.am): New variable
2966         test_avltree_list_LDADD.
2967         * modules/avltree-oset-tests (Makefile.am): New variable
2968         test_avltree_oset_LDADD.
2969         * modules/avltreehash-list-tests (Makefile.am): New variable
2970         test_avltreehash_list_LDADD.
2971         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2972         test_canonicalize_lgpl_LDADD.
2973         * modules/carray-list-tests (Makefile.am): New variable
2974         test_carray_list_LDADD.
2975         * modules/dirname-tests (Makefile.am): New variable
2976         test_dirname_LDADD.
2977         * modules/linked-list-tests (Makefile.am): New variable
2978         test_linked_list_LDADD.
2979         * modules/linkedhash-list-tests (Makefile.am): New variable
2980         test_linkedhash_list_LDADD.
2981         * modules/rbtree-list-tests (Makefile.am): New variable
2982         test_rbtree_list_LDADD.
2983         * modules/rbtree-oset-tests (Makefile.am): New variable
2984         test_rbtree_oset_LDADD.
2985         * modules/rbtreehash-list-tests (Makefile.am): New variable
2986         test_rbtreehash_list_LDADD.
2987         * modules/xvasprintf-tests (Makefile.am): New variable
2988         test_xvasprintf_LDADD.
2989         Reported by Eric Blake.
2990
2991 2007-04-03  Eric Blake  <ebb9@byu.net>
2992
2993         * DEPENDENCIES: Weaken m4 requirements.
2994
2995 2007-04-03  Bruno Haible  <bruno@clisp.org>
2996
2997         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2998         * modules/isnanl-tests (configure.ac): Likewise.
2999
3000 2007-04-03  Ben Pfaff  <blp@gnu.org>
3001
3002         * modules/iconv_open: Add $(srcdir)/ to source directory
3003         references in Makefile fragments that call gperf, to fix VPATH
3004         builds.
3005
3006 2007-04-03  Bruno Haible  <bruno@clisp.org>
3007
3008         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3009         * lib/ldexpl.c: Undo last change.
3010
3011 2007-04-03  Bruno Haible  <bruno@clisp.org>
3012
3013         * modules/printf-frexpl (Depends-on): Undo last change.
3014         (Files): Add m4/ldexpl.m4.
3015
3016 2007-04-03  Bruno Haible  <bruno@clisp.org>
3017
3018         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3019         * modules/isnanl (Link): New section.
3020
3021         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3022         * modules/frexp (Link): New section.
3023
3024         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3025         * modules/frexpl (Link): New section.
3026
3027         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3028         * modules/ldexpl (Link): New section.
3029
3030 2007-04-03  Bruno Haible  <bruno@clisp.org>
3031
3032         * modules/TEMPLATE-EXTENDED: New file.
3033         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3034
3035 2007-04-03  Bruno Haible  <bruno@clisp.org>
3036
3037         * DEPENDENCIES: New file.
3038         Suggested by Simon Josefsson.
3039
3040 2007-04-03  Bruno Haible  <bruno@clisp.org>
3041
3042         * doc/gnulib.texi: Escape @.
3043
3044 2007-04-03  James Youngman  <jay@gnu.org>
3045         and Paul Eggert  <eggert@cs.ucla.edu>
3046
3047         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3048         birthtime on all systems that have birthtime, not just those which
3049         use st_birthtimensec rather than st_birthtim.  Putting zero in
3050         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3051         that the birth time is not available for files on an NFS mount.
3052
3053 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3054
3055         * modules/memxor: Move back from crypto/, suggested by Bruno.
3056         * modules/crypto/hmac-sha1: Fix memxor dependency.
3057
3058         * modules/crypto/gc: Moved from ../.
3059
3060 2007-04-02  Eric Blake  <ebb9@byu.net>
3061
3062         * lib/ldexpl.c (includes): Avoid libm.
3063
3064         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3065
3066 2007-04-02  Bruno Haible  <bruno@clisp.org>
3067
3068         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3069         on IRIX.
3070
3071 2007-04-02  Bruno Haible  <bruno@clisp.org>
3072
3073         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3074         x86 or x86_64 platforms running MacOS X.
3075         Reported by Ryan Schmidt <@ryandesign.com>.
3076
3077 2007-04-02  Bruno Haible  <bruno@clisp.org>
3078
3079         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3080         i386.
3081
3082 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3083
3084         * modules/crypto/arcfour: Moved from ../.
3085         * modules/crypto/arcfour-tests: Moved from ../.
3086         * modules/crypto/arctwo: Moved from ../.
3087         * modules/crypto/arctwo-tests: Moved from ../.
3088         * modules/crypto/des: Moved from ../.
3089         * modules/crypto/des-tests: Moved from ../.
3090         * modules/crypto/gc-arcfour: Moved from ../.
3091         * modules/crypto/gc-arcfour-tests: Moved from ../.
3092         * modules/crypto/gc-arctwo: Moved from ../.
3093         * modules/crypto/gc-arctwo-tests: Moved from ../.
3094         * modules/crypto/gc-des: Moved from ../.
3095         * modules/crypto/gc-des-tests: Moved from ../.
3096         * modules/crypto/gc-hmac-md5: Moved from ../.
3097         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3098         * modules/crypto/gc-hmac-sha1: Moved from ../.
3099         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3100         * modules/crypto/gc-md2: Moved from ../.
3101         * modules/crypto/gc-md2-tests: Moved from ../.
3102         * modules/crypto/gc-md4: Moved from ../.
3103         * modules/crypto/gc-md4-tests: Moved from ../.
3104         * modules/crypto/gc-md5: Moved from ../.
3105         * modules/crypto/gc-md5-tests: Moved from ../.
3106         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3107         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3108         * modules/crypto/gc-random: Moved from ../.
3109         * modules/crypto/gc-rijndael: Moved from ../.
3110         * modules/crypto/gc-rijndael-tests: Moved from ../.
3111         * modules/crypto/gc-sha1: Moved from ../.
3112         * modules/crypto/gc-sha1-tests: Moved from ../.
3113         * modules/crypto/gc-tests: Moved from ../.
3114         * modules/crypto/hmac-md5: Moved from ../.
3115         * modules/crypto/hmac-md5-tests: Moved from ../.
3116         * modules/crypto/hmac-sha1: Moved from ../.
3117         * modules/crypto/hmac-sha1-tests: Moved from ../.
3118         * modules/crypto/md2: Moved from ../.
3119         * modules/crypto/md2-tests: Moved from ../.
3120         * modules/crypto/md4: Moved from ../.
3121         * modules/crypto/md4-tests: Moved from ../.
3122         * modules/crypto/md5: Moved from ../.
3123         * modules/crypto/md5-tests: Moved from ../.
3124         * modules/crypto/memxor: Moved from ../.
3125         * modules/crypto/rijndael: Moved from ../.
3126         * modules/crypto/rijndael-tests: Moved from ../.
3127         * modules/crypto/sha1: Moved from ../.
3128
3129 2007-03-30  James Youngman  <jay@gnu.org>
3130
3131         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3132         rename() to change the ctime of a file (because ctime is unaffected
3133         by rename on jfs2 on AIX 5.1).
3134         (main): Start by doing cleanup, in case a previous run failed leaving
3135         test files behind.
3136
3137 2007-03-31  Bruno Haible  <bruno@clisp.org>
3138
3139         Support old proprietary implementations of iconv.
3140         * modules/iconv_open: New file.
3141         * lib/iconv_.h: New file.
3142         * m4/iconv_h.m4: New file.
3143         * lib/iconv_open.c: New file.
3144         * lib/iconv_open-aix.gperf: New file.
3145         * lib/iconv_open-hpux.gperf: New file.
3146         * lib/iconv_open-irix.gperf: New file.
3147         * lib/iconv_open-osf.gperf: New file.
3148         * m4/iconv_open.m4: New file.
3149         * modules/linebreak (Depends-on): Add iconv_open.
3150         * modules/striconv (Depends-on): Likewise.
3151         * modules/striconveh (Depends-on): Likewise.
3152         * modules/unicodeio (Depends-on): Likewise.
3153         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3154         (iconv_t)(-1).
3155         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3156         conversion if cd is (iconv_t)(-1).
3157         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3158         is not possible.
3159
3160 2007-03-31  Bruno Haible  <bruno@clisp.org>
3161
3162         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3163         work on Solaris either. Protect also second use of "autodetect_jp".
3164
3165 2007-03-31  Bruno Haible  <bruno@clisp.org>
3166
3167         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3168         the function is not present.
3169
3170 2007-03-31  Bruno Haible  <bruno@clisp.org>
3171
3172         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3173         the function is not present.
3174
3175 2007-03-31  Bruno Haible  <bruno@clisp.org>
3176
3177         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3178         a bug in HP-UX iconv_open().
3179
3180 2007-03-31  Bruno Haible  <bruno@clisp.org>
3181
3182         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3183         (Mathematics <math.h>): New section, add fpieee.
3184         (Input/output <stdio.h>): Add fseterr.
3185         (Mathematics <math.h>): New section, add printf-frexp.
3186         (Container data structures): Add sublist.
3187         (Core language properties): Add fpucw, inline.
3188         (Functions for greatest-width integer types <inttypes.h>): Add
3189         imaxabs, imaxdiv, inttypes.
3190         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3191         isnanl-nolibm, ldexp.
3192         (Mathematics <math.h>): New section, add printf-frexpl.
3193         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3194         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3195         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3196         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3197         (Unicode string functions): Add unistr/u*-mbtoucr.
3198         (Java): Add javacomp-script, javaexec-script.
3199         (C#): Add csharpcomp-script, csharpexec-script.
3200         (Support for building libraries and executables): Add havelib,
3201         relocatable-*.
3202         (Support for maintaining and releasing projects): Renamed from
3203         'Support for maintaining and release projects'. Add announce-gen.
3204
3205 2007-03-31  Bruno Haible  <bruno@clisp.org>
3206
3207         * README: Talk primarily about git.
3208         (git and CVS): Renamed from CVS.
3209         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3210         gnulib is available through git.
3211         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3212
3213 2007-03-30  Bruno Haible  <bruno@clisp.org>
3214
3215         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3216         * lib/poll_.h: Likewise.
3217         * lib/stat_.h: Likewise.
3218         * lib/sys_time_.h: Likewise.
3219         * lib/sysexit_.h: Likewise.
3220         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3221         * lib/stdbool_.h: Likewise.
3222         * lib/byteswap_.h: Add double-inclusion guard.
3223
3224 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3225
3226         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3227
3228 2007-03-30  Karl Berry  <karl@gnu.org>
3229
3230         * config/srclist-update: double space after USA in the license
3231         substitution, since that's how it's usually (?) written.
3232
3233 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3234
3235         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3236         reported by Bruno Haible.
3237
3238 2007-03-29  Bruno Haible  <bruno@clisp.org>
3239
3240         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3241         a bug in AIX iconv().
3242
3243 2007-03-29  Bruno Haible  <bruno@clisp.org>
3244
3245         * modules/ldexpl-tests: New file.
3246         * tests/test-ldexpl.c: New file.
3247
3248 2007-03-29  Bruno Haible  <bruno@clisp.org>
3249
3250         * lib/ldexpl.c: Include fpucw.h.
3251         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3252         multiplication.
3253         * modules/ldexpl (Depends-on): Add fpucw.
3254
3255 2007-03-29  Bruno Haible  <bruno@clisp.org>
3256
3257         * modules/ldexpl: New file.
3258         * m4/ldexpl.m4: New file.
3259         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3260         set.
3261         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3262         REPLACE_LDEXPL.
3263         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3264         REPLACE_LDEXPL.
3265         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3266         gl_FUNC_LDEXPL_WORKS.
3267         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3268         * modules/mathl (Files): Remove lib/ldexpl.c.
3269         (Depends-on): Add ldexpl.
3270
3271 2007-03-29  Bruno Haible  <bruno@clisp.org>
3272
3273         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3274
3275 2007-03-29  Bruno Haible  <bruno@clisp.org>
3276
3277         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3278         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3279         and possibly also HP-UX.
3280         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3281         work on AIX, IRIX, HP-UX, OSF/1.
3282         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3283         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3284         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3285         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3286         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3287         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3288
3289 2007-03-29  Bruno Haible  <bruno@clisp.org>
3290
3291         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3292
3293 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3294
3295         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3296         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3297
3298 2007-03-29  Eric Blake  <ebb9@byu.net>
3299
3300         * lib/acl-internal.h: Remove redundant include.
3301         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3302         Cygwin when a file is locked.
3303
3304 2007-03-29  Bruno Haible  <bruno@clisp.org>
3305
3306         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3307         file.
3308         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3309
3310 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3311
3312         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3313         try to remove a parent directory if the child couldn't be removed
3314         (except for the first rmdir, which could fail because the child
3315         doesn't exist).  Problem reported by Jeff Blaine in
3316         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3317
3318 2007-03-28  Bruno Haible  <bruno@clisp.org>
3319
3320         * lib/striconveh.c (utf8conv_carefully): New function.
3321         (mem_cd_iconveh_internal): Invoke it.
3322
3323 2007-03-28  Bruno Haible  <bruno@clisp.org>
3324
3325         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3326         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3327         input.
3328         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3329         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3330         unistr/u8-uctomb.
3331
3332 2007-03-28  Bruno Haible  <bruno@clisp.org>
3333
3334         * modules/unistr/u8-mbtoucr: New file.
3335         * lib/unistr/u8-mbtoucr.c: New file.
3336         * modules/unistr/u16-mbtoucr: New file.
3337         * lib/unistr/u16-mbtoucr.c: New file.
3338         * modules/unistr/u16-mbtoucr: New file.
3339         * lib/unistr/u16-mbtoucr.c: New file.
3340         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3341
3342 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3343             Bruno Haible  <bruno@clisp.org>
3344
3345         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3346         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3347         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3348
3349         * m4/stdio_h.m4: Add stubs for vasprintf too.
3350
3351         * modules/stdio: Support vasprintf in sed command.
3352
3353         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3354         vasprintf.h.  Add stdio module indicator.
3355
3356         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3357         vasprintf.h.
3358
3359         * lib/vasprintf.h: File removed.
3360
3361         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3362         * lib/vasprintf.c: Ditto.
3363         * lib/xvasprintf.c: Ditto.
3364         * tests/test-vasprintf-posix.c: Ditto.
3365         * tests/test-vasprintf.c: Ditto.
3366
3367 2007-03-27  Bruno Haible  <bruno@clisp.org>
3368
3369         Make vasnprintf multithread-safe.
3370         * lib/vasnprintf.c (decimal_point_char): New function.
3371         (VASNPRINTF): Use it.
3372         Suggested by Simon Josefsson.
3373
3374 2007-03-27  Eric Blake  <ebb9@byu.net>
3375
3376         Support sub-second birthtime on cygwin.
3377         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3378         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3379         (get_stat_birthtime): Also work with st_birthtim.
3380
3381 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3382
3383         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3384         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3385         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3386         (get_stat_birthtime_ns): Simplify compile-time tests.
3387         (get_stat_birthtime): Change the API to look like
3388         get_stat_mtime etc., except return a negative tv_nsec on error.
3389         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3390         Don't check for "spare" fields.
3391         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3392         or for struct stat.st_birthtime, as these tests aren't used.
3393         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3394
3395 2007-03-27  Bruno Haible  <bruno@clisp.org>
3396
3397         * lib/stat-time.h: Include <sys/stat.h>.
3398
3399 2007-03-27  James Youngman  <jay@gnu.org>
3400
3401         * lib/stat-time.h (get_stat_birthtime): New function for
3402           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3403         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3404           and its variants.
3405         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3406         * modules/stat-time-test: New file.
3407         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3408
3409 2007-03-26  Bruno Haible  <bruno@clisp.org>
3410
3411         Better support of signalling NaNs.
3412         * lib/atanl.c: Include isnanl.h.
3413         (atanl): Perform test for NaN at the beginning of the function and
3414         through a call to isnanl.
3415         * lib/cosl.c: Include isnanl.h.
3416         (cosl): Perform test for NaN at the beginning of the function and
3417         through a call to isnanl.
3418         * lib/ldexpl.c: Include isnanl.h.
3419         (ldexpl): Perform test for NaN through a call to isnanl.
3420         * lib/logl.c: Include isnanl.h.
3421         (logl): Perform test for NaN at the beginning of the function and
3422         through a call to isnanl.
3423         * lib/sinl.c: Include isnanl.h.
3424         (sinl): Perform test for NaN at the beginning of the function and
3425         through a call to isnanl.
3426         * lib/sqrtl.c: Include isnanl.h.
3427         (sqrtl): Perform test for NaN at the beginning of the function and
3428         through a call to isnanl.
3429         * lib/tanl.c: Include isnanl.h.
3430         (tanl): Perform test for NaN at the beginning of the function and
3431         through a call to isnanl.
3432         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3433         * modules/mathl (Depends-on): Add isnanl.
3434
3435 2007-03-26  Eric Blake  <ebb9@byu.net>
3436
3437         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3438         regression in logic sense of previous patch.
3439
3440 2007-03-26  Bruno Haible  <bruno@clisp.org>
3441
3442         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3443         unportable shell command "if ! ...".
3444         Reported by Ralf Wildenhues.
3445
3446 2007-03-25  Bruno Haible  <bruno@clisp.org>
3447
3448         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3449         <sysexits.h> file, and only add EX_CONFIG.
3450         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3451         absolute file name and whether it is sufficient. Substitute also
3452         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3453         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3454         ABSOLUTE_SYSEXITS_H into sysexits.h.
3455
3456 2007-03-25  Bruno Haible  <bruno@clisp.org>
3457
3458         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3459         hints is NULL.
3460
3461 2007-03-25  Bruno Haible  <bruno@clisp.org>
3462
3463         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3464         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3465
3466 2007-03-25  Bruno Haible  <bruno@clisp.org>
3467
3468         * lib/vasnprintf.c: Include langinfo.h.
3469         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3470         multithread-safe.
3471         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3472         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3473         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3474         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3475         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3476         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3477         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3478         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3479         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3480         Reported by Simon Josefsson.
3481
3482 2007-03-25  Bruno Haible  <bruno@clisp.org>
3483
3484         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3485         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3486         * modules/vasnprintf (Depends-on): Add stdint.
3487
3488 2007-03-25  Bruno Haible  <bruno@clisp.org>
3489
3490         * modules/fpieee: New file.
3491         * m4/fpieee.m4: New file.
3492         * modules/isnan-nolibm (Depends-on): Add fpieee.
3493         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3494         * modules/isnanl (Depends-on): Add fpieee.
3495
3496 2007-03-25  Bruno Haible  <bruno@clisp.org>
3497
3498         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3499
3500 2007-03-25  Bruno Haible  <bruno@clisp.org>
3501
3502         Avoid test failures on IRIX 6.5.
3503         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3504         (main): Use it.
3505         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3506         macros.
3507         (main): Use them.
3508
3509 2007-03-25  Bruno Haible  <bruno@clisp.org>
3510
3511         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3512         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3513         exists but doesn't work.
3514         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3515         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3516         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3517         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3518
3519 2007-03-25  Bruno Haible  <bruno@clisp.org>
3520
3521         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3522         returns inf. Needed on IRIX 6.5.
3523
3524 2007-03-25  Bruno Haible  <bruno@clisp.org>
3525
3526         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3527         (main): Use isnanl instead of x != x idiom.
3528         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3529
3530         * tests/test-frexp.c: Include isnan.h.
3531         (main): Use isnan instead of x != x idiom.
3532         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3533
3534 2007-03-25  Bruno Haible  <bruno@clisp.org>
3535
3536         * tests/test-frexp.c (NaN): New function/macro.
3537         (main): Use it instead of 0.0 / 0.0.
3538         * tests/test-isnan.c (NaN): New function/macro.
3539         (main): Use it instead of 0.0 / 0.0.
3540         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3541         (test_function): Use it instead of 0.0 / 0.0.
3542         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3543         (test_function): Use it instead of 0.0 / 0.0.
3544         * tests/test-snprintf-posix.h (NaN): New function/macro.
3545         (test_function): Use it instead of 0.0 / 0.0.
3546         * tests/test-sprintf-posix.h (NaN): New function/macro.
3547         (test_function): Use it instead of 0.0 / 0.0.
3548         * tests/test-fprintf-posix.h (NaN): New function/macro.
3549         (test_function): Use it instead of 0.0 / 0.0.
3550         * tests/test-printf-posix.h (NaN): New function/macro.
3551         (test_function): Use it instead of 0.0 / 0.0.
3552
3553         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3554
3555 2007-03-25  Bruno Haible  <bruno@clisp.org>
3556
3557         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3558
3559 2007-03-25  Bruno Haible  <bruno@clisp.org>
3560
3561         * lib/regexec.c (merge_state_with_log): Make static.
3562
3563 2007-03-25  Bruno Haible  <bruno@clisp.org>
3564
3565         * lib/trigl.c (kernel_rem_pio2): Make static.
3566
3567 2007-03-25  Bruno Haible  <bruno@clisp.org>
3568
3569         * lib/sincosl.c (sincosl_table): Make static.
3570
3571 2007-03-25  Bruno Haible  <bruno@clisp.org>
3572
3573         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3574         if the compiler does not support C99.
3575
3576 2007-03-25  Bruno Haible  <bruno@clisp.org>
3577
3578         * modules/time (Makefile.am): Ensure all rule action lines start with a
3579         tab.
3580
3581 2007-03-24  Bruno Haible  <bruno@clisp.org>
3582
3583         * modules/tsearch-tests: New file.
3584         * tests/test-tsearch.sh: New file.
3585         * tests/test-tsearch.c: New file, mostly copied from glibc.
3586
3587         * modules/search-tests: New file.
3588         * tests/test-search.c: New file.
3589
3590         * modules/search: New file.
3591         * lib/search_.h: New file, incorporating lib/tsearch.h.
3592         * m4/search_h.m4: New file.
3593         * lib/tsearch.h: Remove file.
3594         * lib/tsearch.c: Include search.h instead of tsearch.h.
3595         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3596         HAVE_TSEARCH.
3597         * modules/tsearch (Files): Remove lib/tsearch.h.
3598         (Depends-on): Add search.
3599         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3600         (Include): Change tsearch.h into search.h.
3601
3602 2007-03-24  Bruno Haible  <bruno@clisp.org>
3603
3604         * modules/fpucw: New file.
3605         * lib/fpucw.h: New file.
3606         * lib/frexp.c: Include fpucw.h.
3607         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3608         (FUNC): Use them.
3609         * lib/printf-frexp.c: Include fpucw.h.
3610         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3611         (FUNC): Use them.
3612         * lib/vasnprintf.c: Include fpucw.h.
3613         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3614         'long double' calculations.
3615         * tests/test-frexpl.c: Include fpucw.h.
3616         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3617         * tests/test-printf-frexpl.c: Include fpucw.h.
3618         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3619         * modules/frexpl (Depends-on): Add fpucw.
3620         * modules/printf-frexpl (Depends-on): Likewise.
3621         * modules/fprintf-posix (Depends-on): Likewise.
3622         * modules/snprintf-posix (Depends-on): Likewise.
3623         * modules/sprintf-posix (Depends-on): Likewise.
3624         * modules/vasnprintf-posix (Depends-on): Likewise.
3625         * modules/vasprintf-posix (Depends-on): Likewise.
3626         * modules/vfprintf-posix (Depends-on): Likewise.
3627         * modules/vsnprintf-posix (Depends-on): Likewise.
3628         * modules/vsprintf-posix (Depends-on): Likewise.
3629         * modules/frexpl-tests (Depends-on): Likewise.
3630         * modules/printf-frexpl-tests (Depends-on): Likewise.
3631
3632 2007-03-24  Bruno Haible  <bruno@clisp.org>
3633
3634         * lib/float+.h: New file.
3635         * lib/isnan.c: Include float+.h.
3636         (SIZE): New macro.
3637         (FUNC): Compare only SIZE bytes of the value.
3638         * lib/vasnprintf.c: Include float+.h.
3639         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3640         SIZEOF_LDBL or SIZEOF_DBL bytes.
3641         * modules/isnan-nolibm (Files): Add lib/float+.h.
3642         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3643         * modules/isnanl (Files): Add lib/float+.h.
3644         * modules/vasnprintf (Files): Add lib/float+.h.
3645
3646 2007-03-24  Bruno Haible  <bruno@clisp.org>
3647
3648         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3649         include isnanl-nolibm.h.
3650
3651 2007-03-24  Bruno Haible  <bruno@clisp.org>
3652
3653         * tests/test-read-file.c (main): Don't produce spurious output for
3654         expected situations. Make the test fail if it encountered unexpected
3655         results.
3656
3657 2007-03-24  Bruno Haible  <bruno@clisp.org>
3658
3659         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3660         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3661
3662 2007-03-24  Bruno Haible  <bruno@clisp.org>
3663
3664         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3665
3666 2007-03-24  Bruno Haible  <bruno@clisp.org>
3667
3668         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3669         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3670
3671         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3672         * modules/utf8-ucs4: Turn into a symbolic link to module
3673         unistr/u8-mbtouc.
3674
3675         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3676         utf8-ucs4-unsafe.
3677         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3678         unistr/u8-mbtouc-unsafe.
3679
3680         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3681         * modules/utf16-ucs4: Turn into a symbolic link to module
3682         unistr/u16-mbtouc.
3683
3684         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3685         utf16-ucs4-unsafe.
3686         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3687         unistr/u16-mbtouc-unsafe.
3688
3689         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3690         * modules/ucs4-utf8: Turn into a symbolic link to module
3691         unistr/u8-ubtomb.
3692
3693         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3694         * modules/ucs4-utf16: Turn into a symbolic link to module
3695         unistr/u16-ubtomb.
3696
3697 2007-03-24  Bruno Haible  <bruno@clisp.org>
3698
3699         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3700         Enable the function only if HAVE_INLINE.
3701         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3702         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3703         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3704         Enable the function only if HAVE_INLINE.
3705         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3706         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3707         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3708         Enable the function only if HAVE_INLINE.
3709         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3710         Enable the function only if HAVE_INLINE.
3711         * modules/utf8-ucs4: Update.
3712         * modules/utf8-ucs4-unsafe: Update.
3713         * modules/utf16-ucs4: Update.
3714         * modules/utf16-ucs4-unsafe: Update.
3715         * modules/ucs4-utf8: Update.
3716         * modules/ucs4-utf16: Update.
3717
3718 2007-03-24  Bruno Haible  <bruno@clisp.org>
3719
3720         * lib/utf8-ucs4.h: Remove file.
3721         * lib/utf8-ucs4-unsafe.h: Remove file.
3722         * lib/utf16-ucs4.h: Remove file.
3723         * lib/utf16-ucs4-unsafe.h: Remove file.
3724         * lib/ucs4-utf8.h: Remove file.
3725         * lib/ucs4-utf16.h: Remove file.
3726         * lib/unistr.h: Include their previous contents.
3727         * m4/utf-ucs4.m4: Remove file.
3728         * m4/ucs4-utf.m4: Remove file.
3729         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3730         (Depends-on): Add unistr/base.
3731         (configure.ac): Remove gl_UTF_UCS4.
3732         (Makefile.am): Update.
3733         (Include): Change to unistr.h.
3734         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3735         (Depends-on): Add unistr/base.
3736         (configure.ac): Remove gl_UTF_UCS4.
3737         (Makefile.am): Update.
3738         (Include): Change to unistr.h.
3739         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3740         (Depends-on): Add unistr/base.
3741         (configure.ac): Remove gl_UTF_UCS4.
3742         (Makefile.am): Update.
3743         (Include): Change to unistr.h.
3744         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3745         (Depends-on): Add unistr/base.
3746         (configure.ac): Remove gl_UTF_UCS4.
3747         (Makefile.am): Update.
3748         (Include): Change to unistr.h.
3749         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3750         (Depends-on): Add unistr/base.
3751         (configure.ac): Remove gl_UCS4_UTF.
3752         (Makefile.am): Update.
3753         (Include): Change to unistr.h.
3754         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3755         (Depends-on): Add unistr/base.
3756         (configure.ac): Remove gl_UCS4_UTF.
3757         (Makefile.am): Update.
3758         (Include): Change to unistr.h.
3759         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3760         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3761         utf8-ucs4-unsafe.h.
3762         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3763         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3764         utf16-ucs4-unsafe.h.
3765         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3766         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3767         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3768         * lib/unistr/u8-strchr.c: Likewise.
3769         * lib/unistr/u8-strrchr.c: Likewise.
3770         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3771         * lib/unistr/u16-strchr.c: Likewise.
3772         * lib/unistr/u16-strrchr.c: Likewise.
3773         * lib/striconveh.c: Update.
3774         * lib/linebreak.c: Update.
3775
3776 2007-03-24  Bruno Haible  <bruno@clisp.org>
3777
3778         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3779         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3780
3781 2007-03-22  Bruno Haible  <bruno@clisp.org>
3782
3783         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3784
3785 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3786
3787         * MODULES.html.sh (File system functions): New module write-any-file.
3788         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3789         * m4/write-any-file.m4: New files.
3790
3791 2007-03-23  Eric Blake  <ebb9@byu.net>
3792
3793         * gnulib-tool: Rearrange space-tab sequences, since some editors
3794         like to eat them.
3795
3796 2007-03-23  Eric Blake  <ebb9@byu.net>
3797
3798         * lib/version-etc.c (version_etc_va): Update license wording to
3799         be more concise.  Recommended by Richard Stallman.
3800
3801 2007-03-22  Bruno Haible  <bruno@clisp.org>
3802
3803         * lib/poll.c (MSG_PEEK): New fallback definition.
3804
3805 2007-03-22  Bruno Haible  <bruno@clisp.org>
3806
3807         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3808         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3809         (main): Update.
3810         Fixes a compilation error on BeOS.
3811
3812 2007-03-22  Bruno Haible  <bruno@clisp.org>
3813
3814         * modules/frexpl-tests: New file.
3815         * tests/test-frexpl.c: New file.
3816
3817         * modules/frexpl: New file.
3818         * m4/frexpl.m4: New file.
3819         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3820         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3821         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3822         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3823         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3824         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3825
3826 2007-03-22  Bruno Haible  <bruno@clisp.org>
3827
3828         * lib/frexpl.c: Share code with lib/frexp.c.
3829         * modules/mathl (Files): Add lib/frexp.c.
3830         (Depends-on): Add isnanl-nolibm.
3831
3832 2007-03-22  Bruno Haible  <bruno@clisp.org>
3833
3834         * modules/printf-frexp (Files): Add m4/frexp.m4.
3835         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3836         only if the found frexp function actually works.
3837
3838 2007-03-22  Bruno Haible  <bruno@clisp.org>
3839
3840         * lib/frexp.c: Remove older implementation that uses divisions.
3841
3842 2007-03-21  Bruno Haible  <bruno@clisp.org>
3843
3844         * modules/frexp-tests: New file.
3845         * tests/test-frexp.c: New file.
3846
3847         * modules/frexp: New file.
3848         * lib/frexp.c: New file.
3849         * m4/frexp.m4: New file.
3850         * lib/math_.h (frexp): New declaration.
3851         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3852         REPLACE_FREXP.
3853         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3854
3855 2007-03-21  Bruno Haible  <bruno@clisp.org>
3856
3857         * modules/isnanl-tests: New file.
3858         * tests/test-isnanl.c: New file.
3859
3860         * modules/isnanl: New file.
3861         * lib/isnanl.h: New file.
3862         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3863         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3864         gl_FUNC_ISNANL_WORKS.
3865         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3866         New macros.
3867
3868 2007-03-21  Bruno Haible  <bruno@clisp.org>
3869
3870         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3871         lib/isnanl.h.
3872         (Include): Update.
3873         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3874         * lib/vasnprintf.c: Update.
3875         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3876         tests/test-isnanl.h, remove tests/test-isnanl.c.
3877         (Makefile.am): Update.
3878         * tests/test-isnanl-nolibm.c: New file.
3879         * tests/test-isnanl.h: New file.
3880         * tests/test-isnanl.c: Remove file.
3881
3882 2007-03-21  Jim Meyering  <jim@meyering.net>
3883
3884         When trying to open ".", treat ESTALE like EACCES.
3885         * lib/savewd.c (savewd_save): Resort to forking not just upon
3886         failure with EACCES, but also when errno is ESTALE.
3887
3888 2007-03-20  Bruno Haible  <bruno@clisp.org>
3889
3890         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3891         Needed on AIX 5.1. Reported by Matthew Woehlke.
3892
3893 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3894
3895         Suggestions by Bruno Haible:
3896         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3897         our own.
3898         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3899         * modules/acl (Depends-on): Add gettext.
3900
3901 2007-03-19  Bruno Haible  <bruno@clisp.org>
3902
3903         * modules/iconvme: Remove file.
3904         * lib/iconvme.h: Remove file.
3905         * lib/iconvme.c: Remove file.
3906         * m4/iconvme.m4: Remove file.
3907
3908 2007-03-19  Bruno Haible  <bruno@clisp.org>
3909
3910         * doc/relocatable-maint.texi: Break long shell script line.
3911         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3912
3913 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3914
3915         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3916         handle file_has_acl.
3917         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3918         * lib/acl.c: Move header inclusions and related macro defns into
3919         lib/acl-internal.h.
3920         (S_ISLNK): Remove defn, since that's now done for us.
3921         (file_has_acl): Move to lib/file-has-acl.c.
3922         Call acl_trivial if available.  This is the crucial part of the fix.
3923         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3924         shared within the library.  Rewrite a bit, partly to make it compatible
3925         with the GNU coding style.
3926         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3927         Remove unnecessary double-quotes.
3928         Don't test for acl_to_text; the build will catch that.
3929         Replace acl_entries if it doesn't exist and it is needed.
3930         Check for -lsec and acl_trivial (as used on Solaris 10).
3931         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3932         lib/file-has-acl.c.
3933         (Depends-on): Add sys_stat, for S_ISLNK.
3934
3935 2007-03-19  Ben Pfaff  <blp@gnu.org>
3936
3937         * doc/gnulib.texi: Fix typos.
3938         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3939
3940 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3941
3942         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3943         If size is zero here, buf must be zero.
3944
3945 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3946
3947         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3948         <bruno@clisp.org>.
3949
3950 2007-03-18  Bruno Haible  <bruno@clisp.org>
3951
3952         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3953         Suggested by Eric Blake.
3954
3955 2007-03-18  Ben Pfaff  <blp@gnu.org>
3956
3957         * doc/relocatable.texi: Recommend using as prefix a directory
3958         that does not exist and will never be created.  Based on
3959         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3960         and others.
3961
3962 2007-03-17  Bruno Haible  <bruno@clisp.org>
3963
3964         * lib/fchownat.c: Include lchown.h.
3965
3966 2007-03-17  Bruno Haible  <bruno@clisp.org>
3967
3968         Fix endless loop when the given allocated size was > INT_MAX.
3969         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3970         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3971         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3972         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3973         * lib/sprintf.c (sprintf): Likewise.
3974
3975 2007-03-17  Bruno Haible  <bruno@clisp.org>
3976
3977         * tests/test-argp-2.sh (func_compare): Output a context diff.
3978
3979 2007-03-17  Bruno Haible  <bruno@clisp.org>
3980
3981         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3982         locale's decimal-point character.
3983
3984 2007-03-17  Bruno Haible  <bruno@clisp.org>
3985
3986         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3987         before comparing it. Needed because on some platforms (e.g. x86) a
3988         'long double' occupies less bytes than sizeof (long double).
3989
3990 2007-03-17  Bruno Haible  <bruno@clisp.org>
3991
3992         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3993         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3994         * tests/test-getaddrinfo.c (simple): Likewise.
3995         * tests/test-read-file.c (main): Likewise.
3996
3997 2007-03-17  Bruno Haible  <bruno@clisp.org>
3998
3999         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4000
4001 2007-03-17  Bruno Haible  <bruno@clisp.org>
4002
4003         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4004         unused variable.
4005
4006 2007-03-17  Bruno Haible  <bruno@clisp.org>
4007
4008         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4009         * tests/test-c-strncasecmp.c: Likewise.
4010
4011 2007-03-17  Bruno Haible  <bruno@clisp.org>
4012
4013         * modules/stdlib (Depends-on): Add unistd.
4014         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4015         Needed for MacOS X 10.3.
4016
4017 2007-03-17  Bruno Haible  <bruno@clisp.org>
4018
4019         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4020
4021 2007-03-17  Bruno Haible  <bruno@clisp.org>
4022
4023         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4024
4025 2007-03-17  Bruno Haible  <bruno@clisp.org>
4026
4027         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4028         to reflect files copied from gnulib (with or without modifications).
4029         Suggested by Jim Meyering.
4030
4031 2007-03-17  Eric Blake  <ebb9@byu.net>
4032
4033         * NEWS: Document stdlib change from 2007-02-18.
4034
4035 2007-03-17  Jim Meyering  <jim@meyering.net>
4036
4037         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4038         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4039         someone uses a name containing shell meta-characters.
4040         Reported by Alfred M. Szmidt.
4041
4042         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4043
4044 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4045
4046         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4047         and copy gettext configuration files only if configure.ac contains
4048         a use of AM_GNU_GETTEXT_VERSION.
4049
4050 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4051
4052         * build-aux/bootstrap (gnulib_name): New variable.
4053         (gnulib_tool_options): Use it.
4054
4055 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4056
4057         * tests/test-des.c: Use new namespace.
4058
4059 2007-03-15  Bruno Haible  <bruno@clisp.org>
4060
4061         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4062         Reported by James Youngman <jay@gnu.org>.
4063
4064 2007-03-15  Bruno Haible  <bruno@clisp.org>
4065
4066         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4067         declared prototype. Needed with cc on OSF/1 5.1.
4068
4069 2007-03-15  Bruno Haible  <bruno@clisp.org>
4070
4071         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4072         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4073         (struct gl_list_implementation): Add dispose_fn argument to the
4074         'create_empty', 'create' methods.
4075         (struct gl_list_impl_base): Add field 'dispose_fn'.
4076         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4077         argument.
4078         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4079         dispose_fn argument.
4080         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4081         dispose_fn on the dropped values.
4082         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4083         dispose_fn argument.
4084         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4085         dropped values.
4086         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4087         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4088         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4089         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4090         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4091         argument.
4092         (gl_tree_list_free): Call dispose_fn on the dropped values.
4093         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4094         the dropped values.
4095         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4096         Add dispose_fn argument.
4097         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4098         Call dispose_fn on the dropped values.
4099         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4100         Add dispose_fn argument.
4101         (gl_sublist_create): Initialize the 'dispose_fn' field.
4102         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4103         * tests/test-array_list.c (main): Update.
4104         * tests/test-carray_list.c (main): Update.
4105         * tests/test-avltree_list.c (main): Update.
4106         * tests/test-rbtree_list.c (main): Update.
4107         * tests/test-avltreehash_list.c (main): Update.
4108         * tests/test-rbtreehash_list.c (main): Update.
4109         * tests/test-linked_list.c (main): Update.
4110         * tests/test-linkedhash_list.c (main): Update.
4111         * tests/test-array_oset.c (main): Update.
4112
4113 2007-03-15  Bruno Haible  <bruno@clisp.org>
4114
4115         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4116         (gl_oset_create_empty): Add dispose_fn argument.
4117         (struct gl_oset_implementation): Add dispose_fn argument to
4118         'create_empty' method.
4119         (struct gl_oset_impl_base): Add dispose_fn field.
4120         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4121         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4122         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4123         values.
4124         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4125         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4126         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4127         dropped value.
4128         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4129         dropped value.
4130         * tests/test-array_oset.c (main): Update.
4131         * tests/test-avltree_oset.c (main): Update.
4132         * tests/test-rbtree_oset.c (main): Update.
4133         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4134
4135 2007-03-13  Bruno Haible  <bruno@clisp.org>
4136
4137         * tests/test-stdbool.c (i): Update after last patch.
4138
4139 2007-03-12  Bruno Haible  <bruno@clisp.org>
4140
4141         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4142         the iswprint macro. Needed on Solaris 2.5.1.
4143
4144 2007-03-12  Bruno Haible  <bruno@clisp.org>
4145
4146         * tests/test-printf-frexp.c (main): Declare x as volatile.
4147
4148 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4149
4150         * doc/gnulib.texi (Build robot for gnulib): New section.
4151
4152 2007-03-12  Jim Meyering  <jim@meyering.net>
4153
4154         * build-aux/bootstrap: New file.
4155         * build-aux/bootstrap.conf: New file, from coreutils.
4156
4157 2007-03-11  Bruno Haible  <bruno@clisp.org>
4158
4159         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4160
4161 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4162
4163         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4164         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4165         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4166
4167 2007-03-11  Bruno Haible  <bruno@clisp.org>
4168
4169         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4170         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4171
4172 2007-03-11  Bruno Haible  <bruno@clisp.org>
4173
4174         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4175         formula. Needed for SunPRO C 5.0.
4176
4177 2007-03-11  Bruno Haible  <bruno@clisp.org>
4178
4179         * modules/long-options (Depends-on): Add getopt.
4180
4181 2007-03-11  Bruno Haible  <bruno@clisp.org>
4182
4183         * modules/modechange (Depends-on): Add stdbool.
4184
4185 2007-03-11  Bruno Haible  <bruno@clisp.org>
4186
4187         * modules/i-ring (Depends-on): Add stdbool.
4188
4189 2007-03-11  Bruno Haible  <bruno@clisp.org>
4190
4191         * modules/gc-des (Depends-on): Add stdbool.
4192
4193 2007-03-11  Bruno Haible  <bruno@clisp.org>
4194
4195         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4196
4197 2007-03-11  Bruno Haible  <bruno@clisp.org>
4198
4199         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4200
4201 2007-03-11  Bruno Haible  <bruno@clisp.org>
4202
4203         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4204
4205 2007-03-11  Bruno Haible  <bruno@clisp.org>
4206
4207         * lib/vasnprintf.c (sprintf): Undefine.
4208
4209 2007-03-11  Bruno Haible  <bruno@clisp.org>
4210
4211         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4212         initializers in SunPRO C and Compaq C compilers.
4213
4214 2007-03-11  Bruno Haible  <bruno@clisp.org>
4215
4216         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4217         decrementing code ANSI C compliant.
4218
4219 2007-03-11  Bruno Haible  <bruno@clisp.org>
4220
4221         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4222         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4223
4224 2007-03-11  Bruno Haible  <bruno@clisp.org>
4225
4226         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4227         <stdbool.h> substitute doesn't pass.
4228
4229 2007-03-11  Bruno Haible  <bruno@clisp.org>
4230
4231         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4232
4233 2007-03-11  Bruno Haible  <bruno@clisp.org>
4234
4235         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4236         script, for submission to autobuild.josefsson.org.
4237
4238 2007-03-10  Bruno Haible  <bruno@clisp.org>
4239
4240         * modules/canonicalize-lgpl-tests: New file.
4241         * tests/test-canonicalize-lgpl.sh: New file.
4242         * tests/test-canonicalize-lgpl.c: New file.
4243
4244         * modules/c-strcase-tests: New file.
4245         * tests/test-c-strcase.sh: New file.
4246         * tests/test-c-strcasecmp.c: New file.
4247         * tests/test-c-strncasecmp.c: New file.
4248
4249         * modules/atexit-tests: New file.
4250         * tests/test-atexit.sh: New file.
4251         * tests/test-atexit.c: New file.
4252
4253 2007-03-10  Bruno Haible  <bruno@clisp.org>
4254
4255         * tests/test-binary-io.sh: Use temporary filenames that are not so
4256         likely to clash with those of other tests (in a parallel make).
4257         * tests/test-binary-io.c: Likewise.
4258
4259 2007-03-10  Bruno Haible  <bruno@clisp.org>
4260
4261         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4262         fallback; use #error instead.
4263         Suggested by Simon Josefsson.
4264
4265 2007-03-10  Bruno Haible  <bruno@clisp.org>
4266
4267         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4268         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4269         first and the last.
4270
4271 2007-03-10  Bruno Haible  <bruno@clisp.org>
4272
4273         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4274
4275 2007-03-10  Bruno Haible  <bruno@clisp.org>
4276
4277         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4278         "make distcheck".
4279         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4280         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4281         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4282
4283 2007-03-10  Bruno Haible  <bruno@clisp.org>
4284
4285         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4286         variable.
4287         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4288         variable.
4289
4290 2007-03-09  Eric Blake  <ebb9@byu.net>
4291         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4292
4293         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4294         types are not being provided by gnulib.
4295         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4296         types are supported.
4297
4298 2007-03-10  Bruno Haible  <bruno@clisp.org>
4299
4300         * lib/stdio_.h (__attribute__): New macro.
4301         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4302         vsprintf): Specify __attribute__ __format__ for GCC.
4303         Suggested by Eric Blake.
4304
4305 2007-03-09  Bruno Haible  <bruno@clisp.org>
4306
4307         * modules/printf-posix-tests: New file.
4308         * tests/test-printf-posix.sh: New file.
4309         * tests/test-printf-posix.c: New file.
4310
4311         * modules/printf-posix: New file.
4312         * lib/printf.c: New file.
4313         * m4/printf-posix-rpl.m4: New file.
4314         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4315         REPLACE_PRINTF.
4316         * lib/stdio_.h (printf): New declaration.
4317         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4318         ____strfmon____): New macros.
4319         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4320         REPLACE_PRINTF.
4321
4322 2007-03-09  Bruno Haible  <bruno@clisp.org>
4323
4324         * tests/test-vasnprintf-posix2.sh: New file.
4325         * tests/test-vasnprintf-posix2.c: New file.
4326         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4327         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4328         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4329
4330         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4331         a locale dependent decimal point, rather than always '.'.
4332
4333 2007-03-09  Eric Blake  <ebb9@byu.net>
4334
4335         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4336         spite of platforms like Tandem/NSK that define it to -1.
4337
4338 2007-03-08  Bruno Haible  <bruno@clisp.org>
4339
4340         * modules/vprintf-posix-tests: New file.
4341         * tests/test-vprintf-posix.sh: New file.
4342         * tests/test-vprintf-posix.c: New file.
4343         * tests/test-printf-posix.h: New file.
4344
4345         * modules/vprintf-posix: New file.
4346         * lib/vprintf.c: New file.
4347         * m4/vprintf-posix.m4: New file.
4348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4349         REPLACE_VPRINTF.
4350         * lib/stdio_.h (vprintf): New declaration.
4351         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4352         REPLACE_VPRINTF.
4353
4354 2007-03-08  Bruno Haible  <bruno@clisp.org>
4355
4356         * modules/fprintf-posix-tests: New file.
4357         * tests/test-fprintf-posix.sh: New file.
4358         * tests/test-fprintf-posix.c: New file.
4359
4360         * modules/fprintf-posix: New file.
4361         * lib/fprintf.c: New file.
4362         * m4/fprintf-posix.m4: New file.
4363         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4364         REPLACE_FPRINTF.
4365         * lib/stdio_.h (fprintf): New declaration.
4366         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4367         REPLACE_FPRINTF.
4368
4369 2007-03-08  Bruno Haible  <bruno@clisp.org>
4370
4371         * modules/vfprintf-posix-tests: New file.
4372         * tests/test-vfprintf-posix.sh: New file.
4373         * tests/test-vfprintf-posix.c: New file.
4374         * tests/test-fprintf-posix.h: New file.
4375         * tests/test-fprintf-posix.out: New file.
4376
4377         * modules/vfprintf-posix: New file.
4378         * lib/vfprintf.c: New file.
4379         * m4/vfprintf-posix.m4: New file.
4380         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4381         REPLACE_VFPRINTF.
4382         * lib/stdio_.h (vfprintf): New declaration.
4383         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4384         REPLACE_VFPRINTF.
4385
4386 2007-03-08  Bruno Haible  <bruno@clisp.org>
4387
4388         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4389
4390 2007-03-08  Bruno Haible  <bruno@clisp.org>
4391
4392         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4393         instead of 'expr' invocations.
4394         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4395         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4396         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4397         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4398         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4399         Suggested by Paul Eggert.
4400
4401 2007-03-08  Bruno Haible  <bruno@clisp.org>
4402
4403         * modules/fseterr-tests: New file.
4404         * tests/test-fseterr.c: New file.
4405
4406         * modules/fseterr: New file.
4407         * lib/fseterr.h: New file.
4408         * lib/fseterr.c: New file.
4409
4410 2007-03-08  Bruno Haible  <bruno@clisp.org>
4411
4412         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4413         * lib/getopt_.h: Likewise.
4414         * lib/mbswidth.h: Likewise.
4415         * lib/setenv.h: Likewise.
4416         * lib/vasnprintf.h: Likewise.
4417         * lib/vasprintf.h: Likewise.
4418         * lib/verror.h: Likewise.
4419         * lib/xsetenv.h: Likewise.
4420         * lib/xvasprintf.h: Likewise.
4421
4422 2007-03-08  Jim Meyering  <jim@meyering.net>
4423
4424         * users.txt: Add parted.
4425
4426         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4427
4428 2007-03-07  Bruno Haible  <bruno@clisp.org>
4429
4430         * m4/printf.m4: Make the shell script snippets copy&pastable.
4431
4432 2007-03-02  Bruno Haible  <bruno@clisp.org>
4433
4434         * lib/netinet_in_.h: New file.
4435         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4436         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4437         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4438         (Depends-on): Add absolute-header.
4439         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4440         into netinet/in.h.
4441
4442 2007-03-03  Bruno Haible  <bruno@clisp.org>
4443
4444         * lib/sys_select_.h: New file.
4445         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4446         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4447         * modules/sys_select (Files): Add lib/sys_select_.h.
4448         (Depends-on): Add absolute-header.
4449         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4450         into sys/select.h.
4451
4452 2007-03-02  Bruno Haible  <bruno@clisp.org>
4453
4454         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4455         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4456         values.
4457         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4458         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4459         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4460         * modules/sys_socket (Depends-on): Add absolute-header.
4461         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4462         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4463         (Include): Remove requirement of inclusion of <sys/types.h>.
4464
4465 2007-03-02  Bruno Haible  <bruno@clisp.org>
4466
4467         * lib/byteswap_.h (bswap_32): Fix formula.
4468
4469 2007-03-06  Bruno Haible  <bruno@clisp.org>
4470
4471         * modules/sprintf-posix-tests: New file.
4472         * tests/test-sprintf-posix.c: New file.
4473
4474         * modules/sprintf-posix: New file.
4475         * lib/sprintf.c: New file.
4476         * m4/sprintf-posix.m4: New file.
4477         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4478         REPLACE_SPRINTF.
4479         * lib/stdio_.h (sprintf): New declaration.
4480         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4481         REPLACE_SPRINTF.
4482
4483 2007-03-06  Bruno Haible  <bruno@clisp.org>
4484
4485         * modules/vsprintf-posix-tests: New file.
4486         * tests/test-vsprintf-posix.c: New file.
4487         * tests/test-sprintf-posix.h: New file.
4488
4489         * modules/vsprintf-posix: New file.
4490         * lib/vsprintf.c: New file.
4491         * m4/vsprintf-posix.m4: New file.
4492         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4493         REPLACE_VSPRINTF.
4494         * lib/stdio_.h (vsprintf): New declaration.
4495         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4496         REPLACE_VSPRINTF.
4497
4498 2007-03-06  Bruno Haible  <bruno@clisp.org>
4499
4500         * modules/vsnprintf (Depend-on): Remove minmax.
4501
4502 2007-03-06  Bruno Haible  <bruno@clisp.org>
4503
4504         * modules/snprintf-posix-tests: New file.
4505         * tests/test-snprintf-posix.c: New file.
4506
4507         * modules/snprintf-posix: New file.
4508         * m4/snprintf-posix.m4: New file.
4509         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4510         gl_FUNC_SNPRINTF.
4511         (gl_FUNC_SNPRINTF): Invoke it.
4512         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4513         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4514         is set.
4515         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4516
4517 2007-03-06  Bruno Haible  <bruno@clisp.org>
4518
4519         * modules/vsnprintf-posix-tests: New file.
4520         * tests/test-vsnprintf-posix.c: New file.
4521         * tests/test-snprintf-posix.h: New file.
4522
4523         * modules/vsnprintf-posix: New file.
4524         * m4/vsnprintf-posix.m4: New file.
4525         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4526         gl_FUNC_VSNPRINTF.
4527         (gl_FUNC_VSNPRINTF): Invoke it.
4528         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4529         * lib/stdio_.h (vsnprintf): Define as a replacement if
4530         REPLACE_VSNPRINTF is set.
4531         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4532
4533 2007-03-06  Bruno Haible  <bruno@clisp.org>
4534
4535         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4536         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4537
4538 2007-03-06  Bruno Haible  <bruno@clisp.org>
4539
4540         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4541         (asinl): Declare also if HAVE_DECL_ASINL is set.
4542         (atanl): Declare also if HAVE_DECL_ATANL is set.
4543         (ceill): Declare also if HAVE_DECL_CEILL is set.
4544         (cosl): Declare also if HAVE_DECL_COSL is set.
4545         (expl): Declare also if HAVE_DECL_EXPL is set.
4546         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4547         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4548         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4549         (logl): Declare also if HAVE_DECL_LOGL is set.
4550         (sinl): Declare also if HAVE_DECL_SINL is set.
4551         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4552         (tanl): Declare also if HAVE_DECL_TANL is set.
4553         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4554         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4555         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4556         declaration of frexpl, ldexpl.
4557         * modules/printf-frexpl (Depends-on): Add math.
4558         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4559
4560 2007-03-05  Bruno Haible  <bruno@clisp.org>
4561
4562         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4563         frexpl and ldexpl are declared.
4564         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4565
4566 2007-03-05  Bruno Haible  <bruno@clisp.org>
4567
4568         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4569         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4570
4571 2007-03-05  Bruno Haible  <bruno@clisp.org>
4572
4573         * lib/stdio_.h: Include <stddef.h>.
4574
4575 2007-03-05  Bruno Haible  <bruno@clisp.org>
4576
4577         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4578
4579 2007-03-05  Bruno Haible  <bruno@clisp.org>
4580
4581         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4582         NetBSD 4, from Ralf Wildenhues.
4583
4584 2007-03-04  Bruno Haible  <bruno@clisp.org>
4585
4586         * lib/vasprintf.h: Update #if logic for the case when the functions
4587         exist but are overridden.
4588
4589 2007-03-04  Bruno Haible  <bruno@clisp.org>
4590
4591         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4592         implementations: glibc-2.4 and MacOS X 10.3.
4593         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4594         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4595         * tests/test-vasprintf-posix.c (test_function): Likewise.
4596
4597 2007-03-04  Bruno Haible  <bruno@clisp.org>
4598
4599         * modules/vasprintf-posix-tests: New file.
4600         * tests/test-vasprintf-posix.c: New file.
4601
4602         * modules/vasprintf-posix: New file.
4603         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4604         defined.
4605         * m4/vasprintf-posix.m4: New file.
4606         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4607         gl_FUNC_VASPRINTF.
4608         (gl_FUNC_VASPRINTF): Invoke it.
4609         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4610         here.
4611         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4612
4613 2007-03-04  Bruno Haible  <bruno@clisp.org>
4614
4615         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4616         REPLACE_GETTIMEOFDAY.
4617         * modules/sys_time (Makefile.am): Likewise.
4618         * m4/sys_time_h.m4: Likewise.
4619         * m4/gettimeofday.m4: Likewise.
4620
4621 2007-03-04  Bruno Haible  <bruno@clisp.org>
4622
4623         * modules/vasnprintf-posix-tests: New file.
4624         * tests/test-vasnprintf-posix.c: New file.
4625
4626         * modules/vasnprintf-posix: New file.
4627         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4628         printf-frexpl.h.
4629         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4630         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4631         REPLACE_VASNPRINTF is defined.
4632         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4633         gl_FUNC_VASNPRINTF.
4634         (gl_FUNC_VASNPRINTF): Invoke it.
4635         * m4/vasnprintf-posix.m4: New file.
4636         * m4/printf.m4: New file.
4637
4638 2007-03-04  Bruno Haible  <bruno@clisp.org>
4639
4640         Compile progreloc.c only if --enable-relocatable is specified.
4641         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4642         if --enable-relocatable was specified.
4643         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4644         lib_SOURCES.
4645
4646 2007-03-04  Jim Meyering  <jim@meyering.net>
4647
4648         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4649         Use it consistently, rather than enumerating errno constants.
4650
4651 2007-03-04  Bruno Haible  <bruno@clisp.org>
4652
4653         * modules/xvasprintf-tests: New file.
4654         * tests/test-xvasprintf.c: New file.
4655
4656         * modules/vasprintf-tests: New file.
4657         * tests/test-vasprintf.c: New file.
4658
4659         * modules/vasnprintf-tests: New file.
4660         * tests/test-vasnprintf.c: New file.
4661
4662         * modules/vsnprintf-tests: New file.
4663         * tests/test-vsnprintf.c: New file.
4664
4665         * modules/snprintf-tests: New file.
4666         * tests/test-snprintf.c: New file.
4667
4668 2007-03-04  Bruno Haible  <bruno@clisp.org>
4669
4670         Compile relocatable.c only if --enable-relocatable is specified.
4671         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4672         gl_RELOCATABLE_LIBRARY.
4673         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4674         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4675         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4676         gl_RELOCATABLE_LIBRARY.
4677         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4678         (Makefile.am): Remove lib_SOURCES.
4679         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4680         gl_RELOCATABLE_LIBRARY.
4681         (Makefile.am): Remove lib_SOURCES.
4682         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4683         always.
4684         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4685         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4686
4687 2007-03-04  Bruno Haible  <bruno@clisp.org>
4688
4689         * modules/argmatch-tests: New file.
4690         * tests/test-argmatch.c: New file.
4691
4692         * tests/test-allocsa.c (main): Halve the number of loop runs.
4693
4694         * modules/alloca-opt-tests: New file.
4695         * tests/test-alloca-opt.c: New file.
4696
4697 2007-03-04  Jim Meyering  <jim@meyering.net>
4698
4699         Work around difference between Linux ACLs and Solaris 10 ZFS.
4700         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4701         for EINVAL.
4702
4703 2007-03-03  Bruno Haible  <bruno@clisp.org>
4704
4705         * modules/relocatable-prog (Depends-on): Add back progreloc's
4706         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4707
4708 2007-03-03  Bruno Haible  <bruno@clisp.org>
4709
4710         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4711         * modules/relocatable-lib: New file.
4712
4713 2007-03-03  Bruno Haible  <bruno@clisp.org>
4714
4715         * modules/relocatable-prog: Renamed from modules/relocatable.
4716         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4717
4718 2007-03-03  Bruno Haible  <bruno@clisp.org>
4719
4720         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4721         m4/relocatable-lib.m4.
4722         (Depends-on): Remove 'relocatable'.
4723         (configure.ac): Add gl_RELOCATABLE_NOP.
4724
4725 2007-03-03  Bruno Haible  <bruno@clisp.org>
4726
4727         * modules/relocatable-prog-wrapper: New file.
4728         * modules/relocatable (Depends-on): Add it. Remove all other
4729         dependencies except progname.
4730         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4731
4732         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4733         (gl_FUNC_STRERROR): Nop.
4734         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4735
4736         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4737         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4738
4739         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4740         (gl_FUNC_READLINK): Update.
4741
4742         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4743
4744 2007-03-03  Bruno Haible  <bruno@clisp.org>
4745
4746         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4747         * modules/xreadlink (Depends-on): Add unistd.
4748         * modules/xreadlink-with-size (Depends-on): Likewise.
4749
4750 2007-03-03  Bruno Haible  <bruno@clisp.org>
4751
4752         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4753         extracted from gt_FUNC_SETENV.
4754         (gt_FUNC_SETENV): Remove macro.
4755         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4756         remove gt_FUNC_SETENV.
4757
4758 2007-03-03  Bruno Haible  <bruno@clisp.org>
4759
4760         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4761         ENABLE_RELOCATABLE here.
4762         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4763
4764 2007-03-03  Bruno Haible  <bruno@clisp.org>
4765
4766         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4767         * tests/test-rbtreehash_list.c: Include progname.h.
4768         (main): Call set_program_name.
4769
4770         * modules/rbtree-oset-tests (Depends-on): Add progname.
4771         * tests/test-rbtree_oset.c: Include progname.h.
4772         (main): Call set_program_name.
4773
4774         * modules/rbtree-list-tests (Depends-on): Add progname.
4775         * tests/test-rbtree_list.c: Include progname.h.
4776         (main): Call set_program_name.
4777
4778         * modules/linked-list-tests (Depends-on): Add progname.
4779         * tests/test-linked_list.c: Include progname.h.
4780         (main): Call set_program_name.
4781
4782 2007-03-03  Bruno Haible  <bruno@clisp.org>
4783
4784         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4785         All uses of __restrict changed to _Restrict_.
4786         * lib/glob_.h (__restrict): Remove macro.
4787
4788 2007-03-02  Bruno Haible  <bruno@clisp.org>
4789
4790         * modules/gettext (configure.ac): Require gettext infrastructure
4791         from version 0.16.1.
4792
4793 2007-03-02  Bruno Haible  <bruno@clisp.org>
4794
4795         * modules/linkedhash-list-tests (Depends-on): Add progname.
4796         * tests/test-linkedhash_list.c: Include progname.h.
4797         (main): Call set_program_name.
4798
4799         * modules/carray-list-tests (Depends-on): Add progname.
4800         * tests/test-carray_list.c: Include progname.h.
4801         (main): Call set_program_name.
4802
4803         * modules/avltreehash-list-tests (Depends-on): Add progname.
4804         * tests/test-avltreehash_list.c: Include progname.h.
4805         (main): Call set_program_name.
4806
4807         * modules/avltree-oset-tests (Depends-on): Add progname.
4808         * tests/test-avltree_oset.c: Include progname.h.
4809         (main): Call set_program_name.
4810
4811         * modules/avltree-list-tests (Depends-on): Add progname.
4812         * tests/test-avltree_list.c: Include progname.h.
4813         (main): Call set_program_name.
4814
4815         * modules/array-oset-tests (Depends-on): Add progname.
4816         * tests/test-array_oset.c: Include progname.h.
4817         (main): Call set_program_name.
4818
4819         * modules/array-list-tests (Depends-on): Add progname.
4820         * tests/test-array_list.c: Include progname.h.
4821         (main): Call set_program_name.
4822
4823         * modules/argp-tests (Depends-on): Add progname.
4824         * tests/test-argp.c: Include argp.h first. Include progname.h.
4825         (main): Call set_program_name.
4826
4827 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4828
4829         * doc/gnulib-tool.texi (Initial import): Reword description of
4830         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4831         limited effect even if defined after the first system include.
4832
4833 2007-03-01  Bruno Haible  <bruno@clisp.org>
4834
4835         * build-aux/config.libpath: Update to libtool-1.5.22.
4836         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4837
4838 2007-03-01  Bruno Haible  <bruno@clisp.org>
4839
4840         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4841         foo_CFLAGS.
4842         Reported by Ralf Wildenhues.
4843
4844 2007-03-01  Bruno Haible  <bruno@clisp.org>
4845
4846         * build-aux/install-reloc: Remove object files left over by some
4847         compilers.
4848         Reported by Ralf Wildenhues.
4849
4850 2007-03-01  Bruno Haible  <bruno@clisp.org>
4851
4852         * build-aux/install-reloc: Break long lines.
4853
4854 2007-03-01  Bruno Haible  <bruno@clisp.org>
4855
4856         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4857         Reported by Ralf Wildenhues.
4858
4859 2007-03-01  Bruno Haible  <bruno@clisp.org>
4860
4861         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4862         include ordering constraints.
4863
4864 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4865
4866         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4867         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4868         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4869         as another example.
4870         * lib/time_.h: Fix misspelling.
4871         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4872         Require gl_HEADER_TIME_H_DEFAULTS.
4873         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4874         * m4/time_r.m4 (gl_TIME_R): Likewise.
4875         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4876
4877 2007-03-01  Bruno Haible  <bruno@clisp.org>
4878
4879         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4880         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4881
4882 2007-03-01  Jim Meyering  <jim@meyering.net>
4883
4884         * modules/xreadlink (Maintainer): Add my name.
4885         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4886
4887 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4888             Bruno Haible  <bruno@clisp.org>
4889
4890         * build-aux/install-reloc: Compile also c-ctype.c.
4891         * build-aux/relocatable.sh.in: New file.
4892         * doc/relocatable.texi: New file.
4893         * doc/relocatable-maint.texi: New file.
4894         * doc/gnulib.texi: Include relocatable-maint.texi.
4895         * lib/progreloc.c: Include unistd.h unconditionally.
4896         * lib/relocwrapper.c: Include unistd.h unconditionally.
4897         Include c-ctype.h.
4898         (add_dotbin): Use c_tolower.
4899         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4900         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4901         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4902         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4903         to m4/relocatable-lib.m4.
4904         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4905         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4906         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4907         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4908         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4909         * modules/relocatable: New file.
4910         * modules/relocatable-lib: New file.
4911         * modules/relocatable-script: New file.
4912
4913 2007-02-28  Bruno Haible  <bruno@clisp.org>
4914
4915         Import --enable-relocatable infrastructure.
4916         * build-aux/config.libpath: New file, from GNU gettext.
4917         * build-aux/install-reloc: New file, from GNU gettext.
4918         * build-aux/reloc-ldflags: New file, from GNU gettext.
4919         * lib/relocatable.h: New file, from GNU gettext.
4920         * lib/relocatable.c: New file, from GNU gettext.
4921         * lib/relocwrapper.c: New file, from GNU gettext.
4922         * m4/relocatable.m4: New file, from GNU gettext.
4923
4924 2007-02-28  Bruno Haible  <bruno@clisp.org>
4925
4926         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4927
4928         * modules/xreadlink: New file, from GNU gettext with modifications.
4929         * lib/xreadlink.c: New file, from GNU gettext.
4930         * lib/xreadlink.h: Add comments.
4931         (xreadlink): New declaration.
4932
4933         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4934         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4935         lib/xreadlink-with-size.c.
4936         (configure.ac): Remove gl_XREADLINK invocation.
4937         (Makefile.am): Augment lib_SOURCES.
4938         * m4/xreadlink.m4: Remove file.
4939         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4940         (xreadlink_with_size): Renamed from xreadink.
4941         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4942         * modules/canonicalize (Depends-on): Replace xreadlink with
4943         xreadlink-with-size.
4944         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4945
4946 2007-02-25  Jim Meyering  <jim@meyering.net>
4947
4948         * build-aux/announce-gen: When complaining about excess arguments,
4949         list them.
4950
4951 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4952
4953         * README: Document signed integer overflow situation more
4954         accurately.
4955
4956 2007-02-25  Bruno Haible  <bruno@clisp.org>
4957
4958         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4959         'a' or 'A' conversion.
4960
4961 2007-02-25  Bruno Haible  <bruno@clisp.org>
4962
4963         * modules/filename: Renamed from modules/pathname.
4964         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4965         lib/concatpath.c with lib/concat-filename.c.
4966         (Makefile.am): Update.
4967         (Include): Replace pathname.h with filename.h.
4968         * lib/filename.h: Renamed from lib/pathname.h.
4969         (concatenated_filename): Renamed from concatenated_pathname.
4970         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4971         (concatenated_filename): Renamed from concatenated_pathname.
4972         * lib/findprog.c: Include filename.h instead of pathname.h.
4973         (find_in_path): Update.
4974         * lib/javacomp.c: Include filename.h instead of pathname.h.
4975         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4976         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4977         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4978         is_oldgcj_14_13_usable, is_javac_usable): Update.
4979         * lib/javaexec.c: Include filename.h instead of pathname.h.
4980         (execute_java_class): Update.
4981         * modules/findprog: Update.
4982         * modules/javacomp: Update.
4983         * modules/javaexec: Update.
4984         * MODULES.html.sh (File system functions): Add 'filename', remove
4985         'pathname'.
4986
4987 2007-02-25  Bruno Haible  <bruno@clisp.org>
4988
4989         * modules/printf-frexpl-tests: New file.
4990         * tests/test-printf-frexpl.c: New file.
4991
4992         * modules/printf-frexpl: New file.
4993         * lib/printf-frexpl.h: New file.
4994         * lib/printf-frexpl.c: New file.
4995         * m4/printf-frexpl.m4: New file.
4996
4997 2007-02-25  Bruno Haible  <bruno@clisp.org>
4998
4999         * modules/printf-frexp-tests: New file.
5000         * tests/test-printf-frexp.c: New file.
5001
5002         * modules/printf-frexp: New file.
5003         * lib/printf-frexp.h: New file.
5004         * lib/printf-frexp.c: New file.
5005         * m4/printf-frexp.m4: New file.
5006
5007 2007-02-25  Bruno Haible  <bruno@clisp.org>
5008
5009         Assume automake >= 1.10 for the tests.
5010         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5011         * modules/arctwo-tests: Likewise.
5012         * modules/argp-tests: Likewise.
5013         * modules/avltree-list-tests: Likewise.
5014         * modules/avltree-oset-tests: Likewise.
5015         * modules/avltreehash-list-tests: Likewise.
5016         * modules/carray-list-tests: Likewise.
5017         * modules/crc-tests: Likewise.
5018         * modules/des-tests: Likewise.
5019         * modules/gc-arcfour-tests: Likewise.
5020         * modules/gc-arctwo-tests: Likewise.
5021         * modules/gc-des-tests: Likewise.
5022         * modules/gc-hmac-md5-tests: Likewise.
5023         * modules/gc-hmac-sha1-tests: Likewise.
5024         * modules/gc-md2-tests: Likewise.
5025         * modules/gc-md4-tests: Likewise.
5026         * modules/gc-md5-tests: Likewise.
5027         * modules/gc-pbkdf2-sha1-tests: Likewise.
5028         * modules/gc-rijndael-tests: Likewise.
5029         * modules/gc-sha1-tests: Likewise.
5030         * modules/gc-tests: Likewise.
5031         * modules/getaddrinfo-tests: Likewise.
5032         * modules/hmac-md5-tests: Likewise.
5033         * modules/hmac-sha1-tests: Likewise.
5034         * modules/linked-list-tests: Likewise.
5035         * modules/linkedhash-list-tests: Likewise.
5036         * modules/lock-tests: Likewise.
5037         * modules/md2-tests: Likewise.
5038         * modules/md4-tests: Likewise.
5039         * modules/md5-tests: Likewise.
5040         * modules/rbtree-list-tests: Likewise.
5041         * modules/rbtree-oset-tests: Likewise.
5042         * modules/rbtreehash-list-tests: Likewise.
5043         * modules/read-file-tests: Likewise.
5044         * modules/rijndael-tests: Likewise.
5045         * modules/stdint-tests: Likewise.
5046         * modules/tls-tests: Likewise.
5047
5048 2007-02-24  Bruno Haible  <bruno@clisp.org>
5049
5050         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5051         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5052         function; instead check whether isnan with a double argument links.
5053         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5054         function; instead check whether isnan with a 'long double' argument
5055         links.
5056         Reported by Eric Blake <ebb9@byu.net>.
5057
5058 2007-02-24  Bruno Haible  <bruno@clisp.org>
5059
5060         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5061         defined.
5062         * lib/isnanl.c: Remove all code. Just include isnan.c.
5063         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5064
5065 2007-02-25  Jim Meyering  <jim@meyering.net>
5066
5067         Avoid conflicting types for 'unsetenv' on FreeBSD.
5068         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5069         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5070         in stdlib.h.
5071
5072 2007-02-24  Bruno Haible  <bruno@clisp.org>
5073
5074         * modules/isnanl-nolibm-tests: New file.
5075         * tests/test-isnanl.c: New file.
5076
5077         * modules/isnanl-nolibm: New file.
5078         * lib/isnanl.h: New file.
5079         * lib/isnanl.c: New file.
5080         * m4/isnanl.m4: New file.
5081
5082 2007-02-24  Bruno Haible  <bruno@clisp.org>
5083
5084         * modules/isnan-nolibm-tests: New file.
5085         * tests/test-isnan.c: New file.
5086
5087         * modules/isnan-nolibm: New file.
5088         * lib/isnan.h: New file.
5089         * lib/isnan.c: New file.
5090         * m4/isnan.m4: New file.
5091
5092 2007-02-24  Bruno Haible  <bruno@clisp.org>
5093
5094         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5095         assume that an exponent fits in 20 bits.
5096
5097 2007-02-24  Jim Meyering  <jim@meyering.net>
5098
5099         * m4/regex.m4: Update the description of the configure-time option,
5100         --without-included-regex, to state accurately what the defaults are,
5101         and perhaps to give people an idea why using this option is risky.
5102
5103 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5104
5105         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5106         loops on small arguments.  This attempts to avoid the problem
5107         Bruno Haible reported for AIX 4.3.2 in
5108         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5109
5110 2007-02-23  Bruno Haible  <bruno@clisp.org>
5111
5112         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5113         Needed for help2man.
5114
5115 2007-02-23  Karl Berry  <karl@gnu.org>
5116
5117         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5118         exists, foo.h should be cvs-ignored, not committed.
5119
5120 2007-02-23  Eric Blake  <ebb9@byu.net>
5121
5122         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5123         * lib/stat-time.h (includes): Likewise.
5124         * lib/utimecmp.c (includes): Likewise.
5125         * lib/utimens.h (includes): Likewise.
5126         * lib/getdate.y (includes): Also include "timespec.h" for use
5127         internal to the module.
5128         * modules/utimens (Depends-on): Revert yesterday's patch.
5129         * modules/nanosleep (Depends-on): Add missing dependency.
5130
5131 2007-02-22  Bruno Haible  <bruno@clisp.org>
5132
5133         * lib/glob.c: Don't include getlogin_r.h.
5134
5135 2007-02-22  Jim Meyering  <jim@meyering.net>
5136
5137         * modules/utimens (Depends-on): Add timespec, required for
5138         utimens.h's inclusion of timespec.h.
5139
5140 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5141
5142         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5143         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5144         Schwab in
5145         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5146         I'll try to think of a better way to fix the Solaris problem.
5147
5148         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5149         like glibc; on Solaris 10, it fails with errno == EINVAL.
5150         POSIX says the behavior is unspecified if the first argument is NULL,
5151         so play it safe and never pass NULL to the system getcwd.
5152
5153 2007-02-21  Jim Meyering  <jim@meyering.net>
5154
5155         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5156         of gettimeofday.  It would conflict with the one now always
5157         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5158         an IRIX 6.5 build failure.
5159
5160 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5161
5162         Minor fixups to port to Solaris 10 with Sun C 5.8.
5163         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5164         * modules/getcwd (Depends-on): Add dirfd.
5165         * lib/putenv.c (putenv): #undef it.
5166         (rpl_putenv): New decl.
5167         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5168
5169 2007-02-20  Bruno Haible  <bruno@clisp.org>
5170
5171         * modules/stdio-tests: New file.
5172         * tests/test-stdio.c: New file.
5173
5174         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5175         (Depends-on): Add stdio.
5176         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5177         (Include): Use <stdio.h> instead of vsnprintf.h.
5178         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5179         HAVE_DECL_VSNPRINTF.
5180         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5181
5182         * modules/snprintf (Files): Remove lib/snprintf.h.
5183         (Depends-on): Add stdio.
5184         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5185         (Include): Use <stdio.h> instead of snprintf.h.
5186         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5187         HAVE_DECL_SNPRINTF.
5188         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5189         * lib/getaddrinfo.c: Likewise.
5190
5191         * modules/stdio: New file.
5192         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5193         * lib/snprintf.h: Remove file.
5194         * lib/vsnprintf.h: Remove file.
5195         * lib/.cppi-disable: Remove snprintf.h.
5196         * m4/stdio_h.m4: New file.
5197         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5198
5199 2007-02-20  Jim Meyering  <jim@meyering.net>
5200
5201         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5202         used by e.g., mingw.  From Bruno Haible.
5203
5204 2007-02-19  Bruno Haible  <bruno@clisp.org>
5205
5206         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5207         warnings.
5208         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5209
5210 2007-02-19  Bruno Haible  <bruno@clisp.org>
5211
5212         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5213         from mingw users.
5214
5215 2007-02-19  Bruno Haible  <bruno@clisp.org>
5216
5217         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5218         warnings.
5219         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5220
5221 2007-02-19  Jim Meyering  <jim@meyering.net>
5222
5223         Don't use FD after a successful "fdopendir (fd)".
5224         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5225         Reset it by calling dirfd on the just-obtained DIR*.
5226
5227         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5228         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5229
5230 2007-02-18  Bruno Haible  <bruno@clisp.org>
5231
5232         * lib/readlink.c: Include <unistd.h>.
5233         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5234         HAVE_READLINK.
5235         * modules/readlink (Depends-on): Add unistd.
5236         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5237         (Include): Add <unistd.h>.
5238
5239         * lib/getlogin_r.h: Remove file.
5240         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5241         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5242         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5243         HAVE_DECL_GETLOGIN_R.
5244         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5245         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5246         (Include): Use <unistd.h> instead of getlogin_r.h.
5247
5248         * lib/getcwd.h: Remove file.
5249         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5250         * lib/xgetcwd.c: Likewise.
5251         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5252         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5253         * modules/getcwd (Files): Remove lib/getcwd.h.
5254         (Depends-on): Add unistd.
5255         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5256         (Include): Use <unistd.h> instad of getcwd.h.
5257
5258         * lib/ftruncate.c: Include <unistd.h> first.
5259         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5260         Set HAVE_FTRUNCATE.
5261         * modules/ftruncate (Depends-on): Add unistd.
5262         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5263
5264         * lib/fchdir.c: Include <unistd.h> first.
5265         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5266         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5267         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5268         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5269         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5270
5271         * lib/dup2.c: Include <unistd.h> first.
5272         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5273         HAVE_DUP2.
5274         * modules/dup2 (Depends-on): Add unistd.
5275         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5276
5277         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5278         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5279         REPLACE_CHOWN. Don't define chown as a macro here.
5280         * modules/chown (Depends-on): Add unistd.
5281         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5282
5283         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5284         Add definition for GL_LINK_WARNING.
5285         (chown, dup2): New declarations.
5286         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5287         link warning.
5288         (ftruncate): New declaration.
5289         (getcwd): New declaration, taken from old getcwd.h.
5290         (getlogin_r): New declaration, taken from old getlogin_r.h.
5291         (readlink): New declaration.
5292         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5293         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5294         (gl_PREREQ_UNISTD): Remove macro.
5295         (gl_UNISTD_MODULE_INDICATOR): New macro.
5296         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5297         many new variables. Don't set UNISTD_H.
5298         * modules/unistd (Description): Change.
5299         (Depends-on): Add link-warning.
5300         (configure.ac): Update.
5301         (Makefile.am): Create unistd.h always. Substitute many new variables
5302         into it.
5303
5304 2007-02-18  Bruno Haible  <bruno@clisp.org>
5305
5306         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5307         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5308         HAVE_GETSUBOPT.
5309         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5310         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5311         * lib/getsubopt.h: Remove file.
5312         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5313         (Depends-on): Add stdlib.
5314         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5315         (Includes): Use <stdlib.h> instead of getsubopt.h.
5316         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5317         Set HAVE_GETSUBOPT.
5318         * lib/getsubopt.c: Don't include getsubopt.h.
5319
5320 2007-02-18  Bruno Haible  <bruno@clisp.org>
5321
5322         * modules/fchdir (Depends-on): Add dup2.
5323
5324 2007-02-18  Bruno Haible  <bruno@clisp.org>
5325
5326         * lib/stdlib_.h: Handle glibc's special invocation convention
5327         specially.
5328
5329 2007-02-18  Bruno Haible  <bruno@clisp.org>
5330
5331         * modules/stdlib-tests: New file.
5332         * tests/test-stdlib.c: New file.
5333
5334         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5335         (Depends-on): Add stdlib.
5336         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5337         (Includes): Use <stdlib.h> instead of mkstemp.h.
5338         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5339         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5340         * lib/mkstemp.c: Don't include mkstemp.h.
5341         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5342         * lib/stdlib--.h: Don't include mkstemp.h.
5343
5344         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5345         (Depends-on): Add stdlib.
5346         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5347         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5348         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5349         HAVE_MKDTEMP.
5350         * lib/mkdtemp.c: Don't include mkdtemp.h.
5351         * lib/clean-temp.c: Don't include mkdtemp.h.
5352
5353         * modules/exit (Files): Remove lib/exit.h.
5354         (Depends-on): Add stdlib.
5355         (Makefile.am): Remove lib_SOURCES.
5356         (Include): Use <stdlib.h> instead of exit.h.
5357         * lib/argmatch.c: Don't include exit.h.
5358         * lib/execute.c: Likewise.
5359         * lib/pagealign_alloc.c: Likewise.
5360         * lib/pipe.c: Likewise.
5361         * lib/wait-process.c: Likewise.
5362         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5363         * lib/exitfail.c: Likewise.
5364         * lib/savewd.c: Likewise.
5365         * lib/xsetenv.c: Likewise.
5366
5367         * modules/stdlib: New file.
5368         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5369         and extra comments about mkstemp().
5370         * lib/exit.h: Remove file.
5371         * lib/mkdtemp.h: Remove file.
5372         * lib/mkstemp.h: Remove file.
5373         * m4/stdlib_h.m4: New file.
5374         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5375
5376 2007-02-18  Bruno Haible  <bruno@clisp.org>
5377
5378         * modules/math-tests: New file.
5379         * tests/test-math.c: New file.
5380
5381         * modules/math: New file.
5382         * modules/mathl (Files): Remove lib/mathl.h.
5383         (Depends-on): Add math.
5384         (Makefile.am): Don't mention mathl.h.
5385         (Include): Use <math.h> instead of mathl.h.
5386         * lib/math_.h: New file.
5387         * lib/mathl.h: Remove file.
5388         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5389         mathl.h.
5390         * lib/asinl.c: Likewise.
5391         * lib/atanl.c: Likewise.
5392         * lib/ceill.c: Likewise.
5393         * lib/cosl.c: Likewise.
5394         * lib/expl.c: Likewise.
5395         * lib/floorl.c: Likewise.
5396         * lib/frexpl.c: Likewise.
5397         * lib/ldexpl.c: Likewise.
5398         * lib/logl.c: Likewise.
5399         * lib/sincosl.c: Likewise.
5400         * lib/sinl.c: Likewise.
5401         * lib/sqrtl.c: Likewise.
5402         * lib/tanl.c: Likewise.
5403         * lib/trigl.c: Likewise.
5404         * m4/math_h.m4: New file.
5405         * MODULES.html.sh (Mathematics): Add math.
5406
5407 2007-02-17  Bruno Haible  <bruno@clisp.org>
5408
5409         * modules/wctype-tests: New file.
5410         * tests/test-wctype.c: New file.
5411
5412         * modules/wchar-tests: New file.
5413         * tests/test-wchar.c: New file.
5414
5415         * modules/unistd-tests: New file.
5416         * tests/test-unistd.c: New file.
5417
5418         * modules/time-tests: New file.
5419         * tests/test-time.c: New file.
5420
5421         * modules/sysexits-tests: New file.
5422         * tests/test-sysexits.c: New file.
5423
5424         * modules/sys_time-tests: New file.
5425         * tests/test-sys_time.c: New file.
5426
5427         * modules/sys_stat-tests: New file.
5428         * tests/test-sys_stat.c: New file.
5429
5430         * modules/sys_socket-tests: New file.
5431         * tests/test-sys_socket.c: New file.
5432
5433         * modules/sys_select-tests: New file.
5434         * tests/test-sys_select.c: New file.
5435
5436         * modules/string-tests: New file.
5437         * tests/test-string.c: New file.
5438
5439         * modules/stdbool-tests: New file.
5440         * tests/test-stdbool.c: New file.
5441
5442         * modules/netinet_in-tests: New file.
5443         * tests/test-netinet_in.c: New file.
5444
5445         * modules/inttypes-tests: New file.
5446         * tests/test-inttypes.c: New file.
5447
5448         * modules/fcntl-tests: New file.
5449         * tests/test-fcntl.c: New file.
5450
5451         * modules/byteswap-tests: New file.
5452         * tests/test-byteswap.c: New file.
5453
5454         * modules/arpa_inet-tests: New file.
5455         * tests/test-arpa_inet.c: New file.
5456
5457 2007-02-17  Bruno Haible  <bruno@clisp.org>
5458
5459         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5460         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5461         if the corresponding module is not enabled. Emit link warnings if
5462         the function is used nevertheless.
5463         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5464         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5465         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5466         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5467         * modules/inttypes (Depends-on): Add link-warning.
5468         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5469         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5470         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5471         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5472         * modules/imaxdiv (configure.ac): Likewise.
5473         * modules/strtoimax (configure.ac): Likewise.
5474         * modules/strtoumax (configure.ac): Likewise.
5475
5476 2007-02-17  Bruno Haible  <bruno@clisp.org>
5477
5478         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5479         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5480         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5481         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5482
5483 2007-02-17  Bruno Haible  <bruno@clisp.org>
5484
5485         * modules/link-warning: New file.
5486         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5487         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5488         * modules/string (Depends-on): Add link-warning.
5489         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5490         string.h.
5491         * MODULES.html.sh (Support for building libraries and executables): Add
5492         link-warning.
5493
5494 2007-02-17  Bruno Haible  <bruno@clisp.org>
5495
5496         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5497         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5498         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5499         long lines.
5500
5501 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5502             Bruno Haible  <bruno@clisp.org>
5503
5504         * modules/tmpfile: New file.
5505         * lib/tmpfile.c: New file.
5506         * m4/tmpfile.m4: New file.
5507         * MODULES.html.sh (func_all_modules): New section "Input/output".
5508
5509 2007-02-15  Bruno Haible  <bruno@clisp.org>
5510
5511         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5512         (supports_delete_on_close): New function.
5513         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5514
5515 2007-02-14  Bruno Haible  <bruno@clisp.org>
5516
5517         * modules/mbspcasecmp-tests: New file.
5518         * tests/test-mbspcasecmp.sh: New file.
5519         * tests/test-mbspcasecmp.c: New file.
5520
5521         New module mbspcasecmp.
5522         * modules/mbspcasecmp: New file.
5523         * lib/mbspcasecmp.c: New file.
5524         * lib/string_.h (strncasecmp): Change warning message.
5525         (mbspcasecmp): New declaration.
5526         * m4/mbspcasecmp.m4: New file.
5527         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5528         GNULIB_MBSPCASECMP.
5529         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5530         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5531
5532 2007-02-14  Bruno Haible  <bruno@clisp.org>
5533
5534         * modules/mbsncasecmp-tests: New file.
5535         * tests/test-mbsncasecmp.sh: New file.
5536         * tests/test-mbsncasecmp.c: New file.
5537
5538         New module mbsncasecmp.
5539         * modules/mbsncasecmp: New file.
5540         * lib/mbsncasecmp.c: New file.
5541         * lib/string_.h (mbsncasecmp): New declaration.
5542         * m4/mbsncasecmp.m4: New file.
5543         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5544         GNULIB_MBSNCASECMP.
5545         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5546         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5547
5548 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5549
5550         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5551         Verify that it doesn't overlap with our flags.
5552         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5553         do not have the desired effect in multibyte locales; instead, use
5554         mbscasecmp.
5555         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5556         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5557         we don't require GNU fnmatch ourselves (if our users require it, they
5558         should do so explicitly).
5559
5560         Fix regex code so it doesn't rely on strcasecmp.
5561         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5562         Otherwise, include gnulib's langinfo.h.
5563         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5564         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5565         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5566         * modules/regex (FILES): Remove m4/codeset.m4.
5567         (Depends-on): Add localcharset.  Remove strcase.
5568
5569 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5570
5571         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5572         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5573
5574 2007-02-13  Bruno Haible  <bruno@clisp.org>
5575
5576         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5577         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5578
5579 2007-02-12  Bruno Haible  <bruno@clisp.org>
5580
5581         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5582         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5583         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5584         time warning rather than a link error.
5585
5586 2007-02-12  Bruno Haible  <bruno@clisp.org>
5587
5588         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5589         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5590         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5591
5592 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5593
5594         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5595         args, not 2.
5596
5597 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5598
5599         New module 'time', so that apps can include <time.h> as per
5600         POSIX and GNU instead of separate include files like time_r.h
5601         and timegm.h.  This implementation tries out a simpler approach
5602         for replacing decls in standard include files (as compared to
5603         the string module), somewhat as an experiment.
5604
5605         * config/srclist.txt: Comment out mktime.c for now.
5606         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5607         since it doesn't apply any more.  Use generic wording instead.
5608         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5609         'time'.
5610         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5611         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5612         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5613         Don't include <sys/types.h>; no longer needed since we assume C89.
5614         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5615         * lib/strftime.c: Likewise.
5616         * lib/time_r.c: Likewise.
5617         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5618         * lib/nanosleep.c: Include <time.h> first, to check interface.
5619         * lib/strptime.c: Likewise.
5620         * lib/time_r.c: Likewise.
5621         * lib/timegm.c: Likewise.
5622         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5623         needed.
5624         * lib/timegm.c: Don't include timegm.h; no longer needed.
5625         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5626         time.h now handles any problems in that area.
5627         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5628         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5629         that time.h defines struct timespec.
5630         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5631         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5632         handles that.
5633         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5634         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5635         needed.  Set REPLACE_LOCALTIME.
5636         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5637         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5638         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5639         nanosleep; time_h.m4 now does that.  Don't require
5640         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5641         module handles this now.
5642         * modules/getdate (Depends-on): Remove timespec.  Add time.
5643         * modules/nanosleep (Depends-on): Likewise.
5644         * modules/stat-time (Depends-on): Likewise.
5645         * modules/nanosleep (Include): Include time.h, not timespec.h.
5646         * modules/strptime (Files): Remove lib/strptime.h.
5647         (Depends-on): Add extensions, time.
5648         (Include): Include time.h, not strptime.h.
5649         * modules/time_r (Files): Remove lib/time_r.h.
5650         (Depends-on): Add time.
5651         (Include): Include time.h, not time_r.h.
5652         * modules/timegm: Likewise.
5653         * modules/timespec (Description): Now does timespec-related decls
5654         of our own, instead of struct timespec itself.
5655         (Depends-on): Add time; remove extensions.
5656         (Maintainer): Add self.
5657         * modules/utimecmp (Depends-on): Add time; remove timespec.
5658         * modules/utimens (Depends-on): Likewise.
5659         * modules/xnanosleep (Depends-on): Likewise.
5660
5661 2007-02-11  Bruno Haible  <bruno@clisp.org>
5662
5663         * lib/c-strstr.c: Include allocsa.h.
5664         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5665         * lib/c-strcasestr.c: Include allocsa.h.
5666         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5667         * lib/strcasestr.c: Include allocsa.h.
5668         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5669         * lib/mbsstr.c: Include allocsa.h.
5670         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5671         allocsa/freesa instead of malloc/free.
5672         * lib/mbscasestr.c: Include allocsa.h.
5673         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5674         allocsa/freesa instead of malloc/free.
5675         * modules/c-strstr (Depends-on): Add allocsa.
5676         * modules/c-strcasestr (Depends-on): Likewise.
5677         * modules/strcasestr (Depends-on): Likewise.
5678         * modules/mbsstr (Depends-on): Likewise.
5679         * modules/mbscasestr (Depends-on): Likewise.
5680
5681 2007-02-11  Bruno Haible  <bruno@clisp.org>
5682
5683         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5684
5685         * modules/mbsspn-tests: New file.
5686         * tests/test-mbsspn.sh: New file.
5687         * tests/test-mbsspn.c: New file.
5688
5689 2007-02-11  Bruno Haible  <bruno@clisp.org>
5690
5691         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5692
5693         * modules/mbspbrk-tests: New file.
5694         * tests/test-mbspbrk.sh: New file.
5695         * tests/test-mbspbrk.c: New file.
5696
5697 2007-02-11  Bruno Haible  <bruno@clisp.org>
5698
5699         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5700         unneeded cast.
5701
5702         * modules/mbscspn-tests: New file.
5703         * tests/test-mbscspn.sh: New file.
5704         * tests/test-mbscspn.c: New file.
5705
5706 2007-02-11  Bruno Haible  <bruno@clisp.org>
5707
5708         * modules/mbscasecmp-tests: New file.
5709         * tests/test-mbscasecmp.sh: New file.
5710         * tests/test-mbscasecmp.c: New file.
5711
5712 2007-02-11  Bruno Haible  <bruno@clisp.org>
5713
5714         Ensure O(n) worst-case complexity of mbscasestr.
5715         * lib/mbscasestr.c: Include stdbool.h.
5716         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5717         functions.
5718         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5719         the bookkeeping indicates that it's worth it.
5720         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5721
5722         * modules/mbscasestr-tests: New file.
5723         * tests/test-mbscasestr1.c: New file.
5724         * tests/test-mbscasestr2.sh: New file.
5725         * tests/test-mbscasestr2.c: New file.
5726         * tests/test-mbscasestr3.sh: New file.
5727         * tests/test-mbscasestr3.c: New file.
5728         * tests/test-mbscasestr4.sh: New file.
5729         * tests/test-mbscasestr4.c: New file.
5730         * m4/locale-tr.m4: New file.
5731
5732 2007-02-11  Bruno Haible  <bruno@clisp.org>
5733
5734         Ensure O(n) worst-case complexity of mbsstr.
5735         * lib/mbsstr.c: Include stdbool.h.
5736         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5737         functions.
5738         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5739         bookkeeping indicates that it's worth it.
5740         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5741
5742         * modules/mbsstr-tests: New file.
5743         * tests/test-mbsstr1.c: New file.
5744         * tests/test-mbsstr2.sh: New file.
5745         * tests/test-mbsstr2.c: New file.
5746         * tests/test-mbsstr3.sh: New file.
5747         * tests/test-mbsstr3.c: New file.
5748         * m4/locale-fr.m4: New file.
5749
5750 2007-02-11  Bruno Haible  <bruno@clisp.org>
5751
5752         * lib/mbsrchr.c (mbsrchr): Fix bug.
5753
5754         * modules/mbsrchr-tests: New file.
5755         * tests/test-mbsrchr.sh: New file.
5756         * tests/test-mbsrchr.c: New file.
5757
5758 2007-02-11  Bruno Haible  <bruno@clisp.org>
5759
5760         * lib/mbschr.c (mbschr): Fix bug.
5761
5762         * modules/mbschr-tests: New file.
5763         * tests/test-mbschr.sh: New file.
5764         * tests/test-mbschr.c: New file.
5765         * m4/locale-zh.m4: New file.
5766
5767 2007-02-11  Bruno Haible  <bruno@clisp.org>
5768
5769         Support for copying multibyte string iterators.
5770         * lib/mbiter.h: Include <string.h>.
5771         (mbiter_multi_copy): New function.
5772         (mbi_copy): New macro.
5773         * lib/mbuiter.h: Include <string.h>.
5774         (mbuiter_multi_copy): New function.
5775         (mbui_copy): New macro.
5776
5777 2007-02-11  Bruno Haible  <bruno@clisp.org>
5778
5779         New module mbslen.
5780         * modules/mbslen: New file.
5781         * lib/mbslen.c: New file.
5782         * lib/string_.h (mbslen): New declaration.
5783         * m4/mbslen.m4: New file.
5784         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5785         GNULIB_MBSLEN.
5786         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5787         * MODULES.html.sh (Internationalization functions): Add mbslen.
5788
5789 2007-02-11  Bruno Haible  <bruno@clisp.org>
5790
5791         Ensure O(n) worst-case complexity of strcasestr substitute.
5792         * lib/strcasestr.c: Include stdbool.h.
5793         (knuth_morris_pratt): New function.
5794         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5795         bookkeeping indicates that it's worth it.
5796         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5797
5798         * modules/strcasestr-tests: New file.
5799         * tests/test-strcasestr.c: New file.
5800
5801 2007-02-11  Bruno Haible  <bruno@clisp.org>
5802
5803         Ensure O(n) worst-case complexity of c_strcasestr.
5804         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5805         (knuth_morris_pratt): New function.
5806         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5807         the bookkeeping indicates that it's worth it.
5808         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5809
5810         * modules/c-strcasestr-tests: New file.
5811         * tests/test-c-strcasestr.c: New file.
5812
5813 2007-02-11  Bruno Haible  <bruno@clisp.org>
5814
5815         Ensure O(n) worst-case complexity of c_strstr.
5816         * lib/c-strstr.c: Include stdbool.h, string.h.
5817         (knuth_morris_pratt): New function.
5818         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5819         bookkeeping indicates that it's worth it.
5820         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5821
5822         * lib/c-strstr.c: Complete rewrite for maintainability.
5823
5824         * modules/c-strstr-tests: New file.
5825         * tests/test-c-strstr.c: New file.
5826
5827 2007-02-11  Bruno Haible  <bruno@clisp.org>
5828
5829         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5830         5.2.1 and earlier, whereby \055 was treated just like the range
5831         delimiter '-'.
5832         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5833
5834 2007-02-08  Bruno Haible  <bruno@clisp.org>
5835
5836         * modules/regex (Depends-on): Add stdbool.
5837         Reported by Dalibor Topic <robilad@kaffe.org>.
5838
5839 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5840
5841         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5842         Prefer returning from main to exiting from it.
5843         Remove unnecessary parens after sizeof.
5844
5845 2007-02-05  Bruno Haible  <bruno@clisp.org>
5846
5847         New module mbssep.
5848         * modules/mbssep: New file.
5849         * lib/mbssep.c: New file.
5850         * lib/string_.h (strsep): Add a conditional link warning.
5851         (mbssep): New declaration.
5852         * m4/mbssep.m4: New file.
5853         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5854         GNULIB_MBSSEP.
5855         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5856         * MODULES.html.sh (Internationalization functions): Add mbssep.
5857
5858 2007-02-05  Bruno Haible  <bruno@clisp.org>
5859
5860         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5861         Optimize search in case of 1 delimiter.
5862
5863 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5864
5865         * lib/acl.h: Include sys/types.h before sys/acl.h.
5866
5867 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5868
5869         Merge upstream fix for glibc bugzilla #3957:
5870
5871         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5872
5873         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5874         bit for RE_HAT_LISTS_NOT_NEWLINE.
5875         (build_charclass_op): Remove bogus comment.
5876
5877 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5878
5879         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5880
5881 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5882
5883         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5884         * lib/memmem.c [!defined _LIBC]: Include config.h.
5885
5886 2007-02-04  Bruno Haible  <bruno@clisp.org>
5887
5888         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5889         warning message.
5890
5891 2007-02-04  Bruno Haible  <bruno@clisp.org>
5892
5893         New module mbstok_r.
5894         * modules/mbstok_r: New file.
5895         * lib/mbstok_r.c: New file.
5896         * lib/string_.h (strtok_r): Change argument names to match the
5897         comments. Add a conditional link warning.
5898         (mbstok_r): New declaration.
5899         * m4/mbstok_r.m4: New file.
5900         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5901         GNULIB_MBSTOK_R.
5902         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5903         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5904
5905 2007-02-04  Bruno Haible  <bruno@clisp.org>
5906
5907         New module mbsspn.
5908         * modules/mbsspn: New file.
5909         * lib/mbsspn.c: New file.
5910         * lib/string_.h (strspn): Add a conditional link warning.
5911         (mbsspn): New declaration.
5912         * m4/mbsspn.m4: New file.
5913         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5914         GNULIB_MBSSPN.
5915         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5916         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5917
5918 2007-02-04  Bruno Haible  <bruno@clisp.org>
5919
5920         New module mbspbrk.
5921         * modules/mbspbrk: New file.
5922         * lib/mbspbrk.c: New file.
5923         * lib/string_.h (strpbrk): Add a conditional link warning.
5924         (mbspbrk): New declaration.
5925         * m4/mbspbrk.m4: New file.
5926         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5927         GNULIB_MBSPBRK.
5928         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5929         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5930
5931 2007-02-04  Bruno Haible  <bruno@clisp.org>
5932
5933         New module mbscspn.
5934         * modules/mbscspn: New file.
5935         * lib/mbscspn.c: New file.
5936         * lib/string_.h (strcspn): Add a conditional link warning.
5937         (mbscspn): New declaration.
5938         * m4/mbscspn.m4: New file.
5939         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5940         GNULIB_MBSCSPN.
5941         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5942         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5943
5944 2007-02-04  Bruno Haible  <bruno@clisp.org>
5945
5946         New module mbscasestr, reduced goal of strcasestr.
5947         * modules/mbscasestr: New file.
5948         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5949         (mbscasestr): Renamed from strcasestr.
5950         * lib/strcasestr.c: Don't include mbuiter.h.
5951         (strcasestr): Remove support for multibyte locales.
5952         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5953         Change the conditional link warning.
5954         (mbscasestr): New declaration.
5955         * m4/mbscasestr.m4: New file.
5956         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5957         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5958         REPLACE_STRCASESTR.
5959         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5960         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5961         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5962         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5963         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5964         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5965         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5966         (Depends-on): Remove mbuiter.
5967         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5968
5969 2007-02-04  Bruno Haible  <bruno@clisp.org>
5970
5971         Simplify handling of strncasecmp.
5972         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5973         the conditional link warning.
5974         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5975         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5976         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5977         * modules/strcase (configure.ac): Don't invoke
5978         gl_STRING_MODULE_INDICATOR.
5979         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5980
5981 2007-02-04  Bruno Haible  <bruno@clisp.org>
5982
5983         New module mbscasecmp, reduced goal of strcasecmp.
5984         * modules/mbscasecmp: New file.
5985         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5986         (mbscasecmp): Renamed from strcasecmp.
5987         * lib/strcasecmp.c: Don't include mbuiter.h.
5988         (strcasecmp): Remove support for multibyte locales.
5989         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5990         Change the conditional link warning.
5991         (mbscasecmp): New declaration.
5992         * m4/mbscasecmp.m4: New file.
5993         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5994         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5995         REPLACE_STRCASECMP.
5996         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5997         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5998         GNULIB_MBSCASECMP.
5999         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6000         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6001         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6002         (Depends-on): Remove mbuiter.
6003         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6004
6005 2007-02-04  Bruno Haible  <bruno@clisp.org>
6006
6007         New module mbsstr. Remove module strstr.
6008         * modules/mbsstr: New file.
6009         * modules/strstr: Remove file.
6010         * lib/mbsstr.c: Renamed from lib/strstr.c.
6011         (mbsstr): Renamed from strstr.
6012         * lib/string_.h (strstr): Remove declaration. Change the conditional
6013         link warning.
6014         (mbsstr): New declaration.
6015         * m4/mbsstr.m4: New file.
6016         * m4/strstr.m4: Remove file.
6017         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6018         REPLACE_STRSTR.
6019         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6020         Don't initialize GNULIB_STRSTR.
6021         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6022         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6023         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6024         (Support for systems lacking ANSI C 89): Remove strstr.
6025
6026 2007-02-04  Bruno Haible  <bruno@clisp.org>
6027
6028         New module mbsrchr.
6029         * modules/mbsrchr: New file.
6030         * lib/mbsrchr.c: New file.
6031         * lib/string_.h (strrchr): Add a conditional link warning.
6032         (mbsrchr): New declaration.
6033         * m4/mbsrchr.m4: New file.
6034         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6035         GNULIB_MBSRCHR.
6036         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6037         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6038
6039 2007-02-04  Bruno Haible  <bruno@clisp.org>
6040
6041         New module mbschr.
6042         * modules/mbschr: New file.
6043         * lib/mbschr.c: New file.
6044         * lib/string_.h (strchr): Add a conditional link warning.
6045         (mbschr): New declaration.
6046         * m4/mbschr.m4: New file.
6047         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6048         GNULIB_MBSCHR.
6049         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6050         * MODULES.html.sh (Internationalization functions): Add mbschr.
6051
6052 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6053
6054         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6055
6056         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6057
6058 2007-02-04  Bruno Haible  <bruno@clisp.org>
6059
6060         New module description section 'configure.ac-early'.
6061         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6062         (func_get_autoconf_early_snippet): New function.
6063         (func_import, func_create_testdir): Use it. Remove special cases for
6064         modules 'extensions' and 'lock'.
6065         * modules/extensions (configure.ac-early): Require
6066         gl_USE_SYSTEM_EXTENSIONS.
6067         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6068
6069 2007-02-04  Bruno Haible  <bruno@clisp.org>
6070
6071         Make use of gcj-4.3's -fsource and -ftarget option.
6072         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6073         and if so try the options -fsource and -ftarget.
6074         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6075         source_version, ftarget_option, target_version arguments.
6076         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6077         (is_envjavac_oldgcj_14_14_usable): Renamed from
6078         is_envjavac_gcj_14_14_usable.
6079         (is_envjavac_oldgcj_14_13_usable): Renamed from
6080         is_envjavac_gcj_14_13_usable.
6081         (is_gcj_present): Update.
6082         (is_gcj_43, is_gcj43_usable): New functions.
6083         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6084         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6085         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6086         try the options -fsource and -ftarget.
6087
6088 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6089
6090         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6091         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6092         larger value.
6093
6094 2007-02-03  Jim Meyering  <jim@meyering.net>
6095
6096         Give tools a better chance to allocate space for very large buffers.
6097         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6098
6099         Make pwd and readlink work also when run with an unreadable parent dir
6100         on systems with openat support.
6101         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6102         provided getcwd function, even when we have openat support.
6103         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6104
6105 2007-02-02  Bruno Haible  <bruno@clisp.org>
6106
6107         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6108         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6109         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6110         portability problems if one of these functions is only used on specific
6111         platforms.
6112         Reported by Paul Eggert.
6113
6114 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6115
6116         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6117         is causing more trouble than it's curing.
6118         * lib/regex_internal.h (__mempcpy): Remove.
6119         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6120         (and make the code a tad smaller to boot).
6121         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6122
6123 2007-02-02  Jim Meyering  <jim@meyering.net>
6124
6125         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6126         section, not in the Makefile.am: one.
6127
6128 2007-02-02  Eric Blake  <ebb9@byu.net>
6129
6130         * lib/strchrnul.c: Always include config.h first.
6131
6132         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6133         gnulib strstr is not necessary here.
6134
6135 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6136
6137         * m4/socklen.m4: Fix typo.
6138
6139 2007-02-02  Eric Blake  <ebb9@byu.net>
6140
6141         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6142         * modules/netinet_in (Makefile.am): Likewise.
6143
6144 2007-02-01  Bruno Haible  <bruno@clisp.org>
6145
6146         * lib/string_.h (GL_LINK_WARNING): New macro.
6147         (strcasecmp, strstr, strcasestr): If provided by the system,
6148         conditionally define as a macro that leads to a warning instead of to
6149         an error.
6150         (strncasecmp): Conditionally define as a macro that leads to a warning.
6151
6152 2007-02-01  Karl Berry  <karl@gnu.org>
6153
6154         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6155
6156 2007-02-01  Bruno Haible  <bruno@clisp.org>
6157
6158         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6159         renamings.
6160
6161 2007-02-01  Eric Blake  <ebb9@byu.net>
6162
6163         * modules/regex (Depends-on): Revert dependence on mempcpy.
6164         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6165         module's definition of mempcpy.
6166         Reported by Paul Eggert.
6167
6168 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6169
6170         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6171         the symbol XYZ before redefining it.  This fixes a problem with
6172         programs that don't use XYZ, when compiled on systems that define
6173         XYZ to something else.
6174
6175 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6176
6177         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6178         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6179         writeable to group or other and (2) is intended to have a special
6180         mode bit that is set or cleared.  In such a case, the directory
6181         should be neither group- nor other-writeable until the special
6182         mode bits are right.
6183
6184 2007-01-31  Eric Blake  <ebb9@byu.net>
6185
6186         * modules/mountlist (Depends-on): Add strstr.
6187
6188         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6189         bug.
6190         * modules/string (Makefile.am): Remove redundant replacement.
6191         * modules/regex (Depends-on): Add mempcpy.
6192
6193 2007-01-31  Bruno Haible  <bruno@clisp.org>
6194
6195         New module description field 'Link'.
6196         * gnulib-tool (func_usage): Document --extract-link-directive.
6197         (sed_extract_prog): Recognize 'Link' directive.
6198         (func_get_link_directive): New function.
6199         (func_import): Show summary of link directives.
6200         Handle --extract-link-directive option.
6201         * modules/acl (Link): New section.
6202         * modules/clock-time (Link): New section.
6203         * modules/euidaccess (Link): New section.
6204         * modules/gettext (Link): New section.
6205         * modules/iconv (Link): New section.
6206         * modules/lock (Link): New section.
6207         * modules/nanosleep (Link): New section.
6208         * modules/readline (Link): New section.
6209
6210 2007-01-27  Bruno Haible  <bruno@clisp.org>
6211
6212         Enforce the use of gnulib modules for unportable <string.h> functions.
6213         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6214         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6215         (gl_HEADER_STRING_H_BODY): Require it.
6216         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6217         the symbol XYZ to one that gives a link error.
6218         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6219         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6220         * modules/mempcpy (configure.ac): Likewise.
6221         * modules/memrchr (configure.ac): Likewise.
6222         * modules/stpcpy (configure.ac): Likewise.
6223         * modules/stpncpy (configure.ac): Likewise.
6224         * modules/strcase (configure.ac): Likewise.
6225         * modules/strcasestr (configure.ac): Likewise.
6226         * modules/strchrnul (configure.ac): Likewise.
6227         * modules/strdup (configure.ac): Likewise.
6228         * modules/strndup (configure.ac): Likewise.
6229         * modules/strnlen (configure.ac): Likewise.
6230         * modules/strpbrk (configure.ac): Likewise.
6231         * modules/strsep (configure.ac): Likewise.
6232         * modules/strstr (configure.ac): Likewise.
6233         * modules/strtok_r (configure.ac): Likewise.
6234
6235 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6236
6237         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6238
6239 2007-01-30  Jim Meyering  <jim@meyering.net>
6240
6241         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6242
6243 2007-01-29  Bruno Haible  <bruno@clisp.org>
6244
6245         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6246         * lib/execute.c: Likewise.
6247         * lib/pipe.c: Likewise.
6248         * lib/printf-args.h: Likewise.
6249         * lib/printf-args.c: Likewise.
6250         * lib/printf-parse.c: Likewise.
6251         * lib/vasnprintf.c: Likewise.
6252
6253 2007-01-29  Eric Blake  <ebb9@byu.net>
6254
6255         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6256         declaration.
6257
6258 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6259
6260         * lib/strptime.h (strptime): Use 'restrict' for args where
6261         POSIX requires this.
6262         * lib/strptime.c (strptime): Likewise.
6263         Change license notice from LGPL to GPL, since gnulib-tool will
6264         change this as needed.
6265         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6266         defined.
6267         Include "strptime.h" first, to check interface.
6268         Do not #undef _LIBC and _NL_CURRENT.
6269         Do not include <stdlib.h>; no longer needed.
6270         Include "time_r.h" and declare ptime_locale_status
6271         only if _LIBC is not defined.
6272         (__P): Remove unused macro.
6273         (match_string): Bring back glibc version, but use it only if _LIBC
6274         is defined.
6275         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6276         Remove unnecessary assertion and abort() call.
6277         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6278         * m4/strptime.m4: Fix serial number comment.
6279         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6280         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6281         (Depends-on): Add time_r.
6282
6283 2007-01-29  Bruno Haible  <bruno@clisp.org>
6284
6285         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6286         strptime.
6287         * modules/strptime (Depends-on): Add stdbool.
6288         * lib/strptime.h: Include <time.h> always. Add comments.
6289
6290 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6291
6292         * modules/strptime: New file.
6293         * lib/strptime.h: New file.
6294         * lib/strptime.c: New file.
6295         * m4/strptime.m4: New file.
6296
6297 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6298
6299         * MODULES.html.sh: New module mpsort.
6300         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6301
6302         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6303         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6304         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6305         All uses changed.
6306         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6307         All uses changed.
6308         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6309         to _Restrict_.
6310         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6311         the parameter matches the prototype.
6312
6313 2007-01-28  Jim Meyering  <jim@meyering.net>
6314
6315         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6316         sys/time.h here, reverting that part of the previous patch:
6317         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6318
6319 2007-01-28  Bruno Haible  <bruno@clisp.org>
6320
6321         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6322         value of $(SYS_TIME_H).
6323         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6324         remove it conditionally, too. [added by Jim Meyering]
6325         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6326         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6327         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6328         GETTIMEOFDAY_REPLACEMENT to 1.
6329
6330 2007-01-28  Bruno Haible  <bruno@clisp.org>
6331
6332         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6333         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6334         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6335         Set UNISTD_H instead of UNISTD_H2.
6336         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6337
6338 2007-01-28  Bruno Haible  <bruno@clisp.org>
6339
6340         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6341         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6342
6343 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6344
6345         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6346         (func_create_testdir): Ensure C locale for `grep' and `tr'
6347         character ranges.
6348         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6349         ACLOCAL_AMFLAGS parsing state machine.
6350
6351 2007-01-27  Bruno Haible  <bruno@clisp.org>
6352
6353         * modules/unistr/base: Update.
6354
6355 2007-01-27  Bruno Haible  <bruno@clisp.org>
6356
6357         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6358         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6359         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6360         modules/unistr/u32-mbtouc.
6361         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6362         * lib/unistr.h: Update.
6363         * lib/linebreak.c: Update.
6364         * modules/unistr/u32-mbtouc: Renamed from
6365         modules/unistr/u32-mbtouc-safe.
6366         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6367         * lib/unistr.h: Update.
6368         * lib/unistr/u32-to-u8.c: Update.
6369         * lib/unistr/u32-to-u16.c: Update.
6370
6371 2007-01-27  Bruno Haible  <bruno@clisp.org>
6372
6373         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6374         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6375         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6376         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6377         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6378         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6379         modules/unistr/u16-mbtouc.
6380         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6381         * lib/unistr.h: Update.
6382         * lib/linebreak.c: Update.
6383         * modules/linebreak: Update.
6384         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6385         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6386         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6387         * modules/unistr/u16-mbtouc: Renamed from
6388         modules/unistr/u16-mbtouc-safe.
6389         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6390         * lib/unistr.h: Update.
6391         * lib/unistr/u16-to-u8.c: Update.
6392         * modules/unistr/u16-to-u8: Update.
6393         * lib/unistr/u16-to-u32.c: Update.
6394         * modules/unistr/u16-to-u32: Update.
6395
6396 2007-01-27  Bruno Haible  <bruno@clisp.org>
6397
6398         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6399         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6400         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6401         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6402         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6403         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6404         modules/unistr/u8-mbtouc.
6405         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6406         * lib/unistr.h: Update.
6407         * lib/striconveh.c: Update.
6408         * modules/striconveh: Update.
6409         * lib/linebreak.c: Update.
6410         * modules/linebreak: Update.
6411         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6412         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6413         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6414         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6415         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6416         * lib/unistr.h: Update.
6417         * lib/striconveh.c: Update.
6418         * modules/striconveh: Update.
6419         * lib/unistr/u8-to-u16.c: Update.
6420         * modules/unistr/u8-to-u16: Update.
6421         * lib/unistr/u8-to-u32.c: Update.
6422         * modules/unistr/u8-to-u32: Update.
6423
6424 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6425
6426         Sync from Libtool.
6427         * lib/argz.c: Do not include strings.h nor memory.h, include
6428         string.h unconditionally.  Patch by Simon Josefsson.
6429
6430 2007-01-27  Bruno Haible  <bruno@clisp.org>
6431
6432         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6433         from gl_HEADER_STRING_H_BODY.
6434         (gl_HEADER_STRING_H_BODY): Require it.
6435         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6436         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6437         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6438         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6439         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6440         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6441         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6442         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6443         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6444         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6445         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6446         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6447         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6448         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6449         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6450
6451 2007-01-27  Bruno Haible  <bruno@clisp.org>
6452
6453         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6454         check_PROGRAMS into noinst_PROGRAMS.
6455         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6456         check_PROGRAMS in this case.
6457         (func_import): Set for_test to false.
6458         (func_create_testdir): Set for_test to true.
6459
6460 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6461             Bruno Haible  <bruno@clisp.org>
6462
6463         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6464         (Depends-on): Add string.
6465         (Includes): Use <string.h> instead of strcasestr.h.
6466         * modules/string (Makefile.am): Also substitute the value of
6467         REPLACE_STRCASESTR.
6468         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6469         assume strcasestr is declared in <string.h> not <strings.h>. Also
6470         set REPLACE_STRCASESTR.
6471         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6472         REPLACE_STRCASESTR.
6473         * lib/strcasestr.h: Remove file.
6474         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6475         * lib/string_.h (strcasestr): New declaration.
6476
6477 2007-01-27  Bruno Haible  <bruno@clisp.org>
6478
6479         * lib/string_.h: Use 'extern'.
6480
6481 2007-01-27  Jim Meyering  <jim@meyering.net>
6482
6483         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6484         of set-but-not-used local, "q".
6485
6486         * lib/mempcpy.c: Include <config.h> before <string.h>.
6487         This fixes a compilation error on HP-UX, due to the system's
6488         "restrict"-using mempcpy prototype.
6489
6490 2007-01-26  Bruno Haible  <bruno@clisp.org>
6491
6492         Small optimization.
6493         * lib/javacomp.c: Include c-strstr.h.
6494          (is_envjavac_gcj): Use c_strstr instead of strstr.
6495         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6496
6497 2007-01-26  Bruno Haible  <bruno@clisp.org>
6498
6499         * MODULES.html.sh (Unicode string functions): Add the new modules.
6500
6501         * modules/uniconv/u32-strconv-to-locale: New file.
6502         * lib/uniconv/u32-strconv-to-locale.c: New file.
6503
6504         * modules/uniconv/u16-strconv-to-locale: New file.
6505         * lib/uniconv/u16-strconv-to-locale.c: New file.
6506
6507         * modules/uniconv/u8-strconv-to-locale: New file.
6508         * lib/uniconv/u8-strconv-to-locale.c: New file.
6509
6510         * modules/uniconv/u32-strconv-from-locale: New file.
6511         * lib/uniconv/u32-strconv-from-locale.c: New file.
6512
6513         * modules/uniconv/u16-strconv-from-locale: New file.
6514         * lib/uniconv/u16-strconv-from-locale.c: New file.
6515
6516         * modules/uniconv/u8-strconv-from-locale: New file.
6517         * lib/uniconv/u8-strconv-from-locale.c: New file.
6518
6519         * modules/uniconv/u32-strconv-to-enc: New file.
6520         * lib/uniconv/u32-strconv-to-enc.c: New file.
6521         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6522         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6523
6524         * modules/uniconv/u16-strconv-to-enc: New file.
6525         * lib/uniconv/u16-strconv-to-enc.c: New file.
6526         * lib/uniconv/u-strconv-to-enc.h: New file.
6527         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6528         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6529
6530         * modules/uniconv/u8-strconv-to-enc: New file.
6531         * lib/uniconv/u8-strconv-to-enc.c: New file.
6532         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6533         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6534
6535         * modules/uniconv/u32-strconv-from-enc: New file.
6536         * lib/uniconv/u32-strconv-from-enc.c: New file.
6537         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6538         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6539
6540         * modules/uniconv/u16-strconv-from-enc: New file.
6541         * lib/uniconv/u16-strconv-from-enc.c: New file.
6542         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6543         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6544
6545         * modules/uniconv/u8-strconv-from-enc: New file.
6546         * lib/uniconv/u8-strconv-from-enc.c: New file.
6547         * lib/uniconv/u-strconv-from-enc.h: New file.
6548         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6549         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6550
6551         * modules/uniconv/u32-conv-from-enc: New file.
6552         * lib/uniconv/u32-conv-from-enc.c: New file.
6553         * modules/uniconv/u32-conv-from-enc-tests: New file.
6554         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6555
6556         * modules/uniconv/u16-conv-from-enc: New file.
6557         * lib/uniconv/u16-conv-from-enc.c: New file.
6558         * lib/uniconv/u-conv-from-enc.h: New file.
6559         * modules/uniconv/u16-conv-from-enc-tests: New file.
6560         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6561
6562         * modules/uniconv/u8-conv-from-enc: New file.
6563         * lib/uniconv/u8-conv-from-enc.c: New file.
6564         * modules/uniconv/u8-conv-from-enc-tests: New file.
6565         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6566
6567         * modules/uniconv/base: New file.
6568         * lib/uniconv.h: New file.
6569
6570 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6571
6572         * doc/gnulib-tool.texi (Initial import): Update to match current
6573         behavior with strdup module.
6574         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6575         * lib/memmem.h: Remove; all uses removed.  This is now done
6576         by <string.h>.
6577         * lib/mempcpy.h: Likewise.
6578         * lib/memrchr.h: Likewise.
6579         * lib/stpcpy.h: Likewise.
6580         * lib/stpncpy.h: Likewise.
6581         * lib/strcase.h: Likewise.
6582         * lib/strchrnul.h: Likewise.
6583         * lib/strdup.h: Likewise.
6584         * lib/strndup.h: Likewise.
6585         * lib/strnlen.h: Likewise.
6586         * lib/strpbrk.h: Likewise.
6587         * lib/strsep.h: Likewise.
6588         * lib/strstr.h: Likewise.
6589         * lib/strtok_r.h: Likewise.
6590         * lib/string_.h: New file.
6591         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6592         Rely on <string.h> instead.
6593         * lib/canon-host.c: Likewise.
6594         * lib/chdir-long.c: Likewise.
6595         * lib/concatpath.c: Likewise.
6596         * lib/exclude.c: Likewise.
6597         * lib/fchdir.c: Likewise.
6598         * lib/getaddrinfo.c: Likewise.
6599         * lib/getcwd.c: Likewise.
6600         * lib/getsubopt.c: Likewise.
6601         * lib/glob.c: Likewise.
6602         * lib/hard-locale.c: Likewise.
6603         * lib/iconvme.c: Likewise.
6604         * lib/javacomp.c: Likewise.
6605         * lib/mempcpy.c: Likewise.
6606         * lib/memrchr.c: Likewise.
6607         * lib/regex_internal.h: Likewise.
6608         * lib/stpncpy.c: Likewise.
6609         * lib/strcasecmp.c: Likewise.
6610         * lib/strchrnul.c: Likewise.
6611         * lib/strdup.c: Likewise.
6612         * lib/striconv.c: Likewise.
6613         * lib/striconveh.c: Likewise.
6614         * lib/striconveha.c: Likewise.
6615         * lib/strncasecmp.c: Likewise.
6616         * lib/strndup.c: Likewise.
6617         * lib/strnlen.c: Likewise.
6618         * lib/strsep.c: Likewise.
6619         * lib/strstr.c: Likewise.
6620         * lib/strtok_r.c: Likewise.
6621         * lib/userspec.c: Likewise.
6622         * lib/w32spawn.h: Likewise.
6623         * lib/xstrndup.c: Likewise.
6624         * lib/mountlist.c (strstr): Remove decl.
6625         * m4/string_h.m4: New file.
6626         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6627         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6628         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6629         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6630         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6631         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6632         Set REPLACE_STRCASECMP if necessary.
6633         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6634         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6635         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6636         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6637         HAVE_DECL_STRDUP if necessary.
6638         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6639         since gl_FUNC_STRNDUP does that now.
6640         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6641         Check for decl here...
6642         (gl_PREREQ_STRNLEN): ... not here.
6643         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6644         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6645         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6646         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6647         necessary.
6648         * modules/string: New file.
6649         * modules/memmem (Files): Remove special-purpose include file.
6650         (Depends-on): Add string.
6651         (Include): Include <string.h>, not the removed file.
6652         * modules/mempcpy: Likewise.
6653         * modules/memrchr: Likewise.
6654         * modules/stpcpy: Likewise.
6655         * modules/stpncpy: Likewise.
6656         * modules/strcase: Likewise.
6657         * modules/strchrnul: Likewise.
6658         * modules/strdup: Likewise.
6659         * modules/strndup: Likewise.
6660         * modules/strnlen: Likewise.
6661         * modules/strpbrk: Likewise.
6662         * modules/strsep: Likewise.
6663         * modules/strstr: Likewise.
6664         * modules/strtok_r: Likewise.
6665         * tests/test-dirname.c: Don't include "strdup.h", since
6666         <string.h> now suffices.
6667         * tests/test-memmem.c: Don't include "memmem.h", since
6668         <string.h> now suffices.
6669
6670 2007-01-25  Bruno Haible  <bruno@clisp.org>
6671
6672         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6673         *resultp is 0.
6674
6675         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6676         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6677         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6678         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6679
6680         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6681         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6682         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6683         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6684         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6685         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6686
6687 2007-01-24  Bruno Haible  <bruno@clisp.org>
6688
6689         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6690         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6691         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6692         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6693         gl_FUNC_FTS_CORE.
6694         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6695         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6696         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6697         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6698         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6699         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6700         gl_FUNC_FCHOWNAT.
6701         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6702         gl_FUNC_STRFTIME.
6703         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6704         Reported by Ralf Wildenhues.
6705
6706 2007-01-24  Bruno Haible  <bruno@clisp.org>
6707
6708         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6709         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6710         gl_GETADDRINFO.
6711         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6712         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6713         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6714
6715 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6716
6717         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6718         Don't use 'exit'; just return from 'main'.
6719         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6720
6721         * lib/fnmatch_.h: Readjust white space and comments to match
6722         glibc, to avoid spurious diffs.
6723
6724 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6725
6726         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6727         2004-12-01 change by Jakub Jelinek, since this code won't compile
6728         if !LIBC.  Problem reported by Bob Proulx.
6729
6730 2007-01-23  Bruno Haible  <bruno@clisp.org>
6731
6732         * lib/striconveh.c: Include c-strcaseeq.h.
6733         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6734         * modules/striconveh (Depends-on): Add c-strcaseeq.
6735
6736 2007-01-23  Bruno Haible  <bruno@clisp.org>
6737
6738         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6739
6740         * modules/c-strcaseeq: New file.
6741         * lib/c-strcaseeq.h: New file.
6742
6743         * modules/streq: New file.
6744         * lib/streq.h: New file.
6745
6746 2007-01-23  Bruno Haible  <bruno@clisp.org>
6747
6748         * modules/striconveha-tests: New file.
6749         * tests/test-striconveha.c: New file.
6750
6751         * lib/striconveha.h: Include <stdbool.h>.
6752         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6753         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6754         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6755         (mem_iconveha): New function.
6756         (str_iconveha_notranslit): Renamed from str_iconveha.
6757         (str_iconveha): New function.
6758         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6759         c-strcase.
6760
6761 2007-01-23  Bruno Haible  <bruno@clisp.org>
6762
6763         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6764         encodings without forgiving before trying any encoding with handler.
6765         (str_iconveha): Try all encodings without forgiving before trying any
6766         encoding with handler.
6767
6768 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6769
6770         Import the following changes from libc.
6771
6772         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6773
6774         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6775
6776         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6777
6778         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6779         normal_bracket label.
6780
6781         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6782
6783         [BZ #361]
6784         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6785         to normal_bracket after fetching the next character.
6786
6787 2007-01-22  Bruno Haible  <bruno@clisp.org>
6788
6789         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6790         argument.
6791         * lib/striconveh.c (iconv_carefully_1): New function.
6792         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6793         argument.
6794         (str_cd_iconveh): Update.
6795         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6796         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6797         * tests/test-striconveh.c (MAGIC): New macro.
6798         (new_offsets): New function.
6799         (main): Test call with and without offsets.
6800
6801 2007-01-22  Bruno Haible  <bruno@clisp.org>
6802
6803         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6804         * modules/sys_select (Makefile.am): Likewise.
6805         * modules/sys_socket (Makefile.am): Likewise.
6806         * modules/sys_time (Makefile.am): Likewise.
6807
6808 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6809
6810         * modules/gettimeofday (License): Change from GPL to LGPL, since
6811         gettimeofday is a library function.
6812
6813 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6814
6815         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6816
6817 2007-01-21  Bruno Haible  <bruno@clisp.org>
6818
6819         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6820
6821 2007-01-21  Bruno Haible  <bruno@clisp.org>
6822
6823         * modules/striconveha: New file.
6824         * lib/striconveha.h: New file.
6825         * lib/striconveha.c: New file.
6826         * MODULES.html.sh (Internationalization functions): Add striconveha.
6827         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6828         string.
6829         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6830
6831 2007-01-21  Bruno Haible  <bruno@clisp.org>
6832
6833         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6834         * lib/striconveh.c (str_iconveh): Likewise.
6835
6836 2007-01-21  Bruno Haible  <bruno@clisp.org>
6837
6838         * lib/striconveh.h (mem_iconveh): New declaration.
6839         * lib/striconveh.c (mem_iconveh): New function.
6840         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6841
6842 2007-01-21  Bruno Haible  <bruno@clisp.org>
6843
6844         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6845
6846         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6847         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6848         original result buffer.
6849         (str_cd_iconveh): Update.
6850         * tests/test-striconveh.c (main): Update.
6851
6852         * lib/striconv.h (mem_cd_iconv): Change specification.
6853         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6854         result buffer.
6855         (str_cd_iconv): Update.
6856         * tests/test-striconv.c (main): Update.
6857
6858 2007-01-21  Bruno Haible  <bruno@clisp.org>
6859
6860         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6861
6862 2007-01-20  Jim Meyering  <jim@meyering.net>
6863
6864         * lib/userspec.c (parse_with_separator): If a user or group string
6865         starts with "+", skip the corresponding name-to-ID look-up, since
6866         such a look-up must fail: user and group names may not include "+".
6867
6868 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6869
6870         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6871         since we now assume the sys_time module.
6872         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6873         check for sys/time.h; no longer needed.
6874         * modules/poll (Depends-on): Depend on sys_time.
6875
6876 2007-01-18  Bruno Haible  <bruno@clisp.org>
6877
6878         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6879         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6880
6881         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6882         gettimeofday.
6883
6884         * tests/test-gettimeofday.c: Include <time.h>.
6885         (dummy): Remove variable.
6886
6887         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6888         gl_HEADER_SYS_TIME_H.
6889         (gl_HEADER_SYS_TIME_H): New macro.
6890
6891         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6892         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6893         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6894         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6895         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6896         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6897         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6898         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6899         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6900         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6901         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6902
6903         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6904         last change; it caused a compilation error when cross-compiling to
6905         Cygwin.
6906
6907 2007-01-18  Jim Meyering  <jim@meyering.net>
6908
6909         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6910         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6911         than the race-prone "test -d sys || mkdir sys".
6912         (configure.ac): Use AC_PROG_MKDIR_P.
6913         * modules/sys_select: Likewise.
6914         * modules/sys_socket: Likewise.
6915         * modules/sys_time: Likewise.
6916
6917 2007-01-18  Eric Blake  <ebb9@byu.net>
6918
6919         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6920         replace gettimeofday.
6921         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6922         name, to avoid infinite recursion.
6923
6924 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6925
6926         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6927         module sys_time.
6928         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6929         assume timespec.h defines struct timeval.
6930         * lib/settime.c: Likewise.
6931         * lib/utimens.c: Likewise.
6932         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6933         since we now assume the gettimeofday module.
6934         * lib/tempname.c (__gen_tempname): Likewise.
6935         * lib/gettimeofday.h: Remove.
6936         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6937         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6938         Include <time.h>, for 'time()'.
6939         (localtime_buffer_addr): Also use this workaround if
6940         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6941         to simplify the uses.  All uses changed.
6942         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6943         that #undef is inside {}, and 'const' follows type name consistently.
6944         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6945         (gettimeofday): Do not use the maximum possible value for
6946         tv->tv_usec, since that might break usages other than ls.c.
6947         Instead, we'll leave ls.c alone.  This undoes today's patch
6948         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6949         we've never observed the problem but might as well keep the
6950         canary.
6951         * lib/nanosleep.c: Include timespec.h first, for interface check.
6952         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6953         now assume the sys_time module.
6954         * lib/tempname.c: Likewise.
6955         * lib/timespec.h: Likewise.
6956         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6957         needed.
6958         * lib/strftime.c: Likewise.
6959         * lib/timespec.h: Likewise.
6960         * lib/posixtm.c: Include posixtm.h first, for interface check.
6961         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6962         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6963         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6964         * lib/sys_time_.h: New file.
6965         * lib/timespec.h (struct timespec): Use long int, not long.
6966         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6967         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6968         Remove obsolescent call to AC_HEADER_TIME.
6969         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6970         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6971         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6972         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6973         Likewise.
6974         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6975         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6976         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6977         into the sys_time module.  Check for gettimeofday just once.
6978         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6979         for gettimeofday signature to just check the signature.  Merely
6980         compile it, since linking doesn't test signature.  Improve test for
6981         whether gettimeofday.o is actually needed.
6982         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6983         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6984         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6985         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6986         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6987         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6988         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6989         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6990         than worrying about sys/time.h.
6991         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6992         Don't bother worrying about TIME_WITH_SYS_TIME.
6993         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6994         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6995         * m4/sys_time_h.m4: New file.
6996         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6997         Don't include sys/time.h.  Return from main rather than exiting.
6998         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6999         all uses changed.
7000         * modules/gethrxtime (Depends-on): Add sys_time.
7001         * modules/gettime (Depends-on): Likewise.
7002         * modules/gettimeofday (Depends-on): Likewise.
7003         * modules/nanosleep (Depends-on): Likewise.
7004         * modules/settime (Depends-on): Likewise.
7005         * modules/tempname (Depends-on): Likewise.
7006         * modules/utimens (Depends-on): Likewise.
7007         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7008         (Include:) Change back to <sys/time.h>.
7009         (Maintainer:) Add self.
7010         * modules/sys_time: New file.
7011         * modules/tempname (Depends-on): Add gettimeofday.
7012         * tests/test-gettimeofday.c: Include <sys/time.h>
7013         rather than gettimeofday.h.
7014
7015 2007-01-17  Bruno Haible  <bruno@clisp.org>
7016
7017         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7018         the license default to GPL.
7019         (func_create_testdir): Don't complain if a module is LGPL and its
7020         tests module depends on GPLed modules.
7021
7022 2007-01-17  Bruno Haible  <bruno@clisp.org>
7023
7024         * lib/gettimeofday.c (gettimeofday): Add code for the case
7025         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7026         maximum possible value for tv->tv_usec, rather than the minimum one.
7027
7028 2005-10-08  Martin Lambers  <marlam@marlam.de>
7029 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7030 2007-01-16  Bruno Haible  <bruno@clisp.org>
7031
7032         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7033         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7034         gl_FUNC_GETTIMEOFDAY.
7035         (Include): Add gettimeofday.h.
7036         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7037         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7038         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7039         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7040         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7041         * lib/gettimeofday.h: New file.
7042         * lib/gettimeofday.c: Include <sys/timeb.h>.
7043         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7044         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7045         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7046         fall back on time().
7047
7048         * tests/test-gettimeofday.c: New file.
7049         * modules/gettimeofday-tests: New file.
7050
7051 2007-01-16  Eric Blake  <ebb9@byu.net>
7052
7053         * modules/fnmatch (Depends-on): Depend on wchar.
7054         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7055         * m4/fnmatch.m4: Likewise.
7056         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7057         * m4/mbchar.m4: Likewise.
7058         * modules/mbswidth (Depends-on): Depend on wchar.
7059         * lib/mbswidth.c: Assume <wchar.h>.
7060         * m4/mbswidth.m4: Likewise.
7061         * modules/quotearg (Depends-on): Depend on wchar.
7062         * lib/quotearg.c: Assume <wchar.h>.
7063         * m4/quotearg.m4: Likewise.
7064         * modules/regex (Depends-on): Depend on wchar.
7065         * lib/regex_internal.h: Assume <wchar.h>.
7066         * m4/regex.m4: Likewise.
7067         * modules/stdint (Depends-on): Depend on wchar.
7068         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7069         * m4/stdint.m4: Likewise.
7070         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7071         * modules/strftime (Depends-on): Depend on wchar.
7072         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7073         * modules/strtol (Depends-on): Depend on wchar.
7074         * lib/strtol.c: Assume <wchar.h>.
7075         * modules/wcwidth (Depends-on): Depend on wchar.
7076         * lib/wcwidth.h: Assume <wchar.h>.
7077         * m4/wcwidth.m4: Likewise.
7078
7079 2007-01-16  Bruno Haible  <bruno@clisp.org>
7080
7081         * modules/csharpexec-script: New, created from...
7082         * modules/csharpexec: ... this.
7083
7084 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7085
7086         * modules/javaexec-script: New, created from...
7087         * modules/javaexec: ... this.
7088
7089 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7090
7091         * modules/poll (Dependencies): Add sys_select.
7092
7093 2007-01-15  Jim Meyering  <jim@meyering.net>
7094
7095         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7096         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7097         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7098         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7099
7100 2007-01-15  Bruno Haible  <bruno@clisp.org>
7101
7102         * modules/striconveh: New file.
7103         * lib/striconveh.h: New file.
7104         * lib/striconveh.c: New file.
7105         * MODULES.html.sh (Internationalization functions): Add striconveh.
7106
7107         * modules/striconveh-tests: New file.
7108         * tests/test-striconveh.c: New file.
7109
7110 2007-01-15  Bruno Haible  <bruno@clisp.org>
7111
7112         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7113         not from GNU libiconv or GNU libc.
7114
7115 2007-01-15  Bruno Haible  <bruno@clisp.org>
7116
7117         * doc/gnulib-intro.texi (Copyright): Explain the different license
7118         terms for module descriptions, autoconf macros, tests, documentation.
7119
7120 2007-01-14  Bruno Haible  <bruno@clisp.org>
7121
7122         * modules/striconv-tests: New file.
7123         * tests/test-striconv.c: New file.
7124
7125 2007-01-14  Bruno Haible  <bruno@clisp.org>
7126
7127         * modules/iconv-tests: New file.
7128         * tests/test-iconv.c: New file.
7129
7130 2007-01-14  Bruno Haible  <bruno@clisp.org>
7131
7132         * gnulib-tool (func_get_license): For test modules, use the license of
7133         the main module.
7134
7135 2007-01-14  Bruno Haible  <bruno@clisp.org>
7136
7137         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7138         if iconv is found to exist.
7139
7140 2007-01-14  Bruno Haible  <bruno@clisp.org>
7141
7142         * modules/c-ctype-tests: New file.
7143         * tests/test-c-ctype.c: New file.
7144
7145 2007-01-14  Bruno Haible  <bruno@clisp.org>
7146
7147         * modules/binary-io-tests: New file.
7148         * tests/test-binary-io.sh: New file.
7149         * tests/test-binary-io.c: New file.
7150
7151 2007-01-14  Bruno Haible  <bruno@clisp.org>
7152
7153         * modules/array-oset-tests: New file.
7154         * tests/test-array_oset.c: New file.
7155
7156 2007-01-14  Bruno Haible  <bruno@clisp.org>
7157
7158         * modules/array-list-tests: New file.
7159         * tests/test-array_list.c: New file.
7160
7161 2007-01-14  Bruno Haible  <bruno@clisp.org>
7162
7163         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7164         and make.
7165         Reported by Simon Josefsson in
7166         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7167
7168 2007-01-14  Bruno Haible  <bruno@clisp.org>
7169
7170         * modules/allocsa-tests: New file.
7171         * tests/test-allocsa.c: New file.
7172
7173 2007-01-14  Bruno Haible  <bruno@clisp.org>
7174
7175         * modules/fchdir (Depends-on): Add absolute-header.
7176         * modules/unistd (Depends-on): Likewise.
7177
7178 2006-12-30  Bruno Haible  <bruno@clisp.org>
7179
7180         * modules/fchdir: New file.
7181         * modules/unistd (Files): Add lib/unistd_.h.
7182         (Makefile.am): Generate unistd.h from unistd_.h.
7183         * lib/fchdir.c: New file.
7184         * lib/dirent_.h: New file.
7185         * lib/unistd_.h: New file.
7186         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7187         * m4/fchdir.m4: New file.
7188         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7189         (gl_HEADER_UNISTD): Invoke it.
7190         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7191         function.
7192         * lib/backupfile.c (opendir, closedir): Undefine.
7193         * lib/chown.c (open, close): Undefine.
7194         * lib/clean-temp.c (open, close): Undefine.
7195         * lib/copy-file.c (open, close): Undefine.
7196         * lib/execute.c (open, close): Undefine.
7197         * lib/fsusage.c (open, close): Undefine.
7198         * lib/gc-gnulib.c (open, close): Undefine.
7199         * lib/getcwd.c (opendir, closedir): Undefine.
7200         * lib/glob.c (opendir, closedir): Undefine.
7201         * lib/javacomp.c (open, close): Undefine.
7202         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7203         * lib/openat-proc.c (open, close): Undefine.
7204         * lib/pagealign_alloc.c (open, close): Undefine.
7205         * lib/pipe.c (open, close): Undefine.
7206         * lib/progreloc.c (open, close): Undefine.
7207         * lib/savedir.c (opendir, closedir): Undefine.
7208         * lib/utime.c (open, close): Undefine.
7209         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7210
7211 2007-01-10  Bruno Haible  <bruno@clisp.org>
7212
7213         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7214
7215 2007-01-12  Eric Blake  <ebb9@byu.net>
7216
7217         Provide a robust <wchar.h>.  Further simplifications are now
7218         possible in other modules, but not included here.
7219         * modules/wchar: New module.
7220         * m4/wchar.m4: New file.
7221         * lib/wchar_.h: Likewise.
7222         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7223         of the new module.
7224         * MODULES.html.sh (Extended multibyte and wide character utilities):
7225         New section.
7226
7227 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7228
7229         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7230         to a reasonable default for memory allocation.
7231         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7232         file system that reports garbage st_size values for symlinks.
7233         Problem reported by Liyang Hu.
7234
7235 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7236
7237         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7238         Emacs .#* auto-save files).
7239
7240 2007-01-11  Bruno Haible  <bruno@clisp.org>
7241
7242         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7243         directory.
7244
7245 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7246
7247         Use @...@ consistently in lib/wctype_.h.
7248         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7249         on it being set to 1 or 0.
7250         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7251         go back to AC_SUBSTing it.
7252         * modules/wctype (Makefile.am): Undo previous change.
7253
7254 2007-01-10  Eric Blake  <ebb9@byu.net>
7255
7256         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7257         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7258         * modules/wctype (Makefile.am): Likewise.
7259         Reported by Chris McGuire.
7260
7261 2007-01-10  Jim Meyering  <jim@meyering.net>
7262
7263         fts.c: a small readability/maintainability improvement
7264         * lib/fts.c (fts_read): Make this code slightly more readable and
7265         maintainable by hoisting the "sp->fts_cur = p" assignments to
7266         immediately follow the statements that set P.  Derived from
7267         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7268
7269 2007-01-10  Eric Blake  <ebb9@byu.net>
7270
7271         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7272         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7273         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7274         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7275         Reported by Chris McGuire.
7276
7277 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7278
7279         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7280         in sed script.
7281
7282 2007-01-09  Bruno Haible  <bruno@clisp.org>
7283
7284         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7285         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7286         variables.
7287         (func_module): Use them.
7288
7289 2007-01-09  Bruno Haible  <bruno@clisp.org>
7290
7291         * modules/unistr/base: New file.
7292         * lib/unistr.h: New file.
7293
7294         * modules/unistr/u8-to-u16: New file.
7295         * lib/unistr/u8-to-u16.c: New file.
7296
7297         * modules/unistr/u8-to-u32: New file.
7298         * lib/unistr/u8-to-u32.c: New file.
7299
7300         * modules/unistr/u16-to-u8: New file.
7301         * lib/unistr/u16-to-u8.c: New file.
7302
7303         * modules/unistr/u16-to-u32: New file.
7304         * lib/unistr/u16-to-u32.c: New file.
7305
7306         * modules/unistr/u32-to-u8: New file.
7307         * lib/unistr/u32-to-u8.c: New file.
7308
7309         * modules/unistr/u32-to-u16: New file.
7310         * lib/unistr/u32-to-u16.c: New file.
7311
7312         * modules/unistr/u8-check: New file.
7313         * modules/unistr/u16-check: New file.
7314         * modules/unistr/u32-check: New file.
7315         * lib/unistr/u8-check.c: New file.
7316         * lib/unistr/u16-check.c: New file.
7317         * lib/unistr/u32-check.c: New file.
7318
7319         * modules/unistr/u8-chr: New file.
7320         * modules/unistr/u16-chr: New file.
7321         * modules/unistr/u32-chr: New file.
7322         * lib/unistr/u8-chr.c: New file.
7323         * lib/unistr/u16-chr.c: New file.
7324         * lib/unistr/u32-chr.c: New file.
7325
7326         * modules/unistr/u8-cmp: New file.
7327         * modules/unistr/u16-cmp: New file.
7328         * modules/unistr/u32-cmp: New file.
7329         * lib/unistr/u8-cmp.c: New file.
7330         * lib/unistr/u16-cmp.c: New file.
7331         * lib/unistr/u32-cmp.c: New file.
7332
7333         * modules/unistr/u8-cpy: New file.
7334         * modules/unistr/u16-cpy: New file.
7335         * modules/unistr/u32-cpy: New file.
7336         * lib/unistr/u8-cpy.c: New file.
7337         * lib/unistr/u16-cpy.c: New file.
7338         * lib/unistr/u32-cpy.c: New file.
7339         * lib/unistr/u-cpy.h: New file.
7340
7341         * modules/unistr/u8-cpy-alloc: New file.
7342         * modules/unistr/u16-cpy-alloc: New file.
7343         * modules/unistr/u32-cpy-alloc: New file.
7344         * lib/unistr/u8-cpy-alloc.c: New file.
7345         * lib/unistr/u16-cpy-alloc.c: New file.
7346         * lib/unistr/u32-cpy-alloc.c: New file.
7347         * lib/unistr/u-cpy-alloc.h: New file.
7348
7349         * modules/unistr/u8-endswith: New file.
7350         * modules/unistr/u16-endswith: New file.
7351         * modules/unistr/u32-endswith: New file.
7352         * lib/unistr/u8-endswith.c: New file.
7353         * lib/unistr/u16-endswith.c: New file.
7354         * lib/unistr/u32-endswith.c: New file.
7355         * lib/unistr/u-endswith.h: New file.
7356
7357         * modules/unistr/u8-mblen: New file.
7358         * modules/unistr/u16-mblen: New file.
7359         * modules/unistr/u32-mblen: New file.
7360         * lib/unistr/u8-mblen.c: New file.
7361         * lib/unistr/u16-mblen.c: New file.
7362         * lib/unistr/u32-mblen.c: New file.
7363
7364         * modules/unistr/u8-mbtouc: New file.
7365         * modules/unistr/u16-mbtouc: New file.
7366         * modules/unistr/u32-mbtouc: New file.
7367         * lib/unistr/u8-mbtouc.c: New file.
7368         * lib/unistr/u16-mbtouc.c: New file.
7369         * lib/unistr/u32-mbtouc.c: New file.
7370
7371         * modules/unistr/u8-mbtouc-safe: New file.
7372         * modules/unistr/u16-mbtouc-safe: New file.
7373         * modules/unistr/u32-mbtouc-safe: New file.
7374         * lib/unistr/u8-mbtouc-safe.c: New file.
7375         * lib/unistr/u16-mbtouc-safe.c: New file.
7376         * lib/unistr/u32-mbtouc-safe.c: New file.
7377
7378         * modules/unistr/u8-move: New file.
7379         * modules/unistr/u16-move: New file.
7380         * modules/unistr/u32-move: New file.
7381         * lib/unistr/u8-move.c: New file.
7382         * lib/unistr/u16-move.c: New file.
7383         * lib/unistr/u32-move.c: New file.
7384         * lib/unistr/u-move.h: New file.
7385
7386         * modules/unistr/u8-next: New file.
7387         * modules/unistr/u16-next: New file.
7388         * modules/unistr/u32-next: New file.
7389         * lib/unistr/u8-next.c: New file.
7390         * lib/unistr/u16-next.c: New file.
7391         * lib/unistr/u32-next.c: New file.
7392
7393         * modules/unistr/u8-prev: New file.
7394         * modules/unistr/u16-prev: New file.
7395         * modules/unistr/u32-prev: New file.
7396         * lib/unistr/u8-prev.c: New file.
7397         * lib/unistr/u16-prev.c: New file.
7398         * lib/unistr/u32-prev.c: New file.
7399
7400         * modules/unistr/u8-set: New file.
7401         * modules/unistr/u16-set: New file.
7402         * modules/unistr/u32-set: New file.
7403         * lib/unistr/u8-set.c: New file.
7404         * lib/unistr/u16-set.c: New file.
7405         * lib/unistr/u32-set.c: New file.
7406         * lib/unistr/u-set.h: New file.
7407
7408         * modules/unistr/u8-startswith: New file.
7409         * modules/unistr/u16-startswith: New file.
7410         * modules/unistr/u32-startswith: New file.
7411         * lib/unistr/u8-startswith.c: New file.
7412         * lib/unistr/u16-startswith.c: New file.
7413         * lib/unistr/u32-startswith.c: New file.
7414         * lib/unistr/u-startswith.h: New file.
7415
7416         * modules/unistr/u8-stpcpy: New file.
7417         * modules/unistr/u16-stpcpy: New file.
7418         * modules/unistr/u32-stpcpy: New file.
7419         * lib/unistr/u8-stpcpy.c: New file.
7420         * lib/unistr/u16-stpcpy.c: New file.
7421         * lib/unistr/u32-stpcpy.c: New file.
7422         * lib/unistr/u-stpcpy.h: New file.
7423
7424         * modules/unistr/u8-stpncpy: New file.
7425         * modules/unistr/u16-stpncpy: New file.
7426         * modules/unistr/u32-stpncpy: New file.
7427         * lib/unistr/u8-stpncpy.c: New file.
7428         * lib/unistr/u16-stpncpy.c: New file.
7429         * lib/unistr/u32-stpncpy.c: New file.
7430         * lib/unistr/u-stpncpy.h: New file.
7431
7432         * modules/unistr/u8-strcat: New file.
7433         * modules/unistr/u16-strcat: New file.
7434         * modules/unistr/u32-strcat: New file.
7435         * lib/unistr/u8-strcat.c: New file.
7436         * lib/unistr/u16-strcat.c: New file.
7437         * lib/unistr/u32-strcat.c: New file.
7438         * lib/unistr/u-strcat.h: New file.
7439
7440         * modules/unistr/u8-strchr: New file.
7441         * modules/unistr/u16-strchr: New file.
7442         * modules/unistr/u32-strchr: New file.
7443         * lib/unistr/u8-strchr.c: New file.
7444         * lib/unistr/u16-strchr.c: New file.
7445         * lib/unistr/u32-strchr.c: New file.
7446
7447         * modules/unistr/u8-strcmp: New file.
7448         * modules/unistr/u16-strcmp: New file.
7449         * modules/unistr/u32-strcmp: New file.
7450         * lib/unistr/u8-strcmp.c: New file.
7451         * lib/unistr/u16-strcmp.c: New file.
7452         * lib/unistr/u32-strcmp.c: New file.
7453
7454         * modules/unistr/u8-strcpy: New file.
7455         * modules/unistr/u16-strcpy: New file.
7456         * modules/unistr/u32-strcpy: New file.
7457         * lib/unistr/u8-strcpy.c: New file.
7458         * lib/unistr/u16-strcpy.c: New file.
7459         * lib/unistr/u32-strcpy.c: New file.
7460         * lib/unistr/u-strcpy.h: New file.
7461
7462         * modules/unistr/u8-strcspn: New file.
7463         * modules/unistr/u16-strcspn: New file.
7464         * modules/unistr/u32-strcspn: New file.
7465         * lib/unistr/u8-strcspn.c: New file.
7466         * lib/unistr/u16-strcspn.c: New file.
7467         * lib/unistr/u32-strcspn.c: New file.
7468         * lib/unistr/u-strcspn.h: New file.
7469
7470         * modules/unistr/u8-strdup: New file.
7471         * modules/unistr/u16-strdup: New file.
7472         * modules/unistr/u32-strdup: New file.
7473         * lib/unistr/u8-strdup.c: New file.
7474         * lib/unistr/u16-strdup.c: New file.
7475         * lib/unistr/u32-strdup.c: New file.
7476         * lib/unistr/u-strdup.h: New file.
7477
7478         * modules/unistr/u8-strlen: New file.
7479         * modules/unistr/u16-strlen: New file.
7480         * modules/unistr/u32-strlen: New file.
7481         * lib/unistr/u8-strlen.c: New file.
7482         * lib/unistr/u16-strlen.c: New file.
7483         * lib/unistr/u32-strlen.c: New file.
7484         * lib/unistr/u-strlen.h: New file.
7485
7486         * modules/unistr/u8-strmblen: New file.
7487         * modules/unistr/u16-strmblen: New file.
7488         * modules/unistr/u32-strmblen: New file.
7489         * lib/unistr/u8-strmblen.c: New file.
7490         * lib/unistr/u16-strmblen.c: New file.
7491         * lib/unistr/u32-strmblen.c: New file.
7492
7493         * modules/unistr/u8-strmbtouc: New file.
7494         * modules/unistr/u16-strmbtouc: New file.
7495         * modules/unistr/u32-strmbtouc: New file.
7496         * lib/unistr/u8-strmbtouc.c: New file.
7497         * lib/unistr/u16-strmbtouc.c: New file.
7498         * lib/unistr/u32-strmbtouc.c: New file.
7499
7500         * modules/unistr/u8-strncat: New file.
7501         * modules/unistr/u16-strncat: New file.
7502         * modules/unistr/u32-strncat: New file.
7503         * lib/unistr/u8-strncat.c: New file.
7504         * lib/unistr/u16-strncat.c: New file.
7505         * lib/unistr/u32-strncat.c: New file.
7506         * lib/unistr/u-strncat.h: New file.
7507
7508         * modules/unistr/u8-strncmp: New file.
7509         * modules/unistr/u16-strncmp: New file.
7510         * modules/unistr/u32-strncmp: New file.
7511         * lib/unistr/u8-strncmp.c: New file.
7512         * lib/unistr/u16-strncmp.c: New file.
7513         * lib/unistr/u32-strncmp.c: New file.
7514
7515         * modules/unistr/u8-strncpy: New file.
7516         * modules/unistr/u16-strncpy: New file.
7517         * modules/unistr/u32-strncpy: New file.
7518         * lib/unistr/u8-strncpy.c: New file.
7519         * lib/unistr/u16-strncpy.c: New file.
7520         * lib/unistr/u32-strncpy.c: New file.
7521         * lib/unistr/u-strncpy.h: New file.
7522
7523         * modules/unistr/u8-strnlen: New file.
7524         * modules/unistr/u16-strnlen: New file.
7525         * modules/unistr/u32-strnlen: New file.
7526         * lib/unistr/u8-strnlen.c: New file.
7527         * lib/unistr/u16-strnlen.c: New file.
7528         * lib/unistr/u32-strnlen.c: New file.
7529         * lib/unistr/u-strnlen.h: New file.
7530
7531         * modules/unistr/u8-strpbrk: New file.
7532         * modules/unistr/u16-strpbrk: New file.
7533         * modules/unistr/u32-strpbrk: New file.
7534         * lib/unistr/u8-strpbrk.c: New file.
7535         * lib/unistr/u16-strpbrk.c: New file.
7536         * lib/unistr/u32-strpbrk.c: New file.
7537         * lib/unistr/u-strpbrk.h: New file.
7538
7539         * modules/unistr/u8-strrchr: New file.
7540         * modules/unistr/u16-strrchr: New file.
7541         * modules/unistr/u32-strrchr: New file.
7542         * lib/unistr/u8-strrchr.c: New file.
7543         * lib/unistr/u16-strrchr.c: New file.
7544         * lib/unistr/u32-strrchr.c: New file.
7545
7546         * modules/unistr/u8-strspn: New file.
7547         * modules/unistr/u16-strspn: New file.
7548         * modules/unistr/u32-strspn: New file.
7549         * lib/unistr/u8-strspn.c: New file.
7550         * lib/unistr/u16-strspn.c: New file.
7551         * lib/unistr/u32-strspn.c: New file.
7552         * lib/unistr/u-strspn.h: New file.
7553
7554         * modules/unistr/u8-strstr: New file.
7555         * modules/unistr/u16-strstr: New file.
7556         * modules/unistr/u32-strstr: New file.
7557         * lib/unistr/u8-strstr.c: New file.
7558         * lib/unistr/u16-strstr.c: New file.
7559         * lib/unistr/u32-strstr.c: New file.
7560         * lib/unistr/u-strstr.h: New file.
7561
7562         * modules/unistr/u8-strtok: New file.
7563         * modules/unistr/u16-strtok: New file.
7564         * modules/unistr/u32-strtok: New file.
7565         * lib/unistr/u8-strtok.c: New file.
7566         * lib/unistr/u16-strtok.c: New file.
7567         * lib/unistr/u32-strtok.c: New file.
7568         * lib/unistr/u-strtok.h: New file.
7569
7570         * modules/unistr/u8-uctomb: New file.
7571         * modules/unistr/u16-uctomb: New file.
7572         * modules/unistr/u32-uctomb: New file.
7573         * lib/unistr/u8-uctomb.c: New file.
7574         * lib/unistr/u16-uctomb.c: New file.
7575         * lib/unistr/u32-uctomb.c: New file.
7576
7577         * MODULES.html.sh (Unicode string functions): Add the new modules.
7578
7579 2007-01-08  Bruno Haible  <bruno@clisp.org>
7580
7581         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7582         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7583         subdirectories.
7584
7585 2007-01-08  Karl Berry  <karl@gnu.org>
7586
7587         * doc/error.texi: mention that main() fns must set program_name
7588         when progname is used.
7589
7590 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7591
7592         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7593         WCTYPE_H is empty, for the benefit of builds from non-distclean
7594         directories.  Problem reported by Eric Blake in
7595         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7596
7597 2007-01-08  Bruno Haible  <bruno@clisp.org>
7598
7599         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7600         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7601         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7602         PROVIDE_CANONICALIZE_FILENAME_MODE.
7603         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7604
7605 2007-01-08  Bruno Haible  <bruno@clisp.org>
7606
7607         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7608         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7609         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7610         * lib/fts.c: Likewise.
7611         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7612
7613 2006-12-25  Bruno Haible  <bruno@clisp.org>
7614
7615         * modules/utf8-ucs4-safe: New file.
7616         * lib/utf8-ucs4-safe.h: New file.
7617         * lib/unistr/utf8-ucs4-safe.c: New file.
7618
7619         * modules/utf16-ucs4-safe: New file.
7620         * lib/utf16-ucs4-safe.h: New file.
7621         * lib/unistr/utf16-ucs4-safe.c: New file.
7622
7623         * MODULES.html.sh (Unicode string functions): Add the new modules.
7624
7625 2007-01-08  Bruno Haible  <bruno@clisp.org>
7626
7627         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7628         (Depends-on): Add unitypes.
7629         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7630         (u8_mbtouc_aux): Move out to separate file.
7631         (u8_mbtouc): Use ucs4_t, uint8_t types.
7632         * lib/unistr/utf8-ucs4.c: New file.
7633
7634         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7635         (Depends-on): Add unitypes.
7636         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7637         (u16_mbtouc_aux): Move out to separate file.
7638         (u16_mbtouc): Use ucs4_t, uint16_t types.
7639         * lib/unistr/utf16-ucs4.c: New file.
7640
7641         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7642         (Depends-on): Add unitypes.
7643         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7644         (u8_uctomb_aux): Move out to separate file.
7645         (u8_uctomb): Use ucs4_t, uint8_t types.
7646         * lib/unistr/ucs4-utf8.c: New file.
7647
7648         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7649         (Depends-on): Add unitypes.
7650         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7651         (u16_uctomb_aux): Move out to separate file.
7652         (u16_uctomb): Use ucs4_t, uint16_t types.
7653         * lib/unistr/ucs4-utf16.c: New file.
7654
7655 2006-12-25  Bruno Haible  <bruno@clisp.org>
7656
7657         * modules/unitypes: New file.
7658         * lib/unitypes.h: New file.
7659         * MODULES.html.sh (func_all_modules): New section "Unicode string
7660         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7661         this section. Add unitypes.
7662
7663 2007-01-08  Bruno Haible  <bruno@clisp.org>
7664
7665         Avoid variable names that conflict with those from libtool.
7666         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7667         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7668         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7669         library_names_spec to acl_library_names_spec, hardcode_* to
7670         acl_hardcode_*.
7671         Reported by Ralf Wildenhues.
7672
7673 2007-01-08  Bruno Haible  <bruno@clisp.org>
7674
7675         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7676         definition.
7677         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7678         definition.
7679         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7680         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7681         definition.
7682         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7683         definition.
7684         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7685         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7686         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7687         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7688         definition.
7689         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7690         definition.
7691         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7692         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7693         GC_USE_<algorithm>.
7694         * lib/gc-libgcrypt.c: Likewise.
7695         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7696         * modules/gc-arctwo (configure.ac): Likewise.
7697         * modules/gc-des (configure.ac): Likewise.
7698         * modules/gc-hmac-md5 (configure.ac): Likewise.
7699         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7700         * modules/gc-md2 (configure.ac): Likewise.
7701         * modules/gc-md4 (configure.ac): Likewise.
7702         * modules/gc-md5 (configure.ac): Likewise.
7703         * modules/gc-random (configure.ac): Likewise.
7704         * modules/gc-rijndael (configure.ac): Likewise.
7705         * modules/gc-sha1 (configure.ac): Likewise.
7706
7707 2007-01-08  Bruno Haible  <bruno@clisp.org>
7708
7709         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7710         macro definition.
7711         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7712         definition.
7713         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7714         definition.
7715         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7716         * modules/fcntl-safer (configure.ac): Likewise.
7717         * modules/fopen-safer (configure.ac): Likewise.
7718         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7719         GNULIB_FWRITEERROR macro definition.
7720
7721 2007-01-08  Bruno Haible  <bruno@clisp.org>
7722
7723         * m4/gnulib-common.m4: New file.
7724         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7725         (func_get_filelist): Add m4/gnulib-common.m4.
7726
7727 2007-01-08  Bruno Haible  <bruno@clisp.org>
7728
7729         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7730         command.
7731
7732 2007-01-08  Jim Meyering  <jim@meyering.net>
7733
7734         Use a more robust test for a "can't happen" condition.
7735         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7736         narrowed the st_size value.  Presuming the "can't happen" condition
7737         is true, that narrowing could conceivably convert an invalid st_size
7738         value into a valid one.  Instead, use a change based on Matthew
7739         Woehlke's original patch.
7740
7741         Slight readability improvement: use an assert-like macro
7742         in place of literal "abort ()" uses.
7743         * lib/fts.c (fts_assert): Define.
7744         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7745         Use this macro instead of a bare 'abort'.
7746
7747 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7748
7749         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7750         simply work around them.
7751         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7752         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7753         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7754         declaring.
7755         Don't bother to define as macros, since the standard doesn't require it.
7756         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7757         longer worry about IRIX 5.3.
7758         (HAVE_WCTYPE_CTMP_BUG): Remove.
7759
7760 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7761
7762         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7763         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7764         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7765         Problems reported by Georg Schwarz for IRIX 5.3.
7766
7767         * gnulib-tool (autoconf_minversion): Take the maximum version number
7768         found, not the minimum.  Problem reported by James Youngman.
7769
7770 2007-01-03  Karl Berry  <karl@gnu.org>
7771
7772         * doc/error.texi: new file, explaining interaction with progname.
7773         * doc/gnulib.texi: include it.  Update copyright.
7774
7775 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7776
7777         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7778         AC_CANONICAL_HOST, to improve autobuild outputs.
7779
7780 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7781             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7782
7783         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7784         sockets, server sockets, and other file descriptors.  Count errors
7785         to compute the return value.  Reorder the code a bit to be easier
7786         to follow.  Don't set event bits that were not requested (except
7787         POLLERR and POLLHUP).
7788
7789 2007-01-01  Bruno Haible  <bruno@clisp.org>
7790
7791         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7792
7793 2007-01-03  Jim Meyering  <jim@meyering.net>
7794
7795         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7796
7797 2007-01-02  Bruno Haible  <bruno@clisp.org>
7798
7799         * modules/settime (Include): Require timespec.h.
7800         * modules/nanosleep (Include): Likewise.
7801
7802 2007-01-01  Bruno Haible  <bruno@clisp.org>
7803
7804         * gnulib-tool (func_emit_copyright_notice): Bump year.
7805         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7806
7807 2007-01-01  Bruno Haible  <bruno@clisp.org>
7808
7809         Improve support for OpenBSD.
7810         * build-aux/config.rpath (libname_spec): Export.
7811         (library_names_spec): New variable. Export.
7812         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7813         library_names_spec from the config.rpath output. Locate shared library
7814         through the name pattern in library_names_spec.
7815
7816 2007-01-01  Eric Blake  <ebb9@byu.net>
7817
7818         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7819
7820 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7821
7822         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7823         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7824         assume the C locale, and avoid an "eval" that could cause trouble.
7825         Problem with SORT reported by Bob Proulx.
7826
7827         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7828         Define.  Trivial patch from Henning Nielsen Lund, originally
7829         sent to bug-grep@gnu.org today.
7830
7831 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7832
7833         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7834         struct stat.  Problem reported by Henning Nielsen Lund.
7835         * lib/acl.c: Include acl.h first, to check interface.  Don't
7836         bother to include sys/types.h and sys/stat.h again.
7837
7838 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7839
7840         Import the following change from libc; problem reported by
7841         Sven Verdoolaege.
7842
7843         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7844
7845         [BZ #1373]
7846         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7847
7848 2006-12-28  Jim Meyering  <jim@meyering.net>
7849
7850         * build-aux/announce-gen: Do not assume that the package
7851         builds any of tar.gz, tar.bz2, and .xdelta files.
7852         Suggestion from Simon Josefsson.
7853
7854 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7855
7856         * modules/announce-gen: New file.
7857
7858 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7859
7860         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7861         handles its gotchas now.
7862         * lib/mbswidth.c: Likewise.
7863         * lib/wcwidth.h: Likewise.
7864         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7865         and iswcntrl; the wctype module does this stuff now.
7866         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7867         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7868         * modules/mbchar (Depends-on): Add wctype.
7869         * modules/mbswidth (Depends-on): Likewise.
7870         * modules/wcwidth (Depends-on): Likewise.
7871
7872 2006-12-27  Eric Blake  <ebb9@byu.net>
7873
7874         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7875         module uses more than what <wctype.h> is required to provide.
7876
7877 2006-12-26  Eric Blake  <ebb9@byu.net>
7878
7879         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7880
7881 2006-12-26  Eric Blake  <ebb9@byu.net>
7882
7883         * modules/absolute-header: New module.
7884         * modules/fcntl (Depends-on): Depend on it.
7885         * modules/inttypes (Depends-on): Likewise.
7886         * modules/stdint (Depends-on): Likewise.
7887         * modules/sys_stat (Depends-on): Likewise.
7888         * modules/wctype (Depends-on): Likewise.
7889         * MODULES.html.sh (Support for building libraries and
7890         executables): Document it.
7891
7892 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7893
7894         * gnulib-tool (SED): Remove, undoing previous change.
7895         The problem was that it broke coreutils on Solaris, because
7896         "sed --posix" leaked into a makefile.
7897         (sed): New alias, if 'alias' and GNU sed.
7898
7899 2006-12-24  Jim Meyering  <jim@meyering.net>
7900
7901         Work around an fchownat bug in glibc-2.4:
7902         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7903         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7904         in spite of the -P option.
7905         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7906         New macros.
7907         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7908         * modules/openat (Files): Add lib/fchownat.c.
7909         * lib/openat.c (fchownat): Don't define here.  Move to...
7910         * lib/fchownat.c: ...this new file.
7911
7912 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7913
7914         Fix bug reported by Bruno Haible in
7915         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7916         where quotearg.c didn't compile on Mac OS X 10.2 because it
7917         lacks <wchar.h> and wint_t.
7918         * lib/wctype_.h (__wctype_wint_t): New type.
7919         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7920         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7921         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7922         Arg is now of type __wctype_wint_t, not wint_t.
7923         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7924         substitute HAVE_WINT_T.
7925         * modules/wctype (Files): Add m4/wint_t.m4.
7926         (wctype.h): Substitute HAVE_WINT_T.
7927
7928 2006-12-23  Bruno Haible  <bruno@clisp.org>
7929
7930         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7931
7932 2006-12-23  Bruno Haible  <bruno@clisp.org>
7933
7934         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7935         S_ISLNK.
7936         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7937         mingw.
7938
7939 2006-12-22  Bruno Haible  <bruno@clisp.org>
7940
7941         * lib/copy-file.c: Include acl.h.
7942         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7943         Close the file descriptors only after being done with copy_acl.
7944         * modules/copy-file (Depends-on): Add acl.
7945
7946 2006-12-22  Bruno Haible  <bruno@clisp.org>
7947
7948         * gnulib-tool (SED): New variable.
7949         Use $SED instead of sed everywhere.
7950
7951 2006-12-22  Bruno Haible  <bruno@clisp.org>
7952
7953         * modules/no-c++: New file.
7954         * m4/no-c++.m4: New file.
7955         * MODULES.html.sh (Support for building libraries and executables):
7956         Add no-c++.
7957
7958 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7961         Include <limits.h>, and use its INT_MAX to rewrite the
7962         j loop so that it does not overflow 'int'.  Problem reported by
7963         Ralf Wildenhues in
7964         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7965         Play it safe by shifting left by 1 rather than multiplying by 2,
7966         as GCC is less likely to optimize this away when the value
7967         is signed (when it assumes overflow leads to undefined behavior).
7968         Also, don't assume time_t uses two's complement.
7969
7970 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7971
7972         * MODULES.html.sh: New module wctype.
7973         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7974         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7975         <wctype.h>, since the new wctype module should fix this.
7976         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7977         the wctype module should arrange for it.
7978         * lib/regex_internal.h: Likewise.
7979         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7980         since the wctype module should handle this now.
7981         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7982         * modules/fnmatch (Depends-on): Add wctype.
7983         * modules/quotearg (Depends-on): Likewise.
7984         * modules/regex (Depends-on): Likewise.
7985
7986 2006-12-19  Bruno Haible  <bruno@clisp.org>
7987
7988         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7989         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7990
7991 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7992
7993         * modules/savewd (Depends-on): Fix dependency on fcntl.
7994
7995 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7996
7997         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7998         conforms to C99, rather than relying on the user's environment
7999         setting of STDINT_H.
8000
8001 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8002         and Eric Blake  <ebb9@byu.net>
8003
8004         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8005         This is more consistent with the other defines here.
8006         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8007         Port to z/OS.  Problem reported by Paul Gilmartin.
8008         Change local vars to use gl_ prefix rather than ac_.
8009         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8010         with other defines.
8011         * modules/double-slash-root: New module.
8012         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8013         (Depends-on): Add double-slash-root.
8014         * MODULES.html.sh (File system functions): Mention new module.
8015
8016 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8017
8018         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8019         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8020         This is for the benefit of gzip, which doesn't do i18n.
8021
8022 2006-12-12  Jim Meyering  <jim@meyering.net>
8023
8024         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8025         Reported by Andreas Schwab <schwab@suse.de>.
8026
8027 2006-12-12  Bruno Haible  <bruno@clisp.org>
8028
8029         Merge these changes.
8030         2006-09-05  Bruno Haible  <bruno@clisp.org>
8031         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8032         iconv_alloc succeeded.
8033         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8034         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8035         test for " && dest " at the end - dest is always != NULL there. Call
8036         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8037         with 2xNULL arguments, also to flush the state storage. Handle the
8038         IRIX iconv behaviour. Realloc the final result, to throw away unused
8039         memory.
8040
8041 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8042
8043         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8044         and fchmodat unconditionally, since glibc 2.4 has them.
8045         Problem reported by Arkadiusz Miskiewicz.
8046
8047 2006-12-10  Bruno Haible  <bruno@clisp.org>
8048
8049         * gnulib-tool (func_import): Show the include files only for those
8050         modules that are copied and specified.
8051         Reported by Karl Berry.
8052
8053 2006-12-08  Jim Meyering  <jim@meyering.net>
8054
8055         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8056         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8057
8058         * build-aux/announce-gen: Add two new options, both optional:
8059         --bootstrap-tools=TOOL_LIST
8060               a comma-separated list of tools, e.g.,
8061               autoconf,automake,bison,gnulib
8062         --gnulib-snapshot-date=DATE
8063               if gnulib is in the bootstrap tool list,
8064               then report this as the snapshot date.
8065               If not specified, use the current date/time.
8066               If you specify a date here, be sure it's UTC.
8067
8068 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8069
8070         * tests/test-argp-2.sh: Fix test to match actual output.
8071         (func_compare): Fix sed script to be portable.
8072
8073 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8074
8075         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8076         workaround for this case.  It is not autoconfigured now; offhand
8077         it's hard to see how to autoconfigure it.
8078
8079 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8080
8081         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8082         a directory that is about to be chowned.  Such a directory's
8083         initial file permissions should permit the owner only and this
8084         should not be changed until after the chown, since the group and
8085         other bits would be incorrect if they granted permission before
8086         the chown.
8087
8088         Fix porting problem for iswctype reported by Georg Schwarz in:
8089         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8090         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8091         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8092         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8093         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8094
8095 2006-12-03  Jim Meyering  <jim@meyering.net>
8096
8097         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8098         p->fts_statp may not yet be defined.
8099         (fts_read): Instead, set it in the caller, once p->fts_statp is
8100         sure to be defined, and corresponds to a top-level directory.
8101         This bug made du -x fail.  Here's the coreutils test case:
8102         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8103         Reported by Mike Frysinger.
8104
8105 2006-12-01  Jim Meyering  <jim@meyering.net>
8106
8107         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8108         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8109         Reported by Simon Josefsson.
8110
8111 2006-11-30  Jim Meyering  <jim@meyering.net>
8112
8113         * m4/warning.m4: Use the all-permissive copyright notice
8114         recommended by RMS (rather than LGPL).
8115         * m4/vararrays.m4: Likewise.
8116         * m4/flexmember.m4: Likewise.
8117
8118 2006-11-29  Bruno Haible  <bruno@clisp.org>
8119
8120         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8121         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8122         using +=.
8123         Reported by Simon Josefsson <simon@josefsson.org>.
8124
8125 2006-11-28  James Youngman <jay@gnu.org>
8126
8127         * README: Advise users that they might find the bug-gnulib@gnu.org
8128         and autotools-announce@gnu.org mailing lists useful.
8129
8130 2006-11-28  Bruno Haible  <bruno@clisp.org>
8131
8132         * m4/ptrdiff_max.m4: Remove file.
8133
8134 2006-11-21  Bruno Haible  <bruno@clisp.org>
8135
8136         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8137         _AC_COMPUTE_INT.
8138         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8139         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8140         _AC_COMPUTE_INT.
8141         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8142         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8143         _AC_COMPUTE_INT.
8144         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8145
8146 2006-11-28  Jim Meyering  <jim@meyering.net>
8147
8148         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8149         warning from "gcc -Wshadow" about shadowing the builtin.
8150
8151 2006-11-27  Bruno Haible  <bruno@clisp.org>
8152
8153         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8154         _AC_COMPUTE_INT.
8155         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8156
8157 2006-11-27  Bruno Haible  <bruno@clisp.org>
8158             Paul Eggert  <eggert@cs.ucla.edu>
8159
8160         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8161
8162 2006-11-26  Bruno Haible  <bruno@clisp.org>
8163
8164         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8165         noinst_LTLIBRARIES.
8166
8167 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8168             Bruno Haible  <bruno@clisp.org>
8169
8170         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8171         if compiling with "gcc -ansi".
8172
8173 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8174
8175         Fix some incompatibilities with gcc -ansi -pedantic.
8176         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8177         if compiling pedantically with GCC, unless it's C99 or later.
8178         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8179         it mishandles gcc -ansi -pedantic as well.
8180         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8181         if gcc -pedantic.
8182         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8183         initializers for struct if -pedantic, unless it's C99 or later.
8184
8185 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8186
8187         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8188         Don't close an fd more than once. Identical atimes indicate
8189         success, not failure.
8190
8191 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8192
8193         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8194
8195 2006-11-23  Jim Meyering  <jim@meyering.net>
8196
8197         * build-aux/announce-gen: New file.  From coreutils.
8198
8199 2006-11-22  Jim Meyering  <jim@meyering.net>
8200
8201         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8202         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8203         (fts_read): Use a temporary to narrow the overused st_size member
8204         before using it in a switch statement.  Reported by Matthew Woehlke.
8205
8206         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8207         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8208
8209 2006-11-20  Bruno Haible  <bruno@clisp.org>
8210
8211         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8212         changequote instead of pairs of brackets.
8213         Reported by Andreas Schwab <schwab@suse.de>.
8214
8215 2006-11-21  Jim Meyering  <jim@meyering.net>
8216
8217         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8218         so as to remain compatible with older compilers.
8219         Patch from Michael Deutschmann.
8220
8221 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8222
8223         * MODULES.html.sh (File system functions): Add openat.
8224
8225         * lib/openat.h (rpl_fstatat): New macro, if
8226         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8227         (fstatat): Define to rpl_fstatat under the same conditions,
8228         unless COMPILING_FSTATAT.
8229         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8230         seems to have the bug.
8231         * lib/fstatat.c: New file.
8232         * modules/openat (Files): Add it.
8233
8234 2006-11-20  Bruno Haible  <bruno@clisp.org>
8235
8236         * Makefile: New file.
8237
8238 2006-11-20  Jim Meyering  <jim@meyering.net>
8239
8240         The beginnings of syntax-related checks for gnulib.
8241         * lib/Makefile: New file.
8242         * lib/t-idcache: New script.  Ensure that the two halves of
8243         idcache.c stay in sync.
8244
8245         * lib/idcache.c: Adjust comments in user- and group- portions to
8246         be more accurate, and to be consistent with one another.
8247
8248 2006-11-20  Jim Meyering  <jim@meyering.net>
8249
8250         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8251         continue using the flexible array member (thus, this module performs
8252         half as many malloc calls), with the addition that...
8253         (getgroup, getuser): Consistently record a non-match via an empty
8254         "name" string, and map an empty string match to a NULL return value.
8255         * modules/idcache (Depends-on): Re-add flexmember.
8256
8257         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8258         (getuidbyname, getgroup, getgidbyname): Likewise.
8259
8260         Use cleaner syntax: NULL rather than 0.
8261         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8262
8263 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8264
8265         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8266         It mishandled the case where the group was missing.
8267         Problem reported by Greg Schafer.
8268         * modules/idcache: Likewise.
8269
8270 2006-11-18  Jim Meyering  <jim@meyering.net>
8271
8272         * check-module (%exempt_header): Add exception for some
8273         conditionally-included headers.
8274
8275         * modules/i-ring (Depends-on): Add verify.
8276         (License): Change to LGPL.
8277
8278 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8279
8280         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8281         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8282         and inttostr.h.  Use snprintf rather than uinttostr, so that
8283         LGPLed code doesn't depend on GPLed.
8284
8285 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8286
8287         * modules/inline (License): Change from GPL to LGPL.
8288
8289 2006-11-17  Jim Meyering  <jim@meyering.net>
8290
8291         * modules/d-type (License): Switch to LGPL.
8292
8293 2006-11-15  Bruno Haible  <bruno@clisp.org>
8294
8295         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8296
8297 2006-11-15  Eric Blake  <ebb9@byu.net>
8298
8299         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8300         the module dependency.
8301
8302 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8303             Bruno Haible  <bruno@clisp.org>
8304
8305         * gnulib-tool (func_create_testdir): Add license consistency check.
8306
8307 2006-11-15  Eric Blake  <ebb9@byu.net>
8308
8309         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8310         random "(cached)" in configure output.
8311
8312 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8313
8314         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8315         test for conforming inttypes.h is both announced and cached.
8316
8317         * MODULES.html.sh (seen_modules, seen_files): New variables.
8318         (func_module): Rewrite to use a few less gnulib-tool and sed
8319         invocations.  Avoid a couple of quadratic algorithms for ...
8320         (missed_modules, missed_files): ... these, with ...
8321         (func_append, func_tmpdir): ... these new functions, from
8322         gnulib-tool.  Analogously, install traps for cleanup.
8323
8324         * tests/test-gc.c (main): Remove unused variables.
8325         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8326
8327 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8328
8329         * modules/inttostr (License): Change to LGPL.
8330
8331 2006-11-14  Eric Blake  <ebb9@byu.net>
8332
8333         * modules/tempname (License): Change to LGPL.
8334
8335 2006-11-14  Eric Blake  <ebb9@byu.net>
8336
8337         * doc/functions.texi (Function Portability): *printf functions on
8338         Cygwin now understand all POSIX size specifiers.
8339
8340 2006-11-14  Bruno Haible  <bruno@clisp.org>
8341
8342         * modules/c-ctype (License): Change to LGPL.
8343
8344 2006-11-12  Bruno Haible  <bruno@clisp.org>
8345
8346         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8347         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8348         for GNOME libraries, for which the include files are installed in
8349         subdirectories of $prefix/include.
8350
8351 2006-11-12  Bruno Haible  <bruno@clisp.org>
8352
8353         * m4/lib-link.m4: Require at least autoconf-2.54.
8354         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8355         name to underscores for the --with option.
8356
8357 2006-11-13  Bruno Haible  <bruno@clisp.org>
8358
8359         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8360         the tests directory.
8361         Reported by Ralf Wildenhues.
8362
8363 2006-11-13  Bruno Haible  <bruno@clisp.org>
8364
8365         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8366         (func_emit_initmacro_end): Undo the override here.
8367         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8368         Works around the famous automake error in coreutils.
8369
8370 2006-11-13  Eric Blake  <ebb9@byu.net>
8371
8372         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8373         element, not its node.
8374
8375 2006-11-12  Bruno Haible  <bruno@clisp.org>
8376
8377         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8378         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8379
8380 2006-11-12  Bruno Haible  <bruno@clisp.org>
8381
8382         * gnulib-tool: New option --local-symlink.
8383         (func_usage): Document it.
8384         (lsymbolic): New variable.
8385         (func_import, func_create_testdir): If --symlink was not specified,
8386         test whether --local-symlink was specified and the file comes from
8387         the local_gnulib_dir.
8388
8389 2006-11-12  Bruno Haible  <bruno@clisp.org>
8390
8391         * gnulib-tool (func_ln): New function.
8392         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8393
8394 2006-11-12  Bruno Haible  <bruno@clisp.org>
8395
8396         Finish support for source files in subdirectories.
8397         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8398         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8399         AUTOMAKE_OPTIONS.
8400         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8401
8402 2006-11-12  Bruno Haible  <bruno@clisp.org>
8403
8404         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8405         EXTRA_lib_SOURCES augmentation.
8406         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8407
8408 2006-11-12  Jim Meyering  <jim@meyering.net>
8409
8410         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8411         file descriptors.  This also averts a failure on systems with
8412         native openat support when a traversed directory lacks "x" access.
8413         * lib/fts_.h: Include "i-ring.h"
8414         (struct FTS) [fts_fd_ring]: New member.
8415         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8416         (FCHDIR): Add parentheses.
8417         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8418         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8419         When descending, rather than simply closing the previous
8420         fts_cwd_fd value, push that file descriptor onto the ring.
8421         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8422         (fts_open): Initialize the new fd_ring member.
8423         (fts_close): Clear the ring.
8424         (fts_safe_changedir): When possible, use our new fd_ring to skip
8425         the diropen and fstat and dev/ino comparison that would normally
8426         accompany a virtual `chdir ("..")'.
8427
8428         * modules/fts (Depends-on): Add i-ring.
8429         * modules/i-ring: New module.
8430         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8431         * m4/i-ring.m4: New file.
8432
8433 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8434
8435         * gnulib-tool (func_create_testdir): Fix replacement of
8436         `build-aux' in configure.ac.  Run autotools in gltests
8437         subdirectory.
8438         (func_create_testdir, func_create_megatestdir, test): There is
8439         no need for '--force' in most autotool invocations in a new
8440         tree.  Actually fail the whole test if any of the tools, or the
8441         configure or make stages fail.
8442
8443         Sync from Automake.
8444         * build-aux/gnupload: Revert last change.  Add pointer to upload
8445         instructions of the GNU Maintenance Instructions.
8446         Suggestion by Karl Berry.
8447
8448 2006-11-10  Jim Meyering  <jim@meyering.net>
8449
8450         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8451
8452 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8453
8454         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8455         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8456         (bind_textdomain_codeset) [! ENABLE_NLS]:
8457         Evaluate all the arguments.  That way, callers get compatible behavior
8458         if the arguments have side effects.  Also, it avoids some GCC
8459         diagnostics in some cases; Joel E. Denny reported problems when Bison
8460         was configured with --enable-gcc-warnigs.
8461
8462 2006-11-10  Jim Meyering  <jim@meyering.net>
8463
8464         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8465         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8466         account.
8467
8468 2006-11-10  Jim Meyering  <jim@meyering.net>
8469
8470         * modules/inline: New file/module.
8471         * modules/xalloc (Files): Remove m4/inline.m4.
8472         (Depends-on): Add inline, instead.
8473         * modules/oset: Likewise.
8474         * modules/list: Likewise.
8475
8476 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8477
8478         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8479         Problem reported by Matthew Woehlke.
8480
8481 2006-11-09  Bruno Haible  <bruno@clisp.org>
8482
8483         * lib/tempname.c (gen_tempname): Remove variant that invokes
8484         __gen_tempname.
8485         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8486         __gen_tempname.
8487
8488 2006-11-08  Bruno Haible  <bruno@clisp.org>
8489
8490         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8491         to 'yes' instead of 'cross-compiling'.
8492
8493 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8494
8495         * lib/quotearg.h (quotearg_free): New decl.
8496         * lib/quotearg.c (quotearg_free): New function.
8497         (slot0, nslots, slotvec0, slotvec):
8498         Now file-scope so that quotearg_free can get at them.
8499
8500 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8501
8502         Sync from Automake.
8503         * build-aux/gnupload: Add missing 'gnu' to example URL.
8504         Report by Karl Berry.
8505
8506 2006-11-08  Bruno Haible  <bruno@clisp.org>
8507
8508         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8509         Suggested by Paul Eggert.
8510
8511 2006-11-08  Jim Meyering  <jim@meyering.net>
8512
8513         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8514         It's already included if !_LIBC.
8515         (fts_safe_changedir): Add a comment.
8516
8517 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8518
8519         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8520         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8521         Matthew Woehlke.
8522
8523         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8524         definitions up, to avoid colliding with change below.
8525         (static_inline) [HAVE_INLINE]: New macro.
8526         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8527         Provide extern decls when !HAVE_INLINE.  Do not define unless
8528         static_inline is defined, either by us or by xmalloc.c.  Use
8529         static_inline rather than static inline.
8530         (XCALLOC): Optimize sizeof(T) = 1 case.
8531         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8532
8533 2006-11-07  Bruno Haible  <bruno@clisp.org>
8534
8535         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8536         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8537         AC_C_INLINE.
8538         * modules/xalloc (Files): Add m4/inline.m4.
8539
8540 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8541
8542         * README: Fix typo.
8543         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8544         (Miscellanous Notes): ...from this.
8545
8546 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8547
8548         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8549         Mention that offsetof should be used instead of sizeof.
8550         From Bruno Haible.
8551
8552 2006-11-07  Bruno Haible  <bruno@clisp.org>
8553
8554         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8555
8556 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8557
8558         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8559         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8560         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8561         (gl_tree_add_before, gl_tree_add_after):
8562         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8563         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8564         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8565         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8566         (gl_linked_add_after, gl_linked_add_at): Likewise.
8567         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8568         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8569         (gl_tree_add_before, gl_tree_add_after): Likewise.
8570         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8571         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8572         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8573
8574 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8575
8576         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8577
8578 2006-11-06  Bruno Haible  <bruno@clisp.org>
8579
8580         * m4/inline.m4: New file.
8581         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8582         * modules/list (Files): Add m4/inline.m4.
8583         * modules/oset (Files): Likewise.
8584
8585 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8586
8587         * lib/idcache.c: Include <stddef.h>, for offsetof.
8588         (struct userid.name): Change from char * to a flexible array member.
8589         All uses changed.
8590         * modules/idcache (Depends-on): Add flexmember.
8591
8592         * MODULES.html.sh (Core language properties): New module flexmember.
8593         * modules/flexmember, m4/flexmember.m4: New files.
8594
8595         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8596         inline functions that are identical with the old xnmalloc_inline,
8597         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8598         that we can avoid some unnecessary integer multiplications and
8599         divisions in the common case where the element size is known at
8600         compile time.
8601         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8602         needed.
8603         (xnboundedmalloc): Remove.
8604         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8605         arguments, for consistency with rest of this header.
8606         (xcharalloc): Rewrite using XNMALLOC.
8607         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8608         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8609         versions have been moved to lib/xalloc.h and renamed to be the
8610         non-*_inline versions.
8611         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8612         and xnrealloc functions, since those functions are now inline and
8613         now call us.
8614         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8615         renaming described above.
8616         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8617         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8618         captures the dependency in AC_C_INLINE.
8619
8620         New module canonicalize-lgpl, proposed by Charles Wilson in
8621         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8622         with a few small changes afterwards.
8623         * MODULES.html.sh (File system functions): New module
8624         canonicalize-lgpl.
8625         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8626         and canonicalize_file_name.
8627         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8628         * modules/canonicalize-lgpl: New files.
8629
8630 2006-11-05  Bruno Haible  <bruno@clisp.org>
8631
8632         * gnulib-tool (func_import, func_create_testdir): Create directories
8633         also for files in subdirectories of lib/.
8634
8635 2006-11-05  Bruno Haible  <bruno@clisp.org>
8636
8637         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8638         ANSI C compliant.
8639
8640 2006-11-03  Bruno Haible  <bruno@clisp.org>
8641
8642         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8643         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8644         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8645         (xnboundedmalloc): New inline function.
8646         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8647         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8648         xmalloc.
8649         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8650         xmalloc.
8651         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8652         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8653         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8654         xmalloc.
8655         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8656         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8657         xmalloc.
8658         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8659         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8660         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8661         xmalloc.
8662         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8663         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8664         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8665         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8666         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8667         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8668         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8669
8670 2006-11-03  Bruno Haible  <bruno@clisp.org>
8671
8672         * lib/c-ctype.h [C++]: Define functions without name mangling.
8673         * lib/fwriteerror.h [C++]: Likewise.
8674         * lib/gcd.h [C++]: Likewise.
8675         * lib/linebreak.h [C++]: Likewise.
8676
8677 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8678
8679         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8680         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8681         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8682         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8683         Check for functions and headers just once.
8684         Check for declaration of canonicalize_file_name.
8685         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8686
8687 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8688
8689         * gnulib-tool (func_import): Fix typo in actioncmd.
8690
8691 2006-11-02  Bruno Haible  <bruno@clisp.org>
8692
8693         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8694         newline sequence in the Makefile.am snippet as a space, like "make"
8695         does.
8696         Reported by Roger Persson <perrog@gmail.com>.
8697
8698 2006-11-01  Bruno Haible  <bruno@clisp.org>
8699
8700         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8701         already declared in <string.h>.
8702         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8703
8704 2006-11-01  Bruno Haible  <bruno@clisp.org>
8705
8706         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8707         * lib/strcase.h: Include <string.h>.
8708         (strcasecmp): Define to rpl_strcasecmp here.
8709
8710 2006-11-01  Bruno Haible  <bruno@clisp.org>
8711
8712         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8713
8714 2006-11-01  Eric Blake  <ebb9@byu.net>
8715
8716         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8717
8718         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8719
8720 2006-10-29  Bruno Haible  <bruno@clisp.org>
8721
8722         Make it compile in C++ mode.
8723         * lib/full-write.c (full_rw): Add a cast.
8724
8725 2006-11-01  Bruno Haible  <bruno@clisp.org>
8726
8727         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8728         be POSIX compliant.
8729         Reported by Roger Persson <perrog@gmail.com>.
8730
8731 2006-11-01  Eric Blake  <ebb9@byu.net>
8732
8733         * lib/getopt_.h: Fix comments.
8734
8735 2006-10-31  Eric Blake  <ebb9@byu.net>
8736
8737         * modules/tmpdir (Depends-on): Add sys_stat.
8738         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8739         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8740         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8741         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8742         tempname.
8743
8744 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8745
8746         Avoid some C++ diagnostics reported by Bruno Haible.
8747         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8748         xmalloc.
8749         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8750         (struct slotvec): Move to top level.
8751         (quotearg_n_options): Rewrite to avoid xmalloc.
8752         * lib/xalloc.h (xcharalloc): New function.
8753         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8754         [defined __cplusplus]: Add function template that provides result
8755         type propagation.  This part of the change is from Bruno Haible.
8756
8757 2006-10-29  Bruno Haible  <bruno@clisp.org>
8758
8759         Make it compile in C++ mode.
8760         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8761         * lib/strnlen1.c (strnlen1): Cast memchr result.
8762         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8763         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8764         (create_temp_dir): Rename local variable 'template'.
8765         (compile_csharp_using_sscli): Add cast.
8766         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8767         * lib/findprog.c (find_in_path): Likewise.
8768         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8769         * lib/wait-process.c (register_slave_subprocess): Likewise.
8770
8771 2006-10-22  Bruno Haible  <bruno@clisp.org>
8772
8773         * modules/tsearch: New file.
8774         * lib/tsearch.h: New file.
8775         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8776         * m4/tsearch.m4: New file.
8777         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8778
8779 2006-10-29  Eric Blake  <ebb9@byu.net>
8780
8781         * lib/arcfour.c: Assume config.h.
8782         * lib/arctwo.c: Likewise.
8783         * lib/base64.c: Likewise.
8784         * lib/check-version.c: Likewise.
8785         * lib/crc.c: Likewise.
8786         * lib/des.c: Likewise.
8787         * lib/gc-gnulib.c: Likewise.
8788         * lib/gc-libgcrypt.c: Likewise.
8789         * lib/gc-pbkdf2-sha1.c: Likewise.
8790         * lib/getaddrinfo.c: Likewise.
8791         * lib/getdelim.c: Likewise.
8792         * lib/getline.c: Likewise.
8793         * lib/hmac-md5.c: Likewise.
8794         * lib/hmac-sha1.c: Likewise.
8795         * lib/iconvme.c: Likewise.
8796         * lib/md2.c: Likewise.
8797         * lib/md4.c: Likewise.
8798         * lib/memxor.c: Likewise.
8799         * lib/read-file.c: Likewise.
8800         * lib/readline.c: Likewise.
8801         * lib/rijndael-alg-fst.c: Likewise.
8802         * lib/rijndael-api-fst.c: Likewise.
8803         * lib/xgetdomainname.c: Likewise.
8804
8805 2006-10-28  Eric Blake  <ebb9@byu.net>
8806
8807         * lib/xstrndup.c: Assume config.h.
8808
8809 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8810
8811         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8812         stat-macros.h is now for our own macros, whereas stat_h is for
8813         macros in the <sys/stat.h> name space.
8814         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8815         (STAT_MACROS_H): Remove.
8816         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8817         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8818         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8819         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8820         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8821         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8822         Move these macros to ...
8823         * lib/stat_.h: here.  Don't include stat-macros.h.
8824         * lib/canonicalize.c: Don't include stat-macros.h.
8825         * lib/chown.c: Likewise.
8826         * lib/euidaccess.c: Likewise.
8827         * lib/file-type.c: Likewise.
8828         * lib/filemode.c: Likewise.
8829         * lib/glob.c: Likewise.
8830         * lib/isapipe.c: Likewise.
8831         * lib/lchown.c: Likewise.
8832         * lib/lstat.c: Likewise.
8833         * lib/mkdir-p.c: Likewise.
8834         * lib/rmdir.c: Likewise.
8835         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8836         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8837         unless mkdir isn't declared, to speed up 'configure'.
8838         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8839         would define all the S_* symbols.
8840         * modules/canonicalize (Depends-on):
8841         Depend on sys_stat, not stat-macros.
8842         * modules/chown: Likewise.
8843         * modules/euidaccess: Likewise.
8844         * modules/filemode: Likewise.
8845         * modules/file-type: Likewise.
8846         * modules/glob: Likewise.
8847         * modules/isapipe: Likewise.
8848         * modules/lchown: Likewise.
8849         * modules/lstat: Likewise.
8850         * modules/mkancesdirs: Likewise.
8851         * modules/rmdir: Likewise.
8852         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8853         * modules/modechange: Likewise.
8854         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8855         (configure.ac): Remove gl_STAT_MACROS.
8856         * modules/sys_stat (Depends-on): Remove stat-macros.
8857
8858 2006-10-27  Bruno Haible  <bruno@clisp.org>
8859
8860         * m4/signed.m4: Remove file.
8861         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8862         invocation.
8863         * modules/vasnprintf (Files): Remove m4/signed.m4.
8864
8865 2006-10-27  Bruno Haible  <bruno@clisp.org>
8866
8867         Update to GNU gettext 0.16.
8868         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8869         m4/inttypes-h.m4, m4/signed.m4.
8870         * m4/gettext.m4: Update to GNU gettext 0.16.
8871         * m4/intl.m4: New file, from GNU gettext.
8872         * m4/intldir.m4: New file, from GNU gettext.
8873         * config/srclist.txt: Update
8874
8875 2006-10-27  Eric Blake  <ebb9@byu.net>
8876
8877         * MODULES.html.sh: Document tempname.
8878         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8879         dependencies.
8880         (Files): Move lib/tempname.c...
8881         * modules/tempname: ...to this new module.
8882         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8883         (gl_PREREQ_TEMPNAME): Move...
8884         * m4/tempname.m4: ...to this new file.
8885         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8886         * modules/sys_stat (Depends-on): Add stat-macros.
8887         * lib/stat_.h (includes): Pick up stat macros.
8888         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8889         if stat macros are broken.
8890         * lib/tempname.c (includes): No need to include "stat-macros.h".
8891         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8892         (direxists, __path_search) [!_LIBC]: Don't compile these in
8893         gnulib; the tmpdir module covers that.
8894         * lib/tempname.h: New file.
8895
8896 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8897
8898         * COPYING: Explain how gnulib-tool converts licence headers.
8899         Almost all wording by Eric Blake.
8900
8901 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8902
8903         * lib/mbchar.h (is_basic_table): Make read-only.
8904         * lib/mbchar.c (is_basic_table): Likewise.
8905         Reported by John Darrington.
8906
8907 2006-10-25  Bruno Haible  <bruno@clisp.org>
8908
8909         * lib/progname.h (set_program_name): Undefine before defining.
8910
8911 2006-10-25  Bruno Haible  <bruno@clisp.org>
8912
8913         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8914         false for non-gcc C++ compilers.
8915         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8916
8917 2006-10-24  Bruno Haible  <bruno@clisp.org>
8918
8919         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8920         iconv implementations like Irix iconv.
8921
8922 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8923
8924         * modules/vararrays: New file.
8925         * m4/vararrays.m4: New file, taken from diffutils.
8926         * MODULES.html.sh: New module vararrays.
8927
8928 2006-10-24  Karl Berry  <karl@gnu.org>
8929
8930         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8931         Don't call GNU Unix.
8932
8933 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8934
8935         * users.txt: Add Libtool.
8936
8937         Sync from Libtool:
8938
8939         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8940
8941         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8942         to gnulib's policy of including config.h unconditionally.
8943
8944 2006-10-24  Bruno Haible  <bruno@clisp.org>
8945
8946         * modules/wcwidth (Files): Add m4/wint_t.m4.
8947         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8948         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8949
8950 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8951
8952         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8953         to pacify GCC with some -W flags enabled.  Problem reported by
8954         Bruno Haible.
8955
8956 2006-10-24  Jim Meyering  <jim@meyering.net>
8957
8958         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8959         Reported by Karl Berry.
8960
8961 2006-10-23  Bruno Haible  <bruno@clisp.org>
8962
8963         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8964
8965 2006-10-24  Bruno Haible  <bruno@clisp.org>
8966
8967         * lib/gl_list.h: Use C comment style, not C++ comment style.
8968
8969 2006-10-23  Eric Blake  <ebb9@byu.net>
8970
8971         * lib/getaddrinfo.c (includes): Add missing include.
8972
8973 2006-10-23  Bruno Haible  <bruno@clisp.org>
8974             Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         Ability to rename obstack_free.
8977         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8978         obstack_free.
8979         (obstack_free): Invoke the __obstack_free macro.
8980         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8981
8982 2006-10-23  Bruno Haible  <bruno@clisp.org>
8983             Paul Eggert  <eggert@cs.ucla.edu>
8984
8985         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8986         __argc, __argv from the declaration. (They are defined as macros on
8987         mingw.)
8988
8989 2006-10-22  Bruno Haible  <bruno@clisp.org>
8990
8991         * doc/gnulib-intro.texi: New file.
8992         * doc/gnulib.texi: Include it.
8993
8994 2006-10-21  Bruno Haible  <bruno@clisp.org>
8995
8996         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8997         "Introduction", "Miscellanous Notes", "Particular Modules".
8998
8999 2006-10-21  Bruno Haible  <bruno@clisp.org>
9000
9001         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9002         Change mostlyclean-local rule to avoid sh syntax error from bash
9003         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9004
9005 2006-10-23  Jim Meyering  <jim@meyering.net>
9006
9007         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9008         in place of snprintf.
9009
9010         * modules/inttostr (Files): Add lib/uinttostr.c.
9011         * lib/uinttostr.c (inttostr): New file/function.
9012         * lib/inttostr.h (uinttostr): Declare.
9013         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9014         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9015         Add uinttostr.
9016         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9017
9018 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9019
9020         * lib/canonicalize.c (ELOOP): Define if not already defined.
9021         Problem reported by Bruno Haible in
9022         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9023
9024 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9025
9026         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9027         Problem reported by Perry Smith and Ville Laurikari.
9028
9029         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9030         uses.
9031
9032 2006-10-19  Bruno Haible  <bruno@clisp.org>
9033
9034         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9035         for mingw.
9036
9037 2006-10-19  Bruno Haible  <bruno@clisp.org>
9038
9039         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9040         Needed for mingw.
9041
9042 2006-10-19  Bruno Haible  <bruno@clisp.org>
9043
9044         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9045
9046 2006-10-19  Bruno Haible  <bruno@clisp.org>
9047
9048         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9049         it.
9050
9051 2006-10-19  Bruno Haible  <bruno@clisp.org>
9052
9053         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9054         invocation.
9055
9056 2006-10-19  Bruno Haible  <bruno@clisp.org>
9057
9058         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9059         mountlist by default.
9060
9061 2006-10-16  Bruno Haible  <bruno@clisp.org>
9062
9063         * lib/c-strstr.c: Include c-strstr.h.
9064
9065 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9066
9067         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9068         in a slash.
9069
9070 2006-10-18  Bruno Haible  <bruno@clisp.org>
9071
9072         * lib/lock.h [C++]: Wrap definitions in extern "C".
9073
9074 2006-10-18  Bruno Haible  <bruno@clisp.org>
9075
9076         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9077         gl_LIBOBJS list.
9078
9079 2006-10-18  Bruno Haible  <bruno@clisp.org>
9080
9081         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9082
9083 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9084
9085         * lib/xstrtol.h: Include gettext.h.
9086         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9087         Problem reported by Eric Blake.
9088         * modules/xstrtol (Depends-on): Add gettext-h.
9089
9090 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9091
9092         * lib/strftime.c (advance): New macro.
9093         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9094         incomplete type, so you can't add 0 to it.  Problem and patch
9095         reported by Eelco Dolstra for dietlibc.
9096
9097 2006-10-18  Jim Meyering  <jim@meyering.net>
9098
9099         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9100         type for a local, and rename it: s/up/user_proc/.
9101
9102 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9103
9104         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9105         READ_UTMP_USER_PROCESS.
9106         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9107
9108 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9109
9110         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9111         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9112
9113 2006-10-17  Eric Blake  <ebb9@byu.net>
9114
9115         * lib/sigprocmask.c (sigprocmask): Fix typo.
9116
9117         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9118
9119         * modules/clean-temp (Makefile.am): Don't add to make output...
9120         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9121         config.h.
9122
9123 2006-10-17  Bruno Haible  <bruno@clisp.org>
9124
9125         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9126         differently if DEFAULT_TEXT_DOMAIN is set.
9127
9128 2006-10-16  Bruno Haible  <bruno@clisp.org>
9129
9130         * lib/clean-temp.c: Include fwriteerror.h.
9131
9132 2006-10-16  Bruno Haible  <bruno@clisp.org>
9133
9134         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9135
9136 2006-10-16  Bruno Haible  <bruno@clisp.org>
9137
9138         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9139         * lib/sigprocmask.h: Include <sys/types.h>.
9140         (sigset_t): Use the system's definition if present.
9141
9142 2006-10-17  Eric Blake  <ebb9@byu.net>
9143
9144         * lib/xvasprintf.c (includes): Assume config.h.
9145         * lib/xasprintf.c (includes): Likewise.
9146
9147 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9148
9149         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9150         at least as wide as intmax_t.
9151
9152 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9153
9154         (Imported from Automake.)
9155         * build-aux/gnupload: Update to version 1.1 of directive file.
9156
9157 2006-10-16  Eric Blake  <ebb9@byu.net>
9158
9159         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9160         match Automake 1.10a.
9161
9162 2006-10-14  Bruno Haible  <bruno@clisp.org>
9163
9164         * modules/sigprocmask: New file.
9165         * lib/sigprocmask.h: New file.
9166         * lib/sigprocmask.c: New file.
9167         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9168         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9169         request sigprocmask.o.
9170         (gl_PREREQ_SIGPROCMASK): New macro.
9171         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9172         (Depends-on): Add sigprocmask.
9173         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9174         gt_SIGNALBLOCKING. Test for 'raise' only once.
9175         * lib/fatal-signal.c: Include sigprocmask.h.
9176         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9177         unblock_fatal_signals): Define always.
9178         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9179         sigprocmask.
9180
9181 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9182
9183         Sync from Automake.
9184         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9185         which incorrectly sets the mode of an existing destination
9186         directory.  In some cases the unpatched install-sh could do the
9187         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9188         system.  We hope this is rare in practice, but it's clearly worth
9189         fixing.  Problem reported by Alex Unleashed in
9190         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9191         Also, don't bother to check for -m bugs unless we're using -m;
9192         suggested by Stepan Kasal.
9193
9194 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9195
9196         Sync from Automake.
9197         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9198         `-c' flag, so they appear at the same position as in %FASTDEP%
9199         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9200         which ignores unknown options only after the first non-option.
9201         Bug report against M4 by Nelson H. F. Beebe.
9202
9203 2006-10-13  Jim Meyering  <jim@meyering.net>
9204
9205         Fix a bug in yesterday's change.
9206         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9207         p->fts_statp->st_dev would be used uninitialized.
9208         Ensures that we always call fts_stat on the very first entry.
9209         Miklos Szeredi reported that find -xdev stopped working.
9210
9211 2006-10-12  Bruno Haible  <bruno@clisp.org>
9212
9213         * gnulib-tool (func_get_automake_snippet): Append an automatically
9214         computed EXTRA_DIST augmentation.
9215         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9216         * modules/alloca-opt (Makefile.am): Likewise.
9217         * modules/allocsa (Makefile.am): Likewise.
9218         * modules/arcfour (Makefile.am): Likewise.
9219         * modules/arctwo (Makefile.am): Likewise.
9220         * modules/argmatch (Makefile.am): Likewise.
9221         * modules/argz (Makefile.am): Likewise.
9222         * modules/atexit (Makefile.am): Likewise.
9223         * modules/backupfile (Makefile.am): Likewise.
9224         * modules/byteswap (Makefile.am): Likewise.
9225         * modules/c-strtod (Makefile.am): Likewise.
9226         * modules/c-strtold (Makefile.am): Likewise.
9227         * modules/calloc (Makefile.am): Likewise.
9228         * modules/canon-host (Makefile.am): Likewise.
9229         * modules/canonicalize (Makefile.am): Likewise.
9230         * modules/chdir-long (Makefile.am): Likewise.
9231         * modules/chdir-safer (Makefile.am): Likewise.
9232         * modules/check-version (Makefile.am): Likewise.
9233         * modules/chown (Makefile.am): Likewise.
9234         * modules/cloexec (Makefile.am): Likewise.
9235         * modules/close-stream (Makefile.am): Likewise.
9236         * modules/closeout (Makefile.am): Likewise.
9237         * modules/crc (Makefile.am): Likewise.
9238         * modules/csharpexec (Makefile.am): Likewise.
9239         * modules/cycle-check (Makefile.am): Likewise.
9240         * modules/des (Makefile.am): Likewise.
9241         * modules/dev-ino (Makefile.am): Likewise.
9242         * modules/dirfd (Makefile.am): Likewise.
9243         * modules/dirname (Makefile.am): Likewise.
9244         * modules/dup2 (Makefile.am): Likewise.
9245         * modules/eealloc (Makefile.am): Likewise.
9246         * modules/error (Makefile.am): Likewise.
9247         * modules/euidaccess (Makefile.am): Likewise.
9248         * modules/exclude (Makefile.am): Likewise.
9249         * modules/exitfail (Makefile.am): Likewise.
9250         * modules/fcntl-safer (Makefile.am): Likewise.
9251         * modules/fcntl (Makefile.am): Likewise.
9252         * modules/file-type (Makefile.am): Likewise.
9253         * modules/fileblocks (Makefile.am): Likewise.
9254         * modules/filemode (Makefile.am): Likewise.
9255         * modules/filenamecat (Makefile.am): Likewise.
9256         * modules/fnmatch (Makefile.am): Likewise.
9257         * modules/fopen-safer (Makefile.am): Likewise.
9258         * modules/fpending (Makefile.am): Likewise.
9259         * modules/fprintftime (Makefile.am): Likewise.
9260         * modules/free (Makefile.am): Likewise.
9261         * modules/fsusage (Makefile.am): Likewise.
9262         * modules/ftruncate (Makefile.am): Likewise.
9263         * modules/fts (Makefile.am): Likewise.
9264         * modules/gc-arcfour (Makefile.am): Likewise.
9265         * modules/gc-des (Makefile.am): Likewise.
9266         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9267         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9268         * modules/gc-md4 (Makefile.am): Likewise.
9269         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9270         * modules/gc-sha1 (Makefile.am): Likewise.
9271         * modules/gc (Makefile.am): Likewise.
9272         * modules/getaddrinfo (Makefile.am): Likewise.
9273         * modules/getcwd (Makefile.am): Likewise.
9274         * modules/getdelim (Makefile.am): Likewise.
9275         * modules/getdomainname (Makefile.am): Likewise.
9276         * modules/getgroups (Makefile.am): Likewise.
9277         * modules/gethostname (Makefile.am): Likewise.
9278         * modules/gethrxtime (Makefile.am): Likewise.
9279         * modules/getline (Makefile.am): Likewise.
9280         * modules/getloadavg (Makefile.am): Likewise.
9281         * modules/getlogin_r (Makefile.am): Likewise.
9282         * modules/getndelim2 (Makefile.am): Likewise.
9283         * modules/getopt (Makefile.am): Likewise.
9284         * modules/getpagesize (Makefile.am): Likewise.
9285         * modules/getpass-gnu (Makefile.am): Likewise.
9286         * modules/getpass (Makefile.am): Likewise.
9287         * modules/getsubopt (Makefile.am): Likewise.
9288         * modules/gettime (Makefile.am): Likewise.
9289         * modules/gettimeofday (Makefile.am): Likewise.
9290         * modules/getugroups (Makefile.am): Likewise.
9291         * modules/getusershell (Makefile.am): Likewise.
9292         * modules/glob (Makefile.am): Likewise.
9293         * modules/group-member (Makefile.am): Likewise.
9294         * modules/hard-locale (Makefile.am): Likewise.
9295         * modules/hash (Makefile.am): Likewise.
9296         * modules/hmac-md5 (Makefile.am): Likewise.
9297         * modules/hmac-sha1 (Makefile.am): Likewise.
9298         * modules/human (Makefile.am): Likewise.
9299         * modules/idcache (Makefile.am): Likewise.
9300         * modules/imaxabs (Makefile.am): Likewise.
9301         * modules/imaxdiv (Makefile.am): Likewise.
9302         * modules/inet_ntop (Makefile.am): Likewise.
9303         * modules/inet_pton (Makefile.am): Likewise.
9304         * modules/intprops (Makefile.am): Likewise.
9305         * modules/inttostr (Makefile.am): Likewise.
9306         * modules/inttypes (Makefile.am): Likewise.
9307         * modules/isapipe (Makefile.am): Likewise.
9308         * modules/javaversion (Makefile.am): Likewise.
9309         * modules/lchmod (Makefile.am): Likewise.
9310         * modules/lchown (Makefile.am): Likewise.
9311         * modules/localcharset (Makefile.am): Likewise.
9312         * modules/long-options (Makefile.am): Likewise.
9313         * modules/lstat (Makefile.am): Likewise.
9314         * modules/malloc (Makefile.am): Likewise.
9315         * modules/mathl (Makefile.am): Likewise.
9316         * modules/mbchar (Makefile.am): Likewise.
9317         * modules/md2 (Makefile.am): Likewise.
9318         * modules/md4 (Makefile.am): Likewise.
9319         * modules/md5 (Makefile.am): Likewise.
9320         * modules/memcasecmp (Makefile.am): Likewise.
9321         * modules/memchr (Makefile.am): Likewise.
9322         * modules/memcmp (Makefile.am): Likewise.
9323         * modules/memcoll (Makefile.am): Likewise.
9324         * modules/memcpy (Makefile.am): Likewise.
9325         * modules/memmem (Makefile.am): Likewise.
9326         * modules/memmove (Makefile.am): Likewise.
9327         * modules/mempcpy (Makefile.am): Likewise.
9328         * modules/memrchr (Makefile.am): Likewise.
9329         * modules/memset (Makefile.am): Likewise.
9330         * modules/memxor (Makefile.am): Likewise.
9331         * modules/mkancesdirs (Makefile.am): Likewise.
9332         * modules/mkdir-p (Makefile.am): Likewise.
9333         * modules/mkdir (Makefile.am): Likewise.
9334         * modules/mkdtemp (Makefile.am): Likewise.
9335         * modules/mkstemp (Makefile.am): Likewise.
9336         * modules/mktime (Makefile.am): Likewise.
9337         * modules/modechange (Makefile.am): Likewise.
9338         * modules/mountlist (Makefile.am): Likewise.
9339         * modules/nanosleep (Makefile.am): Likewise.
9340         * modules/obstack (Makefile.am): Likewise.
9341         * modules/openat (Makefile.am): Likewise.
9342         * modules/pagealign_alloc (Makefile.am): Likewise.
9343         * modules/pathmax (Makefile.am): Likewise.
9344         * modules/physmem (Makefile.am): Likewise.
9345         * modules/poll (Makefile.am): Likewise.
9346         * modules/posixtm (Makefile.am): Likewise.
9347         * modules/posixver (Makefile.am): Likewise.
9348         * modules/putenv (Makefile.am): Likewise.
9349         * modules/quote (Makefile.am): Likewise.
9350         * modules/quotearg (Makefile.am): Likewise.
9351         * modules/raise (Makefile.am): Likewise.
9352         * modules/read-file (Makefile.am): Likewise.
9353         * modules/readline (Makefile.am): Likewise.
9354         * modules/readlink (Makefile.am): Likewise.
9355         * modules/readtokens (Makefile.am): Likewise.
9356         * modules/readutmp (Makefile.am): Likewise.
9357         * modules/realloc (Makefile.am): Likewise.
9358         * modules/regex (Makefile.am): Likewise.
9359         * modules/rename-dest-slash (Makefile.am): Likewise.
9360         * modules/rename (Makefile.am): Likewise.
9361         * modules/rijndael (Makefile.am): Likewise.
9362         * modules/rmdir (Makefile.am): Likewise.
9363         * modules/rpmatch (Makefile.am): Likewise.
9364         * modules/safe-read (Makefile.am): Likewise.
9365         * modules/safe-write (Makefile.am): Likewise.
9366         * modules/same-inode (Makefile.am): Likewise.
9367         * modules/same (Makefile.am): Likewise.
9368         * modules/save-cwd (Makefile.am): Likewise.
9369         * modules/savedir (Makefile.am): Likewise.
9370         * modules/setenv (Makefile.am): Likewise.
9371         * modules/settime (Makefile.am): Likewise.
9372         * modules/sha1 (Makefile.am): Likewise.
9373         * modules/sig2str (Makefile.am): Likewise.
9374         * modules/snprintf (Makefile.am): Likewise.
9375         * modules/stat-macros (Makefile.am): Likewise.
9376         * modules/stat-time (Makefile.am): Likewise.
9377         * modules/stdbool (Makefile.am): Likewise.
9378         * modules/stdint (Makefile.am): Likewise.
9379         * modules/stdlib-safer (Makefile.am): Likewise.
9380         * modules/stpcpy (Makefile.am): Likewise.
9381         * modules/stpncpy (Makefile.am): Likewise.
9382         * modules/strcase (Makefile.am): Likewise.
9383         * modules/strcasestr (Makefile.am): Likewise.
9384         * modules/strchrnul (Makefile.am): Likewise.
9385         * modules/strcspn (Makefile.am): Likewise.
9386         * modules/strdup (Makefile.am): Likewise.
9387         * modules/strerror (Makefile.am): Likewise.
9388         * modules/strftime (Makefile.am): Likewise.
9389         * modules/strndup (Makefile.am): Likewise.
9390         * modules/strnlen (Makefile.am): Likewise.
9391         * modules/strpbrk (Makefile.am): Likewise.
9392         * modules/strsep (Makefile.am): Likewise.
9393         * modules/strstr (Makefile.am): Likewise.
9394         * modules/strtod (Makefile.am): Likewise.
9395         * modules/strtoimax (Makefile.am): Likewise.
9396         * modules/strtok_r (Makefile.am): Likewise.
9397         * modules/strtol (Makefile.am): Likewise.
9398         * modules/strtoll (Makefile.am): Likewise.
9399         * modules/strtoul (Makefile.am): Likewise.
9400         * modules/strtoull (Makefile.am): Likewise.
9401         * modules/strtoumax (Makefile.am): Likewise.
9402         * modules/strverscmp (Makefile.am): Likewise.
9403         * modules/sys_socket (Makefile.am): Likewise.
9404         * modules/sys_stat (Makefile.am): Likewise.
9405         * modules/sysexits (Makefile.am): Likewise.
9406         * modules/time_r (Makefile.am): Likewise.
9407         * modules/timegm (Makefile.am): Likewise.
9408         * modules/timespec (Makefile.am): Likewise.
9409         * modules/tmpfile-safer (Makefile.am): Likewise.
9410         * modules/trim (Makefile.am): Likewise.
9411         * modules/unistd-safer (Makefile.am): Likewise.
9412         * modules/unlinkdir (Makefile.am): Likewise.
9413         * modules/unlocked-io (Makefile.am): Likewise.
9414         * modules/userspec (Makefile.am): Likewise.
9415         * modules/utime (Makefile.am): Likewise.
9416         * modules/utimecmp (Makefile.am): Likewise.
9417         * modules/utimens (Makefile.am): Likewise.
9418         * modules/vasnprintf (Makefile.am): Likewise.
9419         * modules/vasprintf (Makefile.am): Likewise.
9420         * modules/vsnprintf (Makefile.am): Likewise.
9421         * modules/xalloc (Makefile.am): Likewise.
9422         * modules/xgetcwd (Makefile.am): Likewise.
9423         * modules/xnanosleep (Makefile.am): Likewise.
9424         * modules/xreadlink (Makefile.am): Likewise.
9425         * modules/xstrtod (Makefile.am): Likewise.
9426         * modules/xstrtol (Makefile.am): Likewise.
9427         * modules/xstrtold (Makefile.am): Likewise.
9428         * modules/yesno (Makefile.am): Likewise.
9429         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9430
9431 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9432
9433         * modules/error (Makefile.am): Distribute files through
9434         EXTRA_DIST, not lib_SOURCES.
9435
9436 2006-10-12  Eric Blake  <ebb9@byu.net>
9437
9438         * modules/error (Makefile.am): Distribute files in /lib.
9439         * modules/obstack (Makefile.am): Likewise.
9440
9441 2006-10-12  Bruno Haible  <bruno@clisp.org>
9442
9443         * modules/acl (Makefile.am): Distribute all files in lib/ through
9444         EXTRA_DIST.
9445         * modules/arcfour (Makefile.am): Likewise.
9446         * modules/arctwo (Makefile.am): Likewise.
9447         * modules/argmatch (Makefile.am): Likewise.
9448         * modules/argz (Makefile.am): Likewise.
9449         * modules/atexit (Makefile.am): Likewise.
9450         * modules/backupfile (Makefile.am): Likewise.
9451         * modules/c-strtod (Makefile.am): Likewise.
9452         * modules/c-strtold (Makefile.am): Likewise.
9453         * modules/calloc (Makefile.am): Likewise.
9454         * modules/canon-host (Makefile.am): Likewise.
9455         * modules/canonicalize (Makefile.am): Likewise.
9456         * modules/chdir-long (Makefile.am): Likewise.
9457         * modules/chdir-safer (Makefile.am): Likewise.
9458         * modules/check-version (Makefile.am): Likewise.
9459         * modules/chown (Makefile.am): Likewise.
9460         * modules/cloexec (Makefile.am): Likewise.
9461         * modules/close-stream (Makefile.am): Likewise.
9462         * modules/closeout (Makefile.am): Likewise.
9463         * modules/crc (Makefile.am): Likewise.
9464         * modules/cycle-check (Makefile.am): Likewise.
9465         * modules/des (Makefile.am): Likewise.
9466         * modules/dirfd (Makefile.am): Likewise.
9467         * modules/dirname (Makefile.am): Likewise.
9468         * modules/dup2 (Makefile.am): Likewise.
9469         * modules/euidaccess (Makefile.am): Likewise.
9470         * modules/exclude (Makefile.am): Likewise.
9471         * modules/exitfail (Makefile.am): Likewise.
9472         * modules/fcntl-safer (Makefile.am): Likewise.
9473         * modules/file-type (Makefile.am): Likewise.
9474         * modules/fileblocks (Makefile.am): Likewise.
9475         * modules/filemode (Makefile.am): Likewise.
9476         * modules/filenamecat (Makefile.am): Likewise.
9477         * modules/fnmatch (Makefile.am): Likewise.
9478         * modules/fopen-safer (Makefile.am): Likewise.
9479         * modules/fpending (Makefile.am): Likewise.
9480         * modules/fprintftime (Makefile.am): Likewise.
9481         * modules/free (Makefile.am): Likewise.
9482         * modules/fsusage (Makefile.am): Likewise.
9483         * modules/ftruncate (Makefile.am): Likewise.
9484         * modules/fts (Makefile.am): Likewise.
9485         * modules/gc (Makefile.am): Likewise.
9486         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9487         * modules/getaddrinfo (Makefile.am): Likewise.
9488         * modules/getcwd (Makefile.am): Likewise.
9489         * modules/getdelim (Makefile.am): Likewise.
9490         * modules/getdomainname (Makefile.am): Likewise.
9491         * modules/getgroups (Makefile.am): Likewise.
9492         * modules/gethostname (Makefile.am): Likewise.
9493         * modules/gethrxtime (Makefile.am): Likewise.
9494         * modules/getline (Makefile.am): Likewise.
9495         * modules/getloadavg (Makefile.am): Likewise.
9496         * modules/getlogin_r (Makefile.am): Likewise.
9497         * modules/getopt (Makefile.am): Likewise.
9498         * modules/getpass (Makefile.am): Likewise.
9499         * modules/getpass-gnu (Makefile.am): Likewise.
9500         * modules/getsubopt (Makefile.am): Likewise.
9501         * modules/gettime (Makefile.am): Likewise.
9502         * modules/gettimeofday (Makefile.am): Likewise.
9503         * modules/getugroups (Makefile.am): Likewise.
9504         * modules/getusershell (Makefile.am): Likewise.
9505         * modules/glob (Makefile.am): Likewise.
9506         * modules/group-member (Makefile.am): Likewise.
9507         * modules/hard-locale (Makefile.am): Likewise.
9508         * modules/hash (Makefile.am): Likewise.
9509         * modules/hmac-md5 (Makefile.am): Likewise.
9510         * modules/hmac-sha1 (Makefile.am): Likewise.
9511         * modules/human (Makefile.am): Likewise.
9512         * modules/idcache (Makefile.am): Likewise.
9513         * modules/imaxabs (Makefile.am): Likewise.
9514         * modules/imaxdiv (Makefile.am): Likewise.
9515         * modules/inet_ntop (Makefile.am): Likewise.
9516         * modules/inet_pton (Makefile.am): Likewise.
9517         * modules/inttostr (Makefile.am): Likewise.
9518         * modules/isapipe (Makefile.am): Likewise.
9519         * modules/lchown (Makefile.am): Likewise.
9520         * modules/long-options (Makefile.am): Likewise.
9521         * modules/lstat (Makefile.am): Likewise.
9522         * modules/malloc (Makefile.am): Likewise.
9523         * modules/mathl (Makefile.am): Likewise.
9524         * modules/mbchar (Makefile.am): Likewise.
9525         * modules/md2 (Makefile.am): Likewise.
9526         * modules/md4 (Makefile.am): Likewise.
9527         * modules/md5 (Makefile.am): Likewise.
9528         * modules/memcasecmp (Makefile.am): Likewise.
9529         * modules/memchr (Makefile.am): Likewise.
9530         * modules/memcmp (Makefile.am): Likewise.
9531         * modules/memcoll (Makefile.am): Likewise.
9532         * modules/memcpy (Makefile.am): Likewise.
9533         * modules/memmem (Makefile.am): Likewise.
9534         * modules/memmove (Makefile.am): Likewise.
9535         * modules/mempcpy (Makefile.am): Likewise.
9536         * modules/memrchr (Makefile.am): Likewise.
9537         * modules/memset (Makefile.am): Likewise.
9538         * modules/memxor (Makefile.am): Likewise.
9539         * modules/mkancesdirs (Makefile.am): Likewise.
9540         * modules/mkdir (Makefile.am): Likewise.
9541         * modules/mkdir-p (Makefile.am): Likewise.
9542         * modules/mkdtemp (Makefile.am): Likewise.
9543         * modules/mkstemp (Makefile.am): Likewise.
9544         * modules/mktime (Makefile.am): Likewise.
9545         * modules/modechange (Makefile.am): Likewise.
9546         * modules/mountlist (Makefile.am): Likewise.
9547         * modules/nanosleep (Makefile.am): Likewise.
9548         * modules/openat (Makefile.am): Likewise.
9549         * modules/pagealign_alloc (Makefile.am): Likewise.
9550         * modules/physmem (Makefile.am): Likewise.
9551         * modules/poll (Makefile.am): Likewise.
9552         * modules/posixtm (Makefile.am): Likewise.
9553         * modules/posixver (Makefile.am): Likewise.
9554         * modules/putenv (Makefile.am): Likewise.
9555         * modules/quote (Makefile.am): Likewise.
9556         * modules/quotearg (Makefile.am): Likewise.
9557         * modules/raise (Makefile.am): Likewise.
9558         * modules/read-file (Makefile.am): Likewise.
9559         * modules/readline (Makefile.am): Likewise.
9560         * modules/readlink (Makefile.am): Likewise.
9561         * modules/readtokens (Makefile.am): Likewise.
9562         * modules/readutmp (Makefile.am): Likewise.
9563         * modules/realloc (Makefile.am): Likewise.
9564         * modules/regex (Makefile.am): Likewise.
9565         * modules/rename (Makefile.am): Likewise.
9566         * modules/rename-dest-slash (Makefile.am): Likewise.
9567         * modules/rijndael (Makefile.am): Likewise.
9568         * modules/rmdir (Makefile.am): Likewise.
9569         * modules/rpmatch (Makefile.am): Likewise.
9570         * modules/safe-read (Makefile.am): Likewise.
9571         * modules/safe-write (Makefile.am): Likewise.
9572         * modules/same (Makefile.am): Likewise.
9573         * modules/save-cwd (Makefile.am): Likewise.
9574         * modules/savedir (Makefile.am): Likewise.
9575         * modules/setenv (Makefile.am): Likewise.
9576         * modules/settime (Makefile.am): Likewise.
9577         * modules/sha1 (Makefile.am): Likewise.
9578         * modules/sig2str (Makefile.am): Likewise.
9579         * modules/snprintf (Makefile.am): Likewise.
9580         * modules/stdlib-safer (Makefile.am): Likewise.
9581         * modules/stpcpy (Makefile.am): Likewise.
9582         * modules/stpncpy (Makefile.am): Likewise.
9583         * modules/strcase (Makefile.am): Likewise.
9584         * modules/strcasestr (Makefile.am): Likewise.
9585         * modules/strchrnul (Makefile.am): Likewise.
9586         * modules/strcspn (Makefile.am): Likewise.
9587         * modules/strdup (Makefile.am): Likewise.
9588         * modules/strerror (Makefile.am): Likewise.
9589         * modules/strftime (Makefile.am): Likewise.
9590         * modules/strndup (Makefile.am): Likewise.
9591         * modules/strnlen (Makefile.am): Likewise.
9592         * modules/strpbrk (Makefile.am): Likewise.
9593         * modules/strsep (Makefile.am): Likewise.
9594         * modules/strstr (Makefile.am): Likewise.
9595         * modules/strtod (Makefile.am): Likewise.
9596         * modules/strtoimax (Makefile.am): Likewise.
9597         * modules/strtok_r (Makefile.am): Likewise.
9598         * modules/strtol (Makefile.am): Likewise.
9599         * modules/strtoll (Makefile.am): Likewise.
9600         * modules/strtoul (Makefile.am): Likewise.
9601         * modules/strtoull (Makefile.am): Likewise.
9602         * modules/strtoumax (Makefile.am): Likewise.
9603         * modules/strverscmp (Makefile.am): Likewise.
9604         * modules/time_r (Makefile.am): Likewise.
9605         * modules/timegm (Makefile.am): Likewise.
9606         * modules/tmpfile-safer (Makefile.am): Likewise.
9607         * modules/unistd-safer (Makefile.am): Likewise.
9608         * modules/unlinkdir (Makefile.am): Likewise.
9609         * modules/userspec (Makefile.am): Likewise.
9610         * modules/utime (Makefile.am): Likewise.
9611         * modules/utimecmp (Makefile.am): Likewise.
9612         * modules/utimens (Makefile.am): Likewise.
9613         * modules/vasnprintf (Makefile.am): Likewise.
9614         * modules/vasprintf (Makefile.am): Likewise.
9615         * modules/vsnprintf (Makefile.am): Likewise.
9616         * modules/xalloc (Makefile.am): Likewise.
9617         * modules/xgetcwd (Makefile.am): Likewise.
9618         * modules/xnanosleep (Makefile.am): Likewise.
9619         * modules/xreadlink (Makefile.am): Likewise.
9620         * modules/xstrtod (Makefile.am): Likewise.
9621         * modules/xstrtol (Makefile.am): Likewise.
9622         * modules/xstrtold (Makefile.am): Likewise.
9623         * modules/yesno (Makefile.am): Likewise.
9624
9625 2006-10-12  Jim Meyering  <jim@meyering.net>
9626
9627         * m4/getloadavg.m4: Revert the change below.
9628
9629         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9630         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9631         fail with a symlink, which is what coreutils' ./bootstrap now
9632         creates by default.
9633
9634 2006-10-12  Bruno Haible  <bruno@clisp.org>
9635
9636         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9637         mingw.
9638         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9639         MSVC and mingw explicitly.
9640
9641 2006-10-11  Simon Josefsson  <jas@extundo.com>
9642             Bruno Haible  <bruno@clisp.org>
9643
9644         Add support for multiple gnulib-tool invocations in the scope of a
9645         single configure.ac file.
9646         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9647         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9648         with the same contents as the _LIBADD variable.
9649         (func_emit_initmacro_start, func_emit_initmacro_end,
9650         func_emit_initmacro_done): New functions.
9651         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9652         gl_LIBOBJS and gl_LTLIBOBJS.
9653
9654 2006-10-11  Bruno Haible  <bruno@clisp.org>
9655
9656         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9657         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9658         autoreconf. Instead, invoke autopoint explicitly but move back the
9659         *.m4 files from gnulib.
9660
9661 2006-10-11  Bruno Haible  <bruno@clisp.org>
9662
9663         * gnulib-tool (func_usage): Make module names after --create-testdir
9664         optional.
9665         (func_create_testdir): If no module was specified, use nearly all
9666         modules.
9667
9668 2006-10-12  Jim Meyering  <jim@meyering.net>
9669
9670         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9671         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9672         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9673         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9674         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9675         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9676         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9677         (fts_set_stat_required): New function.
9678         (fts_open): Defer the calls to fts_stat, if possible or requested.
9679         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9680         into fts_stat itself.
9681         (fts_read): Perform any required (deferred) fts_stat call.
9682         (fts_build): Likewise, for the directory we're about to open and read.
9683         In the readdir loop, carefully decide whether each entry will require
9684         an eventual call to fts_stat, using dirent.d_type info if available.
9685         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9686         a command line argument into this function.  Update all callers.
9687         Map a return value of FTS_DOT to FTS_D for a command line argument.
9688         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9689         Thanks to Miklos Szeredi for his tenacity and for the initial
9690         bug report about "find" failing on a FUSE-based file system.
9691
9692         * lib/fts.c (fts_open): Use consistent indentation.
9693
9694 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9695
9696         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9697         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9698         reported by Jim Meyering.  All uses of cache variables renamed
9699         to match Autoconf's.
9700         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9701         the other one.
9702
9703         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9704         Fix misspelling in diagnostic.
9705
9706 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9707
9708         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9709         defined.  Problem reported by Matthew Woehlke.
9710
9711         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9712         Add support for Tandem NonStop R series.
9713         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9714         Use new macro.
9715
9716         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9717         (has_trailing_slash): Omit size arg; all callers changed.
9718         Omit 'inline', since it doesn't help performance and we'd
9719         need to configure it.
9720         Don't count //, ///, etc. as having a trailing slash.
9721         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9722         (rpl_rename_dest_slash): On failure, use rename's errno rather
9723         than (in some cases) an incorrect or junk errno.
9724         Simplify code by removing need to compute length; this does
9725         cause it to make two passes instead of one over the file name,
9726         but it's worth it.
9727
9728         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9729         change, since Autoconf's version may no longer be appropriate now
9730         that we are using CVS Autoconf's version.  Add support for Tandem.
9731
9732 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9733             Bruno Haible  <bruno@clisp.org>
9734
9735         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9736         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9737         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9738         gl_AC_TYPE_LONG_LONG.
9739
9740         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9741         instead of HAVE_LONG_LONG.
9742         * lib/printf-args.c (printf_fetchargs): Likewise.
9743         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9744         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9745         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9746         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9747         gl_AC_TYPE_LONG_LONG.
9748
9749 2006-10-11  Bruno Haible  <bruno@clisp.org>
9750
9751         * m4/longlong.m4: Add comments.
9752         * m4/ulonglong.m4: Likewise.
9753
9754 2006-10-10  Bruno Haible  <bruno@clisp.org>
9755
9756         Make it possible to #define stpcpy, strdup to aliases.
9757         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9758         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9759
9760 2006-10-10  Bruno Haible  <bruno@clisp.org>
9761
9762         Make it possible to #define gcd to an alias.
9763         * lib/gcd.c: Include config.h.
9764
9765 2006-10-10  Bruno Haible  <bruno@clisp.org>
9766
9767         Make it possible to #define c_isascii to an alias.
9768         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9769         defined. Undefine the macros before defining them, to avoid gcc
9770         warnings.
9771         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9772         define NO_C_CTYPE_MACROS early.
9773
9774 2006-10-10  Bruno Haible  <bruno@clisp.org>
9775
9776         Make it possible to #define set_program_name to an alias.
9777         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9778         ENABLE_RELOCATABLE early.
9779
9780 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9781
9782         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9783         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9784         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9785         More generally, don't assume that 64-bit signed int is available
9786         if unsigned int is, and vice versa.
9787         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9788         unsigned symbols, not on their signed counterparts.
9789         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9790         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9791         (UINT64_C, UINTMAX_C):
9792         Likewise.
9793         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9794         unsigned counterparts.
9795         (Have_long_long, Unsigned): New macros.
9796         (Int): Renamed from INT.
9797         (strtoimax): Use the new macros.
9798         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9799         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9800         * modules/inttypes (inttypes.h): Substitute
9801         HAVE_UNSIGNED_LONG_LONG_INT.
9802         * modules/stdint (stdint.h): Likewise.
9803         (Files): Add m4/ulonglong.m4.
9804
9805 2006-10-10  Bruno Haible  <bruno@clisp.org>
9806
9807         Fix a gcc -Wshadow warning.
9808         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9809         to 'bucket'.
9810         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9811         gl_linked_indexof_from_to): Likewise.
9812         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9813         Likewise.
9814         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9815         Likewise.
9816         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9817         Reported by Eric Blake.
9818
9819 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9820
9821         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9822         for NetBSD.  Problem reported by Bruno Haible.
9823
9824 2006-10-09  Jim Meyering  <jim@meyering.net>
9825
9826         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9827         Patch from Bruno Haible.
9828
9829 2006-10-09  Jim Meyering  <jim@meyering.net>
9830
9831         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9832         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9833         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9834
9835 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9836
9837         Don't include <config.h> twice; this doesn't work in some cases,
9838         e.g., when config.h has "#define intmax_t long long int" and
9839         we include <config.h>, <inttypes.h>, <config.h> in that order.
9840         Problem reported by Matthew Woehlke in:
9841         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9842         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9843         * lib/fts-cycle.c: Don't include config.h.
9844         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9845         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9846         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9847         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9848         inttypes.h.
9849         * lib/xstrtoumax.c: Likewise.
9850         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9851         __strtol and the like, so that this module is more like its siblings.
9852         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9853         Remove; no longer needed now that we assume gnulib inttypes.h.
9854
9855 2006-10-08  Bruno Haible  <bruno@clisp.org>
9856
9857         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9858         option.
9859
9860 2006-10-07  Jim Meyering  <jim@meyering.net>
9861
9862         * modules/inttypes (inttypes.h): Revert what seems to have been
9863         an inadvertent part of today's change: use "|", not "/" in the
9864         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9865
9866 2006-10-07  Bruno Haible  <bruno@clisp.org>
9867
9868         * modules/sublist: New file.
9869
9870 2006-10-07  Bruno Haible  <bruno@clisp.org>
9871
9872         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9873         * modules/argz (argz.h): Likewise.
9874         * modules/arpa_inet (arpa/inet.h): Likewise.
9875         * modules/byteswap (byteswap.h): Likewise.
9876         * modules/configmake (configmake.h): Likewise.
9877         * modules/fcntl (fcntl.h): Likewise.
9878         * modules/fnmatch (fnmatch.h): Likewise.
9879         * modules/getopt (getopt.h): Likewise.
9880         * modules/glob (glob.h): Likewise.
9881         * modules/inttypes (inttypes.h): Likewise.
9882         * modules/netinet_in (netinet/in.h): Likewise.
9883         * modules/poll (poll.h): Likewise.
9884         * modules/stdbool (stdbool.h): Likewise.
9885         * modules/stdint (stdint.h): Likewise.
9886         * modules/sys_select (sys/select.h): Likewise.
9887         * modules/sys_socket (sys/socket.h): Likewise.
9888         * modules/sys_stat (sys/stat.h): Likewise.
9889         * modules/sysexits (sysexits.h): Likewise.
9890         * modules/unistd (unistd.h): Likewise.
9891         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9892         Add a "DO NOT EDIT" comment to the generated file.
9893         (func_import): Likewise for gnulib-comp.m4.
9894
9895 2006-10-07  Bruno Haible  <bruno@clisp.org>
9896
9897         * lib/gl_sublist.h: New file.
9898         * lib/gl_sublist.c: New file.
9899
9900 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9901
9902         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9903         name (relative to the original working directory) and the file
9904         name component (relative to the temporary working directory).  All
9905         callers changed.
9906         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9907         * lib/mkdir-p.c (make_dir_parents): Likewise.
9908         * lib/mkdir-p.h (make_dir_parents): Likewise.
9909
9910 2006-10-06  Eric Blake  <ebb9@byu.net>
9911
9912         Define several macros for use by the clean-temp module.
9913         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9914         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9915         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9916
9917         * lib/clean-temp.h (close_stream_temp): New declaration.
9918         * lib/clean-temp.c (includes): Pull in headers according to what
9919         other modules are in use.
9920         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9921
9922 2006-10-06  Bruno Haible  <bruno@clisp.org>
9923
9924         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9925         instead of fopen, fwriteerror.
9926
9927 2006-10-06  Bruno Haible  <bruno@clisp.org>
9928
9929         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9930         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9931         int.
9932         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9933         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9934         Return an error indicator.
9935         Suggested by Eric Blake.
9936
9937 2006-10-06  Bruno Haible  <bruno@clisp.org>
9938
9939         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9940         Reported by Eric Blake.
9941
9942 2006-10-06  Bruno Haible  <bruno@clisp.org>
9943
9944         * modules/closeout (Description): Mention stderr too.
9945
9946 2006-10-06  Bruno Haible  <bruno@clisp.org>
9947         and Paul Eggert  <eggert@cs.ucla.edu>
9948
9949         * lib/closeout.c (close_stdout): Also close stderr.
9950         * lib/closeout.h: Update comment.
9951
9952 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9953
9954         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9955         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9956         * lib/dirchownmod.c: Include lchown.h.
9957         * lib/lchown.c: Don't include files that lchown.h now includes.
9958         Don't declare chown, since lchown.h now does that.
9959         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9960         (lchown): Define to rpl_chown if lchown is declared but
9961         does not exist.  Declare using a prototype if lchown is not
9962         declared.  Add a copyright notice.
9963         * lib/mkstemp.h: Include <unistd.h>.
9964         * lib/openat.c: Include lchown.h.
9965
9966         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9967         we now test for that separately.
9968         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9969         rather than O_NOFOLLOW, when testing whether it's possible to
9970         avoid a race condition reliably.
9971         * lib/savewd.c (savewd_chdir): Likewise.
9972
9973         Remove macros that are no longer needed now that stdint.h is
9974         reliable.
9975         * lib/fsusage.c (UINTMAX_MAX): Remove.
9976         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9977         * lib/utimecmp.c (SIZE_MAX): Remove.
9978
9979         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9980
9981         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9982         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9983         O_NOATIME works.
9984
9985 2006-10-05  Bruno Haible  <bruno@clisp.org>
9986
9987         * lib/gl_list.h (gl_sortedlist_search_from_to,
9988         gl_sortedlist_indexof_from_to): New declarations.
9989         (gl_list_implementation): New fields sortedlist_search_from_to,
9990         sortedlist_indexof_from_to.
9991         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9992         inline functions.
9993         * lib/gl_list.c (gl_sortedlist_search_from_to,
9994         gl_sortedlist_indexof_from_to): New functions.
9995         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9996         function.
9997         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9998         (gl_array_sortedlist_search_from_to): New function.
9999         (gl_array_list_implementation): Update.
10000         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10001         function.
10002         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10003         (gl_carray_sortedlist_search_from_to): New function.
10004         (gl_carray_list_implementation): Update.
10005         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10006         gl_linked_sortedlist_indexof_from_to): New functions.
10007         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10008         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10009         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10010         gl_tree_sortedlist_indexof_from_to): New functions.
10011         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10012         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10013         Update.
10014         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10015         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10016         Update.
10017
10018 2006-10-05  Bruno Haible  <bruno@clisp.org>
10019
10020         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10021         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10022         (struct gl_list_implementation): Add fields search_from_to,
10023         indexof_from_to. Remove fields search, indexof.
10024         (gl_list_search): Use the search_from_to method.
10025         (gl_list_search_from, gl_list_search_from_to): New functions.
10026         (gl_list_indexof): Use the indexof_from_to method.
10027         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10028         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10029         (gl_list_search_from, gl_list_search_from_to): New functions.
10030         (gl_list_indexof): Use the indexof_from_to method.
10031         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10032         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10033         gl_array_indexof. Add start_index, end_index arguments.
10034         (gl_array_search_from_to): Renamed from gl_array_search. Add
10035         start_index, end_index arguments.
10036         (gl_array_remove, gl_array_list_implementation): Update.
10037         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10038         gl_carray_indexof. Add start_index, end_index arguments.
10039         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10040         start_index, end_index arguments.
10041         (gl_carray_remove, gl_carray_list_implementation): Update.
10042         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10043         gl_linked_search. Add start_index, end_index arguments.
10044         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10045         start_index, end_index arguments.
10046         (gl_linked_remove): Update.
10047         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10048         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10049         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10050         field to 'size_t'.
10051         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10052         gl_tree_search. Add start_index, end_index arguments.
10053         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10054         start_index, end_index arguments.
10055         (gl_tree_remove): Update.
10056         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10057         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10058         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10059         function.
10060         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10061         gl_tree_search. Add start_index, end_index arguments.
10062         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10063         start_index, end_index arguments.
10064         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10065         Update.
10066         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10067
10068 2006-10-05  Bruno Haible  <bruno@clisp.org>
10069
10070         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10071
10072         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10073         fwriteerror_temp): New declarations.
10074         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10075         (descriptors): New variable.
10076         (cleanup): First, close the descriptors.
10077         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10078         fclose_temp, fwriteerror_temp): New functions.
10079
10080 2006-10-04  Jim Meyering  <jim@meyering.net>
10081
10082         * lib/fts.c (fts_open): Tiny comment change.
10083
10084 2006-10-04  Bruno Haible  <bruno@clisp.org>
10085
10086         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10087         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10088         gl_LOCK_BODY.
10089         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10090         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10091         gl_LOCK_EARLY_BODY.
10092         (gl_LOCK): Require gl_LOCK_BODY.
10093
10094 2006-10-04  Bruno Haible  <bruno@clisp.org>
10095
10096         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10097         (gl_oset_search_atleast): New declaration.
10098         (struct gl_oset_implementation): Add field 'search_atleast'.
10099         (gl_oset_search_atleast): New inline function.
10100         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10101         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10102         (gl_array_oset_implementation): Update.
10103         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10104         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10105         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10106
10107 2006-10-04  Bruno Haible  <bruno@clisp.org>
10108
10109         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10110
10111 2006-10-03  Bruno Haible  <bruno@clisp.org>
10112
10113         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10114         from gl_avltreehash_list_implementation.
10115
10116 2006-10-03  Bruno Haible  <bruno@clisp.org>
10117
10118         * lib/gl_oset.c (gl_oset_add): Fix return type.
10119
10120 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10121
10122         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10123
10124 2006-10-02  Eric Blake  <ebb9@byu.net>
10125
10126         * modules/strnlen (Depends-on): Add extensions.
10127
10128 2006-10-02  Eric Blake  <ebb9@byu.net>
10129
10130         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10131         definition in 2.60+.
10132
10133 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10134
10135         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10136         checks.
10137
10138 2006-10-02  Bruno Haible  <bruno@clisp.org>
10139
10140         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10141         to the AUTOMAKE_OPTIONS.
10142         Reported by Jim Meyering.
10143
10144 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         Work around bug in Solaris 10 /proc file system:
10147         /proc/self/fd/NNN/.. isn't the parent directory of
10148         the directory whose file descriptor is NNN.  This needs to
10149         be worked around at run time, not compile time, since a
10150         program might be built on Solaris 8, where things work, and
10151         run on Solaris 10.
10152         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10153         to use the following interface instead:
10154         (OPENAT_BUFFER_SIZE): New macro.
10155         (openat_proc_name): New function.
10156         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10157         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10158         Likewise.
10159         * lib/openat-proc.c: New file.
10160         * modules/openat (Files): Add lib/openat-proc.c.
10161         (Depends-on): Add same-inode, stdbool.
10162         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10163
10164 2006-09-29  Bruno Haible  <bruno@clisp.org>
10165
10166         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10167         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10168         argument. Set stdout_closed before testing for ferror, not after.
10169         (fwriteerror, fwriteerror_no_ebadf): New functions.
10170
10171 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10172
10173         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10174
10175 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10176
10177         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10178         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10179
10180 2006-09-28  Jim Meyering  <jim@meyering.net>
10181
10182         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10183         Include <unistd.h>.
10184
10185 2006-09-28  Bruno Haible  <bruno@clisp.org>
10186
10187         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10188         * modules/linkedhash-list (Depends-on): Likewise.
10189         * modules/rbtreehash-list (Depends-on): Likewise.
10190
10191 2006-09-28  Bruno Haible  <bruno@clisp.org>
10192
10193         * lib/strndup.h: Simplify the redefinition of strndup.
10194         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10195         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10196
10197 2006-09-28  Bruno Haible  <bruno@clisp.org>
10198
10199         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10200         * lib/gl_linkedhash_list.c: Likewise.
10201         * lib/gl_rbtreehash_list.c: Likewise.
10202
10203 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10204
10205         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10206         getaddrinfo.
10207
10208         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10209         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10210         it causes <stdio_ext.h> to cause a compile-time error.
10211         Problem reported by Nelson H. F. Beebe.
10212         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10213         of HAVE_DECL___PENDING.
10214
10215         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10216         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10217         declaration.
10218
10219 2006-09-27  Jim Meyering  <jim@meyering.net>
10220
10221         This file could end up with a definition for a function
10222         named __strndup, rather than rpl_strndup on a system with
10223         incomplete weak_alias support.
10224         * lib/strndup.c (strndup): Rename from __strndup.
10225         Remove #defines that used to map __strndup to strndup.
10226         Don't use K&R prototypes.
10227         Remove LIBC-related code, since this file is not sync'd with glibc.
10228         * lib/strndup.h: Revamp, accordingly.
10229         * m4/strndup.m4: Modernize.
10230
10231 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10232
10233         * modules/savewd (Depends-on): Add 'raise'.
10234         * lib/savewd.c: Include <signal.h>, for 'raise'.
10235
10236 2006-09-26  Jim Meyering  <jim@meyering.net>
10237
10238         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10239         when we detect Darwin 8.7.0's acl_get_file bug.
10240         Rearrange to perform the new (below) run-test while $LIBS
10241         contains any acl-related library.  Set USE_ACL at the end.
10242         (gl_ACL_GET_FILE): New function.
10243
10244 2006-09-26  Eric Blake  <ebb9@byu.net>
10245
10246         * lib/verror.c: Include <config.h> unconditionally.
10247
10248 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10249
10250         * modules/clock-time (Maintainer): Add self.
10251         * modules/getlogin_r (Depends-on): Add extensions.
10252
10253 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10254
10255         * modules/clock-time: New module.
10256         * modules/nanosleep (Depends-on): Add clock-time.
10257         * modules/gethrxtime (Depends-on): Likewise.
10258         * modules/gettime (Depends-on): Likewise.
10259         * modules/settime (Depends-on): Likewise.
10260
10261         * modules/fts-lgpl: Depend on openat.
10262         * modules/mkancesdirs: Depend on savewd.
10263         * modules/mkdir-p: Likewise.
10264
10265 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10266
10267         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10268
10269         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10270         `gl_have_arbitrary_file_name_length_limit' to
10271         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10272         actually works between configure runs.
10273
10274 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10275             Bruno Haible  <bruno@clisp.org>
10276
10277         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10278
10279 2006-09-25  Jim Meyering  <jim@meyering.net>
10280
10281         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10282         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10283
10284 2006-09-25  Eric Blake  <ebb9@byu.net>
10285
10286         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10287         exec's in 2006-09-18 patch when shuffling fds.
10288
10289 2006-09-25  Bruno Haible  <bruno@clisp.org>
10290
10291         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10292         Reported by Jim Meyering.
10293
10294 2006-09-24  Jim Meyering  <jim@meyering.net>
10295
10296         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10297         compare a pointer against a literal "0".  That caused failures with
10298         at least HP-UX's hpcc.
10299
10300 2006-09-22  Simon Josefsson  <jas@extundo.com>
10301
10302         * modules/gc-sha1:
10303         * modules/gc-md4:
10304         * modules/gc-hmac-sha1:
10305         * modules/gc-hmac-md5:
10306         * modules/gc-des:
10307         * modules/gc-arcfour: Distribute more files.
10308
10309 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10310
10311         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10312         (gl_linked_iterator_from_to): Initialize struct completely.
10313         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10314         (gl_tree_iterator_from_to): Likewise
10315         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10316         * lib/gl_array_list.c [lint] (gl_array_iterator)
10317         (gl_array_iterator_from_to): Likewise.
10318         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10319         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10320         (gl_carray_iterator_from_to): Likewise.
10321
10322         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10323         * lib/md4.c (md4_process_block): Remove unused variable.
10324         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10325         parentheses for clarity.
10326
10327 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10328
10329         * modules/bison-i18n (Depends-on): Add gettext.
10330
10331 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10332
10333         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10334         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10335         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10336         also add missing comma that caused broken test.
10337         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10338         stdlib.h, for `abort'.
10339         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10340         variables.
10341         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10342         include unistd.h if present, for `rmdir'.
10343         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10344         variables.
10345         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10346         in the process include standard headers for prototypes.
10347         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10348         gets declared on GNU/Linux.
10349         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10350         unistd.h, for `rmdir'.
10351         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10352
10353         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10354         always true.
10355         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10356
10357         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10358
10359 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10360
10361         * gnulib-tool (func_version): Create output all at once.  This
10362         may help avoid triggering unnecessary SIGPIPEs, and at any
10363         rate it doesn't hurt.
10364
10365 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10366             Bruno Haible  <bruno@clisp.org>
10367
10368         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10369         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10370         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10371
10372         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10373         (gl_FUNC_VASPRINTF): Invoke it.
10374
10375 2006-09-22  Bruno Haible  <bruno@clisp.org>
10376
10377         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10378         getloadavg.c as first argument.
10379
10380 2006-09-22  Bruno Haible  <bruno@clisp.org>
10381
10382         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10383         at the beginning of the gl_INIT macro.
10384         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10385         gl_GETLOADAVG.
10386
10387 2006-09-22  Bruno Haible  <bruno@clisp.org>
10388
10389         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10390         module.
10391         Suggested by Ralf Wildenhues.
10392
10393 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10394
10395         Import this patch from libc:
10396
10397         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10398
10399         * lib/regex_internal.c (re_string_reconstruct): Handle
10400         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10401         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10402         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10403         re_string_context_at.
10404
10405         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10406         now requires it.
10407         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10408         gl_REGEX now does it for us.
10409         (gl_REGEX): Add test taken from
10410         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10411
10412         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10413         Check that large offsets work.  Modernize Autoconf usages.
10414         Prefer "yes" to mean a good thing rather than a bad.
10415         Don't put "#define mkstemp" in config.h, as this might interfere
10416         with standard system headers that "#define mkstemp mkstemp64".
10417
10418         * modules/mkstemp (Depends-on): Add extensions, so that
10419         mkstemp is visible on some platforms.
10420         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10421         (Include): Change to "mkstemp.h" from <stdlib.h>.
10422         (Files): Add mkstemp.h.
10423
10424         * lib/mkstemp.h: New file, since some standard headers
10425         #define mkstemp.
10426         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10427         Include "mkstemp.h".
10428         Make the _LIBC code resemble glibc original more,
10429         e.g., use K&R style.
10430         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10431         (mkstemp): Remove, since mkstemp.h does this for us.
10432         * lib/stdlib--.h: Include mkstemp.h.
10433
10434         Import this patch from libc:
10435
10436         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10437
10438         * lib/tempname.c (__gen_tempname): Change attempts_min
10439         into a macro.  Use preprocessor to decide how to initialize
10440         attempts [Coverity CID 67].
10441
10442 2006-09-20  Bruno Haible  <bruno@clisp.org>
10443
10444         * lib/mkdtemp.c: Import from libc.
10445         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10446                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10447                 attempts_min into a macro.  Use preprocessor to decide how to
10448                 initialize attempts [Coverity CID 67].
10449         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10450                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10451                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10452
10453 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10454
10455         * gnulib-tool (func_exit): New function, to allow to pass the
10456         exit status portably through the trap.  Use everywhere.
10457         (--help, --version): Signal a write error.
10458         (trap): catch SIGPIPE, for write errors.
10459         Exit at the end of the trap, with the correct exit status.
10460
10461 2006-09-19  Karl Berry  <karl@gnu.org>
10462
10463         * doc/gnulib.texi: note about the license texinfo files.
10464
10465 2006-09-19  Eric Blake  <ebb9@byu.net>
10466
10467         * gnulib-tool: Avoid space-tab.
10468
10469 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10470
10471         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10472         that prevented coreutils 6.1 from building.  Problem reported
10473         by Petter Reinholdtsen.
10474
10475 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10476
10477         * gnulib-tool (avoidlist): Fix typo that broke options like
10478         --avoid=lock that are used by coreutils bootstrap.
10479
10480 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10481
10482         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10483         more systematically.
10484
10485 2006-09-18  Jim Meyering  <jim@meyering.net>
10486
10487         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10488
10489 2006-09-18  Bruno Haible  <bruno@clisp.org>
10490
10491         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10492
10493 2006-09-18  Bruno Haible  <bruno@clisp.org>
10494
10495         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10496         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10497         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10498         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10499         * m4/gettext.m4: Require autoconf >= 2.52.
10500         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10501         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10502         of gl_cv_header_inttypes_h.
10503
10504 2006-09-18  Bruno Haible  <bruno@clisp.org>
10505
10506         * lib/javaversion.c: Include configmake.h.
10507
10508 2006-09-18  Bruno Haible  <bruno@clisp.org>
10509
10510         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10511         avoid that the while loops be executed in a subshell.
10512
10513 2006-09-18  Bruno Haible  <bruno@clisp.org>
10514
10515         * MODULES.html.sh (func_module): Break long lines.
10516         Suggested by Bruce Korb <bkorb@gnu.org>.
10517
10518 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10519
10520         Speed up by a factor of 1.12.
10521         * gnulib-tool (nl): New variable.
10522         (func_import): Rewrite include directive extraction to only read each
10523         directive once.
10524
10525 2006-09-17  Bruno Haible  <bruno@clisp.org>
10526
10527         * modules/javaversion (Makefile.am): Remove DEFS setting.
10528         (Depends-on): Add configmake, for PKGDATADIR definition.
10529
10530 2006-09-17  Bruno Haible  <bruno@clisp.org>
10531
10532         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10533
10534 2006-09-17  Bruno Haible  <bruno@clisp.org>
10535
10536         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10537         (func_modules_transitive_closure, func_modules_add_dummy,
10538         func_modules_to_filelist, func_import, func_create_testdir,
10539         func_create_megatestdir, ...): Use it wherever possible.
10540         Suggested by Ralf Wildenhues.
10541
10542 2006-09-16  Karl Berry  <karl@gnu.org>
10543
10544         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10545         to avoid sectioning errors.
10546         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10547         [ifinfo]: blank line after @center-ed titles.
10548         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10549         Spell FSF address consistently with others.
10550         (These changes approved by rms.)
10551
10552 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10553
10554         Speed up by a factor of 1.61.
10555         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10556         already checked module names again.
10557
10558 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10559
10560         Speed up by a factor of 1.13.
10561         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10562         for new_files, and the input to func_add_or_update.
10563
10564 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10565
10566         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10567         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10568
10569 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10570
10571         * modules/mkancesdirs (Depends-on): Add fcntl.
10572         * modules/savewd: New file.
10573         * MODULES.html.sh (File system functions): Add savewd.
10574
10575         * modules/configmake (Makefile.am): Add support for the
10576         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10577
10578 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10579
10580         * m4/savewd.m4: New file.
10581
10582 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10583
10584         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10585         (dirchownmod): New arg FD.  All callers changed.
10586         Use FD rather than opening the directory ourself, as opening is
10587         now the caller's responsibility.
10588         * lib/dirchownmod.h: Likewise.
10589         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10590         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10591         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10592         (test_dir): Remove.
10593         (mkancesdirs): Return length of prefix of FILE that has already
10594         been made, or -2 if there is a child doing the work.  Redo
10595         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10596         ".", and treat ".." specially since it might stray back into
10597         already-created areas.  Use a subprocess if necessary.  New arg
10598         WD; all users changed.  MAKE_DIR function should now return 1
10599         if it creates a directory that is not readable.  Return -2 if
10600         a child process is spun off.
10601         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10602         Adjust signature to match code.
10603         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10604         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10605         all users changed.
10606         * lib/savewd.c, lib/savewd.h: New files.
10607
10608 2006-09-15  Jim Meyering  <jim@meyering.net>
10609
10610         * modules/rename-dest-slash: New module.
10611         * MODULES.html.sh (posix_compat): Add it here.
10612
10613         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10614
10615 2006-09-15  Jim Meyering  <jim@meyering.net>
10616
10617         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10618         file.
10619
10620         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10621
10622 2006-09-15  Jim Meyering  <jim@meyering.net>
10623
10624         * lib/rename-dest-slash.c (has_trailing_slash): Use
10625         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10626         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10627         test before testing whether SRC is a directory.
10628         Suggestions from Bruno Haible.
10629
10630         Avoid a warning about an unused variable.
10631         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10632         into the #ifdef block where it's used.
10633
10634         * lib/rename-dest-slash.c: New file.
10635
10636 2006-09-14  Bruno Haible  <bruno@clisp.org>
10637
10638         * lib/allocsa.c: Include <config.h> unconditionally.
10639         * lib/asnprintf.c: Likewise.
10640         * lib/asprintf.c: Likewise.
10641         * lib/c-strcasecmp.c: Likewise.
10642         * lib/c-strcasestr.c: Likewise.
10643         * lib/c-strncasecmp.c: Likewise.
10644         * lib/c-strstr.c: Likewise.
10645         * lib/classpath.c: Likewise.
10646         * lib/clean-temp.c: Likewise.
10647         * lib/concatpath.c: Likewise.
10648         * lib/copy-file.c: Likewise.
10649         * lib/csharpcomp.c: Likewise.
10650         * lib/csharpexec.c: Likewise.
10651         * lib/execute.c: Likewise.
10652         * lib/fatal-signal.c: Likewise.
10653         * lib/findprog.c: Likewise.
10654         * lib/fwriteerror.c: Likewise.
10655         * lib/gl_array_list.c: Likewise.
10656         * lib/gl_array_oset.c: Likewise.
10657         * lib/gl_avltree_list.c: Likewise.
10658         * lib/gl_avltree_oset.c: Likewise.
10659         * lib/gl_avltreehash_list.c: Likewise.
10660         * lib/gl_carray_list.c: Likewise.
10661         * lib/gl_linked_list.c: Likewise.
10662         * lib/gl_linkedhash_list.c: Likewise.
10663         * lib/gl_list.c: Likewise.
10664         * lib/gl_oset.c: Likewise.
10665         * lib/gl_rbtree_list.c: Likewise.
10666         * lib/gl_rbtree_oset.c: Likewise.
10667         * lib/gl_rbtreehash_list.c: Likewise.
10668         * lib/imaxabs.c: Likewise.
10669         * lib/imaxdiv.c: Likewise.
10670         * lib/javacomp.c: Likewise.
10671         * lib/javaexec.c: Likewise.
10672         * lib/javaversion.c: Likewise.
10673         * lib/linebreak.c: Likewise.
10674         * lib/localcharset.c: Likewise.
10675         * lib/lock.c: Likewise.
10676         * lib/mbchar.c: Likewise.
10677         * lib/mbswidth.c: Likewise.
10678         * lib/mkdtemp.c: Likewise.
10679         * lib/pipe.c: Likewise.
10680         * lib/printf-args.c: Likewise.
10681         * lib/printf-parse.c: Likewise.
10682         * lib/progname.c: Likewise.
10683         * lib/progreloc.c: Likewise.
10684         * lib/readlink.c: Likewise.
10685         * lib/sh-quote.c: Likewise.
10686         * lib/stpcpy.c: Likewise.
10687         * lib/stpncpy.c: Likewise.
10688         * lib/strcasecmp.c: Likewise.
10689         * lib/strcasestr.c: Likewise.
10690         * lib/strcspn.c: Likewise.
10691         * lib/striconv.c: Likewise.
10692         * lib/strncasecmp.c: Likewise.
10693         * lib/strnlen1.c: Likewise.
10694         * lib/strstr.c: Likewise.
10695         * lib/strtok_r.c: Likewise.
10696         * lib/tls.c: Likewise.
10697         * lib/tmpdir.c: Likewise.
10698         * lib/unicodeio.c: Likewise.
10699         * lib/unsetenv.c: Likewise.
10700         * lib/vasnprintf.c: Likewise.
10701         * lib/vasprintf.c: Likewise.
10702         * lib/wait-process.c: Likewise.
10703         * lib/xallocsa.c: Likewise.
10704         * lib/xsetenv.c: Likewise.
10705         * lib/xstriconv.c: Likewise.
10706
10707 2006-09-13  Simon Josefsson  <jas@extundo.com>
10708
10709         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10710         that internally, suggested by Ralf Wildenhues
10711         <Ralf.Wildenhues@gmx.de>.
10712
10713 2006-09-13  Simon Josefsson  <jas@extundo.com>
10714
10715         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10716         @LIBOBJS@.
10717         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10718
10719 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10720
10721         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10722         longer worry about uses that don't define HAVE_CONFIG_H.
10723         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10724         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10725         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10726         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10727         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10728         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10729         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10730         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10731         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10732         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10733         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10734         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10735         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10736         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10737         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10738         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10739         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10740         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10741         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10742         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10743         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10744         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10745         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10746         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10747         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10748         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10749         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10750         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10751         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10752         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10753         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10754         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10755         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10756         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10757         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10758         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10759         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10760         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10761         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10762         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10763         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10764         Likewise.
10765
10766 2006-09-13  Eric Blake  <ebb9@byu.net>
10767
10768         * lib/getopt.c: Fix typo in last commit.
10769
10770 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10771
10772         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10773         dgettext.
10774
10775 2006-09-12  Jim Meyering  <jim@meyering.net>
10776
10777         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10778         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10779         Reported by Nelson H. F. Beebe.
10780
10781 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10782
10783         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10784         program_invocation_name and program_invocation_short_name are
10785         initialized.
10786         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10787         and program_invocation_short_name to argp.h, so they are visible
10788         to user programs.
10789         * lib/argp.h: Likewise
10790
10791 2006-09-10  Bruno Haible  <bruno@clisp.org>
10792
10793         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10794         m4/inttypes_h.m4, m4/uintmax_t.m4.
10795
10796 2006-09-10  Bruno Haible  <bruno@clisp.org>
10797
10798         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10799         gl_AC_TYPE_UINTMAX_T.
10800
10801 2006-09-10  Bruno Haible  <bruno@clisp.org>
10802
10803         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10804
10805 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10806
10807         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10808         convention.  Text proposed by Bruno Haible.
10809         (struct argp_option): Document the use of N_() wrappers.
10810
10811         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10812         '\v', and translate the two parts separately, instead of feeding
10813         the whole string to gettext.  This allows to exclude
10814         '\v' from the strings visible to the translator by writing doc
10815         strings as N_("..") "\v" N_("..").
10816
10817 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10818
10819         * config/srclist.txt: Undo latest change; the bug was fixed.
10820
10821 2006-09-09  Bruno Haible  <bruno@clisp.org>
10822
10823         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10824         assignments if building a library without libtool.
10825         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10826         in func_emit_lib_Makefile_am.
10827         (func_import): When building a static library libfoo.a, arrange to
10828         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10829         (func_create_testdir): Likewise.
10830         * modules/gc (configure.ac, Makefile.am): If building statically,
10831         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10832         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10833         * modules/striconv (configure.ac, Makefile.am): Likewise.
10834         Based on a suggestion by Ralf Wildenhues.
10835
10836 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10837
10838         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10839         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10840         Also:
10841
10842         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10843         Add year_2050_test to catch glibc bug 2821
10844         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10845
10846         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10847         Prefer #ifdef to #if.
10848
10849         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10850         Return from 'main' instead of calling 'exit'.
10851
10852 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10853
10854         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10855         returned the maximum time_t value rather than (time_t) -1.
10856         Problem originally reported by William Bardwell
10857         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10858
10859         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10860         Moved to here ...
10861         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10862         ... from here.
10863
10864 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10865
10866         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10867         2821 is fixed.
10868
10869 2006-09-08  Jim Meyering  <jim@meyering.net>
10870
10871         Don't make generated files read-only.  That would bother too many
10872         people.  However, do retain the ability to work when targets are
10873         read-only: remove the destination and temporary files before writing
10874         them (when generated via sed or echo), or by using the -f option for
10875         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10876         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10877         * modules/byteswap, modules/configmake, modules/fcntl:
10878         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10879         * modules/localcharset, modules/netinet_in, modules/poll:
10880         * modules/stdbool, modules/stdint, modules/sys_select:
10881         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10882
10883 2006-09-08  Jim Meyering  <jim@meyering.net>
10884
10885         Avoid new build failure on FreeBSD 6.0.
10886         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10887         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10888         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10889
10890 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10891
10892         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10893
10894 2006-09-07  Jim Meyering  <jim@meyering.net>
10895
10896         Fix global typo in last change: use chmod u-w, not chmod u-x.
10897         Spotted by Paul Eggert and Bruce Korb.
10898         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10899         * modules/byteswap, modules/configmake, modules/fcntl:
10900         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10901         * modules/localcharset, modules/netinet_in, modules/poll:
10902         * modules/stdbool, modules/stdint, modules/sys_select:
10903         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10904
10905 2006-09-06  Jim Meyering  <jim@meyering.net>
10906
10907         Make generated files be read-only.
10908         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10909         Ensure that each generated file is now read-only.
10910         * modules/argz: Likewise.
10911         * modules/arpa_inet: Likewise.
10912         * modules/byteswap: Likewise.
10913         * modules/configmake: Likewise.
10914         * modules/fcntl: Likewise.
10915         * modules/fnmatch: Likewise.
10916         * modules/getopt: Likewise.
10917         * modules/glob: Likewise.
10918         * modules/inttypes: Likewise.
10919         * modules/netinet_in: Likewise.
10920         * modules/poll: Likewise.
10921         * modules/stdbool: Likewise.
10922         * modules/stdint: Likewise.
10923         * modules/sys_select: Likewise.
10924         * modules/sys_socket: Likewise.
10925         * modules/sys_stat: Likewise.
10926         * modules/sysexits: Likewise.
10927         * modules/localcharset: Same as above, but continue using temporary
10928         file named "t-$@" (why different?) rather than the "$@-t" used
10929         everywhere else.
10930
10931         * modules/sysexits (Makefile.am): Replace literal occurrences
10932         of "sysexit.h" more readable, and more consistent, "$@".
10933
10934 2006-09-06  Bruno Haible  <bruno@clisp.org>
10935
10936         * modules/striconv: New file.
10937         * modules/xstriconv: New file.
10938         * MODULES.html.sh (Internationalization functions): Add striconv,
10939         xstriconv.
10940
10941 2006-09-06  Bruno Haible  <bruno@clisp.org>
10942
10943         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10944         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10945         not using libtool correctly.
10946
10947 2006-09-06  Bruno Haible  <bruno@clisp.org>
10948
10949         * lib/striconv.h: New file.
10950         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10951         iconvstring.c.
10952         * lib/xstriconv.h: New file.
10953         * lib/xstriconv.c: New file.
10954
10955 2006-09-06  Bruno Haible  <bruno@clisp.org>
10956
10957         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10958         lib_..._LDFLAGS.
10959
10960 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10961
10962         * lib/argz_.h: Sync from Libtool.
10963
10964         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10965                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10966
10967         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10968
10969 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10970
10971         * modules/trim: New file.
10972
10973 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10974
10975         * lib/trim.h: New file.
10976         * lib/trim.c: New file.
10977
10978 2006-09-05  Bruno Haible  <bruno@clisp.org>
10979
10980         * MODULES.html.sh (String handling): Add trim.
10981
10982 2006-09-04  Karl Berry  <karl@gnu.org>
10983
10984         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10985         until next release.
10986
10987 2006-09-03  Bruno Haible  <bruno@clisp.org>
10988
10989         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10990         correctly.
10991
10992 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10993
10994         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10995         not gl_GETLOADAVG.  Omit unneeded semicolons.
10996         Problems reported by Ralf Wildenhues in
10997         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10998         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10999         at the end, which is the usual gnulib style.
11000
11001         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11002         of doing all the work ourselves.
11003         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11004         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11005
11006 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11007
11008         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11009         Problem reported by Ralf Wildenhues in
11010         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11011
11012         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11013         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11014
11015 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11016
11017         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11018         yesterday's patch by changing test -n to test -z.
11019
11020 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11021
11022         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11023         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11024         the former is now obsolescent.
11025
11026         * modules/chdir-long (Depends-on): Add fcntl.
11027
11028 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11029
11030         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11031         obsolescent, and programs should use gnulib instead.
11032         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11033         but with prefixes changed.
11034
11035 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11036
11037         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11038         or stdbool.h, because they might not exist while configuring.
11039
11040         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11041         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11042         does that for us.
11043         (O_DIRECTORY): Remove.
11044
11045 2006-08-31  Eric Blake  <ebb9@byu.net>
11046
11047         * gnulib-tool: Don't let emacs change spaces to TAB.
11048
11049 2006-08-31  Bruno Haible  <bruno@clisp.org>
11050
11051         * gnulib-tool: When calling func_import more than once, do it in a
11052         subshell.
11053         Reported by Eric Blake <ebb9@byu.net>.
11054
11055 2006-08-31  Bruno Haible  <bruno@clisp.org>
11056
11057         * gnulib-tool (nl): Remove variable.
11058         (sed_transform_lib_file): Use more robust test for config-h module.
11059         (func_import): Fix typo in 2006-08-25 patch.
11060
11061 2006-08-31  Bruno Haible  <bruno@clisp.org>
11062
11063         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11064         specified, augment Makefile.am variables instead of assigning them.
11065
11066 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11067
11068         Work around a bug in both the Linux and SunOS 64-bit kernels:
11069         nanosleep mishandles sleeps for longer than 2**31 seconds.
11070         Problem reported by Frank v Waveren in
11071         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11072         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11073         Check for nanosleep bug.
11074         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11075
11076 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11077
11078         Work around a bug in both the Linux and SunOS 64-bit kernels:
11079         nanosleep mishandles sleeps for longer than 2**31 seconds.
11080         Problem reported by Frank v Waveren in
11081         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11082         * lib/nanosleep.c (BILLION): New constant.
11083         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11084         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11085         implementation.
11086
11087 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11088
11089         * modules/nanosleep (Depends-on): Add gettime.
11090
11091 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11092         and Simon Josefsson  <jas@extundo.com>
11093         and Oskar Liljeblad  <oskar@osk.mine.nu>
11094
11095         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11096         * gnulib-tool (func_import): New license type 'unmodifiable license
11097         text'.
11098         * modules/fdl: Use it.  Longer description.
11099         * module/gpl, module/lgpl: New files.
11100
11101 2006-08-30  Jim Meyering  <jim@meyering.net>
11102
11103         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11104         shadowing the parameter.
11105
11106 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11107
11108         Sync from Libtool:
11109
11110         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11111
11112         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11113         sharing with gnulib.  Report by Eric Blake.
11114
11115 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11116
11117         * modules/isapipe: New file.
11118         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11119
11120 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11121
11122         * modules/configmake (Makefile.am): Add a comment, and omit
11123         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11124         by Bruno Haible.
11125
11126 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11127
11128         * m4/isapipe.m4: New file.
11129
11130 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11131
11132         * lib/isapipe.c, lib/isapipe.h: New files.
11133
11134 2006-08-29  Jim Meyering  <jim@meyering.net>
11135
11136         * modules/configmake (Makefile.am): Make configmake.h depend on
11137         Makefile.  Otherwise, a stale configmake.h could hang around.
11138
11139 2006-08-29  Eric Blake  <ebb9@byu.net>
11140
11141         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11142         resolution of upstream bug 3044.
11143
11144 2006-08-29  Bruno Haible  <bruno@clisp.org>
11145
11146         * modules/localcharset (Depends-on): Add configmake.
11147         (Makefile.am): Remove setting of LIBDIR through DEFS.
11148
11149 2006-08-29  Bruno Haible  <bruno@clisp.org>
11150
11151         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11152         defined.
11153
11154 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11155
11156         * modules/fcntl: New file.
11157         * modules/chdir-safer (Depends-on): Add fcntl.
11158         * modules/fts: Likewise.
11159         * modules/mkdir-p: Likewise.
11160
11161         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11162         This undoes the most recent change, since we're now addressing the
11163         problem in a different way.
11164
11165         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11166         into output, since the output might be called Makefile.am even
11167         if $makefile_name is something different.
11168         (func_import): Use $makefile_am rather than
11169         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11170         empty.
11171
11172         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11173
11174 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11175
11176         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11177         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11178         recent change to stdint.m4, since we're now addressing the problem in a
11179         different way.
11180
11181 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11182
11183         * m4/fcntl_h.m4: New file.
11184
11185 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11186
11187         * lib/fcntl_.h: New file.
11188         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11189         the fcntl module.
11190         * lib/dirchownmod.c: Likewise.
11191         * lib/fts.c: Likewise.
11192
11193         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11194         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11195         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11196         just before including <inttypes.h>, to avoid circular inclusion.
11197
11198 2006-08-28  Jim Meyering  <jim@meyering.net>
11199
11200         * doc/visibility.texi: Actually read and correct the grammar of the
11201         sentence affected by yesterday's change.
11202
11203 2006-08-28  Eric Blake  <ebb9@byu.net>
11204
11205         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11206         needs wrapper.
11207
11208 2006-08-28  Eric Blake  <ebb9@byu.net>
11209
11210         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11211
11212 2006-08-28  Eric Blake  <ebb9@byu.net>
11213
11214         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11215
11216 2006-08-28  Bruno Haible  <bruno@clisp.org>
11217
11218         * modules/c-strstr: New file, from GNU gettext.
11219         * MODULES.html.sh (String handling): Add c-strstr.
11220
11221 2006-08-28  Bruno Haible  <bruno@clisp.org>
11222
11223         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11224         macros.
11225         Reported by Eric Blake.
11226
11227 2006-08-28  Bruno Haible  <bruno@clisp.org>
11228
11229         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11230         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11231         * lib/vasprintf.c: Include errno.h, limits.h.
11232         (EOVERFLOW): New fallback definition.
11233         (vasprintf): Test here whether the string length is > INT_MAX.
11234         * lib/vsnprintf.c: Include errno.h, limits.h.
11235         (EOVERFLOW): New fallback definition.
11236         (vsnprintf): Fix bug when generated string was too long for the buffer.
11237         Test here whether the string length is > INT_MAX.
11238
11239 2006-08-28  Bruno Haible  <bruno@clisp.org>
11240
11241         * lib/inttypes_.h (SCNX*): Remove definitions.
11242         Reported by Eric Blake.
11243
11244 2006-08-28  Bruno Haible  <bruno@clisp.org>
11245
11246         * lib/c-strstr.h: New file, from GNU gettext.
11247         * lib/c-strstr.c: New file, from GNU gettext.
11248
11249 2006-08-28  Bruno Haible  <bruno@clisp.org>
11250
11251         * gnulib-tool: Reorder some statements.
11252
11253 2006-08-28  Bruno Haible  <bruno@clisp.org>
11254
11255         * gnulib-tool: New option --makefile-name.
11256         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11257         $makefile_name.
11258         (func_import): Write $makefile_name to the cache file, and read it from
11259         there unless explicitly specified. Use $makefile_name as file name
11260         instead of Makefile.am. Adjust the recommendations accordingly.
11261
11262 2006-08-28  Bruno Haible  <bruno@clisp.org>
11263
11264         * gnulib-tool (func_verify_module): Check against misapplying patch.
11265
11266 2006-08-28  Bruno Haible  <bruno@clisp.org>
11267
11268         * gnulib-tool (func_relativize, func_relconcat): New functions.
11269         Give an error if --local-dir is given with --update.
11270         Remove trailing slashes from $local_gnulib_dir.
11271         (func_import): Store the relativized $local_gnulib_dir in
11272         gnulib-cache.m4, and read it from there if not specified explicitly.
11273
11274 2006-08-28  Bruno Haible  <bruno@clisp.org>
11275
11276         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11277         is the current directory. Respect also $local_gnulib_dir.
11278
11279 2006-08-28  Bruno Haible  <bruno@clisp.org>
11280             Simon Josefsson  <jas@extundo.com>
11281
11282         BeOS portability.
11283         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11284
11285 2006-08-27  Jim Meyering  <jim@meyering.net>
11286
11287         * doc/visibility.texi: Remove duplicate word: "pointer".
11288
11289 2006-08-26  Bruno Haible  <bruno@clisp.org>
11290
11291         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11292         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11293         (Makefile.am): Create inttypes.h from inttypes_.h.
11294         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11295
11296         * modules/imaxabs: New file.
11297
11298         * modules/imaxdiv: New file.
11299
11300 2006-08-26  Bruno Haible  <bruno@clisp.org>
11301
11302         * m4/inttypes.m4: New file.
11303         * m4/_inttypes_h.m4: Remove file.
11304         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11305         PRI_MACROS_BROKEN.
11306         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11307
11308         * m4/imaxabs.m4: New file.
11309
11310         * m4/imaxdiv.m4: New file.
11311
11312 2006-08-26  Bruno Haible  <bruno@clisp.org>
11313
11314         * lib/inttypes_.h: New file.
11315         * lib/inttypes.h: Remove file.
11316         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11317
11318         * lib/imaxabs.c: New file.
11319
11320         * lib/imaxdiv.c: New file.
11321
11322 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11323
11324         New config-h module, so that "make" output needn't be cluttered
11325         by -DHAVE_CONFIG_H.
11326         * MODULES.html.sh (Support for building libraries and executables):
11327         Add config-h.
11328         * modules/config-h: New file.
11329         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11330         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11331         the config-h module is used.
11332
11333         New configmake module, so that "make" output needn't be cluttered
11334         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11335         * MODULES.html.sh (Support for building libraries and executables):
11336         Add configmake.
11337         * modules/configmake: New file.
11338
11339 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11340
11341         * m4/config-h.m4: New file.
11342
11343 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11344
11345         * config/srclist.txt: Add elisp-comp.
11346
11347 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11348
11349         * MODULES.html.sh (Support for building libraries and executables):
11350         Add elisp-comp.
11351         * build-aux/elisp-comp: New file.
11352         * modules/elisp-comp: New file.
11353
11354 2006-08-24  Bruno Haible  <bruno@clisp.org>
11355
11356         * gnulib-tool (func_create_testdir): Use non-default values of
11357         sourcebase and m4base.
11358
11359 2006-08-24  Bruno Haible  <bruno@clisp.org>
11360
11361         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11362         HTML structure.
11363
11364 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11365
11366         * modules/openat (Depends-on): Add lchown.
11367
11368 2006-08-23  Bruno Haible  <bruno@clisp.org>
11369
11370         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11371         of gl_LOCK_EARLY instead of gl_LOCK.
11372
11373 2006-08-23  Bruno Haible  <bruno@clisp.org>
11374
11375         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11376         on OSF/1 to no.
11377         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11378
11379 2006-08-23  Bruno Haible  <bruno@clisp.org>
11380
11381         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11382         as unusable.
11383
11384         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11385         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11386         (gl_LOCK): New macro.
11387
11388 2006-08-22  Simon Josefsson  <jas@extundo.com>
11389
11390         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11391         to md5 module.
11392
11393 2006-08-22  Simon Josefsson  <jas@extundo.com>
11394
11395         * MODULES.html.sh: Add "Support for maintaining and release
11396         projects".
11397
11398         * build-aux/gnupload: New file, from coreutils.
11399
11400 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11401
11402         Avoid the need for AC_LIBSOURCES in m4 macros.
11403         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11404         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11405         * modules/check-version (EXTRA_DIST): Add check-version.h.
11406         * modules/crc (EXTRA_DIST): Add crc.h.
11407         * modules/des (EXTRA_DIST): Add des.h.
11408         * modules/gc (EXTRA_DIST): Add gc.h.
11409         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11410         * modules/getline (EXTRA_DIST): Add getline.h.
11411         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11412         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11413         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11414         * modules/md2 (EXTRA_DIST): Add md2.h.
11415         * modules/md4 (EXTRA_DIST): Add md4.h.
11416         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11417         * modules/read-file (EXTRA_DIST): Add read-file.h.
11418         * modules/readline (EXTRA_DIST): Add readline.h.
11419         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11420         rijndael-api-fst.h.
11421
11422 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11423
11424         * m4/rijndael.m4 (gl_ARCFOUR):
11425         * m4/arctwo.m4 (gl_ARCTWO):
11426         * m4/check-version.m4 (gl_CHECK_VERSION):
11427         * m4/crc.m4 (gl_CRC):
11428         * m4/des.m4 (gl_DES):
11429         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11430         * m4/gc.m4 (gl_GC):
11431         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11432         * m4/getline.m4 (gl_FUNC_GETLINE):
11433         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11434         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11435         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11436         * m4/md2.m4 (gl_MD2):
11437         * m4/md4.m4 (gl_MD4):
11438         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11439         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11440         * m4/readline.m4 (gl_FUNC_READLINE):
11441         * m4/rijndael.m4 (gl_RIJNDAEL):
11442         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11443         to get the necessary .h files and whatnot.
11444
11445 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11446
11447         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11448         gnulib rather than the other way around.
11449         * config/srclistvars.sh (COREUTILS): Remove.
11450
11451 2006-08-22  Jim Meyering  <jim@meyering.net>
11452
11453         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11454
11455         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11456
11457 2006-08-22  Eric Blake  <ebb9@byu.net>
11458
11459         * modules/regexprops-generic: New file.
11460         * MODULES.html.sh (Support for building documentation): List it.
11461
11462 2006-08-22  Eric Blake  <ebb9@byu.net>
11463
11464         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11465         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11466         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11467         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11468
11469 2006-08-22  Bruno Haible  <bruno@clisp.org>
11470
11471         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11472         and lib_LTLIBRARIES like the other lib_* variables.
11473
11474 2006-08-22  Bruno Haible  <bruno@clisp.org>
11475
11476         * build-aux/x-to-1.in: New file, from GNU gettext.
11477
11478 2006-08-22  Bruno Haible  <bruno@clisp.org>
11479
11480         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11481         <utmpx.h> exists.
11482
11483 2006-08-22  Bruno Haible  <bruno@clisp.org>
11484
11485         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11486         <utmpx.h> exists.
11487
11488 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11489
11490         BeOS portability.
11491         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11492         exist.
11493         Problem reported by Bruno Haible.
11494
11495 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11496
11497         Avoid the need for AC_LIBSOURCES in m4 macros.
11498         * modules/acl (EXTRA_DIST): Add acl.h.
11499         * modules/argmatch (Files): Add m4/argmatch.m4.
11500         (configure.ac): Add gl_ARGMATCH.
11501         (EXTRA_DIST): Renamed from lib_SOURCES, for
11502         consistency with the other modules.  Remove argmatch.c.
11503         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11504         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11505         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11506         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11507         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11508         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11509         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11510         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11511         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11512         * modules/closeout (EXTRA_DIST): Add closeout.h.
11513         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11514         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11515         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11516         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11517         dirname.h; remove basename.c and stripslash.c.
11518         * modules/exclude (EXTRA_DIST): Add exclude.h.
11519         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11520         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11521         * modules/file-type (EXTRA_DIST): Add file-type.h.
11522         * modules/filemode (EXTRA_DIST): Add filemode.h.
11523         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11524         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11525         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11526         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11527         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11528         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11529         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11530         * modules/getdate (EXTRA_DIST): Add getdate.c.
11531         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11532         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11533         * modules/getpass (EXTRA_DIST): Add getpass.h.
11534         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11535         * modules/group-member (EXTRA_DIST): Add group-member.h.
11536         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11537         * modules/hash (EXTRA_DIST): Add hash.h.
11538         * modules/human (EXTRA_DIST): Add human.h.
11539         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11540         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11541         * modules/lchown (EXTRA_DIST): Add lchown.h.
11542         * modules/long-options (EXTRA_DIST): Add long-options.h.
11543         * modules/lstat (EXTRA_DIST): Add lstat.h.
11544         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11545         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11546         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11547         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11548         * modules/memxor (EXTRA_DIST): Add memxor.h.
11549         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11550         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11551         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11552         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11553         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11554         * modules/physmem (EXTRA_DIST): Add physmem.h.
11555         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11556         * modules/posixver (EXTRA_DIST): Add posixver.h.
11557         * modules/quote (EXTRA_DIST): Add quote.h.
11558         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11559         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11560         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11561         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11562         regex_internal.h regexec.c.
11563         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11564         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11565         * modules/same (EXTRA_DIST): Add same.h.
11566         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11567         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11568         * modules/savedir (EXTRA_DIST): Add savedir.h.
11569         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11570         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11571         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11572         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11573         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11574         * modules/strdup (EXTRA_DIST): Add strdup.h.
11575         * modules/strftime (EXTRA_DIST): Add strftime.h.
11576         * modules/strndup (EXTRA_DIST): Add strndup.h.
11577         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11578         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11579         * modules/time_r (EXTRA_DIST): Add time_r.h.
11580         * modules/timespec (EXTRA_DIST): Add timespec.h.
11581         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11582         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11583         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11584         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11585         * modules/userspec (EXTRA_DIST): Add userspec.h.
11586         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11587         * modules/utimens (EXTRA_DIST): Add utimens.h.
11588         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11589         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11590         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11591         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11592         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11593         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11594         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11595         * modules/yesno (EXTRA_DIST): Add yesno.h.
11596
11597 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11598
11599         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11600
11601         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11602         * m4/dev-ino.m4, same-inode.m4: Remove.
11603
11604         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11605         * m4/acl.m4 (AC_FUNC_ACL):
11606         * m4/backupfile.m4 (gl_BACKUPFILE):
11607         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11608         * m4/canon-host.m4 (gl_CANON_HOST):
11609         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11610         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11611         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11612         * m4/cloexec.m4 (gl_CLOEXEC):
11613         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11614         * m4/closeout.m4 (gl_CLOSEOUT):
11615         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11616         * m4/dirname.m4 (gl_DIRNAME):
11617         * m4/exclude.m4 (gl_EXCLUDE):
11618         * m4/exitfail.m4 (gl_EXITFAIL):
11619         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11620         * m4/file-type.m4 (gl_FILE_TYPE):
11621         * m4/filemode.m4 (gl_FILEMODE):
11622         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11623         * m4/fpending.m4 (gl_FUNC_FPENDING):
11624         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11625         * m4/fts.m4 (gl_FUNC_FTS):
11626         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11627         * m4/getdate.m4 (gl_GETDATE):
11628         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11629         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11630         * m4/getpass.m4 (gl_FUNC_GETPASS):
11631         * m4/gettime.m4 (gl_GETTIME):
11632         * m4/getugroups.m4 (gl_GETUGROUPS):
11633         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11634         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11635         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11636         * m4/hash.m4 (gl_HASH):
11637         * m4/idcache.m4 (gl_IDCACHE):
11638         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11639         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11640         * m4/long-options.m4 (gl_LONG_OPTIONS):
11641         * m4/lstat.m4 (gl_FUNC_LSTAT):
11642         * m4/md5.m4 (gl_MD5):
11643         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11644         * m4/memcoll.m4 (gl_MEMCOLL):
11645         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11646         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11647         * m4/memxor.m4 (gl_MEMXOR):
11648         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11649         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11650         * m4/modechange.m4 (gl_MODECHANGE):
11651         * m4/mountlist.m4 (gl_MOUNTLIST):
11652         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11653         * m4/openat.m4 (gl_FUNC_OPENAT):
11654         * m4/pathmax.m4 (gl_PATHMAX):
11655         * m4/physmem.m4 (gl_PHYSMEM):
11656         * m4/posixtm.m4 (gl_POSIXTM):
11657         * m4/posixver.m4 (gl_POSIXVER):
11658         * m4/quote.m4 (gl_QUOTE):
11659         * m4/quotearg.m4 (gl_QUOTEARG):
11660         * m4/readtokens.m4 (gl_READTOKENS):
11661         * m4/readutmp.m4 (gl_READUTMP):
11662         * m4/regex.m4 (gl_REGEX):
11663         * m4/safe-read.m4 (gl_SAFE_READ):
11664         * m4/safe-write.m4 (gl_SAFE_WRITE):
11665         * m4/same.m4 (gl_SAME):
11666         * m4/save-cwd.m4 (gl_SAVE_CWD):
11667         * m4/savedir.m4 (gl_SAVEDIR):
11668         * m4/settime.m4 (gl_SETTIME):
11669         * m4/sha1.m4 (gl_SHA1):
11670         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11671         * m4/stat-macros.m4 (gl_STAT_MACROS):
11672         * m4/stat-time.m4 (gl_STAT_TIME):
11673         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11674         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11675         * m4/strdup.m4 (gl_FUNC_STRDUP):
11676         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11677         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11678         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11679         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11680         * m4/time_r.m4 (gl_TIME_R):
11681         * m4/timespec.m4 (gl_TIMESPEC):
11682         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11683         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11684         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11685         * m4/userspec.m4 (gl_USERSPEC):
11686         * m4/utimecmp.m4 (gl_UTIMECMP):
11687         * m4/utimens.m4 (gl_UTIMENS):
11688         * m4/xalloc.m4 (gl_XALLOC):
11689         * m4/xgetcwd.m4 (gl_XGETCWD):
11690         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11691         * m4/xreadlink.m4 (gl_XREADLINK):
11692         * m4/xstrtod.m4 (gl_XSTRTOD):
11693         * m4/yesno.m4 (gl_YESNO):
11694         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11695         to get the necessary .h files and whatnot.
11696
11697 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11698             Bruno Haible  <bruno@clisp.org>
11699
11700         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11701         /bin/sh understanding of '!' conditional negation.
11702
11703 2006-08-21  Jim Meyering  <jim@meyering.net>
11704
11705         * modules/openat (Depends-on): Really alphabetize.
11706
11707         * modules/acl (Depends-on): Add error and quote.
11708
11709         * check-module (find_included_lib_files): Add at-func.c to the
11710         ok-to-include-more-than-once white list.
11711
11712         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11713
11714 2006-08-21  Bruno Haible  <bruno@clisp.org>
11715
11716         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11717         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11718         Reported by Martin Lambers <marlam@marlam.de>.
11719
11720 2006-08-21  Bruno Haible  <bruno@clisp.org>
11721
11722         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11723         specify an installation location, don't emit a noinst_LIBRARIES or
11724         noinst_LTLIBRARIES assignment.
11725
11726 2006-08-21  Bruno Haible  <bruno@clisp.org>
11727
11728         BeOS portability.
11729         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11730         BeOS has mbrtowc() but no <wctype.h>.
11731
11732 2006-08-21  Bruno Haible  <bruno@clisp.org>
11733
11734         BeOS portability.
11735         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11736         exist.
11737
11738 2006-08-21  Bruno Haible  <bruno@clisp.org>
11739
11740         BeOS portability.
11741         * lib/mbchar.h: Include <wctype.h> only if it exists.
11742
11743 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11744
11745         Remove files that are no longer needed by their respective modules.
11746         * m4/obstack.m4: Remove.
11747         * m4/strerror_r.m4: Remove.
11748         * m4/uint32_t.m4: Remove.
11749         * m4/uintptr_t.m4: Remove.
11750         * m4/ullong_max.m4: Remove.
11751         * m4/xstrtoimax.m4: Remove.
11752         * m4/xstrtoumax.m4: Remove.
11753
11754         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11755         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11756         dependencies now capture this.
11757
11758         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11759         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11760         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11761         * m4/human.m4 (gl_HUMAN): Likewise.
11762         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11763         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11764
11765         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11766
11767         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11768         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11769         stdint.
11770         * m4/human.m4 (gl_HUMAN): Likewise.
11771         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11772         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11773         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11774         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11775         * m4/xstrtol (gl_XSTRTOL): Likewise.
11776
11777         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11778         AC_TYPE_LONG_LONG_INT.
11779         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11780         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11781         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11782         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11783
11784         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11785         on stdbool.
11786
11787         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11788         (gl_PREREQ_XSTRTOUL): Remove.
11789
11790         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11791
11792         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11793         mode.
11794
11795 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11796
11797         Add and change modules to make it easier for coreutils to use
11798         gnulib-tool.
11799         * modules/backupfile (Files): Remove m4/d-ino.m4.
11800         (Depends-on): Add d-ino.
11801         * modules/cycle-check (Depends-on): Add stdint.
11802         (lib_SOURCES): Add cycle-check.h.
11803         * modules/d-ino: New module.
11804         * modules/d-type: New module.
11805         * modules/error (Files): Remove m4/strerror_r.m4.
11806         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11807         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11808         m4/inttypes_h.m4, m4/uintmax_t.m4.
11809         (Depends-on): Add stdint.
11810         (lib_SOURCES): Add fsusage.h.
11811         * modules/getcwd (Files): Remove d-ino.m4.
11812         (Depends-on): Add d-ino.
11813         * modules/getndelim2 (Depends-on): Add stdint.
11814         * modules/glob (Files): Remove m4/d-type.m4.
11815         (Depends-on): Add d-type.
11816         * modules/host-os: New module.
11817         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11818         m4/inttypes_h.m4, m4/uintmax_t.m4.
11819         * Depends-on: Add stdint.
11820         (lib_SOURCES): Add human.h.
11821         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11822         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11823         m4/uintmax_t.m4, m4/ulonglong.m4.
11824         (Depends-on): Add stdint.
11825         (EXTRA_DIST): Add inttostr.h.
11826         * modules/lchmod: New module.
11827         * modules/link-follow: New module.
11828         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11829         (Depends-on): Add lchmod.
11830         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11831         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11832         (Depends-on): Add stdint.
11833         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11834         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11835         (Depends-on): Add stdint.
11836         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11837         * modules/perl: New module.
11838         * modules/regex (Depends-on): Add stdint.
11839         * modules/rmdir-errno: New module.
11840         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11841         m4/intmax_t.m4.
11842         (Depends-on): Add stdint.
11843         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11844         m4/uintmax_t.m4.
11845         (Depends-on): Add stdint.
11846         * modules/unlink-busy: New module.
11847         * modules/utimecmp (Depends-on): Add stdint.
11848         * modules/uptime: New module.
11849         * modules/winsz-ioctl: New module.
11850         * modules/winsz-termios: New module.
11851         * modules/xnanosleep (Depends-on): Add nanosleep.
11852         * modules/ullong_max: Remove.
11853         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11854         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11855         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11856         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11857         (Depends-on): Add inttypes.
11858         (lib_SOURCES): Add xstrtol.h.
11859         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11860         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11861         * MODULES.html.sh: Move 'assert' into the assert section.
11862         Move 'dummy' into the linking section.
11863         Remove ullong_max.
11864         Add section for compatibility checks for POSIX:2001 functions,
11865         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11866         winsz-ioctl, and winsz-termios into it.
11867         Add lchmod.
11868         Add top-level Misc section and put host-os, perl, and uptime
11869         into it.
11870
11871 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11872
11873         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11874         now assume the stdint module.  Do not include inttypes.h.
11875         * lib/fsusage.h: Likewise.
11876         * lib/getndelim2.c: Likewise.
11877         * lib/human.h: Likewise.
11878         * lib/inttostr.h: Likewise.
11879         * lib/obstack.c: Likewise.
11880         * lib/regex_internal.h: Likewise.
11881         * lib/tempname.c: Likewise.
11882         * lib/utimecmp.c: Likewise.
11883         * lib/xstrtol.h: Likewise.
11884
11885         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11886
11887         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11888         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11889         * lib/xtime.h: Likewise.
11890
11891 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11892
11893         * modules/openat (Files): Add lib/fchmodat.c.
11894         Fixes problem reported by Jay Youngman.
11895
11896 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11897
11898         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11899         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11900
11901 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11902             Bruno Haible  <bruno@clisp.org>
11903
11904         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11905         and is a script that invokes bison. Tighten the code. Add comments.
11906
11907 2006-08-18  Jim Meyering  <jim@meyering.net>
11908
11909         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11910         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11911         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11912         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11913
11914 2006-08-18  Bruno Haible  <bruno@clisp.org>
11915
11916         * modules/bison-i18n: New file.
11917         * MODULES.html.sh (Internationalization functions): Add it.
11918
11919 2006-08-18  Bruno Haible  <bruno@clisp.org>
11920
11921         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11922         sys/statvfs.h. When getmntinfo was found, check its declaration and
11923         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11924
11925 2006-08-18  Bruno Haible  <bruno@clisp.org>
11926
11927         * m4/bison-i18n.m4: New file, from bison.
11928
11929 2006-08-18  Bruno Haible  <bruno@clisp.org>
11930
11931         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11932         (ME_DUMMY): Treat "kernfs" as a dummy.
11933         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11934
11935 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11936
11937         Update from coreutils.
11938
11939         2006-08-15  Jim Meyering  <jim@meyering.net>
11940
11941         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11942
11943         2006-01-17  Jim Meyering  <jim@meyering.net>
11944
11945         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11946
11947         2006-01-11  Jim Meyering  <jim@meyering.net>
11948
11949         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11950         Check for the lchmod function.
11951
11952 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11953
11954         Update from coreutils.
11955
11956         * lib/__fpending.h: Add copyright notice.
11957         * lib/fprintftime.h: Likewise.
11958         * lib/savedir.c: Use (C) in copyright notice.
11959         * lib/savedir.h: Likewise.
11960
11961         2006-08-15  Jim Meyering  <jim@meyering.net>
11962
11963         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11964         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11965         in support of the EXPECTED_ERRNO macro.
11966         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11967         definitions.  Instead, define the appropriate symbols and include
11968         "at-func.c".
11969         * lib/mkdirat.c (mkdirat): Likewise.
11970         * lib/fchmodat.c (fchmodat): Likewise.
11971         (ENOSYS): Remove definition.
11972         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11973         it.  Don't include "unistd--.h" -- it wasn't ever used.
11974
11975         2006-01-17  Jim Meyering  <jim@meyering.net>
11976
11977         Rewrite fts.c not to change the current working directory,
11978         by using openat, fstatat, fdopendir, etc..
11979
11980         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11981         (HAVE_OPENAT_SUPPORT): Define.
11982         [_LIBC] (fchdir): Don't undef or define; no longer used.
11983         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11984         Now, this `function' always succeeds, and consumes its file descriptor
11985         parameter -- so callers must not close such FDs.  Update callers.
11986         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11987         (diropen): Add parameter, SP.  Adjust all callers.
11988         Implement using diropen_fd, rather than open.
11989         (fts_open): Initialize new member, fts_cwd_fd.
11990         Remove fts_rft-setting code.
11991         (fts_close): Close fts_cwd_fd, if necessary.
11992         (__opendir2): Define in terms of opendir or opendirat,
11993         depending on whether the FST_NOCHDIR flag is set.
11994         (fts_build): Since fts_safe_changedir consumes its FD, and since
11995         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11996         and close the dup'd file descriptor upon failure.
11997         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11998         (fts_safe_changedir): Tweak semantics to reflect that this function
11999         now calls cwd_advance_fd and hence consumes its FD argument.
12000         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12001         [struct FTS] (fts_rft): Remove now-unused member.
12002         [struct FTS] (fts_cycle.state): Improve comment.
12003
12004         * lib/openat.c (openat_needs_fchdir): New function.
12005         * lib/openat.h (openat_needs_fchdir): Declare it.
12006
12007 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12008
12009         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12010         Problem and fix reported by Pádraig Brady in
12011         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12012
12013 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12014
12015         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12016
12017 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12018
12019         * lib/memcoll.c (memcoll): Optimize for the common case where the
12020         arguments are bytewise equal.
12021
12022 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12023
12024         * doc/regexprops-generic.texi: Add a copyright notice.
12025
12026 2006-08-15  Bruno Haible  <bruno@clisp.org>
12027
12028         * modules/tmpdir (License): Change to LGPL.
12029
12030 2006-08-15  Bruno Haible  <bruno@clisp.org>
12031
12032         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12033         module.
12034
12035 2006-08-14  Simon Josefsson  <jas@extundo.com>
12036
12037         * config/srclist.txt: Add gnupload.
12038
12039 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12040
12041         Change copyright notice from LGPL 2 to GPL 2, since that's the
12042         standard form used in the gnulib repository.
12043         * tests/test-lock.c: Likewise.
12044         * tests/test-stdint.c: Likewise.
12045         * tests/test-tls.c: Likewise.
12046
12047         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12048         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12049         Add copyright notice.
12050
12051         * check-module: Add copyright notice.  Output a copyright
12052         notice if "--version" is specified.
12053         * modules/COPYING: New file.
12054         * tests/test-getaddrinfo.c: Add copyright notice.
12055         * tests/test-verify.c: Likewise.
12056
12057 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12058
12059         Change copyright notice from LGPL 2 to GPL 2, since that's the
12060         standard form used in the gnulib repository.
12061         * lib/lock.c: LGPL -> GPL.
12062         * lib/lock.h: Likewise.
12063         * lib/strnlen1.c: Likewise.
12064         * lib/strnlen1.h: Likewise.
12065         * lib/tls.c: Likewise.
12066         * lib/tls.h: Likewise.
12067         * lib/tmpdir.c: Likewise.
12068
12069         * lib/TODO: Remove; this belongs only in coreutils.
12070
12071 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12072
12073         Add copyright notices to long-enough files that lack them, since
12074         otherwise the files aren't clearly free.  Use the same notice that
12075         getdate.texi already uses.
12076         * doc/alloca-opt.texi: Add copyright notice.
12077         * doc/alloca.texi: Likewise.
12078         * doc/ctime.texi: Likewise.
12079         * doc/functions.texi: Likewise.
12080         * doc/gcd.texi: Likewise.
12081         * doc/gnulib-tool.texi: Likewise.
12082         * doc/inet_ntoa.texi: Likewise.
12083         * doc/visibility.texi: Likewise.
12084
12085         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12086         * doc/quote.texi: Add copyright notice.
12087
12088         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12089         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12090         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12091         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12092         is now obsolete, and give a pointer to the Sun list.
12093         Add copyright notice.
12094
12095 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12096
12097         * config/srclistvars.sh: Add copyright notice.
12098
12099 2006-08-14  Eric Blake  <ebb9@byu.net>
12100
12101         Import the following change from libc:
12102
12103         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12104
12105         Upstream bug 2997.
12106         * lib/misc/error.c: Add space between program name and message if file
12107         name is missing.
12108
12109 2006-08-12  Karl Berry  <karl@gnu.org>
12110
12111         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12112         remove, these originate in gnulib now.
12113
12114 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12115
12116         * doc/Makefile (standards.info standards.html standards.dvi):
12117         Also depend on make-stds.texi.
12118
12119 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12122         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12123
12124         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12125         in wchar_t.  Problem reported by Eric Blake.
12126
12127         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12128         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12129         Also, help the compiler to keep LEN in a register.
12130
12131 2006-08-11  Eric Blake  <ebb9@byu.net>
12132
12133         * users.txt: Sort.  Add tar.
12134
12135 2006-08-11  Bruno Haible  <bruno@clisp.org>
12136
12137         * users.txt: New file.
12138
12139 2006-08-11  Bruno Haible  <bruno@clisp.org>
12140
12141         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12142         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12143
12144 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12145
12146         * modules/snprintf (Depends-on): Remove minmax.
12147         (Maintainer): Add self and Bruno.
12148
12149 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12150
12151         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12152         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12153         (EOVERFLOW): Define if the system does not.
12154         Do not include "minmax.h"; it wasn't used.
12155         (snprintf): Don't assume size_t promotes to an unsigned type.
12156         Fix bug when generated string was too long for the buffer: the
12157         buffer's contents are supposed to be the initial prefix of the
12158         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12159         exceeds INT_MAX; do the check ourselves.
12160
12161         Import the following changes from libc:
12162
12163         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12164
12165         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12166         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12167         set wc to the byte which couldn't be converted.
12168         (re_string_reconstruct): Don't clear valid_raw_len before calling
12169         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12170         tip_context using re_string_context_at.
12171
12172         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12173
12174         * lib/posix/regex.h: g++ still cannot handled [restrict].
12175
12176         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12177
12178         * lib/posix/regex.h: Remove special handling for VMS.
12179
12180 2006-08-10  Jim Meyering  <jim@meyering.net>
12181
12182         * modules/same-inode: New module.
12183         * modules/dev-ino: New module.
12184         * modules/cycle-check: Depend on these modules, rather than simply
12185         including their .h files.
12186         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12187         required via m4/cycle-check.m4.
12188         * modules/same: Depend on new same-inode module, rather than
12189         including same-inode.h.
12190         * modules/chdir-safer: New file.
12191
12192         * modules/chown (Depends-on): Add stat-macros.
12193
12194 2006-08-10  Jim Meyering  <jim@meyering.net>
12195
12196         * m4/cycle-check.m4: New file.
12197         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12198         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12199
12200 2006-08-10  Eric Blake  <ebb9@byu.net>
12201
12202         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12203         in from original proposal.
12204
12205 2006-08-10  Eric Blake  <ebb9@byu.net>
12206         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12207
12208         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12209         namespace.
12210
12211 2006-08-10  Bruno Haible  <bruno@clisp.org>
12212
12213         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12214         as well.
12215
12216 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12217
12218         Sync from coreutils.
12219
12220         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12221
12222         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12223         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12224
12225 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12226
12227         * modules/restrict: Remove; no longer needed now that we assume
12228         Autoconf 2.59 or later.
12229         * MODULES.html.sh: Remove 'restrict'.
12230         * modules/argp (Depends-on): Remove 'restrict'.
12231         * modules/base64 (Depends-on): Likewise.
12232         * modules/gc (Depends-on): Likewise.
12233         * modules/getaddrinfo (Depends-on): Likewise.
12234         * modules/glob (Depends-on): Likewise.
12235         * modules/inet_ntop (Depends-on): Likewise.
12236         * modules/inet_pton (Depends-on): Likewise.
12237         * modules/memxor (Depends-on): Likewise.
12238         * modules/regex (Depends-on): Likewise.
12239         * modules/strtok_r (Depends-on): Likewise.
12240         * modules/time_r (Depends-on): Likewise.
12241
12242 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12243
12244         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12245         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12246         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12247         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12248         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12249         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12250         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12251         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12252
12253         Merge from coreutils.
12254         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12255         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12256         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12257         * m4/time_r.m4 (gl_TIME_R): Likewise.
12258
12259 2006-08-09  Karl Berry  <karl@gnu.org>
12260
12261         * config/srclist.txt: no more gettext-tools, per Bruno.
12262
12263 2006-08-08  Eric Blake  <ebb9@byu.net>
12264
12265         * modules/verror: New module.
12266         * MODULES.html.sh: Document it.
12267
12268 2006-08-08  Eric Blake  <ebb9@byu.net>
12269
12270         * lib/verror.h, lib/verror.c: New files.
12271
12272 2006-08-08  Eric Blake  <ebb9@byu.net>
12273
12274         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12275         verror_at_line output complies with GNU Coding Standards even when
12276         file is NULL.
12277
12278 2006-08-07  Bruno Haible  <bruno@clisp.org>
12279
12280         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12281         versions of AIX.
12282         Reported by Ralf Wildenhues.
12283
12284 2006-08-07  Bruno Haible  <bruno@clisp.org>
12285
12286         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12287         in an AC_DEFUN. Needed so that the autoconf snippets can use
12288         AC_REQUIRE.
12289
12290 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12291
12292         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12293         Initialize pkgdata_DATA.
12294         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12295         overriding it.
12296
12297 2006-08-06  Eric Blake  <ebb9@byu.net>
12298
12299         * lib/error.h: Fold in some upstream changes from glibc.
12300         * lib/error.c: Likewise.
12301
12302 2006-08-04  Bruno Haible  <bruno@clisp.org>
12303
12304         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12305         Make the mostlyclean-local rule depend on mostlyclean-generic.
12306         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12307
12308 2006-07-31  Bruno Haible  <bruno@clisp.org>
12309
12310         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12311         <stdlib.h>, <string.h>.
12312
12313 2006-07-30  Bruno Haible  <bruno@clisp.org>
12314
12315         * modules/readlink (License): Change to LGPL.
12316
12317 2006-07-30  Bruno Haible  <bruno@clisp.org>
12318
12319         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12320         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12321         set PKGDATADIR to point to it.
12322
12323 2006-07-30  Bruno Haible  <bruno@clisp.org>
12324
12325         * modules/csharpexec (configure.ac): Comment out macro invocation.
12326         * modules/javaexec (configure.ac): Likewise.
12327         * modules/javacomp-script (configure.ac): Likewise.
12328
12329         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12330
12331 2006-07-30  Bruno Haible  <bruno@clisp.org>
12332
12333         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12334         linked-list.
12335
12336 2006-07-30  Bruno Haible  <bruno@clisp.org>
12337
12338         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12339
12340 2006-07-30  Bruno Haible  <bruno@clisp.org>
12341
12342         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12343         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12344         get removed.
12345
12346 2006-07-29  Bruno Haible  <bruno@clisp.org>
12347
12348         Make it possible for gnulib-tool to work with locally modified or
12349         augmented gnulib repositories.
12350         * gnulib-tool (func_usage): Document --local-dir option.
12351         (local_gnulib_dir): New variable.
12352         Handle --local-dir option.
12353         (func_lookup_file): New function.
12354         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12355         (func_get_description, func_get_filelist, func_get_description,
12356         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12357         func_get_automake_snippet, func_get_include_directive,
12358         func_get_license, func_get_maintainer): Use func_lookup_file.
12359         (func_import, func_create_testdir): Use func_lookup_file.
12360
12361 2006-07-29  Bruno Haible  <bruno@clisp.org>
12362
12363         * modules/setenv (Depends-on): Add unistd.
12364
12365 2006-07-29  Bruno Haible  <bruno@clisp.org>
12366
12367         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12368
12369 2006-07-29  Bruno Haible  <bruno@clisp.org>
12370
12371         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12372
12373 2006-07-29  Bruno Haible  <bruno@clisp.org>
12374
12375         * gnulib-tool (import, update): If there is no Makefile.am, look at
12376         aclocal.m4, instead of bailing out.
12377
12378 2006-07-29  Bruno Haible  <bruno@clisp.org>
12379
12380         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12381         Categorize the options by when they are useful.
12382
12383 2006-07-29  Bruno Haible  <bruno@clisp.org>
12384
12385         * gnulib-tool (func_usage): Document option --no-libtool.
12386         Handle option --no-libtool.
12387         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12388         for changed semantics of $libtool variable.
12389         (func_import): Likewise. If libtool is not used, show this through
12390         an option --no-libtool.
12391         (func_create_testdir): Update.
12392
12393 2006-07-29  Bruno Haible  <bruno@clisp.org>
12394
12395         * gnulib-tool (func_import): Extend error message about missing
12396         --doc-base.
12397
12398 2006-07-29  Bruno Haible  <bruno@clisp.org>
12399
12400         * gnulib-tool (func_import): Don't create the $docbase directory if
12401         there is no file to store there.
12402
12403 2006-07-29  Bruno Haible  <bruno@clisp.org>
12404
12405         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12406         relevant, look for configure.ac there, not in the current directory.
12407         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12408
12409 2006-07-29  Bruno Haible  <bruno@clisp.org>
12410
12411         * gnulib-tool (SORT): New variable.
12412         (func_usage): Undocument --assume-autoconf option.
12413         Remove --assume-autoconf option handling.
12414         (autoconf_minversion): Determine from the contents of configure.ac.
12415         (func_import): Remove autoconf_minversion handling.
12416         Suggested by Eric Blake.
12417
12418 2006-07-29  Bruno Haible  <bruno@clisp.org>
12419
12420         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12421
12422 2006-07-29  Bruno Haible  <bruno@clisp.org>
12423
12424         * config/srclist.txt (*setenv.[ch]): Remove rules.
12425
12426 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12427
12428         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12429
12430 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12431
12432         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12433         arpa/inet.h.
12434
12435 2006-07-28  Simon Josefsson  <jas@extundo.com>
12436
12437         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12438         * modules/inet_pton (Depends-on): Likewise.
12439
12440 2006-07-28  Simon Josefsson  <jas@extundo.com>
12441
12442         * m4/netinet_in_h.m4: New file.
12443
12444 2006-07-28  Simon Josefsson  <jas@extundo.com>
12445
12446         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12447         #include's.
12448
12449 2006-07-28  Simon Josefsson  <jas@extundo.com>
12450
12451         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12452         #include's.
12453
12454 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12455
12456         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12457         setgid on directories only if they set these bits.
12458         * lib/modechange.h: Remove obsolete comment about masks.
12459
12460 2006-07-28  Eric Blake  <ebb9@byu.net>
12461
12462         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12463         macro expansion.
12464
12465 2006-07-28  Bruno Haible  <bruno@clisp.org>
12466
12467         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12468
12469 2006-07-28  Bruno Haible  <bruno@clisp.org>
12470
12471         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12472
12473 2006-07-28  Bruno Haible  <bruno@clisp.org>
12474
12475         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12476         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12477         Define fallbacks.
12478         Avoids link error on FreeBSD 4.x.
12479         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12480
12481         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12482         encoding.
12483         * lib/mbswidth.c (iswcntrl): Likewise.
12484
12485 2006-07-27  Bruno Haible  <bruno@clisp.org>
12486
12487         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12488         test.
12489
12490 2006-07-27  Bruno Haible  <bruno@clisp.org>
12491
12492         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12493         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12494         defined.
12495
12496 2006-07-26  Eric Blake  <ebb9@byu.net>
12497
12498         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12499
12500 2006-07-26  Eric Blake  <ebb9@byu.net>
12501
12502         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12503         like mingw that lack mkstemp.
12504         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12505         avoid compilation warning on mingw.
12506
12507 2006-07-26  Bruno Haible  <bruno@clisp.org>
12508
12509         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12510         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12511         INT_FAST*_MIN, INTPTR_MIN.
12512
12513 2006-07-25  Bruno Haible  <bruno@clisp.org>
12514
12515         * modules/version-etc (Depends-on): Add stdarg.
12516
12517 2006-07-25  Bruno Haible  <bruno@clisp.org>
12518
12519         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12520         complex commands.
12521
12522 2006-07-25  Bruno Haible  <bruno@clisp.org>
12523
12524         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12525         defined in <stdarg.h> or config.h.
12526
12527 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12528
12529         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12530         (gl_STDIO_SAFER): Remove.
12531
12532 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12533
12534         * MODULES.html.sh (File stream based Input/Output):
12535         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12536         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12537         * modules/fopen-safer, modules/tmpfile-safer: New files.
12538         * modules/stdio-safer: Remove.
12539
12540 2006-07-24  Bruno Haible  <bruno@clisp.org>
12541
12542         * modules/tmpdir: New file.
12543         * MODULES.html.sh (File system functions): Add it.
12544
12545 2006-07-24  Bruno Haible  <bruno@clisp.org>
12546
12547         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12548         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12549
12550 2006-07-24  Bruno Haible  <bruno@clisp.org>
12551
12552         * modules/clean-temp: New file.
12553
12554 2006-07-24  Bruno Haible  <bruno@clisp.org>
12555
12556         * m4/tmpdir.m4: New file, from GNU gettext.
12557
12558 2006-07-24  Bruno Haible  <bruno@clisp.org>
12559
12560         * lib/tmpdir.h: New file, from GNU gettext.
12561         * lib/tmpdir.c: New file, from GNU gettext.
12562
12563 2006-07-24  Bruno Haible  <bruno@clisp.org>
12564
12565         * lib/clean-temp.h: New file, from GNU gettext.
12566         * lib/clean-temp.c: New file, from GNU gettext.
12567
12568 2006-07-23  Eric Blake  <ebb9@byu.net>
12569
12570         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12571         (Depends-on): Add binary-io.
12572
12573 2006-07-23  Eric Blake  <ebb9@byu.net>
12574
12575         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12576
12577 2006-07-23  Eric Blake  <ebb9@byu.net>
12578
12579         * lib/tmpfile-safer.c: New file.
12580         * lib/stdio-safer.h (fopen_safer): Add prototype.
12581         * lib/stdio--.h (tmpfile): Make safer.
12582
12583 2006-07-23  Bruno Haible  <bruno@clisp.org>
12584
12585         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12586         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12587         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12588         gl_linked_remove_at): Use it.
12589
12590 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12591         and Simon Josefsson <jas@extundo.com>
12592
12593         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12594
12595         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12596
12597 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12598
12599         * modules/close-stream: New file.
12600         * modules/closeout (Description): Make it clear that it exits
12601         with a diagnostic on error.
12602         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12603         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12604
12605 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12606
12607         * m4/close-stream.m4: New file.
12608
12609 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12610
12611         * lib/close-stream.c, lib/close-stream.h: New files.
12612
12613 2006-07-22  Bruno Haible  <bruno@clisp.org>
12614
12615         Merge from GNU gettext 0.15.
12616
12617         2006-05-01  Bruno Haible  <bruno@clisp.org>
12618
12619                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12620
12621         2006-07-22  Bruno Haible  <bruno@clisp.org>
12622
12623                 * modules/javaversion: New file.
12624                 * MODULES.html.sh (Java): Add javaversion.
12625
12626         2006-03-12  Bruno Haible  <bruno@clisp.org>
12627
12628                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12629
12630         2005-12-04  Bruno Haible  <bruno@clisp.org>
12631
12632                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12633                 (untested).
12634
12635         2006-06-21  Bruno Haible  <bruno@clisp.org>
12636
12637                 Avoid warnings from recent versions of mcs.
12638                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12639                 -o, -L, -r any more. Use options documented since mcs-1.0
12640                 instead. Similarly for -g.
12641
12642         2005-12-04  Bruno Haible  <bruno@clisp.org>
12643
12644                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12645                 .resources, not .resource.
12646
12647         2005-07-09  Bruno Haible  <bruno@clisp.org>
12648
12649                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12650                 add a .dll suffix.
12651                 Reported by Mark Junker <mjscod@gmx.de>.
12652
12653         2006-07-22  Bruno Haible  <bruno@clisp.org>
12654
12655                 * modules/gettext: Upgrade to gettext-0.15.
12656                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12657                 m4/visibility.m4.
12658                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12659
12660 2006-07-22  Bruno Haible  <bruno@clisp.org>
12661
12662         Merge from GNU gettext 0.15.
12663
12664         2006-03-25  Bruno Haible  <bruno@clisp.org>
12665
12666                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12667
12668         2006-07-21  Bruno Haible  <bruno@clisp.org>
12669
12670                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12671                 "1.1".
12672
12673         2006-05-09  Bruno Haible  <bruno@clisp.org>
12674
12675                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12676                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12677                 for the conftestver execution.
12678
12679         2006-05-01  Bruno Haible  <bruno@clisp.org>
12680
12681                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12682                 optional target-version argument. Verify that the compiler
12683                 groks source of the specified source-version, or add -source
12684                 option as necessary. Verify that the compiler produces
12685                 bytecode in the specified target-version, or add -target and
12686                 -source options as necessary. Make the result of the test
12687                 available as variable CONF_JAVAC. Also log error output in
12688                 config.log.
12689
12690         2006-03-11  Bruno Haible  <bruno@clisp.org>
12691
12692                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12693
12694         2006-05-09  Bruno Haible  <bruno@clisp.org>
12695
12696                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12697                 CLASSPATH_SEPARATOR to a semicolon.
12698
12699         2006-03-12  Bruno Haible  <bruno@clisp.org>
12700
12701                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12702                 available as variable CONF_JAVA, for subsequent autoconf
12703                 tests. Also log error output in config.log.
12704
12705         2006-07-19  Bruno Haible  <bruno@clisp.org>
12706
12707                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12708                 that getline works on glibc2 systems. Needed to avoid trouble
12709                 in relocatable.c.
12710                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12711
12712         2005-12-04  Bruno Haible  <bruno@clisp.org>
12713
12714                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12715                 launcher (untested).
12716
12717         2005-12-04  Bruno Haible  <bruno@clisp.org>
12718
12719                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12720
12721         2006-07-22  Bruno Haible  <bruno@clisp.org>
12722
12723                 * gettext.m4: Update from GNU gettext-0.15.
12724                 * nls.m4: Likewise.
12725                 * po.m4: Likewise.
12726                 * inttypes-pri.m4: Likewise.
12727                 * inttypes-h.m4: Renamed from inttypes.m4.
12728                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12729
12730 2006-07-22  Bruno Haible  <bruno@clisp.org>
12731
12732         Merge from GNU gettext 0.15.
12733
12734         2005-07-05  Bruno Haible  <bruno@clisp.org>
12735
12736                 * printf-args.c (printf_fetchargs): Work around broken
12737                 definition of wint_t on mingw.
12738
12739         2005-02-12  Bruno Haible  <bruno@clisp.org>
12740
12741                 * xallocsa.h: Add extern "C" for C++.
12742
12743         2006-05-17  Bruno Haible  <bruno@clisp.org>
12744
12745                 Cygwin portability.
12746                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12747
12748         2006-04-30  Bruno Haible  <bruno@clisp.org>
12749
12750                 * progreloc.c: Include <mach-o/dyld.h> if available.
12751                 (find_executable): Use _NSGetExecutablePath when possible.
12752
12753         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12754
12755                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12756                 function.
12757
12758         2005-12-29  Bruno Haible  <bruno@clisp.org>
12759
12760                 * progreloc.c (set_program_name_and_installdir): Fix
12761                 compilation error.
12762
12763         2005-12-04  Bruno Haible  <bruno@clisp.org>
12764
12765                 Cygwin portability.
12766                 * progreloc.c: Include <windows.h> also on Cygwin.
12767                 (find_executable): Add support for Cygwin.
12768                 (set_program_name_and_installdir): Handle also platforms with
12769                 nonempty EXEEXT.
12770
12771         2006-07-11  Bruno Haible  <bruno@clisp.org>
12772
12773                 * javacomp.c: Fix a comment.
12774                 Reported by Jim Meyering.
12775
12776         2006-04-30  Bruno Haible  <bruno@clisp.org>
12777
12778                 * javacomp.h (compile_java_class): Add source_version,
12779                 target_version arguments.
12780                 * javacomp.c: Rewritten to choose only a compiler that
12781                 respects the specified source_version and target_version.
12782
12783         2006-06-27  Bruno Haible  <bruno@clisp.org>
12784
12785                 Assume correct S_ISDIR macro.
12786                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12787
12788         2006-07-22  Bruno Haible  <bruno@clisp.org>
12789
12790                 * javaversion.h: New file, from GNU gettext.
12791                 * javaversion.c: New file, from GNU gettext.
12792                 * javaversion.java: New file, from GNU gettext.
12793                 * javaversion.class: New file, from GNU gettext.
12794
12795         2006-05-17  Bruno Haible  <bruno@clisp.org>
12796
12797                 Cygwin portability.
12798                 * javaexec.c (execute_java_class): Test for jview program
12799                 also on Cygwin.
12800
12801         2006-04-09  Bruno Haible  <bruno@clisp.org>
12802
12803                 * fatal-signal.c: Don't include string.h.
12804                 (at_fatal_signal): Use a copying loop instead of memcpy.
12805
12806         2005-12-04  Bruno Haible  <bruno@clisp.org>
12807
12808                 * csharpexec.c: Add support for 'clix' launcher (untested).
12809                 (execute_csharp_using_sscli): New function.
12810                 (execute_csharp_program): Call it.
12811
12812         2006-06-21  Bruno Haible  <bruno@clisp.org>
12813
12814                 Avoid warnings from recent versions of mcs.
12815                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12816                 -o, -L, -r any more. Use options documented since mcs-1.0
12817                 instead. Similarly for -g.
12818
12819         2005-07-09  Bruno Haible  <bruno@clisp.org>
12820
12821                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12822                 add a .dll suffix.
12823                 Reported by Mark Junker <mjscod@gmx.de>.
12824
12825         2006-06-17  Bruno Haible  <bruno@clisp.org>
12826
12827                 * config.charset: Update for NetBSD 3.0.
12828
12829         2006-05-17  Bruno Haible  <bruno@clisp.org>
12830
12831                 Cygwin portability.
12832                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12833
12834         2006-05-16  Bruno Haible  <bruno@clisp.org>
12835
12836                 * localcharset.c [CYGWIN]: Include <windows.h>.
12837                 (get_charset_aliases): For Cygwin, return the same CPxxx
12838                 aliases list as under WIN32.
12839                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12840                 the environment variables. Fall back to GetACP().
12841
12842         2006-04-05  Bruno Haible  <bruno@clisp.org>
12843
12844                 * config.charset: Update Juan Manuel Guerrero's address.
12845
12846         2005-02-12  Bruno Haible  <bruno@clisp.org>
12847
12848                 * allocsa.h: Add extern "C" for C++.
12849
12850         2005-02-10  Bruno Haible  <bruno@clisp.org>
12851
12852                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12853                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12854
12855         2006-07-22  Bruno Haible  <bruno@clisp.org>
12856
12857                 * gettext.h: Update to GNU gettext-0.15.
12858
12859 2006-07-22  Bruno Haible  <bruno@clisp.org>
12860
12861         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12862         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12863         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12864
12865 2006-07-21  Eric Blake  <ebb9@byu.net>
12866
12867         * modules/stdlib-safer: New file.
12868         * MODULES.html.sh (File stream based Input/Output): Add
12869         stdlib-safer.
12870
12871 2006-07-21  Eric Blake  <ebb9@byu.net>
12872
12873         * lib/stdlib-safer.h: New file from coreutils, required by
12874         stdlib--.h.
12875
12876 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12877
12878         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12879
12880 2006-07-20  Bruno Haible  <bruno@clisp.org>
12881
12882         * gnulib-tool: Recognize new option --assume-autoconf.
12883         (autoconf_minversion): New variable.
12884         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12885
12886 2006-07-20  Bruno Haible  <bruno@clisp.org>
12887
12888         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12889
12890 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12891
12892         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12893         Reindent and repaginate.
12894
12895 2006-07-19  Derek Price  <derek@ximbiot.com>
12896
12897         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12898         Correct grammar.
12899
12900 2006-07-17  Bruno Haible  <bruno@clisp.org>
12901
12902         * modules/list: New file.
12903         * modules/array-list: New file.
12904         * modules/carray-list, modules/carray-list-tests: New files.
12905         * modules/linked-list, modules/linked-list-tests: New files.
12906         * modules/avltree-list, modules/avltree-list-tests: New files.
12907         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12908         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12909         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12910         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12911         * modules/oset: New file.
12912         * modules/array-oset: New file.
12913         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12914         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12915         * tests/test-carray_list.c: New file.
12916         * tests/test-linked_list.c: New file.
12917         * tests/test-avltree_list.c: New file.
12918         * tests/test-rbtree_list.c: New file.
12919         * tests/test-linkedhash_list.c: New file.
12920         * tests/test-avltreehash_list.c: New file.
12921         * tests/test-rbtreehash_list.c: New file.
12922         * tests/test-avltree_oset.c: New file.
12923         * tests/test-rbtree_oset.c: New file.
12924         * MODULES.html.sh (Container data structures): New section.
12925
12926 2006-07-17  Bruno Haible  <bruno@clisp.org>
12927
12928         * m4/gl_list.m4: New file.
12929
12930 2006-07-17  Bruno Haible  <bruno@clisp.org>
12931
12932         * lib/gl_list.h: New file.
12933         * lib/gl_list.c: New file.
12934         * lib/gl_array_list.h: New file.
12935         * lib/gl_array_list.c: New file.
12936         * lib/gl_carray_list.h: New file.
12937         * lib/gl_carray_list.c: New file.
12938         * lib/gl_linked_list.h: New file.
12939         * lib/gl_linked_list.c: New file.
12940         * lib/gl_anylinked_list1.h: New file.
12941         * lib/gl_anylinked_list2.h: New file.
12942         * lib/gl_avltree_list.h: New file.
12943         * lib/gl_avltree_list.c: New file.
12944         * lib/gl_anyavltree_list1.h: New file.
12945         * lib/gl_anyavltree_list2.h: New file.
12946         * lib/gl_rbtree_list.h: New file.
12947         * lib/gl_rbtree_list.c: New file.
12948         * lib/gl_anyrbtree_list1.h: New file.
12949         * lib/gl_anyrbtree_list2.h: New file.
12950         * lib/gl_anytree_list1.h: New file.
12951         * lib/gl_anytree_list2.h: New file.
12952         * lib/gl_linkedhash_list.h: New file.
12953         * lib/gl_linkedhash_list.c: New file.
12954         * lib/gl_anyhash_list1.h: New file.
12955         * lib/gl_anyhash_list2.h: New file.
12956         * lib/gl_avltreehash_list.h: New file.
12957         * lib/gl_avltreehash_list.c: New file.
12958         * lib/gl_rbtreehash_list.h: New file.
12959         * lib/gl_rbtreehash_list.c: New file.
12960         * lib/gl_anytreehash_list1.h: New file.
12961         * lib/gl_anytreehash_list2.h: New file.
12962
12963         * lib/gl_oset.h: New file.
12964         * lib/gl_oset.c: New file.
12965         * lib/gl_array_oset.h: New file.
12966         * lib/gl_array_oset.c: New file.
12967         * lib/gl_avltree_oset.h: New file.
12968         * lib/gl_avltree_oset.c: New file.
12969         * lib/gl_rbtree_oset.h: New file.
12970         * lib/gl_rbtree_oset.c: New file.
12971         * lib/gl_anytree_oset.h: New file.
12972
12973 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         * m4/mkancesdirs.m4: New file.
12976         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12977         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12978         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12979         it.
12980
12981 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12984         * lib/mkancesdirs.h: New files.
12985         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12986         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12987         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12988         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12989         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12990         callers changed.  Revamp internals significantly, by not
12991         attempting to create directories that are temporarily more
12992         permissive than the final results.  Do not attempt to use
12993         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12994         This removes some race conditions, fixes some bugs, and simplifies
12995         things.  Use new dirchownmod function to do owner and mode changes.
12996         * lib/mkdir-p.h: Likewise.
12997         * lib/modechange.c (octal_to_mode): New function.
12998         (struct mode_change): New member mentioned.
12999         (make_node_op_equals): New arg mentioned.  All callers changed.
13000         (mode_compile): Keep track of which mode bits the user has explicitly
13001         mentioned.
13002         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13003         New arg PMODE_BITS, to keep track of which mode bits the user
13004         mentioned; it treats S_ISUID and S_ISGID speciall.
13005         All callers changed.
13006         * lib/modechange.h: Likewise.
13007
13008 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13009
13010         * MODULES.html.sh: Add mkancestors.
13011         * modules/mkancesdirs: New module.
13012         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13013         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13014         The chdir-safer and afs files are now orphans; I'll remove them
13015         unless someone speaks up.
13016         Add lib/dirchownmod.c, lib/dirchownmod.h.
13017         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13018         Add lchown, mkancesdirs.
13019         (Maintainer): Add self.
13020
13021 2006-07-15  Karl Berry  <karl@gnu.org>
13022
13023         * gnulib-tool: help message wording/arrangement.
13024
13025 2006-07-14  Simon Josefsson  <jas@extundo.com>
13026
13027         * doc/gnulib.texi (Libtool and Windows): New section.
13028
13029 2006-07-12  Simon Josefsson  <jas@extundo.com>
13030
13031         * modules/gendocs (License): Fix license, approved by Karl.
13032
13033 2006-07-12  Eric Blake  <ebb9@byu.net>
13034
13035         * MODULES.html.sh: Add gendocs.
13036
13037 2006-07-11  Eric Blake  <ebb9@byu.net>
13038
13039         * modules/fdl: New module, to install doc/fdl.texi.
13040         * MODULES.html.sh: Add new section for documentation modules.
13041         * gnulib-tool: Avoid space-tab.
13042         (--doc-base): New option, to manage files from doc.
13043
13044 2006-07-11  Eric Blake  <ebb9@byu.net>
13045
13046         * m4/absolute-header.m4: Fix comments to match recent change.
13047
13048 2006-07-11  Eric Blake  <ebb9@byu.net>
13049
13050         * gnulib-tool: List --doc-base before --tests-base.
13051
13052 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13053
13054         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13055
13056 2006-07-11  Bruno Haible  <bruno@clisp.org>
13057
13058         * README: Mention where to put documentation.
13059
13060 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13061
13062         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13063
13064 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13065
13066         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13067         to stdint.m4.
13068
13069 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13070
13071         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13072         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13073         "no/such/file/stdint.h" when there is no such file, so that
13074         the resulting C code can be parsed by dodgy compilers.
13075         Problems reported by Bob Proulx.
13076
13077 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13078
13079         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13080         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13081         macros into the GNU _D_EXACT_NAMLEN.
13082         * lib/savedir.c:  Likewise.
13083         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13084
13085 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13086         and Paul Eggert  <eggert@cs.ucla.edu>
13087
13088         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13089         * m4/savedir.m4:
13090         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13091         macros into the GNU _D_EXACT_NAMLEN.
13092
13093 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13094
13095         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13096         around the absolute name, to work around a problem with the HP-UX
13097         11.23 native C compiler, reported by Bob Proulx.
13098
13099 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13100
13101         * doc/maintain.texi, make-stds.texi: Sync from
13102         <http://savannah.gnu.org/projects/gnustandards>.
13103
13104 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13105
13106         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13107
13108 2006-07-09  Jim Meyering  <jim@meyering.net>
13109
13110         * m4/glob.m4: Remove a doubled word in a comment.
13111
13112 2006-07-09  Jim Meyering  <jim@meyering.net>
13113
13114         * lib/argp-pv.c: Remove a doubled word in a comment.
13115         * lib/check-version.c (check_version): Likewise.
13116         * lib/javacomp.c (compile_java_class): Likewise.
13117
13118 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13119
13120         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13121         for the benefit of people using Autoconf 2.60.  If you want to
13122         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13123         (or m4/onceonly.m4, if pre-2.57) manually.
13124
13125 2006-07-08  Jim Meyering  <jim@meyering.net>
13126
13127         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13128         comment.
13129         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13130         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13131         comment.
13132
13133 2006-07-08  Jim Meyering  <jim@meyering.net>
13134
13135         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13136
13137 2006-07-07  Simon Josefsson  <jas@extundo.com>
13138
13139         * tests/test-crc.c: Change expected crc value, the test vector
13140         were probably computed using the old broken crc.c?
13141
13142 2006-07-06  Simon Josefsson  <jas@extundo.com>
13143
13144         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13145         now the canonical place for the M4 file).
13146
13147         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13148         from the sys_socket dependency now.
13149
13150         * modules/inet_pton (Files): Ditto.
13151
13152         * modules/inet_ntop (Files): Ditto.
13153
13154 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13155
13156         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13157         not gl_PREREQ_GETUSERSHELL.
13158
13159 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13160
13161         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13162         with only one argument, for Autoconf 2.60.
13163         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13164         expand to nothing, so add a shell command to avoid syntax error.
13165         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13166
13167 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13168
13169         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13170
13171 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13172
13173         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13174         no longer needed.  Check for isblank decl.
13175         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13176         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13177         of existence.
13178
13179 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13180
13181         * lib/getloadavg.c: Use __VMS, not VMS.
13182         * lib/getopt.c: Likewise.
13183         * lib/getpagesize.h: Likewise.
13184         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13185         and probably does not work.
13186
13187 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13188
13189         * lib/.cppi-disable: Add wcwidth.
13190         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13191         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13192         (ISGRAPH): Remove.  All uses changed to isgraph.
13193         (FOLD) [!defined _LIBC]: Remove special case.
13194         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13195         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13196         HAVE_ISBLANK.
13197         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13198         case.
13199
13200 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13201
13202         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13203         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13204         brackets.  Other minor changes to suppress some compiler
13205         warnings.
13206
13207 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13208         and Paul Eggert  <eggert@cs.ucla.edu>
13209
13210         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13211         of invoking obsolescent AC_HEADER_DIRENT macro.
13212         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13213         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13214         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13215         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13216         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13217         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13218         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13219         * m4/readdir.m4: Remove; no longer needed.
13220
13221 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13222         and Paul Eggert  <eggert@cs.ucla.edu>
13223
13224         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13225         Don't worry about this obsolete case any more.
13226         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13227         directories.
13228         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13229         worry about this obsolete case any more.
13230         * lib/fts.c: Likewise.
13231         * lib/getcwd.c: Likewise.
13232         * lib/glob.h: Likewise.
13233         * lib/savedir.c: Likewise.
13234
13235 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13236
13237         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13238         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13239         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13240         needed.
13241         All uses removed.
13242         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13243         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13244         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13245         needed.
13246         * m4/getdate.m4 (gl_GETDATE): Likewise.
13247         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13248         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13249         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13250         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13251         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13252         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13253         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13254         needed.
13255
13256 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13257
13258         * lib/memcasecmp.c: Include <limits.h>.
13259         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13260         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13261         Don't assume isdigit succeeds only on '0' through '9'.
13262
13263 2006-07-05  Eric Blake  <ebb9@byu.net>
13264
13265         * modules/getaddrinfo (Depends-on): Add snprintf.
13266
13267 2006-07-05  Eric Blake  <ebb9@byu.net>
13268
13269         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13270         to avoid 'header present but could not be compiled' on cygwin.
13271
13272 2006-07-05  Eric Blake  <ebb9@byu.net>
13273
13274         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13275         missing from netdb.h.
13276         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13277
13278 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13279
13280         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13281         no longer needed.
13282         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13283         * m4/getdate.m4 (gl_GETDATE): Likewise.
13284         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13285         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13286         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13287         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13288         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13289
13290 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13291
13292         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13293         All uses of is_space replaced by isspace.
13294         * lib/exit.h: Don't talk about STDC_HEADERS.
13295         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13296         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13297         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13298         replaced by isprint etc.
13299         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13300         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13301         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13302         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13303         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13304         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13305
13306 2006-07-05  Bruno Haible  <bruno@clisp.org>
13307
13308         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13309         the function exists, before testing against AIX.
13310         Reported by Martin Lambers <marlam@marlam.de>.
13311
13312 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13313
13314         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13315         From Mark D. Baushke.
13316
13317 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13318
13319         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13320         to the absolute name, not just one, to bypass Sun C 5.8's
13321         "warning: #include of /usr/include/... may be non-portable".
13322
13323 2006-07-04  Eric Blake  <ebb9@byu.net>
13324
13325         * modules/dirname-tests: New test module.
13326         * tests/test-dirname.c: New file, replacing dirname.c
13327         TEST_DIRNAME section that was recently deleted.
13328
13329 2006-07-04  Bruno Haible  <bruno@clisp.org>
13330
13331         Assume ANSI C header files and <ctype.h> functions.
13332         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13333         (mbsnwidth): Use isprint, iscntrl instead.
13334
13335 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13336
13337         Merge from coreutils.
13338         * MODULES.html.sh: Add xstrtold.
13339         * modules/xstrtold: New file.
13340         * modules/cycle-check (Files): Add lib/same-inode.h.
13341         * modules/dirname (Files): Add m4/double-slash-root.m4.
13342         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13343         * modules/mkdir-p (Files): Add lib/same-inode.h.
13344         * modules/same (Files): Add lib/same-inode.h.
13345
13346 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13347
13348         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13349         This is to keep the terminology clean; POSIX talks about
13350         "absolute pathnames", not "full pathnames", but the GNU
13351         Coding Standards say to use "path" for something else;
13352         so use "absolute" to keep both sides happy.
13353         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13354         Set gl_absolute_header, not gl_full_header_path.
13355         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13356         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13357         All uses changed.
13358
13359         Merge from coreutils.
13360
13361         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13362
13363         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13364         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13365         want to require the building of c-strtod.o.
13366         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13367         needs -lm directly.
13368         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13369
13370         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13371
13372         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13373         --as-needed option if available.  Problem reported by Albert Chin in
13374         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13375         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13376         cc merely issues a bunch of annoying warnings for --as-needed
13377         (this problem was reported by Bob Proulx).  Also, try linking with
13378         -lm to detect a bug in binutils 2.16 (this problem was reported
13379         by Ralf Wildenhues).
13380
13381         2006-06-18  Jim Meyering  <jim@meyering.net>
13382
13383         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13384         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13385         macro.
13386         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13387         also check for glibc-2.4's abort-inducing bug.
13388
13389         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13390         Low-probability clean-up should be to use rmdir to get rid of
13391         the just-created directory, not unlink.
13392
13393         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13394         configure fail, and request a bug report to inform us about it.
13395         Add a comment that, barring reports to the contrary, in 2007 we'll
13396         assume ftruncate is universally available.
13397
13398         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13399
13400         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13401
13402         2006-03-12  Jim Meyering  <jim@meyering.net>
13403
13404         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13405         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13406         * m4/same.m4 (gl_SAME): Likewise.
13407         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13408
13409         2006-03-11  Eric Blake  <ebb9@byu.net>
13410
13411         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13412         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13413         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13414         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13415
13416 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13417
13418         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13419         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13420         reported by Mark D. Baushke, one in
13421         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13422
13423         Merge from coreutils.
13424
13425         * lib/.cppi-disable: Add stdint_.h.
13426         * lib/.cvsignore: Add stdint.h.
13427
13428         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13429
13430         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13431         both double and long double versions.
13432         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13433         * lib/xstrtold.c: New file.
13434         * lib/xstrtod.h (xstrtold): New decl.
13435
13436         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13437
13438         * lib/filemode.c (setst): Remove.
13439         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13440         (arguably) clearer, and the generated code is a bit smaller on my
13441         Debian GNU/Linux stable x86 host.
13442
13443         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13444
13445         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13446         Assume that filemode.h includes sys/types.h and sys/stat.h.
13447         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13448         (ftypelet): Reorder to put common cases first, for efficiency.
13449         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13450         to do 'M'.
13451         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13452         of 10, for compatibility with FreeBSD.  All callers changed.
13453         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13454         types that can't be deduced solely from st_mode.  First arg is now a
13455         const pointer.
13456         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13457         (strmode): Renamed from mode_string.
13458         (filemodestring): New decl.
13459         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13460         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13461         needed.
13462         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13463
13464         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13465
13466         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13467         fsusage.h now does that.  Include fsusage.h first, to test interface.
13468         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13469         at most one method (the old code could have generated decls that
13470         didn't conform to C89, not that this was ever exercised).
13471         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13472
13473         2006-03-19  Jim Meyering  <jim@meyering.net>
13474
13475         Work even in a chroot where d_ino values for entries in "/"
13476         don't match the stat.st_ino values for the same names.
13477         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13478         number, iterate through all entries again, using lstat instead.
13479         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13480         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13481
13482         * lib/getcwd.c (__getcwd): Clarify a comment.
13483         Use memcpy in place of a call to strcpy.
13484
13485         2006-03-12  Jim Meyering  <jim@meyering.net>
13486
13487         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13488         matches that of the current directory (which we're about to chdir ".."
13489         out of), then save the dev-ino of the parent, instead.
13490
13491         * lib/same-inode.h (SAME_INODE): New file/macro.
13492         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13493         Include "same-inode.h", instead.
13494         * lib/same.c: Likewise.
13495         * lib/cycle-check.h: Include "same-inode.h".
13496         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13497         * lib/cycle-check.c (SAME_INODE): Remove definition.
13498         * lib/root-dev-ino.h: Include "same-inode.h".
13499
13500         2006-03-11  Eric Blake  <ebb9@byu.net>
13501
13502         * lib/same.c (same_name): s/base_name/last_component/
13503         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13504         * lib/filenamecat.c (file_name_concat): Likewise.
13505
13506         2006-03-11  Eric Blake  <ebb9@byu.net>,
13507                     Paul Eggert  <eggert@cs.ucla.edu>
13508
13509         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13510         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13511         drive prefix.
13512         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13513         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13514         (last_component): New method.
13515         * lib/dirname.c (dir_len): Determine when drive letters need a
13516         subsequent slash.  Preserve // when it is special.
13517         (dir_name): Don't append dot when drive letter is absolute.
13518         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13519         * lib/basename.c (base_name): New semantics - malloc the result.
13520         Preserve // when it is special.  Preserve relative files that look
13521         like drive letters.
13522         (base_len): Preserve // when it is special.
13523         (last_component): New method, similar to old base_name semantics.
13524         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13525         base_name.  Strip redundant slashes from ///.
13526
13527 2006-07-03  Jim Meyering  <jim@meyering.net>
13528
13529         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13530         macro is used before the first cycle_check call.
13531
13532 2006-07-03  Eric Blake  <ebb9@byu.net>
13533
13534         * modules/dirname (Depends-on): Add xstrndup.
13535
13536 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13537
13538         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13539         test cases, so that config.log is a bit easier to follow.
13540
13541 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13542
13543         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13544         both are 64 bits, since this seems to be the tradition, and this
13545         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13546         we ever run into a host that prefers long long to long in this
13547         case, we'll need another configure-time test.  Problem reported by
13548         Jim Meyering.
13549
13550 2006-07-02  Eric Blake  <ebb9@byu.net>
13551
13552         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13553
13554 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13555
13556         * modules/inttypes (Depends-on): No longer depends on stdint.
13557         * modules/stdint (Description): Say more about assumptions.
13558         Say that the fast types might differ.  Say macros are used.
13559         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13560         (Makefile.am): Revise list of substituted symbols to match
13561         new stdint.m4.
13562         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13563         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13564         * tests/test-stdint.c (verify_same_types)
13565         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13566         the code conforms to C99/C89.
13567         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13568         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13569
13570 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13571
13572         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13573         but fix a bug, by requiring at least 64 bits.
13574         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13575         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13576         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13577         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13578
13579         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13580         changes.  Make 2.59 a prerequisite.  Check and substitute for
13581         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13582         inttypes.h.  Do not use special include files; just use the
13583         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13584         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13585         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13586         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13587         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13588         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13589         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13590         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13591         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13592         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13593         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13594         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13595         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13596         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13597         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13598         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13599         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13600         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13601         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13602         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13603         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13604         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13605         not check for things that C99 does not require, e.g., int8_t.  If
13606         a test isn't needed unless <stdint.h> isn't working, and is
13607         unlikely to be needed for any other reason, then don't do it
13608         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13609         size_t, since we assume C89 freestanding at least.  Do not check
13610         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13611         the right thing even if the types are not defined.  Instead use:
13612         (gl_STDINT_TYPE_PROPERTIES): New macro.
13613         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13614         testing whether <sys/types.h> clashes, as Autoconf does this for
13615         us now.  All uses removed.
13616         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13617         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13618         (gl_CHECK_TYPE_SAME):
13619         Remove; no longer needed.
13620         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13621         exists, since we'll return 0 anyway in that case.
13622         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13623
13624 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13625
13626         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13627         possible collision with system files.
13628         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13629         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13630         WCHAR_MIN and WCHAR_MAX in this case.
13631         (<stddef.h>): Do not include; no longer needed.
13632         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13633         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13634         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13635         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13636         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13637         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13638         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13639         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13640         !defined(__c99))]: Include in this case too, since it's harmless
13641         now.
13642         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13643         dangerous to do so.
13644         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13645         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13646         (_STDINT_MIN, _STDINT_MAX): New macros.
13647         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13648         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13649         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13650         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13651         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13652         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13653         macros, not typedefs; this simplifies things quite a bit.
13654         Use long int for all types narrower than int64_t.
13655         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13656         Define in terms of long long int or int64_t or long int,
13657         not int64_t or int32_t.  This saves some compile-time testing.
13658         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13659         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13660         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13661         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13662         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13663         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13664         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13665         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13666         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13667         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13668         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13669         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13670         undef any previous version and define our own version, for
13671         simplicity and consistency with the new macros for types.
13672         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13673         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13674         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13675         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13676         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13677         @WINT_T_SUFFIX@ to keep things simple here.
13678         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13679         Simplify by assuming typical 8/16/32/64 host, since we're
13680         already doing that elsewhere anyway.
13681         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13682         and assume long long int is 64 bits if available.  This
13683         speeds up 'configure'.
13684
13685 2006-07-01  Eric Blake  <ebb9@byu.net>
13686
13687         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13688         Reported by Andreas Buening.
13689
13690 2006-07-01  Eric Blake  <ebb9@byu.net>
13691
13692         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13693
13694 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13695
13696         * lib/getaddrinfo.c: fixed typo
13697
13698 2006-06-29  Jim Meyering  <jim@meyering.net>
13699
13700         * modules/strftime (Maintainer): Add my name, since with the
13701         FPRINTFTIME changes strftime.c has forked from glibc.
13702
13703 2006-06-29  Eric Blake  <ebb9@byu.net>
13704
13705         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13706
13707 2006-06-29  Eric Blake  <ebb9@byu.net>
13708
13709         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13710
13711 2006-06-29  Eric Blake  <ebb9@byu.net>
13712
13713         * lib/stat_.h: New file.
13714
13715 2006-06-29  Eric Blake  <ebb9@byu.net>
13716
13717         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13718         unused static function.
13719
13720 2006-06-29  Eric Blake  <ebb9@byu.net>
13721
13722         * doc/functions.texi (Function Portability): Document missing lstat
13723         on mingw.
13724
13725 2006-06-29  Eric Blake  <ebb9@byu.net>
13726
13727         * MODULES.html.sh: Add sys_stat.
13728         * modules/sys_stat: New module.
13729         * modules/mkstemp (Depends-on): Add sys_stat.
13730
13731 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13732
13733         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13734
13735 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13736
13737         * m4/c-bs-a.m4: Removed.
13738
13739 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13740
13741         * lib/strftime.c: Assume strftime() exists.
13742
13743 2006-06-29  Derek Price  <derek@ximbiot.com>
13744
13745         * modules/c-bs-a: Removed - \a is C89.
13746         * MODULES.html.sh: Remove c-bs-a.
13747
13748 2006-06-29  Bruno Haible  <bruno@clisp.org>
13749
13750         * modules/wcwidth (License): Change to LGPL.
13751
13752 2006-06-28  Simon Josefsson  <jas@extundo.com>
13753
13754         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13755         on _WIN32.
13756
13757         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13758         getnameinfo.
13759
13760 2006-06-28  Simon Josefsson  <jas@extundo.com>
13761
13762         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13763
13764 2006-06-28  Simon Josefsson  <jas@extundo.com>
13765
13766         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13767         functions there.  It will succeed on Windows XP, but on Windows
13768         2000 and (presumably) earlier, it will fail, and use the internal
13769         re-implementation.
13770         (use_win32_p): New function.
13771         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13772         Support AI_NUMERICSERV to disable getservbyname.
13773         (getnameinfo): New function, only supports
13774         NI_NUMERICHOST|NI_NUMERICSERV for now.
13775
13776         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13777         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13778         getnameinfo.
13779
13780 2006-06-28  Eric Blake  <ebb9@byu.net>
13781
13782         * modules/wcwidth: New file.
13783         * modules/mbchar (Depends-on): Add wcwidth.
13784         * modules/mbswidth (Depends-on): Add wcwidth.
13785         * MODULES.html.sh: Add wcwidth.
13786
13787 2006-06-28  Eric Blake  <ebb9@byu.net>
13788
13789         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13790         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13791
13792 2006-06-28  Eric Blake  <ebb9@byu.net>
13793
13794         * lib/xvasprintf.h: Fix comments.
13795
13796 2006-06-28  Eric Blake  <ebb9@byu.net>
13797
13798         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13799         * lib/mbswidth.c (wcwidth): Move from here...
13800         * lib/wcwidth.h: ...to this new file.
13801
13802 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13803
13804         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13805
13806         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13807         it's obsolete.
13808         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13809
13810 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13811
13812         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13813         Autoconf 2.60 says this stuff was obsolete.
13814
13815 2006-06-28  Bruno Haible  <bruno@clisp.org>
13816
13817         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13818
13819 2006-06-28  Bruno Haible  <bruno@clisp.org>
13820
13821         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13822         gt_TYPE_WCHAR_T.
13823
13824 2006-06-28  Bruno Haible  <bruno@clisp.org>
13825
13826         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13827         declaration for wcwidth.
13828         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13829
13830 2006-06-28  Bruno Haible  <bruno@clisp.org>
13831
13832         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13833         (mkdir): Define using _mkdir.
13834
13835 2006-06-28  Bruno Haible  <bruno@clisp.org>
13836
13837         * lib/getaddrinfo.h: Fix POSIX URL.
13838         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13839         _WIN32.
13840         (use_win32_p): Make static.
13841         (getaddrinfo): Reject service name if it is empty or does not consist
13842         solely of decimal digits, or if its value is > 65535.
13843         (getnameinfo): Remove useless casts.
13844
13845 2006-06-27  Simon Josefsson  <jas@extundo.com>
13846
13847         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13848         Eggert and Martin Lambers.
13849
13850 2006-06-27  Simon Josefsson  <jas@extundo.com>
13851
13852         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13853         Eggert and Martin Lambers.
13854
13855 2006-06-27  Bruno Haible  <bruno@clisp.org>
13856
13857         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13858         result to 0, not to empty.
13859         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13860
13861 2006-06-27  Bruno Haible  <bruno@clisp.org>
13862
13863         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13864
13865 2006-06-26  Simon Josefsson  <jas@extundo.com>
13866
13867         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13868         present.
13869
13870 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13871
13872         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13873         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13874         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13875
13876 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13877
13878         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13879
13880 2006-06-26  Bruno Haible  <bruno@clisp.org>
13881
13882         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13883
13884 2006-06-26  Bruno Haible  <bruno@clisp.org>
13885
13886         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13887
13888 2006-06-26  Bruno Haible  <bruno@clisp.org>
13889
13890         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13891         SGI C compiler in pre-C99 mode.
13892         Suggested by Mark D. Baushke and Larry Jones.
13893
13894 2006-06-26  Bruno Haible  <bruno@clisp.org>
13895
13896         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13897         WCHAR_MAX.
13898         Reported by Mark D. Baushke and Larry Jones.
13899
13900 2006-06-26  Bruno Haible  <bruno@clisp.org>
13901
13902         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13903         in pre-C99 mode.
13904         Suggested by Mark D. Baushke and Larry Jones.
13905
13906 2006-06-23  Simon Josefsson  <jas@extundo.com>
13907             Bruno Haible  <bruno@clisp.org>
13908
13909         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13910         Emit mostlyclean-local rule.
13911         (func_emit_tests_Makefile_am): Likewise.
13912         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13913
13914 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13915
13916         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13917
13918 2006-06-23  Bruno Haible  <bruno@clisp.org>
13919
13920         * tests/test-stdint.c: Update to match ISO C 99 Technical
13921         Corrigendum 1.
13922
13923 2006-06-23  Bruno Haible  <bruno@clisp.org>
13924
13925         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13926
13927 2006-06-23  Bruno Haible  <bruno@clisp.org>
13928
13929         * lib/stdint_.h: Treat IRIX like OpenBSD.
13930
13931 2006-06-23  Bruno Haible  <bruno@clisp.org>
13932
13933         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13934         ISO C 99 Technical Corrigendum 1.
13935
13936 2006-06-22  Simon Josefsson  <jas@extundo.com>
13937
13938         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13939         MinGW.
13940
13941 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13942
13943         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13944         needed.  Some compiler complained about some of them.  Problem reported
13945         by Larry Jones in
13946         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13947
13948 2006-06-21  Simon Josefsson  <jas@extundo.com>
13949
13950         * tests/test-getaddrinfo.c: New file.
13951
13952         * modules/getaddrinfo-tests: New file.
13953
13954         * MODULES.html.sh: Add inet_pton.
13955
13956         * modules/inet_pton: New file.
13957
13958 2006-06-21  Simon Josefsson  <jas@extundo.com>
13959
13960         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13961         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13962         of using the (limited) gnulib implementation on Windows XP.
13963
13964         * m4/inet_pton.m4: New file.
13965
13966 2006-06-21  Simon Josefsson  <jas@extundo.com>
13967
13968         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13969         variable.
13970
13971         * lib/socket_.h: Don't define WINVER.
13972
13973         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13974         slightly modified to work in gnulib.
13975
13976 2006-06-21  Simon Josefsson  <jas@extundo.com>
13977
13978         * doc/gnulib.texi (Windows sockets): Add.
13979
13980 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13981
13982         * lib/read-file.c (fread_file): Start with buffer allocation of
13983         0 bytes rather than 1 byte; this simplifies the code.
13984         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13985         code to free buffer and save/restore errno.
13986         (internal_read_file): Remove unused local.
13987
13988 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13989
13990         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13991         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13992         Problem reported by Denis Excoffier in
13993         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13994
13995 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13996
13997         * modules/sys_socket, modules/socklen: Include sys/types since
13998         FreeBSD 4.x's sys/socket.h needs it.
13999
14000 2006-06-19  Simon Josefsson  <jas@extundo.com>
14001
14002         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14003
14004 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14005
14006         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14007
14008 2006-06-19  Bruno Haible  <bruno@clisp.org>
14009
14010         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14011         and FULL_PATH_INTTYPES_H in angle brackets.
14012         Reported by Mark D. Baushke <mdb@gnu.org>.
14013
14014 2006-06-17  Eric Blake  <ebb9@byu.net>
14015
14016         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14017         errno.
14018
14019 2006-06-17  Bruno Haible  <bruno@clisp.org>
14020
14021         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14022         <sys/inttypes.h>.
14023
14024 2006-06-17  Bruno Haible  <bruno@clisp.org>
14025
14026         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14027         whether errno is declared. Assume <errno.h> declares errno.
14028
14029 2006-06-17  Bruno Haible  <bruno@clisp.org>
14030
14031         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14032
14033 2006-06-17  Bruno Haible  <bruno@clisp.org>
14034
14035         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14036         problem on Solaris 2.5.1.
14037
14038 2006-06-16  Eric Blake  <ebb9@byu.net>
14039
14040         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14041         * lib/unicodeio.c [!defined errno]: Likewise.
14042         * lib/strtol.c [!defined errno]: Likewise.
14043         * lib/strtod.c [!defined errno]: Likewise.
14044
14045 2006-06-15  Eric Blake  <ebb9@byu.net>
14046
14047         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14048
14049 2006-06-15  Eric Blake  <ebb9@byu.net>
14050
14051         * config/srclist.txt (ssize_t.m4): Lose sync.
14052
14053 2006-06-15  Bruno Haible  <bruno@clisp.org>
14054
14055         * modules/stdint (Files): Include m4/full-header-path.m4,
14056         m4/size_max.m4, m4/wchar_t.m4.
14057         (Makefile.am): Many more substitutions.
14058         * modules/stdint-tests: New file.
14059         * tests/test-stdint.c: New file.
14060
14061 2006-06-15  Bruno Haible  <bruno@clisp.org>
14062
14063         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14064         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14065         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14066         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14067         gl_CHECK_TYPE_SAME): New macros.
14068
14069 2006-06-15  Bruno Haible  <bruno@clisp.org>
14070
14071         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14072
14073 2006-06-15  Bruno Haible  <bruno@clisp.org>
14074
14075         * lib/stdint_.h: Rewritten to be fully auto-configured.
14076         Fixes bug on HP-UX/IA64.
14077
14078 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14079
14080         * lib/getdate.y (__attribute__): Don't define if already defined.
14081         Problem reported by Larry Jones.
14082         * lib/utimens.c (__attribute__): Likewise.
14083
14084 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14087         reported by Andreas Schwab.
14088
14089 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14090             Bruno Haible  <bruno@clisp.org>
14091
14092         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14093         check for the declaration of strnlen and a run test that exposes the
14094         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14095         rpl_strndup.
14096
14097 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14098             Bruno Haible  <bruno@clisp.org>
14099
14100         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14101
14102 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14103
14104         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14105         compile test, for Tru64 4.0D.
14106
14107 2006-05-28  Karl Berry  <karl@gnu.org>
14108
14109         * config/srclist.txt (printf-args.c): lose sync.
14110
14111 2006-05-26  Martin Lambers  <marlam@marlam.de>
14112
14113         * lib/getpass.c: Updates the test for the native W32 API, and adds
14114         missing includes, thus fixing compilation warnings.
14115
14116 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14117
14118         * lib/exclude.c (exclude_fnmatch): New function.
14119         (excluded_file_name): Call exclude_fnmatch.
14120         * lib/exclude.h (excluded_file_name): New prototype
14121
14122 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14123
14124         * lib/tempname.c (small_open, large_open): New macros.
14125         (__open, __open64) [!_LIBC]: Remove.
14126         (__gen_tempname): Use small_open and large_open instead of __open
14127         and __open64.  This fixes a portability bug on HP-UX 11.11i
14128         reported by Simon Wing-Tang in
14129         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14130
14131 2006-05-24  Bruno Haible  <bruno@clisp.org>
14132
14133         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14134         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14135         Reported by Thorsten Maerz <torte@netztorte.de> via
14136         Aaron Stone <aaron@serendipity.cx>.
14137
14138 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14139
14140         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14141         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14142         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14143         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14144         not really conditional on the cache.
14145         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14146
14147 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14148
14149         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14150         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14151         (my_usleep): Don't mishandle maximum value.
14152
14153 2006-05-19  Jim Meyering  <jim@meyering.net>
14154
14155         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14156
14157 2006-05-17  Bruno Haible  <bruno@clisp.org>
14158
14159         Cygwin portability.
14160         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14161
14162 2006-05-17  Bruno Haible  <bruno@clisp.org>
14163
14164         * lib/stdint_.h: Fix recognition of Cygwin.
14165
14166 2006-05-15  Bruno Haible  <bruno@clisp.org>
14167
14168         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14169         on libtool patch by Ralf Wildenhues.
14170
14171 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14172
14173         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14174         test for C99 conformance; (bool) 0.5 is an integer constant
14175         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14176         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14177
14178 2006-05-11  Simon Josefsson  <jas@extundo.com>
14179
14180         * m4/xvasprintf.m4: Fix obvious typo.
14181
14182 2006-05-11  Jim Meyering  <jim@meyering.net>
14183
14184         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14185         James Lemley.
14186
14187 2006-05-10  Simon Josefsson  <jas@extundo.com>
14188
14189         * lib/md4.c: Typo fix, update copyright years.
14190         (K1, K2): Don't use L because it turn computations into 64-bit on
14191         64-bit platforms.
14192
14193 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14194
14195         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14196         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14197         unwanted sign propagation, e.g., on hosts with 64-bit int.
14198         There still are some problems with reeelly weird theoretical hosts
14199         (e.g., 33-bit int) but it's not worth worrying about now.
14200         * lib/sha1.c (rol): Likewise.
14201         (K1, K2, K3, K4): Remove unnecessary L suffix.
14202
14203 2006-05-10  Bruno Haible  <bruno@clisp.org>
14204
14205         * lib/des.c: Cast to avoid warnings.
14206
14207 2006-05-09  Bruno Haible  <bruno@clisp.org>
14208
14209         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14210         (Depends-on): Depend also on xsize, stdarg.
14211         (configure.ac): Add gl_XVASPRINTF.
14212
14213 2006-05-09  Bruno Haible  <bruno@clisp.org>
14214
14215         * m4/xvasprintf.m4: New file.
14216
14217 2006-05-09  Bruno Haible  <bruno@clisp.org>
14218
14219         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14220         (EOVERFLOW): Define fallback value.
14221         (xstrcat): New function.
14222         (xvasprintf): Recognize the special case of a string concatenation.
14223
14224 2006-05-08  Eric Blake  <ebb9@byu.net>
14225
14226         * gnulib-tool (func_version): Base copyright year on CVS date.
14227         (func_emit_copyright_notice): New function.
14228         (func_emit_lib_Makefile_am): Use it.
14229         (func_emit_tests_Makefile_am): Likewise.
14230         (func_import): Likewise.
14231
14232 2006-05-08  Bruno Haible  <bruno@clisp.org>
14233
14234         * modules/stdarg: New file.
14235         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14236
14237 2006-05-08  Bruno Haible  <bruno@clisp.org>
14238
14239         * m4/stdarg.m4: New file, from GNU gettext.
14240
14241 2006-05-08  Bruno Haible  <bruno@clisp.org>
14242
14243         * config/srclist.txt (build-aux/config.rpath): different from latest
14244         release.
14245
14246 2006-05-08  Bruno Haible  <bruno@clisp.org>
14247
14248         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14249
14250 2006-05-05  Jim Meyering  <jim@meyering.net>
14251
14252         * m4/warning.m4: New file, derived from bison's file by the same name.
14253
14254 2006-05-03  Bruno Haible  <bruno@clisp.org>
14255
14256         * lib/stdint_.h: Shorter URL.
14257         * lib/inttypes.h: Likewise.
14258
14259 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14260
14261         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14262
14263 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14264
14265         * lib/verify.h: Document the internals better.  Most of this change
14266         was written by Bruno Haible.
14267
14268 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14269
14270         * doc/verify.texi: New file, partly based on a proposal by
14271         Bruno Haible.
14272
14273 2006-05-02  Bruno Haible  <bruno@clisp.org>
14274
14275         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14276         test from here...
14277         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14278
14279 2006-04-29  Bruno Haible  <bruno@clisp.org>
14280
14281         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14282         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14283
14284 2006-04-29  Bruno Haible  <bruno@clisp.org>
14285
14286         * gnulib-tool: Make --update option actually work.
14287
14288 2006-04-29  Bruno Haible  <bruno@clisp.org>
14289
14290         * doc/gcd.texi: New file.
14291         * doc/gnulib.texi: Include it.
14292
14293 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14294
14295         * lib/getdate.y (get_date): When adding relative date, start with the
14296         initial time, not with the result of the first mktime call.
14297
14298 2006-04-25  Bruno Haible  <bruno@clisp.org>
14299
14300         * gnulib-tool (func_import): Output the include directives in three
14301         blocks, sorted separately.
14302         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14303
14304 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14305
14306         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14307         to define main with arguments, for C++.  Reported by Eric Blake.
14308         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14309         Prefer 'int main ()' to 'int main (void)', for C++.
14310         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14311         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14312         for 'main', for C99 and C++.
14313
14314 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14315
14316         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14317         Don't assume that exit status -1 is valid.
14318         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14319         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14320         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14321         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14322         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14323         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14324         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14325         functions can be used without declaring them, or that you can
14326         exit with status -1.
14327         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14328
14329 2006-04-24  Karl Berry  <karl@gnu.org>
14330
14331         * config/srclist.txt (longdouble.m4): sync lost.
14332
14333 2006-04-24  Eric Blake  <ebb9@byu.net>
14334
14335         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14336
14337 2006-04-24  Bruno Haible  <bruno@clisp.org>
14338
14339         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14340         poll() implementation in AIX.
14341         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14342
14343 2006-04-24  Bruno Haible  <bruno@clisp.org>
14344
14345         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14346         assigned exactly once.
14347
14348 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14349             Bruno Haible  <bruno@clisp.org>
14350
14351         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14352         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14353         for AM_CPPFLAGS.
14354
14355 2006-04-23  Bruno Haible  <bruno@clisp.org>
14356
14357         * modules/copy-file: Depend on unistd.
14358         * modules/execute: Likewise.
14359         * modules/fatal-signal: Likewise.
14360         * modules/findprog: Likewise.
14361         * modules/mkdtemp : Likewise.
14362         * modules/pipe: Likewise.
14363         * modules/wait-process: Likewise.
14364
14365 2006-04-23  Bruno Haible  <bruno@clisp.org>
14366
14367         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14368         condition was already detected.
14369         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14370
14371 2006-04-23  Bruno Haible  <bruno@clisp.org>
14372
14373         * lib/copy-file.c: Include <unistd.h> unconditionally.
14374         * lib/execute.c: Likewise.
14375         * lib/fatal-signal.c: Likewise.
14376         * lib/findprog.c: Likewise.
14377         * lib/mkdtemp.c: Likewise.
14378         * lib/pipe.h: Likewise.
14379         * lib/pipe.c: Likewise.
14380         * lib/wait-process.h: Likewise.
14381
14382 2006-04-23  Bruno Haible  <bruno@clisp.org>
14383
14384         * gnulib-tool (func_usage): Fix --import description. Document
14385         --update.
14386         (func_import): Create temporary file in a temporary directory, if
14387         --dry-run is specified. Silence errors from 'grep' when there are no
14388         m4 files in $m4dir.
14389         (func_create_testdir): Silence errors from 'grep' when there are no
14390         m4 files in $m4dir.
14391         Reported by Karl Berry <karl@freefriends.org>.
14392
14393 2006-04-20  Bruno Haible  <bruno@clisp.org>
14394
14395         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14396         one argument, so that the code will be portable to Autoconf 2.60.
14397         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14398         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14399         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14400
14401 2006-04-19  Derek Price  <derek@ximbiot.com>
14402             Eric Blake  <ebb9@byu.net>
14403
14404         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14405         rather than "/full/path.h".  Update comment to match.  Shorten &
14406         generalize m4_translit call via AS_TR_CPP.
14407
14408 2006-04-19  Derek Price  <derek@ximbiot.com>
14409             Eric Blake  <ebb9@byu.net>
14410
14411         * lib/inttypes.h: Correct grammar in comment.
14412
14413 2006-04-18  Derek Price  <derek@ximbiot.com>
14414             Paul Eggert  <eggert@cs.ucla.edu>
14415
14416         * modules/inttypes: New file.
14417         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14418
14419 2006-04-18  Derek Price  <derek@ximbiot.com>
14420             Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14423         New files.
14424
14425 2006-04-18  Derek Price  <derek@ximbiot.com>
14426             Paul Eggert  <eggert@cs.ucla.edu>
14427
14428         * lib/inttypes.h: New file.
14429         * lib/strtoimax.c: Assume <inttypes.h>.
14430
14431 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14432
14433         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14434         isn't mounted.  Problem reported by Kir Kolyshkin.
14435
14436 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14439         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14440         Derek R. Price.
14441         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14442         implementation.
14443
14444 2006-04-12  Eric Blake  <ebb9@byu.net>
14445
14446         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14447         is now done automatically by the corresponding Autoconf macro.
14448
14449 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14450
14451         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14452         time_r.h.
14453
14454 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         Merge regex changes from libc, removing some of our
14457         POSIX-conformance changes that were rejected and redoing them in a
14458         less-intrusive way.
14459
14460         * lib/regcomp.c (re_compile_internal, init_dfa):
14461         Length arg is now size_t, not Idx.  All uses changed.
14462         (peek_token): Forward decl now says internal_function.
14463         (__re_error_msgid, __re_error_msgid_idx):
14464         Now static rather than extern with attribute_hidden.
14465         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14466         For some reason libc prefers K&R style defns for external functions.
14467         (regerror) [!defined _LIBC]: Likewise.
14468         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14469         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14470         (build_range_exp, build_collating_symbol):
14471         Use K&R-style defn.
14472         (re_compile_fastmap): Use '\0' to memset, not 0.
14473         (utf8_sb_map): Make the calculations more obvious.
14474         (init_dfa, parse_bracket_exp, build_charclass_op):
14475         Call calloc and cast result, as glibc does.
14476         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14477         (build_range_exp, build_collating_symbol):
14478         Now internal functions.
14479
14480         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14481
14482         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14483         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14484         Don't depend on VMS; depend on __VMS instead, for POSIX
14485         namespace cleanness.
14486         (regoff_t): Define to ssize_t, not long int.
14487
14488         Remove the REG_ macros named below.  Instead, make the old names
14489         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14490         __USE_GNU_REGEX.
14491         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14492         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14493         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14494         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14495         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14496         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14497         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14498         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14499         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14500         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14501         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14502         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14503         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14504         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14505         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14506         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14507         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14508         (REG_NREGS):
14509         Remove.  All uses replaced by the old RE_* names.
14510         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14511         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14512         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14513         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14514         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14515         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14516         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14517         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14518         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14519         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14520         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14521         Don't bother having these macros be independent of each others'
14522         values, since they no longer exist in the POSIX name space.
14523
14524         Rename the following member names back to their old names,
14525         unless !__USE_GNU_REGEX.  All uses changed back.
14526         (buffer): Renamed from re_buffer.
14527         (allocated): Renamed from re_allocated.
14528         (used): Renamed from re_used.
14529         (syntax): Renamed from re_syntax.
14530         (fastmap): Renamed from re_fastmap.
14531         (translate): Renamed from re_translate.
14532         (can_be_null): Renamed from re_can_be_null.
14533         (regs_allocated): Renamed from re_regs_allocated.
14534         (fastmap_accurate): Renamed from re_fastmap_accurate.
14535         (no_sub): Renamed from re_no_sub.
14536         (not_bol): Renamed from re_not_bol.
14537         (not_eol): Renamed from re_not_eol.
14538         (newline_anchor): Renamed from re_newline_anchor.
14539         (num_regs): Renamed from rm_num_regs.
14540         (start): Renamed from rm_start.
14541         (end): Renamed from rm_end.
14542
14543         (free_state): Move up a bit.
14544
14545         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14546         #define to be empty.
14547         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14548         when that is what is intended.
14549         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14550         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14551         (MAX): New macro.
14552         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14553         All uses changed back to re_malloc, etc.  It's now the caller's
14554         responsibility to check for overflow; all callers changed.
14555         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14556         (re_x2nrealloc): Remove.
14557         (free_state): Remove decl.
14558
14559         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14560         (re_set_registers, re_exec):
14561         Use K&R-style defn.
14562
14563         2006-01-31  Roland McGrath  <roland@redhat.com>
14564
14565         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14566         Reported by Mike Frysinger <vapier@gentoo.org>.
14567
14568         2006-01-15  Andreas Jaeger  <aj@suse.de>
14569
14570         [BZ #1950]
14571         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14572         build_wcs_upper_buffer change.
14573         (build_wcs_upper_buffer): Change return type.
14574
14575         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14576
14577         * lib/regex_internal.h: Include <stdint.h> if available.
14578
14579         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14580
14581         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14582
14583         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14584
14585         * lib/regcomp.c: Adjust for changed secondary hash function.
14586
14587         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14588
14589         * lib/regex.h: Pretty printing.
14590         Clean up namespace a bit.
14591
14592         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14593
14594         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14595         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14596
14597         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14598                     Ulrich Drepper  <drepper@redhat.com>
14599
14600         [BZ #1302]
14601         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14602         changed.
14603         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14604
14605         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14606
14607         [BZ #281]
14608         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14609         * lib/regcomp.c: Remove unnecessary uses of
14610         unsigned RE_TRANSLATE_TYPE.
14611         * lib/regex_internal.h: Likewise.
14612         * lib/regex_internal.c: Likewise.
14613         * lib/regexec.c: Likewise.
14614         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14615
14616         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14617
14618         * lib/regexec.c (find_recover_state): Remove unnecessary
14619         initialization.
14620         (transit_state_bkref): Make DFA a const pointer.
14621         (get_subexp): Likewise.
14622         (check_arrival): Likewise.
14623         (update_cur_sifted_state): Likewise.
14624         (re_search_internal): Likewise.
14625         (prune_impossible_nodes): Likewise.
14626         (acquire_init_state_context): Likewise.
14627         (proceed_next_node): Likewise.
14628         (set_regs): Likewise.
14629         (free_fail_stack_return): Likewise.
14630         (check_arrival_expand_ecl): Mark DFA parameter as const.
14631         (check_arrival_expand_ecl_sub): Likewise.
14632         (check_subexp_limits): Likewise.
14633         (sub_epsilon_src_nodes):  Likewise.
14634         (add_epsilon_src_nodes):  Likewise.
14635         (merge_state_array): Likewise.
14636         (update_regs): Likewise.
14637         (build_trtable): Likewise.
14638         (sift_states_backward): Mark MCTX parameter as const.
14639         (build_sifted_states): Likewise.
14640         (update_cur_sifted_state): Likewise.
14641         (sift_states_mkref): Likewise.
14642         (check_arrival_expand_ecl): Mark eclosure as const.
14643         (check_dst_limits_calc_pos_1): Likewise.
14644         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14645         pointer.
14646
14647         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14648
14649         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14650         (transit_state_sb): Likewise.
14651         (transit_state_mb): Likewise.
14652         (sift_states_iter_mb): Likewise.
14653         (check_arrival_add_next_nodes): Likewise.
14654         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14655         [_LIBC] (re_search_2_stub): Use mempcpy.
14656
14657         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14658         mbrtowc for very simple UTF-8 case.
14659
14660         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14661         a pointer-to-const.
14662         (re_acquire_state_context): Likewise.
14663         * lib/regex_internal.h: Adjust prototypes.
14664
14665         * lib/regex.c: Prevent using C++ compilers.
14666
14667         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14668         (re_acquire_state_context): Likewise.
14669
14670 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14671
14672         * modules/regex (Depends-on): Add ssize_t.
14673
14674 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14675
14676         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14677         translation table.
14678
14679 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14680
14681         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14682
14683 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14684             Bruno Haible  <bruno@clisp.org>
14685
14686         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14687         <sys/types.h> and <inttypes.h>.
14688
14689 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14690
14691         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14692         `__error_t_defined', so argp.h will not typedef the former.
14693
14694 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14695
14696         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14697         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14698         glibc names.  Even if glibc is changed to conform to POSIX, the
14699         traditional names will be available anyway, since regex depends on
14700         the extensions module.  Also, fix a longstanding typo in the
14701         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14702         reported by Emanuele Giaquinta.  Also, change sense of cached
14703         variable, so that the message makes sense.
14704
14705 2006-03-24  Simon Josefsson  <jas@extundo.com>
14706
14707         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14708         including some doc fixes.
14709         (base64_encode_alloc): Fix +1 bug on allocation failures.
14710
14711 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14712
14713         * lib/base64.c (base64_encode): Do not read past end of array with
14714         unsanitized input on systems with CHAR_BIT > 8.
14715
14716 2006-03-24  Eric Blake  <ebb9@byu.net>
14717
14718         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14719
14720 2006-03-22  Karl Berry  <karl@gnu.org>
14721
14722         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14723         * config/srclistvars.sh (COREUTILS): new var.
14724
14725 2006-03-17  Jim Meyering  <jim@meyering.net>
14726
14727         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14728         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14729
14730 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14731
14732         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14733         no longer needs it.  Instead, check that regoff_t is as least
14734         as wide as ptrdiff_t.
14735
14736         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14737         so that our regex.h stays compatible with the installed regex.
14738         This is helpful for installers who configure --without-included-regex.
14739         Problem reported by Emanuele Giaquinta.
14740
14741 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14742
14743         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14744         Typedef to long int, not to off_, as POSIX will likely change
14745         in that direction.
14746
14747 2006-03-15  Eric Blake  <ebb9@byu.net>
14748
14749         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14750
14751 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14752
14753         * lib/argp-help.c (validate_uparams): Fix typo
14754         * lib/argp-parse.c (argp_default_options): Consistently begin help
14755         messages with a lowercase letter.
14756
14757 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14758
14759         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14760         overrun buffers and shouldn't be used (much as gets shouldn't be
14761         used).
14762         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14763
14764 2006-03-08  Simon Josefsson  <jas@extundo.com>
14765
14766         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14767         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14768
14769 2006-03-08  Simon Josefsson  <jas@extundo.com>
14770
14771         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14772         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14773
14774 2006-03-08  Simon Josefsson  <jas@extundo.com>
14775
14776         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14777         signal that configure disabled the device.
14778
14779 2006-03-08  Simon Josefsson  <jas@extundo.com>
14780
14781         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14782         languages.
14783
14784 2006-03-07  Simon Josefsson  <jas@extundo.com>
14785
14786         * modules/getopt (Depends-on): Add unistd.
14787
14788         * modules/unistd: New file.
14789
14790 2006-03-07  Simon Josefsson  <jas@extundo.com>
14791
14792         * modules/gc-random: New file.
14793
14794 2006-03-07  Simon Josefsson  <jas@extundo.com>
14795
14796         * m4/unistd_h.m4: New file.
14797
14798 2006-03-07  Simon Josefsson  <jas@extundo.com>
14799
14800         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14801         test to be side-effect free by storing the result in the cache
14802         variable gl_cv_lib_readline, and moving the assignment of
14803         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14804         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14805
14806 2006-03-07  Simon Josefsson  <jas@extundo.com>
14807
14808         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14809         error on missing devices (the functions will return an error).
14810
14811         * m4/gc.m4: Move random stuff to gc-random.m4
14812
14813 2006-03-07  Simon Josefsson  <jas@extundo.com>
14814
14815         * lib/unistd_.h: New file.
14816
14817 2006-03-07  Simon Josefsson  <jas@extundo.com>
14818
14819         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14820
14821 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14822
14823         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14824         Problem reported by Juan Manuel Guerrero.
14825
14826 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14827
14828         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14829         the unistd module.
14830         * lib/getlogin_r.c: Likewise.
14831         * lib/getlogin_r.h: Likewise.
14832         * lib/glob.c: Likewise.
14833         * lib/pagealign_alloc.c: Likewise.
14834         * lib/unistd_.h: Remove; no longer needed.
14835
14836 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14837
14838         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14839         Add unistd.
14840         * modules/c-stack (Depends-on): Add unistd.
14841         * modules/getlogin_r: Likewise.
14842         * modules/glob: Likewise.
14843         * modules/pagealign_alloc: Likewise.
14844         * modules/unistd (Files): Remove lib/unistd_.h.
14845         (EXTRA_DIST): Remove.
14846         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14847         need unistd_.h.
14848         (MOSTLYCLEANFILES): Remove unistd.h-t.
14849
14850 2006-03-03  Simon Josefsson  <jas@extundo.com>
14851
14852         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14853
14854 2006-03-03  Simon Josefsson  <jas@extundo.com>
14855
14856         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14857         libidn and bison.
14858
14859 2006-03-03  Simon Josefsson  <jas@extundo.com>
14860
14861         * build-aux/maint.mk: Add indent target.
14862
14863 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14864
14865         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14866         our replacement poll.h in any case, to avoid a differing
14867         declaration from a system header.  Seen on AIX.
14868
14869 2006-03-01  Simon Josefsson  <jas@extundo.com>
14870
14871         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14872         <kasal@ucw.cz>.
14873
14874 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14875
14876         * modules/gettime (Depends-on): Add extensions module.
14877         * modules/nanosleep (Depends-on): Likewise.
14878         * modules/settime (Depends-on): Likewise.
14879
14880 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14881
14882         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14883         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14884         pedantically.
14885         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14886         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14887
14888         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14889         not "==".  Reported by Ralf Wildenhues.
14890
14891 2006-03-01  Karl Berry  <karl@gnu.org>
14892
14893         * doc/Copyright/request-*: new files, synced from gnuorg.
14894
14895 2006-03-01  Karl Berry  <karl@gnu.org>
14896
14897         * config/srclist.txt (Copyright/*): new entries.
14898
14899 2006-02-28  Simon Josefsson  <jas@extundo.com>
14900
14901         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14902
14903 2006-02-27  Simon Josefsson  <jas@extundo.com>
14904
14905         * lib/base64.h: Indent #define's.  From Jim Meyering
14906         <jim@meyering.net>.
14907
14908 2006-02-27  Jim Meyering  <jim@meyering.net>
14909
14910         Revert the change of 2006-02-24, so these files can continue
14911         to be sync'd from gettext.
14912         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14913         of `config.h'.
14914
14915 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14916
14917         * modules/intprops: New file.
14918         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14919         Add intprops.
14920         * modules/getloadavg (Files): Remove lib/intprops.h.
14921         (Depends-on): Add intprops.
14922         * modules/human: Likewise.
14923         * modules/inttostr: Likewise.
14924         * modules/openat: Likewise.
14925         * modules/sig2str: Likewise.
14926         * modules/userspec: Likewise.
14927         * modules/utimecmp: Likewise.
14928         * modules/xnanosleep: Likewise.
14929         * modules/xstrtol: Likewise.
14930
14931 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14932
14933         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14934         * modules/lock-tests (TESTS): Use $(EXEEXT).
14935         * modules/tls-tests: Likewise.
14936         * modules/argp-tests: Likewise.
14937         (check_PROGRAMS): New var, replacing...
14938         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14939
14940 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14941
14942         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14943         `config.h'.
14944
14945 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14946
14947         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14948
14949 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14950
14951         Sync from coreutils.
14952         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14953         gl_CHDIR_SAFER.
14954
14955 2006-02-22  Jim Meyering  <jim@meyering.net>
14956
14957         Sync from coreutils.
14958         * m4/chdir-safer.m4: New file.
14959
14960 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14963         AT_FDCWD exceeds INT_MAX.
14964         * lib/openat.h (AT_FDCWD): Likewise.
14965
14966 2006-02-17  Eric Blake  <address@hidden>
14967
14968         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14969
14970 2006-02-16  Simon Josefsson  <jas@extundo.com>
14971
14972         * modules/getaddrinfo (Depends-on): Add sys_socket.
14973
14974 2006-02-15  Simon Josefsson  <jas@extundo.com>
14975
14976         * build-aux/maint.mk: Add dsyntax-check rule.
14977
14978 2006-02-15  Eric Blake  <ebb9@byu.net>
14979
14980         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14981         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14982         'present but cannot compile' warnings on cygwin.
14983         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14984         use ws2tcpip.h if sys/socket.h works.
14985         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14986         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14987
14988 2006-02-14  Simon Josefsson  <jas@extundo.com>
14989
14990         * modules/maintainer-makefile (Files): Rename.
14991
14992         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14993         and (the local) Makefile.cfg to maint-cfg.mk.
14994
14995         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14996         to the latter.
14997
14998         * modules/maintainer-makefile: New module.
14999
15000         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15001         severaly stripped to make it possible to build it up from scratch
15002         with reliable tests.
15003
15004         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15005         fixes to permit overriding the default actions when configure and
15006         makefile are not available.
15007
15008 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15009
15010         Sync from coreutils.
15011         * modules/lstat (Depends-on): Don't depend on xalloc.
15012         (License): Change from GPL to LGPL, since this is now simply a
15013         replacement for a libc function.
15014
15015 2006-02-14  Jim Meyering  <jim@meyering.net>
15016
15017         Sync from coreutils.
15018
15019         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15020         failure on deficient systems, and simplify gnulib lgpl dependencies.
15021         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15022         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15023
15024         * lib/xalloc-die.c: Remove unused definition of N_.
15025
15026 2006-02-14  Jim Meyering  <jim@meyering.net>
15027
15028         Sync from coreutils.
15029         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15030         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15031         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15032         double-quote uses of that variable, to accommodate the rare case in
15033         which getmntent is available in none of the libraries checked.  This
15034         happens at least on FreeBSD 5.0.
15035
15036 2006-02-13  Simon Josefsson  <jas@extundo.com>
15037
15038         * gnulib-tool (Usage): Fix --import, from
15039         karl@freefriends.org (Karl Berry).
15040
15041 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15042
15043         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15044
15045 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15046
15047         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15048         "autoupdate" on 2005-12-12.
15049
15050 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15051
15052         * modules/closeout (Depends-on): Remove atexit.
15053
15054 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15055
15056         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15057         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15058
15059 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15060
15061         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15062         __EXTENSIONS__ if this causes compilation to fail.  Problem
15063         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15064         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15065
15066 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15067
15068         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15069         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15070         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15071         All uses changed.
15072
15073 2006-01-26  Simon Josefsson  <jas@extundo.com>
15074
15075         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15076         prototype is visible on mingw32.
15077
15078         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15079         for mingw32.
15080
15081         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15082         mingw32).
15083
15084 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15085
15086         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15087         attempt to open for write; this always fails, at least on POSIX
15088         hosts.  This reinstates the 2006-01-09 change, which was
15089         inadvertently removed.
15090
15091 2006-01-26  Bruno Haible  <bruno@clisp.org>
15092
15093         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15094         Reported by Paul Eggert.
15095
15096 2006-01-26  Bruno Haible  <bruno@clisp.org>
15097             Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * lib/stdbool_.h (_Bool)
15100         [(! (defined __cplusplus || defined __BEOS__)
15101           && !defined __GNUC__
15102           && !(defined __HP_cc || defined __xlc__
15103                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15104                || defined __sgi))]:
15105         #define to signed char in these cases too; this simplifies
15106         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15107         etc., separately) and makes it more conservative.
15108
15109 2006-01-25  Simon Josefsson  <jas@extundo.com>
15110
15111         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15112         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15113         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15114
15115 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15116
15117         * lib/argp-namefrob.h: Bugfix. Remove stray #
15118
15119 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15120
15121         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15122         so that we test the test.
15123         Check for yet another HP-UX cc bug involving *bool |= bool.
15124
15125 2006-01-25  Karl Berry  <karl@gnu.org>
15126
15127         * config/srclist.txt (vasnprintf.c): sync lost.
15128
15129 2006-01-25  Jim Meyering  <jim@meyering.net>
15130
15131         Sync from the stable (b5) branch of coreutils:
15132
15133         * lib/fts.c (fts_children): Don't let close() clobber errno from
15134         failed fchdir().
15135
15136         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15137         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15138         a dangling symlink.  That can also happen at least for ELOOP.
15139         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15140         FYI, this bug predates the inclusion of fts.c in coreutils.
15141
15142         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15143         in their own block, so pre-c99 compilers don't object.
15144
15145         Avoid the double-free (first in fts_read, second in fts_close) that
15146         would occur when an `active' directory is made inaccessible (e.g.,
15147         via chmod a-x) during a traversal.
15148         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15149         before returning.  Reproduce this failure by
15150         mkdir -p a/b; cd a; chmod a-x . b
15151         Reported by Stavros Passas.
15152
15153 2006-01-25  Jim Meyering  <jim@meyering.net>
15154
15155         * lib/fileblocks.c: Remove more useless parentheses.
15156         * lib/readutmp.h: Likewise.
15157
15158 2006-01-25  Bruno Haible  <bruno@clisp.org>
15159
15160         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15161         warnings.
15162         Reported by Paul Eggert.
15163
15164 2006-01-25  Bruno Haible  <bruno@clisp.org>
15165
15166         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15167         rid of a trap command. For Solaris sh.
15168         Reported by Mark D. Baushke <mdb@gnu.org>.
15169
15170 2006-01-24  Simon Josefsson  <jas@extundo.com>
15171
15172         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15173         Bruno.
15174
15175 2006-01-24  Karl Berry  <karl@gnu.org>
15176
15177         * config/srclist.txt (argp-namefrob.h): sync lost.
15178
15179 2006-01-24  Jim Meyering  <jim@meyering.net>
15180
15181         * modules/openat (Files): Add lib/intprops.h.
15182         From Mark D. Baushke.
15183
15184 2006-01-24  Jim Meyering  <jim@meyering.net>
15185
15186         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15187         Reported by Mark D. Baushke.
15188
15189 2006-01-24  Jim Meyering  <jim@meyering.net>
15190
15191         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15192
15193 2006-01-24  Bruno Haible  <bruno@clisp.org>
15194
15195         * modules/strnlen (Maintainer): Change from glibc to all.
15196
15197 2006-01-24  Bruno Haible  <bruno@clisp.org>
15198
15199         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15200         Patch by Paul Eggert.
15201
15202 2006-01-24  Bruno Haible  <bruno@clisp.org>
15203
15204         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15205         already has it.
15206         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15207         2005-11-26.
15208
15209         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15210         'signed char' to avoid problems with the built-in _Bool type.
15211         Reported by Paul Eggert on 2005-11-26.
15212
15213 2006-01-24  Bruno Haible  <bruno@clisp.org>
15214
15215         * gnulib-tool (func_import): Avoid constructing complicated sed
15216         expressions inside backquote.
15217         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15218
15219 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15220
15221         These changes imported from libc.
15222         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15223         test and two separate function calls.
15224         * lib/strndup.c (__strndup): Add libc_hidden_def.
15225
15226 2006-01-23  Simon Josefsson  <jas@extundo.com>
15227
15228         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15229         Remove the test_*_SOURCES variable: automake infers it by default.
15230         * modules/tls-tests: Likewise.
15231
15232 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15233
15234         Work around porting bugs reported by Dieter in
15235         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15236         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15237         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15238         Include "getopt.h" first, to check interface.
15239         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15240         !HAVE_DECL_GETENV.
15241         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15242         (__strndup): Revert to K&R-style function dfns, the glibc style.
15243         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15244         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15245         Include strnlen.h first, to get prototype properly.
15246         (strnlen): Renamed from __strnlen.
15247         Remove weak alias.
15248
15249 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15252
15253 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15254
15255         * config/srclist.txt: Adjust to reflect glibc reorganization.
15256         This affects only comments.
15257
15258 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15259
15260          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15261          Reported by Bruce Korb <bkorb@gnu.org>.
15262
15263 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15264
15265         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15266         to pacify gcc -Wswitch-default.
15267
15268 2006-01-22  Bruno Haible  <bruno@clisp.org>
15269
15270         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15271         temporary buffer for sprintf, take into account the precision also
15272         for 'd', 'i', 'u', 'o', 'x', 'X'.
15273
15274 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15275
15276         * modules/argp-tests: New module
15277         * tests/test-argp.c: New file
15278         * tests/test-argp-2.sh: New file
15279
15280 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15281
15282         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15283         (__argp_base_name): Removed
15284         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15285         typo.
15286         (__argp_base_name): Provide macro definition or extern declaration
15287         depending on the configuration
15288
15289 2006-01-20  Simon Josefsson  <jas@extundo.com>
15290
15291         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15292
15293 2006-01-20  Simon Josefsson  <jas@extundo.com>
15294
15295         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15296
15297 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15300         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15301         Suggested by Bruno Haible.
15302
15303 2006-01-20  Karl Berry  <karl@gnu.org>
15304
15305         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15306         until changes propagate, I guess.
15307
15308 2006-01-19  Simon Josefsson  <jas@extundo.com>
15309
15310         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15311
15312 2006-01-19  Simon Josefsson  <jas@extundo.com>
15313
15314         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15315
15316 2006-01-19  Simon Josefsson  <jas@extundo.com>
15317
15318         * gnulib-tool: Set check_PROGRAMS.
15319
15320         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15321         modules/des-tests, modules/gc-arcfour-tests,
15322         modules/gc-arctwo-tests, modules/gc-des-tests,
15323         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15324         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15325         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15326         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15327         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15328         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15329         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15330         test_*_SOURCES.
15331
15332 2006-01-18  Simon Josefsson  <jas@extundo.com>
15333
15334         * modules/socklen (Depends-on): Depend on sys_socket.
15335
15336 2006-01-18  Simon Josefsson  <jas@extundo.com>
15337
15338         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15339         modules/des-tests, modules/gc-arcfour-tests,
15340         modules/gc-arctwo-tests, modules/gc-des-tests,
15341         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15342         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15343         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15344         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15345         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15346         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15347         $(EXEEXT) to automake TESTS variable, for mingw32.
15348
15349 2006-01-17  Simon Josefsson  <jas@extundo.com>
15350
15351         * modules/socklen (Include): Need sys/socket.h.
15352
15353 2006-01-17  Bruno Haible  <bruno@clisp.org>
15354
15355         * modules/ssize_t (Include): Add <sys/types.h>.
15356
15357 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15358
15359         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15360         it's not portable and it doesn't work with cross-compiles.
15361         Problem reported by Bruno Haible.  Fix missing-$ typo in
15362         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15363         -zignore from being used with Sun's C compiler.
15364
15365 2006-01-12  Simon Josefsson  <jas@extundo.com>
15366
15367         * lib/base64.c: Fix warning, reported by Bruno Haible
15368         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15369
15370 2006-01-12  Bruno Haible  <bruno@clisp.org>
15371
15372         * modules/ldd: New file.
15373         * build-aux/ldd.sh.in: New file.
15374         * MODULES.html.sh (Support for building libraries and executables): Add
15375         ldd.
15376
15377 2006-01-12  Bruno Haible  <bruno@clisp.org>
15378
15379         * m4/ldd.m4: New file.
15380
15381 2006-01-12  Bruno Haible  <bruno@clisp.org>
15382
15383         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15384         endless loop while replacing $auxdir with build-aux.
15385
15386 2006-01-11  Simon Josefsson  <jas@extundo.com>
15387
15388         * lib/stdint_.h (SIZE_MAX): Add missing (.
15389
15390 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15391
15392         Sync from coreutils.
15393         * lib/md5.c: Fix commentary typos.
15394         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15395         * lib/md5.h (__attribute__): Remove; unused.
15396         * lib/sha1.c: Fix commentary to match md5 better.
15397         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15398         so that we don't need to worry about alignment.  All uses changed.
15399         This merges the 2005-10-28 md5 change into sha1.
15400
15401 2006-01-11  Jim Meyering  <jim@meyering.net>
15402
15403         Sync from coreutils.
15404         * lib/md5.c (OP): Fix spacing.
15405
15406 2006-01-11  Bruno Haible  <bruno@clisp.org>
15407
15408         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15409         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15410         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15411
15412 2006-01-11  Bruno Haible  <bruno@clisp.org>
15413
15414         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15415         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15416         the "early" section as well.
15417
15418 2006-01-11  Bruno Haible  <bruno@clisp.org>
15419
15420         Avoid "ar: no archive members specified" error on MacOS X.
15421         * gnulib-tool (func_modules_add_dummy): New function.
15422         (func_import, func_create_testdir): Invoke it.
15423
15424 2006-01-11  Bruno Haible  <bruno@clisp.org>
15425
15426         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15427         with $auxdir in AC_CONFIG_FILES statements.
15428
15429 2006-01-11  Bruno Haible  <bruno@clisp.org>
15430
15431         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15432         Initialize also noinst_HEADERS to empty.
15433
15434 2006-01-11  Bruno Haible  <bruno@clisp.org>
15435
15436         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15437         variables.
15438         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15439         autoreconf.
15440
15441 2006-01-11  Bruno Haible  <bruno@clisp.org>
15442
15443         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15444         overridable by the user.
15445         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15446
15447 2006-01-10  Simon Josefsson  <jas@extundo.com>
15448
15449         * modules/sys_socket: New file.
15450
15451 2006-01-10  Simon Josefsson  <jas@extundo.com>
15452
15453         * m4/sys_socket_h.m4: New file.
15454
15455 2006-01-10  Simon Josefsson  <jas@extundo.com>
15456
15457         * lib/socket_.h: New file.
15458
15459 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15460
15461         * modules/readutmp (Maintainer): Add myself.
15462
15463 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15464
15465         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15466         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15467         People who are still concerned with buggy memcmp implementations
15468         can invoke gl_FUNC_MEMCMP themselves.
15469
15470 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15471
15472         * lib/regex_internal.h (BITSET_WORD_BITS):
15473         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15474         preprocessor mishandles large unsigned values as if they were signed.
15475         Problem reported by Claudio Fontana in
15476         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15477
15478 2006-01-10  Jim Meyering  <jim@meyering.net>
15479
15480         Avoid the double-free (first in fts_read, second in fts_close) that
15481         would occur when an `active' directory is made inaccessible (e.g.,
15482         via chmod a-x) during a traversal.
15483         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15484         before returning.  Reproduce this failure by
15485         mkdir -p a/b; cd a; chmod a-x . b
15486         Reported by Stavros Passas.
15487
15488         Sync from coreutils.
15489         * lib/sha1.c: Tweak grammar in a comment.
15490
15491 2006-01-10  Jim Meyering  <jim@meyering.net>
15492
15493         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15494         Patch by Joerg Sonnenberger.
15495
15496 2006-01-10  Bruno Haible  <bruno@clisp.org>
15497
15498         * modules/readutmp: Depend on module free.
15499         * modules/strtok_r: Depend on module restrict.
15500
15501 2006-01-10  Bruno Haible  <bruno@clisp.org>
15502
15503         * modules/gettext (configure.ac): Add an invocation of
15504         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15505
15506 2006-01-10  Bruno Haible  <bruno@clisp.org>
15507
15508         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15509         Reported by Werner Lemberg <wl@gnu.org>.
15510
15511 2006-01-10  Bruno Haible  <bruno@clisp.org>
15512
15513         * lib/localcharset.c: Update from GNU gettext.
15514
15515 2006-01-10  Bruno Haible  <bruno@clisp.org>
15516
15517         * lib/argp.h (__const): Remove macro. Use const instead.
15518         * lib/argp-fmtstream.h (__const): Likewise.
15519         * lib/glob_.h (__const): Remove macro.
15520         * lib/glob-libc.h: Use const instead of __const.
15521
15522 2006-01-10  Bruno Haible  <bruno@clisp.org>
15523
15524         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15525         variable.
15526         Needed to avoid an automake error regarding the 'gettext' module.
15527
15528 2006-01-09  Simon Josefsson  <jas@extundo.com>
15529
15530         * modules/inet_ntop (Depends-on): Add restrict.
15531
15532 2006-01-09  Simon Josefsson  <jas@extundo.com>
15533
15534         * modules/gc-rijndael-tests (License): Put under LGPL.
15535
15536         * modules/gc-des-tests (License): Likewise.
15537
15538         * modules/gc-arcfour-tests (License): Likewise.
15539
15540         * modules/gc-arctwo-tests (License): Likewise.
15541
15542         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15543
15544         * modules/gc-hmac-sha1-tests (Files): Likewise.
15545
15546         * modules/gc-hmac-md5-tests (License): Likewise.
15547
15548         * modules/gc-sha1-tests (License): Likewise.
15549
15550         * modules/gc-md5-tests (License): Likewise.
15551
15552         * modules/gc-md4-tests (License): Likewise.
15553
15554         * modules/gc-md2-tests (License): Likewise.
15555
15556         * modules/gc-tests (License): Likewise.
15557
15558         * modules/des-tests (License): Likewise.
15559
15560         * modules/md4-tests (License): Likewise.
15561
15562         * modules/md2-tests (License): Likewise.
15563
15564 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15565
15566         Sync from coreutils:
15567
15568         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15569         * modules/lib-ignore: New file.
15570         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15571         chdir-safer.m4, lchmod.m4.
15572         * modules/openat: Add mkdirat.c, openat-priv.h.
15573
15574 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         Sync from coreutils.
15577         * m4/lib-ignore.m4: New file.
15578         * m4/lchmod.m4: New file.
15579
15580 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15581
15582         Sync from coreutils.
15583         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15584         for write access: POSIX says that must fail.
15585         * lib/fts.c (diropen): Likewise.
15586         * lib/save-cwd.c (save_cwd): Likewise.
15587         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15588         well, for minor improvements on hosts that lack O_DIRECTORY.
15589         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15590         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15591         Fall back on chown if open failed with EACCES.
15592
15593         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15594         Report an error at compile-time if only a 1-second nominal clock
15595         resolution is found.
15596
15597         * lib/lchmod.h: New file.
15598         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15599         (make_dir_parents): Use lchown rather than chown, and
15600         lchmod rather than chmod.
15601
15602         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15603         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15604         "proc" reported by n0dalus.
15605
15606         * lib/mountlist.c: Include <limits.h>.
15607         (dev_from_mount_options)
15608         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15609         New function.  It no longer assumes "dev=" has the System V meaning
15610         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15611         (read_file_system_list)
15612         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15613         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15614         dev= in that case.
15615
15616         * lib/posixtm.h (PDS_PRE_2000): New macro.
15617         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15618         allow_century.  All usages changed.  Reject dates outside the range
15619         1969-1999 if PDS_PRE_2000 is used.
15620
15621 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15622
15623         Sync from coreutils.
15624         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15625         (Time of day items): Mention the possibility of leap seconds.
15626         Problem reported by Dr. David Alan Gilbert.
15627
15628 2006-01-09  Jim Meyering  <jim@meyering.net>
15629
15630         Sync from coreutils.
15631
15632         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15633
15634         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15635
15636         * lib/modechange.c (mode_compile): Reject an invalid mode string
15637         that starts with an octal digit.  From Andreas Gruenbacher.
15638
15639         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15640         and dup to open_safer and dup_safer, respectively.
15641         (openat_permissive): Fix typo in comment.
15642
15643         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15644         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15645         (_): Remove; no longer needed.
15646         (openat): Renamed from rpl_openat; no need for rpl_openat
15647         since openat.h renames openat for us.
15648         Replace most of the body with a call to openat_permissive,
15649         to avoid duplicate code.
15650         Port to (probably hypothetical) environments were mode_t is
15651         wider than int.
15652         (openat_permissive): Require mode arg, so that we can check
15653         types better.  Put it just after flags.  Change cwd failure
15654         indicator from pointer-to-bool to pointer-to-errno-value.
15655         All callers changed.
15656         Invoke openat_save_fail and/or openat_restore_fail if
15657         cwd_errno is null, so that openat can call us.
15658         (openat_permissive, fdopendir, fstatat, unlinkat):
15659         Simplify errno handling to avoid some duplicate code,
15660         as it's OK to set errno on success.
15661         * lib/openat.h: Revamp code so that function macros depend on
15662         __OPENAT_PREFIX only, not also on AT_FDCWD.
15663         (openat_ro): Remove.  Caller changed to use openat_permissive.
15664         (openat_permissive): Now a macro, if not a function.
15665         (openat_restore_fail, openat_save_fail): Now always functions,
15666         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15667
15668         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15669         and openat.c.
15670         * lib/mkdirat.c: Include openat-priv.h.
15671         Remove definitions of macros defined therein.
15672         * lib/openat.c: Likewise.
15673
15674         * lib/mkdirat.c (mkdirat): New file and function.
15675         * lib/openat.h (mkdirat): Declare.
15676
15677         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15678
15679         * lib/openat.h (openat_permissive): Declare.
15680         (openat_ro): Define.
15681
15682         * lib/openat.c (EXPECTED_ERRNO): New macro.
15683         (openat_permissive): New function -- used in remove.c rewrite.
15684         (all functions): Set errno just before returning, only if there
15685         was an actual failure.
15686         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15687
15688         Emulate openat-family functions using Linux's procfs, if possible.
15689         Idea and some code based on Ulrich Drepper's glibc changes.
15690
15691         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15692         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15693         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15694         before falling back on save_cwd and restore_cwd.
15695         (fdopendir, fstatat, unlinkat): Likewise.
15696
15697         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15698         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15699
15700         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15701         as second argument to va_arg.  Otherwise, some versions of gcc
15702         warn that `if this code is reached, the program will abort'.
15703
15704 2006-01-09  Jim Meyering  <jim@meyering.net>
15705
15706         Sync from coreutils.
15707         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15708         Require openat-priv.h.
15709
15710 2006-01-09  Bruno Haible  <bruno@clisp.org>
15711
15712         * modules/strnlen (Include): Use strnlen.h.
15713
15714 2006-01-09  Bruno Haible  <bruno@clisp.org>
15715
15716         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15717
15718 2006-01-09  Bruno Haible  <bruno@clisp.org>
15719
15720         * lib/sysexit_.h (EX_OK): New macro.
15721         Suggested by Martin Lambers <marlam@marlam.de>.
15722
15723 2006-01-09  Bruno Haible  <bruno@clisp.org>
15724
15725         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15726         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15727
15728 2006-01-09  Bruno Haible  <bruno@clisp.org>
15729
15730         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15731         numbers.
15732
15733 2006-01-09  Bruno Haible  <bruno@clisp.org>
15734
15735         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15736         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15737         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15738         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15739
15740 2006-01-09  Bruno Haible  <bruno@clisp.org>
15741
15742         * build-aux/javacomp.sh.in: New file, moved from lib/.
15743         * modules/javacomp-script (Files): Update.
15744         (configure.ac): Add AC_CONFIG_FILES invocation.
15745         (EXTRA_DIST): Remove variable.
15746
15747         * build-aux/javaexec.sh.in: New file, moved from lib/.
15748         * modules/javaexec (Files): Update.
15749         (configure.ac): Add AC_CONFIG_FILES invocation.
15750         (EXTRA_DIST): Remove javaexec.sh.in.
15751
15752         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15753         * modules/csharpcomp-script (Files): Update.
15754         (configure.ac): Add AC_CONFIG_FILES invocation.
15755         (EXTRA_DIST): Remove variable.
15756
15757         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15758         * modules/csharpexec (Files): Update.
15759         (configure.ac): Add AC_CONFIG_FILES invocation.
15760         (EXTRA_DIST): Remove csharpexec.sh.in.
15761
15762 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15763
15764         Sync from coreutils.
15765
15766         Add POSIX ACL support
15767         * lib/acl.h (copy_acl, set_acl): Add declarations.
15768         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15769         systems other than Linux.
15770         (chmod_or_fchmod): New function: use fchmod when possible,
15771         and chmod otherwise.
15772         (file_has_acl): Add a POSIX ACL implementation, with a
15773         Linux-specific subcase.
15774         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15775         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15776         acls are unsupported.
15777         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15778         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15779         are unsupported.
15780
15781 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15782
15783         Sync from coreutils.
15784         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15785
15786 2006-01-07  Bruno Haible  <bruno@clisp.org>
15787
15788         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15789         gl_EARLY.
15790
15791 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15792
15793         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15794         Problem reported for Mingw by Mark Junker.
15795
15796 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15797
15798         * README: Gnulib normally doesn't generate a tarball.
15799
15800 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15801
15802         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15803         long int, not int, for nanosecond counts, so that people who are
15804         used to POSIX struct timespec won't be surprised.  Reported by Jim
15805         Meyering.
15806
15807 2005-12-28  Bruno Haible  <bruno@clisp.org>
15808
15809         * build-aux/config.rpath: Update from GNU gettext.
15810
15811 2005-12-16  Jim Meyering  <jim@meyering.net>
15812
15813         * modules/fprintftime: New module.
15814         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15815
15816 2005-12-16  Jim Meyering  <jim@meyering.net>
15817
15818         * m4/fprintftime.m4: New file.
15819
15820 2005-12-16  Jim Meyering  <jim@meyering.net>
15821
15822         * lib/fprintftime.c, lib/fprintftime.h: New files.
15823
15824 2005-12-15  Simon Josefsson  <jas@extundo.com>
15825
15826         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15827         new m4/socklen.m4.
15828
15829 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15830
15831         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15832         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15833
15834 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15835
15836         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15837         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15838         struct uparams is valid. Fall back to the default values if it is
15839         not.
15840
15841 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15842
15843         * modules/argp (Files): Add argp-pin.c
15844         (Depends-on): dirname
15845         (lib_SOURCES): Add argp-pin.c
15846
15847 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15848
15849         * m4/argp.m4:  Check if program_invocation_name and
15850         program_invocation_short_name are declared and define appropriate
15851         macros if they are not.
15852
15853 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15854
15855         * lib/argp-help.c (__argp_base_name): New function
15856         (__argp_short_program_name): Rewrite using __argp_base_name
15857         * lib/argp-namefrob.h: Define program_invocation_name and
15858         program_invocation_short_name if requested
15859         (__argp_base_name): Add prototype
15860         * lib/argp-parse.c (argp_def): Use gettext wrappers
15861         (argp_default_parser): Use __argp_base_name
15862         * lib/argp-pin.c: New file. Defines program_invocation_name and
15863         program_invocation_short_name on systems that lack them.
15864
15865 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15866
15867         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15868         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15869         porting problem reported by Georg Schwarz in
15870         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15871
15872 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15873
15874         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15875         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15876         porting problem reported by Georg Schwarz in
15877         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15878
15879 2005-12-05  Bruno Haible  <bruno@clisp.org>
15880
15881         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15882         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15883         Reported by Mark Junker <mjscod@gmx.de>.
15884
15885 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15886
15887         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15888         Use implementation from Albert Chin, with some
15889         comments/corrections by Stepan Kasal and myself.
15890
15891 2005-12-02  Bruno Haible  <bruno@clisp.org>
15892
15893         * gnulib-tool (func_import): Accept GPLed build tool modules when
15894         --lgpl is given.
15895         * modules/csharpcomp-script: New file.
15896         * modules/csharpcomp: Depend on it.
15897         * modules/javacomp-script: New file.
15898         * modules/javacomp: Depend on it.
15899         Suggested by Simon Josefsson.
15900
15901 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15902
15903         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15904         statement, to work around an HP-UX 10.20 compiler bug reported by
15905         Peter O'Gorman.
15906
15907 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15908
15909         * modules/savedir (Depends-on): Add openat.
15910
15911 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15912
15913         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15914         (uintmax_t) [defined uintmax_t]: Do not declare.
15915         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15916         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15917         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15918         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15919         sake of portability to weird hosts that C allows (though we don't
15920         know of any practical examples).
15921
15922         * lib/savedir.h (fdsavedir): New decl.
15923         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15924         contains most of the former guts of savedir.
15925         (savedir): Use savedirstream.
15926         Include "openat.h".
15927
15928 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15929
15930         * modules/obstack (Files): Add m4/ulonglong.m4.
15931         Problem reported by Davide Angelocola.
15932
15933 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15934
15935         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15936         coreutils no longer futzes with rounding modes.
15937
15938 2005-11-14  Jim Meyering  <jim@meyering.net>
15939
15940         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15941         replacement of mkstemp.
15942
15943 2005-11-10  Simon Josefsson  <jas@extundo.com>
15944
15945         * lib/readline.c: Remove EOL.
15946
15947 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15948
15949         * modules/gethrxtime (Depends-on): Add gettime.
15950
15951 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15954         or gettimeofday; no longer needed.
15955
15956 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15959         time business.
15960         (gethrxtime) [! (HAVE_NANOUPTIME
15961         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15962         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15963         our own approximation.
15964
15965 2005-11-08  Eric Blake  <ebb9@byu.net>
15966
15967         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15968
15969 2005-11-08  Eric Blake  <ebb9@byu.net>
15970
15971         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15972
15973 2005-11-04  Bruno Haible  <bruno@clisp.org>
15974
15975         * gnulib-tool: Implement --update mode.
15976
15977 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15978
15979         Fix porting problem reported by Theodoros V. Kalamatianos.
15980         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15981         Don't assume that futimes failing means we must fail.
15982
15983 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15984
15985         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15986         variables to suggest the intended function of the PATH_MAX check.
15987
15988 2005-10-30  Kean Johnston  <jkj@sco.com>
15989
15990         Trivial changes to support SCO systems.
15991         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15992         as PATH_MAX.
15993         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15994         where __ptr is null when no I/O is pending.
15995
15996 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15999         leave errno alone.  Problem reported by Dmitry V. Levin.
16000
16001 2005-10-28  Simon Josefsson  <jas@extundo.com>
16002
16003         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16004         Test more.
16005
16006         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16007
16008         * modules/md2, modules/md2-tests: New files.
16009
16010 2005-10-28  Simon Josefsson  <jas@extundo.com>
16011
16012         * m4/inet_ntop.m4: More tests.
16013
16014         * m4/gc-md2.m4, md2.m4: New file.
16015
16016 2005-10-28  Simon Josefsson  <jas@extundo.com>
16017
16018         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16019         "restrict" keywords, as per POSIX.  Protect the function
16020         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16021         Don't use K&R prototypes.  Check the sprintf return values.
16022         Re-define EAFNOSUPPORT if not present.  Indent.
16023
16024         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16025         suggested by Bruno Haible <bruno@clisp.org>.
16026
16027         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16028
16029         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16030
16031         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16032         libgcrypt).
16033
16034         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16035
16036         * lib/md2.h, lib/md2.c: New files.
16037
16038 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16039
16040         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16041         errno alone.  Problem reported by Frederic Jolliton.
16042
16043 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16044
16045         * modules/verify (License): Change from GPL to LGPL.  This is a
16046         tiny module and there are apparently near-equivalents that are
16047         under the BSD license.
16048
16049 2005-10-24  Simon Josefsson  <jas@extundo.com>
16050
16051         * modules/sha1: Relicense to LGPL.
16052
16053 2005-10-24  Simon Josefsson  <jas@extundo.com>
16054
16055         * lib/md4.h: Shrink buffer size, now that we changed the type.
16056
16057 2005-10-23  Simon Josefsson  <jas@extundo.com>
16058
16059         * gnulib-tool (func_import): Fix --tests-base.
16060
16061 2005-10-22  Simon Josefsson  <jas@extundo.com>
16062
16063         * modules/arcfour (Depends-on): Need stdint.
16064
16065 2005-10-22  Simon Josefsson  <jas@extundo.com>
16066
16067         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16068         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16069
16070 2005-10-22  Simon Josefsson  <jas@extundo.com>
16071
16072         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16073         suggested by Bruno Haible <bruno@clisp.org>.
16074
16075 2005-10-22  Simon Josefsson  <jas@extundo.com>
16076
16077         * lib/crc.h: Include stddef.h, for size_t.
16078
16079 2005-10-22  Simon Josefsson  <jas@extundo.com>
16080
16081         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16082         arcfour_context struct (simplify test vector testing in GNU
16083         Shishi).
16084
16085 2005-10-21  Simon Josefsson  <jas@extundo.com>
16086
16087         * modules/des, modules/des-tests: New files.
16088
16089         * modules/gc-des, modules/gc-des-tests: New files.
16090
16091         * tests/test-des.c, tests/test-gc-des.c: New file.
16092
16093 2005-10-21  Simon Josefsson  <jas@extundo.com>
16094
16095         * modules/arctwo, modules/arctwo-tests: New files.
16096
16097         * tests/test-arctwo.c: New file.
16098
16099         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16100
16101         * tests/test-gc-arctwo.c: New file.
16102
16103 2005-10-21  Simon Josefsson  <jas@extundo.com>
16104
16105         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16106         Bruno Haible <bruno@clisp.org>.
16107
16108         * m4/gc-des.m4: New file.
16109
16110 2005-10-21  Simon Josefsson  <jas@extundo.com>
16111
16112         * m4/arctwo.m4: New file.
16113
16114         * m4/gc-arctwo.m4: New file.
16115
16116 2005-10-21  Simon Josefsson  <jas@extundo.com>
16117
16118         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16119         block.
16120
16121 2005-10-21  Simon Josefsson  <jas@extundo.com>
16122
16123         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16124         <bruno@clisp.org>.
16125
16126         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16127
16128         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16129         Bruno Haible <bruno@clisp.org>.
16130
16131         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16132         <bruno@clisp.org>.
16133
16134 2005-10-21  Simon Josefsson  <jas@extundo.com>
16135
16136         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16137
16138 2005-10-21  Simon Josefsson  <jas@extundo.com>
16139
16140         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16141
16142 2005-10-21  Simon Josefsson  <jas@extundo.com>
16143
16144         * lib/des.h, lib/des.c: New files.
16145
16146         * lib/gc-gnulib.c: Support DES.c
16147
16148 2005-10-21  Simon Josefsson  <jas@extundo.com>
16149
16150         * lib/arctwo.h, lib/arctwo.c: New files.
16151
16152         * lib/gc-gnulib.c: Support ARCTWO.
16153
16154 2005-10-21  Simon Josefsson  <jas@extundo.com>
16155
16156         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16157         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16158
16159 2005-10-21  Simon Josefsson  <jas@extundo.com>
16160
16161         * gnulib-tool (func_import, func_create_testdir): Define automake
16162         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16163         Makefile.am snippet),
16164         suggested by Bruno Haible <bruno@clisp.org>.
16165
16166         * modules/gc (Makefile.am): Use it.
16167
16168 2005-10-21  Bruno Haible  <bruno@clisp.org>
16169
16170         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16171         patch.
16172
16173 2005-10-19  Simon Josefsson  <jas@extundo.com>
16174
16175         * tests/test-gc-rijndael.c: New file.
16176
16177         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16178
16179 2005-10-19  Simon Josefsson  <jas@extundo.com>
16180
16181         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16182         interface too.
16183
16184 2005-10-19  Simon Josefsson  <jas@extundo.com>
16185
16186         * tests/test-gc-arcfour.c: New file.
16187
16188         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16189
16190 2005-10-19  Simon Josefsson  <jas@extundo.com>
16191
16192         * modules/gc-md4, modules/gc-md4-tests: New file.
16193
16194         * tests/test-gc-md4.c: New file.
16195
16196 2005-10-19  Simon Josefsson  <jas@extundo.com>
16197
16198         * m4/gc-md4.m4: New file.
16199
16200 2005-10-19  Simon Josefsson  <jas@extundo.com>
16201
16202         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16203         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16204         <kasal@ucw.cz>.
16205
16206 2005-10-19  Simon Josefsson  <jas@extundo.com>
16207
16208         * m4/gc-arcfour.m4: New file.
16209
16210         * m4/gc-rijndael.m4: New file.
16211
16212 2005-10-19  Simon Josefsson  <jas@extundo.com>
16213
16214         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16215
16216 2005-10-19  Simon Josefsson  <jas@extundo.com>
16217
16218         * lib/gc-gnulib.c: Support ARCFOUR.
16219
16220 2005-10-19  Simon Josefsson  <jas@extundo.com>
16221
16222         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16223         support.
16224
16225         * lib/gc.h: Add ECB enum type.
16226
16227         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16228
16229 2005-10-18  Simon Josefsson  <jas@extundo.com>
16230
16231         * tests/test-md5.c: New file.
16232
16233         * modules/md5-tests: New file.
16234
16235 2005-10-18  Simon Josefsson  <jas@extundo.com>
16236
16237         * tests/test-md4.c: New file.
16238
16239         * modules/md4, modules/md4-tests: New files.
16240
16241 2005-10-18  Simon Josefsson  <jas@extundo.com>
16242
16243         * m4/md4.m4: New file.
16244
16245 2005-10-18  Simon Josefsson  <jas@extundo.com>
16246
16247         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16248
16249 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16250
16251         * gnulib-tool (func_create_testdir): Omit the second check whether
16252         BUILT_SOURCES in nonempty.
16253
16254 2005-10-17  Simon Josefsson  <jas@extundo.com>
16255
16256         * tests/test-rijndael.c: New file.
16257
16258 2005-10-17  Simon Josefsson  <jas@extundo.com>
16259
16260         * modules/sha1: Depend on stdint instead of md5.
16261
16262         * modules/md5: Depend on stdint, remove uint32_t.
16263
16264 2005-10-17  Simon Josefsson  <jas@extundo.com>
16265
16266         * modules/gc-sha1-tests: New file.
16267
16268         * tests/test-gc-sha1.c: New file.
16269
16270 2005-10-17  Simon Josefsson  <jas@extundo.com>
16271
16272         * m4/md5.m4: Remove call to uint32_t.m4.
16273
16274 2005-10-17  Simon Josefsson  <jas@extundo.com>
16275
16276         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16277
16278         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16279         md5.h.
16280
16281         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16282
16283         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16284
16285 2005-10-17  Simon Josefsson  <jas@extundo.com>
16286
16287         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16288
16289 2005-10-17  Simon Josefsson  <jas@extundo.com>
16290
16291         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16292
16293 2005-10-17  Simon Josefsson  <jas@extundo.com>
16294
16295         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16296
16297         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16298
16299 2005-10-17  Bruno Haible  <bruno@clisp.org>
16300
16301         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16302         that it can also be used in a test.
16303
16304 2005-10-16  Bruno Haible  <bruno@clisp.org>
16305
16306         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16307         TESTS_ENVIRONMENT, so that individual tests can augment it.
16308
16309         * gnulib-tool (func_create_testdir): Use an intermediate target for
16310         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16311         macros, like $(ALLOCA_H), which cannot be passed through the command
16312         line.
16313
16314 2005-10-15  Simon Josefsson  <jas@extundo.com>
16315
16316         * modules/rijndael-tests: New file.
16317
16318         * modules/rijndael: New file.
16319
16320 2005-10-15  Simon Josefsson  <jas@extundo.com>
16321
16322         * m4/rijndael.m4: New file.
16323
16324 2005-10-15  Simon Josefsson  <jas@extundo.com>
16325
16326         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16327
16328         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16329
16330 2005-10-14  Simon Josefsson  <jas@extundo.com>
16331
16332         * tests/test-arcfour.c: New file.
16333
16334         * modules/arcfour, modules/arcfour-tests: New files.
16335
16336 2005-10-14  Simon Josefsson  <jas@extundo.com>
16337
16338         * m4/arcfour.m4: New file.
16339
16340 2005-10-14  Simon Josefsson  <jas@extundo.com>
16341
16342         * lib/arcfour.h, lib/arcfour.c: New files.
16343
16344 2005-10-14  Roland McGrath  <roland@redhat.com>
16345
16346         Import from libc.  [BZ #1331]
16347         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16348         macro argument.
16349         Reported by Matej Vela <vela@debian.org>.
16350
16351 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16352
16353         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16354         include <wchar.h>; no longer needed.
16355
16356 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16357
16358         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16359
16360 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16361         and  Ulrich Drepper  <drepper@redhat.com>
16362
16363         Import from libc.
16364         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16365         instead of inline stream orientation test and two separate
16366         function calls.  Pay no attention to USE_IN_LIBIO.
16367
16368 2005-10-13  Simon Josefsson  <jas@extundo.com>
16369
16370         * modules/gc-hmac-md5-tests: New file.
16371
16372         * tests/test-gc-hmac-sha1.c: New file.
16373
16374         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16375
16376         * modules/gc-hmac-md5-tests: New file.
16377
16378         * tests/test-gc-md5.c: New file.
16379
16380         * modules/gc-md5-tests: New file.
16381
16382 2005-10-13  Simon Josefsson  <jas@extundo.com>
16383
16384         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16385         Move memory allocation outside of loop.
16386
16387 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16388
16389         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16390         intermediate directory is in a read-only file system.  Problem
16391         reported by Eric Blake.
16392
16393 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16394
16395         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16396
16397 2005-10-12  Simon Josefsson  <jas@extundo.com>
16398
16399         * tests/test-hmac-sha1.c: New file.
16400
16401         * modules/hmac-sha1-tests: New file.
16402
16403         * modules/hmac-sha1: New file.
16404
16405 2005-10-12  Simon Josefsson  <jas@extundo.com>
16406
16407         * modules/gc-sha1: New file.
16408
16409 2005-10-12  Simon Josefsson  <jas@extundo.com>
16410
16411         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16412
16413         * tests/test-gc-pbkdf2-sha1.c: New file.
16414
16415 2005-10-12  Simon Josefsson  <jas@extundo.com>
16416
16417         * modules/gc-md5, modules/gc-hmac-md5: New files.
16418
16419         * modules/gc (Files): Remove md5, memxor and hmac files.
16420
16421 2005-10-12  Simon Josefsson  <jas@extundo.com>
16422
16423         * m4/gc-pbkdf2-sha1.m4: New file.
16424
16425         * m4/gc-hmac-sha1.m4: New file.
16426
16427         * m4/gc-sha1: New file.
16428
16429         * m4/hmac-sha1.m4: New file.
16430
16431 2005-10-12  Simon Josefsson  <jas@extundo.com>
16432
16433         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16434
16435         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16436
16437 2005-10-12  Simon Josefsson  <jas@extundo.com>
16438
16439         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16440         suggested by Bruno Haible <bruno@clisp.org>.
16441
16442 2005-10-12  Simon Josefsson  <jas@extundo.com>
16443
16444         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16445
16446 2005-10-12  Simon Josefsson  <jas@extundo.com>
16447
16448         * lib/gc-pbkdf2-sha1.c: New file.
16449
16450         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16451
16452 2005-10-12  Simon Josefsson  <jas@extundo.com>
16453
16454         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16455
16456         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16457
16458 2005-10-12  Simon Josefsson  <jas@extundo.com>
16459
16460         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16461         GC_USE_HMAC_MD5, respectively.
16462
16463         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16464         (gc_md5): Fix typo.
16465
16466         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16467
16468         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16469
16470         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16471
16472 2005-10-12  Bruno Haible  <bruno@clisp.org>
16473
16474         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16475         Reported by Stepan Kasal <kasal@ucw.cz>.
16476
16477 2005-10-11  Simon Josefsson  <jas@extundo.com>
16478
16479         * tests/test-crc.c: New file.
16480
16481         * modules/crc, modules/crc-tests: New files.
16482
16483 2005-10-11  Simon Josefsson  <jas@extundo.com>
16484
16485         * m4/crc.m4: New file.
16486
16487 2005-10-11  Simon Josefsson  <jas@extundo.com>
16488
16489         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16490
16491         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16492
16493         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16494
16495 2005-10-11  Simon Josefsson  <jas@extundo.com>
16496
16497         * lib/crc.h, lib/crc.c: New files.
16498
16499         * lib/gc.h (gc_hash_buffer): Add doc.
16500
16501 2005-10-11  Bruno Haible  <bruno@clisp.org>
16502
16503         * modules/c-strcasestr: New file.
16504         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16505
16506 2005-10-11  Bruno Haible  <bruno@clisp.org>
16507
16508         * modules/c-strcase: New file.
16509         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16510
16511 2005-10-11  Bruno Haible  <bruno@clisp.org>
16512
16513         * lib/strcasecmp.c: Include limits.h.
16514         (strcasecmp): Avoid integer overflow on exotic platforms.
16515         * lib/strncasecmp.c: Include limits.h.
16516         (strncasecmp): Avoid integer overflow on exotic platforms.
16517         Reported by Paul Eggert.
16518
16519 2005-10-11  Bruno Haible  <bruno@clisp.org>
16520
16521         * lib/c-strcasestr.h: New file, from GNU gettext.
16522         * lib/c-strcasestr.c: New file, from GNU gettext.
16523
16524 2005-10-11  Bruno Haible  <bruno@clisp.org>
16525
16526         * lib/c-strcase.h: New file, from GNU gettext.
16527         * lib/c-strcasecmp.c: New file, from GNU gettext.
16528         * lib/c-strncasecmp.c: New file, from GNU gettext.
16529
16530 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16531
16532         * modules/mempcpy (License): GPL -> LGPL.
16533         * modules/strchrnul (License): Likewise.
16534         * modules/sysexits (License): Likewise.
16535
16536 2005-10-08  Simon Josefsson  <jas@extundo.com>
16537
16538         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16539
16540 2005-10-07  Simon Josefsson  <jas@extundo.com>
16541
16542         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16543
16544 2005-10-06  Simon Josefsson  <jas@extundo.com>
16545
16546         * tests/test-hmac-md5.c: New file.
16547
16548         * modules/hmac-md5-tests: New file.
16549
16550         * modules/hmac-md5: New file.
16551
16552 2005-10-06  Simon Josefsson  <jas@extundo.com>
16553
16554         * m4/hmac-md5.m4: New file.
16555
16556         * m4/memxor.m4: Require gl_C_RESTRICT.
16557
16558 2005-10-06  Simon Josefsson  <jas@extundo.com>
16559
16560         * lib/memxor.c (memxor): Avoid casts and warnings.
16561
16562 2005-10-06  Simon Josefsson  <jas@extundo.com>
16563
16564         * lib/hmac-md5.c: New file.
16565
16566         * lib/hmac.h: New file.
16567
16568 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16569
16570         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16571         promotes to int, not unsigned int, to catch the AIX 5.3
16572         compiler bug.
16573
16574 2005-10-05  Simon Josefsson  <jas@extundo.com>
16575
16576         * modules/memxor: New file.
16577
16578         * modules/iconv (Files): Move config.rpath to havelib, it is used
16579         there.
16580
16581         * modules/havelib (Files): Add config.rpath.
16582
16583 2005-10-05  Simon Josefsson  <jas@extundo.com>
16584
16585         * m4/memxor.m4: New file.
16586
16587 2005-10-05  Simon Josefsson  <jas@extundo.com>
16588
16589         * lib/memxor.c (memxor): Fix compiler error.
16590
16591         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16592         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16593
16594         * lib/memxor.h, lib/memxor.c: New files.
16595
16596         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16597         we assume all systems have it, suggested by Jim Meyering
16598         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16599         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16600         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16601         same reasons.
16602
16603 2005-10-05  Simon Josefsson  <jas@extundo.com>
16604
16605         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16606
16607 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16608
16609         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16610         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16611         needed, since the source code now assumes these .h files.
16612
16613 2005-10-05  Derek Price  <derek@ximbiot.com>
16614
16615         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16616
16617 2005-10-05  Bruno Haible  <bruno@clisp.org>
16618
16619         * modules/stdint (License): Change to LGPL.
16620
16621 2005-10-04  Simon Josefsson  <jas@extundo.com>
16622
16623         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16624         D. Baushke" <mdb@gnu.org>.
16625
16626 2005-10-04  Bruno Haible  <bruno@clisp.org>
16627
16628         * lib/verify.h (verify_true): Provide alternative definition for C++.
16629
16630 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16631
16632         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16633         (SSIZE_MAX): New macro, if not already defined.
16634         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16635         than 2 GiB.
16636
16637 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16638
16639         Sync from coreutils.
16640         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16641         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16642         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16643         ULLONG_MAX doesn't work with 2.7.2.1.
16644
16645 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16646
16647         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16648         From Ben Pfaff.
16649
16650         * modules/exclude (Depends-on): Depend on verify.
16651         * modules/strtoimax (Depends-on): Likewise.
16652         * modules/utimecmp (Depends-on): Likewise.
16653
16654 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16655
16656         * lib/exclude.c: Include verify.h.
16657         (verify): Remove.  All callers changed to use verify.h's version.
16658         * lib/strtoimax.c: Likewise.
16659         * lib/utimecmp.c: Likewis.e
16660
16661         Sync from coreutils.
16662         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16663         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16664         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16665         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16666         bother returning ENOSYS if settimeofday or stime fails; just let
16667         them return whatever errno they want to return.
16668         * lib/utimens.c: Include unistd.h, for dup2.
16669         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16670         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16671
16672 2005-10-02  Jim Meyering  <jim@meyering.net>
16673
16674         Sync from coreutils.
16675         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16676         from glibc-2.2.5 that fails for read-only files.
16677
16678 2005-10-02  Jim Meyering  <jim@meyering.net>
16679
16680         Sync from coreutils.
16681         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16682         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16683         `#if HAVE_CONFIG_H'.
16684         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16685         Remove AT_FDCWD test.
16686         Do not consume the fd unless successful.
16687         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16688         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16689         block, so that we don't even try to compile it if settimeofday is
16690         available.  This works around a compilation failure on OSF1 V5.1,
16691         due to stime requiring a `long int*' while tv_sec is `int'.
16692
16693 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16694
16695         Sync from coreutils.
16696         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16697         against `yes', rather than just testing for nonempty.
16698
16699 2005-10-01  Simon Josefsson  <jas@extundo.com>
16700
16701         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16702         and Darwin.
16703
16704         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16705         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16706         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16707         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16708         Check if struct addrinfo is declared.
16709
16710 2005-10-01  Simon Josefsson  <jas@extundo.com>
16711
16712         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16713         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16714         AI_* and EAI_* definitions.  Protect function declarations.
16715
16716 2005-10-01  Jim Meyering  <jim@meyering.net>
16717
16718         Sync from coreutils.
16719
16720         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16721         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16722         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16723         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16724         in the inet and nsl libraries.  Required on Solaris 5.7.
16725
16726 2005-10-01  Jim Meyering  <jim@meyering.net>
16727
16728         Sync from coreutils.
16729         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16730         in the inet and nsl libraries.  Required on Solaris 5.7.
16731
16732 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16733
16734         * lib/getdelim.c (getdelim): Remove unused variables.
16735
16736 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16739         so that the code works even with ancient cpp.  Portability problem
16740         with GCC 2.7.2.1 reported by Thomas M.Ott.
16741
16742 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16743
16744         * modules/regex (Depends-on): Add strcase.
16745
16746         * modules/gethostname (Licence): Change from GPL to LGPL, since
16747         gethostname.c is a trivial implementation of a standard library
16748         function.
16749         * modules/poll (License): Change from GPL to LGPL, since it's
16750         derived from LGPL code.
16751
16752 2005-09-27  Jim Meyering  <jim@meyering.net>
16753
16754         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16755         HAVE_CONFIG_H.
16756
16757         * lib/intprops.h (signed_type_or_expr__): Define.
16758         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16759         for unsigned types.
16760
16761 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16762
16763         * lib/verify.h (verify_expr): Remove, replacing with:
16764         (verify_true): New macro that returns true instead of void.
16765         (verify_type__): Remove.
16766         (verify): Use verify_true rather than verify_type__.
16767
16768 2005-09-26  Bruno Haible  <bruno@clisp.org>
16769
16770         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16771         is necessary.
16772         (lib_SOURCES): Remove mbchar.c.
16773         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16774         (Files): Add m4/mbrtowc.m4.
16775         * modules/mbiter: Likewise.
16776         * modules/mbuiter: Likewise.
16777
16778 2005-09-26  Bruno Haible  <bruno@clisp.org>
16779
16780         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16781         compile mbchar.c if they are not both present.
16782         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16783         * m4/mbiter.m4 (gl_MBITER): Likewise.
16784         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16785         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16786         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16787
16788 2005-09-25  Jim Meyering  <jim@meyering.net>
16789
16790         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16791         also uses socklen_t.
16792
16793 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16794
16795         * lib/utimens.c (ENOSYS): Define if not already defined.
16796         (futimens): Support having a null PATH if the file descriptor
16797         is nonnegative.
16798
16799         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16800         Remove.
16801         (__attribute): Define to empty unless GCC 3.1 or later.
16802         This works around a core dump on OpenBSD 3.4, which has GCC
16803         2.95.3, which dumps core when given __attribute__(()).  It also
16804         simplifies other tests, since we really don't want to bother with
16805         worrying about which ancient version of GCC supported what.
16806         Original problem reported by Yoann Vandoorselaere, with part of
16807         the fix suggested by Derek Price.
16808
16809 2005-09-24  Jim Meyering  <jim@meyering.net>
16810
16811         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16812         so we can once again use a positive bitfield width of 1 -- now we
16813         don't have to explain why we were using a bitfield width of 2.
16814
16815 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16816
16817         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16818         and similarly for the other external symbols.  Problem reported
16819         by James Gallager.
16820
16821         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16822         bug reported by Jim Meyering.
16823
16824         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16825         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16826         not needed, since socklen is a prerequisite module.
16827
16828 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16829
16830         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16831         Problem reported by Eric Blake.
16832         (getaddrinfo): Initialize se so that it's not garbage.
16833         Redo internal storage allocation so that it doesn't make unportable
16834         assumptions about alignment.
16835         Fix a memory leak.
16836
16837         * lib/utimens.c (futimens): Use futimesat if available.
16838         Prefer it to futimes since it doesn't have the futimes bug.
16839
16840         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16841         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16842         Instead, declare a function that returns a pointer to an array,
16843         and use verify_type__ to declare the size of the array.
16844         Problem and germ of a solution reported by Bruno Haible.
16845         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16846         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16847
16848 2005-09-23  Jim Meyering  <jim@meyering.net>
16849
16850         Sync from coreutils.
16851         Correct build failure (socklen_t not defined) on at least
16852         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16853         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16854
16855 2005-09-23  Jim Meyering  <jim@meyering.net>
16856
16857         * modules/getaddrinfo (Depends-on): Add socklen.
16858
16859 2005-09-23  Bruno Haible  <bruno@clisp.org>
16860
16861         * tests/test-verify.c: New file.
16862
16863 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16864
16865         Sync from coreutils.
16866
16867         * modules/argmatch (Depends-on): Add verify.
16868         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16869         unistd-safer.
16870         * modules/save-cwd (Depends-on): Likewise.
16871
16872         * modules/openat (Files): Add lib/openat-die.c.
16873         (Depends-on): Remove error, exitfail.
16874         Add dirname.
16875
16876         * modules/verify: New file.
16877         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16878         with "verify" module.
16879
16880 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16881
16882         Sync from coreutils.
16883
16884         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16885         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16886         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16887         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16888         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16889         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16890         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16891         Don't bother checking for string.h, stdlib.h, unistd.h.
16892         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16893         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16894         module's job.
16895         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16896         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16897
16898         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16899         (gl_GETDATE): Use it.
16900
16901         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16902
16903 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16904
16905         Sync from coreutils.
16906
16907         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16908         stat-time.h.
16909         * lib/argmatch.h: Include verify.h
16910         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16911         (ARGMATCH_ASSERT): Remove; unused.
16912         * lib/canonicalize.c: Assume STDC_HEADERS.
16913         * lib/exclude.c: Include "strcase.h".
16914         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16915         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16916         and stdio-safer.h.
16917         (getusershell): Call fopen, not fopen_safer.
16918         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16919         Do not include unistd-safer.h.
16920         (save_cwd): Don't call fd_safer; no longer needed
16921         now that we include fcntl--.h.
16922
16923         * lib/getdate.y (relative_time): New type.
16924         (RELATIVE_TIME_0): New constant.
16925         (parser_control): Use relative_time instead of doing it ourselves.
16926         (%union): Add new relative_time rel member.
16927         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16928         Now typeless.
16929         (relunit, relunit_snumber): Now of type rel.
16930         (zone, rel, relunit, get_date): Adjust to above changes.
16931
16932         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16933         Do not include unistd-safer.h.
16934         (getloadavg): Don't call fd_safer; no longer needed
16935         now that we include fcntl--.h.
16936
16937         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16938         (make_dir_parents): Treat ENOSYS like EEXIST.
16939
16940         Improve quality of diagnostics on restore_cwd failure.
16941         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16942         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16943         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16944         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16945         each time through the loop.  Do not diagnose restore_cwd failure;
16946         that is the caller's job (and perhaps the caller does not care).
16947
16948         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16949         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16950         If the file already exists but is not a directory, don't bother
16951         to try to make its parents.
16952         Close potential file descriptor leak if we can't chdir("/") (!).
16953         Don't always return true if chdir($PWD) fails; return true only
16954         if the requested action was done successfully (except for the
16955         chdir($PWD)).
16956         Don't log final directory unless we actually made it.
16957         Refactor to avoid duplicate code to fix up permissions.
16958         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16959
16960         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16961         to make it a bit faster and (I hope) clearer.
16962         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16963         Fix bug in formats like %2N.
16964
16965         * lib/verify.h: New file.
16966
16967 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16968
16969         Sync from coreutils.
16970         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16971
16972 2005-09-22  Jim Meyering  <jim@meyering.net>
16973
16974         Sync from coreutils.
16975
16976         * m4/lstat.m4 (gl_FUNC_LSTAT):
16977         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16978         Remove obsolete comment.
16979         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16980         * m4/xstrtod.m4: Likewise.
16981
16982         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16983
16984 2005-09-22  Jim Meyering  <jim@meyering.net>
16985
16986         Sync from coreutils.
16987
16988         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16989
16990         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16991         the .tm_year member, since otherwise gcc-4.0 would now warn about
16992         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16993
16994         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16995         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16996
16997         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16998         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16999         when run in a time zone for which daylight savings time is in effect
17000         for the starting date.
17001
17002         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17003         stop us from restricting permissions of just-created absolute-named
17004         directories.
17005         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17006         to restore initial working directory.
17007         * lib/mkdir-p.c (make_dir_parents): New parameter:
17008         different_working_dir, to tell caller if/when we change the working
17009         directory and are unable to return to the initial one.
17010         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17011         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17012         `return false'.  This fixes a bug introduced on 2004-07-30.
17013
17014         * lib/openat.c (fdopendir): Be sure to close the supplied
17015         file descriptor before returning.  This makes our replacement
17016         implementation a little closer to Solaris's, where fdopendir
17017         ties the file descriptor to the returned DIR* pointer.
17018         * lib/openat.c (unlinkat): New function.
17019         * lib/openat.h (unlinkat): Add prototype.
17020         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17021         (openat_restore_fail): Rename from openat_restore_die.
17022         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17023
17024         Provide an alternative to exiting immediately upon save_cwd or
17025         restore_cwd failure.  Now, an application can arrange e.g.,
17026         to perform a longjump in that case.
17027         * lib/openat.c: Include dirname.h.
17028         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17029         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17030         and openat_restore_die rather than calling error directly.
17031         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17032
17033         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17034         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17035         define.
17036
17037         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17038         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17039                             int utc, int nanoseconds);
17040         Background:
17041         date should not have to allocate a megabyte of virtual memory to
17042         handle a format argument like +%1048575T.  When implemented with
17043         strftime, it must allocate such a buffer, use strftime to fill it
17044         in, print it, then free it.
17045         With fprintftime, it simply prints everything and exits.
17046         With no need for memory allocation, that's one fewer way to fail.
17047         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17048         optional field width, not before, so we accept %9:z, not %:9z.
17049         (my_strftime): Be sure to use L_('x') for literals.
17050
17051         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17052         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17053         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17054         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17055         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17056         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17057         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17058         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17059         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17060         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17061         * lib/xgethostname.c, lib/xreadlink.c:
17062         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17063
17064         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17065         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17066         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17067         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17068         and don't include <sys/file.h>).
17069
17070 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17071
17072         Sync from coreutils.
17073
17074         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17075         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17076         [!LDAV_DONE]: Avoid unused variable warning.
17077
17078 2005-09-21  Bruno Haible  <bruno@clisp.org>
17079
17080         * lib/unicodeio.h (unicode_to_mb): New declaration.
17081
17082 2005-09-20  Derek Price  <derek@ximbiot.com>
17083
17084         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17085         getaddrinfo.h.
17086
17087 2005-09-20  Bruno Haible  <bruno@clisp.org>
17088
17089         * gnulib-tool: Remove trailing slashes from the values specified for
17090         --source-base, --m4-base, --tests-base, --aux-dir.
17091         Suggested by Simon Josefsson <jas@extundo.com>.
17092
17093 2005-09-20  Bruno Haible  <bruno@clisp.org>
17094
17095         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17096         func_modules_to_filelist, func_import, func_create_testdir): Make all
17097         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17098         change when gnulib-tool is invoked in a different locale.
17099
17100 2005-09-19  Simon Josefsson  <jas@extundo.com>
17101
17102         * m4/socklen.m4: Fix typo.
17103
17104 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17105
17106         Use a consistent style for including <config.h>.
17107         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17108         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17109         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17110         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17111         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17112         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17113         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17114         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17115         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17116         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17117         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17118         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17119         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17120         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17121         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17122         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17123         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17124         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17125         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17126         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17127         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17128         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17129         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17130         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17131         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17132         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17133         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17134         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17135         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17136         lib/xstrtoumax.c, lib/yesno.c:
17137         Standardize inclusion of config.h.
17138         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17139         lib/inttostr.h:  Removed inclusion of config.h from header files.
17140         * lib/inttostr.c:  Adjusted in-tree users.
17141         * lib/timespec.h: Remove superfluous warning to include config.h.
17142         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17143         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17144         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17145         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17146         config.h with HAVE_CONFIG_H.
17147
17148 2005-09-19  Jim Meyering  <jim@meyering.net>
17149
17150         * modules/pathmax (License): Change to LGPL.
17151
17152 2005-09-19  Derek Price  <derek@ximbiot.com>
17153
17154         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17155
17156 2005-09-19  Bruno Haible  <bruno@clisp.org>
17157
17158         * gnulib-tool (import): Provide default for --tests-base.
17159
17160 2005-09-19  Bruno Haible  <bruno@clisp.org>
17161
17162         * doc/quote.texi: New file, extracted from gnulib.texi.
17163         * doc/ctime.texi: New file, extracted from gnulib.texi.
17164         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17165         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17166         * doc/gnulib.texi: Include them.
17167
17168 2005-09-18  Bruno Haible  <bruno@clisp.org>
17169
17170         Portability fix.
17171         * gnulib-tool (func_readlink): New function.
17172         (func_ln_if_changed): Use it.
17173
17174 2005-09-18  Bruno Haible  <bruno@clisp.org>
17175
17176         * gnulib-tool: Support --with-tests also with --import.
17177         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17178         (func_import): Use variables $testsbase and $inctests. Emit a
17179         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17180         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17181         SUBDIRS += $testsdir.
17182         (func_create_testdir): Update.
17183
17184 2005-09-18  Bruno Haible  <bruno@clisp.org>
17185
17186         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17187         instead of $dry_run.
17188         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17189         (func_ln_if_changed): Don't handle dry-run here.
17190         (func_import): In dry-run mode, detect more precisely which actions
17191         would be performed, and don't use "...ing" verbs.
17192
17193 2005-09-18  Bruno Haible  <bruno@clisp.org>
17194
17195         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17196         (func_import): Use join on two temporary files instead of three nested
17197         loops, in order to determine which files are new or old.
17198
17199 2005-09-18  Bruno Haible  <bruno@clisp.org>
17200
17201         * gnulib-tool (func_import): Comment out code that spits out the
17202         new files with --dry-run.
17203
17204 2005-09-18  Bruno Haible  <bruno@clisp.org>
17205
17206         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17207
17208 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17209
17210         * lib/stat-time.h: New file.
17211         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17212         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17213         in a different way.
17214         (timespec_cmp): New function.
17215         * lib/utimecmp.c: Include stat-time.h.
17216         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17217         members exist, not on the obsolescent ST_MTIM_NSEC.
17218         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17219
17220 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17221
17222         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17223
17224 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17225
17226         * MODULES.html.sh (File system functions): Add stat-time.
17227         * modules/stat-time: New file.
17228         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17229         is now done in a different way, by the stat-time module.
17230         * modules/utimecmp (Depends-on): Add stat-time.
17231
17232 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17233
17234         * m4/st_mtim.m4: Remove.  Superseded by...
17235         * m4/stat-time.m4: New file.
17236         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17237         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17238
17239 2005-09-15  Derek Price  <derek@ximbiot.com>
17240
17241         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17242
17243 2005-09-15  Derek Price  <derek@ximbiot.com>
17244
17245         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17246         * lib/regex_internal.c: Ditto, using this...
17247         (__GNUC_PREREQ): ...new macro.
17248         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17249         using...
17250         (__GNUC_PREREQ): ...this new macro.
17251
17252         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17253
17254 2005-09-15  Derek Price  <derek@ximbiot.com>
17255             Paul Eggert  <eggert@cs.ucla.edu>
17256
17257         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17258         changes, consolidating in...
17259         * lib/regex_internal.h: ...this file.
17260
17261 2005-09-13  Jim Meyering  <jim@meyering.net>
17262
17263         * lib/canon-host.c: Filter through gnu indent and reword comments
17264         slightly.
17265         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17266
17267 2005-09-13  Derek Price  <derek@ximbiot.com>
17268
17269         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17270         failure.
17271         Reported by Jim Meyering  <jim@meyering.net>.
17272
17273 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17274
17275         * lib/base64.c: Typo.
17276         (base64_encode): Put b64str in initialized data section.
17277
17278 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17279
17280         Merge glibc and coreutils changes into gnulib, plus a few
17281         extra fixes.
17282         * lib/md5.c: Use #error rather than a string.
17283         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17284         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17285         (__attribute__): Define to empty for non recent-GCC.
17286         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17287         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17288         Renamed from their non-__ counterparts, with new macros replacing
17289         them if not _LIBC.  Add __THROW attribute.
17290         (rol): Remove.
17291         (struct md5_ctx): Align buffer if using GCC.
17292         * lib/sha1.h (struct sha1_ctx): Likewise.
17293         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17294         The old name was backwards.
17295         (NOTSWAP): Remove; not used.
17296         (rol): New macro, moved here from md5.h.
17297         (sha1_process_block): Remove a FIXME that doesn't make sense.
17298
17299 2005-09-12  Derek Price  <derek@ximbiot.com>
17300
17301         Return usable errors from canon-host.
17302         * lib/canon-host.h: New file.
17303         * lib/canon-host.c (canon_host): Wrap...
17304         (canon_host_r): ...this new function, which now relies exclusively on
17305         getaddrinfo.
17306         (ch_strerror): New function.
17307         (last_cherror): New global.
17308         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17309         interface.
17310         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17311         void *.
17312         (freeaddrinfo): Free ai->ai_canonname when set.
17313
17314 2005-09-12  Derek Price  <derek@ximbiot.com>
17315
17316         Make canon-host require getaddrinfo.
17317         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17318         AC_LIBSOURCE canon-host.h.  Call...
17319         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17320         gl_GETADDRINFO.
17321         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17322
17323 2005-09-12  Derek Price  <derek@ximbiot.com>
17324
17325         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17326         LGPL.
17327         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17328
17329 2005-09-12  Derek Price  <derek@ximbiot.com>
17330
17331         * lib/gai_strerror.c: Include config.h when available.  Include
17332         getaddrinfo.h before other headers to test interface.
17333         Reported by Larry Jones <lawrence.jones@ugs.com>.
17334
17335 2005-09-12  Derek Price  <derek@ximbiot.com>
17336             Paul Eggert  <eggert@cs.ucla.edu>
17337
17338         * modules/glob (Files): Add glob-libc.h.
17339
17340 2005-09-12  Derek Price  <derek@ximbiot.com>
17341             Paul Eggert  <eggert@cs.ucla.edu>
17342
17343         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17344         glob_.h, glob-libc.h.
17345         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17346
17347 2005-09-12  Derek Price  <derek@ximbiot.com>
17348             Paul Eggert  <eggert@cs.ucla.edu>
17349
17350         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17351         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17352         protecting things that should be done only in gnulib contexts.
17353         * lib/glob_.h: New file, containing only the glob things needed for
17354         gnulib.
17355         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17356         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17357         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17358         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17359         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17360         and to respect the namespace rules better.
17361
17362 2005-09-08  Simon Josefsson  <jas@extundo.com>
17363
17364         * modules/socklen: New file.
17365
17366 2005-09-08  Simon Josefsson  <jas@extundo.com>
17367
17368         * m4/socklen.m4: New file.
17369
17370 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17371
17372         * modules/utimens (Files): Add m4/utimbuf.m4, since
17373         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17374         Reported by Sergey Poznyakoff.
17375
17376 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17377
17378         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17379         definitions, since that's the preferred style in glibc.
17380         Fix a minor spacing issue, and update copyright notice to match
17381         glibc's.
17382
17383 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17384
17385         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17386
17387 2005-09-06  Simon Josefsson  <jas@extundo.com>
17388
17389         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17390         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17391
17392 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17393
17394         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17395         warning.
17396
17397 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17398
17399         * config/srclist.txt: Add glibc bug 1302.
17400
17401 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17402
17403         Change bitset word type from unsigned int to unsigned long int,
17404         as this has better performance on typical 64-bit hosts.
17405         Port bitset code to hosts with unusual word sizes.
17406         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17407         (build_collating_symbol):
17408         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17409         argument is a bitset.  This is merely a style issue, but it makes
17410         it clearer that an entire array is expected.
17411         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17412         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17413         Port to the case where bitset_word is not the same as unsigned int.
17414         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17415         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17416         Likewise.
17417         * lib/regexec.c (check_dst_limits_calc_pos_1,
17418         check_subexp_matching_top):
17419         (build_trtable, group_nodes_into_DFAstates):
17420         Likewise.
17421         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17422         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17423         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17424         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17425         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17426         * lib/regcomp.c (optimize_subexps, lower_subexp):
17427         Work even if bitset_word has holes in its bitwise representation.
17428         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17429         * lib/regexec.c (check_dst_limits_calc_pos_1,
17430         check_subexp_matching_top):
17431         Likewise.
17432         * lib/regex_internal.c (re_string_reconstruct):
17433         Don't assume UCHAR_MAX == 255.
17434         * lib/regex_internal.h (bitset_set_all): Likewise.
17435         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17436         All uses changed.
17437         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17438         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17439         All uses changed.
17440         (BITSET_WORD_MAX): New macro.
17441         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17442         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17443         (bitset_empty, bitset_copy):
17444         Prefer sizeof (bitset) to multiplying it out ourselves.
17445         (bitset_not_merge): Remove; unused.
17446         (bitset_contain): Return bool, not unsigned int with one bit on.
17447         All callers changed.
17448         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17449         alignment than re_node_set; do this by defining a new internal
17450         type struct dests_alloc and using it to allocate memory.
17451
17452 2005-09-05  Bruno Haible  <bruno@clisp.org>
17453
17454         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17455         links.
17456
17457 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17458
17459         * modules/size_max (Makefile.am): Add size_max.h
17460
17461 2005-09-04  Derek Price  <derek@ximbiot.com>
17462
17463         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17464
17465 2005-09-03  Simon Josefsson  <jas@extundo.com>
17466
17467         * gnulib-tool: Fix typo.
17468
17469 2005-09-03  Simon Josefsson  <jas@extundo.com>
17470
17471         * config/srclist.txt: Add glibc bug 1293.
17472
17473 2005-09-03  Derek Price  <derek@ximbiot.com>
17474
17475         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17476         From Larry Jones <lawrence.jones@ugs.com>.
17477
17478 2005-09-02  Simon Josefsson  <jas@extundo.com>
17479
17480         * modules/socklen: New file.
17481
17482 2005-09-02  Simon Josefsson  <jas@extundo.com>
17483
17484         * modules/havelib: New module.
17485
17486         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17487         Use havelib.
17488
17489 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17490
17491         Check for arithmetic overflow when calculating sizes, to prevent
17492         some buffer-overflow issues.  These patches are conservative, in the
17493         sense that when I couldn't determine whether an overflow was possible,
17494         I inserted a run-time check.
17495         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17496         macros.
17497         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17498         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17499         (re_xnrealloc, re_x2nrealloc): New inline functions.
17500         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17501         parse_bracket_exp):
17502         (build_equiv_class, build_charclass): Check for arithmetic overflow
17503         in size expression calculations.
17504         * lib/regex_internal.c (re_string_realloc_buffers):
17505         (build_wcs_upper_buffer, re_node_set_add_intersect):
17506         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17507         (re_dfa_add_node, register_state): Likewise.
17508         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17509         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17510         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17511         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17512
17513 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17514
17515         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17516         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17517
17518 2005-09-02  Bruno Haible  <bruno@clisp.org>
17519
17520         Support for lib vs. lib64 distinction on biarch platforms.
17521         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17522         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17523         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17524
17525 2005-09-02  Bruno Haible  <bruno@clisp.org>
17526
17527         * gnulib-tool (import): In the other first-use case, provide defaults
17528         as well.
17529
17530 2005-09-02  Bruno Haible  <bruno@clisp.org>
17531
17532         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17533         patches not yet found in the latest gettext release.
17534
17535 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17536
17537         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17538         to avoid a collision with bits/local_lim.h in glibc.
17539         All uses changed.  Problem reported by Dmitry V. Levin in
17540         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17541
17542         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17543         bugs in int versus size_t comparisons.
17544         (re_string_context_at): Fix bug where the code assumed that
17545         Idx is signed.
17546
17547         Use bool where appropriate.
17548         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17549         All callers changed.
17550         (calc_eclosure_iter): Likewise, for ROOT arg.
17551         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17552         (build_charclass_op): Likewise, for NON_MATCH arg.
17553         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17554         (re_string_construct_common): Likewise, for ICASE arg.
17555         * lib/regexec.c (re_search_2_stub, re_search_stub):
17556         Likewise, for RET_LEN arg.
17557         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17558         (set_regs): Likewise, for FL_BACKTRACK arg.
17559         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17560         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17561         (calc_eclosure_iter, parse_bracket_exp):
17562         Use bool for internal variables that are booleans.
17563         * lib/regexec.c (re_search_internal, check_matching,
17564         proceed_next_node):
17565         (set_regs, build_sifted_states, sift_states_bkref):
17566         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17567         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17568         (find_collation_sequence_value):
17569         Likewise.
17570         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17571         (re_node_set_compare):
17572         Return bool, not int. All callers changed.
17573         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17574         (build_trtable, check_node_accept): Likewise.
17575         * lib/regex_internal.h: Include stdbool.h.
17576
17577         Fix bugs uncovered when converting to bool.
17578         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17579         failure instead of charging ahead blindly.
17580         * lib/regex_internal.c (register_state): Likewise.
17581         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17582         for freeing internal storage.
17583         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17584         bitset pieces used as boolean, to avoid undefined behavior
17585         on hosts that do int overflow checking.
17586
17587 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17588
17589         * config/srclist.txt: Add glibc bugs 1285-1287.
17590
17591 2005-09-01  Jim Meyering  <jim@meyering.net>
17592
17593         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17594         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17595         Require gl_STAT_MACROS, too.
17596
17597 2005-09-01  Bruno Haible  <bruno@clisp.org>
17598
17599         * gnulib-tool (import): In the first-use case, provide defaults.
17600
17601 2005-09-01  Bruno Haible  <bruno@clisp.org>
17602
17603         * gnulib-tool (func_import): Remove the .tmp files.
17604
17605 2005-09-01  Bruno Haible  <bruno@clisp.org>
17606
17607         * gnulib-tool (func_import): Fix handling of symbolic links.
17608
17609 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17610
17611         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17612         old glibc regex code mishandles strings longer than 2**31 bytes.
17613         This patch fixes this when the regex code is used in gnulib
17614         (i.e., outside glibc).
17615
17616         This patch should not affect the use of the regex code inside
17617         glibc.  No doubt this problem also needs to be handled for glibc
17618         as well, but the result will be an incompatible change to the
17619         glibc ABI, and the old ABI will have to be supported too.  That
17620         can be the the subject for another patch.
17621
17622         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17623         governing whether the rest of this patch is active.  By default,
17624         the macro is disabled and the patch has no effect.
17625         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17626         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17627         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17628         (re_match_2, re_set_registers): Use the new types.
17629         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17630         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17631         New macros.
17632         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17633         (re_string_context_at, bin_tree_t, re_dfastate_t):
17634         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17635         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17636         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17637         (re_string_char_size_at, re_string_wchar_at):
17638         (re_string_elem_size_at):
17639         Use the new types and macros to port to 64-bit hosts.
17640         Use unsigned types for internal values, so that the code
17641         mostly works even for arrays larger than SSIZE_MAX.
17642         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17643         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17644         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17645         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17646         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17647         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17648         (calc_inveclosure, parse_dup_op, build_range_exp):
17649         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17650         (fetch_number, create_token_tree, mark_opt_subexp):
17651         Likewise.
17652         * lib/regex_internal.c (re_string_construct_common,
17653         create_ci_newstate):
17654         (create_cd_newstate, re_string_allocate, re_string_construct):
17655         (re_string_realloc_buffers, build_wcs_upper_buffer):
17656         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17657         (re_string_reconstruct, re_string_peek_byte_case):
17658         (re_string_fetch_byte_case, re_string_context_at):
17659         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17660         (re_node_set_init_copy, re_node_set_add_intersect):
17661         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17662         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17663         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17664         (re_acquire_state, re_acquire_state_context, register_state):
17665         Likewise.
17666         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17667         search_cur_bkref_entry):
17668         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17669         (re_search_internal, re_search_2_stub, re_search_stub)
17670         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17671         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17672         (update_cur_sifted_state, check_dst_limits):
17673         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17674         (check_subexp_limits, sift_states_bkref, merge_state_array):
17675         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17676         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17677         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17678         (expand_bkref_cache, check_node_accept_bytes):
17679         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17680         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17681         (acquire_init_state_context, check_halt_node_context):
17682         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17683         (sift_states_backward, clean_state_log_if_needed):
17684         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17685         (find_recover_state, transit_state_sb, transit_state_mb):
17686         (transit_state_bkref, build_trtable, match_ctx_clean):
17687         Likewise.
17688         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17689         to work around an assumption that REG_MISSING is negative.
17690
17691         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17692         (seek_collating_symbol_entry) [defined _LIBC]:
17693         (lookup_collation_sequence_value) [defined _LIBC]:
17694         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17695         Use prototypes rather than old-style function definitions.
17696         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17697         (transit_state_sb) [0]:
17698         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17699
17700         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17701         rm_eo.
17702
17703         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17704         (optimize_subexps, lower_subexp):
17705         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17706         since the signed shift might overflow.  Use 1u<<31 instead.
17707         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17708         Likewise.
17709         * lib/regexec.c (check_dst_limits_calc_pos_1,
17710         check_subexp_matching_top): Likewise.
17711
17712         * lib/regcomp.c (optimize_subexps, lower_subexp):
17713         Use CHAR_BIT rather than 8, for clarity.
17714         * lib/regexec.c (check_dst_limits_calc_pos_1):
17715         (check_subexp_matching_top): Likewise.
17716         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17717         have to worry about portability issues when shifting it left.
17718         Remove no-longer-needed test for table_size > 0.
17719         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17720         in a word, as the resulting behavior is undefined.
17721         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17722         in one case, a <= should have been an <, and in another case the
17723         whole test was missing.
17724         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17725         the standard name CHAR_BIT.
17726         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17727         this is not true on one's complement and signed-magnitude hosts.
17728
17729         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17730         next_last_offset.
17731         (struct re_dfa_t): Remove unused member states_alloc.
17732         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17733
17734 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17735
17736         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17737         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17738         and large-file glibc and in 32-bit large-file Solaris.
17739
17740 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17741
17742         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17743         lengths fit in regoff_t; this isn't true if regoff_t is the same
17744         width as size_t.
17745         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17746         (= START + RANGE) instead of RANGE.  This avoids overflow
17747         problems when regoff_t is the same width as size_t.
17748         All callers changed.
17749         (re_search_2_stub): Check for overflow when adding the
17750         sizes of the two strings.
17751         (re_search_stub): Check for overflow when adding START
17752         to RANGE; if it occurs, substitute the extreme value.
17753
17754 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17757
17758 2005-08-31  Jim Meyering  <jim@meyering.net>
17759
17760         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17761         a pointer-to-const.
17762         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17763         (register_state): Likewise.
17764         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17765         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17766         (group_nodes_into_DFAstates): Likewise.
17767
17768 2005-08-31  Jim Meyering  <jim@meyering.net>
17769
17770         * check-module: Add a FIXME comment.
17771
17772 2005-08-31  Eric Blake  <ebb9@byu.net>
17773
17774         * modules/unistd-safer (Files): Add unistd--.h.
17775         * modules/stdio-safer (Files): Add stdio--.h.
17776
17777 2005-08-31  Derek Price  <derek@ximbiot.com>
17778
17779         * lib/getdelim.c (getdelim): Return EOF on EOF.
17780         Reported by Larry Jones <lawrence.jones@ugs.com>.
17781
17782 2005-08-31  Bruno Haible  <bruno@clisp.org>
17783
17784         Avoid unnecessary diffs in the generated lib/Makefile.am.
17785         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17786         the generated files.
17787         (func_import): Don't set cmd.
17788
17789 2005-08-31  Bruno Haible  <bruno@clisp.org>
17790
17791         * lib/strstr.c: Include <stddef.h>, for NULL.
17792         * lib/strcasestr.c: Likewise.
17793         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17794
17795 2005-08-31  Bruno Haible  <bruno@clisp.org>
17796
17797         * gnulib-tool: New option --macro-prefix.
17798         (func_import): Use macro_prefix.
17799         (import): Handle option --macro-prefix.
17800
17801 2005-08-31  Bruno Haible  <bruno@clisp.org>
17802
17803         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17804         Also use new variables cached_lgpl, cached_libtool.
17805
17806 2005-08-31  Bruno Haible  <bruno@clisp.org>
17807
17808         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17809         always instantiating them.
17810
17811 2005-08-31  Bruno Haible  <bruno@clisp.org>
17812
17813         * gnulib-tool (func_import): Read the previous cached settings
17814         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17815         earlier added by gnulib but are now dropped. Warn when a gnulib file
17816         overwrites a non-gnulib file.
17817
17818 2005-08-31  Bruno Haible  <bruno@clisp.org>
17819
17820         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17821         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17822         projects that don't keep autogenerated files in CVS. Put into
17823         actioncmd only the specified modules, not the transitive closure.
17824
17825 2005-08-31  Bruno Haible  <bruno@clisp.org>
17826
17827         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17828         Create directories that shall be filled.
17829         (import): Don't look for gl_* macros in configure.ac. Recurse across
17830         all directories containing a gnulib-cache.m4 files, if meaningful.
17831
17832 2005-08-31  Bruno Haible  <bruno@clisp.org>
17833
17834         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17835         (import): Set seen_libtool when we see gl_LIBTOOL.
17836
17837 2005-08-31  Bruno Haible  <bruno@clisp.org>
17838
17839         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17840         declaration macro definitions from generated gnulib.m4.
17841
17842 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17843
17844         * lib/iconvme.h: Add prototype for iconv_alloc.
17845
17846 2005-08-29  Simon Josefsson  <jas@extundo.com>
17847
17848         * lib/iconvme.c: Fix errno.
17849
17850 2005-08-29  Bruno Haible  <bruno@clisp.org>
17851
17852         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17853         that it works when the directory contains spaces.
17854
17855 2005-08-29  Bruno Haible  <bruno@clisp.org>
17856
17857         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17858
17859 2005-08-29  Bruno Haible  <bruno@clisp.org>
17860
17861         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17862         Emit more advice.
17863
17864 2005-08-29  Bruno Haible  <bruno@clisp.org>
17865         and Stepan Kasal  <kasal@ucw.cz>
17866
17867         * check-module: If more parameters are given, check each of them
17868         separately; add more exceptions, as noted by Jim Meyering.
17869         (check_module): New procedure.
17870         (%exempt_header): Now contains all exceptions.
17871
17872 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17873
17874         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17875
17876 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17877
17878         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17879
17880 2005-08-28  Bruno Haible  <bruno@clisp.org>
17881
17882         * m4/gnulib-tool.m4: New file.
17883
17884 2005-08-27  Jim Meyering  <jim@meyering.net>
17885
17886         * modules/unistd-safer (Files): Add pipe-safer.c.
17887         * modules/fcntl-safer (Files): Add creat-safer.c.
17888
17889 2005-08-27  Jim Meyering  <jim@meyering.net>
17890
17891         * m4/stdlib-safer.m4: New file.  From coreutils.
17892         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17893         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17894         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17895         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17896         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17897
17898 2005-08-27  Jim Meyering  <jim@meyering.net>
17899
17900         * lib/fopen-safer.c: Merge minor changes from coreutils.
17901         * lib/dup-safer.c: Likewise.
17902         * lib/fd-safer.c: Likewise.
17903
17904         Merge from coreutils.
17905         * lib/stdio--.h: New file.
17906         * lib/stdlib--.h: New file.
17907         * lib/mkstemp-safer.c: New file.
17908
17909         GNU tar needs these.
17910         * lib/pipe-safer.c: New file.
17911         * lib/creat-safer.c: New file.
17912         * lib/fcntl--.h (creat): Define to creat_safer.
17913         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17914         * lib/unistd--.h (pipe): Define to pipe_safer.
17915         * lib/unistd-safer.h: Declare pipe_safer.
17916
17917 2005-08-26  Simon Josefsson  <jas@extundo.com>
17918
17919         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17920         Haible <bruno@clisp.org>.
17921
17922 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17923
17924         * lib/regex_internal.h: Remove all references to
17925         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17926         or better.
17927         (bitset_not, bitset_merge, bitset_not_merge):
17928         (bitset_mask, re_string_allocate, re_string_construct):
17929         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17930         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17931         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17932         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17933         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17934         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17935         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17936         (re_acquire_state_context):
17937         Remove unnecessary forward decls.
17938         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17939         Put __attribute at function definition,
17940         now that the function decl has been removed.
17941         * lib/regex_internal.c (re_string_peek_byte_case):
17942         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17943         Likewise.
17944
17945 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17946
17947         * m4/regex.m4: Add AC_PREREQ(2.50).
17948         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17949
17950 2005-08-25  Simon Josefsson  <jas@extundo.com>
17951
17952         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17953         __fsetlocking.
17954
17955 2005-08-25  Simon Josefsson  <jas@extundo.com>
17956
17957         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17958         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17959         GLIBC specific code.
17960
17961 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17962
17963         Make regex safe for g++.  This fixes one real bug (an "err"
17964         that should have been "*err").  g++ problem reported by
17965         Sam Steingold.
17966         * lib/regex_internal.h (re_calloc): New macro, consistent with
17967         re_malloc etc.  All callers of calloc changed to use re_calloc.
17968         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17969         not int.  All callers changed.
17970         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17971         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17972         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17973         (find_recover_state): Change "err" to "*err"; this fixes what
17974         appears to be a real bug.
17975         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17976         versus int.
17977
17978 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17979
17980         * modules/regex (Depends-on): Add malloc, since the code
17981         assumes that !malloc(0) means failure.
17982
17983 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17984
17985         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17986
17987         alloca modernization/simplification for regex.
17988         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17989         needs to be at the start of the file, and can be moved into
17990         regex_internal.h and simplified.
17991         * lib/regex_internal.h: Include <alloca.h>.
17992         (__libc_use_alloca) [!defined _LIBC]: New macro.
17993         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17994         now works outside glibc.
17995
17996 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17997
17998         * config/srclist.txt: Add glibc bugs 1241, 1245.
17999
18000 2005-08-25  Jim Meyering  <jim@meyering.net>
18001
18002         * lib/open-safer.c: Include <config.h>.
18003         Otherwise, we'd lose LARGEFILE support in any file using
18004         e.g. "fcntl--.h"
18005
18006 2005-08-25  Bruno Haible  <bruno@clisp.org>
18007
18008         * m4/minmax.m4: Require autoconf 2.52.
18009         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18010         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18011         alternatives of translit over the alphabet.
18012         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18013
18014 2005-08-24  Simon Josefsson  <jas@extundo.com>
18015
18016         * tests/test-getpass.c: New file.
18017
18018 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18019
18020         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18021         for GNU regex features.
18022
18023 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18026         * lib/regex.h (regerror): Likewise.
18027
18028         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18029         requires this.  (The code never needed it.)
18030
18031         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18032         All uses of recently-renamed identifiers changed to use the new,
18033         POSIX-compliant names.  The code will build and run just fine
18034         without these changes, but it's better to eat our own dog food
18035         and use the standard-conforming names.
18036
18037         * lib/regex.h: Fix a multitude of POSIX name space violations.
18038         These changes have an effect only for programs that define
18039         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18040         do not change anything for programs compiled in the normal way.
18041         Also, there is no effect on the ABI.
18042
18043         (_REGEX_SOURCE): New macro.
18044         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18045         defined and _GNU_SOURCE is not; this fixes a name space violation.
18046
18047         Rename the following macros to obey POSIX requirements.
18048         The old names are still visible as macros if _REGEX_SOURCE is defined.
18049         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18050         RE_BACKSLASH_ESCAPE_IN_LISTS.
18051         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18052         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18053         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18054         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18055         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18056         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18057         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18058         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18059         (REG_INTERVALS): renamed from RE_INTERVALS.
18060         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18061         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18062         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18063         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18064         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18065         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18066         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18067         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18068         RE_UNMATCHED_RIGHT_PAREN_ORD.
18069         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18070         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18071         (REG_DEBUG): renamed from RE_DEBUG.
18072         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18073         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18074         unusual, since we can't clash with the POSIX REG_ICASE.
18075         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18076         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18077         (REG_NO_SUB): renamed from RE_NO_SUB.
18078         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18079         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18080         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18081         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18082         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18083         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18084         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18085         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18086         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18087         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18088         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18089         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18090         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18091         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18092         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18093         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18094         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18095         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18096         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18097         (REG_FIXED): Renamed from REGS_FIXED.
18098         (REG_NREGS): Renamed from RE_NREGS.
18099
18100         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18101         of other REG_* macros, since POSIX says the user is allowed to
18102         #undef these macros selectively.
18103
18104         (reg_errcode_t): Update comment stating what other tables need
18105         to be consistent.
18106
18107         Rename the following enum values to obey POSIX requirements.
18108         The old names are still visible as macros.
18109         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18110         is not defined, since GNU is supposed to be a superset of POSIX as
18111         much as possible, and since we want reg_errcode_t to be a signed
18112         type for implementation consistency.
18113         (_REG_NOERROR): Renamed from REG_NOERROR.
18114         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18115         (_REG_BADPAT): Renamed from REG_BADPAT.
18116         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18117         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18118         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18119         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18120         (_REG_EBRACK): Renamed from REG_EBRACK.
18121         (_REG_EPAREN): Renamed from REG_EPAREN.
18122         (_REG_EBRACE): Renamed from REG_EBRACE.
18123         (_REG_BADBR): Renamed from REG_BADBR.
18124         (_REG_ERANGE): Renamed from REG_ERANGE.
18125         (_REG_ESPACE): Renamed from REG_ESPACE.
18126         (_REG_BADRPT): Renamed from REG_BADRPT.
18127         (_REG_EEND): Renamed from REG_EEND.
18128         (_REG_ESIZE): Renamed from REG_ESIZE.
18129         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18130         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18131         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18132         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18133         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18134
18135         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18136         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18137         changed.  But support the old name if the new one is not defined
18138         and if _REGEX_SOURCE.
18139
18140         Change the following member names in struct re_pattern_buffer.
18141         The old names are still supported if !_REGEX_SOURCE.
18142         The new names are always supported, regardless of _REGEX_SOURCE.
18143         (re_buffer): Renamed from buffer.
18144         (re_allocated): Renamed from allocated.
18145         (re_used): Renamed from used.
18146         (re_syntax): Renamed from syntax.
18147         (re_fastmap): Renamed from fastmap.
18148         (re_translate): Renamed from translate.
18149         (re_can_be_null): Renamed from can_be_null.
18150         (re_regs_allocated): Renamed from regs_allocated.
18151         (re_fastmap_accurate): Renamed from fastmap_accurate.
18152         (re_no_sub): Renamed from no_sub.
18153         (re_not_bol): Renamed from not_bol.
18154         (re_not_eol): Renamed from not_eol.
18155         (re_newline_anchor): Renamed from newline_anchor.
18156
18157         Change the following member names in struct re_registers.
18158         The old names are still supported if !_REGEX_SOURCE.
18159         The new names are always supported, regardless of _REGEX_SOURCE.
18160         (rm_num_regs): Renamed from num_regs.
18161         (rm_start): Renamed from start.
18162         (rm_end): Renamed from end.
18163
18164         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18165         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18166         Prepend __ to parameter names.
18167
18168         Undo yesterday's changes.
18169
18170 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18171
18172         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18173         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18174         lib/regex.c.
18175
18176 2005-08-24  Jim Meyering  <jim@meyering.net>
18177
18178         Sync from coreutils.
18179         * m4/fcntl-safer.m4: New file.
18180
18181         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18182         and object files for this module.
18183
18184 2005-08-24  Jim Meyering  <jim@meyering.net>
18185
18186         Sync from coreutils.
18187         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18188
18189 2005-08-24  Jim Meyering  <jim@meyering.net>
18190
18191         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18192         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18193
18194 2005-08-24  Jim Meyering  <jim@meyering.net>
18195
18196         * modules/fcntl-safer: New module.
18197         * modules/fts (Depends-on): Add fcntl-safer.
18198         * MODULES.html.sh (File descriptor based Input/Output):
18199         Add fcntl-safer.
18200
18201 2005-08-24  Bruno Haible  <bruno@clisp.org>
18202
18203         Support for unit test modules.
18204         * modules/README: Mention tests modules.
18205         * modules/TEMPLATE-TESTS: New file.
18206         * gnulib-tool: New options --extract-tests-module, --with-tests and
18207         --tests-base (unused for the moment).
18208         (testsbase, inctests): New variables.
18209         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18210         (func_verify_module): Exclude TEMPLATE-TESTS.
18211         (func_verify_nontests_module, func_verify_tests_module): New functions.
18212         (func_get_dependencies): Add implicit dependency for tests modules.
18213         (func_get_tests_module): New function.
18214         (func_modules_transitive_closure): When --with-tests was specified,
18215         include the unit tests as well, unless explicitly avoided.
18216         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18217         (func_emit_tests_Makefile_am): New function.
18218         (func_create_testdir): When --with-tests was specified, emit a
18219         tests/ directory.
18220         * MODULES.html.sh (Future developments): Update.
18221
18222 2005-08-24  Bruno Haible  <bruno@clisp.org>
18223
18224         * modules/tls-tests: New file.
18225         * tests/test-tls.c: New file, from GNU gettext.
18226
18227 2005-08-24  Bruno Haible  <bruno@clisp.org>
18228
18229         * modules/lock-tests: New file.
18230         * tests/test-lock.c: New file, from GNU gettext.
18231
18232 2005-08-24  Bruno Haible  <bruno@clisp.org>
18233
18234         * lib/lock.h: Add multiple inclusion guard.
18235         * lib/tls.h: Add multiple inclusion guard.
18236
18237 2005-08-24  Bruno Haible  <bruno@clisp.org>
18238
18239         * gnulib-tool: Add support for the --aux-dir option to
18240         --create-testdir, --create-megatestdir, --test, --megatest.
18241         (func_create_testdir, func_create_megatestdir): Optionally emit a
18242         AC_CONFIG_AUX_DIR directive.
18243         (create-testdir, create-megatestdir, test, megatest): Provide a
18244         default value for $auxdir.
18245
18246 2005-08-24  Bruno Haible  <bruno@clisp.org>
18247
18248         * gnulib-tool (import): Use compound statement instead of subshell
18249         where possible.
18250
18251 2005-08-24  Bruno Haible  <bruno@clisp.org>
18252
18253         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18254
18255 2005-08-24  Bruno Haible  <bruno@clisp.org>
18256
18257         * gnulib-tool (func_version): Update.
18258
18259 2005-08-24  Bruno Haible  <bruno@clisp.org>
18260
18261         * gnulib-tool (func_import, func_create_testdir,
18262         func_create_megatestdir): Quote all autoconf macro arguments.
18263
18264 2005-08-24  Bruno Haible  <bruno@clisp.org>
18265
18266         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18267         option --force, because --force causes the aclocal.m4 of each
18268         subdirectory to be newer than the corresponding config.h.in.
18269
18270 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18271
18272         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18273         All contents moved to gl_REGEX.
18274         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18275         assume that it does.
18276
18277 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18278
18279         * lib/regex.h (REG_NOSYS)
18280         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18281         Define, since POSIX requires it as of 2001.
18282         (_REG_ENOSYS)
18283         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18284         New private symbol, used to keep the enum signed in all cases.
18285         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18286         Youngman in
18287         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18288
18289         * lib/regex_internal.c (re_string_skip_chars, register_state):
18290         (calc_state_hash):
18291         Remove forward decls; no longer needed now that we use prototypes.
18292         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18293         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18294         (clean_state_log_if_needed): Likewise.
18295
18296 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18297
18298         * config/srclist.txt: Add glibc bugs 1231-1233.
18299
18300 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18301
18302         Fix problems reported by Sam Steingold in
18303         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18304         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18305         assumed that reg_errcode_t is a signed type, which is not
18306         necessarily true if _XOPEN_SOURCE is not defined.
18307         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18308         since some compilers warn about it otherwise.
18309
18310 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18311
18312         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18313         (init_word_char, create_initial_state, duplicate_node_closure):
18314         (fetch_token, peek_token_bracket, build_range_exp):
18315         (build_collating_symbol): Remove forward decls; no longer needed
18316         now that we use prototypes.
18317
18318         * lib/regcomp.c:
18319         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18320         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18321         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18322         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18323         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18324         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18325         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18326         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18327         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18328         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18329         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18330         (build_charclass, build_charclass_op, fetch_number, create_tree):
18331         (create_token_tree, mark_opt_subexp, duplicate_tree):
18332         Use prototypes rather than old-style definitions.
18333
18334         * lib/regex_internal.c:
18335         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18336         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18337         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18338         (re_string_reconstruct, re_string_peek_byte_case):
18339         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18340         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18341         (re_node_set_init_copy, re_node_set_add_intersect):
18342         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18343         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18344         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18345         (re_acquire_state, re_acquire_state_context, register_state):
18346         (create_ci_newstate, create_cd_newstate, free_state):
18347         Likewise.
18348         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18349         re_search_2):
18350         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18351         (re_search_internal, prune_impossible_nodes):
18352         (acquire_init_state_context, check_matching, static):
18353         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18354         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18355         (update_regs, sift_states_backward, build_sifted_states):
18356         (clean_state_log_if_needed, merge_state_array):
18357         (update_cur_sifted_state, add_epsilon_src_nodes):
18358         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18359         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18360         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18361         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18362         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18363         (check_arrival, check_arrival_add_next_nodes):
18364         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18365         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18366         (check_node_accept_bytes, check_node_accept, extend_buffers):
18367         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18368         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18369         (sift_ctx_init):
18370         Likewise.
18371
18372         * lib/regex_internal.h:
18373         (re_string_allocate, re_string_construct, re_string_reconstruct):
18374         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18375         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18376         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18377         (re_string_context_at, re_string_peek_byte_case):
18378         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18379         is defined, since we now use prototypes always.
18380
18381         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18382         C89 or better.  All uses removed.
18383
18384 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18385
18386         * config/srclist.txt: Add glibc bugs 1220-1227.
18387
18388 2005-08-20  Jim Meyering  <jim@meyering.net>
18389
18390         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18391         of unused local, dfa.
18392
18393 2005-08-20  Bruno Haible  <bruno@clisp.org>
18394
18395         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18396
18397 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18398
18399         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18400         (re_node_set_insert_last, re_dfa_add_node):
18401         Rename local variables to avoid GCC shadowing warnings.
18402
18403 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18404
18405         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18406         [defined lint]: Suppress bogus uninitialized-variable warnings.
18407
18408         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18409         and let the caller return REG_ESPACE if out of space.  This
18410         removes an uninitialied-variable warning with GCC 4.0.1, and also
18411         avoids taking the address of a local variable.  All callers
18412         changed.
18413
18414 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18415
18416         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18417         $LIBCSRC/posix/regexec.c.
18418         Add glibc bug 1217 for regcomp.c.
18419
18420 2005-08-19  Jim Meyering  <jim@meyering.net>
18421
18422         * lib/regexec.c (proceed_next_node): Redo local variables to
18423         avoid GCC shadowing warnings.
18424
18425 2005-08-18  Bruno Haible  <bruno@clisp.org>
18426
18427         * lib/strstr.c (strstr): Fix return value in multibyte case.
18428         * lib/strcasestr.c (strcasestr): Likewise.
18429
18430 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18433
18434 2005-08-17  Jim Meyering  <jim@meyering.net>
18435
18436         Make the %s format (seconds since the epoch) work for a negative
18437         number and when used with a zero-padded field width, e.g. %015s.
18438
18439         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18440         label so that it precedes the code to set `digits'.  Otherwise,
18441         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18442         print `00-22'.  Now, it prints `-0022', as it should.
18443
18444 2005-08-17  Bruno Haible  <bruno@clisp.org>
18445
18446         * modules/strstr (Files): Add m4/mbrtowc.m4.
18447         (Depends-on): Add mbuiter.
18448
18449 2005-08-17  Bruno Haible  <bruno@clisp.org>
18450
18451         * modules/strcasestr: New file.
18452         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18453         strcasestr.
18454
18455 2005-08-17  Bruno Haible  <bruno@clisp.org>
18456
18457         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18458
18459 2005-08-17  Bruno Haible  <bruno@clisp.org>
18460
18461         * modules/mbuiter: New file.
18462         * MODULES.html.sh (Extended multibyte and wide character utilities):
18463         Add mbuiter.
18464
18465 2005-08-17  Bruno Haible  <bruno@clisp.org>
18466
18467         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18468         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18469
18470 2005-08-17  Bruno Haible  <bruno@clisp.org>
18471
18472         * m4/strcasestr.m4: New file.
18473
18474 2005-08-17  Bruno Haible  <bruno@clisp.org>
18475
18476         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18477         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18478
18479 2005-08-17  Bruno Haible  <bruno@clisp.org>
18480
18481         * lib/strcasestr.h: New file.
18482         * lib/strcasestr.c: New file.
18483
18484 2005-08-17  Bruno Haible  <bruno@clisp.org>
18485
18486         * lib/strcasecmp.c: Use mbuiter.h.
18487
18488 2005-08-17  Bruno Haible  <bruno@clisp.org>
18489
18490         * lib/mbuiter.h: New file.
18491
18492 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18493
18494         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18495         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18496         and gl_GETOPT are both invoked via different paths (as happens
18497         with GNU tar CVS because it uses both argp and getopt), the former
18498         wins.
18499
18500 2005-08-16  Bruno Haible  <bruno@clisp.org>
18501
18502         * modules/tls: New file.
18503         * MODULES.html.sh (Multithreading): Add tls.
18504
18505 2005-08-16  Bruno Haible  <bruno@clisp.org>
18506
18507         * modules/strnlen1: New file.
18508         * MODULES.html.sh (String handling): Add strnlen1.
18509
18510 2005-08-16  Bruno Haible  <bruno@clisp.org>
18511
18512         * modules/strcase (Files): Add m4/mbrtowc.m4.
18513         (Depends-on): Add strnlen1, mbchar.
18514
18515 2005-08-16  Bruno Haible  <bruno@clisp.org>
18516
18517         * modules/mbiter: New file.
18518         * MODULES.html.sh (Extended multibyte and wide character utilities):
18519         Add mbiter.
18520
18521 2005-08-16  Bruno Haible  <bruno@clisp.org>
18522
18523         * modules/mbfile: New file.
18524         * MODULES.html.sh (Extended multibyte and wide character utilities):
18525         Add mbfile.
18526
18527 2005-08-16  Bruno Haible  <bruno@clisp.org>
18528
18529         * modules/mbchar: New file.
18530         * MODULES.html.sh (Extended multibyte and wide character utilities):
18531         New section.
18532
18533 2005-08-16  Bruno Haible  <bruno@clisp.org>
18534
18535         * m4/tls.m4: New file, from GNU gettext.
18536
18537 2005-08-16  Bruno Haible  <bruno@clisp.org>
18538
18539         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18540         always.
18541         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18542
18543 2005-08-16  Bruno Haible  <bruno@clisp.org>
18544
18545         * m4/mbiter.m4: New file.
18546
18547 2005-08-16  Bruno Haible  <bruno@clisp.org>
18548
18549         * m4/mbfile.m4: New file.
18550
18551 2005-08-16  Bruno Haible  <bruno@clisp.org>
18552
18553         * m4/mbchar.m4: New file.
18554
18555 2005-08-16  Bruno Haible  <bruno@clisp.org>
18556
18557         * lib/tls.h: New file, from GNU gettext.
18558         * lib/tls.c: New file, from GNU gettext.
18559
18560 2005-08-16  Bruno Haible  <bruno@clisp.org>
18561
18562         * lib/strnlen1.h: New file.
18563         * lib/strnlen1.c: New file.
18564
18565 2005-08-16  Bruno Haible  <bruno@clisp.org>
18566
18567         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18568         (mbi_init): Update.
18569         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18570         NUL byte, not after it.
18571
18572 2005-08-16  Bruno Haible  <bruno@clisp.org>
18573
18574         * lib/strcase.h (strcasecmp): Add note in comments.
18575         * lib/strncasecmp.c: Use code from strcasecmp.c.
18576         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18577         (strcasecmp): Work correctly in multibyte locales.
18578
18579 2005-08-16  Bruno Haible  <bruno@clisp.org>
18580
18581         * lib/mbiter.h: New file.
18582
18583 2005-08-16  Bruno Haible  <bruno@clisp.org>
18584
18585         * lib/mbfile.h: New file.
18586
18587 2005-08-16  Bruno Haible  <bruno@clisp.org>
18588
18589         * lib/mbchar.h: New file.
18590         * lib/mbchar.c: New file.
18591
18592 2005-08-16  Bruno Haible  <bruno@clisp.org>
18593
18594         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18595         the valid ones. Makes the comparison operations transitive:
18596         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18597         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18598
18599 2005-08-15  Simon Josefsson  <jas@extundo.com>
18600
18601         * modules/ssize_t (License): Change to 'unlimited'.
18602
18603         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18604
18605 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18606
18607         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18608         Add comments for each pending glibc patch.
18609
18610 2005-08-15  Bruno Haible  <bruno@clisp.org>
18611
18612         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18613         __cplusplus is defined.
18614
18615 2005-08-14  Jim Meyering  <jim@meyering.net>
18616
18617         Sync from coreutils.
18618
18619         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18620         Use the hash-table-based cycle-detection code not just when
18621         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18622         Reported by James Youngman in
18623         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18624         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18625         FTS_TIGHT_CYCLE_CHECK.
18626         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18627         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18628         once again.
18629         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18630         * lib/fts.c (fd_safer): Remove decl.
18631         Include fcntl--.h rather than unistd-safer.h
18632         (fts_safe_changedir): Don't call fd_safer; no longer needed
18633         now that we include fcntl--.h.
18634
18635 2005-08-12  Simon Josefsson  <jas@extundo.com>
18636
18637         * modules/getndelim2: Use ssize_t module.
18638         * modules/getnline: Likewise.
18639         * modules/safe-read: Likewise.
18640         * modules/xreadlink: Likewise.
18641
18642         * modules/ssize_t: New file.
18643
18644 2005-08-12  Simon Josefsson  <jas@extundo.com>
18645
18646         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18647
18648 2005-08-12  Simon Josefsson  <jas@extundo.com>
18649
18650         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18651         ssize_t.
18652
18653 2005-08-12  Simon Josefsson  <jas@extundo.com>
18654
18655         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18656         readline, getdelim and check_version.
18657         (Support for systems lacking ISO C 99: Sizes of integer types):
18658         Add size_max.
18659
18660 2005-08-12  Bruno Haible  <bruno@clisp.org>
18661
18662         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18663
18664 2005-08-11  Simon Josefsson  <jas@extundo.com>
18665
18666         * modules/readline: New file.
18667
18668         * modules/strnlen (Files): Add strnlen.h.
18669
18670 2005-08-11  Simon Josefsson  <jas@extundo.com>
18671
18672         * m4/readline.m4: New file.
18673
18674 2005-08-11  Simon Josefsson  <jas@extundo.com>
18675
18676         * lib/readline.h, readline.c: New file.
18677
18678 2005-08-11  Simon Josefsson  <jas@extundo.com>
18679
18680         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18681         gl_AVOID.
18682
18683 2005-08-11  Bruno Haible  <bruno@clisp.org>
18684
18685         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18686
18687 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18688
18689         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18690
18691 2005-08-10  Simon Josefsson  <jas@extundo.com>
18692
18693         * tests/test-iconvme.c: New file.
18694
18695 2005-08-10  Simon Josefsson  <jas@extundo.com>
18696
18697         * m4/strnlen.m4: New file.
18698
18699         * m4/strndup.m4: Don't check for strnlen declaration, done in
18700         strnlen.m4.
18701
18702 2005-08-10  Simon Josefsson  <jas@extundo.com>
18703
18704         * lib/strndup.c: Use strnlen.h.
18705
18706         * lib/strnlen.h: New file.
18707
18708 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18709
18710         * README: Typos.
18711
18712 2005-08-02  Simon Josefsson  <jas@extundo.com>
18713
18714         * modules/readline: New file.
18715
18716 2005-08-02  Simon Josefsson  <jas@extundo.com>
18717
18718         * modules/getdelim: New file.
18719
18720         * modules/getline: Rewrite, don't use getndelim2.
18721
18722 2005-08-02  Simon Josefsson  <jas@extundo.com>
18723
18724         * m4/getline.m4: Separate out getdelim stuff into separate module.
18725
18726         * m4/getdelim.m4: New file.
18727
18728 2005-08-02  Simon Josefsson  <jas@extundo.com>
18729
18730         * lib/getline.h, getline.c: Rewrite.
18731
18732         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18733
18734 2005-07-31  Bruno Haible  <bruno@clisp.org>
18735
18736         * lib/lock.h (gl_lock_initializer): New macro.
18737         (gl_lock_define_initialized): Use it.
18738         (gl_rwlock_initializer): New macro.
18739         (gl_rwlock_define_initialized): Use it.
18740         (gl_recursive_lock_initializer): New macro.
18741         (gl_recursive_lock_define_initialized): Use it.
18742
18743 2005-07-30  Karl Berry  <karl@gnu.org>
18744
18745         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18746         Report from Ben Pfaff, regarding getopt.
18747
18748 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18749
18750         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18751         normal way.
18752         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18753         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18754         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18755         (gl_GETOPT): Use the new macros.  Most of the implementation
18756         is moved to the new macros.  This is for programs like Emacs
18757         that don't want all the functionality of gl_GETOPT.
18758
18759 2005-07-26  Bruno Haible  <bruno@clisp.org>
18760
18761         * m4/lock.m4: Update from GNU gettext.
18762
18763 2005-07-26  Bruno Haible  <bruno@clisp.org>
18764
18765         * lib/lock.h: Update from GNU gettext.
18766         * lib/lock.c: Update from GNU gettext.
18767
18768 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18769
18770         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18771         obsolescent AC_TRY_RUN.  Include the default includes files, for
18772         'exit'.
18773
18774 2005-07-24  Bruno Haible  <bruno@clisp.org>
18775
18776         * modules/visibility: New file.
18777         * MODULES.html.sh (Misc): Add visibility.
18778
18779 2005-07-24  Bruno Haible  <bruno@clisp.org>
18780
18781         * m4/visibility.m4: New file.
18782
18783 2005-07-24  Bruno Haible  <bruno@clisp.org>
18784
18785         * doc/visibility.texi: New file.
18786
18787 2005-07-22  Bruno Haible  <bruno@clisp.org>
18788
18789         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18790         $(ALLOCA_H), redundant through BUILT_SOURCES.
18791         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18792         redundant through BUILT_SOURCES.
18793         * modules/byteswap (Makefile.am): Remove explicit dependency on
18794         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18795         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18796         $(FNMATCH_H), redundant through BUILT_SOURCES.
18797         * modules/getopt (Makefile.am): Remove explicit dependency on
18798         $(GETOPT_H), redundant through BUILT_SOURCES.
18799         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18800         redundant through BUILT_SOURCES.
18801         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18802         redundant through BUILT_SOURCES.
18803         * modules/stdbool (Makefile.am): Remove explicit dependency on
18804         $(STDBOOL_H), redundant through BUILT_SOURCES.
18805         * modules/stdint (Makefile.am): Remove explicit dependency on
18806         $(STDINT_H), redundant through BUILT_SOURCES.
18807         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18808         Remove explicit dependency on $(SYSEXITS_H).
18809         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18810
18811 2005-07-18  Simon Josefsson  <jas@extundo.com>
18812
18813         * lib/check-version.c (check_version): Accept identical versions too.
18814
18815 2005-07-18  Bruno Haible  <bruno@clisp.org>
18816
18817         * modules/lock: New file.
18818         * MODULES.html.sh (Multithreading): New section.
18819
18820 2005-07-18  Bruno Haible  <bruno@clisp.org>
18821
18822         * m4/lock.m4: New file, from GNU gettext.
18823
18824 2005-07-18  Bruno Haible  <bruno@clisp.org>
18825
18826         * lib/lock.h: New file, from GNU gettext.
18827         * lib/lock.c: New file, from GNU gettext.
18828
18829 2005-07-18  Bruno Haible  <bruno@clisp.org>
18830
18831         * lib/lock.h (gl_once_t): New type.
18832         (gl_once_define, gl_once): New macros.
18833         * lib/lock.c (fresh_once): New variable.
18834         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18835         functions.
18836
18837 2005-07-16  Simon Josefsson  <jas@extundo.com>
18838
18839         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18840         workaround, suggested by Bruno.
18841
18842 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18843
18844         * modules/xalloc (Depends-on): Add xalloc-die.
18845         * modules/xvasprintf (Depends-on): Add xalloc-die.
18846
18847 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18848
18849         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18850         with a minor change.
18851
18852 2005-07-15  Bruno Haible  <bruno@clisp.org>
18853
18854         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18855         When using lib/poll.c, define poll as rpl_poll.
18856
18857 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18858
18859         * modules/argp (Depends-on): Remove unlocked-io.
18860
18861 2005-07-14  Derek Price  <derek@ximbiot.com>
18862
18863         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18864         for glob symlink bug.
18865
18866 2005-07-14  Bruno Haible  <bruno@clisp.org>
18867
18868         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18869         Instead, test for *_unlocked function declarations directly.
18870
18871 2005-07-11  Simon Josefsson  <jas@extundo.com>
18872
18873         * modules/size_max: New file.
18874
18875         * modules/xsize: Depend on size_max module for size_max.m4.
18876
18877 2005-07-11  Simon Josefsson  <jas@extundo.com>
18878
18879         * lib/size_max.h: New file.
18880
18881 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18882
18883         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18884         copyright symbol and the year.
18885         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18886         (version_etc_va): Use parameterized copyright notice.
18887         Reword to conform to the current GNU coding standards.
18888
18889 2005-07-11  Karl Berry  <karl@gnu.org>
18890
18891         * doc/gnulib.texi (Quoting): new node.
18892         (Initial import): more info, from Patrice.
18893
18894 2005-07-11  Bruno Haible  <bruno@clisp.org>
18895
18896         * gnulib-tool (func_usage): Document option --avoid.
18897         (Command line options): Handle --avoid.
18898         (func_acceptable): New function.
18899         (func_modules_transitive_closure): Use it.
18900
18901 2005-07-11  Bruno Haible  <bruno@clisp.org>
18902
18903         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18904         Reported by Jim Meyering.
18905
18906 2005-07-10  Bruno Haible  <bruno@clisp.org>
18907
18908         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18909         Needed when size_t is smaller than 'unsigned int'.
18910         Reported by Paul Eggert.
18911
18912 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18913
18914         * modules/argp (Depends-on): Add unlocked-io
18915
18916 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18917
18918         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18919         block of defines.
18920
18921 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18922
18923         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18924         fix now.
18925
18926 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18927         and Paul Eggert  <eggert@cs.ucla.edu>
18928
18929         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18930         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18931
18932 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18933
18934         * modules/regex (Files): Add lib/regex_internal.c,
18935         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18936         (Depends-on): Add extensions.
18937         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18938
18939 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18940
18941         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18942         pathconf.
18943         * m4/same.m4 (gl_SAME): Likewise.
18944         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18945
18946         * m4/regex.m4: Adjust to new libc regex implementation.
18947         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18948         all the .c and .h parts of (the new) regex.
18949         Quote the m4 stuff better.
18950         Check for RE_ICASE bug of old gnulib.
18951         Check for REG_STARTEND of recent libc.
18952         Rename local variables from jm_* to gl_*.
18953         Quote operand of "test -f".
18954         Say "recent enough" version of libc, not "version 2".
18955         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18956         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18957         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18958         Remove check for btowc, isascii.
18959         Require AM_LANGINFO_CODESET.
18960
18961 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18962
18963         * lib/regex.c, regex.h: Sync from libc.
18964         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18965         * lib/regexec.c:
18966         New files, synced from libc, except that regex_internal.h
18967         currently has a small porting fix.
18968
18969 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18970
18971         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18972         regex_internal.c, regexec.c.
18973         Add regex_internal.h too, but as a comment, since the libc version
18974         is currently broken in gnulib mode.
18975
18976 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18977
18978         Support programs like Emacs that use gnulib but not gettext.
18979         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18980         * modules/gettext-h: New file.
18981         * modules/gettext (Files): Remove lib/gettext.h.
18982         (Depends-on): Add gettext-h.
18983         (Makefile.am): Remove lib_SOURCES.
18984         * modules/argmatch, modules/c-stack, modules/closeout:
18985         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18986         * modules/execute, modules/file-type, modules/getaddrinfo:
18987         * modules/getopt, modules/human, modules/javacomp:
18988         * modules/javaexec, modules/mkdir-p, modules/obstack:
18989         * modules/openat, modules/pagealign_alloc, modules/pipe:
18990         * modules/quotearg, modules/regex, modules/rpmatch:
18991         * modules/unicodeio, modules/userspec, modules/version-etc:
18992         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18993         * modules/xsetenv:
18994         Depend on gettext-h, not gettext.
18995
18996 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18997
18998         * gnulib-tool (func_import): Add support for 'public domain' license.
18999         * modules/alloca, modules/atexit, modules/memmove:
19000         Now public domain, not GPL.
19001         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19002         * modules/realloc, modules/strerror, modules/strtod:
19003         Now LGPL, not GPL.
19004
19005 2005-07-05  Bruno Haible  <bruno@clisp.org>
19006
19007         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19008         autoconf CVS. Needed for mingw.
19009
19010 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19011
19012         Remove the dependency of the strftime module on the tzset module.
19013         * modules/strftime (Depends-on): Remove dependency on tzset.
19014
19015 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19016
19017         Remove the dependency of the strftime module on the tzset module.
19018         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19019         gl_FUNC_TZSET_CLOBBER.
19020
19021 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19022
19023         Remove the dependency of the strftime module on the tzset module.
19024         * lib/strftime.c (my_strftime)
19025         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19026         Copy the input structure, to work around some of the bug with
19027         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19028         Solaris releases, you should also use the tzset module, but we won't
19029         require it as a dependency any more since we don't want LGPLed code
19030         to depend on GPLed code.
19031
19032 2005-07-02  Jim Meyering  <jim@meyering.net>
19033
19034         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19035         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19036         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19037         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19038
19039 2005-07-02  Jim Meyering  <jim@meyering.net>
19040
19041         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19042
19043 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19044
19045         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19046         declares only 'struct timespec;' (!).
19047
19048 2005-07-01  Jim Meyering  <jim@meyering.net>
19049
19050         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19051         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19052         * lib/save-cwd.c, tempname.c:
19053         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19054         and don't include <sys/file.h>).
19055
19056 2005-06-29  Jim Meyering  <jim@meyering.net>
19057
19058         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19059         type name.  Use the variable name instead.
19060         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19061         Likewise.
19062
19063 2005-06-28  Simon Josefsson  <jas@extundo.com>
19064
19065         * modules/check-version (Files): Add check-version.m4.
19066
19067 2005-06-28  Simon Josefsson  <jas@extundo.com>
19068
19069         * m4/check-version.m4: New file, suggested by Jim Meyering
19070         <jim@meyering.net>.
19071
19072 2005-06-28  Simon Josefsson  <jas@extundo.com>
19073
19074         * lib/check-version.h, lib/check-version.c: New files.
19075
19076 2005-06-28  Simon Josefsson  <jas@extundo.com>
19077
19078         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19079         collision with global variable.  Better indentation.  Don't
19080         increment buffer pointer beyond buffer end.  Based on comments
19081         from Paul Eggert <eggert@cs.ucla.edu>.
19082
19083         * lib/base64.h: Indent.
19084
19085 2005-06-28  Simon Josefsson  <jas@extundo.com>
19086
19087         * doc/gnulib.texi (Library version handling): New section.
19088
19089 2005-06-28  Jim Meyering  <jim@meyering.net>
19090
19091         * check-module (find_included_lib_files): Hard-code another
19092         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19093         but modules/fts-lgpl (correctly) does not list those files.
19094
19095         * modules/canonicalize (Files): Add lib/pathmax.h.
19096
19097 2005-06-25  Simon Josefsson  <jas@extundo.com>
19098
19099         * modules/check-version: New file.
19100
19101 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19102
19103         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19104         initializer of struct addrinfo, as an indication that we don't
19105         care how many members the structure has.
19106
19107 2005-06-24  Derek Price  <derek@ximbiot.com>
19108         and Bruno Haible  <bruno@clisp.org>
19109
19110         Remove stat module & update lstat.
19111         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19112         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19113         * m4/stat.m4: Remove this file.
19114
19115 2005-06-24  Derek Price  <derek@ximbiot.com>
19116         and Bruno Haible  <bruno@clisp.org>
19117
19118         Remove stat module & update lstat.
19119         * lib/stat.c: Remove this file...
19120         (slash_aware_lstat): ...moving this content and its support...
19121         * lib/lstat.c (rpl_lstat): ...into here.
19122         * lib/lstat.h: New file.
19123
19124 2005-06-24  Derek Price  <derek@ximbiot.com>
19125         and Bruno Haible  <bruno@clisp.org>
19126
19127         Remove stat module & update lstat.
19128         * config/srclist.txt (libc sources): Remove stat.
19129
19130 2005-06-24  Derek Price  <derek@ximbiot.com>
19131         and Bruno Haible  <bruno@clisp.org>
19132
19133         Remove stat module & update lstat.
19134         * MODULES.html.sh (stat): Remove.
19135         * MODULES.html: Regenerated.
19136         * modules/lstat (Description): Correct function name.
19137         (Files): Add "lstat.h".
19138         (Depends-on): Remove stat, add xalloc, stat-macros.
19139         * modules/stat: Remove this file.
19140         (Include): Add "lstat.h", remove <sys/stat.h>.
19141
19142 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19143
19144         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19145         (ranged_convert): Don't save conversion in a temporary struct.
19146         This causes a warning with GCC 4.0.0, and anyway in the typical
19147         case it's not worth the extra 100 bytes or so of code.
19148         (ranged_convert, __mktime_internal): When calling a function via a
19149         pointer P, use P () rather than (*P) (), as we now assume C89 or
19150         better.
19151
19152 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19153
19154         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19155         "who -r" failed to give output.  Problem reported by Tim Waugh.
19156
19157         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19158         (xcalloc): Use it to avoid needless tests.
19159         Problem reported by Jim Meyering.
19160
19161 2005-06-20  Derek Price  <derek@ximbiot.com>
19162
19163         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19164         unnecessary for Autoconfs > 2.59c.
19165
19166 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19167
19168         * lib/argp.h (__option_is_short): Check upper limit of
19169         __key. Isprint() requires its argument to have the value
19170         of an unsigned char or EOF.
19171
19172 2005-06-16  Jim Meyering  <jim@meyering.net>
19173
19174         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19175         when either N or S is zero.
19176
19177 2005-06-16  Derek Price  <derek@ximbiot.com>
19178
19179         * m4/bison.m4: Declare YACC & YFLAGS precious.
19180
19181 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19182
19183         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19184         multibyte string or pattern, fall back on unibyte matching.
19185         Problem reported by James Youngman.
19186
19187 2005-06-08  Bruno Haible  <bruno@clisp.org>
19188
19189         * modules/csharpcomp: New file.
19190         * MODULES.html.sh (C#): Add csharpcomp.
19191
19192 2005-06-08  Bruno Haible  <bruno@clisp.org>
19193
19194         * m4/csharpcomp.m4: New file, from GNU gettext.
19195
19196 2005-06-08  Bruno Haible  <bruno@clisp.org>
19197
19198         * lib/csharpcomp.h: New file, from GNU gettext.
19199         * lib/csharpcomp.c: New file, from GNU gettext.
19200         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19201
19202 2005-06-08  Bruno Haible  <bruno@clisp.org>
19203
19204         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19205         warning on mingw.
19206
19207 2005-06-07  Derek Price  <derek@ximbiot.com>
19208
19209         Sync from CVS.
19210         * lib/glob_.h: Indent nested #ifdef.
19211
19212 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19213
19214         Sync from coreutils.
19215         Use "file name" when talking about file names, instead of "filename"
19216         or "path", as per the GNU coding standards.
19217         * lib/mkdir-p.c: Renamed from makepath.c.
19218         (make_dir_parents): Renamed from make_path.  All callers changed.
19219         * lib/mkdir-p.h: Likewise.  All includers changed.
19220         * lib/filenamecat.c: Renamed from path-concat.c.
19221         (file_name_concat): Renamed from path_concat.  All callers changed.
19222         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19223         * lib/filenamecat.h: Likewise.  All includers changed.
19224         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19225         in comments or local variable names.
19226         * lib/basename.c: Likewise.
19227         * lib/canonicalize.c, canonicalize.h: Likewise.
19228         * lib/dirname.c, dirname.h: Likewise.
19229         * lib/euidaccess.c: Likewise.
19230         * lib/exclude.c: Likewise
19231         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19232         * lib/fsusage.c, fsuage.h: Likewise.
19233         * lib/fts.c, fts_.h: Likewise.
19234         * lib/getcwd.c: Likewise.
19235         * lib/getloadavg.c: Likewise.
19236         * lib/mkstemp.c: Likewise.
19237         * lib/mountlist.c, mountlist.h: Likewise.
19238         * lib/openat.c, openat.h: Likewise.
19239         * lib/readlink-stub.c: Likewise.
19240         * lib/readutmp.c, readutmp.h: Likewise.
19241         * lib/rename.c: Likewise.
19242         * lib/rmdir.c: Likewise.
19243         * lib/same.c: Likewise.
19244         * lib/savedir.c: Likewise.
19245         * lib/stripslash.c: Likewise.
19246         * lib/tempname.c: Likewise.
19247         * lib/xreadlink.c: Likewise.
19248         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19249         All uses changed.
19250         * lib/exclude.h: Likewise.
19251
19252         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19253         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19254         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19255         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19256         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19257         files have been getting away with it for years (MORE/BSD 4.3
19258         is extinct now).
19259         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19260         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19261
19262         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19263         Define to 256, not 255, as per modern POSIX.
19264
19265 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19266
19267         Sync from coreutils.
19268         Use "file name" when talking about file names, instead of "filename"
19269         or "path", as per the GNU coding standards.
19270         * MODULES.html.sh: mkdir-p renamed from makepath.
19271         filenamecat renamed from path-concat.
19272         * modules/filenamecat: Renamed from modules/path-concat.
19273         (Files): filenamecat.h and filenamecat.c renamed from
19274         path-concat.h and path-concat.c.
19275         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19276         (Include): filenamecat.h, not path-concat.h.
19277         * modules/mkdir-p: Renamed from modules/makepath.
19278         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19279         makepath.c.
19280         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19281         (Include): mkdir-p.h, not makepath.h.
19282
19283 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19284
19285         Sync from coreutils.
19286         * m4/mkdir-p.m4: Renamed from makepath.m4.
19287         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19288         Rename files from makepath.c to mkdir-p.c, and from
19289         makepath.h to mkdir-p.h.
19290         * m4/filenamecat.m4: Renamed from path-concat.m4.
19291         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19292         Rename files from path-concat.c to filenamecat.c,
19293         and from path-concat.h to filenamecat.h.
19294         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19295         "file name" in local variables or comments.
19296         * m4/rename.m4: Likewise.
19297
19298 2005-06-01  Bruno Haible  <bruno@clisp.org>
19299
19300         * modules/csharpexec: New file.
19301         * MODULES.html.sh (C#): New section.
19302
19303 2005-06-01  Bruno Haible  <bruno@clisp.org>
19304
19305         * m4/csharp.m4: New file, from GNU gettext.
19306         * m4/csharpexec.m4: New file, from GNU gettext.
19307
19308 2005-06-01  Bruno Haible  <bruno@clisp.org>
19309
19310         * lib/csharpexec.h: New file, from GNU gettext.
19311         * lib/csharpexec.c: New file, from GNU gettext.
19312         * lib/csharpexec.sh.in: New file, from GNU gettext.
19313
19314 2005-05-31  Derek Price  <derek@ximbiot.com>
19315             Paul Eggert  <eggert@cs.ucla.edu>
19316
19317         Sync from cvs.
19318         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19319
19320 2005-05-31  Derek Price  <derek@ximbiot.com>
19321             Paul Eggert  <eggert@cs.ucla.edu>
19322
19323         Sync from cvs.
19324         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19325
19326 2005-05-29  Derek Price  <derek@ximbiot.com>
19327
19328         * config/srclist.txt (glob_.h, glob.c): Add these files.
19329
19330 2005-05-29  Derek Price  <derek@ximbiot.com>
19331
19332         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19333         * modules/glob: New file.
19334         * modules/getlogin_r: Add link to POSIX spec in description.
19335
19336 2005-05-29  Derek Price  <derek@ximbiot.com>
19337             Paul Eggert  <eggert@cs.ucla.edu>
19338
19339         * m4/glob.m4: New file.
19340
19341 2005-05-29  Derek Price  <derek@ximbiot.com>
19342             Paul Eggert  <eggert@cs.ucla.edu>
19343
19344         * lib/glob_.h, lib/glob.c: New files.
19345
19346 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19347
19348         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19349         * modules/fts-lgpl (Depends-on): Remove gettext.
19350
19351 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19352
19353         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19354         and don't require gt_INTTYPES_PRI.
19355
19356 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19357
19358         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19359
19360         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19361         the configuration hassle isn't worth it.
19362         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19363         (LONGEST_MODIFIER, PRIuMAX): Remove.
19364
19365 2005-05-27  Bruno Haible  <bruno@clisp.org>
19366
19367         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19368
19369 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19370
19371         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19372         _POSIX_PTHREAD_SEMANTICS for Solaris.
19373
19374 2005-05-25  Derek Price  <derek@ximbiot.com>
19375
19376         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19377
19378 2005-05-25  Derek Price  <derek@ximbiot.com>
19379             Paul Eggert  <eggert@cs.ucla.edu>
19380
19381         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19382         * lib/getlogin_r.c, getlogin_r.h: New files.
19383
19384 2005-05-25  Bruno Haible  <bruno@clisp.org>
19385             Derek Price  <derek@ximbiot.com>
19386
19387         * lib/getlogin_r.h: Simplify API documentation.
19388
19389 2005-05-23  Derek Price  <derek@ximbiot.com>
19390
19391         * modules/minmax (Files): Add m4/minmax.m4.
19392         (configure.ac): Add gl_MINMAX.
19393
19394 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19395
19396         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19397         so that unistd-safer.h (GPL'ed code) need not be included.
19398
19399 2005-05-22  Bruno Haible  <bruno@clisp.org>
19400
19401         * m4/minmax.m4: New file.
19402         Based on a patch by Derek Price <derek@ximbiot.com>.
19403
19404 2005-05-22  Bruno Haible  <bruno@clisp.org>
19405
19406         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19407         (INT64_MIN): Fix definition.
19408         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19409
19410         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19411         NEED_SIGNED_INT_TYPES.
19412
19413         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19414         HAVE_SYSTEM_INTTYPES.
19415
19416 2005-05-22  Bruno Haible  <bruno@clisp.org>
19417
19418         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19419         Also include <sys/param.h> if it defines MIN, MAX.
19420         Based on a patch by Derek Price <derek@ximbiot.com>.
19421
19422 2005-05-21  Jim Meyering  <jim@meyering.net>
19423
19424         * modules/fts (Files): Add m4/inttypes-pri.m4.
19425         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19426
19427 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19428
19429         New fts module.
19430         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19431         (setup_dir, free_dir): New functions.
19432         (enter_dir, leave_dir): Define trivial
19433         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19434         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19435         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19436         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19437         Move to fts-cycle.c.
19438         (fts_open): Use setup_dir.
19439         (fts_close): Use free_dir.
19440         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19441         This adds a label and some gotos, but the alternatives were messier.
19442         Check for memory allocation failure when entering a dir.
19443         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19444         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19445         (FTS): New member fts_cycle, that is a union that contains the
19446         old active_dir_ht and cycle_state.  All uses changed to mention
19447         fts_cycle.ht and fts_cycle.state.
19448         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19449         fts.c, with the following changes:
19450         (setup_dir, free_dir): New functions.
19451         (enter_dir): Now returns bool.  Return true if successful, false
19452         if memory exhausted.  All callers changed.
19453         Do not bother partly cleaning up on
19454         memory allocation failure; that is free_dir's job.
19455         However, free ad if hash_insert fails, to avoid memory leak.
19456         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19457         fts->fts_options to see which union member to use.
19458
19459 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19460
19461         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19462         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19463
19464 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19465
19466         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19467
19468 2005-05-20  Jim Meyering  <jim@meyering.net>
19469
19470         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19471         Now a macro, to pacify GCC.
19472
19473 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19474
19475         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19476         of -1.
19477
19478 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19479
19480         * lib/chown.c (rpl_chown): Return -1 on failure.
19481
19482 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19483
19484         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19485         Don't check for stddef.h.
19486         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19487         don't use its results.
19488         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19489         since we include them unconditionally.  Don't require
19490         AM_STDBOOL_H, since stdbool is a prerequisite.
19491         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19492         since we assume C89 or better.
19493         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19494         as we don't use their results.
19495         Don't check for fchdir, memmove, memset, strrchr, as we use
19496         them unconditionally.
19497         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19498         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19499
19500 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19501
19502         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19503         Include <stddef.h> unconditionally, since we assume C89 now.
19504         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19505         * lib/fts.c: Include fts_.h first, to check interface.
19506         Do not include intprops.h; no longer needed.
19507         Include cycle-check.h and hash.h, since fts_.h no longer does.
19508         Remove unnecessary casts of closedir to void.
19509         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19510         decide whether to decrement nlinks.
19511         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19512         (FTS): Use struct hash_table * instead of Hash_table, so that
19513         we no longer need to include hash.h here.
19514
19515 2005-05-18  Jim Meyering  <jim@meyering.net>
19516
19517         * modules/dirfd (License): Change to LGPL.  Most of the code
19518         is already in the public domain.
19519
19520 2005-05-18  Jim Meyering  <jim@meyering.net>
19521
19522         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19523         Reported by Yoann Vandoorselaere.
19524
19525 2005-05-17  Jim Meyering  <jim@meyering.net>
19526
19527         * m4/fts.m4: New file, from coreutils.
19528
19529 2005-05-17  Jim Meyering  <jim@meyering.net>
19530
19531         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19532
19533 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19534
19535         Sync from coreutils.
19536         * m4/unlinkdir.m4: New file.
19537
19538 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19539
19540         Sync from coreutils.
19541         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19542         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19543         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19544         White space changes only.
19545         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19546         special.
19547         * lib/yesno.c: Include getline.h, not ctype.h.
19548         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19549         Use getline to remove arbitrary restriction on response length.
19550
19551 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         * config/srclist-update: Spell out "Street" in FSF postal
19554         mail address; this is the style the FSF seems to prefer.
19555
19556         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19557         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19558         this updates FSF postal mail address.
19559
19560         Sync from coreutils.
19561         * modules/unlinkdir: New file.
19562         * modules/yesno (Depends-on): Add getline.
19563         * MODULES.html.sh (File system functions): Add unlinkdir.
19564
19565 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19568         lib/strsep.h:
19569         Change the initial comment to refer to GPL, not LGPL.
19570         gnulib-tool will change it to LGPL as needed.
19571
19572         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19573         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19574         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19575         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19576         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19577         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19578         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19579         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19580         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19581         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19582         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19583         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19584         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19585         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19586         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19587         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19588         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19589         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19590         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19591         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19592         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19593         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19594         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19595         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19596         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19597         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19598         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19599         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19600         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19601         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19602         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19603         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19604         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19605         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19606         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19607         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19608         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19609         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19610         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19611         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19612         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19613         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19614         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19615         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19616         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19617         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19618         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19619         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19620         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19621         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19622         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19623         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19624         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19625         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19626         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19627         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19628         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19629         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19630         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19631         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19632         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19633         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19634         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19635         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19636         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19637         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19638         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19639         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19640         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19641         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19642         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19643         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19644         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19645         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19646         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19647         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19648         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19649         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19650         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19651         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19652         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19653         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19654         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19655         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19656         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19657         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19658         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19659         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19660         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19661         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19662         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19663         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19664         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19665         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19666         lib/yesno.c, lib/yesno.h:
19667         Update FSF postal mail address.
19668
19669 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19670
19671         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19672         tests/test-memmem.c, tests/test-stpncpy.c:
19673         Update FSF postal mail address.
19674
19675 2005-05-13  Bruno Haible  <bruno@clisp.org>
19676
19677         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19678         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19679         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19680         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19681         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19682         Add support for 64-bit integers in the MSVC compiler.
19683
19684 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19685
19686         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19687
19688 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19689
19690         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19691
19692 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19693
19694         * doc/getdate.texi (General date syntax): Don't say that date
19695         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19696         Problem reported by Nic Ferrier.
19697
19698 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19699
19700         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19701         specified in ai_socktype. Fix invalid ai_protocol
19702         check. ai_protocol is usually set to 0 or depending on
19703         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19704         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19705         ai_socktype / ai_protocol in the returned addrinfo structure.
19706
19707 2005-05-10  Simon Josefsson  <jas@extundo.com>
19708
19709         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19710         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19711
19712 2005-05-10  Karl Berry  <karl@gnu.org>
19713
19714         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19715         (from http://www.gnu.org/licenses).
19716         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19717         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19718         fdl.texi suffices.
19719
19720 2005-05-10  Karl Berry  <karl@gnu.org>
19721
19722         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19723         (COPYING.DOC): remove.
19724
19725         * config/srclist-update: new FSF address.
19726
19727 2005-05-10  Derek Price  <derek@ximbiot.com>
19728
19729         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19730         possible.
19731
19732 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19733             Bruno Haible  <bruno@clisp.org>
19734
19735         * modules/inet_ntop: New file.
19736         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19737         inet_ntop.
19738
19739 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19740             Bruno Haible  <bruno@clisp.org>
19741
19742         * m4/inet_ntop.m4: New file.
19743
19744 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19745             Bruno Haible  <bruno@clisp.org>
19746
19747         * lib/inet_ntop.h: New file.
19748         * lib/inet_ntop.c: New file, from glibc with modifications.
19749
19750 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19751
19752         * modules/time_r (License): Change to LGPL.
19753         * modules/extensions (License): Change to LGPL.  Actually,
19754         the license is more permissive than that, but currently gnulib-tool
19755         doesn't know how to handle more-permissive licenses.
19756
19757         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19758         Problem reported by Dave Love.
19759
19760 2005-05-08  Jim Meyering  <jim@meyering.net>
19761
19762         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19763         blank.
19764
19765 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19766
19767         * modules/argmatch (Depends-on): Add stdbool.
19768         * modules/backupfile (Depends-on): Likewise.
19769         * modules/chdir-long (Depends-on): Likewise.
19770         * modules/closeout (Depends-on): Likewise.
19771         * modules/cycle-check (Depends-on): Likewise.
19772         * modules/dirname (Depends-on): Likewise.
19773         * modules/fnmatch (Depends-on): Likewise.
19774         * modules/fsusage (Depends-on): Likewise.
19775         * modules/fwriteerror (Depends-on): Likewise.
19776         * modules/getcwd (Depends-on): Likewise.
19777         * modules/getloadavg (Depends-on): Likewise.
19778         * modules/hard-locale (Depends-on): Likewise.
19779         * modules/makepath (Depends-on): Likewise.
19780         * modules/mountlist (Depends-on): Likewise.
19781         * modules/nanosleep (Depends-on): Likewise.
19782         * modules/posixtm (Depends-on): Likewise.
19783         * modules/quotearg (Depends-on): Likewise.
19784         * modules/readtokens (Depends-on): Likewise.
19785         * modules/readtokens0 (Depends-on): Likewise.
19786         * modules/readutmp (Depends-on): Likewise.
19787         * modules/save-cwd (Depends-on): Likewise.
19788         * modules/strftime (Depends-on): Likewise.
19789         * modules/userspec (Depends-on): Likewise.
19790         * modules/utimecmp (Depends-on): Likewise.
19791         * modules/xgetcwd (Depends-on): Likewise.
19792         * modules/xnanosleep (Depends-on): Likewise.
19793         * modules/xstrtod (Depends-on): Likewise.
19794         * modules/yesno (Depends-on): Likewise.
19795
19796 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19797
19798         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19799         needless checks.
19800
19801 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19802
19803         Merge from coreutils.  Among other things,
19804         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19805         * lib/fd-safer.c: New file.
19806         * lib/fcntl-safer.h, open-safer.c: Remove.
19807         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19808         * lib/dup-safer.c: Include unistd-safer.h first.
19809         Don't include errno.h.
19810         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19811         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19812         * lib/file-type.c: Rely on file-type.h change.
19813         * lib/getloadavg.c: Include unistd-safer.h.
19814         (getloadavg): Use safer open.
19815         * lib/getusershell.c: Include "stdio-safer.h".
19816         (getusershell): Use safer fopen.
19817         * lib/long-options.c (long_options): Use NULL rather than 0.
19818         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19819         'free'.
19820         * lib/modechange.c: Likewise.
19821         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19822         (MODE_DONE): New constant.
19823         (struct mode_change): Remove 'next' member.
19824         (make_node_op_equals): New function; like the old one of the
19825         same name, except it allocates an array.
19826         (mode_compile, mode_create_from_ref): Use it.
19827         (mode_compile): Allocate result as an array, not a linked list.
19828         Parse octal string ourself, so that we catch mistakes like "+0".
19829         (mode_adjust): Arg is an array, not a linked list.
19830         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19831         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19832         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19833         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19834         Remove.  This is now stat-macros.h's job.
19835         (talloc): Remove.  All callers replaced by xalloc, so that
19836         our invokers don't have to worry about reporting memory failures.
19837         (make_node_op_equals): Remove.
19838         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19839         New constants.
19840         (struct mode_change): Moved here from modechange.h.
19841         (mode_append_entry): Remove.
19842         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19843         apps to have incorrect behavior.  Use simpler algorithm for head
19844         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19845         Detect more invalid usages rather than having somewhat-random behavior.
19846         Don't insert an "a=" action, as that leads to incorrect behavior.
19847         (mode_compile, mode_create_from_ref): Return NULL on error instead
19848         of an enum, since now there's only one way to have an error.  All
19849         callers changed.
19850         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19851         at the correct time.  Simplify calculation of "+u" and its ilk.
19852         Don't mishandle "+X".
19853         (mode_free): Remove "register" and localize decls.
19854         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19855         (struct mode_change): Move to modechange.c; callers don't
19856         need to see this stuff.
19857         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19858         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19859         (mode_change, mode_adjust): Reflect the new signatures noted above.
19860         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19861         that might redefine system include files.
19862         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19863         (my_usleep): Use NULL rather than (void *) 0.
19864         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19865         Use siginterrupt to specify that system calls should be interrupted.
19866         (rpl_nanosleep): Move initialization of suspended closer to call of
19867         my_usleep.
19868         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19869         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19870         (desirable_utmp_entry): New function.
19871         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19872         using x2nrealloc, to simplify logic.
19873         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19874         size calculation.  Do not assume utmp file is a regular file.
19875         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19876         (READ_UTMP_CHECK_PIDS): New constant.
19877         * lib/save-cwd.c: Include unistd-safer.h.
19878         (save_cwd): Use fd_safer.
19879         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19880         [!_LIBC] Include "stat-macros.h" instead.
19881         * lib/unistd-safer.h (fd_safer): New decl.
19882
19883 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19884
19885         * modules/getloadavg (Depends-on): Add unistd-safer.
19886         * modules/getusershell (Depends-on): Add stdio-safer.
19887         * modules/lstat (Depends-on): Remove xalloc.
19888         * modules/mkstemp (Depends-on): Add stat-macros.
19889         * modules/modechange (Depends-on): Remove xstrtol.
19890         Add stat-macros, xalloc.
19891         * modules/save-cwd (Depends-on): Add unistd-safer.
19892         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19893         * modules/unistd-safer (Files): Add lib/fd-safer.c
19894         (Makefile.am): Remove lib_SOURCES.
19895
19896         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19897         Remove fcntl-safer; unistd-safer supersedes it.
19898
19899 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19900
19901         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19902         AC_HEADER_STAT.
19903         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19904         (gl_PREREQ_CHOWN): Remove.
19905         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19906         it.  Don't require AC_HEADER_STAT.
19907         (gl_PREREQ_LSTAT): Remove.
19908         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19909         Don't require AC_HEADER_STAT.
19910         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19911         (gl_PREREQ_RMDIR): Remove.
19912         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19913         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19914         the stat-macros module a prerequisite.
19915         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19916         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19917         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19918         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19919         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19920         variable names.
19921         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19922         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19923         variable prefixes.
19924         * m4/fcntl-safer.m4: Remove.
19925         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19926         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19927         Invoke gl_PREREQ_FD_SAFER.
19928         (gl_PREREQ_FD_SAFER): New macro.
19929         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19930         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19931         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19932         Remove duplicate call to AC_LIBOBJ(readutmp).
19933         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19934
19935         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19936         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19937
19938 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19939
19940         * MODULES.html.sh (Misc): Add byteswap.
19941
19942 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19943
19944         * modules/getcwd (Depends-on): Add extensions.
19945         * modules/openat (Depends-on): Likewise.
19946
19947 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19948
19949         * modules/byteswap: New file.
19950
19951 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19952
19953         * m4/byteswap.m4: New file.
19954
19955 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19956
19957         * lib/byteswap_.h: New file.
19958
19959 2005-04-25  Karl Berry  <karl@gnu.org>
19960
19961         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19962
19963 2005-04-25  Albert Chin  <china@thewrittenword.com>
19964
19965         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19966         Toolkit C bug.
19967
19968 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19969
19970         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19971         (func_ln_if_changed) Remove forcibly for no error message
19972         in case file does not exist.
19973
19974 2005-04-19  Simon Josefsson  <jas@extundo.com>
19975
19976         * gnulib-tool (Options): Make --symlink mean --symbolic.
19977
19978 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19979
19980         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19981
19982 2005-04-16  Simon Josefsson  <jas@extundo.com>
19983
19984         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19985
19986 2005-04-15  Simon Josefsson  <jas@extundo.com>
19987
19988         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19989
19990 2005-04-15  Simon Josefsson  <jas@extundo.com>
19991
19992         * gnulib-tool: Rename --symlink to --symbolic.
19993
19994 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19995
19996         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19997         symbolic links to files instead of copying/moving.  Add --aux-dir,
19998         specifying directory relative --dir where auxiliary build tools
19999         are placed.
20000
20001 2005-04-14  Bruno Haible  <bruno@clisp.org>
20002
20003         * modules/allocsa (License): Change to LGPL.
20004         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20005
20006 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20007
20008         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20009         that "UTC +1 second" continues to work.  Problem reported
20010         by Dmitry V. Levin.
20011         (relunit_snumber): New rule.
20012         (relunit): Use it.
20013
20014 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20015
20016         * lib/getdate.y (universal_time_zone_table): New constant.
20017         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20018         universal_time_zone_table.
20019         (lookup_zone): Prefer universal_time_zone_table to
20020         local_time_zone_table, so that "GMT" time stamps are allowed in
20021         London during the summer.  Problem reported by Ian Abbott.
20022
20023 2005-04-12  Jim Meyering  <jim@meyering.net>
20024
20025         * lib/human.c (humblock): Set *options even when returning due to
20026         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20027         warning from gcc-4.
20028
20029 2005-04-09  Jim Meyering  <jim@meyering.net>
20030
20031         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20032         -Wuninitialized: initialize tm0.tm_year.
20033
20034 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20035
20036         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20037         count, since there's no maximum.  All uses changed.
20038         Add member dsts_seen.
20039         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20040         not being INT_MAX.
20041         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20042         Use pc_rels_seen to decide whther a date is absolute.
20043
20044         * lib/getdate.y (number): Don't overwrite year.
20045         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20046         check.
20047
20048 2005-04-02  Simon Josefsson  <jas@extundo.com>
20049
20050         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20051         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20052
20053 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20054
20055         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20056         where no absolute path name can be longer than PATH_MAX.
20057
20058 2005-03-27  Jim Meyering  <jim@meyering.net>
20059
20060         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20061
20062 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20063
20064         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20065         "one's complement" -> "ones' complement" in comment, as per Knuth.
20066         "value of type" -> "type or expression" in comment.
20067         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20068
20069 2005-03-26  Jim Meyering  <jim@meyering.net>
20070
20071         Comment nits.
20072         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20073         Correct typos: s/or/of/.
20074
20075 2005-03-26  Jim Meyering  <jim@meyering.net>
20076
20077         * modules/check-include-files: Move to ../ and rename to...
20078         * check-module: ...this.
20079
20080 2005-03-25  Jim Meyering  <jim@meyering.net>
20081
20082         * modules/xvasprintf (Files): Add xalloc.h.
20083
20084 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20085
20086         * modules/gettext (Files): config/config.rpath ->
20087         build-aux/config.rpath
20088         * modules/iconv (Files): Likewise.
20089         Problem reported by Oskar Liljeblad.
20090
20091 2005-03-23  Jim Meyering  <jim@meyering.net>
20092
20093         * modules/check-include-files: New script to check for
20094         missing dependencies, multiple includes, etc.
20095
20096         * modules/c-strtold (Depends-on): Add xalloc.
20097         * modules/c-strtod (Depends-on): Add xalloc.
20098         * modules/hash (Depends-on): Add xalloc.
20099         (Files): Remove lib/xalloc.h.
20100
20101         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20102         * modules/userspec (Files): Add lib/inttostr.h.
20103
20104 2005-03-23  Jim Meyering  <jim@meyering.net>
20105
20106         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20107
20108 2005-03-22  Jim Meyering  <jim@meyering.net>
20109
20110         * modules/stat-macros: New module.
20111         * modules/canonicalize, modules/euidaccess, modules/file-type,
20112         * modules/filemode, modules/lchown, modules/makepath,
20113         * modules/rmdir, modules/stat: Depend on new stat-macros module
20114         rather than listing lib/stat-macros.h manually.
20115         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20116
20117 2005-03-22  Jim Meyering  <jim@meyering.net>
20118
20119         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20120
20121 2005-03-22  Bruno Haible  <bruno@clisp.org>
20122
20123         * config/srclist.txt: Replace target directory 'config' with
20124         'build-aux'.
20125         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20126         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20127         ../build-aux/.
20128
20129 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20130
20131         * modules/chdir-long (Depends-on): Add mempcpy.
20132
20133         * modules/acl, modules/backupfile, modules/c-strtod,
20134         modules/c-strtold, modules/canon-host, modules/canonicalize,
20135         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20136         modules/exclude, modules/exitfail, modules/file-type,
20137         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20138         modules/getdate, modules/getline, modules/getpagesize,
20139         modules/getpass, modules/getugroups, modules/group-member,
20140         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20141         modules/inttostr, modules/long-options, modules/makepath,
20142         modules/md5, modules/memcasecmp, modules/memcoll,
20143         modules/modechange, modules/mountlist, modules/path-concat,
20144         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20145         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20146         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20147         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20148         modules/strftime, modules/strndup, modules/strverscmp,
20149         modules/timespec, modules/unlocked-io, modules/userspec,
20150         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20151         modules/yesno:
20152         Remove lib_SOURCES line from Makefile.am section, as this is now
20153         done automatically by the corresponding Autoconf macro.
20154
20155 2005-03-21  Jim Meyering  <jim@meyering.net>
20156
20157         Changes imported from coreutils.
20158
20159         * lib/cycle-check.c: Don't include xalloc.h.
20160
20161         * lib/path-concat.c: Don't include assert.h.
20162         (path_concat): Remove assertion that would have triggered
20163         for ABASE starting with more than one slash.
20164         Reported by Andreas Schwab.
20165
20166         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20167         properly when ABASE is an absolute file name.
20168         Correct the description of this function.
20169         Include <assert.h>.
20170         Add an assertion and a test driver.
20171         This fixes a bug introduced on 2004-07-02.
20172         Andreas Schwab reported the resulting failure of cp --parents:
20173         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20174
20175 2005-03-21  Jim Meyering  <jim@meyering.net>
20176
20177         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20178         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20179
20180 2005-03-21  Jim Meyering  <jim@meyering.net>
20181         and  Paul Eggert  <eggert@cs.ucla.edu>
20182
20183         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20184         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20185         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20186         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20187         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20188         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20189         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20190         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20191         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20192         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20193         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20194         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20195         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20196         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20197         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20198         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20199         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20200         for these modules.
20201
20202 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20203
20204         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20205         (which shouldn't happen), generate nothing instead of returning 0
20206         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20207
20208 2005-03-16  Bruno Haible  <bruno@clisp.org>
20209
20210         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20211         HAVE_LONGLONG_64BIT.
20212
20213 2005-03-16  Bruno Haible  <bruno@clisp.org>
20214
20215         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20216         HAVE_LONGLONG_64BIT.
20217
20218 2005-03-16  Bruno Haible  <bruno@clisp.org>
20219
20220         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20221         HAVE_LONGLONG_64BIT.
20222
20223 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20224
20225         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20226         reliably distinguish strftime failure from empty output on POSIX
20227         hosts.
20228
20229 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20230
20231         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20232         (iconv_string): Don't guess a size-zero buffer, as that might cause
20233         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20234         result would be 'too large', where 'too large' is (heuristically)
20235         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20236         overflow concerns.  This will prevent some unwanted malloc failures
20237         when the inputs are very large.
20238
20239 2005-03-15  Karl Berry  <karl@gnu.org>
20240
20241         * config/srclist.txt (config.rpath): from gettext.
20242         * config/config.rpath: update.
20243
20244 2005-03-15  Bruno Haible  <bruno@clisp.org>
20245
20246         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20247         to 'negate'.
20248
20249         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20250         variable.
20251
20252         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20253         results.
20254
20255 2005-03-14  Simon Josefsson  <jas@extundo.com>
20256
20257         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20258         <fx@gnu.org>.
20259
20260 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20261
20262         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20263         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20264         intprops.h.
20265         * lib/strtol.c: Likewise.
20266
20267 2005-03-14  Jim Meyering  <jim@meyering.net>
20268
20269         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20270         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20271         to be nonzero so that we (and caller) can detect the difference
20272         between a valid zero-length expansion and an error return, even
20273         when the underlying strftime fails before writing anything into
20274         that location.
20275
20276 2005-03-14  Bruno Haible  <bruno@clisp.org>
20277
20278         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20279         Update from GNU gettext 0.14.3.
20280
20281 2005-03-10  Jim Meyering  <jim@meyering.net>
20282
20283         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20284
20285 2005-03-10  Jim Meyering  <jim@meyering.net>
20286
20287         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20288         so that this module works on systems without fchdir.
20289
20290 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20291
20292         Factor int-properties macros into a single file, except for
20293         glibc-related files.
20294         * lib/intprops.h: New file.
20295         * lib/getloadavg.c: Include it instead of limits.h.
20296         (INT_STRLEN_BOUND): Remove.
20297         * lib/human.c: Include intprops.h.
20298         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20299         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20300         302/1000.
20301         * lib/inttostr.h: Include intprops.h instead of limits.h.
20302         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20303         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20304         for consistency with intprops.h.
20305         (time_t_is_integer, twos_complement_arithmetic): Use them.
20306         * lib/sig2str.h: Include <signal.h>, intprops.h.
20307         (INT_STRLEN_BOUND): Remove.
20308         * lib/strftime.c (TYPE_SIGNED): Remove.
20309         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20310         * lib/strtol.c: Adjust comments to match intprops.h.
20311         * lib/userspec.c: Include intprops.h.
20312         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20313         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20314         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20315         instead of rolling our own expressions.
20316         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20317
20318         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20319         instead of int.
20320         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20321         the right thing even if adding 1900 would overflow.  Similarly
20322         for tm_mon + 1 and tm_yday + 1.
20323         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20324         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20325         (DO_SIGNED_NUMBER): New macro.
20326         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20327
20328 2005-03-07  Bruno Haible  <bruno@clisp.org>
20329
20330         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20331
20332 2005-03-07  Bruno Haible  <bruno@clisp.org>
20333
20334         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20335
20336 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20337
20338         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20339         (func_import): Only replace files via --import when they have actually
20340         changed.
20341
20342 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20343
20344         * m4/mmap-anon.m4: New file.
20345         * m4/pagealign_alloc.m4: New file.
20346
20347 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20348             Bruno Haible  <bruno@clisp.org>
20349
20350         * modules/pagealign_alloc: New file.
20351         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20352
20353 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20354             Bruno Haible  <bruno@clisp.org>
20355
20356         * lib/pagealign_alloc.h: New file.
20357         * lib/pagealign_alloc.c: New file.
20358
20359 2005-03-03  Bruno Haible  <bruno@clisp.org>
20360
20361         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20362         Use an all-permissive copyright notice, recommended by RMS.
20363
20364 2005-03-02  Bruno Haible  <bruno@clisp.org>
20365
20366         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20367         of AIX, the replacement has to be done only after <string.h> is
20368         included, therefore not in config.h. stpncpy.h does the replacement,
20369         and stpncpy.c uses it.
20370
20371 2005-03-02  Bruno Haible  <bruno@clisp.org>
20372
20373         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20374         stpncpy.c uses it.
20375
20376 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20377
20378         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20379         The workaround isn't strictly needed for POSIX conformance, and
20380         it's too much of a pain to configure and maintain.  We'll ask
20381         people to fix their kernels instead.
20382         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20383         (NANOSLEEP_BUG_WORKAROUND): Remove.
20384         (xnanosleep): Remove the workaround.
20385
20386 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20387
20388         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20389         Reported by Derek Price.
20390         (Include): Add "timespec.h".
20391
20392         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20393
20394 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20395
20396         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20397         to detect nanosleep bug.
20398
20399 2005-03-01  Bruno Haible  <bruno@clisp.org>
20400
20401         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20402
20403 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20404
20405         * modules/gethrxtime: New file.
20406         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20407         (Depends-on): Add gethrxtime.
20408         (configure.ac): Add gl_XNANOSLEEP.
20409         (Makefile.am): Remove lib_SOURCES line.
20410
20411 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20412
20413         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20414         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20415
20416 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20417
20418         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20419         * lib/timespec.h (gettime): Return void, since it always
20420         succeeds now.  All uses changed.
20421         * lib/gettime.c (gettime) Likewise.
20422         [HAVE_NANOTIME]: Prefer nanotime.
20423         Assume gettimeofday succeeds, as POSIX requires.
20424         Assime time () succeeds, since other code already does.
20425         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20426         (timespec_subtract): Remove.
20427         (NANOSLEEP_BUG_WORKAROUND): New constant.
20428         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20429         things considerably.  Use it only on GNU/Linux hosts, since the
20430         workaround shouldn't be needed elsewhere.
20431
20432 2005-02-24  Bruno Haible  <bruno@clisp.org>
20433
20434         * modules/gettext (Files): Add m4/glibc2.m4.
20435
20436 2005-02-24  Bruno Haible  <bruno@clisp.org>
20437
20438         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20439         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20440         * m4/progtest.m4:
20441         Update from GNU gettext 0.14.2.
20442         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20443
20444 2005-02-24  Bruno Haible  <bruno@clisp.org>
20445
20446         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20447         * lib/config.charset: Update from GNU gettext 0.14.2.
20448
20449 2005-02-24  Bruno Haible  <bruno@clisp.org>
20450
20451         * lib/gettext.h: Update from GNU gettext 0.14.2.
20452
20453 2005-02-23  Simon Josefsson  <jas@extundo.com>
20454
20455         * m4/iconvme.m4: New file.
20456
20457 2005-02-23  Jim Meyering  <jim@meyering.net>
20458
20459         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20460         change.
20461         Thanks to Bruno Haible for catching it.
20462
20463 2005-02-22  Simon Josefsson  <jas@extundo.com>
20464
20465         * modules/iconvme: New file.
20466
20467         * MODULES.html.sh: Add iconvme.
20468
20469 2005-02-22  Simon Josefsson  <jas@extundo.com>
20470
20471         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20472
20473 2005-02-22  Simon Josefsson  <jas@extundo.com>
20474
20475         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20476
20477 2005-02-22  Jim Meyering  <jim@meyering.net>
20478
20479         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20480         s/ifndef/ifdef/.
20481
20482 2005-02-20  Neil Conway  <neilc@samurai.com>
20483
20484         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20485         returned by OSX/Darwin if the specified buffer is not large
20486         enough for the hostname.
20487
20488 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20489
20490         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20491         pass it to _help, otherwise the latter coredumps trying to
20492         dereference state.root_argp.
20493
20494 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20495
20496         * modules/chdir-long (Depends-on): Add memrchr.
20497         * modules/memrchr (Files): Add lib/memrchr.h.
20498         (Include): "memrchr.h".
20499
20500 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20501
20502         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20503
20504 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20505
20506         * lib/memrchr.h: New file.
20507         * lib/chdir-long.c: Include it.
20508         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20509         Don't bother including stddef.h.
20510
20511 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20512
20513         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20514         inclusion.
20515         Include <sys/types.h>, for dev_t.
20516         (ME_DUMMY, ME_REMOTE): Move from here....
20517         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20518         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20519         Dmitry V. Levin.
20520         Include mountlist.h first, to test the interface.
20521
20522 2005-01-29  Bruno Haible  <bruno@clisp.org>
20523
20524         * lib/progname.c (program_name): Initialize.
20525         Needed when linking statically on MacOS X.
20526
20527 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20528
20529         Sync from coreutils.
20530         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20531         (Depends-on): Add c-strtod.
20532         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20533
20534 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20535
20536         Sync from coreutils.
20537         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20538
20539         Remove files that are specific to coreutils.
20540         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20541
20542 2005-01-28  Bruno Haible  <bruno@clisp.org>
20543
20544         * modules/javacomp: New file.
20545         * MODULES.html.sh (Java): Add javacomp.
20546
20547 2005-01-28  Bruno Haible  <bruno@clisp.org>
20548
20549         * m4/javacomp.m4: New file, from GNU gettext.
20550
20551 2005-01-28  Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/javacomp.sh.in: New file, from GNU gettext.
20554         * lib/javacomp.h: New file, from GNU gettext.
20555         * lib/javacomp.c: New file, from GNU gettext.
20556
20557 2005-01-26  Simon Josefsson  <jas@extundo.com>
20558
20559         * lib/gai_strerror.c: Use GPL in header.
20560
20561 2005-01-26  Bruno Haible  <bruno@clisp.org>
20562
20563         * modules/javaexec: New file.
20564         * MODULES.html.sh (Java): Add javaexec.
20565
20566 2005-01-26  Bruno Haible  <bruno@clisp.org>
20567
20568         * m4/javaexec.m4: New file, from GNU gettext.
20569
20570 2005-01-26  Bruno Haible  <bruno@clisp.org>
20571
20572         * lib/javaexec.sh.in: New file, from GNU gettext.
20573         * lib/javaexec.h: New file, from GNU gettext.
20574         * lib/javaexec.c: New file, from GNU gettext.
20575
20576 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20577
20578         * modules/lchown (Depends-on): Remove lchown.h
20579
20580 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20581
20582         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20583         must be defined if the header file was not found, in order
20584         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20585
20586 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20587
20588         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20589         initializers for struct pentry_state.
20590         (__argp_error): Check return value of __asprintf
20591         (__argp_failure): Translate error message
20592
20593         * lib/argp-parse.c: Removed braces around the expansion of N_()
20594
20595 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20596
20597         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20598         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20599         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20600         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20601         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20602         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20603         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20604         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20605         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20606         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20607         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20608         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20609         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20610         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20611         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20612         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20613         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20614         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20615         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20616         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20617         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20618         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20619         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20620         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20621         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20622         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20623         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20624         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20625         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20626         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20627         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20628         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20629         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20630         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20631         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20632         Use an all-permissive copyright notice, recommended by RMS.
20633
20634 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20635
20636         * modules/chdir-long (Depends-on): Remove mempcpy.
20637
20638 2005-01-21  Jim Meyering  <jim@meyering.net>
20639
20640         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20641         same value as for Solaris 9.
20642
20643         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20644         component length.  This included changing the parameter to be
20645         of type `char *' rather than `char const *'.
20646         * lib/chdir-long.h (chdir_long): Update prototype.
20647
20648         * lib/openat.c (fdopendir, fstatat): New functions.
20649         * lib/openat.h: Include headers required for use of DIR and struct
20650         stat.
20651         [AT_SYMLINK_NOFOLLOW]: Define.
20652         (fdopendir, fstatat): Add prototypes.
20653
20654 2005-01-21  Bruno Haible  <bruno@clisp.org>
20655
20656         * modules/classpath: New file.
20657         * MODULES.html.sh (Java): Add classpath.
20658
20659 2005-01-21  Bruno Haible  <bruno@clisp.org>
20660
20661         * lib/classpath.h: New file, from GNU gettext.
20662         * lib/classpath.c: New file, from GNU gettext.
20663
20664 2005-01-20  Simon Josefsson  <jas@extundo.com>
20665
20666         * modules/version-etc-fsf: New file.
20667
20668 2005-01-20  Simon Josefsson  <jas@extundo.com>
20669
20670         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20671         * lib/version-etc.c: Remove version_etc_copyright.
20672         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20673         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20674
20675 2005-01-20  Simon Josefsson  <jas@extundo.com>
20676
20677         * lib/base64.h (isbase64): Add.
20678
20679         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20680         using a unsigned prototype, don't inline.
20681         (base64_decode): Use it.
20682
20683 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20684
20685         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20686         it.
20687
20688 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20689
20690         * lib/save-cwd.c (save_cwd): Remove code to support the case
20691         where fchdir is missing or flaky.
20692
20693 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20694
20695         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20696
20697 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20698
20699         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20700         AC_LIBSOURCES now does this.
20701         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20702         with new ullong_max module.
20703
20704 2005-01-19  Bruno Haible  <bruno@clisp.org>
20705
20706         * modules/sh-quote: New file.
20707         * MODULES.html.sh (Executing programs): Add sh-quote.
20708
20709 2005-01-19  Bruno Haible  <bruno@clisp.org>
20710
20711         * lib/sh-quote.h: New file, from GNU gettext.
20712         * lib/sh-quote.c: New file, from GNU gettext.
20713
20714 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20715
20716         Merge from coreutils.
20717         * m4/ullong_max.m4: New file.
20718         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20719         (gl_MACROS): Assume localeconv exists.
20720
20721 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20722
20723         Merge changes from coreutils, as described below in several
20724         changelogs dated today.
20725
20726         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20727         (O_DIRECTORY): Remove; not needed here, since "." must be
20728         a directory.  All uses removed.
20729         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20730         universal on Suns, and we also need to test for IRIX.
20731         Revamp code to use 'if' rather than '#if'.
20732         Avoid unnecessary comparison of cwd->desc to 0.
20733
20734         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20735         for known valid error numbers rather than observed invalid ones.
20736
20737 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20738
20739         * modules/ullong_max: New file.
20740
20741         * modules/chdir-long, modules/openat: New files.
20742         * modules/save-cwd (Depends-on): Depend on chdir-long.
20743         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20744
20745 2005-01-18  Jim Meyering  <jim@meyering.net>
20746
20747         Merge from coreutils.
20748         * m4/chdir-long.m4, m4/openat.m4: New files.
20749         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20750         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20751         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20752         is sane and DOES follow symlinks.  Besides, testing 20 different
20753         systems found no broken chown implementations.
20754         Prompted by a change in rsync's copy of this macro.
20755         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20756
20757         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20758
20759         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20760         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20761         NULL-means-set-to-current-time semantics.
20762         Remove temporary file immediately, rather than waiting
20763         for configure's at-exit trap code to do it.
20764
20765 2005-01-18  Jim Meyering  <jim@meyering.net>
20766
20767         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20768
20769         * lib/utimens.c (futimens): Account for the fact that futimes
20770         can also fail with errno == ENOSYS or errno == ENOENT.
20771         Patch from Dmitry V. Levin.
20772
20773         Change the name of the robust chdir function from chdir to chdir_long.
20774         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20775         (restore_cwd): Use chdir_long, not chdir.
20776         * lib/chdir-long.c: Renamed from chdir.c.
20777         * lib/chdir-long.h: Renamed from chdir.h.
20778         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20779         Hurd.
20780
20781 2005-01-18  Bruno Haible  <bruno@clisp.org>
20782
20783         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20784         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20785         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20786         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20787         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20788         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20789         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20790         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20791         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20792         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20793         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20794         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20795         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20796         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20797         Use an all-permissive copyright notice, recommended by RMS.
20798
20799 2005-01-18  Bob Proulx  <bob@proulx.com>
20800
20801         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20802         simplify offsetof() macro construct to avoid compile failure with
20803         native HP-UX 11.0 ANSI C compiler.
20804
20805 2005-01-17  Bruno Haible  <bruno@clisp.org>
20806
20807         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20808         redundant because stpncpy.m4 takes care of it.
20809
20810 2005-01-17  Bruno Haible  <bruno@clisp.org>
20811
20812         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20813
20814 2005-01-17  Bruno Haible  <bruno@clisp.org>
20815
20816         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20817         used.
20818
20819 2005-01-17  Bruno Haible  <bruno@clisp.org>
20820
20821         * lib/fwriteerror.h (fwriteerror): Change specification to include
20822         fclose.
20823         * lib/fwriteerror.c: Include <stdbool.h>.
20824         (fwriteerror): At the end, close the file stream. Record whether
20825         stdout was already closed.
20826
20827 2005-01-17  Bruno Haible  <bruno@clisp.org>
20828
20829         * lib/execute.c (environ): Declare if needed.
20830         * lib/pipe.c (environ): Likewise.
20831         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20832
20833 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20834
20835         * modules/argp: Depend on vsnprintf
20836
20837 2005-01-10  Jim Meyering  <jim@meyering.net>
20838
20839         * modules/closeout (Depends-on): Add atexit.
20840
20841 2005-01-06  Bruno Haible  <bruno@clisp.org>
20842
20843         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20844
20845 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20846
20847         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20848         definitions to be after all include files, to avoid collisions.
20849         Problem reported by Bob Proulx.
20850
20851 2005-01-04  Jim Meyering  <jim@meyering.net>
20852
20853         Changes imported from coreutils.
20854         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20855         as the mkstemp template, use a temporary directory and an
20856         8.3-friendly template to avoid trouble on systems like DJGPP.
20857         Reported by Juan M. Guerrero via Stepan Kasal.
20858         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20859         close. Remove the temporary directory right away, rather than waiting
20860         for configure's at-exit trap code to do it.
20861         Suggestion from Stepan Kasal.
20862
20863 2005-01-01  Simon Josefsson  <jas@extundo.com>
20864
20865         * gnulib-tool: Print #include directives when --import'ing.
20866
20867 2004-12-28  Simon Josefsson  <jas@extundo.com>
20868
20869         * tests/test-base64.c: Include required header files.  Remove
20870         unused variables.
20871
20872 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20873
20874         * modules/error (Depends-on): Remove gettext.
20875
20876 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20877
20878         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20879         not needed.  This removes a dependency on the gettext module.
20880         [defined _LIBC]: Do not include <libintl.h>; not needed.
20881
20882 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20883
20884         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20885         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20886
20887 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20888
20889         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20890         HAVE_DECL_STRTOLD.
20891
20892 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20893
20894         * modules/getdate (Depends-on): Remove alloca-opt.
20895
20896 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20897
20898         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20899
20900 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20901
20902         * lib/argp-parse.c: Include <stddef.h>.
20903         (alignof, alignto): New macros.
20904         (parser_init): Don't assume that void * is aligned sufficiently
20905         for struct option.
20906
20907         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20908         need to extend the stack.
20909         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20910         large.
20911
20912 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20913
20914         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20915
20916 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20917
20918         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20919         (2004-10-24) change.  Apparently this was a false alarm.
20920
20921         * modules/getdate: Depend on alloca-opt, not alloca.
20922
20923 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20924
20925         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20926         Remove now-obsolete comment about AIX.
20927         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20928         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20929         (YYMAXDEPTH): New macro.
20930
20931 2004-12-18  Simon Josefsson  <jas@extundo.com>
20932
20933         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20934
20935 2004-12-18  Bruno Haible  <bruno@clisp.org>
20936
20937         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20938
20939 2004-12-18  Bruno Haible  <bruno@clisp.org>
20940
20941         * lib/fatal-signal.c (fatal_signals): Make non-const.
20942         (init_fatal_signals): New function.
20943         (uninstall_handlers, install_handlers): Ignore signals that were set to
20944         SIG_IGN.
20945         (at_fatal_signal): Call init_fatal_signals.
20946         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20947         SIG_IGN.
20948         Reported by Paul Eggert.
20949
20950 2004-12-18  Bruno Haible  <bruno@clisp.org>
20951
20952         * doc/alloca.texi: New file.
20953         * doc/alloca-opt.texi: New file.
20954
20955 2004-12-17  Jim Meyering  <jim@meyering.net>
20956
20957         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20958         Otherwise, install-sh could exit with improper exit status when
20959         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20960
20961 2004-12-16  Simon Josefsson  <jas@extundo.com>
20962
20963         * tests/test-base64.c: Add license.
20964
20965 2004-12-15  Stepan Kasal  <address@hidden>
20966
20967         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20968
20969 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20970
20971         * modules/getcwd (Files): Add m4/d-ino.m4.
20972         Suggested by Mark D. Baushke.
20973
20974 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20975
20976         * lib/getdate.y (textint): New member "negative".
20977         (time_zone_hhmm): New function.
20978         Expect 14 shift-reduce conflicts, not 13.
20979         (o_colon_minutes): New rule.
20980         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20981         (yylex): Set the "negative" member of signed numbers.
20982
20983 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20984
20985         * doc/getdate.texi (Time of day items, Time zone items):
20986         Describe new formats +00:00, UTC+00:00.
20987
20988 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20989
20990         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20991         spurious "-l"s.  Problem reported by Stepan Kasal.
20992
20993 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20994
20995         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20996         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20997
20998 2004-12-04  Simon Josefsson  <jas@extundo.com>
20999
21000         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21001         Vandoorselaere <yoann@prelude-ids.org>.
21002
21003 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21004
21005         Changes imported from coreutils.
21006         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21007         exist.
21008         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21009
21010 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21011
21012         Changes imported from coreutils.
21013         * lib/hard-locale.c: Assume <locale.h> exists.
21014         Include "strdup.h".
21015         (GLIBC_VERSION): New macro.
21016         (hard_locale): Assume setlocale exists.
21017         Rewrite to avoid #ifdef.
21018         Use strdup rather than malloc + strcpy.
21019         * lib/human.c: Assume <locale.h> exists.
21020         (human_readable): Assume localeconv exists.
21021
21022 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21023
21024         * modules/hard-locale (Depends-on): Add strdup.
21025
21026 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21027
21028         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21029         convert T2, not T.  (Imported from libc.)
21030
21031 2004-11-30  Simon Josefsson  <jas@extundo.com>
21032
21033         * modules/restrict (License): Change to LGPL.
21034
21035 2004-11-30  Simon Josefsson  <jas@extundo.com>
21036
21037         * m4/restrict.m4: Add copyright and copying conditions.
21038
21039 2004-11-30  Simon Josefsson  <jas@extundo.com>
21040
21041         * m4/base64.m4: New file.
21042
21043 2004-11-30  Simon Josefsson  <jas@extundo.com>
21044
21045         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21046         base64.
21047
21048         * tests/test-base64.c: New file.
21049
21050         * modules/base64: New file.
21051
21052 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21053
21054         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21055         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21056
21057         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21058
21059 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21060
21061         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21062         (__getcwd.c): Don't restore errno; glibc doesn't.
21063         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21064         first, falling back to our code only if its results look suspicious.
21065         Ensure that the resulting buffer is only as large as necessary.
21066
21067         * lib/readutmp.c: Include readutmp.h first.
21068         Include <errno.h>, since readutmp.h no longer does that.
21069         * lib/readutmp.h: Don't include <errno.h>,
21070         <sys/param.h>, <time.h>; not needed to establish interface.
21071         (errno): Remove decl.
21072         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21073         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21074         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21075
21076 2004-11-28  Simon Josefsson  <jas@extundo.com>
21077
21078         * lib/base64.h, base64.c: New file.
21079
21080 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21081
21082         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21083
21084 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21085
21086         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21087         (Depends-on): Remove pathmax, same.  Add mempcpy.
21088         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21089         (Makefile.am): Append getcwd.h to lib_SOURCES.
21090         (Include): Add getcwd.h.
21091         (Maintainer): Change from Jim Meyering to "all, glibc",
21092         since getdate now uses intended-for-glibc code.
21093         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21094         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21095
21096 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21097
21098         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21099         HP's ANSI C compiler.
21100         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21101         Declaring int functions causes warnings on some modern systems and
21102         shouldn't be needed to compile on ancient ones.
21103         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21104         defined.
21105
21106         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21107         with the following changes.
21108         (__set_errno): Parenthesize properly.
21109         Include <stdbool.h>.
21110         (MIN, MAX, MATCHING_INO): New macros.
21111         (__getcwd): Define with prototype, not K&R form.
21112         Use heuristics to allocate default buffer on stack if possible.
21113         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21114         behavior, and to avoid the PATH_MAX limit when computing
21115         ../../../../...
21116         Use MATCHING_INO to compare inode number to file.
21117         Check for arithmetic overflow in size calculations.
21118         Fix bug in reallocation of dot array that caused getcwd to fail
21119         on directories nested deeper than 75.
21120         Be more careful about saving errno on error.
21121         Do not use realloc; use only free+malloc, as this is a bit
21122         more flexible and avoids a needless copy operation.
21123         Do not inspect st_dev and st_ino for symbolic links; POSIX
21124         doesn't specify the latter.
21125         Check for closedir errors.
21126         Avoid needless casts.
21127         Use "#ifdef weak_alias" around weak_alias, to be like other
21128         glibc code.
21129         The following changes to getcwd.c have effect only when used in
21130         gnulib; they have no effect inside glibc proper.
21131         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21132         as alloca isn't used.
21133         (alloca, __alloca): Likewise.
21134         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21135         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21136         unconditionally, as gnulib assumes C89 or better.
21137         Do not include <sys/param.h>.
21138         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21139         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21140         better.
21141         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21142         Include <dirent.h> in a way that is compatible with modern Autoconf.
21143         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21144         New macros, if not already defined.
21145         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21146         Use "_LIBC", not "defined _LIBC", for consistency.
21147         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21148         a mempcpy module.
21149         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21150         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21151         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21152         credit only to Jim Meyering and adjust the copyright dates.
21153         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21154         <stdlib.h>, <unistd.h>, "pathmax.h".
21155         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21156         (INITIAL_BUFFER_SIZE): Remove.
21157         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21158
21159 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21160
21161         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21162         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21163         Use the _ONCE methods, for efficiency.
21164         Check for fcntl.h.  In test program, include <errno.h>
21165         and <fcntl.h> if available.  Remove old K&R cruft from
21166         test program.  Check for common errors in GNU/Linux,
21167         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21168         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21169         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21170         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21171         name accordingly.
21172         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21173         accommodate new getcwd.c.
21174         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21175         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21176         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21177         that's all we need now.
21178
21179 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21180
21181         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21182         argp-parse.c depends on getopt internals, that means we should
21183         always use our getopt, to be on the safe side.
21184         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21185         order not to spoil the result of an eventual previous invocation
21186         of gl_GETOPT_SUBSTITUTE.
21187
21188 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21189
21190         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21191         redefinition warnings. To avoid them, include the defines
21192         in `#if !defined __need_getopt ... #endif'. The only place
21193         where __getopt_argv_const is used is in definitions
21194         of getopt_long and getopt_long_only below, which are as well
21195         protected by `#ifndef __need_getopt'.
21196         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21197         __need_getopt after including <stdio.h> and <unistd.h> These
21198         headers might have defined it.
21199
21200 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21201
21202         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21203
21204 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21205
21206         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21207         (futimens): New function, which uses futimes if available.
21208         (futimens, utimens): Support timespec==NULL, with same semantics
21209         as utime and utimens.
21210         * lib/utimens.h (futimens): New decl.
21211
21212 2004-11-23  Jim Meyering  <jim@meyering.net>
21213
21214         * lib/getopt_.h: Remove trailing blanks.
21215
21216 2004-11-23  Jim Meyering  <jim@meyering.net>
21217
21218         * lib/__fpending.c: Add comment.
21219
21220 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21221
21222         * modules/canonicalize (Depends-on): Add xreadlink.
21223         Problem reported by James Youngman.
21224
21225 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21226
21227         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21228         New macros.
21229         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21230         optopt): Use them instead of invoking ## directly; otherwise, the
21231         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21232
21233 2004-11-19  Bruno Haible  <bruno@clisp.org>
21234
21235         * lib/strtok_r.c: Move comments from here...
21236         * lib/strtok_r.h: ... to here.
21237
21238 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21239
21240         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21241         implementations that mishandle size_t overflow.
21242
21243 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21244
21245         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21246         might fail.  Problem reported by Yoann Vandoorselaere.
21247         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21248         implementations that mishandle size_t overflow.
21249
21250 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21251
21252         * modules/canon-host (Depends-on): Add strdup.
21253
21254 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21255
21256         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21257
21258 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21259
21260         * lib/canon-host.c: Include "strdup.h".
21261         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21262         Use strdup instead of malloc/strcpy to duplicate strings.
21263
21264         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21265         (human_space_before_unit): New constant.
21266         * lib/human.c (human_readable): Support it.
21267
21268         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21269         (xgetcwd): Set errno correctly when failing.
21270         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21271         the failure is actually due to a PATH_MAX problem.
21272
21273         Further getopt changes to make it more likely that glibc will
21274         buy the changes back.
21275         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21276         (getopt): Use it, so to preserve glibc semantic
21277         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21278         when compiling for libc.
21279         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21280         (getopt_long, getopt_long_only): Use it.
21281
21282         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21283         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21284         (getopt): Argv is now char * const *, as per standard.
21285         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21286         not char *__getopt_argv_const *.
21287         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21288         _getopt_long_only_r): Likewise.
21289         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21290         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21291         _getopt_long_r, _getopt_long_only_r): Likewise.
21292         * lib/getopt_.h (__getopt_argv_const): Remove.
21293         (getopt): Argv is now char * const *, as per standard.
21294
21295         * lib/getdate.y (tORDINAL): New token.
21296         (day, relunit): Allow it for relative times.
21297         (relative_time_table): Use tORDINAL for ordinals.
21298
21299 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21300
21301         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21302         Document that "second" isn't allowed as an ordinal number.
21303
21304 2004-11-16  Jim Meyering  <jim@meyering.net>
21305
21306         * modules/closeout (Depends-on): Add fpending.
21307
21308 2004-11-15  Jim Meyering  <jim@meyering.net>
21309
21310         * lib/closeout.c: Include "__fpending.h" once again.
21311         Include <stdbool.h>.
21312         (close_stdout): Don't fail just because stdout was closed initially,
21313         since some programs don't write to stdout in the normal course of
21314         operation (other than --version and --help), and we don't want this
21315         function to make e.g. `touch file >&-' fail.
21316         But do fail if it was closed and someone has tried to write to it.
21317         E.g., `printf foo >&-' must fail.
21318
21319 2004-11-13  Jim Meyering  <jim@meyering.net>
21320
21321         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21322
21323 2004-11-12  Simon Josefsson  <jas@extundo.com>
21324
21325         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21326         small doc fix is still pending.
21327
21328 2004-11-11  Simon Josefsson  <jas@extundo.com>
21329
21330         * modules/strtok_r: New file.
21331
21332         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21333         strtok_r.
21334
21335 2004-11-11  Simon Josefsson  <jas@extundo.com>
21336
21337         * m4/strtok_r.m4: New file.
21338
21339         * m4/getopt.m4: Replace opterr.
21340
21341 2004-11-11  Simon Josefsson  <jas@extundo.com>
21342
21343         * lib/strtok_r.h, strtok_r.c: New file.
21344
21345 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21346
21347         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21348         of replacing opterr, getopt, etc.  This should handle the
21349         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21350
21351 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21352
21353         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21354         we can stop lying to compilers about the constness of argv when we
21355         are compiled outside glibc.
21356         (getopt, getopt_long, getopt_long_only): Use it.
21357         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21358         _getopt_internal, getopt): Likewise.
21359         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21360         _getopt_long_only_r): Likewise.
21361         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21362         _getopt_long_r, _getopt_long_only_r): Likewise.
21363
21364         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21365         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21366         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21367         the other external symbols.
21368         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21369         declaration, since the above renaming now works around collisions.
21370
21371 2004-11-11  Jim Meyering  <jim@meyering.net>
21372
21373         * lib/linebreak.c: Remove trailing blanks.
21374         * lib/alloca_.h: Likewise.
21375         * lib/acosl.c: Likewise.
21376         * lib/euidaccess.c: Likewise.
21377         * lib/allocsa.h: Likewise.
21378
21379 2004-11-10  Simon Josefsson  <jas@extundo.com>
21380
21381         * m4/getaddrinfo.m4: New file.
21382
21383 2004-11-10  Simon Josefsson  <jas@extundo.com>
21384
21385         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21386
21387 2004-11-10  Simon Josefsson  <jas@extundo.com>
21388
21389         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21390         getaddrinfo.
21391
21392         * modules/getaddrinfo: New file.
21393
21394 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21395
21396         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21397
21398 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21399
21400         * lib/mktime.c (SHR): New macro, which is a portable
21401         substitute for >> that should work even on Crays.
21402         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21403         Problem reported by Mark D. Baushke in
21404         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21405         * lib/getdate.y (SHR): Likewise.
21406         (tm_diff): Use it.
21407         * lib/strftime.c (SHR): Likewise.
21408         (tm_diff): Use it.
21409         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21410         quote_these_too, so that right shifts are well defined.  All uses
21411         changed.
21412
21413 2004-11-10  Jim Meyering  <jim@meyering.net>
21414
21415         Ensure that no close failure goes unreported.
21416         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21417         return early when it seems there's nothing to flush.
21418         Don't include __fpending.h.
21419
21420 2004-11-10  Jim Meyering  <jim@meyering.net>
21421
21422         * modules/closeout (Depends-on): Remove fpending.
21423
21424 2004-11-10  Jim Meyering  <jim@meyering.net>
21425
21426         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21427
21428 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21429
21430         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21431         gl_FUNC_STRFTIME.
21432         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21433         and AC_REQUIRE when possible, to avoid duplicate checks.
21434         Check for <wchar.h>.
21435
21436 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21437
21438         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21439
21440 2004-11-09  Bruno Haible  <bruno@clisp.org>
21441
21442         * m4/sockpfaf.m4: New file.
21443
21444 2004-11-05  Bruno Haible  <bruno@clisp.org>
21445
21446         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21447         Reported by Mark D. Baushke <mdb@cvshome.org>.
21448
21449 2004-11-04  Bruno Haible  <bruno@clisp.org>
21450
21451         2004-09-11  Bruno Haible  <bruno@clisp.org>
21452                 * allocsa.valgrind: New file.
21453         2004-02-06  Bruno Haible  <bruno@clisp.org>
21454                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21455                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21456                 Reported by Christopher Seip <chris.seip@hp.com>.
21457
21458 2004-11-04  Bruno Haible  <bruno@clisp.org>
21459
21460         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21461         (Makefile.am): Distribute it.
21462
21463 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21464
21465         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21466         with errno == ERANGE if the buffer is too small.
21467         Problem reported by Mark D. Baushke.
21468
21469 2004-11-03  Albert Chin  <china@thewrittenword.com>
21470             Paul Eggert  <eggert@cs.ucla.edu>
21471
21472         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21473         equivalent, substitute $ac_type for equivalent type rather than
21474         blindly using uint32_t *always* which won't work if uint32_t is not
21475         available.  Define _UINT32_T to work around typedef of uint32_t if
21476         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21477         2.5.1.
21478
21479 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21480
21481         * m4/jm-macros.m4: Sync from coreutils.
21482         (gl_MACROS): Check for mbrlen, for pathchk.
21483         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21484
21485 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21486
21487         * lib/xreadlink.c (MAXSIZE): New macro.
21488         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21489         size does not exceed MAXSIZE.  Avoid cast.
21490         As suggested by Mark D. Baushke in
21491         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21492         if readlink fails with buffer size just under MAXSIZE, try again
21493         with MAXSIZE.
21494
21495 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21496
21497         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21498
21499 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21500         and  Paul Eggert  <eggert@cs.ucla.edu>
21501
21502         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21503         (get_date): Overparenthesize to avoid GCC warning.
21504
21505 2004-11-02  Bruno Haible  <bruno@clisp.org>
21506
21507         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21508         returns void.
21509
21510 2004-11-02  Bruno Haible  <bruno@clisp.org>
21511
21512         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21513         function returns void.
21514
21515 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21516
21517         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21518         fflush_unlocked, flockfile, funlockfile, funlockfile,
21519         fputs_unlocked, putc_unlocked.
21520
21521 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21522
21523         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21524         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21525         already declared.
21526
21527 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21528
21529         * modules/getdate (Files): Add doc/getdate.texi.
21530         (Depends-on): Add setenv, xalloc.
21531
21532 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21533
21534         * lib/getdate.y: Add support for TZ="foo" within a date string.
21535         Fix some bugs near time_t boundaries.  Reject dates with
21536         out-of-range components, e.g., "Sept 31".
21537         Include <stdlib.h>, "setenv.h", "xalloc.h".
21538         (ISDIGIT_LOCALE): Remove; unused.
21539         Note that the TZ and time functions used here are not reentrant.
21540         (mktime_ok, get_tz): New functions.
21541         (TZBUFSIZE): New constant.
21542         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21543         This requires that we sometimes generate our own TZ="XXX..." setting.
21544
21545 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21546
21547         * doc/getdate.texi: New file, from coreutils with modifications for
21548         the new TZ parsing.
21549
21550 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21551
21552         * lib/mktime.c (not_equal_tm): Remove redundant check.
21553
21554 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21555
21556         * modules/regex (lib_SOURCES): Add regex.c.
21557         Reported by James Youngman in
21558         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21559
21560 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21561
21562         * lib/getdate.y: Use Bison 1.875 features, and some minor
21563         code cleanups.  This change does not affect semantics.
21564         Don't include <stdlib.h>; no longer needed.
21565         Don't include unlocked-io.h; only the "#if TEST" code uses
21566         stdio, and performance isn't crucial there.
21567         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21568         Bison 1.875 features as described below.
21569         All uses of "PC." replaced by "pc->".
21570         (YYSTYPE): Add a forward declaration.
21571         (yylex, yyerror): Use full prototypes in forward decls.
21572         Use "%pure-parser" rather than obsolescent "%pure_parser".
21573         Use %parse-param and %lex-param instead of obsolescent
21574         YYPARSE_PARAM and YYLEX_PARAM.
21575         (meridian_table, month_and_day_table, time_units_table,
21576         relative_time_table, time_zone_table, military_table,
21577         lookup_zone, lookup_word, get_date):
21578         Use NULL instead of 0 where appropriate.
21579         (to_hour): Avoid abort (), to avoid a dependency on
21580         stdlib.h.
21581         (yyerror, yylex): Now accepts parser_control * arg.
21582         (main) [TEST]: Use '\0' rather than 0 for char.
21583
21584 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21585
21586         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21587
21588 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21589
21590         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21591         It's now the caller's responsibility to handle the case where
21592         !HAVE_GETPAGESIZE && !defined getpagesize.
21593
21594         * lib/mktime.c (leapyear): Arg is long int, not int.
21595
21596 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21597
21598         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21599
21600 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21601
21602         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21603         missing.  Problem reported by James Youngman.
21604
21605 2004-10-16  Simon Josefsson  <jas@extundo.com>
21606
21607         * gnulib-tool: Fix comments.  Fix parse problem.
21608         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21609
21610 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21611
21612         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21613         implementation of getopt_long.  Problem reported by Alexander Taler in:
21614         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21615
21616 2004-10-15  Bruno Haible  <bruno@clisp.org>
21617
21618         * gnulib-tool: Untabify. Initialize supplied_libname.
21619         (func_usage): More homogenous output.
21620         (func_modules_transitive_closure, func_modules_to_filelist,
21621         func_emit_lib_Makefile_am): New functions.
21622         (func_import): New function, extracted from big case statement. Use
21623         func_get_license, func_modules_transitive_closure,
21624         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21625         opt_lgpl. Don't use test -a, as it's not portable.
21626         (func_create_testdir): Use func_modules_transitive_closure,
21627         func_modules_to_filelist, func_emit_lib_Makefile_am.
21628
21629 2004-10-15  Bruno Haible  <bruno@clisp.org>
21630
21631         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21632
21633 2004-10-15  Bruno Haible  <bruno@clisp.org>
21634
21635         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21636         the portions belonging to each module.
21637         Suggested by Derek Robert Price <derek@ximbiot.com>.
21638
21639 2004-10-12  Simon Josefsson  <jas@extundo.com>
21640
21641         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21642         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21643         to real functions.
21644
21645 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21646
21647         * modules/vsnprintf: New file.
21648
21649 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21650
21651         * m4/vsnprintf.m4: New file.
21652
21653 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21654
21655         * lib/vsnprintf.h: New file.
21656         * lib/vsnprintf.c: New file.
21657
21658 2004-10-11  Bruno Haible  <bruno@clisp.org>
21659
21660         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21661         vsnprintf.
21662
21663 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21664
21665         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21666
21667 2004-10-07  Bruno Haible  <bruno@clisp.org>
21668
21669         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21670         fits into the provided buffer.
21671
21672 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21673
21674         * lib/diacrit.c, diacrit.h: Add GPL notice.
21675
21676         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21677         notice.
21678         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21679         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21680         This avoids a potential constant-folding bug.
21681
21682 2004-10-05  Bruno Haible  <bruno@clisp.org>
21683
21684         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21685         for the declaration of strsep.
21686
21687 2004-10-05  Bruno Haible  <bruno@clisp.org>
21688
21689         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21690
21691 2004-10-04  Simon Josefsson  <jas@extundo.com>
21692
21693         * modules/memmem: New file.
21694         * tests/test-memmem.c: New file.
21695         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21696
21697 2004-10-04  Simon Josefsson  <jas@extundo.com>
21698
21699         * m4/memmem.m4: New file.
21700
21701 2004-10-04  Simon Josefsson  <jas@extundo.com>
21702
21703         * lib/memmem.h: New file.
21704         * lib/memmem.c: New file, taken from glibc.
21705
21706 2004-10-04  Simon Josefsson  <jas@extundo.com>
21707
21708         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21709         '#ifdef USE_UNLOCKED_IO'.
21710
21711 2004-10-04  Simon Josefsson  <jas@extundo.com>
21712
21713         * config/srclist.txt: Add memmem from glibc.
21714
21715 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21716
21717         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21718
21719         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21720         modules/exclude, modules/getdate, modules/getline,
21721         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21722         modules/getusershell, modules/linebuffer, modules/md5,
21723         modules/mountlist, modules/posixtm, modules/readtokens,
21724         modules/readutmp, modules/regex, modules/sha1,
21725         modules/version-etc, modules/yesno:
21726         Remove dependency on unlocked-io.
21727
21728 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21729
21730         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21731
21732         * m4/unlocked-io.m4: Add copyright notice.
21733         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21734
21735 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21736
21737         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21738         * lib/xmalloc.c (xmemdup): Likewise.
21739         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21740         XFREE): Remove these long-obsolescent macros.
21741         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21742         * lib/xstrdup.c: Remove.
21743
21744         * lib/regex.c (re_comp): Cast gettext return value to char *,
21745         Problem reported by Martin Neitzel via Mark D. Baushke.
21746
21747 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21748
21749         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21750         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21751         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21752         regex.c, sha1.c, version-etc.c, yesno.c:
21753         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21754         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21755         the includer's responsibility.
21756
21757         Sync from coreutils.
21758
21759         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21760         points to the start of a string, as the C Standard says the
21761         resulting behavior is undefined.
21762
21763         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21764         simple -> simple_backups, numbered_existing ->
21765         numbered_existing_backups, numbered -> numbered_backups
21766         to avoid shadowing problems.  All uses changed.
21767         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21768         * lib/backupfile.c (check_extension, numbered_backup):
21769         Rename locals to avoid shadowing 'basename'.
21770         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21771         once.
21772
21773         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21774         * lib/.cvsignore: Add getopt.h.
21775
21776 2004-10-04  Bruno Haible  <bruno@clisp.org>
21777
21778         * modules/README: New file.
21779         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21780         not a module.
21781
21782 2004-10-02  Jim Meyering  <jim@meyering.net>
21783
21784         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21785
21786 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21787
21788         * modules/strsep: New file.
21789
21790 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21791
21792         * m4/strsep.m4: New file.
21793
21794 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21795
21796         * lib/strsep.h: New file.
21797         * lib/strsep.c: New file.
21798
21799 2004-10-01  Simon Josefsson  <jas@extundo.com>
21800
21801         * lib/snprintf.c (snprintf): Handle size==0.
21802
21803 2004-10-01  Simon Josefsson  <jas@extundo.com>
21804             Bruno Haible  <bruno@clisp.org>
21805
21806         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21807         (snprintf): Declare 'args'.
21808
21809 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21810
21811         * lib/snprintf.c: Remove comments as to why each header is needed.
21812
21813 2004-10-01  Bruno Haible  <bruno@clisp.org>
21814
21815         * MODULES.html.sh: Add strsep.
21816
21817 2004-09-30  Simon Josefsson  <jas@extundo.com>
21818
21819         * modules/snprintf: New file.
21820
21821 2004-09-30  Simon Josefsson  <jas@extundo.com>
21822
21823         * m4/snprintf.m4: New file.
21824
21825 2004-09-30  Simon Josefsson  <jas@extundo.com>
21826
21827         * lib/snprintf.h, lib/snprintf.c: New files.
21828
21829 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21830
21831         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21832         (hol_entry_help): Never translate an empty string.
21833         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21834         * lib/argp.h (OPTION_NO_TRANS): New option.
21835
21836 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21837
21838         * modules/argp (Maintainer): Replace Simon Josefsson
21839         by Sergey Poznyakoff.
21840
21841 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21842
21843         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21844         changes merged back into glibc.
21845
21846 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21847
21848         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21849
21850 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21851
21852         * lib/xvasprintf.c: Include xalloc.h.
21853         (xvasprintf): Use xalloc_die, not xmalloc_die.
21854
21855 2004-09-29  Bruno Haible  <bruno@clisp.org>
21856
21857         * modules/alloca-opt: New file, derived from modules/alloca.
21858         * modules/allocsa: Depend on alloca-opt instead of alloca.
21859         * modules/setenv: Likewise.
21860         * modules/vasnprintf: Likewise.
21861         * MODULES.html.sh: Add alloca-opt.
21862
21863 2004-09-28  Simon Josefsson  <jas@extundo.com>
21864
21865         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21866         LGPL, and to replace license template from GPL to LGPL.
21867
21868 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21869
21870         * modules/dummy: Change license to LGPL.
21871
21872 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21873
21874         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21875
21876 2004-09-24  Simon Josefsson  <jas@extundo.com>
21877
21878         * modules/minmax (License): Change from GPL to LGPL.
21879
21880 2004-09-23  Simon Josefsson  <jas@extundo.com>
21881
21882         * gnulib-tool (--import): Typo.
21883
21884 2004-09-23  Simon Josefsson  <jas@extundo.com>
21885
21886         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21887
21888 2004-09-22  Bruno Haible  <bruno@clisp.org>
21889
21890         * modules/*: Add 'License' field.
21891         * gnulib-tool: Accept --extract-license option.
21892         (func_get_license): New function.
21893
21894 2004-09-21  Bruno Haible  <bruno@clisp.org>
21895
21896         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21897         Reported by Simon Josefsson.
21898
21899 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21900
21901         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21902         gl_AC_TYPE_LONG_LONG.
21903
21904 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21905
21906         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21907
21908 2004-09-18  Simon Josefsson  <jas@extundo.com>
21909         and  Paul Eggert  <eggert@cs.ucla.edu>
21910
21911         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21912         calls with autoreconf.  Define GL_LIB.
21913
21914 2004-09-14  Karl Berry  <karl@gnu.org>
21915
21916         * config/srclist.txt: unsync setenv.c, sigh.
21917
21918 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21919
21920         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21921         Problem reported by Bruno Haible in:
21922         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21923
21924 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21925
21926         * config/srclist.txt: Comment out argp-pvh.c.
21927
21928 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21929
21930         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21931         in case some system header has #define'd it.  Problem reported by
21932         Soeren D. Schulze in
21933         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21934
21935 2004-09-09  Karl Berry  <karl@gnu.org>
21936
21937         * regex.[ch]: delete from the root.  These were supposed to be
21938                 synced with emacs cvs, but this has not happened for about
21939                 a year, and anyway nothing else uses emacs regex.[ch].
21940                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21941                 lib/regex[.ch] is untouched.
21942
21943 2004-09-09  Bruno Haible  <bruno@clisp.org>
21944
21945         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21946
21947 2004-09-09  Bruno Haible  <bruno@clisp.org>
21948
21949         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21950         modifications.
21951         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21952
21953 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21954
21955         * modules/xvasprintf: New file.
21956         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21957
21958 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21959
21960         * lib/xvasprintf.h: New file.
21961         * lib/xvasprintf.c: New file.
21962         * lib/xasprintf.c: New file.
21963
21964 2004-09-08  Bruno Haible  <bruno@clisp.org>
21965
21966         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21967
21968 2004-09-08  Bruno Haible  <bruno@clisp.org>
21969
21970         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21971         length is > INT_MAX.
21972         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21973         more.
21974
21975 2004-09-08  Bruno Haible  <bruno@clisp.org>
21976
21977         * lib/stdint_.h: New file, taken from GNU clisp.
21978
21979 2004-09-08  Bruno Haible  <bruno@clisp.org>
21980             Oskar Liljeblad  <oskar@osk.mine.nu>
21981
21982         * modules/stdint: New file.
21983         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21984
21985 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21986
21987         Import from coreutils.
21988         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21989         strings on unbounded length.  alloca's performance benefits aren't
21990         that important here.
21991         (V_STRDUP): Remove.
21992         (parse_with_separator): New function, with most of the internals
21993         of the old parse_user_spec.  Allow user to omit both user and group,
21994         for compatibility with FreeBSD.
21995         Clone only the user name, not the entire spec.
21996         Do not set *uid, *gid unless entirely successful.
21997         Avoid memory leak in some failing cases.
21998         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21999         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22000         (parse_user_spec): Rewrite to use parse_with_separator.
22001
22002 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22003
22004         * modules/userspec: Don't depend on alloca.
22005
22006 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22007
22008         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22009
22010 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22011
22012         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22013         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22014         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22015
22016 2004-08-16  Simon Josefsson  <jas@extundo.com>
22017
22018         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22019         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22020         Add --dry-run for --import.
22021         Let user provided command line parameters override configure.ac
22022         settings.
22023
22024 2004-08-12  Simon Josefsson  <jas@extundo.com>
22025
22026         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22027         as discussed with Paul Eggert in threads rooted at
22028         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22029         and
22030         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22031         Before, the test was empty, and relied on ELIDE_CODE in source
22032         code.)
22033         (gl_PREREQ_GETOPT): New macro.
22034         (gl_GETOPT): Use them.
22035
22036 2004-08-12  Simon Josefsson  <jas@extundo.com>
22037
22038         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22039         * lib/getopt_.h: Renamed from getopt.h.
22040
22041 2004-08-12  Simon Josefsson  <jas@extundo.com>
22042
22043         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22044         Change default library name from libfoo to libgnu.
22045         Now, if you have a configure.ac that says:
22046                 gl_SOURCE_BASE(gl)
22047                 gl_M4_BASE(gl/m4)
22048                 gl_MODULES(error getopt etcetera)
22049                 gl_INIT
22050         you can import all you need by running:
22051                 ../gnulib/gnulib-tool --import
22052
22053         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22054         (Makefile.am): Rewrite, use logic from argz.
22055         (Include): Use <getopt.h> instead of "getopt.h".
22056
22057 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22058
22059         * modules/argp (Files): Add m4/unlocked-io.m4.
22060         (Depends-on): Add extensions.
22061
22062 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22063
22064         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22065         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22066         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22067         Check for program_invocation_name, program_invocation_short_name,
22068         flockfile, funlockfile, features.h, _getopt_long_only_r.
22069
22070 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22071
22072         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22073         its complicated substitute.
22074         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22075         and program_invocation_name.
22076         (__argp_basename) [!_LIBC]: Remove; the only use was
22077         replaced by its body.
22078         (__argp_short_program_name): Change condition from
22079         !defined __argp_short_program_name to
22080         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22081         to match argp-namefrob.h.
22082         (__argp_failure): Don't assume strerror_r returns char *.
22083         * lib/argp-parse.c (N_): Define unconditionally.
22084         (argp_default_options): Fill out initializers with 0 to avoid
22085         gcc warnings.
22086
22087 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22088
22089         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22090         getopt1.c.
22091
22092 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         Merge from coreutils.
22095
22096         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22097
22098         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22099         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22100
22101 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22102
22103         Merge from coreutils.
22104
22105         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22106         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22107         for Reliant Unix 5.43.
22108
22109         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22110         (union fooround): Use uintmax_t, not long int.
22111         The rest is a merge from libc:
22112         [defined _LIBC]: Include <shlib-compat.h>.
22113         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22114
22115         * lib/settime.c (settime): Recode to avoid warning with
22116         Sun Forte C 6U2.
22117
22118         * lib/strverscmp.c: Convert to UTF-8.
22119
22120 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22121
22122         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22123         m4/uintmax_t.m4.
22124
22125 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22126
22127         * modules/xalloc-die: New file.
22128         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22129
22130         * modules/md5 (Files): Add m4/uint32_t.m4.
22131         * modules/sha1: Renamed from modules/sha.
22132         (Files):
22133         Rename lib/sha.h to lib/sha1.h.
22134         Rename lib/sha.c to lib/sha1.c.
22135         Rename m4/sha.m4 to m4/sha1.m4.
22136         (lib_SOURCES): Likewise.
22137         (configure.ac): Rename gl_SHA to gl_SHA1.
22138         (Include): sha.h -> sha1.h.
22139
22140 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22141
22142         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22143         * m4/sha1.m4: Renamed from sha.m4.
22144         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22145
22146 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22147
22148         * lib/obstack.h (obstack_empty_p):
22149         Don't assume that chunk->contents is suitably aligned.
22150         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22151         Likewise. Problem reported by Benno in
22152         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22153
22154         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22155         readable.  This could be improved further but it'd take some work.
22156
22157 2004-08-08  Simon Josefsson  <jas@extundo.com>
22158
22159         * modules/xgethostname (Depends-on): Remove exit and error (not
22160         used).
22161
22162         * modules/getpass-gnu: Add getpass.h.
22163         (Depends-on): Add stdbool.
22164         * modules/getpass: Add getpass.h.
22165
22166 2004-08-08  Simon Josefsson  <jas@extundo.com>
22167
22168         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22169         Check getpass declaration.
22170
22171 2004-08-08  Simon Josefsson  <jas@extundo.com>
22172
22173         * lib/xgethostname.c: Don't include error.h (not used).
22174
22175         * lib/getpass.h: Add.
22176         * lib/getpass.c: Include getpass.h first.
22177
22178 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22179
22180         * lib/xalloc-die.c: New file.
22181         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22182         All uses removed.
22183         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22184         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22185         xalloc-die.c.
22186         (_, N_, xalloc_die): Move to xalloc-die.c.
22187         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22188         so that we needn't mess with xalloc_msg_memory_exhausted.
22189
22190         * lib/sha1.h: Renamed from sha.h.
22191         (SHA1_H): Renamed from _SHA_H.
22192         (sha1_ctx): Renamed from sha_ctx.
22193         (sha1_init_ctx): Renamed from sha_init_ctx.
22194         (sha1_process_block): Renamed from sha_process_block.
22195         (sha1_process_bytes): Renamed from sha_process_bytes.
22196         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22197         (sha1_read_ctx): Renamed from sha_read_ctx.
22198         (sha1_stream): Renamed from sha_stream.
22199         (sha1_buffer): Renamed from sha_buffer.
22200         * lib/sha1.c: Likewise; renamed from sha.c.
22201         Do not include <sys/types.h>.
22202         Include <stddef.h> rather than <stdlib.h>.
22203
22204 2004-08-08  Bruno Haible  <bruno@clisp.org>
22205
22206         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22207         FILESYSTEM_PREFIX_LEN.
22208         * lib/progreloc.c: Likewise.
22209         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22210
22211 2004-08-06  Simon Josefsson  <jas@extundo.com>
22212
22213         * modules/progname (Depends-on): Don't depend on stdbool.
22214
22215 2004-08-06  Simon Josefsson  <jas@extundo.com>
22216
22217         * modules/getsubopt: New file.
22218         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22219         getsubopt.
22220
22221 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22222
22223         More merge from coreutils.
22224
22225         * m4/utimens.m4, m4/utimecmp.m4: New files.
22226         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22227         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22228         prereq.m4, sha.m4: Import changes from coreutils.
22229
22230 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22231
22232         More merge from coreutils.
22233         * modules/raise, modules/readtokens0, modules/utimens:
22234         * modules/utimecmp, module/xnanosleep: New files.
22235         * modules/strftime: Add lib/strftime.h.
22236         Change include from <time.h> to "strftime.h".
22237         * modules/yesno: Add lib/yesno.h.
22238         * modules/backupfile: Remove lib/addext.c.
22239         * modules/euidaccess: Add stat-macros.h.
22240         * modules/canonicalize, modules/euidaccess,
22241         modules/filemode, modules/lchown, modules/makepath,
22242         modules/rmdir, modules/stat: Likewise.
22243
22244 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22245
22246         Merge from tar.
22247         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22248         SIZE_MAX is a valid preprocessor constant.
22249         (__argp_basename): Change from "#ifndef _LIBC"
22250         to "#ifndef __argp_short_program_name", so that
22251         we don't compile these functions for tar.
22252
22253         More merges from coreutils.
22254         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22255         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22256         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22257         * lib/addext.c: Remove; no longer needed.
22258         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22259         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22260         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22261         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22262         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22263         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22264         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22265         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22266         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22267         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22268         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22269         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22270         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22271         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22272         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22273         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22274         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22275         Import changes from coreutils.
22276
22277 2004-08-05  Simon Josefsson  <jas@extundo.com>
22278
22279         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22280
22281 2004-08-05  Simon Josefsson  <jas@extundo.com>
22282
22283         * m4/getsubopt.m4: New file.
22284
22285 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22286
22287         Merge from coreutils.
22288
22289         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22290         * m4/getcwd-path-max.m4: New files.
22291
22292         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22293         FILESYSTEM_PREFIX_LEN ->
22294         FILE_SYSTEM_PREFIX_LEN.
22295         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22296         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22297         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22298         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22299
22300         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22301         prerequisite modules now handle the DOS stuff.
22302         Don't check for unistd.h.
22303
22304 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22305
22306         Merge from coreutils.
22307
22308         * lib/.gdb-history: Remove; this doesn't belong here.
22309
22310         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22311         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22312         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22313         * lib/getcwd.c: New files.
22314
22315         * lib/dirname.h: Include <stdbool.h>.
22316         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22317         for consistency with POSIX terminology.  All uses changed.
22318         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22319         (strip_trailing_slashes): Use bool for booleans.
22320         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22321
22322         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22323         sometimes returns a positive errno value even when it succeeds.
22324         (print_errno_message) [!LIBC]: Fall back on strerror if
22325         __strerror_r fails.
22326
22327         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22328         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22329         (longest_relative_suffix): New function.
22330         (path_concat): Use it.  Assume first argument is not NULL.
22331         Port to DOS.  Omit redundant separators.
22332         Report an error instead of returning NULL.
22333         Use mempcpy instead of memcpy.
22334         (xpath_concat): Remove: not declared or used.
22335
22336         * lib/same.h: Include <stdbool.h>
22337         (same_name): Return bool, not int.
22338         * lib/same.c (same_name): Likewise.
22339         (errno): Don't declare; we assume C89 or better now.
22340
22341         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22342         if not already defined.
22343
22344         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22345         * lib/dup-safer.c (errno): Likewise.
22346
22347 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22348
22349         Merge from coreutils.
22350         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22351         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22352         * modules/path-concat: Don't depend on strdup.
22353
22354 2004-08-03  Simon Josefsson  <jas@extundo.com>
22355
22356         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22357         * lib/progname.h: Don't include stdbool.h.
22358
22359 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22360
22361         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22362         * MODULES.html.sh (func_all_modules): Remove fatal.
22363
22364 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22365
22366         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22367
22368 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22369
22370         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22371         working.
22372
22373 2004-08-02  Simon Josefsson  <jas@extundo.com>
22374
22375         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22376         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22377         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22378
22379 2004-08-01  Simon Josefsson  <jas@extundo.com>
22380
22381         * lib/xgetdomainname.c: Include stdlib.h, for free().
22382
22383 2004-07-19  Bruno Haible  <bruno@clisp.org>
22384
22385         * MODULES.html.sh (func_all_modules): Add dummy.
22386
22387 2004-07-16  Simon Josefsson  <jas@extundo.com>
22388
22389         * modules/dummy: New file.
22390
22391 2004-07-16  Simon Josefsson  <jas@extundo.com>
22392
22393         * lib/dummy.c: New file.
22394
22395 2004-07-16  Bruno Haible  <bruno@clisp.org>
22396
22397         * lib/backupfile.h: Add extern "C" for C++.
22398         * lib/closeout.h: Likewise.
22399         * lib/copy-file.h: Likewise.
22400         * lib/findprog.h: Likewise.
22401         * lib/full-write.h: Likewise.
22402         * lib/pathname.h: Likewise.
22403         * lib/progname.h: Likewise.
22404         * lib/stpcpy.h: Likewise.
22405         * lib/stpncpy.h: Likewise.
22406         * lib/strcase.h: Likewise.
22407         * lib/strstr.h: Likewise.
22408         * lib/xalloc.h: Likewise.
22409
22410         * lib/mbswidth.h: Add extern "C" for C++.
22411         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22412
22413 2004-07-13  Robert Millan  <robertmh@gnu.org>
22414
22415         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22416
22417 2004-07-09  Simon Josefsson  <jas@extundo.com>
22418
22419         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22420         failed without this.)
22421
22422 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22423
22424         * modules/chown (Files): Add lib/fchown-stub.c, since
22425         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22426
22427 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22428
22429         * lib/fchown-stub.c: New file.
22430
22431 2004-06-24  Jim Meyering  <jim@meyering.net>
22432
22433         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22434
22435 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22436
22437         * modules/argz: Omit "#include".
22438
22439         * MODULES.html.sh (func_all_modules): Add calloc, to match
22440         2004-06-01 addition of calloc module.
22441
22442 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22443
22444         * m4/argz.m4: New file, which is autoupdated from libtool.
22445
22446 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22447
22448         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22449         libtool.
22450
22451 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22452
22453         * config/srclist-update: Don't insist on "USA." before the
22454         close-comment, as libtool omits the period and puts the */ on a
22455         separate line.
22456         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22457         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22458
22459 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22460
22461         * modules/argz: New file.
22462         * MODULES.html.sh (func_all_modules): Add argz.
22463
22464 2004-06-12  Jim Meyering  <jim@meyering.net>
22465         and  Paul Eggert  <eggert@cs.ucla.edu>
22466
22467         * modules/hash (Files): Add lib/xalloc.h.
22468         * modules/pipe (Depends-on): Add wait-process.
22469         * modules/stat (Depends-on): Add xalloc.
22470         * modules/userspec (Files): Add lib/userspec.h.
22471         * modules/xstrto
22472
22473         Upgrade from gettext-0.13.
22474         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22475         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22476         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22477
22478 2004-06-10  Jim Meyering  <jim@meyering.net>
22479
22480         * lib/calloc.c: New file.
22481
22482 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22483
22484         * lib/getdate.y (yylex): Allow space between sign and number.
22485         Problem reported by Dan Jacobson.
22486
22487 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22488
22489         Merge from coreutils CVS.
22490
22491         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22492         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22493         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22494         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22495         xstrtol.m4: Fix copyright date and/or serial number.
22496
22497         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22498         See if we need an fchown replacement.
22499         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22500         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22501         and use the replacement function if we detect either defect.
22502
22503         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22504         gl_UTIMECMP.
22505
22506 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22507         and  Jim Meyering  <jim@meyering.net>
22508
22509         Merge from coreutils CVS.
22510
22511         * lib/stat-macros.h: New file, with contents from file-type.h
22512         and coreutils' system.h.
22513         * lib/file-type.c: Include "stat-macros.h".
22514         * lib/file-type.h (file_type): Move all macro definitions to new file,
22515         stat-macros.h.
22516
22517         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22518         Wrap old code with this conditional.
22519         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22520         function that does not dereference symlinks.
22521         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22522
22523         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22524         dependency problems.
22525         (xreadlink): Accept new arg SIZE, for efficiency.
22526         All decls and uses changed.
22527         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22528
22529         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22530         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22531
22532         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22533         sysexits.h.
22534
22535 2004-06-01  Jim Meyering  <jim@meyering.net>
22536
22537         * m4/calloc.m4: New file.
22538
22539 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22540
22541         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22542         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22543         Also, fix a typo in a diagnostic.
22544
22545 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22546
22547         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22548         or AC_FUNC_REALLOC.
22549
22550 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22551
22552         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22553         macros to be defined.
22554         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22555         the allocator returns NULL because the requested size is zero.
22556
22557 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22558
22559         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22560         var.  Add comment explaining why libc still defines it.  This
22561         merges the following patch from glibc:
22562         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22563
22564 2004-05-20  Andreas Schwab  <schwab@suse.de>
22565
22566         * m4/free.m4: Replace free if it not known to work, not the other
22567         way round.
22568
22569 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22570
22571         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22572         present in glibc since revision 1.1 of this file.
22573         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22574         obstack_alignment_mask, obstack_alloc, obstack_base,
22575         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22576         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22577         obstack_grow0, obstack_init, obstack_int_grow,
22578         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22579         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22580         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22581         nonexistent functions.
22582
22583 2004-05-18  Karl Berry  <karl@gnu.org>
22584
22585         * config/srclist.txt: break link for vasnprintf.c.
22586
22587 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22588
22589         Port obstack to the AS/400, where pointers are 16 bytes wide and
22590         you cannot cast an integer to a valid pointer.  This patch is
22591         currently waiting to be integrated into glibc; see
22592         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22593
22594         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22595         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22596         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22597         (struct obstack): temp member is now a union of a pointer and
22598         an integer, instead of an integer.  All integer uses changed.
22599         This does not affect the physical layout of struct obstack,
22600         except on hosts (like the AS/400) where the size or alignment of
22601         void * is greater than that of ptrdiff_t.
22602         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22603         __STDC__)]: Store temporary in pointer member of union, not
22604         integer member.
22605         * lib/obstack.c: Include <stddef.h>, for offsetof.
22606         (struct fooalign): Remove; it doesn't need a name.
22607         (union fooround): Change double to long double, and add void *.
22608         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22609         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22610         not a macro.  Hence the values are always int; so remove all
22611         casts-to-int in uses.
22612
22613 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22614
22615         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22616         we can get this patch merged into glibc.
22617
22618 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22619             Paul Eggert  <eggert@cs.ucla.edu>
22620
22621         * m4/argp: Depend on alloca.
22622
22623 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22624             Paul Eggert  <eggert@cs.ucla.edu>
22625
22626         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22627         freecoding.
22628
22629 2004-05-17  Bruno Haible  <bruno@clisp.org>
22630
22631         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22632         precision that consists of a '.' followed by an empty digit string.
22633         Patch by Tor Lillqvist <tml@iki.fi>.
22634
22635 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22636
22637         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22638         for backward compatibility with older code.  We need our own
22639         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22640         it under some other name, and our alloca.h will define it.
22641
22642 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22643             Derek Price  <derek@ximbiot.com>
22644
22645         * lib/alloca.c: Include <alloca.h>, to get our interface.
22646         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22647         include <alloca.h> first.  Use C89 prototype for alloca; this
22648         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22649         Use #elif for simplicity, since we can assume C89 now.
22650         Don't try to source the system alloca.h since it will not be found
22651         and to prevent recursively including its replacement.
22652         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22653         * lib/regex.c: Likewise.
22654
22655 2004-05-16  Derek Price  <derek@ximbiot.com>
22656             Paul Eggert  <eggert@cs.ucla.edu>
22657
22658         getline cleanup.  This changes the getndelim2 API: both order of
22659         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22660         no delimiter).
22661
22662         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22663         interface does that.
22664         (getline): Always use getdelim, so that we don't have two
22665         copies of this code.
22666         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22667         if available.
22668         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22669         (GETNDELIM2_MAXIMUM): New macro.
22670         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22671         instead of the old practice of delim2==0.  All callers changed.
22672         Return -1 on overflow, instead of returning junk.
22673         Do not set *linesize unless allocation succeeds.
22674         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22675         that we include sys/types.h.
22676         * lib/getnline.h: Likewise.
22677         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22678         (getndelim2): Reorder arguments.
22679         * lib/getnline.c (getnline, getndelim):
22680         Don't discard the NMAX argument.
22681         (getnline): Invoke getndelim, to avoid code duplication.
22682         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22683         of (size_t) -1 by callers of the getnline family.
22684
22685 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22686
22687         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22688         Check for gettimeofday.
22689         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22690         Check for settimeofday, stime.
22691
22692 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22693
22694         * lib/nanosleep.c (suspended): Change its type from int to
22695         sig_atomic_t volatile.
22696         (first_call): Make it private to rpl_nanosleep, and have it
22697         be zero initially as that's a bit faster.
22698         (my_usleep): Round up fractional times instead of truncating them,
22699         as this is the usual meaning for 'sleep'.
22700
22701         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22702         doesn't work.
22703         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22704         (ENOSYS): Define if not defined.
22705         (settime): Fall back on stime if it exists and settimeofday fails.
22706         But don't bother with fallbacks if a method fails with errno == EPERM.
22707
22708 2004-05-11  Jim Meyering  <jim@meyering.net>
22709
22710         Prior to this change, the save_cwd caller required read access to the
22711         current directory on most systems (ones with the fchdir function).
22712
22713         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22714         fails, try write-only, and finally, resort to using xgetcwd.
22715
22716 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22717
22718         * lib/obstack.c, obstack.h: Import changes from libc.
22719
22720 2004-04-28  Bruno Haible  <bruno@clisp.org>
22721
22722         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22723         also implicitly appends .exe to executables.
22724         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22725         accepts Windows pathnames.
22726         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22727         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22728         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22729         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22730         Reported by Derek Robert Price <derek@ximbiot.com>.
22731
22732 2004-04-21  Karl Berry  <karl@gnu.org>
22733
22734         * config/srclist.txt (localcharset.c): break sync.
22735
22736 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22737
22738         * m4/host-os.m4: Add a copyright notice.
22739
22740 2004-04-20  Jim Meyering  <jim@meyering.net>
22741
22742         Change UTILS_ to gl_ in AC_DEFINE'd names.
22743         Change utils_- and jm_-prefixed variables, too.
22744         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22745         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22746         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22747
22748         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22749         Don't emit trailing blanks.
22750         Also rename jm_-prefixed variables to have gl_ prefix.
22751
22752         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22753         Also rename jm_-prefixed variables to have gl_ prefix.
22754
22755         * m4/jm-macros.m4: Reflect the renamings.
22756         * m4/prereq.m4: Likewise.
22757
22758 2004-04-20  Jim Meyering  <jim@meyering.net>
22759
22760         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22761         memory.
22762
22763 2004-04-20  Jim Meyering  <jim@meyering.net>
22764             Bruno Haible  <bruno@clisp.org>
22765
22766         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22767         memory when realloc fails.
22768
22769 2004-04-19  Jim Meyering  <jim@meyering.net>
22770
22771         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22772         now that readutmp.c may call `free (0)'.
22773
22774 2004-04-19  Bruno Haible  <bruno@clisp.org>
22775
22776         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22777         * m4/inttypes_h.m4: Likewise.
22778         * m4/stdint_h.m4: Likewise.
22779         * m4/intmax_t.m4: Likewise.
22780         * m4/uintmax_t.m4: Likewise.
22781
22782 2004-04-18  Jim Meyering  <jim@meyering.net>
22783
22784         * m4/prereq.m4: Don't forbid jm_ prefix.
22785
22786         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22787         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22788         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22789         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22790         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22791         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22792         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22793         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22794         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22795         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22796         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22797         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22798         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22799         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22800         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22801         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22802         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22803         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22804         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22805
22806 2004-04-18  Jim Meyering  <jim@meyering.net>
22807
22808         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22809         failure, don't leak memory and do call END_UTMP_ENT.
22810
22811 2004-04-16  Jim Meyering  <jim@meyering.net>
22812
22813         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22814         coreutils' stat program.
22815         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22816
22817 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22818
22819         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22820         C89.
22821         (CHAR_BIT): Remove, since we assume C89.
22822         Include <stdint.h> if available, as per current Autoconf CVS advice.
22823
22824 2004-03-31  Jim Meyering  <jim@meyering.net>
22825
22826         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22827         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22828         * m4/xalloc.m4: Likewise.
22829
22830 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22831
22832         Merge from coreutils.
22833
22834         * m4/inttostr.m4: New file.
22835         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22836         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22837         Require gl_CLOCK_TIME.
22838         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22839
22840 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22841
22842         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22843         not bool, to be more consistent with Unix conventions.
22844         Suggested by Bruno Haible.
22845
22846         Merge from coreutils.
22847
22848         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22849         * lib/umaxtostr.c: New files.
22850
22851         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22852         the usual <time.h> dance.
22853         (get_date): Change signature to support fractional time stamps.
22854         All callers changed.
22855         * lib/getdate.y: Include "getdate.h" first, as we can now
22856         assume C89 and don't need to worry about 'const'.
22857         Similarly, include "unlocked-io.h" near start, not in middle.
22858         Include <limits.h>.
22859         (textint.value): Use long int rather than int.
22860         (textint.digits): Use size_t rather than int.
22861         (BILLION, LOG10_BILLION): New constants.
22862         (parser_control): New member rel_ns.  Members day_ordinal,
22863         time_zone, month, day, hour, minutes, rel_year, rel_month,
22864         rel_day, rel_hour, rel_minutes, rel_seconds
22865         are now long int, not int.  Member seconds is now struct timespec,
22866         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22867         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22868         not int.
22869         (%union.intval): Now long int, not int.
22870         New member timespec.
22871         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22872         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22873         (spec): Now is a timespec or an item list.
22874         (timespec, items): New nonterminals.
22875         (time, rel, relunit, number, get_date):
22876         Add support for fractional seconds.
22877         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22878         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22879         (to_hour): First arg is now long int, not int.
22880         (to_year): Returns long int, not int.
22881         Don't treat year -70 like 70.
22882         (tm_diff): Returns long int, not int.
22883         (lookup_word): Use bool instead of int when appropriate.
22884         (yylex): Use size_t for count, not int.
22885         Detect overflow when parsing large integer constants.
22886         Add support for fractions.
22887         (get_date): Make pointers 'const' if possible.
22888         Use more-portable code to detect integer overflow.
22889         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22890         Don't use ctime; it's not reliable if the year has >4 digits.
22891
22892         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22893         This is for compatibility with BSD.
22894
22895         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22896         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22897         From coreutils' system.h.
22898
22899         * lib/userspec.c: Don't include "posixver.h".
22900         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22901         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22902         compatible extension.  Simplify code by removing a boolean int
22903         that was always nonzero if a string was nonnull.
22904
22905 2004-03-30  Jim Meyering  <jim@meyering.net>
22906
22907         Merge from coreutils.
22908
22909         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22910         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22911         on some systems one must include <grp.h> before it.
22912         Reported by Christian Krackowizer.
22913
22914 2004-03-30  Jim Meyering  <jim@meyering.net>
22915
22916         Merge from coreutils.
22917
22918         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22919
22920         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22921         an empty input stream.
22922
22923         * lib/readtokens.c: Include <stdbool.h>.
22924         (readtoken): Use `size_t' rather than int/long.
22925         All callers adjusted.
22926         Use `bool' rather than `int' where appropriate.
22927         Use memset rather than an explicit loop.
22928         Use x2nrealloc rather than xrealloc.
22929         Allow the use of `\0' as a delimiter.
22930         (readtokens): Likewise.
22931         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22932
22933 2004-03-30  Jim Meyering  <jim@meyering.net>
22934
22935         * m4/realloc.m4: Remove file, since now it does no more than
22936         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22937         the `configure.ac' section of module/realloc.
22938         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22939
22940 2004-03-30  Bruno Haible  <bruno@clisp.org>
22941
22942         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22943         nonnull.
22944
22945 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22946
22947         Merge changes to getloadavg.c from coreutils and Emacs.
22948
22949         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22950         Define to an expression, not to the empty string.
22951         Include cloexec.h and xalloc.h.
22952         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22953         Use set_cloexec_flag rather than rolling our own.
22954         * lib/cloexec.c, lib/cloexec.h: New files.
22955
22956 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22957
22958         * m4/cloexec.m4: New file.
22959
22960 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22961
22962         * lib/getopt.h: Sync with libc CVS.
22963
22964 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22965             Bruno Haible  <bruno@clisp.org>
22966
22967         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22968         mbswidth.
22969
22970 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22971             Bruno Haible  <bruno@clisp.org>
22972
22973         * lib/mbswidth.h: Include <wchar.h> only if
22974         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22975         <wchar.h>.
22976         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22977
22978 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22979
22980         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22981         Sync with libc CVS.
22982         * lib/getopt_int.h: New file, also synced from libc.
22983
22984 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22985
22986         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22987         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22988         Bring back getopt.c, getopt.h, getopt1.c.
22989
22990 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22991
22992         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22993         All uses changed.  Check for sa_sigaction member; this fixes
22994         a bug first reported by Jason Andrade in
22995         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22996
22997 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22998
22999         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23000         '#if' expressions.  Unlike the code it replaces, it does not
23001         depend on (defined _SC_PAGESIZE).  However, it does depend on
23002         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23003         first reported by Jason Andrade in
23004         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23005
23006 2004-02-25  Simon Josefsson  <jas@extundo.com>
23007
23008         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23009
23010 2004-02-25  Simon Josefsson  <jas@extundo.com>
23011
23012         * lib/strdup.h: New file.
23013         * lib/strdup.c: Include it.
23014         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23015         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23016
23017 2004-02-23  Karl Berry  <karl@gnu.org>
23018
23019         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23020         (from fencepost.gnu.org:/gd/gnuorg).
23021
23022 2004-02-23  Karl Berry  <karl@gnu.org>
23023
23024         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23025         * config/srclist.txt: add maintain/standards documents.
23026
23027 2004-02-18  Bruno Haible  <bruno@clisp.org>
23028
23029         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23030         Reported by Derek Robert Price <derek@ximbiot.com>.
23031
23032 2004-02-16  Karl Berry  <karl@gnu.org>
23033
23034         * config/mkinstalldirs, install-sh: update from automake.
23035
23036 2004-02-06  Karl Berry  <karl@gnu.org>
23037
23038         * m4/po.m4: update from gettext 0.14.1.
23039
23040 2004-02-06  Karl Berry  <karl@gnu.org>
23041
23042         * lib/config.charset: update from gettext 0.14.1.
23043
23044 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23045
23046         Add comments and code, prompted by suggestions from Bruno Haible
23047         for sh-quote.
23048         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23049         describing the enum quoting_style values.
23050         * lib/quotearg.c (quotearg_alloc): New function.
23051         (quotearg_buffer_restyled): Treat lone { and } as special.
23052         Treat = as special.  Work around bug with older shells
23053         that "see" a '\' that is really the 2nd byte of a multibyte char.
23054         Quote empty string with shell_quoting_style.
23055
23056 2004-02-03  Bruno Haible  <bruno@clisp.org>
23057
23058         * m4/pipe.m4: New file, from GNU gettext.
23059
23060 2004-02-03  Bruno Haible  <bruno@clisp.org>
23061
23062         * lib/pipe.h: New file, from GNU gettext.
23063         * lib/pipe.c: New file, from GNU gettext.
23064
23065 2004-01-27  Bruno Haible  <bruno@clisp.org>
23066
23067         * m4/execute.m4: New file, from GNU gettext.
23068
23069 2004-01-27  Bruno Haible  <bruno@clisp.org>
23070
23071         * lib/execute.h: New file, from GNU gettext.
23072         * lib/execute.c: New file, from GNU gettext.
23073         * lib/w32spawn.h: New file, from GNU gettext.
23074
23075 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23076
23077         Merge from diffutils.
23078
23079         * lib/file-type.c (file_type): Add typed memory objects.
23080         * lib/file-type.h (S_TYPEISTMO): New macro.
23081
23082         * lib/c-stack.h (c_stack_action): Remove argv argument.
23083         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23084         (die): Don't calculate message unless segv_action returns.
23085         (get_stack_location, min_address_from_argv, max_address_from_argv,
23086         volatile stack_base, volatile_stack_size): Remove.
23087         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23088         that every segmentation violation is a stack overflow.  (Ouch!)
23089         See Debian bug 136249 (still outstanding) for more info about why
23090         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23091
23092 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23093
23094         Exit-status fix from coreutils.
23095
23096         Use exit_failure consistently in place of EXIT_FAILURE,
23097         so that program exit statuses are consistent on failure.
23098
23099         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23100         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23101         * lib/argmatch.h: Comment fix to match the above.
23102         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23103         Now a macro referring to exit_failure, instead of a separate
23104         variable.  Include "exitfail.h" to get it.
23105         * lib/xstrtol.h: Include "exitfail.h".
23106         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23107
23108         * lib/long-options.c (parse_long_options): Use prototype
23109         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23110         for clarity.
23111
23112 2004-01-21  Jim Meyering  <jim@meyering.net>
23113
23114         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23115         so as not to conflict with a different-sized __mktime_internal
23116         function in GNU libc.
23117         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23118         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23119
23120 2004-01-20  Karl Berry  <karl@gnu.org>
23121
23122         * config/config.guess: update from config.
23123
23124         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23125
23126 2004-01-20  Bruno Haible  <bruno@clisp.org>
23127
23128         Safer stack allocation.
23129         * lib/setenv.c: Include allocsa.h.
23130         (alloca): Remove fallback definition.
23131         (freea): Remove macro.
23132         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23133         instead of freea.
23134
23135 2004-01-20  Bruno Haible  <bruno@clisp.org>
23136
23137         * m4/eealloc.m4: New file, from GNU gettext.
23138
23139 2004-01-20  Bruno Haible  <bruno@clisp.org>
23140
23141         * m4/allocsa.m4: New file, from GNU gettext.
23142
23143 2004-01-20  Bruno Haible  <bruno@clisp.org>
23144
23145         * lib/xallocsa.h: New file, from GNU gettext.
23146         * lib/xallocsa.c: New file, from GNU gettext.
23147
23148 2004-01-20  Bruno Haible  <bruno@clisp.org>
23149
23150         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23151
23152 2004-01-20  Bruno Haible  <bruno@clisp.org>
23153
23154         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23155         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23156         specially.
23157
23158 2004-01-20  Bruno Haible  <bruno@clisp.org>
23159
23160         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23161         patch.
23162
23163 2004-01-20  Bruno Haible  <bruno@clisp.org>
23164
23165         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23166
23167 2004-01-20  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/eealloc.h: New file.
23170
23171 2004-01-20  Bruno Haible  <bruno@clisp.org>
23172
23173         * lib/binary-io.h: Avoid warnings on Cygwin.
23174
23175 2004-01-20  Bruno Haible  <bruno@clisp.org>
23176
23177         * lib/allocsa.h: New file, from GNU gettext.
23178         * lib/allocsa.c: New file, from GNU gettext.
23179
23180 2004-01-18  Karl Berry  <karl@gnu.org>
23181
23182         * doc/gpl.texi, doc/lgpl.texi: new files.
23183
23184 2004-01-18  Karl Berry  <karl@gnu.org>
23185
23186         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23187         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23188
23189 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23190
23191         Merge from coreutils.
23192
23193         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23194         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23195         (gl_DEFAULT_POSIX2_VERSION): Move
23196         the documentation from 'configure' into 'config.hin',
23197         so that 'configure --help' isn't burdened by it and
23198         we don't have to worry about its formatting there.
23199         Reword the documentation so that it's more succinct
23200         and can be run together into a single paragraph.
23201         * m4/same.m4 (gl_SAME): Check for pathconf.
23202
23203 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23204
23205         Merge from coreutils.
23206
23207         * lib/posixver.c: Include posixver.h.
23208
23209         * lib/same.c: Include <stdbool.h>, <limits.h>.
23210         (_POSIX_NAME_MAX): Define if not defined.
23211         (MIN): New macro.
23212         (same_name): If file names are silently truncated, report
23213         that the file names are the same if they are the same after
23214         the silent truncation.
23215
23216         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23217         conversion function.
23218         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23219         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23220         longer needed.
23221
23222 2004-01-15  Jim Meyering  <jim@meyering.net>
23223
23224         Merge from coreutils.
23225
23226         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23227         if no library is required.
23228         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23229         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23230         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23231         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23232         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23233         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23234         value, $ac_cv_search_crypt, if it's "none required".
23235         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23236         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23237         not gl_FUNC_GETLOADAVG.
23238         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23239         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23240
23241 2004-01-15  Jim Meyering  <jim@meyering.net>
23242
23243         Merge from coreutils.
23244
23245         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23246         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23247         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23248
23249         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23250         optional configure-time default.
23251
23252         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23253
23254         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23255
23256 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23257
23258         Merge from coreutils.
23259
23260         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23261         value, $ac_cv_search_nanosleep, if it's "none required".
23262
23263 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23264
23265         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23266         with like-named macro in fnmatch.c.
23267         (EXT): Use an internal constant instead.
23268
23269         Merge fnmatch patches from glibc.
23270         * lib/fnmatch.c (mbsinit): Remove define.
23271         Add libc_hidden_ver (__fnmatch, fnmatch).
23272         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23273         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23274
23275 2004-01-14  Karl Berry  <karl@gnu.org>
23276
23277         * config/install-sh: update from automake.
23278
23279 2004-01-13  Karl Berry  <karl@gnu.org>
23280
23281         * config/install-sh: update from automake.
23282
23283 2004-01-09  Karl Berry  <karl@gnu.org>
23284
23285         * config/install-sh: update from automake.
23286
23287 2004-01-05  Karl Berry  <karl@gnu.org>
23288
23289         * config/config.{sub,guess}: update from config.
23290
23291 2003-12-31  Karl Berry  <karl@gnu.org>
23292
23293         * config/depcomp: update from automake.
23294
23295 2003-12-14  Karl Berry  <karl@gnu.org>
23296
23297         * lib/config.charset: update from gettext-runtime.
23298
23299 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23300
23301         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23302         Bug reported by Alfred M. Szmidt.
23303
23304 2003-12-03  Bruno Haible  <bruno@clisp.org>
23305
23306         * m4/gettext.m4: Upgrade from gettext-0.13.
23307         * m4/po.m4: Upgrade from gettext-0.13.
23308         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23309         * m4/intmax.m4: New file, from gettext-0.13.
23310         * m4/printf-posix.m4: New file, from gettext-0.13.
23311
23312 2003-11-29  Karl Berry  <karl@gnu.org>
23313
23314         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23315
23316 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23317             Bruno Haible  <bruno@clisp.org>
23318
23319         * lib/printf-parse.h: Don't include sys/types.h.
23320         (ARG_NONE): New macro.
23321         (char_directive): Change type of *arg_index fields to size_t.
23322         * lib/printf-parse.c: Don't include sys/types.h.
23323         (SSIZE_MAX): Remove macro.
23324         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23325         Remove unnecessary overflow check.
23326         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23327         fields.
23328
23329 2003-11-25  Bruno Haible  <bruno@clisp.org>
23330
23331         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23332
23333 2003-11-25  Bruno Haible  <bruno@clisp.org>
23334
23335         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23336         gt_TYPE_SSIZE_T.
23337
23338 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23339
23340         * modules/alloca: Remove dependency on xalloc.
23341
23342 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23343
23344         * lib/alloca.c: Remove dependency on xalloc module.
23345         (xalloc_die): Remove.
23346         (memory_full) [!defined emacs]: New macro.
23347         [!defined emacs]: Don't include xalloc.h.
23348         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23349         address arithmetic overflows.  Change datatypes a bit to avoid
23350         unnecessary casts.
23351
23352 2003-11-22  Jim Meyering  <jim@meyering.net>
23353
23354         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23355         s/size/size_t/.
23356
23357 2003-11-21  Karl Berry  <karl@gnu.org>
23358
23359         * config/config.{sub,guess}: update from config.
23360
23361 2003-11-18  Karl Berry  <karl@gnu.org>
23362
23363         * config/config.{sub,guess}: update from config.
23364
23365         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23366
23367 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23368
23369         * README: Mention that S+T cannot overflow if S is the size of
23370         an existing object and T is sufficiently small.
23371
23372 2003-11-17  Jim Meyering  <jim@meyering.net>
23373
23374         On systems without utime and without a utimes function capable of
23375         dealing with a NULL struct utimbuf* argument, this utime replacement
23376         could -- in unusual circumstances -- leak a file descriptor.
23377         * lib/utime.c: Include <unistd.h> and <errno.h>.
23378         (utime_null): Be sure to close `fd' and to preserve errno.
23379         Reported by Geoff Collyer via Arnold Robbins.
23380
23381 2003-11-17  Bruno Haible  <bruno@clisp.org>
23382
23383         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23384         (Depends-on): Add xsize.
23385
23386 2003-11-17  Bruno Haible  <bruno@clisp.org>
23387
23388         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23389
23390 2003-11-17  Bruno Haible  <bruno@clisp.org>
23391
23392         * lib/vasnprintf.c (alloca): Remove fallback definition.
23393         (freea): Remove definition.
23394         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23395         Reported by Paul Eggert.
23396
23397 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23398             Bruno Haible  <bruno@clisp.org>
23399
23400         Protect against address arithmetic overflow.
23401         * lib/printf-args.h: Include stddef.h.
23402         (arguments): Change type of field 'count' to size_t.
23403         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23404         'unsigned int' where appropriate.
23405         * lib/printf-parse.h: Include sys/types.h.
23406         (char_directive): Change type of *arg_index fields to ssize_t.
23407         (char_directives): Change type of fields 'count', max_*_length to
23408         size_t.
23409         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23410         (SSIZE_MAX): Define fallback value.
23411         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23412         instead of 'int' where appropriate. Check a_allocated, d_allocated
23413         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23414         * lib/vasnprintf.c: Include xsize.h.
23415         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23416         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23417         overflow. Avoid wraparound when converting a width or precision from
23418         decimal to binary.
23419
23420 2003-11-16  Bruno Haible  <bruno@clisp.org>
23421
23422         Update from GNU gettext.
23423         * lib/printf-parse.c: Generalize to it can be compiled for wide
23424         strings.
23425         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23426         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23427         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23428         SNPRINTF): New macros.
23429         Don't include <alloca.h> if the file is used inside libintl.
23430         (local_wcslen): New function, for Solaris 2.5.1.
23431         (VASNPRINTF): Use it instead of wcslen.
23432
23433 2003-11-16  Bruno Haible  <bruno@clisp.org>
23434
23435         * lib/xsize.h (xmax): New function.
23436         (xsum, xsum3, xsum4): Declare as "pure" functions.
23437
23438 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23439
23440         * modules/xalloc (Files): Undo latest change, since xalloc.h
23441         no longer needs SIZE_MAX or PTRDIFF_MAX.
23442
23443 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23444
23445         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23446         gl_PTRDIFF_MAX.
23447
23448 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23449
23450         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23451         "return", to pacify some unknown compiler.  Problem reported
23452         by Joerg Schilling.
23453
23454 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23455
23456         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23457         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23458         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23459         heuristic is just as accurate as far as we know, and it removes a
23460         dependency on size_max.m4 and ptrdiff_max.m4.
23461
23462 2003-11-11  Bruno Haible  <bruno@clisp.org>
23463
23464         * modules/xsize (Files): Add m4/size_max.m4.
23465         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23466
23467 2003-11-11  Bruno Haible  <bruno@clisp.org>
23468
23469         * m4/size_max.m4: New file.
23470         * m4/ptrdiff_max.m4: New file.
23471         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23472         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23473         (gl_XALLOC): Invoke it.
23474
23475 2003-11-11  Bruno Haible  <bruno@clisp.org>
23476
23477         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23478         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23479         defined.
23480
23481 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23482
23483         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23484         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23485         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23486         From Bruno Haible.
23487         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23488         not (size_t) -1, since it's defined here.
23489
23490 2003-11-09  Karl Berry  <karl@gnu.org>
23491
23492         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23493
23494 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23495
23496         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23497         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23498         Reject sizes of exactly SIZE_MAX bytes.
23499         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23500         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23501
23502 2003-11-05  Bruno Haible  <bruno@clisp.org>
23503
23504         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23505         SIZE_MAX defined in <limits.h> on Solaris.
23506
23507 2003-11-04  Jim Meyering  <jim@meyering.net>
23508
23509         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23510         variable names, rather than @VAR@.
23511         * modules/poll: Likewise.
23512
23513 2003-11-04  Bruno Haible  <bruno@clisp.org>
23514
23515         * modules/xsize: New file.
23516         * modules/linebreak: Depend on xsize.
23517         * MODULES.html.sh (func_all_modules): Add xsize.
23518
23519 2003-11-04  Bruno Haible  <bruno@clisp.org>
23520
23521         * m4/xsize.m4: New file.
23522
23523 2003-11-04  Bruno Haible  <bruno@clisp.org>
23524
23525         * lib/xsize.h: New file.
23526         * lib/linebreak.c: Include xsize.h.
23527         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23528         argument for overflow.
23529         Suggested by Paul Eggert.
23530
23531 2003-11-03  Karl Berry  <karl@gnu.org>
23532
23533         * config/config.{guess,sub}: update from config.
23534
23535 2003-11-03  Jim Meyering  <jim@meyering.net>
23536
23537         * modules/userspec (lib_SOURCES): Add userspec.h.
23538         (Include): Add "userspec.h".
23539         Improve description.
23540
23541 2003-11-03  Jim Meyering  <jim@meyering.net>
23542
23543         * lib/userspec.c: Include "userspec.h".
23544         * lib/userspec.h: New file.
23545
23546 2003-11-03  Bruno Haible  <bruno@clisp.org>
23547
23548         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23549
23550 2003-11-03  Bruno Haible  <bruno@clisp.org>
23551
23552         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23553         available, to avoid (extremely rare) race condition.
23554         Suggested by Paul Eggert.
23555
23556 2003-11-02  Karl Berry  <karl@gnu.org>
23557
23558         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23559
23560 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23561
23562         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23563         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23564         (read_filesystem_list): Set and use me_type_malloced.
23565         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23566         whatever the type happens to be), for brevity and consistency.
23567         Check for size calculation overflow on Alphas running OSF/1.
23568
23569 2003-10-31  Jim Meyering  <jim@meyering.net>
23570
23571         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23572
23573         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23574
23575 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23576             Bruno Haible  <bruno@clisp.org>
23577
23578         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23579         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23580
23581 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23582
23583         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23584         netbsd*-gnu*.  Suggested by Robert Millan.
23585
23586 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23587
23588         * modules/group-member: Depend on stdbool.
23589
23590 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23591
23592         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23593
23594 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23595
23596         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23597         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23598         after the 'gnu' in these cases.  This fixes some bugs in the
23599         previous change, and is based on suggestions by Robert Millan.
23600
23601 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23602
23603         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23604         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23605         no longer needed.
23606         * lib/quotearg.c (quotearg_n_options): Use it.
23607         * lib/group-member.c: Include <stdbool.h>.
23608         (free_group_info): Arg is now const *; don't free arg.
23609         (get_group_info): Now returns bool and accepts struct group_info *,
23610         rather than returning a malloc'ed struct group_info *.
23611         All uses changed.  Check for overflow in internal size calculation.
23612
23613         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23614         rather than xmalloc/xrealloc.
23615         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23616         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23617         conformance bug: the old code used a pointer after freeing the
23618         storage that it addressed.
23619         * lib/hash.c (hash_initialize): Simplify the code by using
23620         xalloc_oversized rather than doing it by hand.
23621         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23622         the buffer preserved.  Use free and xmalloc instead.
23623         * lib/quotearg.c (quotearg_n_options): Likewise.
23624         Use a simpler test for size overflow.  Don't use xalloc_oversized
23625         because unsigned int might be wider than size_t (!); this suggests
23626         that we should switch from unsigned int to size_t for slot numbers.
23627
23628 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23629
23630         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23631         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23632         NetBSD kernels.  Requested by Richard Stallman.
23633
23634 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23635
23636         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23637         to allocate the returned structure.  Do not allocate a subarray,
23638         as x2nrealloc will do that.
23639         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23640         instead of xnrealloc.
23641         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23642
23643 2003-10-27  Bruno Haible  <bruno@clisp.org>
23644
23645         * lib/stdbool_.h: Better support for BeOS.
23646
23647 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23648
23649         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23650         now uses inline.
23651
23652 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23653
23654         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23655         callers that want to do their own size-overflow checking.  Include
23656         <stdbool.h>, since xalloc_oversized returns bool.
23657         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23658         to use xalloc_oversized.
23659
23660         Add two functions x2realloc, x2nrealloc, for programs that grow
23661         arrays dynamically by doubling their sizes.
23662         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23663         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23664         New functions.
23665
23666         Port to C99 semantics for 'inline' of external functions.
23667         Bug reported by Bruno Haible.
23668         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23669         with the old contents of xnmalloc.
23670         (xnmalloc, xmalloc): Use it.
23671         (xnrealloc_inline): New static inline function,
23672         with the old contents of xnrealloc.
23673         (xnrealloc, xrealloc): Use it.
23674
23675         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23676         that.
23677
23678 2003-10-26  Karl Berry  <karl@gnu.org>
23679
23680         * config/srclist.txt (COPYING.DOC): no longer available from
23681         /gd/gnuorg; don't know where the ultimate source is.
23682
23683 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23684
23685         Fix several address-calculation bugs in the hash modules,
23686         plus some minor code cleanup.
23687
23688         * lib/hash.h: Include <stdbool.h>, for bool.
23689         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23690         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23691         hash_get_n_entries, hash_get_max_bucket_length,
23692         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23693         hash_rehash): Use size_t rather than unsigned.
23694         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23695         hash_get_n_buckets_used, hash_get_n_entries,
23696         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23697         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23698         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23699         Likewise.
23700         (SIZE_MAX): Define if not defined.
23701         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23702         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23703         hash_print):
23704         Use const * when possible.
23705         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23706         (check_tuning): Fix bug: if tuning parameters were very close to
23707         0 or 1, rounding errors could have caused subscript violations.
23708         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23709         (hash_initialize): Add 'fail:' label
23710         to free table and return NULL, and use it to simplify code.
23711         Use calloc rather than clearing the storage ourself.
23712         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23713         buffer size calculations.
23714         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23715         Include <stddef.h>, for size_t.
23716         * lib/hash-pjw.c (hash_pjw): Likewise.
23717         Switch to method described by Bruno Haible.
23718         Include <limits.h>, for CHAR_BIT.
23719         (SIZE_BITS): New macro.
23720
23721 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23722
23723         * m4/getline.m4 (AM_FUNC_GETLINE):
23724         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23725         hosts.  Problem reported by Derek Robert Price in
23726         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23727         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23728         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23729
23730 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23731
23732         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23733         ceiling the allocation at NMAX bytes rather than silently
23734         discarding input bytes before NMAX is reached.  This makes
23735         a difference only if NMAX exceeds SIZE_MAX / 2.
23736
23737         * lib/obstack.c: Merge from glibc.
23738         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23739         Add libc_hidden_def (_obstack_newchunk).
23740         (_obstack_free) [! defined _LIBC]: Remove.
23741         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23742         a clone of the function body.
23743         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23744         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23745
23746         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23747         glibc.
23748         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23749         arg to memcpy.
23750
23751         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23752         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23753         Don't use lvalue casts, as GCC plans to remove support for them
23754         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23755         was also present in the non-GCC version, indicating that this
23756         code had always been buggy and had never been widely used.
23757         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23758         Use the fast variant of each macro, rather than copying the
23759         definiens of the fast variant; that way, we'll be more likely to
23760         catch future bugs in the fast variants.
23761
23762 2003-10-20  Bruno Haible  <bruno@clisp.org>
23763
23764         * modules/wait-process: New file.
23765         * MODULES.html.sh (func_all_modules): Add wait-process.
23766
23767 2003-10-20  Bruno Haible  <bruno@clisp.org>
23768
23769         * m4/wait-process.m4: New file.
23770
23771 2003-10-20  Bruno Haible  <bruno@clisp.org>
23772
23773         * lib/wait-process.h: New file, from GNU gettext.
23774         * lib/wait-process.c: New file, from GNU gettext.
23775
23776 2003-10-19  Jim Meyering  <jim@meyering.net>
23777
23778         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23779         HPUX 10.20.
23780
23781 2003-10-18  Karl Berry  <karl@gnu.org>
23782
23783         * config/config.guess: update from config.
23784
23785 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23786
23787         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23788         (getgroups): First arg is int, not size_t.
23789         Don't let 'free' mangle errno.
23790
23791 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23792
23793         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23794
23795 2003-10-16  Karl Berry  <karl@gnu.org>
23796
23797         * config/config.{guess,sub}: update from config.
23798
23799 2003-10-16  Jim Meyering  <jim@meyering.net>
23800
23801         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23802         memcpy.
23803
23804 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23805
23806         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23807         (SIZE_MAX): Remove.
23808         (new_exclude, add_exclude_file): Initial size no longer needs to
23809         be a power of 2.
23810         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23811         our own address arithmetic overflow checking.
23812
23813         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23814         (fnmatch): Do not alloca more than 2000 wide characters;
23815         instead, use malloc for large buffers.
23816         Check for address arithmetic overflow, and return -1
23817         with errno set to ENOMEM in that case.
23818         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23819         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23820         instead, return -1.  Check for address arithmetic overflow.
23821
23822 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23823
23824         Handle invalid suffixes and overflow independently, so that
23825         callers can treat them independently as needed.  Fix some bugs in
23826         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23827         suffix for a human-readable blocksize.  The major caller-visible
23828         change is the addition of a new
23829         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23830         that both overflow and suffix chars were found.
23831
23832         * lib/human.c (humblock): Don't check separately for invalid suffix
23833         char; that is xstrtoumax's job (now that its bug is fixed).
23834         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23835         INTMAX_MAX]: New macros.
23836         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23837         TYPE_MAXIMUM): New macros.
23838         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23839         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23840         if overflow occurs, as it's what __strtol does and it's more useful
23841         in practice.
23842         (__xstrtol): If __strtol reports some error other than ERANGE,
23843         reflect it to the caller as LONGINT_INVALID.  If it reports
23844         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23845         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23846         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23847         value.
23848         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23849         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23850         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23851         [defined UINTMAX_MAX]: New macros.
23852
23853 2003-10-14  Bruno Haible  <bruno@clisp.org>
23854
23855         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23856
23857 2003-10-14  Bruno Haible  <bruno@clisp.org>
23858
23859         * m4/sig_atomic_t: New file, from GNU gettext.
23860         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23861
23862 2003-10-14  Bruno Haible  <bruno@clisp.org>
23863
23864         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23865         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23866         Also use volatile where needed.
23867
23868 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23869
23870         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23871         Change maintainer from Bruno Haible to 'all'.
23872
23873 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23874
23875         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23876
23877 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23878
23879         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23880         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23881         and define in terms of the other primitives.
23882         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23883         (SIZE_MAX): Define if not already defined.
23884         (array_size_overflow): New function.
23885         (xalloc_die): Abort instead of exiting if 'error' returns.
23886         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23887         (xmalloc, xrealloc): Use them.
23888         (xcalloc): Check for address arithmetic overflow.
23889         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23890         a bit faster than strcpy.
23891
23892 2003-10-10  Simon Josefsson  <jas@extundo.com>
23893
23894         * modules/argp (Depends-on): Add restrict and strcase.
23895
23896 2003-10-10  Simon Josefsson  <jas@extundo.com>
23897
23898         * m4/argp.m4: Add AC_C_INLINE.
23899
23900 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23901
23902         Merge getpass from libc, plus a few fixes.
23903
23904         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23905         Include <stdbool.h>.
23906         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23907         __fsetlocking to empty.
23908         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23909         do include <bits/libc-lock.h>.
23910         Do not include <fcntl.h>; not needed.
23911         [_LIBC]: Include <wchar.h>.
23912         (NOTCANCEL_MODE): New macro.
23913         (flockfile, funlockfile) [_LIBC]: New macros.
23914         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23915         [!_LIBC]: New macros.
23916         (call_fclose): New function.
23917         (getpass): Use it.  Save tty stream separately; this simplifies the
23918         code and makes it more reliable if stdin happens to equal stdout.
23919         Invoke __fsetlocking on tty.
23920         Handle thread cancellation if needed.
23921         Namespace cleanup (use __tcgetattr, __getline).
23922         Use bool for Booleans.
23923         [USE_IN_LIBIO]: Handle wide streams.
23924         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23925         stream might go where.
23926
23927         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23928         doesn't have to include <stdio.h> before us.
23929         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23930         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23931         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23932         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23933         if not declared, so that we can use getpass.c code from libc without
23934         rewriting it.
23935         (flockfile, ftrylockfile, funlockfile): New macros.
23936
23937 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23938
23939         * modules/getpass: Depend on stdbool.
23940
23941 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23942
23943         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23944
23945 2003-10-07  Karl Berry  <karl@gnu.org>
23946
23947         * config/config.{guess,sub}: update from config.
23948
23949 2003-10-06  Jim Meyering  <jim@meyering.net>
23950             Bruno Haible  <bruno@clisp.org>
23951
23952         This lets translators provide better translations for the
23953         "Written by ..." part of --version output.
23954         * lib/version-etc.h: Include stdarg.h.
23955         (version_etc_copyright): Declare as readonly.
23956         (version_etc): Make this function variadic with a NULL-terminated list
23957         of author name strings.
23958         (version_etc_va): New declaration.
23959         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23960         (version_etc_copyright): Declare as readonly.
23961         (version_etc_va): New function. Provide a different translatable string
23962         for each possible number of authors < 10. Abbreviate when there are 10
23963         authors or more.
23964         (version_etc): Make this function variadic. Call version_etc_va.
23965         Suggestion from Gary V. Vaughan.
23966
23967         * lib/long-options.h (parse_long_options): Change prototype: the
23968         authors string is moved to the end and becomes variadic.
23969         * lib/long-options.c: Include stdarg.h.
23970         (parse_long_options): Make this function variadic, too.
23971         Call version_etc_va, not version_etc.
23972
23973 2003-10-06  Bruno Haible  <bruno@clisp.org>
23974
23975         * modules/version-etc-2: Remove file.
23976         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23977
23978 2003-10-06  Bruno Haible  <bruno@clisp.org>
23979
23980         * modules/fatal-signal: New file.
23981         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23982
23983 2003-10-06  Bruno Haible  <bruno@clisp.org>
23984
23985         * m4/fatal-signal.m4: New file.
23986         * m4/signalblocking.m4: New file, from GNU gettext.
23987
23988 2003-10-06  Bruno Haible  <bruno@clisp.org>
23989
23990         * lib/version-etc-2.h: Remove file.
23991         * lib/version-etc-2.c: Remove file.
23992
23993 2003-10-06  Bruno Haible  <bruno@clisp.org>
23994
23995         * lib/fatal-signal.h: New file, from GNU gettext.
23996         * lib/fatal-signal.c: New file, from GNU gettext.
23997
23998 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23999
24000         * README: Rework advice for preventing empty .o files.
24001         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24002         not <sys/types.h>.
24003
24004 2003-10-04  Karl Berry  <karl@gnu.org>
24005
24006         * lib/argp*: update from libc.
24007
24008 2003-10-04  Karl Berry  <karl@gnu.org>
24009
24010         * config/config.{guess,sub}: update from config.
24011
24012 2003-10-02  Bruno Haible  <bruno@clisp.org>
24013
24014         * modules/lchown (Include): Add lchown.h.
24015         * modules/time_r (Include): Use "..." syntax.
24016         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24017
24018 2003-10-01  Simon Josefsson  <jas@extundo.com>
24019
24020         * MODULES.html.sh (func_all_modules): Move gethostname from section
24021         'based on' to section 'lacking' POSIX:2001.
24022
24023 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24024
24025         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24026         to output mode on the same stream.
24027
24028 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24029
24030         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24031         Fix arg typo in previous patch.
24032
24033 2003-09-28  Jim Meyering  <jim@meyering.net>
24034
24035         * lib/error.c: Correct cpp indentation.
24036
24037 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24038
24039         * modules/free: New file.
24040
24041 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24042
24043         * m4/free.m4: New file.
24044
24045 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24046
24047         * lib/minmax.h (MIN, MAX)
24048         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24049         Omit the special code that used __typeof__, since we worry that
24050         it could be more trouble than it's worth.  See:
24051         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24052         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24053
24054         * lib/free.c: New file.
24055
24056 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24057
24058         Trivial fixes to Makefile.am parts of module listings.
24059         * modules/strstr: Append strstr.h to lib_SOURCES.
24060         * modules/strcase: Likewise, for strcase.h.
24061
24062 2003-09-27  Karl Berry  <karl@gnu.org>
24063
24064         * config/mkinstalldirs: update from automake.
24065
24066 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24067
24068         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24069         (error_tail): Do not loop, reallocating temporary buffer, since
24070         the output cannot contain more wide characters than the input
24071         contains bytes, the size must be big enough already.  This avoids
24072         one potential size overflow calculation.  Check for size overflow
24073         when calculating temporary buffer size.  Free temporary buffer
24074         when done, if it was allocated with malloc; this plugs a memory
24075         leak.  Remove casts from void * to pointers, that are no longer
24076         needed now that we're assuming C89 or better.
24077
24078         Merge error changes from glibc.
24079
24080         * lib/error.c, error.h: Update copyright notice header to match glibc.
24081         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24082         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24083         Disable cancellation while printing error.
24084         * lib/error.h: Prepend __ to parameter names.
24085
24086 2003-09-26  Jim Meyering  <jim@meyering.net>
24087
24088         * lib/error.c (error_tail): Move some declarations
24089         into inner scope where the local variables are used.
24090
24091 2003-09-26  Bruno Haible  <bruno@clisp.org>
24092
24093         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24094         stpncpy().
24095         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24096
24097 2003-09-26  Bruno Haible  <bruno@clisp.org>
24098
24099         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24100         (stpncpy): Define as alias for gnu_stpncpy.
24101         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24102
24103 2003-09-25  Simon Josefsson  <jas@extundo.com>
24104
24105         * lib/xgetdomainname.h: New file.
24106         * lib/xgetdomainname.c: New file.
24107
24108 2003-09-25  Simon Josefsson  <jas@extundo.com>
24109             Bruno Haible  <bruno@clisp.org>
24110
24111         * modules/getdomainname: New file.
24112         * modules/xgetdomainname: New file.
24113         * MODULES.html.sh (func_all_modules): Add getdomainname,
24114         xgetdomainname.
24115
24116 2003-09-25  Simon Josefsson  <jas@extundo.com>
24117             Bruno Haible  <bruno@clisp.org>
24118
24119         * m4/getdomainname.m4: New file.
24120
24121 2003-09-25  Simon Josefsson  <jas@extundo.com>
24122             Bruno Haible  <bruno@clisp.org>
24123
24124         * lib/getdomainname.h: New file.
24125         * lib/getdomainname.c: New file.
24126
24127 2003-09-25  Karl Berry  <karl@gnu.org>
24128
24129         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24130
24131 2003-09-25  Karl Berry  <karl@gnu.org>
24132
24133         * config/install-sh: update from automake.
24134
24135 2003-09-25  Bruno Haible  <bruno@clisp.org>
24136
24137         * modules/version-etc-2: New file, from modules/version-etc with
24138         modifications.
24139         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24140
24141 2003-09-25  Bruno Haible  <bruno@clisp.org>
24142
24143         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24144         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24145
24146 2003-09-24  Simon Josefsson  <jas@extundo.com>
24147
24148         * modules/xgethostname: Add xgethostname.h.
24149
24150 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24151
24152         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24153         the buffer associated with the argument.  Bug reported by
24154         Simon Josefsson.
24155
24156 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24157
24158         * README: Document assumptions that 'int' is at least 32 bits
24159         wide, that integer arithmetic is 2's complement without overflow,
24160         that there are no holes in integer values, that adding sizes of
24161         two nonoverlapping objects can't overflow, and that all-bits-zero
24162         yields scalar zero.  Fix spelling and capitalization typos.
24163
24164 2003-09-19  Karl Berry  <karl@gnu.org>
24165
24166         * lib/argp.h: update from libc.
24167
24168 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24169
24170         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24171         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24172         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24173
24174 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24175
24176         * gnulib-tool: Use "test -h", not "test -L", for portability
24177         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24178         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24179         (sed_extract_prog): Issue s commands one-by-one, rather than
24180         using \| in one s command.
24181
24182 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24183
24184         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24185         input error, instead of returning NULL the next time we are called
24186         (and therefore losing track of errno).
24187
24188 2003-09-16  Bruno Haible  <bruno@clisp.org>
24189
24190         * gnulib-tool (func_create_testdir): Warn about duplicated
24191         dependencies.
24192
24193 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24194
24195         * modules/argmatch, modules/fatal, modules/obstack,
24196         modules/xalloc, modules/xgethostname: Sort dependencies by
24197         importance, not alphabetically.
24198
24199 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24200
24201         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24202         fails, so that the caller gets the proper errno.
24203
24204         * lib/readutmp.c (read_utmp): Likewise.
24205         Check for fstat error.  Close stream and free storage
24206         when failing.
24207
24208 2003-09-14  Karl Berry  <karl@gnu.org>
24209
24210         * config/srclist.txt (strdup.c): disable for c89 changes.
24211
24212 2003-09-14  Jim Meyering  <jim@meyering.net>
24213
24214         * lib/getloadavg.c: Correct cpp indentation.
24215         * lib/strdup.c: Likewise.
24216         * lib/vasnprintf.c: Likewise.
24217
24218 2003-09-14  Bruno Haible  <bruno@clisp.org>
24219
24220         * modules/fwriteerror: New file.
24221         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24222
24223 2003-09-14  Bruno Haible  <bruno@clisp.org>
24224
24225         * lib/fwriteerror.h: New file.
24226         * lib/fwriteerror.c: New file.
24227
24228 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24229
24230         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24231         modules/xgethostname, modules/xalloc: Depend on exit.
24232
24233 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24234
24235         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24236
24237         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24238         and AC_MINIX, too, so that their extensions are available.
24239
24240         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24241         This macro has been superseded by gl_BACKUPFILE.
24242
24243         More patches to assume C89 or better.
24244
24245         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24246
24247         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24248         unconditionally.
24249         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24250         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24251         Include <string.h>, <stdlib.h> unconditionally.
24252         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24253         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24254         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24255         headers or for string.h.
24256         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24257         or strtoul.
24258
24259         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24260         headers.
24261         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24262         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24263         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24264         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24265         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24266         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24267         memcpy, memset.
24268         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24269         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24270         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24271         strtol.
24272         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24273         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24274         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24275         strtoul.
24276
24277 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24278
24279         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24280         * lib/obstack.c [!defined _LIBC]: Likewise.
24281         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24282         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24283         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24284
24285         More changes to assume C89 or better.
24286
24287         * lib/error.c (error_tail): Assume vprintf.
24288
24289         * lib/argmatch.c (getenv): Remove decl.
24290         * lib/progreloc.c (get_full_program_name): Define via prototype.
24291         * lib/setenv.c (clearenv): Likewise.
24292         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24293         needed.
24294         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24295         (malloc, memcpy): Remove decls.
24296         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24297         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24298         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24299         (memcpy): Remove macro.
24300         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24301         (__P): Remove.  All uses removed.
24302         (PTR): Remove.  All uses changed to void *.
24303         (CHAR_BIT, NULL): Remove.
24304         (spaces, zeros, memset_space, memset_zero)
24305         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24306         Remove.
24307         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24308         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24309         Define with prototype.
24310         Remove now-unnecessary prototype decl.
24311         (extra_args_spec): Assume ANSI C.  All uses changed.
24312         (extra_args_spec_iso): Remove.
24313         (my_strftime, emacs_strftimeu): Define via prototype.
24314         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24315         unconditionally.
24316         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24317         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24318         (strtoul, strtol): Remove decls.
24319         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24320         LONG_MAX): Remove.
24321         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24322         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24323         (LOCALE_PARAM_PROTO): New macro.
24324         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24325         (INTERNAL (strtol), strtol): Define with a prototype.
24326         (PARAMS): Remove.  All uses removed.
24327         * lib/tempname.c: Include <string.h> unconditionally.
24328         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24329         * lib/xgethostname.c (main): Define with a prototype.
24330         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24331         Include <stdlib.h> unconditionally.
24332         (calloc, malloc, realloc, free): Remove decls.
24333         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24334         Include <stdlib.h> unconditionally.  Sort include file names.
24335         (strtod): Remove.
24336         (xstrtod): Define with a prototype.
24337         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24338         (strtol, strtoul): Remove decls.
24339
24340 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24341
24342         More patches to assume C89 or better.
24343         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24344         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24345         string.h, memchr, STDC_HEADERS.
24346
24347 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24348
24349         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24350         Include <stdlib.h>, <string.h> unconditionally.
24351         Remove now-unnecessary cast to char *.
24352         * lib/strnlen.c: Include <string.h> unconditionally.
24353         * lib/yesno.c (yesno): Define with a prototype.
24354
24355 2003-09-11  Bruno Haible  <bruno@clisp.org>
24356
24357         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24358
24359 2003-09-10  Jim Meyering  <jim@meyering.net>
24360
24361         * lib/error.c: Correct indentation of cpp directives.
24362
24363 2003-09-10  Bruno Haible  <bruno@clisp.org>
24364
24365         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24366         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24367         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24368         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24369         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24370         <stdlib.h> and <string.h> checks.
24371         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24372         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24373
24374 2003-09-10  Bruno Haible  <bruno@clisp.org>
24375
24376         * lib/strcspn.c: Include <string.h> unconditionally.
24377         * lib/strpbrk.c: Include <string.h> unconditionally.
24378         * lib/strstr.c: Include <string.h> unconditionally.
24379         * lib/unicodeio.c: Include <string.h> unconditionally.
24380         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24381         * lib/unsetenv.c: Likewise.
24382         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24383         * lib/yesno.c: Include <stdlib.h> unconditionally.
24384         (rpmatch): Add prototype.
24385
24386 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24387
24388         More patches to assume C89 or better.
24389         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24390         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24391         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24392         or for string.h.
24393         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24394         stdlib.h.
24395         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24396         C headers.
24397         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24398         string.h.
24399         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24400         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24401         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24402         or for string.h.
24403         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24404         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24405         C headers.
24406         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24407         memcpy.
24408         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24409         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24410         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24411         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24412         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24413         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24414         string.h, free.
24415         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24416         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24417         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24418         C headers, or for string.h.
24419         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24420         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24421         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24422         headers, memory.h, stdlib.h, string.h, strings.h.
24423         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24424         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24425         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24426         strchr.
24427         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24428         headers, memory.h, string.h.
24429         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24430         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24431         free.
24432         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24433         headers.
24434         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24435         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24436         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24437         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24438         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24439
24440 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24441
24442         More K&R removal.
24443
24444         * lib/acosl.c (main): Use a prototype.
24445         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24446         tanl.c: Likewise.
24447
24448         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24449
24450         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24451         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24452         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24453         with a prototype.
24454         * lib/getopt.c (const): Remove macro.
24455         Include <string.h> unconditionally.
24456         (my_index): Remove; all uses changed to strchr.
24457         (strlen): Remove decl.
24458         (exchange): Remove forward decl; no longer needed.
24459         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24460         Define with prototype.
24461         * lib/getopt1.c (const): Remove macro.
24462         (getopt_long, getopt_long_only, main): Define with prototype.
24463
24464         * lib/getugroups.c: Include <string.h> unconditionally.
24465
24466         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24467         (getusershell, setusershell, endusershell, readname, main):
24468         Define with prototypes.
24469
24470         * lib/group-member.c: Include group-member.h first.
24471         Include <stdlib.h> unconditionally.
24472
24473         * lib/hard-locale.c: Include hard-locale.h first.
24474         Include <stdlib.h>, <string.h> unconditionally.
24475
24476         * lib/hash.c (free, malloc): Remove decls.
24477         Include <stdlib.h> unconditionally.
24478
24479         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24480         (getenv): Do not declare.
24481
24482         * lib/idcache.c: Include <string.h> unconditionally.
24483
24484         * lib/long-options.c: Include long-options.h first, to test interface.
24485         Include <stdlib.h> unconditionally.
24486
24487         * lib/makepath.c: Include makepath.h first, to test interface.
24488         Include <stdlib.h> and <string.h> unconditionally.
24489
24490         * lib/linebuffer.c: Include <stdlib.h>.
24491         (free): Remove decl.
24492
24493         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24494         stddef.h. rpl_malloc returns void *, not char *.
24495         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24496         prototype.
24497
24498         * lib/md5.h: Include <limits.h> unconditionally.
24499         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24500         (__P): Remove; all uses removed.
24501         * lib/md5.c: Include "md5.h" first.
24502         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24503         md5_buffer, md5_process_bytes, md5_process_block):
24504         Define with prototypes.
24505         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24506         * lib/sha.c: Include "sha.h" first.
24507         Include <stdlib.h>, <string.h> unconditionally.
24508
24509         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24510         * lib/memcmp.c (__ptr_t): Likewise.
24511         * lib/memrchr.c (__ptr_t): Likewise.
24512         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24513         Include <string.h> unconditionally.
24514         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24515         * lib/memchr.c: Include <stdlib.h> unconditionally.
24516         * lib/memchr.c (LONG_MAX): Remove.
24517         * lib/memrchr.c (LONG_MAX): Likewise.
24518         * lib/memchr.c (__memchr): Define via a prototype.
24519         * lib/memrchr.c (__memrchr): Likewise.
24520         * lib/memcmp.c (__P): Remove, and remove all uses.
24521         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24522         Remove forward decls; no longer needed.
24523         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24524         Use types required by C89 in prototype.
24525
24526         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24527         * lib/savedir.c: Likewise.
24528         * lib/mkdir.c (free): Remove decl.
24529         * lib/rmdir.c (rmdir): Define with a prototype.
24530         * lib/savedir.c: Include savedir.h first, to test interface.
24531
24532         * lib/mktime.c (STDC_HEADERS): Remove.
24533         Include <stdlib.h>, <string.h> unconditionally.
24534
24535         * lib/modechange.c: Include <stdlib.h> unconditionally.
24536         (malloc): Remove decl.
24537
24538         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24539         (free): Remove decl.
24540
24541         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24542         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24543         (This type really should be intptr_t, but that's a C99ism.)
24544         (_obstack_memcpy): Remove: all uses changed to memcpy.
24545         Include <string.h> unconditionally.
24546         (struct obstack): Assume __STDC__ for types of members
24547         chunkfun, freefun, extra_arg.
24548         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24549         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24550         obstack_begin, obstack_specify_allocation,
24551         obstack_specify_allocation_with_arg, obstack_chunkfun,
24552         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24553         Remove unprototyped decls and the macros that use them.
24554         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24555         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24556         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24557         (defined __STDC__ && __STDC__)]:
24558         Remove nonprototyped code.
24559         Include <stdlib.h> unconditionally.
24560         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24561         _obstack_allocated_p, _obstack_free, obstack_free,
24562         _obstack_memory_used, print_and_abort):
24563         Define using prototypes.
24564         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24565         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24566         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24567         obstack_next_free, obstack_object_size, obstack_room) [0]:
24568         Remove unused, unprototyped code.
24569
24570         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24571
24572         * lib/physmem.c (physmem_total, physmem_available, main): Define
24573         with prototypes.
24574
24575         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24576         (main): Define with a prototype.
24577
24578         * lib/posixver.c (getenv): Remove decl.
24579
24580         * lib/putenv.c (malloc): Returns void *, not char *.
24581         Include <string.h> unconditionally.
24582         (strchr, memcpy, NULL): Do not define.
24583
24584         * lib/readtokens.c: Include readtokens.h first, to test interface.
24585         Include <stdlib.h>, <string.h> unconditionally.
24586         (init_tokenbuffer): Define with a prototype.
24587
24588         * lib/regex.c (PARAMS): Remove.  All uses removed.
24589         All uses of _RE_ARGS removed, too.
24590         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24591         unconditionally.
24592         (bzero): Assume memset exists.
24593         (memcmp, memcpy, NULL): Remove.
24594         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24595         char, or assignments to local vars of type signed char.
24596         (init_syntax_once, PREFIX(extract_number_and_incr),
24597         PREFIX(print_partial_compiled_pattern),
24598         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24599         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24600         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24601         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24602         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24603         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24604         wcs_compile_range, byte_compile_range, truncate_wchar,
24605         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24606         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24607         count_mbs_length, wcs_re_match_2_internal,
24608         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24609         PREFIX(alt_match_null_string_p),
24610         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24611         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24612         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24613         now-unnecessary declaration, if any.
24614         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24615         regcomp, regexec):
24616         Remove now-unnecessary casts among pointer types.
24617         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24618
24619         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24620         (free): Remove decl.
24621
24622         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24623
24624         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24625         (free): Remove decl.
24626
24627         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24628         * lib/xgetcwd.c: Likewise.
24629
24630         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24631         (free): Remove decl.
24632
24633         * lib/strchrnul.c (strchrnul): Define with a prototype.
24634         Fix bug: c_in was not converted to char before searching.
24635
24636         The following changes are not K&R related:
24637
24638         * lib/group-member.h: Include <sys/types.h>, so that this file is
24639         self-contained.
24640         * lib/makepath.h: Likewise.
24641
24642         * lib/getusershell.c (readname, default_index, line_size, readname):
24643         Use size_t, not int, for sizes.
24644         (readname): If the size overflows, report an error instead of
24645         looping forever.
24646
24647 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24648
24649         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24650         libc.
24651
24652 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24653
24654         * README: New section: portability guidelines.
24655
24656 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24657
24658         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24659         C89 spec.
24660
24661 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24662
24663         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24664
24665 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24666
24667         Assume C89 or better; remove K&R cruft.
24668         A few of these changes were first proposed by Derek Robert Price
24669         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24670
24671         * lib/addext.c: Include <string.h> unconditionally.
24672         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24673         Don't declare getenv or malloc.
24674
24675         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24676         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24677         (NULL): Remove.
24678         (find_stack_direction, alloca): Use prototypes.
24679
24680         * lib/atexit.c (atexit): Define using a prototype.
24681
24682         * lib/basename.c, dirname.c, stripslash.c:
24683         Include <string.h> unconditionally.
24684
24685         * lib/bcopy.c: Include <stddef.h>.
24686         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24687
24688         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24689
24690         * lib/error.h (error, error_at_line, error_print_progname)
24691         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24692         * lib/error.c: Include error.h first, to check interface.
24693         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24694         (VA_START): Remove; all uses changeed to va_start.
24695         (exit, strerror): Remove decls.
24696         (error_print_progname): Prototype uncondionally.
24697         Don't include <errno.h>; no longer needed.
24698         (private_strerror): Remove.
24699         (error_tail): Always define.
24700         (error, error_at_line): Assume C89 or better; always use prototypes.
24701         * lib/fatal.c: Include "fatal.h" first, to test interface.
24702         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24703         (VA_START): Remove; all uses changed to va_start.
24704         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24705         this case.
24706         (exit): Remove decl.
24707         (fatal): Prototype unconditionally.  Assume va_start works.
24708         Abort at end, to pacify gcc.
24709
24710         * lib/euidaccess.c (main): Define with a prototype.
24711
24712         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24713
24714         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24715
24716         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24717         prototypes.
24718         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24719         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24720         (getenv): Remove decl.
24721         (fnmatch): Define using a prototype.
24722         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24723         (FCT): Define using a prototype.
24724
24725         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24726
24727         * lib/gethostname.c: Include <stddef.h>.
24728         (gethostname): Define with prototype.  Length is size_t, not int.
24729
24730 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24731
24732         Assume C89 or better; remove K&R cruft.
24733         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24734         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24735         string.h, getenv, malloc.
24736         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24737         headers.
24738         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24739         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24740         do not check for strerror.
24741         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24742         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24743         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24744         do not check for doprnt or vprintf.
24745         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24746         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24747
24748 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24749
24750         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24751         getversion.c should have been removed then, but was accidentally
24752         preserved.
24753
24754         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24755         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24756
24757 2003-09-08  Karl Berry  <karl@gnu.org>
24758
24759         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24760                 config, forget about prep.
24761
24762         * config/depcomp, missing: update from automake.
24763
24764 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24765
24766         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24767         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24768
24769 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24770
24771         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24772         copy_tm_result.  Bug reported by Simon Josefsson in
24773         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24774
24775 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24776
24777         * m4/time_r.m4: New file.
24778         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24779         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24780         is. Check for timegm declaration.
24781         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24782         Do not check for gmtime_r.
24783         Replace mktime if __mktime_internal does not exist and if mktime
24784         hasn't been replaced already.
24785
24786 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24787
24788         * lib/time_r.c, lib/time_r.h: New files.
24789
24790         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24791         __localtime_r.
24792         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24793         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24794
24795         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24796         __gmtime_r.
24797         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24798         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24799         Include <time_r.h>.
24800
24801         * lib/timegm.c: Switch to glibc implementation, with the following
24802         changes:
24803         [defined HAVE_CONFIG_H]: Include <config.h>.
24804         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24805         (__mktime_internal) [!defined _LIBC]: New decl.
24806         (__gmtime_r) [!defined _LIBC]: New macro and function.
24807         (timegm): Use a prototype, since gnulib assumes C89.
24808         Do not bother declaring tmp to be const, as it's not really usefu.
24809         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24810         (timegm): Declare only if HAVE_DECL_TIMEGM.
24811
24812 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24813
24814         * MODULES.html.sh (func_all_modules): Add time_r.
24815         * modules/time_r: New file.
24816         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24817         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24818
24819 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24820
24821         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24822         Bug reported by Lute Kamstra in
24823         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24824
24825         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24826         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24827         course with correspondingly smaller numbers for tomorrow and
24828         yesterday.  From Tadayoshi Funaba.  Originally installed into
24829         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24830         coreutils merge?).
24831
24832 2003-08-31  Simon Josefsson  <jas@extundo.com>
24833
24834         * modules/timegm: New file.
24835         * MODULES.html.sh (func_all_modules): Add timegm.
24836
24837 2003-08-31  Simon Josefsson  <jas@extundo.com>
24838
24839         * m4/timegm.m4: New file.
24840
24841 2003-08-31  Simon Josefsson  <jas@extundo.com>
24842
24843         * lib/timegm.h: New file.
24844         * lib/timegm.c: New file.  Based on
24845         wget-1.8.2/src/http.c:mktime_from_utc.
24846
24847 2003-08-31  Karl Berry  <karl@gnu.org>
24848
24849         * lib/argp.h: update from libc.
24850
24851 2003-08-28  Bruno Haible  <bruno@clisp.org>
24852
24853         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24854         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24855         followed by '#define fnmatch fnmatch_posix' gives an error.
24856
24857 2003-08-28  Bruno Haible  <bruno@clisp.org>
24858
24859         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24860         warning on QNX, which defines O_BINARY to 000000.
24861
24862 2003-08-27  Jim Meyering  <jim@meyering.net>
24863
24864         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24865         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24866         would fail after 32.  Reported by Danny Levinson.  Details here:
24867         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24868
24869 2003-08-24  Bruno Haible  <bruno@clisp.org>
24870
24871         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24872         MSVC7 <stdio.h> is included later.
24873
24874 2003-08-22  Simon Josefsson  <jas@extundo.com>
24875
24876         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24877
24878 2003-08-20  Karl Berry  <karl@gnu.org>
24879
24880         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24881
24882 2003-08-20  Bruno Haible  <bruno@clisp.org>
24883
24884         * modules/progname: New file.
24885         * MODULES.html.sh (func_all_modules): Add progname.
24886
24887 2003-08-20  Bruno Haible  <bruno@clisp.org>
24888
24889         * lib/progname.h: New file, from GNU gettext.
24890         * lib/progname.c: New file, from GNU gettext.
24891         * lib/progreloc.c: New file, from GNU gettext.
24892
24893 2003-08-19  Jim Meyering  <jim@meyering.net>
24894
24895         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24896         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24897
24898 2003-08-19  Bruno Haible  <bruno@clisp.org>
24899
24900         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24901         more.
24902
24903 2003-08-19  Bruno Haible  <bruno@clisp.org>
24904
24905         * lib/xstrdup.c: Assume <string.h> exists.
24906
24907 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24908
24909         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24910         in makefile rules.
24911
24912 2003-08-18  Jim Meyering  <jim@meyering.net>
24913
24914         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24915         * m4/lib-ld.m4: Likewise.
24916
24917 2003-08-18  Jim Meyering  <jim@meyering.net>
24918
24919         * lib/setenv.h: Indent nested cpp directive.
24920         * lib/vasnprintf.c: Remove trailing blanks.
24921
24922 2003-08-17  Simon Josefsson  <jas@extundo.com>
24923
24924         * modules/xstrndup: New file.
24925         * MODULES.html.sh (func_all_modules): Add xstrndup.
24926
24927 2003-08-17  Simon Josefsson  <jas@extundo.com>
24928
24929         * modules/argp: Fix autoconf macro name. Add more dependencies.
24930
24931 2003-08-17  Simon Josefsson  <jas@extundo.com>
24932
24933         * m4/xstrndup.m4: New file.
24934
24935 2003-08-17  Simon Josefsson  <jas@extundo.com>
24936
24937         * m4/argp.m4: New file.
24938
24939 2003-08-17  Simon Josefsson  <jas@extundo.com>
24940             Bruno Haible  <bruno@clisp.org>
24941
24942         * lib/xstrndup.h: New file.
24943         * lib/xstrndup.c: New file.
24944
24945 2003-08-17  Bruno Haible  <bruno@clisp.org>
24946
24947         * modules/strndup (Files, Include): Add lib/strndup.h.
24948
24949 2003-08-17  Bruno Haible  <bruno@clisp.org>
24950
24951         * modules/euidaccess (Files): Add lib/euidaccess.h.
24952
24953 2003-08-17  Bruno Haible  <bruno@clisp.org>
24954
24955         * lib/strndup.h: New file.
24956
24957 2003-08-17  Bruno Haible  <bruno@clisp.org>
24958
24959         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24960         like AC_GNU_SOURCE.
24961         * modules/extensions (configure.ac): Comment out the invocation of
24962         gl_USE_SYSTEM_EXTENSIONS.
24963
24964 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24965
24966         Merges from coreutils, etc.
24967         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24968         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24969         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24970         fixing a typo.
24971         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24972         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24973
24974 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24975
24976         Document merge from coreutils.
24977         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24978         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24979         * modules/utime: Add m4/utimes-null.m4.
24980
24981 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24982
24983         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24984         space, undoing this 2003-08-12 change:
24985         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24986
24987 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24988
24989         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24990         strtoul.c from libc, undoing this 2003-08-12 change:
24991         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24992
24993 2003-08-16  Jim Meyering  <jim@meyering.net>
24994
24995         Merges from coreutils.
24996         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24997         prefix.  Adjust cache variables similarly.  Create 500 rather than
24998         just 300 files, to exercise bug on Darwin6.5, too.
24999         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25000         $missing_dir.
25001         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25002         AM_SYS_POSIX_TERMIOS.
25003         Reported by mkc@mathdogs.com.
25004         Also change use of $am_cv_sys_posix_termios
25005         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25006         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25007         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25008         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25009         in /proc/mounts until it finds one with matching device number.  This
25010         is unnecessary when the FILE argument *is* a mount point.  No stat call
25011         is necessary in that case.  So, disable the statvfs-testing code on
25012         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25013         as RedHat bug# 84846.
25014         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25015         to 1MB, so as not to render systems with no stack size limit (e.g.,
25016         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25017         Include <unistd.h>.  On some systems,
25018         it is required for the definition of _SC_PAGESIZE.
25019
25020 2003-08-16  Jim Meyering  <jim@meyering.net>
25021
25022         Merge from coreutils.
25023         * lib/xstrtoimax.c: #else #if -> #elif.
25024         * lib/xstrtoumax.c: Likewise.
25025
25026 2003-08-16  Jim Meyering  <jim@meyering.net>
25027
25028         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25029         * m4/utimes.m4: Removed.
25030         * m4/utimes-null.m4: Renamed from utimes.m4.
25031
25032         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25033         to 1MB, so as not to render systems with no stack size limit (e.g.,
25034         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25035         Include <unistd.h>.  On some systems,
25036         it is required for the definition of _SC_PAGESIZE.
25037
25038 2003-08-16  Jim Meyering  <jim@meyering.net>
25039         and Paul Eggert  <eggert@cs.ucla.edu>
25040
25041         Merges from coreutils, etc.
25042
25043         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25044         using the latest version from cvs.  This avoids problems with #line
25045         directives using a vendor (Sun) compiler.
25046         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25047         Don't set GETGROUPS_LIB here; now it's
25048         done via getgroups.m4's wrapper function.
25049         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25050         rather than just in sh-util/configure.in, so that the
25051         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25052         same.
25053         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25054         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25055         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25056         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25057         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25058         Remove code that is now done by the newly-required macros.
25059         Append $(EXEEXT) to DF_PROG.
25060         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25061         Do not invoke or require the following here,
25062         since prereq.m4 or some gnulib .m4 now does this for us:
25063         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25064         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25065         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25066         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25067         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25068         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25069         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25070         AC_FUNC_OBSTACK.
25071         Do not replace the following functions, as this is now the job
25072         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25073         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25074         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25075         atexit getpass, strdup, getpagesize.
25076         Replace 'raise'.
25077         Do not check for the following functions, as this is now the job
25078         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25079         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25080         setregid.
25081         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25082         Check for sys/sysctl.h.
25083         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25084         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25085         of checking for ssize_t ourselves.
25086
25087         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25088         Require every macro that gnulib/modules/* suggests for us.
25089         (jm_PREREQ_ADDEXT): New macro.
25090         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25091         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25092
25093         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25094         (gl_PHYSMEM): Use it.
25095         Also check for `table' function.
25096         Check for new headers and functions.
25097         Add check for sys/sysmp.h.
25098         With suggestions from Kaveh Ghazi.
25099         Ignore headers that are present but cannot be compiled.  This
25100         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25101         C 5.4.
25102
25103 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25104
25105         Document merge from coreutils.
25106         * modules/userspec: Depend on posixver.
25107         * modules/strftime: Depend on tzset.
25108
25109 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25110
25111         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25112         rather than tab, after '#' in shell-script copyright notices.
25113         Suggested by Bruno Haible.
25114
25115 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25116
25117         * config/srclist-update: Use three spaces, rather than tab, after '#'
25118         in shell-script copyright notices.  Suggested by Bruno Haible.
25119         Remove unnecessary parenthesization in regular expression.
25120
25121 2003-08-15  Jim Meyering  <jim@meyering.net>
25122
25123         Merge from coreutils.
25124         * lib/xgethostname.c: Include <stdlib.h>.
25125         (xghostname): Don't exit for anything other than memory-related
25126         failure; just return NULL.
25127         * lib/userspec.c: Include "posixver.h".
25128         (parse_user_spec): Accept `.' as a separator only
25129         in pre-POSIX-200112 mode.
25130         * lib/strtoimax.c: Use #elif rather than #else #if.
25131         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25132         Remove function, now that we can rely on a working tzset function.
25133         [!_LIBC]: Ensure that the required autoconf test has been run.
25134         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25135         Use underlying_strftime for %r.
25136         * lib/sha.c: Merge in some clean-up and optimization changes from
25137         glibc.
25138         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25139         Ensure that it is a multiple of 64.
25140         Rearrange loop exit tests so as to avoid performing an
25141         additional fread after encountering an error or EOF.
25142         * lib/realloc.c: Update copyright date.
25143
25144 2003-08-15  Jim Meyering  <jim@meyering.net>
25145         and Paul Eggert  <eggert@twinsun.com>
25146
25147         Merge from coreutils.
25148         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25149         member but strut utmpx does not.  Needed for AIX 4.3.3.
25150         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25151
25152 2003-08-15  Jim Meyering  <jim@meyering.net>
25153         and Paul Eggert  <eggert@cs.ucla.edu>
25154
25155         Merges from coreutils, etc.
25156         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25157         Require gl_FUNC_TZSET_CLOBBER.
25158         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25159         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25160         members.
25161
25162 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25163
25164         Help the merge from coreutils.
25165         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25166         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25167         * m4/tzset.m4: Use it too.
25168
25169 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25170
25171         * modules/tzset: New file.
25172
25173 2003-08-14  Jim Meyering  <jim@meyering.net>
25174
25175         Merges from coreutils.
25176         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25177         variable names, rather than @FNMATCH_H@.
25178         * modules/alloca: Likewise for $(ALLOCA_H).
25179
25180         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25181         the three copies of the literal target, `fnmatch.h'.
25182         * modules/alloca (alloca.h): Likewise.
25183
25184 2003-08-14  Jim Meyering  <jim@meyering.net>
25185
25186         Merge from coreutils.
25187         * m4/tzset.m4: New file.
25188         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25189         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25190         otherwise, AIX 5.1 systems would end up using the latter.
25191         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25192         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25193         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25194         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25195
25196 2003-08-14  Jim Meyering  <jim@meyering.net>
25197
25198         Merge from coreutils.
25199         * lib/obstack.h: Whitespace changes.
25200         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25201         and xcalloc return values.
25202         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25203         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25204         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25205         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25206         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25207         error from mntctl.
25208         Use mntctl's return value to drive the entry-processing loop, since
25209         we can't rely on the value of the vmt_length member in the last
25210         entry.  On some systems doing so could result in exhausting
25211         virtual memory.  Based in part on a patch from Mike Jetzer.
25212
25213 2003-08-14  Jim Meyering  <jim@meyering.net>
25214         and Paul Eggert  <eggert@twinsun.com>
25215
25216         Merges from coreutils, plus other fixes.
25217         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25218         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25219         for credits and details.  Thanks to Kaveh Ghazi for helping
25220         to keep these files in sync.
25221         (ARRAY_SIZE): Define it.
25222         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25223         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25224         (memcasecmp): Don't assume size_t fits in unsigned int.
25225         Remove casts and duplicate code.
25226         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25227         (memcpy): Remove definition.
25228         Merge in some clean-up and optimization changes from glibc.
25229         [BLOCKSIZE]: Move definition to top of file.
25230         Ensure that it is a multiple of 64.
25231         Rearrange loop exit tests so as to avoid performing an
25232         additional fread after encountering an error or EOF.
25233         * lib/md5.h (md5_uintptr): Define.
25234         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25235         return to the initial working directory.  Preserve errno
25236         for caller.
25237         * lib/idcache.c: Include "xalloc.h".
25238         (xmalloc, xrealloc): Remove decls.
25239         (getuser): Remove casts no longer required in C89.
25240         * lib/human.c: Include stdio.h, for sprintf.
25241         * lib/group-member.c: Include "xalloc.h".
25242         (xmalloc, xrealloc): Remove decls.
25243         (get_group_info): Remove casts no longer required in C89.
25244         * lib/getusershell.c (readname): Remove casts no longer required in
25245         C89.
25246         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25247         * lib/getline.c: Whitespace fix, from coreutils.
25248
25249 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25250
25251         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25252         Check for isascii.
25253
25254         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25255         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25256         Undo previous (whitespace-only) change.
25257
25258 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25259
25260         * lib/exclude.c: Include <ctype.h>
25261         (IN_CTYPE_DOMAIN): New macro.
25262         (is_space): New fn.
25263         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25264         and empty lines.
25265
25266         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25267         Undo previous (whitespace-only) change.
25268
25269 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25270
25271         * config/srclist-update: Change update back to the old behavior,
25272         leaving whitespace alone.  Use one 'sed' command rather than a
25273         pipeline.
25274         (fixlicense): Now a variable, not a function.
25275         (remove_trailing_blanks): Remove.
25276         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25277         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25278         Undo previous (whitespace-only) change.
25279
25280 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25281
25282         Merge from coreutils.
25283         * modules/euidaccess: Add lib_SOURCES, include for new
25284         file euidaccess.h
25285
25286 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25287
25288         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25289         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25290         Normalize leading white space and remove trailing white space.
25291
25292         Merge from coreutils
25293         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25294
25295         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25296         0.12.1.  These files are now being upgraded automatically by
25297         ../config/srclist-update.
25298
25299 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25300
25301         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25302         Normalize leading white space and remove trailing white space.
25303         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25304         notice, as per ../config/srclist-update.
25305
25306         Merge from coreutils.
25307         * lib/euidaccess.h: New file.
25308         * lib/euidaccess.c: Include it.
25309         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25310         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25311         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25312
25313 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25314
25315         * config/srclist-update: Add copyright notice.
25316         (remove_id_lines, remove_trailing_blanks): New constants.
25317         (fixfile): Use them to normalize spacing a bit in copied files.
25318         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25319         Normalize leading white space and remove trailing white space.
25320
25321         * config/texinfo.tex: Sync with texinfo.
25322
25323         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25324         strtoul.c from libc, to merge coreutils whitespace changes.
25325
25326         * config/srclist.txt: Get the following m4 files from gettext:
25327         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25328         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25329         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25330         wint_t.m4.
25331
25332 2003-08-12  Karl Berry  <karl@gnu.org>
25333
25334         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25335         been made.
25336
25337 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25338
25339         * modules/gnu-source, m4/gnu-source.m4:
25340         Remove; we're assuming Autoconf 2.54 or later now.
25341         Suggested by Bruno Haible.
25342         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25343
25344 2003-08-11  Bruno Haible  <bruno@clisp.org>
25345
25346         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25347
25348 2003-08-11  Bruno Haible  <bruno@clisp.org>
25349
25350         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25351         (vasnprintf): Use it instead of wcslen.
25352
25353 2003-08-11  Bruno Haible  <bruno@clisp.org>
25354
25355         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25356         value to ensure that _Bool promotes to int. Use #define for _Bool when
25357         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25358
25359 2003-08-10  Karl Berry  <karl@gnu.org>
25360
25361         * lib/regex.h: update from libc (whitespace fix).
25362
25363 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25364
25365         Merge some files from coreutils.  These changes were
25366         originally made by Jim Meyering.
25367         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25368         many older Unixes require this.
25369         * lib/alloca.c (alloca): Remove cast to argument of free;
25370         no longer needed in C89.
25371         * lib/alloca_.h, regex.h: Fix white space to match
25372         what GNU indent does.
25373
25374 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25375
25376         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25377         apparently Emacs's Unicode mode got confused before my 2003-08-05
25378         checkin.
25379
25380 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25381
25382         * m4/extensions.m4: New file.
25383         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25384         Require gl_USE_SYSTEM_EXTENSIONS.
25385         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25386         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25387
25388 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25389
25390         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25391         * modules/extensions, modules/gnu-source: New files.
25392         * modules/timespec, modules/unlocked-io: Depend on extensions.
25393
25394 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25395
25396         * modules/restrict: New file.
25397         * MODULES.html.sh (func_all_modules): Add restrict.
25398         * modules/regex: Depend on restrict.
25399
25400 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25401
25402         * m4/restrict.m4: New file.
25403         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25404
25405 2003-08-07  Bruno Haible  <bruno@clisp.org>
25406
25407         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25408         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25409
25410 2003-08-07  Bruno Haible  <bruno@clisp.org>
25411
25412         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25413         makes the module 'getndelim2' compatible with the module 'getline'.
25414
25415 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25416
25417         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25418         byte with "\201" to avoid glitches when editing that source file
25419         with multi-gnome-terminal.
25420
25421 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25422
25423         * lib/bumpalloc.h: Remove.
25424
25425 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25426
25427         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25428         * modules/bumpalloc: Remove.
25429
25430 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25431
25432         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25433         GNU coding style.
25434
25435         Merge from coreutils.
25436         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25437         1. From glibc.
25438         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25439         from Karl Berry, implemented by Jim Meyering.
25440         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25441         from Dmitry V. Levin.
25442         Remove anachronistic cast of xrealloc.
25443         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25444         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25445         type. Otherwise, it wouldn't compile with at least /bin/cc on
25446         ymp-cray-unicos9.0.2.X.
25447         Combine two mostly-identical uses of alloca into one.
25448         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25449
25450 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25451
25452         [From Emacs.]
25453
25454         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25455         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25456         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25457         obsolete NLIST_NAME_UNION.
25458         [__GNU__]: Undef BSD and FSCALE.
25459         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25460
25461 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25462
25463         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25464         an enum type, so that it's guaranteed to promote to int.  See:
25465         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25466
25467 2003-08-03  Karl Berry  <karl@gnu.org>
25468
25469         * config/depcomp: update from automake.
25470
25471 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25472
25473         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25474         (strerror): Don't assume that a printable int fits in 14 bytes.
25475
25476 2003-07-31  Bruno Haible  <bruno@clisp.org>
25477
25478         * modules/getpass-gnu: New file.
25479         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25480
25481 2003-07-31  Bruno Haible  <bruno@clisp.org>
25482
25483         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25484
25485 2003-07-24  Karl Berry  <karl@gnu.org>
25486
25487         * config/missing: update from automake.
25488
25489 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25490             Bruno Haible  <bruno@clisp.org>
25491
25492         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25493         * lib/getline.c (getline, getdelim): Likewise.
25494         Remove _GNU_SOURCE define; now it's defined in config.h through
25495         m4/getline.m4.
25496
25497 2003-07-23  Karl Berry  <karl@gnu.org>
25498
25499         * config/config.sub: update from prep.
25500
25501 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25502
25503         * modules/xalloc (Depends-on): Add exitfail.
25504         * modules/xmemcoll: Likewise.
25505
25506 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25507
25508         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25509         over-parenthesization in macros.
25510
25511         Sync with coreutils.
25512
25513         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25514         required by C99.
25515
25516         Use `exit_failure' for xalloc and xmemcoll instead of their own
25517         private exit-failure variables.
25518         * lib/xalloc.h (xalloc_exit_failure): Remove.
25519         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25520         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25521         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25522         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25523         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25524
25525 2003-07-20  Jim Meyering  <jim@meyering.net>
25526
25527         * modules/closeout (Depends-on): Add exitfail.
25528         Suggestion from Bruno Haible.
25529
25530 2003-07-19  Karl Berry  <karl@gnu.org>
25531
25532         * config/config.sub: update from prep.
25533
25534 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25535
25536         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25537         Remove.
25538         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25539         to test that it can stand by itself.  Include "exitfail.h".
25540         Clients should set exit_failure instead.
25541         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25542
25543 2003-07-18  Bruno Haible  <bruno@clisp.org>
25544
25545         * modules/getndelim2: New file.
25546         * modules/getline: Share files with module getndelim2.
25547         * modules/getnline: Depend on getndelim2 instead of sharing files with
25548         it. Add getnline.c to lib_SOURCES.
25549         * MODULES.html.sh (func_all_modules): Add getndelim2.
25550
25551 2003-07-18  Bruno Haible  <bruno@clisp.org>
25552
25553         * m4/getndelim2.m4: New file.
25554         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25555         invoke gl_PREREQ_GETNDELIM2.
25556         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25557         gl_PREREQ_GETNDELIM2.
25558         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25559         gl_GETNDELIM2.
25560
25561 2003-07-18  Bruno Haible  <bruno@clisp.org>
25562
25563         * lib/getndelim2.h: New file.
25564         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25565         getndelim2.h.
25566         (getndelim2): Make non-static. Change return type to ssize_t.
25567         * lib/getline.h: Change argument names.
25568         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25569         * lib/getnline.c: Include getndelim2.h.
25570
25571 2003-07-18  Andreas Schwab  <schwab@suse.de>
25572
25573         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25574
25575 2003-07-17  Karl Berry  <karl@gnu.org>
25576
25577         * config/config.sub: update from prep.
25578
25579 2003-07-17  Bruno Haible  <bruno@clisp.org>
25580
25581         * modules/getnline: New file.
25582         * modules/getline: Add lib/getndelim2.c to source file list.
25583         * MODULES.html.sh (func_all_modules): Add getnline.
25584
25585 2003-07-17  Bruno Haible  <bruno@clisp.org>
25586
25587         * m4/getnline.m4: New file.
25588
25589 2003-07-17  Bruno Haible  <bruno@clisp.org>
25590
25591         * m4/Makefile.am.in: Remove file.
25592         * m4/Makefile.am: Remove file.
25593         * m4/Makefile.in: Remove file.
25594
25595 2003-07-17  Bruno Haible  <bruno@clisp.org>
25596
25597         * lib/getnline.h: New file.
25598         * lib/getnline.c: New file.
25599         * lib/getndelim2.c: New file, extracted from getline.c.
25600         (getndelim2): Renamed from getdelim2, with added nmax argument.
25601         * lib/getline.c: Include getndelim2.c.
25602         (getdelim2): Moved out to getndelim2.c.
25603         (getline, getdelim): Update.
25604
25605 2003-07-17  Bruno Haible  <bruno@clisp.org>
25606
25607         * lib/Makefile.am: Remove file.
25608         * lib/Makefile.in: Remove file.
25609
25610 2003-07-17  Bruno Haible  <bruno@clisp.org>
25611
25612         * configure.in: Remove file.
25613         * Makefile.in: Remove file.
25614
25615 2003-07-17  Bruno Haible  <bruno@clisp.org>
25616
25617         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25618
25619 2003-07-16  Karl Berry  <karl@gnu.org>
25620
25621         * config/srclist-update: was running fixlicense twice, which caused
25622                 texinfo.tex to be nullified for some reason.  Simplify,
25623                 $gplsrc is no longer needed as far as I can see?
25624
25625 2003-07-16  Jim Meyering  <jim@meyering.net>
25626
25627         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25628
25629 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25630
25631         * config/srclist.txt: Get the following files from gettext-runtime/intl
25632         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25633         ref-del.sin.  From Bruno Haible.
25634         * config/srclist-update (fixfile): Change grep pattern again, since the
25635         previous fix didn't work (there was another trailing $).  Use
25636         '[$]' to escape the $s.
25637
25638 2003-07-15  Karl Berry  <karl@gnu.org>
25639
25640         * lib/vasnprintf.c: update from gettext.
25641
25642 2003-07-15  Karl Berry  <karl@gnu.org>
25643
25644         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25645         gets expanded when surrounded by '$'.
25646
25647 2003-07-15  Jim Meyering  <jim@meyering.net>
25648
25649         * modules/save-cwd: Don't depend on error.  From Derek Price.
25650
25651 2003-07-15  Jim Meyering  <jim@meyering.net>
25652
25653         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25654
25655 2003-07-14  Simon Josefsson  <jas@extundo.com>
25656
25657         * modules/mempcpy: New file.
25658         * MODULES.html.sh (func_all_modules): Add mempcpy.
25659
25660 2003-07-14  Simon Josefsson  <jas@extundo.com>
25661
25662         * m4/mempcpy.m4: New file.
25663
25664 2003-07-14  Simon Josefsson  <jas@extundo.com>
25665
25666         * lib/mempcpy.h: New file.
25667         * lib/mempcpy.c: New file.
25668
25669 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25670
25671         * modules/getdate, modules/posixtm: Depend on mktime.
25672
25673 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25674
25675         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25676         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25677         unicodeio.c, unicodeio.h, unlocked-io.h:
25678         Switch from LGPL to GPL.
25679
25680 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25681
25682         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25683         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25684         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25685         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25686         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25687         updated automatically by ../config/srclist-update.  This changes
25688         their license from LPGL to GPL.
25689
25690 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25691
25692         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25693         assumed to refer to the root of the most recent stable gettext version.
25694         * config/srclistvars.sh: Add defaults for eggert.
25695         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25696         Match "This program" as well as "The program".  This is needed
25697         for gettext.
25698
25699 2003-07-14  Jim Meyering  <jim@meyering.net>
25700
25701         Don't emit diagnostics.  Let callers do that.
25702         * lib/save-cwd.c: Don't include "error.h".
25703         (save_cwd): Don't call error.  Ensure that errno is valid
25704         when returning nonzero.
25705
25706         * lib/save-cwd.h (restore_cwd): Update prototype.
25707         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25708         Simplify.  Don't call error upon failure.  Let callers do that.
25709         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25710         when auditing is enabled.  But don't bother updating the #if.
25711
25712 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25713
25714         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25715         it breaks C++ compilation.
25716         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25717
25718 2003-07-10  Simon Josefsson  <jas@extundo.com>
25719
25720         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25721
25722 2003-07-10  Jim Meyering  <jim@meyering.net>
25723
25724         * m4/clock_time.m4: Remove trailing blank.
25725         * m4/intmax_t.m4: Likewise.
25726
25727 2003-07-10  Jim Meyering  <jim@meyering.net>
25728
25729         * lib/vasnprintf.c: Remove trailing blanks.
25730         Make cpp indentation consistent.
25731
25732 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25733
25734         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25735         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25736         Switch from LGPL to GPL.
25737
25738 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25739
25740         * config/srclist.txt: Sort sublists.  Add
25741         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25742         that differ from gnulib for one reason or another; we'd like this list
25743         to be smaller but for now let's document what we have.
25744
25745 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25746
25747         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25748         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25749         and sweeter "eval x=$x".
25750         * config/srclist.txt: Get lib/argp* from glibc.
25751
25752 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25753
25754         * lib/mktime.c: Fix some boundary cases and remove need for floating
25755         point.
25756
25757         Issue a compile-time diagnostic if time_t is floating point, or if
25758         two's complement arithmetic is not in effect, or if arithmetic
25759         right shift does not propagate the sign.  These assumptions were
25760         all in the original code but they weren't checked.
25761
25762         (TIME_T_MIDPOINT, verify): New macros.
25763         (__isleap): Remove; it has integer overflow problems.
25764         (leapyear): New function, without those problems.
25765         (ydhms_tm_diff): Remove; splitting into two parts.
25766         (ydhms_diff): New function, containing the arithmetic part of
25767         the old ydhms_tm_diff function.  Issue a compile-time
25768         diagnostic if we are not using C99 integer division.
25769         Avoid casts when possible.
25770         (guess_time_tm): New function, containing the checking part of
25771         the old ydhms_tm_diff function.  Return the new value, rather than
25772         the difference between it and the old.  Accept a new argument T
25773         so that *T specifies the old value.  Check for overflow in the result.
25774
25775         (__mktime_internal): Use a time_t offset, not a long int offset.
25776         This undoes the 2003-06-04 change, which is no longer needed now
25777         that we have better overflow checking.
25778         (localtime_offset): Likewise.
25779
25780         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25781         and long are 64-bit but int is only 32-bit.
25782         (ydhms_diff): Use long int to store year1 and yday1.
25783         Issue a compile-time diagnostic if long int is not wide enough.
25784
25785         (__mktime_internal): Use long int to store adjusted year and yday.
25786         Use plain C rather than preprocessor commands, if that doesn't
25787         affect efficiency.
25788         Check for overflow (and try to repair) after each probe
25789         rather than checking only at the very end.  This avoids some bugs
25790         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25791         does not equal GMT offset at maximum time).
25792         Use integer to check for overflow rather than floating point; this
25793         is more portable to non-IEEE hosts, and is a tad faster.
25794         When we detect that we are oscillating between two values,
25795         don't check whether tm_isdst has the requested value, since
25796         we already know the answer.  When tm_isdst has the wrong value,
25797         use a different heuristic to find the right one, based on the
25798         extreme values actually observed in practice in tz2003a,
25799         rather than the (overly optimistic) "previous 3 calendar quarters".
25800
25801         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25802         "T const" to accommodate glibc style.
25803         (check_result): Use less-confusing report format.  "long" -> "long int.
25804         (main): Likewise.
25805         Don't loop if the iteration overflows time_t.
25806         Allow a negative step in the iteration.
25807
25808 2003-07-06  Karl Berry  <karl@gnu.org>
25809
25810         * config/depcomp: update from automake.
25811         * config/config.sub: update from prep.
25812
25813 2003-07-03  Karl Berry  <karl@gnu.org>
25814
25815         * config/config.guess: update from prep.
25816
25817 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25818
25819         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25820         xreadlink.c now includes it unconditionally.
25821
25822 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25823
25824         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25825         having it depend on HAVE_SYS_TYPES_H.
25826
25827 2003-07-01  Bruno Haible  <bruno@clisp.org>
25828
25829         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25830         <sys/types.h> should be sufficient.
25831         Reported by Paul Eggert.
25832
25833 2003-06-26  Karl Berry  <karl@gnu.org>
25834
25835         * config/depcomp: update from automake.
25836
25837 2003-06-26  Bruno Haible  <bruno@clisp.org>
25838
25839         * modules/human: Depend on module stdbool.
25840
25841 2003-06-25  Bruno Haible  <bruno@clisp.org>
25842
25843         * modules/readlink: New file.
25844         * modules/xreadlink: Depend on it.
25845         * MODULES.html.sh (func_all_modules): Add readlink.
25846
25847 2003-06-25  Bruno Haible  <bruno@clisp.org>
25848
25849         * m4/readlink.m4: New file.
25850
25851 2003-06-25  Bruno Haible  <bruno@clisp.org>
25852
25853         * lib/readlink.c: New file.
25854
25855 2003-06-22  Karl Berry  <karl@gnu.org>
25856
25857         * config/srclist.txt: update mkinstalldirs from automake.
25858         * config/mkinstalldirs: update.
25859
25860 2003-06-22  Bruno Haible  <bruno@clisp.org>
25861
25862         Portability to mingw32.
25863         * m4/ssize_t.m4: New file, from GNU gettext.
25864         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25865         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25866
25867 2003-06-22  Bruno Haible  <bruno@clisp.org>
25868
25869         * modules/safe-read: Add m4/ssize_t.m4.
25870         * modules/xreadlink: Add m4/ssize_t.m4.
25871
25872 2003-06-20  Bruno Haible  <bruno@clisp.org>
25873
25874         Assume C89, so PARAMS isn't needed.
25875         * lib/unicodeio.h (PARAMS): Remove.
25876         * lib/unicodeio.c: Don't use PARAMS.
25877
25878 2003-06-18  Karl Berry  <karl@gnu.org>
25879
25880         * config/config.{guess,sub}: update from prep.
25881
25882 2003-06-18  Jim Meyering  <jim@meyering.net>
25883
25884         Merge changes from coreutils.
25885         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25886         Remove explicit declarations of xmalloc and realloc.
25887         Include xalloc.h.
25888         (read_utmp): Remove anachronistic cast of xmalloc.
25889
25890 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25891
25892         Assume C89, so PARAMS isn't needed.
25893         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25894         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25895         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25896         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25897         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25898         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25899         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25900         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25901         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25902         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25903         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25904         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25905         no longer needed. Anyway, config.h should always be included before any
25906         other file.
25907
25908 2003-06-11  Simon Josefsson  <jas@extundo.com>
25909
25910         * modules/sysexits: New file.
25911         * MODULES.html.sh (func_all_modules): Add sysexits.
25912
25913 2003-06-11  Simon Josefsson  <jas@extundo.com>
25914
25915         * lib/sysexit_.h: New file.
25916
25917 2003-06-11  Derek Price  <derek@ximbiot.com>
25918
25919         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25920         necessary.
25921
25922 2003-06-11  Bruno Haible  <bruno@clisp.org>
25923
25924         * m4/sysexits.m4: New file.
25925
25926 2003-06-10  Simon Josefsson  <jas@extundo.com>
25927
25928         * lib/argp.h: New file, from glibc.
25929         * lib/argp-ba.c: New file, from glibc.
25930         * lib/argp-eexst.c: New file, from glibc.
25931         * lib/argp-fmtstream.c: New file, from glibc.
25932         * lib/argp-fmtstream.h: New file, from glibc.
25933         * lib/argp-fs-xinl.c: New file, from glibc.
25934         * lib/argp-help.c: New file, from glibc.
25935         * lib/argp-namefrob.h: New file, from glibc.
25936         * lib/argp-parse.c: New file, from glibc.
25937         * lib/argp-pv.c: New file, from glibc.
25938         * lib/argp-pvh.c: New file, from glibc.
25939         * lib/argp-xinl.c: New file, from glibc.
25940
25941 2003-06-10  Simon Josefsson  <jas@extundo.com>
25942
25943         * modules/strchrnul: New file.
25944
25945 2003-06-10  Simon Josefsson  <jas@extundo.com>
25946
25947         * modules/argp: New file.
25948
25949 2003-06-10  Simon Josefsson  <jas@extundo.com>
25950
25951         * m4/strchrnul.m4: New file.
25952
25953 2003-06-10  Simon Josefsson  <jas@extundo.com>
25954
25955         * lib/strchrnul.h: New file.
25956         * lib/strchrnul.c: New file.
25957
25958 2003-06-10  Bruno Haible  <bruno@clisp.org>
25959
25960         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25961
25962 2003-06-07  Karl Berry  <karl@gnu.org>
25963
25964         * config/config.{guess,sub}: update from prep.
25965
25966 2003-06-07  Jim Meyering  <jim@meyering.net>
25967
25968         * modules/strtod: Use $(...) notation, not @...@ for
25969         AC_REPLACE'd variables.
25970         * modules/localcharset: Likewise.
25971
25972 2003-06-07  Jim Meyering  <jim@meyering.net>
25973
25974         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25975         in place of my name in the copyright comment.
25976         Remove definition and uses of __P.
25977
25978         From coreutils.
25979         * lib/stat.c: Don't declare xmalloc explicitly.
25980         Instead, include "xalloc.h".
25981         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25982         xrealloc, and xcalloc return values.
25983         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25984         Improve comment.
25985         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25986
25987 2003-06-07  Bruno Haible  <bruno@clisp.org>
25988
25989         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25990         avoid AC_CONFIG_LINKS.
25991         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25992         fnmatch.h, to avoid AC_CONFIG_LINKS.
25993         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25994
25995 2003-06-07  Bruno Haible  <bruno@clisp.org>
25996
25997         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25998         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25999         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26000         directory.
26001         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26002         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26003         directory.
26004
26005 2003-06-06  Jim Meyering  <jim@meyering.net>
26006
26007         Merge from coreutils.
26008         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26009         Consolidate declarations and initializations of *_base* locals.
26010
26011         Merge from coreutils.
26012         This avoids a core dump on systems without GNU putenv,
26013         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26014         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26015         (unsetenv): New static function, from GNU libc.
26016         (rpl_putenv): Use it.
26017
26018         * lib/modechange.c: Remove trailing blanks.
26019
26020         Merge from coreutils.
26021         * lib/fsusage.c: Remove declaration of statfs.
26022         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26023
26024         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26025
26026 2003-06-06  Jim Meyering  <jim@meyering.net>
26027
26028         * lib/stdbool_.h: Renamed from stdbool.h.in.
26029
26030 2003-06-06  Jim Meyering  <jim@meyering.net>
26031             Bruno Haible  <bruno@clisp.org>
26032
26033         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26034         Adjust Makefile.am snippet not to redirect directly to target.
26035         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26036
26037 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26038
26039         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26040         mismatch, look in future quarters as well as past.  This fixes a
26041         bug when processing fall-backwards gaps immediately after a long
26042         period of daylight-saving time.
26043
26044         * lib/mktime.c: Assume freestanding C89 or better.
26045         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26046         (__P): Remove; not used.
26047         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26048         (mktime, not_equal_tm, print_tm, check_result,
26049         main): Use prototypes.  Use const * where appropriate.
26050         (main): Fix typo in testing code that uncovered by above changes.
26051         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26052
26053 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26054
26055         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26056         locale.h, localeconv.  This merges changes from coreutils.
26057
26058         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26059         It can be removed after the next Autoconf is released.
26060         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26061         needed.
26062
26063 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26064
26065         * lib/mktime.c: Fix Debian bug 177940
26066         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26067         (localtime_offset): Now long int, not time_t, because we want it
26068         to be guaranteed to be signed.  All uses changed.
26069         (__mktime_internal): If overflow would occur when adding offset,
26070         don't add it.
26071
26072         Merge 'human' changes from coreutils.  Rewrite to support
26073         locale-specific notations like thousands separators.
26074         * lib/human.c: Simplify authorship notice.
26075         Include human.h immediately after config.h.
26076         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26077         <limits.h>: Do not include, since human.h does.
26078         (SIZE_MAX, UINTMAX_MAX): New macros.
26079         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26080         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26081         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26082         (power_letter): Renamed from suffixes.
26083         (generate_suffix_backwards): Remove.
26084         (adjust_value): Now takes int style (because of human.h changes)
26085         and long double value (for greater precision on some platforms).
26086         (group_number): New function.
26087         (human_readable): Use it.  Use integer options, not enum.
26088         Put the options before the sizes in the arg list.
26089         Support all the new options.
26090         The old human_readable function has been removed;
26091         use inttostr.h instead.
26092         (human_readable, default_block_size, humblock):
26093         Use uintmax_t, not int, for block sizes.
26094         (human_readable_inexact, block_size_types): Remove.
26095         (block_size_opts): New constant.
26096         (human_options): Renamed from human_block_size, with new signature
26097         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26098         * lib/human.h: Add copyright and authorship notice.
26099         Include <limits.h> and <stdbool.h> unconditionally.
26100         (PARAMS): Remove.  All uses removed.
26101         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26102         (enum human_inexact_style): Remove tag; now a nameless enum.
26103         (human_floor, human_ceiling, human_round_to_even): Now have
26104         values 2, 0, 1 rather than -1, 1, 0.
26105         (human_group_digits, human_suppress_point_zero, human_autoscale,
26106         human_base_1024, human_SI, human_B): New constants.
26107         (human_readable_inexact, human_block_size): Remove.
26108         (human_readable): Size args are now uintmax_t, not int.
26109         (human_options): New decl.
26110
26111         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26112         unnecessary now that we assume C89 or better.  This change
26113         imported from coreutils.
26114
26115         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26116         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26117         in the 2003-05-30 sync from glibc.
26118
26119         .h files should stand alone, but we shouldn't include <sys/types.h>
26120         if we can get away with just <stddef.h>.
26121
26122         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26123         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26124         rather than <sys/types.h>, as we merely need size_t.
26125         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26126         to get size_t.
26127         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26128         Include <stdio.h>, to get FILE.
26129         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26130         memcasecmp.h has included <stddef.h> and all we need is size_t.
26131         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26132         our interface, instead of including <sys/types.h>
26133
26134 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26135
26136         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26137         now, as glibc mktime is buggy on non-glibc systems.
26138
26139 2003-06-03  Karl Berry  <karl@gnu.org>
26140
26141         * config/config.sub: update from prep.
26142
26143 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26144
26145         [from coreutils]
26146         Fix some minor time-related bugs with POSIX time arguments.
26147         Some valid time stamps were being rejected (notably -1, and
26148         time stamps before 1900 on 64-bit hosts).  And some invalid
26149         time stamps were being accepted, e.g. September 31.
26150
26151         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26152         that we can return (time_t) -1 successfully.
26153         * lib/posixtm.c: Likewise.
26154         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26155         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26156         (t): Remove static var.
26157         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26158         of static var.  All uses changed.
26159         (year): Do not reject years before 1900; they can occur with
26160         64-bit time_t.
26161         (posix_time_parse): Do not check for out-of-range components;
26162         that is now the caller's responsibility, since our checks were
26163         only approximations.
26164         (posixtime): Use mktime to check for out-of-range components,
26165         since it knows them exactly.
26166         If mktime returns (time_t) -1, check whether an error actually occurred
26167         by invoking localtime on -1.
26168         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26169         posixtime failures better.
26170         Improve the test data (in comments only).
26171
26172 2003-06-02  Karl Berry  <karl@gnu.org>
26173
26174         * config/mkinstalldirs (version): new variable.
26175         (--version): new option.
26176         (usage): improve message.
26177
26178 2003-05-30  Karl Berry  <karl@gnu.org>
26179
26180         * lib/mktime.c: update from libc.
26181
26182 2003-05-30  Bruno Haible  <bruno@clisp.org>
26183
26184         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26185         * config/config.rpath: Upgrade to gettext-0.12.1.
26186
26187 2003-05-30  Bruno Haible  <bruno@clisp.org>
26188
26189         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26190         * m4/nls.m4: New file, from gettext-0.12.1.
26191         * m4/po.m4: New file, from gettext-0.12.1.
26192         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26193
26194 2003-05-30  Bruno Haible  <bruno@clisp.org>
26195
26196         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26197         * lib/localcharset.h: Likewise.
26198         * lib/localcharset.c: Likewise.
26199
26200 2003-05-29  Karl Berry  <karl@gnu.org>
26201
26202         * config/config.rpath: update from gettext.
26203
26204 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26205
26206         Assume the headers required for C89 freestanding compilers.
26207         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26208         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26209         * m4/human.m4 (gl_HUMAN): Likewise.
26210         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26211         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26212         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26213         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26214         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26215         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26216
26217 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26218
26219         Assume the headers required for C89 freestanding compilers.
26220         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26221         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26222         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26223         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26224         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26225         define, since <limits.h> is guaranteed to do that.
26226         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26227         * lib/exclude.c: Include <stdbool.h> unconditionally.
26228         * lib/tempname.c: Include <stddef.h> unconditionally.
26229         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26230         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26231         <stddef.h> does that.
26232         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26233         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26234         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26235         needed.
26236         * lib/xstrtol.c: Likewise.
26237         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26238         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26239
26240         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26241         warnings on some platforms.
26242
26243         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26244         arbitrarily.
26245
26246 2003-05-26  Jim Meyering  <jim@meyering.net>
26247
26248         Merge in a change from coreutils:
26249         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26250         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26251         that condition, rather than `-1' which is slightly misleading.
26252         Change the name of the cache variable to have the gl_ prefix.
26253         Prompted by a patch from Richard Dawe for DJGPP.
26254
26255 2003-05-24  Karl Berry  <karl@gnu.org>
26256
26257         * config/config.guess: update from prep.
26258
26259 2003-05-22  Karl Berry  <karl@gnu.org>
26260
26261         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26262
26263 2003-05-20  Karl Berry  <karl@gnu.org>
26264
26265         * config/config.guess: update from prep.
26266
26267 2003-05-18  Karl Berry  <karl@gnu.org>
26268
26269         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26270         might actually be set by the user.
26271
26272         * config/depcomp, install-sh, mdate-sh: update from automake.
26273
26274 2003-05-17  Bruno Haible  <bruno@clisp.org>
26275
26276         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26277         invalid expansion for AC_EGREP_CPP.
26278         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26279         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26280         Suggested by Akim Demaille <akim@epita.fr> in
26281         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26282
26283 2003-05-12  Jim Meyering  <jim@meyering.net>
26284
26285         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26286         the space-padded-by-default conversion specifiers, %e, %k, %l.
26287
26288 2003-05-12  Bruno Haible  <bruno@clisp.org>
26289
26290         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26291         the string is longer than 4 KB.
26292
26293 2003-05-11  Karl Berry  <karl@gnu.org>
26294
26295         * config/config.{guess,sub}: update from prep.
26296
26297 2003-05-09  Bruno Haible  <bruno@clisp.org>
26298
26299         * modules/error: Add m4/strerror_r.m4 to file list.
26300
26301 2003-05-03  Bruno Haible  <bruno@clisp.org>
26302
26303         Upgrade to Unicode-4.0.
26304         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26305         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26306         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26307         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26308         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26309         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26310         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26311         Change width of U+E0100..U+E01EF from 1 to 0.
26312
26313 2003-04-25  Jim Meyering  <jim@meyering.net>
26314
26315         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26316         of type size_t, not int.
26317
26318 2003-04-25  Bruno Haible  <bruno@clisp.org>
26319
26320         * lib/copy-file.c: Include <stddef.h>, for size_t.
26321
26322 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26323
26324         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26325         code which expansion is under static control.  Patch imported from
26326         Akim Demaille's patch to Bison; see
26327         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26328
26329 2003-04-14  Bruno Haible  <bruno@clisp.org>
26330
26331         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26332
26333 2003-04-11  Jim Meyering  <jim@meyering.net>
26334
26335         Merge changes from Coreutils.
26336
26337         2003-03-22  Jim Meyering  <jim@meyering.net>
26338
26339         * lib/strftime.c (widen): Cast alloca return value to proper type.
26340
26341         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26342
26343         From GNU libc.
26344         * lib/strftime.c (my_strftime): Handle very large width
26345         specifications for numeric values correctly.  Improve checks for
26346         overflow.
26347
26348         2003-01-19  Jim Meyering  <jim@meyering.net>
26349
26350         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26351         definitions.
26352         (nl_get_alt_digit) [! defined my_strftime]: Define.
26353         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26354         _nl_get_alt_digit and _nl_get_walt_digit.
26355
26356         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26357         libc. These changes have no effect outside of _LIBC.
26358
26359 2003-04-10  Bruno Haible  <bruno@clisp.org>
26360
26361         * modules/findprog: New file.
26362         * MODULES.html.sh (func_all_modules): Add it.
26363
26364 2003-04-10  Bruno Haible  <bruno@clisp.org>
26365
26366         * m4/findprog.m4: New file.
26367         * m4/eaccess.m4: New file.
26368
26369 2003-04-10  Bruno Haible  <bruno@clisp.org>
26370
26371         * lib/findprog.h: New file, from GNU gettext.
26372         * lib/findprog.c: New file, from GNU gettext.
26373
26374 2003-04-05  Jim Meyering  <jim@meyering.net>
26375
26376         Merge changes from Coreutils.
26377
26378         * lib/exclude.h (PARAMS): Remove definition and uses.
26379         * lib/exclude.c: Remove uses of `PARAMS'.
26380
26381         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26382         Add test-cases for DOS filenames. Declare program_name.
26383         (main): Set up program_name.  Patch by Rich Dawe.
26384
26385         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26386         error from mntctl.
26387         Use mntctl's return value to drive the entry-processing loop, since
26388         we can't rely on the value of the vmt_length member in the last
26389         entry.  On some systems doing so could result in exhausting
26390         virtual memory.  Based in part on a patch from Mike Jetzer.
26391
26392 2003-04-04  Bruno Haible  <bruno@clisp.org>
26393
26394         * modules/linebreak: New file.
26395         * MODULES.html.sh (func_all_modules): Add it.
26396
26397 2003-04-04  Bruno Haible  <bruno@clisp.org>
26398
26399         * m4/linebreak.m4: New file.
26400
26401 2003-04-04  Bruno Haible  <bruno@clisp.org>
26402
26403         * lib/linebreak.h: New file, from GNU gettext.
26404         * lib/linebreak.c: New file, from GNU gettext with slight
26405         modifications.
26406         * lib/lbrkprop.h: New file, from GNU gettext.
26407
26408 2003-04-03  Bruno Haible  <bruno@clisp.org>
26409
26410         * modules/utf8-ucs4: New file.
26411         * modules/utf16-ucs4: New file.
26412         * modules/ucs4-utf8: New file.
26413         * modules/ucs4-utf16: New file.
26414         * MODULES.html.sh (func_all_modules): Add them.
26415
26416 2003-04-03  Bruno Haible  <bruno@clisp.org>
26417
26418         * m4/utf-ucs4.m4: New file.
26419         * m4/ucs4-utf.m4: New file.
26420
26421 2003-04-03  Bruno Haible  <bruno@clisp.org>
26422
26423         * lib/utf8-ucs4.h: New file, from GNU gettext.
26424         * lib/utf16-ucs4.h: New file, from GNU gettext.
26425         * lib/ucs4-utf8.h: New file, from GNU gettext.
26426         * lib/ucs4-utf16.h: New file, from GNU gettext.
26427
26428 2003-04-02  Bruno Haible  <bruno@clisp.org>
26429
26430         * modules/binary-io: New file.
26431         * MODULES.html.sh (func_all_modules): Add it.
26432
26433 2003-04-02  Bruno Haible  <bruno@clisp.org>
26434
26435         * lib/binary-io.h: New file, from GNU gettext.
26436
26437 2003-04-01  Bruno Haible  <bruno@clisp.org>
26438
26439         * modules/pathname: New file.
26440         * MODULES.html.sh (func_all_modules): Add it.
26441
26442 2003-04-01  Bruno Haible  <bruno@clisp.org>
26443
26444         * lib/pathname.h: New file, from GNU gettext.
26445         * lib/concatpath.c: New file, from GNU gettext.
26446
26447 2003-03-30  Bruno Haible  <bruno@clisp.org>
26448
26449         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26450
26451 2003-03-30  Bruno Haible  <bruno@clisp.org>
26452
26453         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26454         function chown() doesn't exist.
26455
26456 2003-03-28  Bruno Haible  <bruno@clisp.org>
26457
26458         * modules/copy-file: New file.
26459         * MODULES.html.sh (func_all_modules): Add it.
26460
26461 2003-03-28  Bruno Haible  <bruno@clisp.org>
26462
26463         * m4/copy-file.m4: New file.
26464
26465 2003-03-28  Bruno Haible  <bruno@clisp.org>
26466
26467         * lib/copy-file.h: New file, from GNU gettext.
26468         * lib/copy-file.c: New file, from GNU gettext.
26469
26470 2003-03-18  Jim Meyering  <jim@meyering.net>
26471
26472         * lib/quote.c (quote_n): Fix typo in comment.
26473
26474 2003-03-18  Bruno Haible  <bruno@clisp.org>
26475
26476         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26477         checking.
26478         * m4/onceonly_2_57.m4: Likewise.
26479
26480 2003-03-17  Bruno Haible  <bruno@clisp.org>
26481
26482         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26483         (m4_quote): Remove macro.
26484         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26485
26486 2003-03-14  Jim Meyering  <jim@meyering.net>
26487
26488         Merge changes from Coreutils.
26489         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26490         to be const, in order to avoid warnings.
26491         (obstack_room): Likewise.
26492         (obstack_empty_p): Likewise.
26493
26494 2003-03-14  Bruno Haible  <bruno@clisp.org>
26495
26496         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26497         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26498
26499 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26500
26501         Merge changes from Bison.
26502         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26503         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26504         when compiling Bison 1.875's `bitset bset = obstack_alloc
26505         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26506         * lib/hash.c: Include <stdbool.h> unconditionally.
26507
26508 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26509
26510         * m4/onceonly.m4 (m4_quote): New macro.
26511         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26512         Quote AC_FOREACH variable-expansions properly.
26513
26514 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26515
26516         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26517
26518 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26519
26520         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26521         Reported by Bruce Becker; see:
26522         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26523
26524 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26525             Bruno Haible  <bruno@clisp.org>
26526
26527         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26528         Reported by John Hughes, see
26529         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26530
26531 2003-02-20  Bruno Haible  <bruno@clisp.org>
26532
26533         * MODULES.html.sh (func_all_modules): Add poll.
26534
26535 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26536
26537         * modules/poll: New file.
26538
26539 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26540
26541         * lib/poll_.h: New file.
26542         * lib/poll.c: New file.
26543
26544 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26545
26546         * m4/poll.m4: New file.
26547
26548 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26549
26550         * modules/mathl: New file.
26551
26552 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26553
26554         * lib/mathl.h: New file.
26555         * lib/acosl.c: New file.
26556         * lib/asinl.c: New file.
26557         * lib/atanl.c: New file.
26558         * lib/ceill.c: New file.
26559         * lib/cosl.c: New file.
26560         * lib/expl.c: New file.
26561         * lib/floorl.c: New file.
26562         * lib/frexpl.c: New file.
26563         * lib/ldexpl.c: New file.
26564         * lib/logl.c: New file.
26565         * lib/sincosl.c: New file.
26566         * lib/sinl.c: New file.
26567         * lib/sqrtl.c: New file.
26568         * lib/tanl.c: New file.
26569         * lib/trigl.c: New file.
26570         * lib/trigl.h: New file.
26571
26572 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26573
26574         * m4/mathl.m4: New file.
26575
26576 2003-02-18  Bruno Haible  <bruno@clisp.org>
26577
26578         * MODULES.html.sh (func_all_modules): Add mathl.
26579
26580 2003-02-17  Bruno Haible  <bruno@clisp.org>
26581
26582         * modules/mkdtemp: New module.
26583         * MODULES.html.sh (func_all_modules): Add it.
26584
26585 2003-02-17  Bruno Haible  <bruno@clisp.org>
26586
26587         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26588
26589 2003-02-17  Bruno Haible  <bruno@clisp.org>
26590
26591         * lib/mkdtemp.h: New file, from GNU gettext.
26592         * lib/mkdtemp.c: New file, from GNU gettext.
26593
26594 2003-02-02  Jim Meyering  <jim@meyering.net>
26595
26596         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26597         e.g. glibc-2.2.93.
26598
26599 2003-01-31  Bruno Haible  <bruno@clisp.org>
26600
26601         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26602         'rpl_rename'.
26603         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26604         'rpl_strnlen'.
26605         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26606         'rpl_strtod'.
26607         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26608         'rpl_utime'.
26609
26610 2003-01-31  Bruno Haible  <bruno@clisp.org>
26611
26612         * lib/rename.c: #undef rename before defining rpl_rename.
26613         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26614
26615 2003-01-30  Bruno Haible  <bruno@clisp.org>
26616
26617         * modules/vasnprintf, modules/vasprintf: New modules.
26618         * MODULES.html.sh (func_all_modules): Add them.
26619
26620 2003-01-30  Bruno Haible  <bruno@clisp.org>
26621
26622         * m4/signed.m4: New file, from GNU gettext.
26623         * m4/longdouble.m4: New file, from GNU gettext.
26624         * m4/wchar_t.m4: New file, from GNU gettext.
26625         * m4/wint_t.m4: New file, from GNU gettext.
26626         * m4/vasnprintf.m4: New file.
26627         * m4/vasprintf.m4: New file.
26628
26629 2003-01-30  Bruno Haible  <bruno@clisp.org>
26630
26631         * lib/printf-args.h: New file, from GNU gettext.
26632         * lib/printf-args.c: New file, from GNU gettext.
26633         * lib/printf-parse.h: New file, from GNU gettext.
26634         * lib/printf-parse.c: New file, from GNU gettext.
26635         * lib/vasnprintf.h: New file, from GNU gettext.
26636         * lib/vasnprintf.c: New file, from GNU gettext.
26637         * lib/asnprintf.c: New file, from GNU gettext.
26638         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26639         * lib/vasprintf.c: New file, from GNU gettext.
26640         * lib/asprintf.c: New file, from GNU gettext.
26641
26642 2003-01-29  Bruno Haible  <bruno@clisp.org>
26643
26644         * modules/stpncpy: New module.
26645         * MODULES.html.sh (func_all_modules): Add it.
26646
26647 2003-01-29  Bruno Haible  <bruno@clisp.org>
26648
26649         * m4/stpncpy.m4: New file.
26650
26651 2003-01-29  Bruno Haible  <bruno@clisp.org>
26652
26653         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26654         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26655
26656 2003-01-28  Bruno Haible  <bruno@clisp.org>
26657
26658         * modules/c-ctype: New module.
26659         * MODULES.html.sh (func_all_modules): Add it.
26660
26661 2003-01-28  Bruno Haible  <bruno@clisp.org>
26662
26663         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26664         Paul Eggert.
26665         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26666         Paul Eggert.
26667
26668 2003-01-27  Bruno Haible  <bruno@clisp.org>
26669
26670         * modules/xsetenv: New module.
26671         * MODULES.html.sh (func_all_modules): Add it.
26672
26673 2003-01-27  Bruno Haible  <bruno@clisp.org>
26674
26675         * lib/xsetenv.h: New file, from GNU gettext.
26676         * lib/xsetenv.c: New file, from GNU gettext.
26677
26678 2003-01-23  Jim Meyering  <jim@meyering.net>
26679
26680         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26681         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26682
26683 2003-01-23  Bruno Haible  <bruno@clisp.org>
26684
26685         * modules/minmax: New module.
26686         * MODULES.html.sh (func_all_modules): Add it.
26687
26688 2003-01-23  Bruno Haible  <bruno@clisp.org>
26689
26690         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26691         Eggert.
26692
26693 2003-01-22  Bruno Haible  <bruno@clisp.org>
26694
26695         * modules/exit: New module.
26696         * MODULES.html.sh (func_all_modules): Add it.
26697
26698 2003-01-22  Bruno Haible  <bruno@clisp.org>
26699
26700         * lib/exit.h: New file, from GNU gettext.
26701
26702 2003-01-19  Bruno Haible  <bruno@clisp.org>
26703
26704         * gnulib-tool: Recognize option --extract-maintainer.
26705         (func_get_maintainer): New function.
26706         * modules/*: Add Maintainer entry.
26707
26708 2003-01-16  Jim Meyering  <jim@meyering.net>
26709
26710         * m4/regex.m4: The `regex' struct is both input and output.
26711         Initialize it before each use.  Patch by Tim Waugh.
26712
26713 2003-01-16  Bruno Haible  <bruno@clisp.org>
26714
26715         * MODULES.html.sh: Add a table of contents. Add the module name as
26716         leftmost column. Add hyperlinks.
26717
26718 2003-01-15  Bruno Haible  <bruno@clisp.org>
26719
26720         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26721
26722 2003-01-15  Bruno Haible  <bruno@clisp.org>
26723
26724         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26725         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26726         suffix.
26727
26728 2003-01-15  Bruno Haible  <bruno@clisp.org>
26729
26730         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26731
26732 2003-01-15  Bruno Haible  <bruno@clisp.org>
26733
26734         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26735         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26736
26737 2003-01-14  Jim Meyering  <jim@meyering.net>
26738
26739         * lib/same.c (same_name): Tweak a comment.
26740
26741 2003-01-14  Bruno Haible  <bruno@clisp.org>
26742
26743         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26744         when a string comparison is sufficient.
26745
26746 2003-01-14  Bruno Haible  <bruno@clisp.org>
26747
26748         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26749         'unsigned int'.
26750
26751 2003-01-14  Bruno Haible  <bruno@clisp.org>
26752
26753         * lib/hash-pjw.c: Add comment about low quality of this function.
26754
26755 2003-01-13  Bruno Haible  <bruno@clisp.org>
26756
26757         * modules/stpcpy: Distribute lib/stpcpy.h.
26758         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26759
26760 2003-01-13  Bruno Haible  <bruno@clisp.org>
26761
26762         * modules/*: Add a description.
26763         * modules/strpbrk: Fix Makefile.am snippet.
26764         * modules/strtoimax: Fix dependencies.
26765         * modules/strtoumax: Likewise.
26766
26767 2003-01-13  Bruno Haible  <bruno@clisp.org>
26768
26769         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26770         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26771         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26772
26773 2003-01-13  Bruno Haible  <bruno@clisp.org>
26774
26775         * gnulib-tool (func_create_testdir): Store config/* files in the main
26776         directory.
26777         * config.rpath: Move to ...
26778         * config/config.rpath: ... here.
26779         * modules/gettext: Contains config/config.rpath, not config.rpath.
26780         * modules/iconv: Likewise.
26781
26782 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26783
26784         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26785         to avoid collisions with libcurses and libreadline.
26786
26787         * m4/getstr.m4: Remove.
26788         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26789
26790 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26791
26792         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26793         to avoid collisions with libcurses and libreadline.
26794
26795         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26796         * lib/getstr.h, getstr.c: Remove.
26797         * lib/getline.c: Include "getline.h", to check interface.
26798         Move body of old getstr.c here: this defines MIN_CHUNK and
26799         declares getdelim2, which is renamed from getstr.
26800         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26801
26802         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26803         All uses changed.
26804         * lib/linebuffer.h: Likewise.
26805         (readline): Remove backward-compatibility macro.
26806
26807 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26808
26809         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26810         to avoid collisions with libcurses and libreadline.
26811         * getstr: Remove.
26812         * MODULES.html.sh: Remove getstr.
26813         * modules/getline: Depend on unlocked-io, not getstr.
26814
26815 2003-01-12  Jim Meyering  <jim@meyering.net>
26816
26817         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26818
26819 2003-01-10  Bruno Haible  <bruno@clisp.org>
26820
26821         * modules/alloca: Change Makefile.am requirements. Simplify Include
26822         requirements. Add lib/alloca_.h to file list.
26823
26824 2003-01-10  Bruno Haible  <bruno@clisp.org>
26825
26826         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26827
26828 2003-01-10  Bruno Haible  <bruno@clisp.org>
26829
26830         * lib/alloca_.h: New file.
26831         * lib/getdate.y: Unconditionally include alloca.h.
26832         * lib/makepath.c: Likewise.
26833         * lib/setenv.c: Likewise.
26834         * lib/userspec.c: Likewise.
26835
26836 2003-01-09  Karl Berry  <karl@gnu.org>
26837
26838         * MODULES.html.sh: include `dirname $0` in PATH, to find
26839         gnulib-tool.
26840
26841 2003-01-09  Bruno Haible  <bruno@clisp.org>
26842
26843         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26844         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26845
26846 2003-01-09  Bruno Haible  <bruno@clisp.org>
26847
26848         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26849
26850 2003-01-09  Bruno Haible  <bruno@clisp.org>
26851
26852         * lib/stdbool.h.in: New file.
26853
26854 2003-01-09  Bruno Haible  <bruno@clisp.org>
26855
26856         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26857         * MODULES.html.sh: Likewise.
26858
26859 2003-01-08  Jim Meyering  <jim@meyering.net>
26860
26861         * lib/full-write.c: Undefine and define-away `const' after inclusion
26862         of errno.h, not before.  Suggestion from Bruno Haible.
26863
26864 2003-01-08  Bruno Haible  <bruno@clisp.org>
26865
26866         * modules/full-read: Depend on full-write.
26867
26868 2003-01-08  Bruno Haible  <bruno@clisp.org>
26869
26870         * lib/safe-read.c: Include specification header first, to ensure its
26871         selfcontainedness.
26872         * lib/full-write.c: Likewise.
26873
26874 2003-01-07  Jim Meyering  <jim@meyering.net>
26875
26876         * lib/full-write.c: Rework so that it may serve to define full_read,
26877         too.
26878         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26879
26880 2003-01-07  Bruno Haible  <bruno@clisp.org>
26881
26882         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26883         <inttypes.h>.
26884         * lib/xstrtol.h: Likewise.
26885         * lib/xstrtoimax.c: Likewise.
26886         * lib/xstrtoumax.c: Likewise.
26887         * lib/human.h: Likewise.
26888
26889         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26890         on systems that have <inttypes.h> but not <stdint.h>.
26891
26892 2003-01-07  Bruno Haible  <bruno@clisp.org>
26893
26894         * MODULES.html.sh: Add copyright notice.
26895         (missed_files): Omit CVS directory entries.
26896         (func_module): Make it work with sed-3.02.
26897         * MODULES.txt: Remove file.
26898
26899 2003-01-06  Jim Meyering  <jim@meyering.net>
26900
26901         * lib/version-etc.c: Update year in translatable copyright string.
26902
26903 2003-01-03  Karl Berry  <karl@gnu.org>
26904
26905         * config/config.{guess,sub}: update from prep.
26906
26907 2003-01-02  Karl Berry  <karl@gnu.org>
26908
26909         * doc/COPYING.DOC: belatedly updated to 1.2.
26910
26911 2003-01-01  Karl Berry  <karl@gnu.org>
26912
26913         * gnulib-tool (func_verify_module): report module name $module in
26914         error message, not $1.
26915         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26916         be created, only if it doesn't exist.
26917         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26918
26919 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26920
26921         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26922
26923 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26924
26925         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26926         memcmp if strcoll doesn't work.
26927
26928 2002-12-31  Bruno Haible  <bruno@clisp.org>
26929
26930         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26931         nonempty.
26932
26933 2002-12-31  Bruno Haible  <bruno@clisp.org>
26934
26935         * lib/memcoll.c (STRCOLL): New macro.
26936         (memcoll): Use it.
26937
26938 2002-12-31  Bruno Haible  <bruno@clisp.org>
26939
26940         * lib/localcharset.h: New file.
26941         * lib/localcharset.c: Include it.
26942         * lib/unicodeio.c: Likewise.
26943
26944 2002-12-31  Bruno Haible  <bruno@clisp.org>
26945
26946         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26947         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26948
26949 2002-12-31  Bruno Haible  <bruno@clisp.org>
26950
26951         * lib/getline.h: Include <stddef.h>, for size_t.
26952
26953         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26954         * lib/unicodeio.c: Don't include <stddef.h>.
26955
26956 2002-12-31  Bruno Haible  <bruno@clisp.org>
26957
26958         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26959         HAVE_TM_ZONE.
26960
26961 2002-12-24  Karl Berry  <karl@gnu.org>
26962
26963         * config/config.guess: update from prep.
26964
26965 2002-12-24  Bruno Haible  <bruno@clisp.org>
26966
26967         General infrasructure.
26968         * m4/README: Rewritten.
26969         * m4/onceonly.m4: New file.
26970         * m4/onceonly_2_57.m4: New file.
26971
26972         Module atexit.
26973         * m4/atexit.m4: New file.
26974
26975         Module strtod.
26976         * m4/strtod.m4: New file.
26977
26978         Module strtol.
26979         * m4/strtol.m4: New file.
26980
26981         Module strtoul.
26982         * m4/strtoul.m4: New file.
26983
26984         Module memchr.
26985         * m4/memchr.m4: New file.
26986
26987         Module memcmp.
26988         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26989         (jm_FUNC_MEMCMP): Invoke it.
26990
26991         Module memcpy.
26992         * m4/memcpy.m4: New file.
26993
26994         Module memmove.
26995         * m4/memmove.m4: New file.
26996
26997         Module memset.
26998         * m4/memset.m4: New file.
26999
27000         Module strcspn.
27001         * m4/strcspn.m4: New file.
27002
27003         Module strpbrk.
27004         * m4/strpbrk.m4: New file.
27005
27006         Module strstr.
27007         * m4/strstr.m4: New file.
27008
27009         Module strerror.
27010         * m4/strerror.m4: New file.
27011
27012         Module mktime.
27013         * m4/mktime.m4: Renamed from jm-mktime.m4.
27014         (gl_PREREQ_MKTIME): New macro.
27015         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27016
27017         Module malloc.
27018         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27019         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27020         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27021
27022         Module realloc.
27023         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27024         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27025         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27026
27027         Module strftime.
27028         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27029         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27030         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27031         gl_TM_GMTOFF.
27032         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27033
27034         Module xalloc.
27035         * m4/xalloc.m4: New file.
27036
27037         Module alloca.
27038         * m4/alloca.m4: New file.
27039
27040         Module putenv.
27041         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27042         (jm_FUNC_PUTENV): Invoke it.
27043
27044         Module setenv.
27045         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27046         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27047         when invoked twice.
27048         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27049         gt_FUNC_SETENV.
27050
27051         Module memrchr.
27052         * m4/memrchr.m4: New file.
27053
27054         Module stpcpy.
27055         * m4/stpcpy.m4: New file.
27056
27057         Module strcase.
27058         * m4/strcase.m4: New file.
27059
27060         Module strdup.
27061         * m4/strdup.m4: New file.
27062
27063         Module strnlen.
27064         * m4/strnlen.m4: New file.
27065
27066         Module strndup.
27067         * m4/strndup.m4: New file.
27068
27069         Module xstrtod.
27070         * m4/xstrtod.m4: New file.
27071
27072         Module xstrtol.
27073         * m4/xstrtol.m4: New file.
27074
27075         Module getdate.
27076         * m4/getdate.m4: New file.
27077
27078         Module unlocked-io.
27079         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27080         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27081         * m4/jm-glibc-io.m4n: Remove file.
27082
27083         Module long-options.
27084         * m4/long-options.m4: New file.
27085
27086         Module md5.
27087         * m4/md5.m4: New file.
27088
27089         Module sha.
27090         * m4/sha.m4: New file.
27091
27092         Module getstr.
27093         * m4/getstr.m4: New file.
27094
27095         Module getline.
27096         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27097         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27098         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27099         simply getline. Infoke gl_PREREQ_GETLINE.
27100
27101         Module obstack.
27102         * m4/obstack.m4: New file.
27103
27104         Module hash.
27105         * m4/hash.m4: New file.
27106
27107         Module readtokens.
27108         * m4/readtokens.m4: New file.
27109
27110         Module strverscmp.
27111         * m4/strverscmp.m4: New file.
27112
27113         Module stdbool.
27114         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27115         OSF/1.
27116
27117         Module strtoll.
27118         * m4/strtoll.m4: New file.
27119
27120         Module strtoull.
27121         * m4/strtoull.m4: New file.
27122
27123         Module strtoimax.
27124         * m4/strtoimax.m4: New file.
27125
27126         Module strtoumax.
27127         * m4/strtoumax.m4: New file.
27128
27129         Module xstrtoimax.
27130         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27131         jm_AC_PREREQ_XSTRTOIMAX.
27132         Moved the strtol prerequisites to strtol.m4.
27133         Moved the strtoll prerequisites to strtoll.m4.
27134         Moved the strtoimax prerequisites to strtoimax.m4.
27135
27136         Module xstrtoumax.
27137         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27138         jm_AC_PREREQ_XSTRTOUMAX.
27139         Moved the strtoul prerequisites to strtoul.m4.
27140         Moved the strtoull prerequisites to strtoull.m4.
27141         Moved the strtoumax prerequisites to strtoumax.m4.
27142
27143         Module chown.
27144         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27145         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27146
27147         Module dup2.
27148         * m4/dup2.m4: New file.
27149
27150         Module ftruncate.
27151         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27152         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27153
27154         Module getgroups.
27155         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27156         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27157
27158         Module gettimeofday.
27159         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27160         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27161         gl_PREREQ_GETTIMEOFDAY.
27162
27163         Module mkdir.
27164         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27165         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27166
27167         Module mkstemp.
27168         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27169         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27170         jm_AC_TYPE_UINTMAX_T.
27171         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27172
27173         Module stat.
27174         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27175         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27176
27177         Module lstat.
27178         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27179         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27180
27181         Module timespec.
27182         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27183         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27184         * m4/st_mtim.m4: Indentation.
27185
27186         Module nanosleep.
27187         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27188         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27189         gl_PREREQ_NANOSLEEP.
27190
27191         Module regex.
27192         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27193         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27194         (gl_REGEX): New macro.
27195
27196         Module rename.
27197         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27198         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27199
27200         Module rmdir.
27201         * m4/rmdir.m4: New file.
27202
27203         Module utime.
27204         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27205         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27206         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27207
27208         Module dirname.
27209         * m4/dirname.m4: New file.
27210
27211         Module getopt.
27212         * m4/getopt.m4: New file.
27213
27214         Module unistd-safer.
27215         * m4/unistd-safer.m4: New file.
27216
27217         Module fnmatch.
27218         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27219         declaration.
27220         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27221         (gl_FUNC_FNMATCH_POSIX): New macro.
27222         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27223         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27224         simply fnmatch.
27225
27226         Module exclude.
27227         * m4/exclude.m4: New file.
27228
27229         Module human.
27230         * m4/human.m4: New file.
27231
27232         Module acl.
27233         * m4/acl.m4: Nop.
27234
27235         Module backupfile.
27236         * m4/backupfile.m4: New file.
27237         * m4/d-ino.m4: Indentation.
27238
27239         Module fsusage.
27240         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27241         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27242         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27243
27244         Module dirfd.
27245         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27246         requirements.
27247
27248         Module euidaccess.
27249         * m4/euidaccess.m4: New file.
27250
27251         Module file-type.
27252         * m4/file-type.m4: New file.
27253
27254         Module fileblocks.
27255         * m4/fileblocks.m4: New file.
27256
27257         Module filemode.
27258         * m4/filemode.m4: New file.
27259
27260         Module isdir.
27261         * m4/isdir.m4: New file.
27262
27263         Module lchown.
27264         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27265         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27266
27267         Module makepath.
27268         * m4/makepath.m4: New file.
27269
27270         Module modechange.
27271         * m4/modechange.m4: New file.
27272
27273         Module mountlist.
27274         * m4/mountlist.m4: New file.
27275         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27276         Indentation.
27277
27278         Module path-concat.
27279         * m4/path-concat.m4: New file.
27280
27281         Module pathmax.
27282         * m4/pathmax.m4: New file.
27283
27284         Module same.
27285         * m4/same.m4: New file.
27286
27287         Module save-cwd.
27288         * m4/save-cwd.m4: New file.
27289
27290         Module savedir.
27291         * m4/savedir.m4: New file.
27292
27293         Module xgetcwd.
27294         * m4/xgetcwd.m4: New file.
27295         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27296
27297         Module xreadlink.
27298         * m4/xreadlink.m4: New file.
27299
27300         Module safe-read.
27301         * m4/safe-read.m4: New file.
27302
27303         Module safe-write.
27304         * m4/safe-write.m4: New file.
27305
27306         Module closeout.
27307         * m4/closeout.m4: New file.
27308
27309         Module stdio-safer.
27310         * m4/stdio-safer.m4: New file.
27311
27312         Module getpass.
27313         * m4/getpass.m4: New file.
27314
27315         Module getugroups.
27316         * m4/getugroups.m4: New file.
27317
27318         Module group-member.
27319         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27320         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27321
27322         Module idcache.
27323         * m4/idcache.m4: New file.
27324
27325         Module userspec.
27326         * m4/userspec.m4: New file.
27327
27328         Module gettime.
27329         * m4/clock_time.m4: New file.
27330         * m4/gettime.m4: New file.
27331
27332         Module settime.
27333         * m4/settime.m4: New file.
27334
27335         Module posixtm.
27336         * m4/posixtm.m4: New file.
27337
27338         Module gethostname.
27339         * m4/gethostname.m4: New file.
27340
27341         Module canon-host.
27342         * m4/canon-host.m4: New file.
27343
27344         Module gettext.
27345         * m4/codeset.m4: New file, from gettext-0.11.5.
27346         * m4/gettext.m4: New file, from gettext-0.11.5.
27347         * m4/glibc21.m4: New file, from gettext-0.11.5.
27348         * m4/iconv.m4: New file, from gettext-0.11.5.
27349         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27350         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27351         * m4/inttypes.m4: New file, from gettext-0.11.5.
27352         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27353         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27354         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27355         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27356         * m4/lib-link.m4: New file, from gettext-0.11.5.
27357         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27358         * m4/progtest.m4: New file, from gettext-0.11.5.
27359         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27360         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27361         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27362
27363         Module localcharset.
27364         * m4/localcharset.m4: New file.
27365
27366         Module hard-locale.
27367         * m4/hard-locale.m4: New file.
27368
27369         Module mbswidth.
27370         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27371         onceonly macros.
27372         * m4/mbrtowc.m4: Add comment.
27373
27374         Module memcasecmp.
27375         * m4/memcasecmp.m4: New file.
27376
27377         Module memcoll.
27378         * m4/memcoll.m4: New file.
27379
27380         Module unicodeio.
27381         * m4/unicodeio.m4: New file.
27382
27383         Module rpmatch.
27384         * m4/rpmatch.m4: New file.
27385
27386         Module yesno.
27387         * m4/yesno.m4: New file.
27388
27389         Module exitfail.
27390         * m4/exitfail.m4: New file.
27391
27392         Module c-stack.
27393         * m4/c-stack.m4 (gl_C_STACK): New macro.
27394         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27395
27396         Module error.
27397         * m4/error.m4 (gl_ERROR): New macro.
27398         (jm_PREREQ_ERROR): Use onceonly macros.
27399
27400         Module fatal.
27401         * m4/fatal.m4: New file.
27402
27403         Module getloadavg.
27404         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27405         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27406
27407         Module getpagesize.
27408         * m4/getpagesize.m4: New file.
27409
27410         Module getusershell.
27411         * m4/getusershell.m4: New file.
27412
27413         Module physmem.
27414         * m4/physmem.m4: New file.
27415
27416         Module posixver.
27417         * m4/posixver.m4: New file.
27418
27419         Module quotearg.
27420         * m4/quotearg.m4: New file.
27421
27422         Module quote.
27423         * m4/quote.m4: New file.
27424
27425         Module readutmp.
27426         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27427
27428         Module sig2str.
27429         * m4/sig2str.m4: New file.
27430
27431         Other.
27432         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27433         ulonglong.m4.
27434         * m4/intmax_t.m4: New file.
27435         * m4/d-type.m4: Indentation.
27436         * m4/jm-macros.m4: Update.
27437         * m4/prereq.m4 (jm_PREREQ): Update.
27438         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27439         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27440         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27441         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27442         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27443         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27444         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27445         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27446         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27447         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27448         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27449         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27450         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27451         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27452         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27453         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27454         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27455         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27456         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27457
27458 2002-12-24  Bruno Haible  <bruno@clisp.org>
27459
27460         * MODULES.txt: Update according to m4/ changes.
27461
27462         Module gettext.
27463         * config.rpath: New file, from gettext-0.11.5.
27464
27465         * modules/*: New module descriptions.
27466         * gnulib-tool: New file.
27467         * MODULES.html.sh: New file.
27468
27469 2002-12-21  Karl Berry  <karl@gnu.org>
27470
27471         * doc/fdl.texi: update to version 1.2.
27472
27473 2002-12-19  Karl Berry  <karl@gnu.org>
27474
27475         * config/config.guess: update from prep.
27476
27477 2002-12-18  Bruno Haible  <bruno@clisp.org>
27478
27479         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27480         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27481
27482 2002-12-17  Bruno Haible  <bruno@clisp.org>
27483
27484         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27485         stdlib.h, string.h.
27486
27487 2002-12-17  Bruno Haible  <bruno@clisp.org>
27488
27489         * lib/canon-host.c (strdup): Remove unused declaration.
27490
27491         * lib/fsusage.c: Include full_read.h.
27492         (get_fs_usage): Use full_read instead of safe_read.
27493
27494         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27495
27496 2002-12-12  Karl Berry  <karl@gnu.org>
27497
27498         * config/config.guess: update from prep.
27499
27500 2002-12-11  Bruno Haible  <bruno@clisp.org>
27501
27502         * m4/setenv.m4: New file, from gettext-0.11.5.
27503
27504 2002-12-11  Bruno Haible  <bruno@clisp.org>
27505
27506         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27507         not unsetenv().
27508         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27509         modifications:
27510
27511         2002-12-11  Bruno Haible  <bruno@clisp.org>
27512
27513                 * setenv.c (alloca): Fall back to malloc.
27514                 (freea): New macro.
27515                 (setenv): Use freea() to free memory allocated with alloca().
27516
27517         2002-11-13  Bruno Haible  <bruno@clisp.org>
27518
27519                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27520                 function declarations.
27521                 * unsetenv.c (unsetenv): Likewise.
27522
27523         2002-03-04  Bruno Haible  <bruno@clisp.org>
27524
27525                 Portability to AIX 4.3.3.
27526                 * unsetenv.c: New file, extracted from setenv.c.
27527                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27528
27529         2001-12-20  Bruno Haible  <bruno@clisp.org>
27530
27531                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27532                 use malloc instead. For SunOS 4.
27533
27534         2001-12-11  Bruno Haible  <bruno@clisp.org>
27535
27536                 * setenv.c: Declare alloca.
27537                 (compar_fn_t): New typedef.
27538                 (KNOWN_VALUE, STORE_VALUE): Use it.
27539
27540         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27541         setenv.h.
27542
27543 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27544
27545         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27546         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27547         Choose values that are less likely to collide with system fnmatch
27548         options.
27549         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27550         defined (e.g., a pure POSIX system).
27551         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27552         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27553
27554 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27555
27556         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27557         a pain in practice to deal with generated m4 files.  This change
27558         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27559
27560         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27561         and jm-glibc-io.m4, as they are no longer a special case.
27562         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27563         kludge and the auto-generation stuff.  Check only whether the
27564         functions are declared, not whether they exist, since older hosts
27565         that don't declare the functions can't use the optimization anyway.
27566
27567 2002-12-06  Jim Meyering  <jim@meyering.net>
27568
27569         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27570
27571         Merge in changes from libc's misc/error.c, in preparation
27572         for the merge of gnulib's changes back into libc.
27573
27574         * lib/error.c (_): Define only if not already defined.
27575         Move definition to follow all #include directives.
27576         Include unlocked-io.h only if !_LIBC.
27577         [_LIBC]: Include <libio/libioP.h>.
27578         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27579         (fflush): Tweak definition to use INTUSE.
27580         (putc): Define.
27581
27582 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27583
27584         * lib/alloca.c [defined emacs]: Include "lisp.h".
27585         (xalloc_die) [defined emacs]: New macro.
27586         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27587         [! defined emacs]: Include <xalloc.h>.
27588         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27589         (pointer): Typedef to POINTER_TYPE *.
27590         (malloc): Remove decl; we now always use xmalloc.
27591         (alloca): Use old-style definition, since Emacs needs this.
27592         Check for arithmetic overflow when computing combined size.
27593
27594 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27595
27596         Do not generate unlocked-io.h automatically, since it's easier to
27597         maintain it by hand.
27598
27599         * lib/unlocked-io.h: New file, from GNU diffutils,
27600         but with proper copyright notice and attribution.
27601         * lib/gen-uio: Remove.
27602         * lib/Makefile.am: Add copyright notice.
27603         (libfetish_a_SOURCES): Add unlocked-io.h.
27604         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27605         (DISTCLEANFILES, io_functions): Remove macros.
27606         (EXTRA_DIST): Remove gen_uio.
27607         (unlocked-io.h): Remove rule.
27608
27609 2002-12-04  Jim Meyering  <jim@meyering.net>
27610
27611         Reflect the fact that stat.c and lstat.c are no longer generated.
27612         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27613         (DISTCLEANFILES): Likewise.
27614         (EXTRA_DIST): Likewise.
27615         (all_local): Don't depend on stat.c or lstat.c.
27616         (stat.c, lstat.c): Remove rules.
27617         (EXTRA_DIST): Remove xstat.in.
27618
27619         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27620         * lib/stat.c: New file.  Contents mostly from xstat.in.
27621         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27622         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27623
27624         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27625         too.
27626         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27627
27628 2002-12-03  Jim Meyering  <jim@meyering.net>
27629
27630         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27631         but not semantics, to minimize the differences between these two files.
27632         (safe_read): Change comment to mention SAFE_READ_ERROR.
27633
27634         * lib/safe-read.c (IS_EINTR): Define.
27635         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27636
27637 2002-12-02  Jim Meyering  <jim@meyering.net>
27638
27639         * lib/safe-read.c (EINTR): Define.
27640         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27641         (INT_MAX): Provide fallback.
27642         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27643
27644         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27645
27646 2002-12-02  Bruno Haible  <bruno@clisp.org>
27647
27648         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27649         Define, taken from safe-read.c.
27650         (INT_MAX): Provide fallback.
27651         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27652         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27653
27654         * lib/safe-read.c (EINTR): Remove definition.
27655         (safe_read): Don't use EINTR if it is absent.
27656
27657 2002-12-01  Jim Meyering  <jim@meyering.net>
27658
27659         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27660         zero.
27661         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27662
27663 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27664
27665         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27666         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27667         with `if (! (value < limit)) abort ();', for readability.
27668
27669 2002-11-26  Karl Berry  <karl@gnu.org>
27670
27671         * lib/strdup.c: copy from libc again, with jim's ok.
27672         * lib/.cppi-disable: re-add strdup.c
27673
27674 2002-11-25  Karl Berry  <karl@gnu.org>
27675
27676         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27677         instead of "strtol.c".
27678
27679 2002-11-25  Karl Berry  <karl@gnu.org>
27680
27681         * config/install-sh: update from automake for variable quoting, $0 in
27682         error msgs, etc.
27683
27684         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27685         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27686         entry.
27687
27688 2002-11-25  Jim Meyering  <jim@meyering.net>
27689
27690         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27691
27692 2002-11-24  Karl Berry  <karl@gnu.org>
27693
27694         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27695         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27696
27697 2002-11-24  Jim Meyering  <jim@meyering.net>
27698
27699         Update from coreutils:
27700
27701         * lib/mktime.c: Merge in changes from libc.
27702
27703         Avoid a link-time failure on some Linux systems.
27704         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27705         (otherwise).
27706         (__mon_yday): Declare with the STATIC attribute.
27707         (__mktime_internal): Likewise.
27708         Based on a report from Greg Schafer.
27709
27710 2002-11-23  Jim Meyering  <jim@meyering.net>
27711
27712         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27713         Use `unsigned', not `int', as type of index.
27714
27715         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27716
27717         * lib/fsusage.c: Remove unneeded parentheses around operands of
27718         `defined'.
27719
27720 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27721
27722         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27723         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27724         so that we can be included first.
27725         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27726         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27727         No need to include stddef.h or sys/types.h any more.
27728         Surround local include files with "", not "<>".
27729         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27730         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27731         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27732         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27733         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27734         (ISPRINT): Remove; no longer needed now that we assume C89.
27735
27736         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27737         Preserve errno.
27738
27739         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27740         quotearg_char): Use SIZE_MAX rather than
27741         (size_t) -1 when we are talking about "infinity".
27742
27743         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27744
27745 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27746
27747         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27748         hint that one should use `if (! x) abort ();' rather than `assert
27749         (x);', and anyway it's one less thing to worry about configuring.
27750         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27751         hash_rehash, hash_insert): Use abort rather than assert.
27752
27753 2002-11-22  Bruno Haible  <bruno@clisp.org>
27754
27755         * lib/safe-read.h: Assume C89. Add comments.
27756         (safe_read): Change return type to size_t.
27757         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27758         byte counts > SSIZE_MAX correctly.
27759         * lib/safe-write.h: New file.
27760         * lib/safe-write.c: New file.
27761         * lib/full-read.h: New file.
27762         * lib/full-read.c: New file.
27763         * lib/full-write.h: Assume C89. Add comments.
27764         * lib/full-write.c: Include safe-write.h.
27765         (full_write): Rewritten to use safe_write.
27766         Suggested by Jim Meyering and Paul Eggert.
27767
27768 2002-11-21  Jim Meyering  <jim@meyering.net>
27769
27770         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27771
27772         Merge in changes from the coreutils.
27773
27774         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27775         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27776         <stdint.h>.
27777         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27778         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27779         int.  Work more efficiently if X is the same width as uintmax_t.
27780         Do not compare X to -1, to avoid bogus compiler warning.
27781         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27782         Don't assume that f_frsize and f_bsize are the same type.
27783
27784         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27785         warning on FreeBSD.
27786
27787         * lib/makepath.c (make_path): Restore umask *before* creating the final
27788         component.
27789         (make_path): Minor reformatting.
27790
27791         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27792         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27793         HAVE_MALLOC/HAVE_REALLOC.
27794
27795         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27796         dummy ones.  At least on GNU/Linux systems, `auto' means something
27797         else.
27798         From Michael Stone.
27799
27800 2002-11-21  Bruno Haible  <bruno@clisp.org>
27801
27802         Remove case insensitive option matching.
27803         * lib/argmatch.h (argcasematch): Remove declaration.
27804         (ARGCASEMATCH): Remove macro.
27805         (__xargmatch_internal): Remove case_sensitive argument.
27806         (XARGMATCH): Update.
27807         (XARGCASEMATCH): Remove macro.
27808         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27809         case_sensitive argument.
27810         (argcasematch): Remove function.
27811         (__xargmatch_internal): Remove case_sensitive argument.
27812         (main): Use XARGMATCH instead of XARGCASEMATCH.
27813
27814         * lib/xmalloc.c: Change compile-time error message. Add comment about
27815         required autoconf version.
27816
27817 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27818
27819         Merge argmatch cleanups from Bison.  Assume C89.
27820
27821         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27822         Include stdlib.h, for EXIT_FAILURE.
27823         Always include <string.h>, since we assume C89.
27824         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27825         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27826         Include <stddef.h> instead, since it's all we need for size_t.
27827         (PARAMS): Remove.  All uses removed.
27828         (ARRAY_CARDINALITY): Do not bother to #undef.
27829         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27830         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27831         Remove unnecessary parentheses.
27832         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27833         Insert necessary parentheses.
27834         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27835         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27836
27837 2002-11-19  Bruno Haible  <bruno@clisp.org>
27838
27839         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27840         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27841
27842         * lib/mbswidth.h (PARAMS): Remove macro.
27843         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27844         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27845
27846         * lib/gcd.h (PARAMS): Remove macro.
27847         (gcd): Use ANSI C function declarations.
27848         * lib/gcd.c (gcd): Likewise.
27849
27850 2002-11-15  Bruno Haible  <bruno@clisp.org>
27851
27852         * lib/strcspn.c: Include <stddef.h>.
27853         (strcspn): Use ANSI C function declaration. Change return type to
27854         size_t. Use NULL.
27855         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27856         (strpbrk): Use NULL.
27857         * lib/strpbrk.h (PARAMS): Remove macro.
27858         (strpbrk): Use ANSI C function declaration.
27859         * lib/strstr.c: Don't include <sys/types.h>.
27860         * lib/strstr.h (PARAMS): Remove macro.
27861         (strstr): Use ANSI C function declarations.
27862
27863 2002-11-14  Karl Berry  <karl@gnu.org>
27864
27865         * config/mkinstalldirs: `do' on separate line, instead of
27866         `for var; do'.
27867
27868 2002-11-06  Bruno Haible  <bruno@clisp.org>
27869
27870         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27871         * lib/gcd.c (gcd): Likewise.
27872
27873 2002-11-05  Bruno Haible  <bruno@clisp.org>
27874
27875         * lib/gcd.h: New file, from gettext-0.11.5.
27876         * lib/gcd.c: New file, from gettext-0.11.5.
27877
27878 2002-11-05  Bruno Haible  <bruno@clisp.org>
27879
27880         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27881         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27882         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27883         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27884
27885         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27886         <libintl.h>.
27887         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27888         <libintl.h>.
27889
27890         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27891         * lib/human.c: Include gettext.h instead of <libintl.h>.
27892         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27893         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27894         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27895         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27896         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27897         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27898         (textdomain): Remove definition.
27899         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27900
27901         * lib/long-options.c: Remove include of <libintl.h> and definition of
27902         _.
27903         * lib/same.c: Remove include of <libintl.h> and definition of _.
27904
27905 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27906
27907         * lib/config.charset: A few additions for Solaris.
27908
27909 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27910
27911         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27912         * lib/localcharset.c (locale_charset): Declare as extern "C".
27913
27914 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27915
27916         * lib/config.charset: msdos in uk_UA uses CP1125.
27917
27918 2002-11-04  Bruno Haible  <bruno@clisp.org>
27919
27920         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27921         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27922         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27923         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27924         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27925
27926 2002-11-04  Bruno Haible  <bruno@clisp.org>
27927
27928         * lib/localcharset.c (locale_charset): Don't return an empty string.
27929
27930 2002-11-04  Bruno Haible  <bruno@clisp.org>
27931
27932         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27933         aliases.
27934
27935 2002-11-04  Bruno Haible  <bruno@clisp.org>
27936
27937         * lib/config.charset: Update for newest glibc. Add canonical names
27938         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27939
27940 2002-11-04  Bruno Haible  <bruno@clisp.org>
27941
27942         * lib/config.charset: Add support for NetBSD.
27943
27944 2002-11-04  Bruno Haible  <bruno@clisp.org>
27945
27946         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27947
27948 2002-11-01  Bruno Haible  <bruno@clisp.org>
27949
27950         * configure.in: Add AC_CONFIG_AUX_DIR call.
27951         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27952         test/Makefile.
27953         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27954
27955 2002-09-28  Karl Berry  <karl@gnu.org>
27956
27957         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27958         installed automake until the next release, since changes have been
27959         made.
27960
27961 2002-09-25  Karl Berry  <karl@gnu.org>
27962
27963         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27964         * lib/getopt*: copy from libc/posix.
27965         * lib/gettext.h: copy from gettext.
27966         * lib/.cppi-disable: add strdup.c, gettext.h.
27967
27968 2002-09-25  Karl Berry  <karl@gnu.org>
27969
27970         * config/srclist.txt: enable gettext.h check.
27971         * config/config.{guess,sub}: update from prep.
27972         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27973                 from automake 1.6.3.
27974         See srclist*.
27975
27976 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27977
27978         * regex.c (PATFETCH): Remove the translating fetch.
27979         (PATFETCH_RAW): Rename to PATFETCH.
27980         (set_image_of_range): New fun.
27981         (SET_RANGE_TABLE_WORK_AREA): Use it.
27982         (regex_compile): Don't translate the pattern chars so eagerly.
27983         Only do it when inserting an `exactn' bytecode or when handling
27984         a char-range.
27985         (mutually_exclusive_p): Avoid empty statement.
27986
27987 2002-07-06  Jim Meyering  <meyering@lucent.com>
27988
27989         * m4/README: Don't mention Makefile.am.in.
27990         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27991
27992 2002-07-01  Jim Meyering  <meyering@lucent.com>
27993
27994         * lib/c-stack.c: Include sys/time.h.
27995         From Volker Borchert.
27996
27997 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27998
27999         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28000
28001 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28002
28003         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28004         New macro.  Use it uniformly instead of
28005         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28006         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28007         reported by Vin Shelton.
28008
28009 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28010
28011         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28012         Do not assume SA_SIGINFO behavior.
28013         Bug reported by Jim Meyering on NetBSD 1.5.2.
28014
28015 2002-06-22  Jim Meyering  <meyering@lucent.com>
28016
28017         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28018         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28019
28020         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28021         now that configure.ac uses AC_GNU_SOURCE.
28022         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28023         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28024
28025         Update to latest tools.  Suggestions from Paul Eggert.
28026         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28027         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28028         * m4/fnmatch.m4: Likewise.
28029         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28030         to AC_HEADER_STDBOOL
28031
28032 2002-06-22  Jim Meyering  <meyering@lucent.com>
28033
28034         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28035         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28036
28037 2002-06-22  Jim Meyering  <meyering@lucent.com>
28038
28039         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28040
28041         * lib/exitfail.c, exitfail.h: Likewise.
28042         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28043
28044         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28045         of fnmatch.h.
28046         (EXTRA_DIST): Add fnmatch_loop.c.
28047         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28048
28049         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28050         * lib/fnmatch.c: Update from diffutils-2.8.2.
28051         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28052         * lib/fnmatch.h: Remove file.
28053
28054 2002-06-21  Jim Meyering  <meyering@lucent.com>
28055
28056         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28057         * m4/mbrtowc.m4: Likewise.
28058
28059         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28060         * m4/mbswidth.m4: Reflect name change:
28061         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28062         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28063
28064         * m4/lib-link.m4: Update from gettext-0.11.2.
28065         * m4/gettext.m4: Likewise.
28066
28067         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28068         From Alfred M. Szmidt.
28069
28070 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28071
28072         * lib/file-type.h: Report an error if neither S_ISREG nor
28073         S_IFREG is defined, instead of using a test specific to glibc
28074         2.2.  This should be safe, since POSIX requires S_ISREG and
28075         Unix Version 7 had S_IFREG.  We don't need to check for
28076         <sys/types.h> since we don't use any symbols that it defines.
28077
28078 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28079
28080         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28081         $@-t, so that each temporary file name is unique and valid in the first
28082         8 characters, for operation under DOS.
28083
28084 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28085
28086         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28087
28088 2002-06-15  Jim Meyering  <meyering@lucent.com>
28089
28090         Work even with DJGPP 2.03, which lacks support for symlinks.
28091         From Richard Dawe.
28092         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28093         is defined.
28094         * lib/lchown.c (S_ISLNK): Likewise.
28095
28096 2002-06-15  Jim Meyering  <meyering@lucent.com>
28097
28098         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28099         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28100         have been included before this file.
28101
28102 2002-06-14  Jim Meyering  <meyering@lucent.com>
28103
28104         * lib/file-type.h: Use the version from diffutils-2.8.2.
28105         * lib/file-type.c: Likewise.
28106
28107 2002-06-07  Jim Meyering  <meyering@lucent.com>
28108
28109         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28110         They're needed at least for NetBSD 1.5.2.
28111         ($statxfs_includes): Include those same headers.
28112         ($statxfs_includes): Include sys/vfs.h if available.
28113         ($statxfs_includes): Likewise for sys/statvfs.h.
28114         Check for the following members in both structs statfs and statvfs:
28115         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28116
28117 2002-06-01  Jim Meyering  <meyering@lucent.com>
28118
28119         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28120         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28121
28122 2002-05-28  Jim Meyering  <meyering@lucent.com>
28123
28124         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28125         Reported by Volker Borchert.
28126
28127 2002-05-27  Jim Meyering  <meyering@lucent.com>
28128
28129         Fix a problem seen only on nonconforming systems whereby ls.c's
28130         use of localtime, and then of gettimeofday would cause trouble:
28131         the localtime call used to initialize rpl_gettimeofday's save
28132         mechanism would clobber ls's current local time information so
28133         that in any long listing the first file would always be listed
28134         with date 1970-01-01.  Analysis by Volker Borchert.
28135
28136         * lib/gettimeofday.c (localtime): Undefine.
28137         (rpl_localtime): New function.
28138
28139 2002-05-27  Jim Meyering  <meyering@lucent.com>
28140
28141         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28142         localtime.
28143
28144         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28145         use the replacement function; it wouldn't resolve at link time.
28146         Reported by Volker Borchert.
28147
28148 2002-05-22  Jim Meyering  <meyering@lucent.com>
28149
28150         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28151         file-type.h.
28152         * lib/file-type.h: New file.
28153         * lib/file-type.c (file_type): New file/function.  Extracted from
28154         diffutils.
28155
28156 2002-04-30  Jim Meyering  <meyering@lucent.com>
28157
28158         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28159
28160 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28161
28162         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28163
28164 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28165
28166         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28167         Do not check for alloca.h (no longer used) or stdbool.h (was never
28168         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28169
28170 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28171
28172         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28173
28174 2002-04-29  Jim Meyering  <meyering@lucent.com>
28175
28176         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28177         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28178         Use AC_FUNC_STRNLEN here instead.
28179
28180         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28181         With autoconf-2.53a, it's part of AC_PROG_CC.
28182
28183 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28184
28185         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28186         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28187
28188 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28189
28190         * lib/sig2str.h, lib/sig2str.c: New files.
28191         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28192
28193 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28194
28195         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28196         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28197         of 127, since 64 is the largest conceivable number for ancient
28198         nonstandard hosts.
28199         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28200
28201 2002-04-28  Jim Meyering  <meyering@lucent.com>
28202
28203         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28204
28205 2002-04-24  Jim Meyering  <meyering@lucent.com>
28206
28207         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28208         (jm_PREREQ): Use it.
28209
28210         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28211         mach/mach.h fcntl.h.
28212         Check for this function: setlocale.
28213
28214 2002-04-24  Jim Meyering  <meyering@lucent.com>
28215
28216         * lib/gettext.h: New file, from Gettext.
28217         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28218         (libfetish_a_SOURCES): Add gettext.h.
28219
28220 2002-04-16  Jim Meyering  <meyering@lucent.com>
28221
28222         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28223         ut_pid, ut_id, ut_exit.
28224
28225 2002-04-16  Jim Meyering  <meyering@lucent.com>
28226
28227         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28228         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28229         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28230
28231 2002-04-12  Jim Meyering  <meyering@lucent.com>
28232
28233         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28234         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28235         existence of the getmntinfo function.  Needed for Darwin 5.3.
28236
28237         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28238         This is necessary at least on Darwin 5.3.
28239
28240         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28241         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28242         strnlen.o in the library, and that makes some versions of ranlib
28243         object.
28244
28245 2002-04-12  Jim Meyering  <meyering@lucent.com>
28246
28247         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28248
28249 2002-04-09  Jim Meyering  <meyering@lucent.com>
28250
28251         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28252         to be more precise.  Rather than saying we're checking whether the
28253         function `works', say what we're testing.
28254         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28255         Reported by Bruno Haible.
28256
28257 2002-03-10  Jim Meyering  <meyering@lucent.com>
28258
28259         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28260         Suggestion from Santiago Vila.
28261
28262 2002-03-08  Jim Meyering  <meyering@lucent.com>
28263
28264         * lib/rename.c: Mention that this wrapper is needed also on
28265         mips-dec-ultrix4.4 systems.
28266
28267 2002-03-02  Jim Meyering  <meyering@lucent.com>
28268
28269         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28270         not HAVE_CLOCK_SETTIME.
28271
28272 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28273
28274         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28275         Check for clock_settime.
28276
28277 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28278
28279         * lib/nanosleep.h: Rename to....
28280         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28281
28282         * lib/gettime.c: New file.
28283         * lib/settime.c: New file.
28284         * lib/stime.c: Remove.
28285
28286         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28287         timespec.h.  Remove nanosleep.h.
28288
28289 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28290
28291         * m4/acl.m4: New file.
28292         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28293         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28294
28295 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28296
28297         * lib/acl.c, lib/acl.h: New files.
28298         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28299
28300 2002-02-24  Jim Meyering  <meyering@lucent.com>
28301
28302         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28303         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28304         cause trouble.  Reported by Nelson Beebe.
28305
28306 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28307
28308         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28309         compilers that don't know that xalloc_die never returns.
28310
28311 2002-02-20  Jim Meyering  <meyering@lucent.com>
28312
28313         * lib/getdate.c: Regenerate using bison-1.33.
28314
28315 2002-02-17  Jim Meyering  <meyering@lucent.com>
28316
28317         * config/config.guess (main): Don't use `head -1'; it's no longer
28318         portable. Use `sed 1q' instead.
28319
28320 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28321
28322         * m4/codeset.m4: Upgrade to gettext-0.11.
28323         * m4/gettext.m4: Upgrade to gettext-0.11.
28324         * m4/glibc21.m4: Upgrade to gettext-0.11.
28325         * m4/iconv.m4: Upgrade to gettext-0.11.
28326         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28327         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28328         * m4/lib-ld.m4: New file, from gettext-0.11.
28329         * m4/lib-link.m4: New file, from gettext-0.11.
28330         * m4/lib-prefix.m4: New file, from gettext-0.11.
28331         * m4/progtest.m4: Upgrade to gettext-0.11.
28332
28333 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28334
28335         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28336         (jm_PREREQ): Use it.
28337
28338 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28339
28340         * lib/posixver.c, lib/posixver.h: New files.
28341         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28342
28343 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28344             Bruno Haible  <bruno@clisp.org>
28345
28346         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28347         (fwrite_success_callback): New declaration.
28348         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28349         print_unicode_char. Call failure callback instead of error.
28350         (fwrite_success_callback): New function.
28351         (exit_failure_callback): New function.
28352         (fallback_failure_callback): New function.
28353         (print_unicode_char): Call unicode_to_mb.
28354
28355 2002-01-26  Jim Meyering  <meyering@lucent.com>
28356
28357         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28358         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28359
28360 2002-01-26  Jim Meyering  <meyering@lucent.com>
28361
28362         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28363
28364 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28365
28366         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28367
28368 2002-01-22  Jim Meyering  <meyering@lucent.com>
28369
28370         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28371         Otherwise, some versions of automake would omit the rule that makes
28372         Makefile from Makefile.in.
28373
28374 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28375
28376         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28377         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28378         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28379         (memcoll): Set errno to zero if there is no error.
28380
28381         * lib/quotearg.c (quotearg_buffer_restyled):
28382         Fix bug with quoting buffers containing NUL when backslashing escapes.
28383         This bug was exposed by the other changes in this patch.
28384         (quotearg_n_options): New arg ARGSIZE.
28385         All callers changed.
28386         (quoting_options_from_style): New function.
28387         (quotearg_n_style): Use it.
28388         (quotearg_n_style_mem): New function.
28389
28390         * lib/quotearg.h (quotearg_n_style_mem): New function.
28391
28392 2002-01-19  Jim Meyering  <meyering@lucent.com>
28393
28394         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28395         Remove useless quotes: DF_PROG="df".
28396         * m4/strnlen.m4: New file.
28397
28398 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28399
28400         * lib/backupfile.c (ISDIGIT): Comment fix.
28401         * lib/getdate.y (ISDIGIT): Likewise.
28402         * lib/posixtm.c (ISDIGIT, year): Likewise.
28403         * lib/strverscmp.c (ISDIGIT): Likewise.
28404         * lib/userspec.c (ISDIGIT): Likewise.
28405
28406 2002-01-16  Jim Meyering  <meyering@lucent.com>
28407
28408         * lib/getdate.y: Add three semicolons, each just before a closing
28409         brace. Bison (as of version 1.31) no longer papers over that mistake.
28410
28411 2002-01-05  Jim Meyering  <meyering@lucent.com>
28412
28413         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28414
28415 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28416
28417         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28418         not silently exit merely because the output buffer happens to
28419         have nothing pending.
28420
28421 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28422
28423         See the big note in ../ChangeLog.
28424         * lib/human.c (suffixes): Prefer K to k for 1024.
28425         (generate_suffix_backwards): New function.
28426         (human_readable_inexact): Use it.
28427         * lib/xstrtol.c (__xstrtol): If there is no number but there
28428         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28429         Accept 'K' as well as 'k'.
28430
28431 2001-12-15  Jim Meyering  <meyering@lucent.com>
28432
28433         * lib/regex.h (__restrict_arr): Update from libc.
28434
28435         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28436         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28437         (STREQ): Define.
28438
28439 2001-12-14  Jim Meyering  <meyering@lucent.com>
28440
28441         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28442         Suggestion from Bruno Haible.
28443
28444 2001-12-10  Jim Meyering  <meyering@lucent.com>
28445
28446         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28447         xrealloc, Instead, include "xalloc.h".
28448         (initbuffer): Don't cast xmalloc return value to char*.
28449         (readline): Reword comment.
28450         Don't cast xrealloc return value to char*
28451         Return NULL, not 0.
28452
28453 2001-12-09  Jim Meyering  <meyering@lucent.com>
28454
28455         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28456         about `signed and unsigned type in conditional expression'.
28457         * lib/posixtm.c (posix_time_parse): Likewise.
28458
28459         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28460
28461         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28462         to avoid a pedantic warning.
28463
28464         * lib/getstr.c: Don't include assert.h.
28465         (getstr): Remove warning-evoking assertions.
28466         Return -1 if offset parameter is out of bounds.
28467         Change the type of a local from int to size_t.
28468
28469         * lib/strftime.c (my_strftime_localtime_r): Include this function
28470         definition in the `#if ! HAVE_TM_GMTOFF' block.
28471
28472         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28473         Include xalloc.h instead.
28474
28475 2001-12-02  Jim Meyering  <meyering@lucent.com>
28476
28477         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28478         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28479         included.
28480
28481         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28482         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28483
28484 2001-11-30  Akim Demaille  <akim@epita.fr>
28485
28486         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28487         before being defined.
28488
28489 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28490
28491         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28492         First arg is int, not unsigned.
28493         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28494         (SIZE_MAX, UINT_MAX): New macros.
28495         (quotearg_n_options): Abort if N is negative.
28496         Avoid overflow check on hosts where size_t is 64 bits and int
28497         is 32 bits, as overflow is impossible there.
28498         Fix off-by-one typo that caused unnecessary reallocation.
28499
28500 2001-11-27  Jim Meyering  <meyering@lucent.com>
28501
28502         * lib/tempname.c: Merge with version from libc.
28503         * lib/regex.c: Likewise.
28504
28505         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28506         systems for which STDC_HEADERS is 0, it was not included, resulting in
28507         a warning about an integer-to-pointer conversion problem with getenv.
28508         Reported by Volker Borchert.
28509
28510 2001-11-26  Jim Meyering  <meyering@lucent.com>
28511
28512         * lib/gtod.h: Remove file.
28513         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28514         * lib/gettimeofday.c: Don't include gtod.h.
28515         (GTOD_init): Remove function.
28516         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28517         Suggestion from Volker Borchert.
28518
28519 2001-11-23  Jim Meyering  <meyering@lucent.com>
28520
28521         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28522         it.
28523         * lib/hash.c (struct hash_table): Define it here instead.
28524
28525 2001-11-22  Jim Meyering  <meyering@lucent.com>
28526
28527         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28528
28529 2001-11-20  Jim Meyering  <meyering@lucent.com>
28530
28531         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28532         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28533
28534 2001-11-19  Jim Meyering  <meyering@lucent.com>
28535
28536         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28537         directory.  Use "conftestXXXXXX" as the template.
28538         Suggestion from Paul Eggert.
28539
28540         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28541         immediately, so the test doesn't mistakenly hit the max-open-files
28542         limit.
28543
28544 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28545
28546         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28547         (TEMPORARIES): New macro.
28548         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28549         removes an artificial limitation (e.g. HP-UX 10.20, where
28550         TMP_MAX is 17576).
28551
28552 2001-11-18  Jim Meyering  <meyering@lucent.com>
28553
28554         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28555
28556 2001-11-18  Jim Meyering  <meyering@lucent.com>
28557
28558         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28559         on SunOS 4.
28560
28561         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28562         files will be created before anything else.
28563
28564 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28565
28566         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28567         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28568
28569 2001-11-17  Jim Meyering  <meyering@lucent.com>
28570
28571         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28572         Prompted by a report from Bob Proulx.
28573
28574         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28575         Instead, require UTILS_FUNC_MKSTEMP.
28576
28577 2001-11-17  Jim Meyering  <meyering@lucent.com>
28578
28579         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28580         Now, that's done as part of AC_FUNC_STRTOD.
28581
28582 2001-11-17  Jim Meyering  <meyering@lucent.com>
28583
28584         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28585         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28586         rather than group writable.  Patch by Juan F. Codagnone.
28587
28588         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28589         xrealloc, Instead, include "xalloc.h".
28590
28591         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28592         Remove explicit declarations of xmalloc, xrealloc,
28593         and xstrdup.  Instead, include "xalloc.h".
28594
28595         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28596         unlocked-io.h.
28597         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28598         Likewise.
28599         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28600
28601         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28602         Reported by Padraig Brady.
28603
28604         * lib/mkstemp.c: #undef mkstemp.
28605         Include config.h.
28606         (rpl_mkstemp): Rename from mkstemp.
28607         Protoize.
28608
28609 2001-11-16  Jim Meyering  <meyering@lucent.com>
28610
28611         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28612         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28613         determine the amount of total physical memory, use pstat_getstatic.
28614         HPUX-11 doesn't define _SC_PHYS_PAGES.
28615         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28616         If sysconf couldn't be used to determine the amount of available
28617         physical memory, use both pstat_getstatic and pstat_getdynamic.
28618         Based on a patch from Bob Proulx.
28619
28620 2001-11-10  Jim Meyering  <meyering@lucent.com>
28621
28622         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28623         (jm_PREREQ): Use it.
28624
28625 2001-11-09  Jim Meyering  <meyering@lucent.com>
28626
28627         * m4/jm-macros.m4: Require autoconf-2.52f.
28628         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28629         Use these AC_-prefixed names, not the AM_-prefixed ones.
28630
28631         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28632
28633 2001-11-05  Jim Meyering  <meyering@lucent.com>
28634
28635         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28636
28637 2001-11-04  Jim Meyering  <meyering@lucent.com>
28638
28639         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28640         $DEFS.
28641
28642 2001-11-03  Jim Meyering  <meyering@lucent.com>
28643
28644         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28645         of AC_DEFUN.
28646
28647         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28648         know the name of the variable in the macro definition.
28649
28650 2001-11-03  Jim Meyering  <meyering@lucent.com>
28651
28652         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28653         in argmatch_to_argument call.
28654
28655         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28656         argument.
28657
28658         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28659         e.g., a fault due to an attempt to free a NULL pointer.
28660
28661 2001-11-01  Jim Meyering  <meyering@lucent.com>
28662
28663         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28664         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28665
28666 2001-11-01  Jim Meyering  <meyering@lucent.com>
28667
28668         * lib/dirfd.c, lib/dirfd.h: New files.
28669         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28670
28671         * lib/hash.c (hash_print) [TESTING]: Clean up.
28672
28673 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28674
28675         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28676         to avoid a warning if -Wall.
28677
28678 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28679
28680         * README: New file
28681         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28682         (per RMS's instructions, this is now the canonical source)
28683         * lgpl/, gpl/: New directories.
28684
28685 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28686
28687         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28688
28689 2001-10-21  Jim Meyering  <meyering@lucent.com>
28690
28691         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28692         this code would end up calling gettext even in packages built
28693         with --disable-nls.
28694         * lib/getopt.c (_): Likewise.
28695         * lib/regex.c (_): Likewise.
28696
28697 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28698
28699         * m4/error.m4 (jm_PREREQ_ERROR):
28700         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28701         AC_FUNC_STRERROR_R does that.
28702         Check for strerror declaration.
28703
28704         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28705         are supposed to have them these days.
28706         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28707         Merge changes from latest Autoconf CVS.
28708         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28709         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28710         POSIX decided to standardize on the int flavor of strerror_r.
28711
28712 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28713
28714         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28715         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28716         Use strerror_r that is only a macro, even if it is not a function.
28717         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28718         (private_strerror): Use prototypes, not old-style function definition.
28719         (print_errno_message): New function.
28720         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28721         char*-flavored one.
28722         (error_tail, error, error_at_line): Use it.
28723
28724 2001-10-11  Jim Meyering  <meyering@lucent.com>
28725
28726         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28727         and quote_n (1, ... to avoid clobbering a buffer.
28728
28729 2001-10-05  Jim Meyering  <meyering@lucent.com>
28730
28731         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28732         hash-pjw.h.
28733         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28734         * lib/hash-pjw.h: New file.
28735
28736 2001-09-30  Jim Meyering  <meyering@lucent.com>
28737
28738         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28739         `struct fsstat' has the `f_fstypename' member.
28740         Use that to define FS_TYPE, which is now used to make
28741         the getfsstat link test tighter.
28742
28743 2001-09-30  Jim Meyering  <meyering@lucent.com>
28744
28745         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28746         Include <sys/ucred.h>, for Apple Darwin.
28747         Include sys/mount.h and sys/fs_types.h only if available.
28748         (FS_TYPE): Define.
28749         (read_filesystem_list): Use FS_TYPE.
28750
28751 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28752
28753         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28754         a boolean context.
28755
28756 2001-09-29  Jim Meyering  <meyering@lucent.com>
28757
28758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28759         [one-argument getmntent function]): Include stdio.h before mntent.h.
28760         SunOS 4.1.x needs it for the declaration of `FILE'.
28761         Patch by Volker Borchert.
28762
28763         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28764         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28765         sys/fs_types.h, and make the link-test for getfsstat guard #include
28766         directives with appropriate #if HAVE_*_H tests so that we can
28767         detect getfsstat on Apple Darwin1.3.7 systems.
28768         Reported by Nelson Beebe.
28769         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28770
28771 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28772
28773         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28774         #defines strtoimax.  Also treat the other strto* functions
28775         like strtoimax.
28776
28777         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28778         Check for strtoul and strtoumax,
28779         as those declarations are made even in the signed case.
28780         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28781         Likewise, for strtol and strtoimax.
28782
28783 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28784
28785         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28786         #defines strtoimax.  Also treat the other strto* functions
28787         like strtoimax.
28788
28789         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28790         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28791         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28792
28793 2001-09-26  Jim Meyering  <meyering@lucent.com>
28794
28795         Most macros in unlocked-io.h had the wrong number of arguments.
28796         * lib/gen-uio: New script.
28797         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28798         * lib/unlocked-io.hin: Remove file.
28799         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28800         rather than trying to embed it here.
28801         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28802         Reported by Padraig Brady.
28803
28804 2001-09-25  Volker Borchert  <bt@teknon.de>
28805
28806         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28807         `result'.
28808
28809 2001-09-24  Jim Meyering  <meyering@lucent.com>
28810
28811         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28812
28813 2001-09-23  Jim Meyering  <meyering@lucent.com>
28814
28815         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28816         instead of the mere test for existence of mntent.h.  The latter
28817         would get a false-positive on AIX 3.4 systems.
28818         In the outer getmntent if-block, don't die if neither of the getmntent
28819         tests succeeds.  Instead, just fall through and continue with the
28820         remaining tests.
28821
28822 2001-09-23  Jim Meyering  <meyering@lucent.com>
28823
28824         * lib/mountlist.c: Remove useless parentheses in #if directives.
28825         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28826         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28827
28828 2001-09-22  Jim Meyering  <meyering@lucent.com>
28829
28830         * m4/gettext.m4: New file.  From gettext.
28831         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28832         * m4/progtest.m4: Likewise
28833         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28834         * m4/glibc21.m4: Likewise.
28835
28836         * m4/libintl.m4: Remove.  No longer used.
28837
28838 2001-09-22  Jim Meyering  <meyering@lucent.com>
28839
28840         * lib/localcharset.c: Update from latest gettext.
28841         * lib/config.charset: Likewise.
28842
28843 2001-09-20  Jim Meyering  <meyering@lucent.com>
28844
28845         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28846         strtoimax.
28847         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28848         strtoumax.
28849
28850 2001-09-20  Jim Meyering  <meyering@lucent.com>
28851
28852         * lib/xstrtol.c (strtoimax): Guard declaration with
28853         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28854         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28855         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28856         (strtoumax): Likewise, for completeness (it wasn't necessary).
28857
28858 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28859
28860         * lib/strtoimax.c (HAVE_LONG_LONG):
28861         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28862         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28863         to work around bug in IBM C compiler.
28864
28865 2001-09-17  Jim Meyering  <meyering@lucent.com>
28866
28867         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28868         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28869         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28870         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28871         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28872         whenever the right hand side need not be expanded by the shell.
28873
28874 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28875
28876         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28877         library.  It's not correct, as some older glibcs are buggy.
28878         fnmatch wasn't fixed until glibc 2.2.
28879
28880         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28881         special shell magic here.
28882
28883 2001-09-16  Jim Meyering  <meyering@lucent.com>
28884
28885         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28886         * m4/jm-macros.m4: Require it.
28887
28888 2001-09-16  Jim Meyering  <meyering@lucent.com>
28889
28890         * lib/mkdir.c: New file.
28891
28892 2001-09-15  Jim Meyering  <meyering@lucent.com>
28893
28894         * m4/jm-macros.m4: Check for help2man.
28895
28896 2001-09-11  Jim Meyering  <meyering@lucent.com>
28897
28898         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28899         The body, by Paul Eggert, was moved here from configure.in.
28900         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28901
28902 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28903
28904         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28905         (jm_PREREQ): Use it.
28906
28907 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28908
28909         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28910         Use ssize_t, not int, to store result of readlink.
28911         Check for ssize_t overflow as well as size_t overflow,
28912         as POSIX says the result of readlink is implementation-defined
28913         when ssize_t overflows.
28914         Remove unnecessary cast to char*.
28915         Use free+malloc instead of realloc, as the storage doesn't need
28916         to be preserved and it's clearer and can be more efficient that way.
28917         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28918         * lib/xreadlink.h (xreadlink): Update prototype.
28919
28920 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28921
28922         * lib/xgetcwd.c: Revert some of the previous change; intead,
28923         fix the HAVE_GETCWD_NULL code to behave more like the
28924         !HAVE_GETCWD_NULL code used to.
28925
28926         Include "xalloc.h".
28927         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28928         invoke xalloc_die.
28929
28930 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28931
28932         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28933         sys/param.h, as pathmax.h includes them.
28934
28935 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28936
28937         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28938         (jm_PREREQ_XGETCWD): New macro.
28939
28940         * m4/getcwd.m4: New file.
28941
28942 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28943
28944         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28945         like the HAVE_GETCWD_NULL code.
28946         Include pathmax.h if not HAVE_GETCWD.
28947         Do not include xalloc.h.
28948         (INITIAL_BUFFER_SIZE): New symbol.
28949         Do not use xmalloc / xrealloc, since the caller is responsible for
28950         handling errors.  Preserve errno around `free' during failure.
28951         Do not overrun buffer when using getwd.
28952
28953 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28954
28955         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28956         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28957         getcwd (NULL, 0).
28958
28959 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28960
28961         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28962         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28963         spotted by Jim Meyering.
28964
28965 2001-09-03  Jim Meyering  <meyering@lucent.com>
28966
28967         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28968         failure.
28969
28970 2001-09-02  Jim Meyering  <meyering@lucent.com>
28971
28972         * lib/error.c: Update from GNU libc.
28973
28974 2001-09-01  Jim Meyering  <meyering@lucent.com>
28975
28976         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28977         Used by df.
28978
28979 2001-09-01  Jim Meyering  <meyering@lucent.com>
28980
28981         * lib/xreadlink.c: New file.
28982         * lib/xreadlink.h: New file.
28983         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28984         xreadlink.h.
28985
28986         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28987         doesn't conflict with sparc Solaris 7's definition in
28988         /usr/include/sys/int_types.h.
28989
28990         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28991         files.
28992         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28993         and strncasecmp as r-values.  Unixware didn't have declarations.
28994
28995 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28996
28997         * lib/xstrtol.h: Add copyright notice.
28998         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28999         LONGINT_INVALID_SUFFIX_CHAR.
29000
29001 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29002
29003         * lib/xstrtol.c (strtoimax): New decl.
29004
29005 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29006
29007         * lib/xgetcwd.c: Don't include pathmax.h.
29008         Include stdlib.h and unistd.h if available.
29009         Include xalloc.h.
29010         (xmalloc, xstrdup, free): Remove decls.
29011         (xgetcwd): Don't assume sizes fit in unsigned.
29012         Check for overflow when computing sizes.
29013         Simplify reallocation code.
29014
29015 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29016
29017         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29018         a directory's st_size can have an arbitrary value, so the old
29019         usage could waste an arbitrary amount of memory.  All uses
29020         changed.
29021         * lib/savedir.h: Update prototype.
29022
29023 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29024
29025         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29026
29027         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29028         old strtoimax.c.
29029
29030         Also, make the following further changes to make this file's
29031         configuration more similar to that of strtol.c:
29032         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29033         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29034         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29035         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29036         changed to signed values.
29037
29038         And make the following changes as well:
29039         Fix copyright notice, as 1999 was missing.
29040         (verify): New macro.
29041         (strtoimax): Check sizes at compile-time, not run-time.
29042         Prefer strtol to strtoll if both work.
29043         (main): Remove; it was not that useful and was a pain to maintain.
29044
29045         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29046
29047 2001-08-31  Jim Meyering  <meyering@lucent.com>
29048
29049         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29050         Use an initial, malloc'd, buffer of length 128 rather than
29051         a statically allocated one of length 1024.
29052
29053 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29054
29055         Simplify code, partly by assuming autoconf 2.52 semantics.
29056
29057         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29058
29059         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29060         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29061         All uses removed.
29062         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29063         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29064         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29065         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29066         jm_AC_HEADER_INTTYPES_H.
29067         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29068
29069         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29070
29071         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29072         Quote first arg of AC_DEFUN.
29073         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29074         since they are needed to parse the include file even if we need
29075         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29076         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29077         but with opposite signedness.
29078
29079 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29080
29081         Merge 'exclude' changes from tar 1.13.22.
29082         This fixes one or two unlikely storage allocation overflow bugs,
29083         but doesn't change user-visible behavior otherwise.
29084
29085 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29086
29087         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29088         (jm_PREREQ_EXCLUDE): New macro.
29089
29090 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29091
29092         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29093         tm to be declared.
29094
29095 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29096
29097         * lib/hash.c: Remove '2001' from copyright notice.
29098
29099 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29100
29101         * lib/full-write.h: New file.
29102         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29103         * lib/full-write.c: Correct credits, as cccp.c no longer
29104         exists and anyway it was so heavily changed from the old cccp
29105         code as to be unrecognizable.  Include full-write.h.
29106         (full_write) Return size_t, with short writes meaning failure.
29107         All callers changed.  This fixes a bug with large buffers
29108         on 64-bit hosts.
29109         * lib/utime.c: Include full-write.h.
29110
29111 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29112
29113         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29114         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29115         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29116         Include if available.
29117         (<xalloc.h>): Include
29118         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29119         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29120         collide with FNM macros.
29121         (struct patopts): New struct.
29122         (struct exclude): Use it, as exclude patterns now come with options.
29123         (new_exclude): Support above changes.
29124         (new_exclude, add_exclude_file):
29125         Initial size must now be a power of two to simplify overflow checking.
29126         (free_exclude, fnmatch_no_wildcards): New function.
29127         (excluded_filename): No longer requires options arg, as the options
29128         are determined by add_exclude.  Now returns bool, not int.
29129         (excluded_filename, add_exclude):
29130         Add support for the fancy new exclusion options.
29131         (add_exclude, add_exclude_file): Now takes int options arg.
29132         Check for arithmetic overflow when computing sizes.
29133         (add_exclude_file): xrealloc might modify errno, so don't
29134         realloc until after errno might be used.
29135
29136         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29137         New macros.
29138         (free_exclude): New decl.
29139         (add_exclude, add_exclude_file): Now takes int options arg.
29140         (excluded_filename): No longer requires options arg, as the options
29141         are determined by add_exclude.  Now returns bool, not int.
29142
29143 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29144
29145         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29146
29147 2001-08-27  Jim Meyering  <meyering@lucent.com>
29148
29149         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29150
29151         * lib/version-etc.c (N_): Remove definition.
29152         Revert most of last change.
29153         Instead, simply don't mark the `Copyright...' string for translation.
29154         Based on advice from Paul Eggert.
29155
29156         * lib/strtoxmax.c: Tweak comment.
29157
29158 2001-08-26  Jim Meyering  <meyering@lucent.com>
29159
29160         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29161
29162         * m4/xstrtoimax.m4: New file.
29163         * m4/xstrtoumax.m4: Add comments explaining why we
29164         AC_REPLACE_FUNCS(strtol).
29165
29166 2001-08-26  Jim Meyering  <meyering@lucent.com>
29167
29168         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29169         of copyright with `%s' so translators don't get an untranslated
29170         message in 2002.
29171         (COPYRIGHT_YEAR): Define.
29172         (version_etc): Use fprintf rather than fputs.
29173         Suggestion from Ulrich Drepper.
29174
29175         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29176
29177         * lib/strtoll.c: New file, from GNU libc.
29178         * lib/xstrtoimax.c: New file.
29179
29180         * lib/xstrtol.h: Add xstrtoimax.
29181         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29182         * lib/strtoimax.c: New file.  Likewise, but first define
29183         STRTOUXMAX_SIGNED.
29184
29185         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29186         ...
29187         * lib/strtoxmax.c: ... then renamed to this.
29188
29189 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29190
29191         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29192         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29193         (jm_AC_TYPE_INTMAX_T): New macro.
29194         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29195
29196         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29197
29198         * m4/longlong.m4: Renamed from ulonglong.m4.
29199         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29200         * m4/uintmax_t.m4: Removed.
29201
29202 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29203
29204         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29205         Port to Solaris 8, where 'sed' requires a space after the 'r'
29206         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29207         Redirect output to $tmp just once.
29208
29209 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29210
29211         * lib/addext.c (<errno.h>): Include.
29212         (errno): Declare if not defined.
29213         (addext): Work correctly when pathconf returns -1 and leaves
29214         errno alone because there is no limit.  Also, work even if
29215         pathconf returns a value greater than SIZE_MAX.
29216
29217 2001-08-12  Jim Meyering  <meyering@lucent.com>
29218
29219         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29220         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29221         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29222         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29223         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29224         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29225         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29226         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29227         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29228         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29229         utime.m4, utimes.m4, xstrtoumax.m4:
29230         Quote the first argument in each use of AC_DEFUN.
29231
29232 2001-08-12  Jim Meyering  <meyering@lucent.com>
29233
29234         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29235         Simply `return getcwd (NULL, 0);'.
29236         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29237         Use 1300 as initial value for length, not PATH_MAX.
29238
29239         * lib/pathmax.h: Clean up cpp syntax.
29240
29241 2001-08-12  Jim Meyering  <meyering@lucent.com>
29242
29243         * lib/gettimeofday.c: New file.
29244         * lib/gtod.h: New file.
29245         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29246
29247 2001-08-05  Jim Meyering  <meyering@lucent.com>
29248
29249         * m4/jm-macros.m4: Require autoconf-2.52.
29250
29251 2001-08-04  Jim Meyering  <meyering@lucent.com>
29252
29253         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29254         stmt, to get in sync with glibc.
29255
29256 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29257
29258         The following changes are from gettext 0.10.39 as maintained by
29259         Bruno Haible.
29260
29261         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29262         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29263         with inverted sense.  All uses changed.
29264
29265         * lib/mbswidth.c: Don't include <limits.h>.
29266         Include <stdlib.h> and <string.h> unconditionally.
29267         (iswcntrl, mbsinit, ISCNTRL): New macros.
29268         (mbsnwidth): Use K&R style function declarations.
29269         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29270         can optimize it when MB_CUR_MAX == 1.
29271         The width of control characters is zero, not 1.
29272
29273 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29274
29275         The following changes are from gettext 0.10.39 as maintained by
29276         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29277
29278         * m4/codeset.m4: Upgrade to serial AM1.
29279         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29280         all uses changed.  Quote first arg of AC_DEFUN.
29281         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29282
29283         * m4/iconv.m4: Upgrade to serial AM2.
29284         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29285         Add --with-libconv-prefix.
29286         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29287         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29288         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29289         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29290         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29291
29292         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29293         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29294         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29295         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29296         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29297         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29298         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29299         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29300         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29301
29302         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29303         string.h any more.
29304
29305         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29306         not the default value.
29307
29308         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29309         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29310         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29311         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29312         Also check for iswcntrl, used for wcwidth fallback.
29313         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29314         to Autoconf 2.13.
29315
29316 2001-08-03  Jim Meyering  <meyering@lucent.com>
29317
29318         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29319         as it was in the original.  Reported by Paul Eggert.
29320
29321 2001-07-16  Jim Meyering  <meyering@lucent.com>
29322
29323         * m4/gettimeofday.m4: New file.
29324         Prompted by a report from Bernhard Baehr.
29325
29326 2001-07-15  Jim Meyering  <meyering@lucent.com>
29327
29328         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29329         stuff. Now it's in ../Makefile.cfg.
29330
29331 2001-07-15  Jim Meyering  <meyering@lucent.com>
29332
29333         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29334         (BUILT_SOURCES): Add unlocked-io.h.
29335         (io_functions): Define.
29336         (unlocked-io.h): New rule.
29337         (DISTCLEANFILES): Add unlocked-io.h.
29338         (all-local): Depend on unlocked-io.h, to ensure it is created.
29339
29340         * lib/unlocked-io.hin: New file
29341
29342         * lib/regex.c: Update from glibc.
29343
29344 2001-07-05  Jim Meyering  <meyering@lucent.com>
29345
29346         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29347         recommendation.
29348         (libfetish_a_SOURCES): Put all .h files here instead.
29349         Remove a thus-exposed (better checks in automake) duplicate and
29350         two unnecessary .h files.
29351
29352 2001-07-04  Jim Meyering  <meyering@lucent.com>
29353
29354         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29355         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29356         distcheck failure.
29357
29358 2001-07-02  Jim Meyering  <meyering@lucent.com>
29359
29360         The following changes were prompted by suggestions from Bruno Haible.
29361
29362         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29363         is now generated.
29364         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29365         definition of EXTRA_DIST.
29366         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29367         ensure that the generated file is created/updated whenever the list
29368         of $(unlocked_functions) is changed.
29369         (jm-glibc-io.m4): New rule.
29370         (unlocked-io.h): New rule -- currently unused.
29371
29372 2001-06-24  Jim Meyering  <meyering@lucent.com>
29373
29374         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29375         unmatched right bracket, rather than kludging it with an extra,
29376         falsely-matching quote in a comment.  Patch by Akim Demaille.
29377
29378 2001-06-11  Jim Meyering  <meyering@lucent.com>
29379
29380         * lib/regex.c: Update from GNU libc.
29381
29382 2001-05-27  Jim Meyering  <meyering@lucent.com>
29383
29384         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29385         Check for ut_type in struct utmp.
29386
29387 2001-05-27  Jim Meyering  <meyering@lucent.com>
29388
29389         * lib/readutmp.h (UT_TYPE): Define.
29390
29391 2001-05-24  Jim Meyering  <meyering@lucent.com>
29392
29393         * lib/argmatch.c: Include "quote.h".
29394         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29395         quote function.  Reported by Göran Uddeborg.
29396
29397 2001-05-22  Jim Meyering  <meyering@lucent.com>
29398
29399         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29400         now that we use the package-supplied version unconditionally.
29401         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29402
29403 2001-05-21  Jim Meyering  <meyering@lucent.com>
29404
29405         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29406         shell syntax errors.
29407
29408 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29409
29410         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29411
29412 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29413
29414         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29415         Don't bother to check library strftime, since
29416         we'll be using our own my_strftime function anyway.
29417         Define my_strftime instead of strftime.
29418
29419 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29420
29421         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29422         which is not yet declared.
29423
29424 2001-05-15  Jim Meyering  <meyering@lucent.com>
29425
29426         * m4/regex.m4: Use proper quoting so brackets appear in the test
29427         program.
29428         Reported by, and with help from, Bruno Haible.
29429
29430 2001-05-13  Jim Meyering  <meyering@lucent.com>
29431
29432         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29433         undefined.
29434
29435 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29436
29437         dirname code cleanup.  base_name now behaves more compatibly
29438         with POSIX basename when given file names that have trailing
29439         slashes, and similarly for dir_name.  Add new primitives
29440         base_len and dir_len.  Put the directory-name-related decls
29441         into dirname.h.
29442
29443         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29444         * lib/backupfile.c (base_name): Likewise.
29445         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29446         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29447         * lib/makepath.c (strip_trailing_slashes): Likewise.
29448         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29449         ISSLASH): Likewise.
29450         * lib/rename.c (strip_trailing_slashes): Likewise.
29451         * lib/same.c (base_name): Likewise.
29452         * lib/stripslash.c (ISSLASH): Likewise.
29453
29454         * lib/addext.c: Include <dirname.h> after size_t is defined.
29455         * lib/backupfile.c: Likewise.
29456
29457         * lib/addext.c (addext): Use base_len to trim redundant
29458         trailing slashes instead of doing it ourselves.
29459         But do not trim the last slash if it is not redundant.
29460
29461         * lib/backupfile.c (find_backup_file_name,
29462         max_backup_version): Use base_len instead of rolling it ourselves.
29463         Handle the case of "" and (on DOS) "C:" correctly.
29464
29465         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29466         needed. Include <string.h>, <dirname.h>.
29467         (base_name): Allow file names ending in slashes, other than names
29468         that are all slashes.  In this case, return the basename followed
29469         by the slashes.  This is more general, and can be used in places
29470         where the original base_name purposely had an assertion failure.
29471         (base_len): New function.
29472
29473         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29474         Do not include <assert.h>; no longer needed.
29475         Include xalloc.h.
29476         (memrchr): Remove decl.
29477         (dir_name_r): Remove.
29478         (dir_len): Renamed from dirlen.  All callers changed.
29479         Rewrite in terms of base_name, for simplicity and consistency.
29480         (dir_name): Never return NULL.  All callers changed.
29481         Do not include <stdlib.h> in test program; no longer needed.
29482         return 0; is fine for test program.
29483
29484         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29485         New macros.
29486         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29487
29488         * lib/path-concat.c (path_concat): Use base_len to compute
29489         base length, not strlen; this means we cannot rely on memcpy
29490         to null-terminate.
29491
29492         * lib/same.c (STREQ): Remove.
29493         (same_name): Handle the case where the basename ends in trailing '/'.
29494
29495         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29496         a slash was stripped.  Do not strip the last slash after a
29497         file system prefix.
29498
29499 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29500
29501         * lib/Makefile.am (libfetish_a_SOURCES):
29502         Add strftime.c, since we now compile it on all hosts.
29503
29504         * lib/strftime.c (my_strftime):
29505         Define to nstrftime if emacs, but only if my_strftime is not defined.
29506         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29507         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29508         Add one more extra argument: a nanoseconds value.
29509         All uses changed.
29510         (ns): New macro.
29511         (my_strftime function): Add %N format.
29512         (emacs_strftimeu): Renamed from emacs_strftime,
29513         with extra ut argument.
29514
29515 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29516
29517         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29518
29519 2001-04-21  Jim Meyering  <meyering@lucent.com>
29520
29521         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29522         doesn't interfere.
29523
29524 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29525
29526         * m4/ftruncate.m4: Check for chsize.
29527         Link with ftruncate.o unconditionally if ftruncate is missing.
29528         This was required when cross-compiling to i586-mingw32msvc.
29529
29530 2001-04-08  Jim Meyering  <meyering@lucent.com>
29531
29532         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29533         recomputed; that's necessary when the offset spans a DST transition.
29534         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29535
29536 2001-04-02  Jim Meyering  <meyering@lucent.com>
29537
29538         * lib/regex.h, regex.c: Update from GNU libc.
29539
29540 2001-03-24  Jim Meyering  <meyering@lucent.com>
29541
29542         * m4/jm-macros.m4: Require autoconf-2.49d.
29543
29544 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29545
29546         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29547
29548 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29549
29550         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29551
29552 2001-03-17  Jim Meyering  <meyering@lucent.com>
29553
29554         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29555         now that the version in autoconf is equivalent.
29556         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29557
29558         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29559         Suggestion from Akim Demaille.
29560
29561         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29562         (jm_PREREQ_TEMPNAME): New function.
29563
29564 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29565
29566         * lib/tempname.c (uint64_t): Define to uintmax_t if
29567         not defined, and if UINT64_MAX is not defined.
29568         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29569         Reported by John David Anglin.
29570
29571 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29572
29573         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29574         resolve alias if codeset is empty.
29575         * lib/config.charset (BeOS): Use wildcard syntax.
29576
29577 2001-03-13  Jim Meyering  <meyering@lucent.com>
29578
29579         * lib/path-concat.c (path_concat)
29580         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29581         concatenating e.g., `C:' and `foo'.
29582         From Bruno Haible.
29583
29584 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29585
29586         * lib/localcharset.c (locale_charset): Don't use
29587         setlocale(LC_CTYPE,NULL). Don't return NULL.
29588         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29589
29590 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29591
29592         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29593         support for DOS/DJGPP.
29594
29595 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29596
29597         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29598         lacks mkstemp.  Compile our own tempname.c if we compile our own
29599         mkstemp.c, as mkstemp relies on tempname.
29600
29601 2001-03-01  Jim Meyering  <meyering@lucent.com>
29602
29603         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29604         AH_VERBATIM really does output its argument verbatim.
29605
29606 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29607
29608         * lib/Makefile.am (libfetish_a_SOURCES):
29609         Add dup-safer.c, fopen-safer.c.
29610         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29611
29612         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29613         * lib/unistd-safer.h: New files.
29614
29615 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29616
29617         The mkstemp replacement is taken from glibc 2.2.2, with some
29618         portability fixes for use outside glibc, as follows:
29619
29620         * lib/tempname.c (struct_stat64): New macro.
29621         (direxists, __gen_tempname): Use it.
29622         This avoids a portability problem with Solaris 8.
29623
29624         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29625         (<stddef.h>, <stdint.h>, <string.h>):
29626         Include only if STDC_HEADERS || _LIBC.
29627         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29628         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29629         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29630         (__set_errno): Define this macro if <errno.h> doesn't.
29631         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29632         Define these macros if <stdio.h> doesn't.
29633         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29634         Define these macros if <sys/stat.h>
29635         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29636         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29637         __xstat64): Define if not _LIBC.
29638         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29639         (__gen_tempname): Invoke gettimeofday only if
29640         HAVE_GETTIMEOFDAY || _LIBC;
29641         otherwise, fall back on plain "time".
29642         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29643
29644         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29645
29646         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29647
29648 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29649
29650         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29651
29652 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29653
29654         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29655         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29656         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29657         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29658
29659 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29660
29661         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29662         Remove workaround macros for hosts that have mbrtowc but not
29663         mbstate_t, as we now insist on proper declarations for both
29664         before using mbrtowc.
29665
29666 2001-02-17  Jim Meyering  <meyering@lucent.com>
29667
29668         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29669         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29670         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29671         UnixWare 7.1.1.
29672
29673         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29674         rather than AC_CACHE_VAL.
29675
29676 2001-02-17  Jim Meyering  <meyering@lucent.com>
29677
29678         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29679         around included file name.
29680
29681         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29682
29683         * lib/strftime.c: Update from GNU libc (the only changes were to
29684         comments).
29685
29686 2001-02-17  Jim Meyering  <meyering@lucent.com>
29687
29688         * lib/regex.c: Update from libc.
29689
29690 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29691
29692         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29693         clash.
29694
29695 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29696
29697         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29698         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29699         Reported by Mark Hounschell via Paul Eggert.
29700
29701 2001-02-07  Jim Meyering  <meyering@lucent.com>
29702
29703         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29704
29705 2001-02-05  Jim Meyering  <meyering@lucent.com>
29706
29707         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29708         it includes the patch required for `large file' support with at least
29709         HP-UX's 10.20 /bin/cc.
29710
29711 2001-02-03  Jim Meyering  <meyering@lucent.com>
29712
29713         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29714         AS_IF, now that it works once again (mysteriously).
29715         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29716
29717 2001-01-30  Jim Meyering  <meyering@lucent.com>
29718
29719         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29720         * m4/chown.m4: Rename conftestchown to conftest.chown.
29721         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29722         s/conftestdir2/conftest.d2/.
29723         * m4/utimes.m4: s/conftestdata/conftest.data/
29724         Inspired by Pavel Roskin's change in autoconf.
29725
29726 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29727
29728         * lib/config.charset: Update for FreeBSD 4.2.
29729
29730 2001-01-27  Jim Meyering  <meyering@lucent.com>
29731
29732         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29733         a use of AS_IF.
29734         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29735
29736 2001-01-26  Jim Meyering  <meyering@lucent.com>
29737
29738         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29739         quotearg.c includes it.
29740
29741 2001-01-26  Jim Meyering  <meyering@lucent.com>
29742
29743         * lib/quotearg.c: Include stddef.h.
29744         * lib/quote.c: Include stddef.h.
29745         Reported by Axel Kittenberger.
29746
29747         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29748         line in double quotes so that it evokes a better diagnostic.
29749         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29750         Reported by Axel Kittenberger.
29751
29752 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29753
29754         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29755         as if it was a `charset'.
29756
29757 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29758
29759         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29760         has const.
29761
29762 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29763
29764         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29765         to avoid a warning.  Add back 'const' to inptr.
29766
29767 2001-01-20  Jim Meyering  <meyering@lucent.com>
29768
29769         Be sure that headers are checked before used in code compiled
29770         for the type checks.
29771         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29772         In place of that, invoke jm_CHECK_ALL_TYPES.
29773         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29774         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29775         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29776         The check for ssize_t was mistakenly run before the test for unistd.h.
29777
29778         The configure-time check for stdbool.h was missing.
29779         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29780         (jm_PREREQ_HASH): New function.
29781
29782 2001-01-17  Jim Meyering  <meyering@lucent.com>
29783
29784         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29785         for autoconf-2.49c.
29786         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29787
29788 2001-01-16  Jim Meyering  <meyering@lucent.com>
29789
29790         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29791         From Bruno Haible.
29792
29793 2001-01-14  Jim Meyering  <meyering@lucent.com>
29794
29795         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29796         foo and bar.  Create conftestdir/ in the script, not in the C code.
29797         Remove directories in the script, not in the C code.
29798         Remove conftestdir{,2} before trying to create the directory.
29799         Make the entire configure script fail if the mkdir fails.
29800
29801 2001-01-14  Jim Meyering  <meyering@lucent.com>
29802
29803         * lib/rename.c: New file.  From Volker Borchert.
29804         Include stdlib.h, string.h or strings.h, and xalloc.h.
29805         Use strip_trailing_slashes rather than open-coding it.
29806
29807 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29808
29809         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29810
29811 2001-01-03  Jim Meyering  <meyering@lucent.com>
29812
29813         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29814         of local `inptr' to avoid warning with some system declarations of
29815         iconv.
29816
29817 2001-01-02  Volker Borchert  <bt@teknon.de>
29818
29819         * m4/rename.m4: New file.
29820         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29821
29822 2001-01-01  Jim Meyering  <meyering@lucent.com>
29823
29824         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29825         even on systems with utmpx.h.  It's necessary for the declaration of
29826         utmp's ut_user member.  Reported by Andreas Jaeger.
29827
29828         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29829         available. They are required for the declarations of getgrgid and
29830         getpwuid resp.
29831         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29832         Reported by Andreas Jaeger.
29833
29834 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29835
29836         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29837         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29838         so `make install' also works in VPATH builds.
29839
29840 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29841
29842         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29843         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29844         can be used in subdirectories.
29845
29846 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29847
29848         * lib/modechange.c: Do not assume that mode_t uses the
29849         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29850         the other-execute bit of FOO even if S_IXOTH != 1.
29851
29852         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29853         WOTH, XOTH, ALLM): New macros.
29854         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29855          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29856         Use them.
29857         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29858         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29859         (mode_compile):
29860         No need to use uintmax_t; unsigned long is long enough.
29861         Don't bother to get suffix since we don't use it.
29862
29863 2000-12-26  Jim Meyering  <meyering@lucent.com>
29864
29865         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29866         better with autoheader.
29867
29868 2000-12-24  Jim Meyering  <meyering@lucent.com>
29869
29870         * lib/hash.c (is_prime): Return explicit boolean values.
29871         (hash_get_first): Return NULL to appease Irix5.6's 89.
29872         Reported by Nelson Beebe.
29873
29874 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29875
29876         * lib/localcharset.c (locale_charset): Add support for Win32.
29877
29878 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29879
29880         * lib/physmem.h, lib/physmem.c: New files.
29881
29882         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29883         (noinst_HEADERS): Add physmem.h.
29884
29885         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29886         't' for compatibility with Solaris 8 sort.
29887
29888 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29889
29890         * lib/config.charset: Add support for BeOS.
29891
29892 2000-12-17  Jim Meyering  <meyering@lucent.com>
29893
29894         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29895         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29896
29897 2000-12-16  Jim Meyering  <meyering@lucent.com>
29898
29899         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29900         N and M) would have treated it like `chown N:N FILE'.
29901
29902         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29903
29904 2000-12-16  Jim Meyering  <meyering@lucent.com>
29905
29906         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29907         SHELLS_FILE to a file name that's useful on djgpp systems.
29908         Include stdlib.h.
29909         (ADDITIONAL_DEFAULT_SHELLS): Define.
29910         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29911         Based mostly on a patch from Prashant TR.
29912
29913 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29914
29915         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29916         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29917         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29918
29919 2000-12-08  Andreas Schwab  <schwab@suse.de>
29920
29921         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29922         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29923
29924 2000-12-07  Jim Meyering  <meyering@lucent.com>
29925
29926         * lib/stripslash.c (ISSLASH): Define.
29927         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29928         `/'.
29929         From Prashant TR.
29930
29931         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29932         (dir_name_r): Declare this function as static.
29933         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29934         manifest itself on a name containing a mix of slashes and
29935         backslashes.
29936         Make this function work with names starting with a DOS-style
29937         drive letter and colon prefix.
29938         (dir_name): Append `.' if necessary.
29939         Based mostly on patches from Prashant TR and Eli Zaretskii.
29940
29941         * lib/dirname.h (dir_name_r): Remove prototype.
29942
29943 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29944
29945         * m4/off_t-format.m4: Remove this file.
29946         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29947
29948 2000-12-06  Jim Meyering  <meyering@lucent.com>
29949
29950         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29951         replacement strtoull, we may well need the replacement strtoul, too.
29952         Check for declarations of strtoul and strtoull.
29953         Check for strtol.  Mainly as a cue to cause automake to include
29954         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29955         Check for limits.h -- strtol.c needs it.
29956
29957 2000-12-05  Jim Meyering  <meyering@lucent.com>
29958
29959         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29960
29961 2000-12-04  Jim Meyering  <meyering@lucent.com>
29962
29963         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29964         Also include memory.h, stdlib.h, unistd.h if appropriate.
29965         Reported by Andreas Jaeger (conflicting declaration of malloc).
29966
29967 2000-12-02  Jim Meyering  <meyering@lucent.com>
29968
29969         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29970         * m4/jm-macros.m4 (jm_MACROS): require it.
29971
29972 2000-12-02  Jim Meyering  <meyering@lucent.com>
29973
29974         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29975
29976 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29977
29978         * lib/memrchr.c: Include <config.h> before any system include file.
29979
29980 2000-11-30  Jim Meyering  <meyering@lucent.com>
29981
29982         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29983
29984 2000-11-30  Jim Meyering  <meyering@lucent.com>
29985
29986         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29987
29988 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29989
29990         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29991
29992 2000-11-26  Jim Meyering  <meyering@lucent.com>
29993
29994         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29995
29996 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29997
29998         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29999         size of (size_t) -1; it's not portable.
30000
30001 2000-11-17  Jim Meyering  <meyering@lucent.com>
30002
30003         * lib/strstr.c: Update from GNU libc.
30004
30005 2000-11-17  Akim Demaille  <akim@epita.fr>
30006
30007         * lib/obstack.h: Formatting changes.
30008         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30009         prevent type checking.
30010         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30011         cast the value to (void *): assigning a `foo *' to a `void *'
30012         variable is valid.
30013         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30014
30015 2000-11-16  Jim Meyering  <meyering@lucent.com>
30016
30017         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30018
30019 2000-11-11  Jim Meyering  <meyering@lucent.com>
30020
30021         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30022
30023 2000-11-10  Jim Meyering  <meyering@lucent.com>
30024
30025         * lib/obstack.h: Update from GNU libc.
30026         * lib/obstack.c: Likewise.
30027
30028 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30029
30030         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30031
30032 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30033
30034         * lib/getusershell.c (setusershell): Use rewind rather than
30035         fseek/fseeko, to avoid configuration hassles with fseeko.
30036         Don't bother opening SHELLS_FILE if shellstream is NULL;
30037         it's not necessary.
30038
30039 2000-11-05  Jim Meyering  <meyering@lucent.com>
30040
30041         * lib/makepath.h (make_dir): Declare.
30042         * lib/makepath.c (make_dir): Remove `static' attribute.
30043         Tweak a comment.
30044
30045 2000-11-04  Jim Meyering  <meyering@lucent.com>
30046
30047         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30048
30049 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30050
30051         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30052         last one in a bucket, advance to the next bucket.
30053
30054 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30055
30056         * lib/fnmatch.c: Do not comment out all the code if we are using
30057         the GNU C library, because in some cases we are replacing buggy
30058         code in the GNU C library itself.
30059
30060 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30061
30062         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30063         (regex_compile): Catch bogus \(\1\).
30064
30065 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30066
30067         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30068         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30069         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30070
30071 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30072
30073         * lib/error.h, getline.h, modechange.h:
30074         Remove "2000" from Copyright line, as the file hasn't been
30075         changed this year other than in the copyright notice.
30076
30077         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30078         was changed this year.
30079
30080 2000-10-29  Jim Meyering  <meyering@lucent.com>
30081
30082         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30083         renaming.
30084         * m4/ls-mntd-fs.m4: Likewise
30085
30086 2000-10-29  Jim Meyering  <meyering@lucent.com>
30087
30088         * lib/xstat.in: Fix grammar in comment.
30089
30090 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30091
30092         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30093         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30094         doesn't define __restrict_arr.
30095
30096 2000-10-28  Jim Meyering  <meyering@lucent.com>
30097
30098         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30099         (jm_PREREQ_MEMCHR): New function.
30100
30101 2000-10-28  Jim Meyering  <meyering@lucent.com>
30102
30103         * lib/memchr.c: Update from libc.
30104         Adjust for portability:
30105         [HAVE_STDLIB_H]: Include stdlib.h.
30106         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30107         Undef __memchr, too.
30108         [!weak_alias]: Define __memchr to memchr.
30109
30110         * lib/regex.c: Update from libc.
30111         * lib/regex.h: Likewise.
30112         * lib/getopt1.c: Likewise.
30113         * lib/memcmp.c: Likewise.
30114
30115         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30116         Avoid using fseek, when possible -- it's broken by design.
30117         Patch by Ulrich Drepper.
30118
30119 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30120
30121         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30122         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30123         Giving in to popular pressure to shut up the compiler with casts.
30124
30125 2000-10-26  Jim Meyering  <meyering@lucent.com>
30126
30127         * lib/strftime.c: Update from libc.
30128
30129 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30130
30131         * regex.c: More `unsigned char' -> `re_char' changes.
30132         Also change several `int' into `re_wchar_t'.
30133         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30134         (PUSH_FAILURE_POINTER): Don't cast any more.
30135         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30136         We want GCC to complain, since this piece of code makes
30137         re_match non-reentrant, which *should* be fixed.
30138         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30139         (EXTEND_BUFFER): Use RETALLOC.
30140         (SET_LIST_BIT): Don't cast.
30141         (re_wchar_t): New type.
30142         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30143         that those two functions will always properly return.
30144         (IMMEDIATE_QUIT_CHECK): Cast to void.
30145         (analyse_first): Use recursion rather than an explicit stack.
30146         (re_compile_fastmap): Can't fail anymore.
30147         (re_search_2): Don't check re_compile_fastmap for failure.
30148         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30149         Now also sets the new value (passed in a new argument).
30150         (re_match_2_internal): Use it.
30151         Also, use a new var `reg' of type size_t when looping through regs
30152         rather than reuse the inappropriate `mcnt'.
30153
30154 2000-10-25  Jim Meyering  <meyering@lucent.com>
30155
30156         * lib/obstack.c: Update from libc.
30157
30158 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30159
30160         * regex.c (regex_compile): Change the way of handling a range from
30161         a char less than 256 to a char not less than 256.
30162
30163 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30164
30165         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30166         NT-Emacs only.
30167         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30168         so that re_search functions only quit when callers expect them to.
30169
30170 2000-10-23  Jim Meyering  <meyering@lucent.com>
30171
30172         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30173         wrong.  That set_locale call must not have any side effects.
30174         From Paul Eggert.
30175
30176 2000-10-22  Jim Meyering  <meyering@lucent.com>
30177
30178         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30179         [CYCLIC]: Remove now-unused definition.
30180
30181         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30182         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30183         Suggestion from Ulrich Drepper.
30184
30185 2000-10-21  Jim Meyering  <meyering@lucent.com>
30186
30187         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30188         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30189         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30190
30191 2000-10-21  Jim Meyering  <meyering@lucent.com>
30192
30193         * lib/dirname.c (memrchr): Declare if necessary.
30194         (dir_name): Remove the restriction that there be no
30195         trailing slashes.  Now, this code skips past them, effectively
30196         ignoring them.
30197         [TEST_DIRNAME] (main): New unit tests.
30198
30199         * lib/memrchr.c: New file from GNU libc.
30200         Undef __memrchr, too.
30201         [!weak_alias]: Define __memrchr to memrchr.
30202         Guard weak_alias use with `#ifdef weak_alias'.
30203
30204 2000-10-21  Jim Meyering  <meyering@lucent.com>
30205
30206         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30207         (dir_name): Use dir_name_r.
30208         * lib/dirname.h (dir_name_r): Declare it.
30209
30210 2000-10-17  Jim Meyering  <meyering@lucent.com>
30211
30212         * lib/quote.h (PARAMS): Define and use.
30213         Reported by Akim Demaille.
30214
30215         * lib/getopt.c: Update from libc.
30216
30217 2000-10-16  Jim Meyering  <meyering@lucent.com>
30218
30219         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30220         setlocale.
30221         From Jan Fedak.
30222
30223 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30224
30225         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30226
30227 2000-09-25  Jim Meyering  <meyering@lucent.com>
30228
30229         * lib/md5.h (rol): Define (from GnuPG).
30230
30231         * lib/sha.c: Give credit (GnuPG) where due.
30232         (M): Use rol rather than open-coding it.
30233         Add a FIXME comment.
30234
30235 2000-09-21  Jim Meyering  <meyering@lucent.com>
30236
30237         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30238         Reported by Michael Stone.
30239
30240 2000-09-20  Jim Meyering  <meyering@lucent.com>
30241
30242         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30243         (noinst_HEADERS): Add sha.h.
30244         Based on code from Scott G. Miller and from GnuPG.
30245
30246 2000-09-18  Jim Meyering  <meyering@lucent.com>
30247
30248         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30249         LIBS. Otherwise, everyone ends up linking with -lelf for some
30250         configurations.
30251         Reported by Mike Stone.
30252
30253 2000-09-15  Jim Meyering  <meyering@lucent.com>
30254
30255         * lib/regex.c: Update from libc.
30256
30257 2000-09-10  Jim Meyering  <meyering@lucent.com>
30258
30259         * lib/getopt.c (_getopt_internal): Update from glibc.
30260
30261 2000-09-09  Jim Meyering  <meyering@lucent.com>
30262
30263         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30264         think it should be used as a general replacement for isascii.
30265         * lib/fnmatch.c: Likewise.
30266         * lib/mbswidth.c: Likewise
30267         * lib/regex.c: Likewise.
30268
30269         Don't use atoi.
30270         * lib/userspec.c: Include sys/param.h and limits.h.
30271         Include xstrtol.h.
30272         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30273         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30274         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30275         UID, GID.  Check range.
30276
30277 2000-09-06  Jim Meyering  <meyering@lucent.com>
30278
30279         * lib/getopt.c (_getopt_internal): Update from glibc.
30280
30281 2000-08-30  Jim Meyering  <meyering@lucent.com>
30282
30283         * lib/strftime.c: Merge in changes from GNU libc.
30284
30285 2000-08-26  Jim Meyering  <meyering@lucent.com>
30286
30287         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30288         * m4/fpending.m4: New file.
30289
30290 2000-08-26  Jim Meyering  <meyering@lucent.com>
30291
30292         * lib/closeout.c: Include "__fpending.h".
30293         (close_stdout_status): Return right away if there's nothing to flush.
30294
30295         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30296         * lib/__fpending.c: New file.
30297         * lib/__fpending.h: New file.
30298
30299 2000-08-20  Jim Meyering  <meyering@lucent.com>
30300
30301         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30302         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30303         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30304
30305 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30306
30307         Improve fileutils installation on systems where running
30308         programs (like install) can't be unlinked.
30309         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30310         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30311
30312 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30313
30314         Standardize on "memory exhausted" instead of "Memory exhausted"
30315         or "virtual memory exhausted".
30316         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30317         "virtual memory exhausted".
30318         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30319         our own message.
30320         * lib/userspec.c (parse_user_spec): Likewise.
30321         * lib/bumpalloc.h: comment fix
30322         * lib/same.c, userspec.c: Include xalloc.h.
30323
30324         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30325         not char *const and pointing to a constant array.
30326         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30327         (xrealloc): Comment fix.
30328
30329         * lib/userspec.c (parse_user_spec):
30330         Don't translate a message until just before returning,
30331         to avoid unnecessary translation.
30332
30333 2000-08-07  Jim Meyering  <meyering@lucent.com>
30334
30335         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30336         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30337         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30338         getgroups.c, gethostname.c, getopt.h, group-member.c,
30339         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30340         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30341         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30342         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30343         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30344         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30345         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30346         yesno.c: Back out Copyright date changes for each file with no change
30347         this year.  This eases coordination with other programs using the same
30348         source code modules.  From Paul Eggert.
30349
30350 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30351
30352         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30353         not char, for compatibility with glibc 2.1.3 strftime.c.
30354
30355 2000-08-03  Greg McGary  <greg@mcgary.org>
30356
30357         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30358         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30359         (EXTEND_BUFFER): Use them.
30360
30361 2000-08-01  Jim Meyering  <meyering@lucent.com>
30362
30363         * lib/dirname.c (ISSLASH): Define.
30364         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30365         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30366         both `\' and `/' may be use as path separators.
30367         Based on a patch from Prashant TR.
30368
30369 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30370
30371         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30372         slot vector a constant, since it might get modified.
30373
30374 2000-07-31  Jim Meyering  <meyering@lucent.com>
30375
30376         * lib/xmalloc.c: Use `virtual memory exhausted', not
30377         `Memory exhausted'.
30378         * lib/obstack.c (print_and_abort): Likewise.
30379
30380 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30381
30382         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30383         buffer, so that the caller can always quote one small
30384         component of a "memory exhausted" message in slot 0.
30385         From a suggestion by Jim Meyering.
30386
30387 2000-07-30  Jim Meyering  <meyering@lucent.com>
30388
30389         * lib/makepath.c (make_path): Quote the other instance, too.
30390
30391         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30392         (STATIC_BUF_SIZE): Define.
30393         (quotearg_n_options): Use only statically allocated storage when
30394         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30395         than STATIC_BUF_SIZE.
30396
30397 2000-07-29  Jim Meyering  <meyering@lucent.com>
30398
30399         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30400         * lib/dirname.c (dir_name): Likewise.
30401
30402         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30403         `/'.
30404
30405         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30406         (dir_name): Assert that there are no trailing slashes.
30407
30408 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30409
30410         * lib/mbswidth.h (mbswidth): Add a flags argument.
30411         (mbswidth): New declaration.
30412         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30413         * lib/mbswidth.c (mbswidth): Add a flags argument.
30414         (mbsnwidth): New function.
30415
30416 2000-07-24  Jim Meyering  <meyering@lucent.com>
30417
30418         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30419
30420 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30421
30422         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30423
30424 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30425
30426         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30427         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30428         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30429         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30430         invoke multibyte primitives.
30431
30432 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30433
30434         * lib/quotearg.c:
30435         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30436         so that mbstate_t is always defined.
30437
30438         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30439         be 1 in at least one GCC installation, and this configuration
30440         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30441         performance on hosts that have mbrtowc but have only unibyte
30442         locales, but I assume these hosts are rare.
30443
30444 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30445
30446         * lib/mbswidth.c (_XOPEN_SOURCE):
30447         Don't define; this causes problems on Solaris 7.
30448         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30449
30450 2000-07-23  Jim Meyering  <meyering@lucent.com>
30451
30452         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30453         too: getgrgid, getpwuid, getuid.
30454
30455 2000-07-23  Jim Meyering  <meyering@lucent.com>
30456
30457         * lib/basename.c (base_name): Add an assertion.
30458
30459 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30460
30461         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30462         shadow its mbsinit function.
30463
30464 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30465
30466         * lib/mbswidth.h: New file.
30467         * lib/mbswidth.c: New file.
30468         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30469         (noinst_HEADERS): Add mbswidth.h.
30470
30471 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30472
30473         * lib/config.charset: Add support for FreeBSD. Improve support for
30474         HP-UX and IRIX 6.
30475
30476 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30477
30478         * m4/mbswidth.m4: New file.
30479         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30480
30481 2000-07-15  Jim Meyering  <meyering@lucent.com>
30482
30483         * lib/makepath.c: Include quote.h.
30484         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30485         corresponding argument in a `quote (...)' call.
30486         Give better diagnostics.
30487
30488         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30489         (noinst_HEADERS): Add quote.h.
30490
30491         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30492         from tar's src/misc.c.
30493         * lib/quote.h: New file.  Prototypes for same.
30494
30495 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30496
30497         From a suggestion by Bruno Haible.
30498         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30499         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30500         to decide whether to define the BeOS workaround macro;
30501         this adjusts to the change to AC_MBSTATE_T.
30502
30503 2000-07-14  Jim Meyering  <meyering@lucent.com>
30504
30505         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30506         jm_AC_TYPE_UINTMAX_T.
30507
30508 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30509
30510         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30511
30512         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30513         quotearg_buffer_restyled): Add support for
30514         clocale_quoting_style.  Undo previous change to
30515         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30516         and "{RIGHT QUOTATION MARK}" msgids.
30517
30518 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30519
30520         From a suggestion by Bruno Haible.
30521         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30522         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30523         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30524         and mbstate_t, to a single-part test that simply defines mbstate_t.
30525         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30526         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30527
30528 2000-07-10  Jim Meyering  <meyering@lucent.com>
30529
30530         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30531
30532         * m4/gnu-source.m4: Output to confdefs.h directly.
30533         Suggestion from Akim Demaille.
30534
30535 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30536
30537         The old behavior of quoting `like this' doesn't look good with
30538         newer, ISO-style fonts.  See:
30539         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30540
30541         Instead, quote "like this" by default.  Let the translator
30542         tailor the locale-specific quoting behavior by providing
30543         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30544
30545         * lib/quotearg.c (N_): New macro.
30546         (gettext_default): New function.
30547         (quotearg_buffer_restyled): Use
30548         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30549         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30550
30551 2000-07-09  Jim Meyering  <meyering@lucent.com>
30552
30553         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30554         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30555
30556         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30557         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30558
30559 2000-07-09  Jim Meyering  <meyering@lucent.com>
30560
30561         * lib/Most files: Update copyright dates to include 2000.
30562
30563 2000-07-08  Jim Meyering  <meyering@lucent.com>
30564
30565         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30566         if not defined.
30567         (xgethostname): Remove now-unnecessary #ifdef.
30568         Move declaration of `err' into loop where it's used.
30569
30570 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30571         and Bruno Haible  <haible@clisp.cons.org>
30572
30573         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30574         only if the test for an object-type mbstate_t fails.  This
30575         prevents us from mistakenly reporting that mbstate_t is a
30576         system object type after we "#define mbstate_t int" to work
30577         around its lack.
30578
30579 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30580         and Bruno Haible  <haible@clisp.cons.org>
30581
30582         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30583
30584 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30585
30586         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30587         to strerror_r.
30588         Include <ctype.h> for use of isalpha.
30589
30590 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30591
30592         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30593         by allocating a larger buffer. Test the gethostname return value for
30594         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30595         returns an error and ENAMETOOLONG isn't defined.
30596
30597 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30598
30599         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30600         dimension.
30601
30602 2000-07-04  Jim Meyering  <meyering@lucent.com>
30603
30604         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30605         of the deprecated AC_CHECKING.
30606
30607 2000-07-04  Jim Meyering  <meyering@lucent.com>
30608
30609         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30610         Reported by Bruno Haible.
30611
30612 2000-07-04  Jim Meyering  <meyering@lucent.com>
30613
30614         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30615         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30616         lacks mbrtowc.
30617
30618 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30619
30620         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30621         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30622
30623 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30624         and Bruno Haible  <haible@clisp.cons.org>
30625
30626         * lib/quotearg.c (mbrtowc):
30627         Assign to *pwc, and return 1 only if result is nonzero.
30628         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30629
30630 2000-07-03  Jim Meyering  <meyering@lucent.com>
30631
30632         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30633
30634 2000-07-03  Jim Meyering  <meyering@lucent.com>
30635
30636         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30637         This is necessary to get a definition of e.g., UTMP_FILE on
30638         HP-UX 10.20.
30639         From Bob Proulx.
30640
30641 2000-07-02  Jim Meyering  <meyering@lucent.com>
30642
30643         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30644
30645         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30646         AC_LIBOBJ(function_name).
30647         * m4/chown.m4: Likewise.
30648         * m4/fnmatch.m4: Likewise.
30649         * m4/ftruncate.m4: Likewise.
30650         * m4/getgroups.m4: Likewise.
30651         * m4/getline.m4: Likewise.
30652         * m4/group-member.m4: Likewise.
30653         * m4/jm-macros.m4: Likewise.
30654         * m4/lstat.m4: Likewise.
30655         * m4/malloc.m4: Likewise.
30656         * m4/memcmp.m4: Likewise.
30657         * m4/nanosleep.m4: Likewise.
30658         * m4/putenv.m4: Likewise.
30659         * m4/realloc.m4: Likewise.
30660         * m4/regex.m4: Likewise.
30661         * m4/stat.m4: Likewise.
30662         * m4/strftime.m4: Likewise.
30663
30664 2000-07-02  Jim Meyering  <meyering@lucent.com>
30665
30666         * lib/quotearg.c (mbstate_t): Don't define here.
30667
30668 2000-07-02  Jim Meyering  <meyering@lucent.com>
30669
30670         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30671
30672 2000-07-01  Jim Meyering  <meyering@lucent.com>
30673
30674         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30675
30676 2000-07-01  Jim Meyering  <meyering@lucent.com>
30677
30678         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30679         problem.
30680
30681 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30682
30683         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30684         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30685
30686 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30687
30688         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30689         per change in ../m4/ls-mntd-fs.m4.
30690         (read_filesystem_list): Ignore symbolic links.
30691
30692 2000-06-29  Jim Meyering  <meyering@lucent.com>
30693
30694         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30695         for declaration of strcmp.
30696
30697         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30698
30699         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30700         Avoid warning by casting result to `char *' to remove `const'.
30701
30702 2000-06-28  Jim Meyering  <meyering@lucent.com>
30703
30704         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30705         included by quotearg.c, for which we perform this test.  From
30706         Bruno Haible.
30707
30708 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30709
30710         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30711         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30712         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30713
30714 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30715
30716         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30717
30718 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30719
30720         savedir now sets errno on failure and invokes xmalloc to get memory.
30721         Fix a couple of other minor bugs while we're at it.
30722
30723         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30724         (NAMLEN): Remove macro.
30725         (malloc, realloc): Remove decls.
30726         (stpcpy): Likewise.
30727         ("xalloc.h"): Include.
30728         (NAME_SIZE_DEFAULT): New macro.
30729         (savedir): Use xmalloc / xrealloc to allocate memory.
30730         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30731         Skip "" directory entries.
30732         Use strlen to calculate directory entry length, since the old method
30733         is rarely used these days and isn't worth supporting.
30734         Don't use a pointer after freeing it.
30735         Check for integer overflow when calculating allocation size.
30736         Use memcpy to copy entries, instead of stpcpy.
30737         Set errno properly when returning NULL.
30738         Check for readdir error.
30739
30740 2000-06-26  Jim Meyering  <meyering@lucent.com>
30741
30742         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30743
30744 2000-06-25  Jim Meyering  <meyering@lucent.com>
30745
30746         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30747         Linux header bug when _XOPEN_SOURCE is defined to 500.
30748
30749 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30750
30751         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30752         deficiency.
30753
30754 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30755
30756         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30757         Include xalloc.h.
30758         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30759
30760 2000-06-24  Jim Meyering  <meyering@lucent.com>
30761
30762         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30763         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30764         for which strerror does return char*, but which lacks a conveniently
30765         accessible declaration of the function.  If the compile-test says
30766         strerror_r doesn't work, then resort to a `run'-test that works on
30767         BeOS and segfaults on DEC Unix.
30768
30769 2000-06-24  Jim Meyering  <meyering@lucent.com>
30770
30771         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30772
30773 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30774
30775         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30776         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30777
30778 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30779
30780         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30781         (mbrtowc, mbstate_t): Define substitutes if
30782         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30783         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30784         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30785
30786 2000-06-23  Jim Meyering  <meyering@lucent.com>
30787
30788         * m4/afs.m4: Add missing AC_MSG_RESULT.
30789         Reported by Bruno Haible.
30790
30791         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30792         Suggestion from Bruno Haible.
30793
30794 2000-06-23  Jim Meyering  <meyering@lucent.com>
30795
30796         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30797
30798 2000-06-21  Jim Meyering  <meyering@lucent.com>
30799
30800         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30801
30802 2000-06-21  Jim Meyering  <meyering@lucent.com>
30803
30804         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30805         (noinst_HEADERS): Add getstr.h.
30806
30807         * lib/getline.c (getstr): Move into a separate file.
30808         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30809         the following changes: new parameter, delim2; both delim[12]
30810         parameters have type `int', not `char'.  The latter would lose
30811         with 8-bit delimiters.
30812         * lib/getstr.h: New file.
30813
30814 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30815
30816         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30817         than 1024, return a memory chunk of least possible size, instead
30818         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30819         Use free/xmalloc instead of xrealloc to avoid copying for very long
30820         paths.
30821
30822 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30823
30824         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30825         the empty string.
30826
30827 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30828
30829         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30830         address, not strdup.  Include <stdlib.h> and don't declare free().
30831
30832 2000-06-19  Jim Meyering  <meyering@lucent.com>
30833
30834         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30835
30836 2000-06-18  Jim Meyering  <meyering@lucent.com>
30837
30838         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30839
30840         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30841         `checking whether...' message to be consistent with that of the
30842         lstat test.
30843
30844 2000-06-18  Jim Meyering  <meyering@lucent.com>
30845
30846         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30847         Besides, these days every porting target provides a mkdir function.
30848
30849         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30850         needed. (this snippet comes from src/system.h).
30851
30852 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30853
30854         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30855
30856 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30857
30858         * lib/human.c (adjust_value): New function.
30859         (human_readable_inexact): Apply rounding style even when
30860         printing approximate values.
30861
30862 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30863
30864         * lib/human.c (human_readable_inexact): Allow an input block
30865         size that is not a multiple of the output block size, and vice versa.
30866         Reported by Piergiorgio Sartor.
30867
30868 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30869
30870         * lib/getdate.y (get_date): Apply relative times after time
30871         zone indicator, not before.  Reported by Todd A. Jacobs.
30872
30873 2000-06-13  Jim Meyering  <meyering@lucent.com>
30874
30875         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30876
30877         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30878
30879 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30880
30881         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30882
30883 2000-06-12  Jim Meyering  <meyering@lucent.com>
30884
30885         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30886         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30887         optional argument.
30888         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30889         the optional argument, `lib'.
30890
30891 2000-06-08  Jim Meyering  <meyering@lucent.com>
30892
30893         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30894
30895 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30896
30897         Rewrite largefile configuration so that we don't need to run
30898         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30899         AC_CANONICAL_HOST in configure.in -- jmm]
30900
30901         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30902         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30903         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30904         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30905         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30906         All uses changed.
30907         Instead of inspecting the output of getconf, try to compile the
30908         test program without and with the macro definition.
30909         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30910         for getconf.  Instead, check for the needed flags by compiling
30911         test programs.
30912
30913 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30914
30915         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30916
30917 2000-06-04  Jim Meyering  <meyering@lucent.com>
30918
30919         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30920         SunOS 4.1.4 for which gid_t is an unsigned type.
30921
30922 2000-06-03  Jim Meyering  <meyering@lucent.com>
30923
30924         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30925         now that autoconf requires that.
30926
30927         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30928         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30929         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30930
30931 2000-06-03  Jim Meyering  <meyering@lucent.com>
30932
30933         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30934
30935 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30936
30937         * m4/glibc21.m4: New file.
30938         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30939
30940 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30941
30942         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30943         newer, don't install charset.alias.
30944         * lib/config.charset: Change the Linux/glibc rules so they become empty
30945         on glibc-2.1 or newer.
30946
30947 2000-06-02  Jim Meyering  <meyering@lucent.com>
30948
30949         * lib/mountlist.c: Back out last change.  Instead, do this...
30950         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30951         me_dummy member using the same `ignore'-testing code.
30952         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30953         fs_type strings.
30954         From Mark D. Roth.
30955
30956 2000-05-29  Jim Meyering  <meyering@lucent.com>
30957
30958         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30959         mounts with the `ignore' attribute.  Based on a patch from
30960         Mark D. Roth.
30961
30962 2000-05-28  Jim Meyering  <meyering@lucent.com>
30963
30964         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30965         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30966         * m4/stat.m4: Likewise.
30967         * m4/lstat.m4: Likewise.
30968         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30969
30970         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30971         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30972
30973 2000-05-26  Jim Meyering  <meyering@lucent.com>
30974
30975         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30976
30977 2000-05-24  Jim Meyering  <meyering@lucent.com>
30978
30979         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30980         autoconf requires that.
30981         * m4/lib-check.m4: Likewise.
30982         * m4/jm-macros.m4: Likewise.
30983         * m4/strftime.m4: Likewise.
30984
30985         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30986         AC_CHECK_DECLS, now that autoconf requires that.
30987
30988 2000-05-22  Jim Meyering  <meyering@lucent.com>
30989
30990         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30991         * m4/lstat.m4: Likewise.
30992
30993 2000-05-22  Jim Meyering  <meyering@lucent.com>
30994
30995         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30996
30997 2000-05-20  Jim Meyering  <meyering@lucent.com>
30998
30999         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31000         (jm_PREREQ): Use it.
31001
31002 2000-05-18  Jim Meyering  <meyering@lucent.com>
31003
31004         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31005         back, too, since it may have been modified by allocate_entry.
31006         (hash_delete): Rewrite to use neither the assignment operator
31007         nor the comma operator in an if-expression.
31008
31009 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31010
31011         * lib/closeout.c:
31012         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31013         Remove; no longer needed.
31014         "quotearg.h": Add include.
31015         (file_name): Do not bother to explicitly initialize to NULL; it's less
31016         efficient on some hosts.
31017         (close_stdout_status): Remove test as to whether stdout was already
31018         closed; it breaks for the case "echo x | sort >&-".
31019         Quote file name colons.
31020         Do not assume that _("write error") lacks format strings.
31021
31022 2000-05-15  Jim Meyering  <meyering@lucent.com>
31023
31024         * lib/version-etc.c (version_etc_copyright): Update the copyright
31025         string used in all --version output.
31026
31027 2000-05-14  Jim Meyering  <meyering@lucent.com>
31028
31029         * lib/closeout.c (close_stdout_set_file_name): New function.
31030         (close_stdout_status): Use new file-scoped global.
31031         Return right away if fstat says the stdout file descriptor is invalid.
31032         * lib/closeout.h (close_stdout_set_file_name): Declare.
31033
31034 2000-05-10  Jim Meyering  <meyering@lucent.com>
31035
31036         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31037         (close_stdout_set_status): New function.
31038         * lib/closeout.h (close_stdout_set_status): Declare.
31039
31040 2000-05-09  Jim Meyering  <meyering@lucent.com>
31041
31042         * m4/gettext.m4: Rename this...
31043         * m4/libintl.m4: ...to this.
31044
31045 2000-05-08  Jim Meyering  <meyering@lucent.com>
31046
31047         * lib/long-options.c: Don't include closeout.h.
31048         (parse_long_options): Don't call close_stdout for --version.
31049
31050 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31051
31052         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31053         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31054         2.1.3 bug.  This avoids a clash when files like regex.c define
31055         _GNU_SOURCE.
31056
31057 2000-05-06  Jim Meyering  <meyering@lucent.com>
31058
31059         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31060         (AC_REPLACE_FUNCS): Add strnlen.
31061
31062         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31063         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31064
31065         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31066         AC_SEARCH_LIBS call for nanosleep.
31067         (LIB_NANOSLEEP): Set and AC_SUBST.
31068
31069 2000-05-06  Jim Meyering  <meyering@lucent.com>
31070
31071         * lib/strnlen.c: Undefine __strnlen and strnlen.
31072         [!weak_alias]: Define __strnlen to strnlen.
31073
31074         * lib/atexit.c: New file, from libiberty.
31075
31076 2000-05-06  Jim Meyering  <meyering@lucent.com>
31077
31078         * lib/closeout.c (close_stdout_status): Also check for errors on the
31079         stderr stream.
31080
31081 2000-05-05  Jim Meyering  <meyering@lucent.com>
31082
31083         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31084         AC_SEARCH_LIBS call for clock_gettime.
31085         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31086
31087         * m4/search-libs.m4: Update from autoconf.
31088
31089         su doesn't work on Solaris 2.6.
31090         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31091         <shadow.h>.  Reported by Dragos Harabor.
31092
31093 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31094
31095         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31096         memcpy instead of xmalloc, xrealloc, path_concat.
31097         (locale_charset): Treat empty environment variables as absent.
31098         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31099
31100 2000-05-04  Jim Meyering  <meyering@lucent.com>
31101
31102         * lib/getopt.c: Update from glibc.
31103         * lib/obstack.c: Likewise.
31104         * lib/obstack.h: Likewise.
31105         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31106         file
31107
31108         * lib/regex.h: Likewise.
31109         * lib/strndup.c: Likewise.
31110         * lib/strnlen.c: New file, from glibc.
31111
31112 2000-05-03  Jim Meyering  <meyering@lucent.com>
31113
31114         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31115
31116 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31117
31118         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31119         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31120         compile-time test, rather than inspecting host and OS, to
31121         decide whether to define _LARGEFILE_SOURCE.
31122
31123 2000-05-01  Jim Meyering  <meyering@lucent.com>
31124
31125         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31126
31127         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31128         Based on a patch from Bruno Haible.
31129
31130 2000-05-01  Jim Meyering  <meyering@lucent.com>
31131
31132         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31133
31134 2000-04-29  Jim Meyering  <meyering@lucent.com>
31135
31136         * lib/path-concat.c: Declare strdup only if it's not defined.
31137         * lib/canon-host.c: Likewise.
31138
31139 2000-04-28  Jim Meyering  <meyering@lucent.com>
31140
31141         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31142         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31143         is included first, then limits.h is included by locale.h by libintl.h.
31144         From John David Anglin.
31145
31146 2000-04-25  Jim Meyering  <meyering@lucent.com>
31147
31148         * lib/makepath.c (S_IRWXUGO): Define.
31149         (make_path): Always perform explicit chmod if MODE specifies any
31150         of the `special' permission bits.  Prompted by a bug report against
31151         install from Mate Wierdl and Joost van Baal.
31152
31153 2000-04-18  Jim Meyering  <meyering@lucent.com>
31154
31155         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31156         (jm_PREREQ): Use it.
31157
31158 2000-04-18  Jim Meyering  <meyering@lucent.com>
31159
31160         * lib/README: New file.
31161
31162         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31163         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31164
31165 2000-04-17  Jim Meyering  <meyering@lucent.com>
31166
31167         Get it right :-)
31168         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31169         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31170         Suggestion from Akim Demaille.
31171
31172 2000-04-17  Jim Meyering  <meyering@lucent.com>
31173
31174         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31175         the definition of it to rpl_strftime also defined-away the system's
31176         declaration.
31177
31178 2000-04-15  Jim Meyering  <meyering@lucent.com>
31179
31180         Use `C' to denote so-called `contiguous' files, the same way
31181         that tar does.
31182         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31183         (ftypelet): Use S_ISCTG.
31184         From Michael Deutschmann.
31185
31186 2000-04-14  Jim Meyering  <meyering@lucent.com>
31187
31188         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31189         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31190         clobbered.
31191
31192 2000-04-14  Jim Meyering  <meyering@lucent.com>
31193
31194         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31195
31196 2000-04-13  Jim Meyering  <meyering@lucent.com>
31197
31198         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31199         AH_VERBATIM to insert required #ifndef into config.h.in.
31200         Suggestion from Akim Demaille.
31201
31202 2000-04-12  Jim Meyering  <meyering@lucent.com>
31203
31204         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31205         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31206         Christian Krackowizer.
31207
31208         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31209         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31210         (AC_SYS_LARGEFILE): Require.
31211         (AM_C_PROTOTYPES): Require.
31212
31213 2000-04-08  Jim Meyering  <meyering@lucent.com>
31214
31215         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31216         names don't conflict.  Reported by Eli Zaretskii.
31217
31218 2000-04-07  Jim Meyering  <meyering@lucent.com>
31219
31220         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31221         sys/types.h, to work around system header problems on AIX 3.2.5.
31222         From Bruno Haible.
31223
31224 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31225
31226         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31227         bug.  Deal with the different error behavior of Irix iconv.
31228
31229 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31230
31231         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31232         IRIX if the installer said otherwise.
31233
31234 2000-04-05  Jim Meyering  <meyering@lucent.com>
31235
31236         Portability tweaks required for ultrix4.3.
31237         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31238         (jm_CHECK_DECLS): Add getutent to the list of functions.
31239         (_jm_DECL_HEADERS): Add utmpx.h.
31240         From John David Anglin.
31241
31242         * m4/strftime.m4: Back out the 2000-04-02 change.
31243         Instead of that change, simply undefine putenv in the test program.
31244
31245 2000-04-05  Jim Meyering  <meyering@lucent.com>
31246
31247         Portability tweaks required for ultrix4.3.
31248         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31249         getutent.
31250         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31251         * lib/canon-host.c: Declare strdup.
31252         * lib/path-concat.c: Likewise.
31253         From John David Anglin.
31254
31255 2000-04-04  Jim Meyering  <meyering@lucent.com>
31256
31257         Be more DOS 8.3-friendly.
31258         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31259         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31260         * lib/Makefile.am: Reflect renaming.
31261         Reported by Eli Zaretskii.
31262
31263         Use a temporary file name that won't clash with `charset.alias'
31264         in the DOS 8.3 name space.
31265         * lib/Makefile.am (charset_tmp): Define.
31266         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31267         (uninstall-local): Likewise.
31268         Reported by Eli Zaretskii.
31269
31270 2000-04-03  Jim Meyering  <meyering@lucent.com>
31271
31272         * m4/gettext.m4: Fix typo in comment.
31273
31274         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31275         textutils/configure.in).  Suggestion from Paul Eggert.
31276         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31277
31278 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31279
31280         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31281         variable in the shell rather than using putenv, which isn't
31282         portable.  This avoids the configure-time inter-test dependency
31283         on the potentially-renamed putenv function.
31284
31285 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31286
31287         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31288         before checking struct stat.st_blksize, so that
31289         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31290
31291 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31292
31293         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31294         since strftime.c uses HAVE_STRFTIME to decide whether to use
31295         the underlying strftime.
31296
31297 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31298
31299         * lib/time/strftime.c (my_strftime): Make sure we call the system
31300         strftime, not ourselves, when invoking the underlying strftime.
31301
31302 2000-03-24  Jim Meyering  <meyering@lucent.com>
31303
31304         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31305         (charset_alias): Define.
31306         (install-exec-local): Factor out common code.
31307         (uninstall-local): Split lines longer than 80.
31308         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31309         (SUFFIXES): Define.
31310         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31311         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31312
31313 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31314
31315         * lib/config.charset: Output a line containing "Packages using this
31316         file".
31317         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31318         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31319         ref-del.sed): New rules.
31320
31321 2000-03-17  Jim Meyering  <meyering@lucent.com>
31322
31323         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31324         Otherwise, include <strings.h>
31325
31326 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31327
31328         * lib/unicodeio.c (utf8_wctomb): New function.
31329         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31330         format instead of in UCS-4 with platform dependent endianness.
31331
31332 2000-03-10  Jim Meyering  <meyering@lucent.com>
31333
31334         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31335         From Marco Franzen.
31336
31337 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31338
31339         * lib/savedir.c (savedir): Work even if directory size is
31340         negative; this can happen with some screwy NFS configurations.
31341
31342 2000-03-06  Jim Meyering  <meyering@lucent.com>
31343
31344         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31345         if it's NULL (because we ran out of memory).  From Bruno Haible.
31346
31347 2000-03-05  Jim Meyering  <meyering@lucent.com>
31348
31349         * lib/localcharset.c ("path-concat.h"): Include.
31350         (get_charset_aliases): Use path_concat instead of ANSI string
31351         concatenation.
31352
31353         * lib/unicodeio.h (PARAMS): Define.
31354         Use it to guard prototype.
31355
31356 2000-03-04  Jim Meyering  <meyering@lucent.com>
31357
31358         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31359         for lib/localcharset.c.
31360
31361 2000-03-04  Jim Meyering  <meyering@lucent.com>
31362
31363         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31364         installing into it.
31365         (uninstall-local): Uncomment this rule so `make distcheck' works
31366         once again.
31367
31368         * lib/unicodeio.c (<errno.h>): Include it.
31369         (errno): Declare if not defined.
31370
31371         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31372
31373         * lib/config.charset: New version, incorporating remarks from a linux
31374         i18n mailing list.  From Bruno Haible.
31375
31376 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31377
31378         * m4/codeset.m4: New file.
31379         * m4/iconv.m4: New file.
31380         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31381
31382 2000-03-03  Jim Meyering  <meyering@lucent.com>
31383
31384         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31385
31386 2000-03-02  Jim Meyering  <meyering@lucent.com>
31387
31388         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31389         the messages come out on separate lines.
31390
31391         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31392         rather than jm_CHECK_DECLARATIONS.
31393         * m4/decl.m4: Remove now-unused file.
31394
31395         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31396         geteuid.
31397
31398 2000-03-02  Jim Meyering  <meyering@lucent.com>
31399
31400         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31401
31402 2000-03-01  Jim Meyering  <meyering@lucent.com>
31403
31404         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31405         * lib/unicodeio.c: Likewise.
31406
31407 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31408
31409         * lib/config.charset: New file.
31410         * lib/localcharset.c: New file.
31411         * lib/unicodeio.h, lib/unicodeio.c: New files.
31412         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31413         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31414         (noinst_HEADERS): Add unicodeio.h.
31415         (all-local, install-exec-local, charset.alias): New targets.
31416
31417 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31418
31419         * lib/quotearg.c (ALERT_CHAR): New macro.
31420         (quotearg_buffer_restyled): Use it.
31421
31422 2000-02-27  Jim Meyering  <meyering@lucent.com>
31423
31424         * m4/check-decl.m4: Add getenv to the list.
31425
31426 2000-02-27  Jim Meyering  <meyering@lucent.com>
31427
31428         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31429         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31430
31431         * lib/backupfile.c: Guard inclusion of stdlib.h with
31432         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31433         Declare malloc if needed.
31434
31435         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31436         `#ifndef HAVE_DECL..'
31437         now that autoconf always defines the HAVE_DECL_ symbols.
31438         * lib/human.c: Likewise.
31439         * lib/same.c: Likewise.
31440         * lib/strtoumax.c: Likewise.
31441
31442         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31443         declaration check was not run.
31444         * lib/hash.c: Likewise.
31445         * lib/human.c: Likewise.
31446         * lib/same.c: Likewise.
31447         * lib/strtoumax.c: Likewise.
31448
31449         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31450         `.', then first look up the entire `.'-containing string as a login
31451         name.
31452
31453 2000-02-23  Jim Meyering  <meyering@lucent.com>
31454
31455         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31456         in place of my hack.
31457
31458 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31459
31460         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31461         (textint): New typedef.
31462         (parser_control): Member year changed from int to textint.
31463         All uses changed.
31464         (YYSTYPE): Removed; replaced by %union with int and textint members.
31465         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31466         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31467         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31468         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31469         (date, number, to_year): Use width of number in digits, not its value,
31470         to determine whether it's a 2-digit year, or a 2-digit time.
31471         (yylex): Store number of digits of numeric tokens.
31472         Reported by John Kendall.
31473
31474         (parser_control): Changed from struct parser_control to typedef (for
31475         consistency).  All uses changed.
31476
31477         (tID): Removed; not used.
31478         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31479
31480 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31481
31482         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31483         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31484
31485 2000-02-12  Jim Meyering  <meyering@lucent.com>
31486
31487         * lib/userspec.c (ISDIGIT): Define it.
31488         (isdigit): Remove definition.
31489         (is_number): Use ISDIGIT, not isdigit.
31490         <libintl.h>: Include.
31491         (_ and N_): Define.
31492         (parse_user_spec): Mark translatable strings.
31493
31494 2000-02-10  Jim Meyering  <meyering@lucent.com>
31495
31496         With these changes, nanosleep.[ch] are finally enough like the other
31497         lib/* replacement files to compile on a few more losing systems.
31498
31499         * lib/nanosleep.h: Don't include config.h.
31500         Remove prototype from declaration of nanosleep.
31501         (PARAMS): Remove now-unneeded definition.
31502         * lib/nanosleep.c: #undef nanosleep.
31503         (rpl_nanosleep): Rename from nanosleep.
31504
31505 2000-02-10  Jim Meyering  <meyering@lucent.com>
31506
31507         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31508         gnu_nanosleep to rpl_nanosleep.
31509
31510 2000-02-09  Jim Meyering  <meyering@lucent.com>
31511
31512         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31513         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31514
31515 2000-02-08  Akim Demaille  <akim@epita.fr>
31516
31517         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31518         `[' and `]' and remove uses of `changequote'.
31519         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31520         (AC_SYS_LARGEFILE): Likewise.
31521         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31522         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31523         of changequote.
31524         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31525         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31526         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31527         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31528
31529 2000-02-05  Jim Meyering  <meyering@lucent.com>
31530
31531         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31532         Remove explicit use of AC_HEADER_TIME.  It is required by
31533         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31534         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31535         in autoconf whereby the expansion of the latter ended up preceding
31536         the expansion of its prerequisite, AC_HEADER_TIME.
31537         Reported by Volker Borchert.
31538
31539 2000-02-03  Jim Meyering  <meyering@lucent.com>
31540
31541         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31542
31543 2000-02-03  Jim Meyering  <meyering@lucent.com>
31544
31545         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31546         rather than with `#if HAVE_UTMPNAME'.
31547
31548 2000-02-02  Jim Meyering  <meyering@lucent.com>
31549
31550         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31551         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31552         Reported by Eli Zaretskii.
31553
31554 2000-02-01  Jim Meyering  <meyering@lucent.com>
31555
31556         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31557
31558 2000-01-31  Jim Meyering  <meyering@lucent.com>
31559
31560         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31561         functions.  Add the time.h and sys/time.h headers along with the
31562         AC_REQUIRE'ment of AC_HEADER_TIME.
31563
31564 2000-01-31  Jim Meyering  <meyering@lucent.com>
31565
31566         * lib/nanosleep.h (nanosleep): Guard declaration with
31567         `#if ! HAVE_DECL_NANOSLEEP'.
31568         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31569         the declaration in that vendor's sys/timers.h.
31570         Reported by Christian Krackowizer.
31571
31572         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31573         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31574         (ISPRINT): Likewise.
31575         Reported by Tom Tromey.
31576
31577 2000-01-30  Jim Meyering  <meyering@lucent.com>
31578
31579         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31580
31581         * m4/prereq.m4 (utmp_includes): Define.
31582         Check for ut_user and ut_name members in both struct utmpx
31583         and struct utmp.
31584
31585 2000-01-30  Jim Meyering  <meyering@lucent.com>
31586
31587         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31588         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31589         header files where only utmpx.ut_user is declared.
31590
31591         * lib/readutmp.h (UT_USER): Define.
31592
31593 2000-01-29  Jim Meyering  <meyering@lucent.com>
31594
31595         * m4/lib-check.m4: New file containing library-related checks from
31596         fileutils and sh-utils (textutils had none).
31597
31598 2000-01-28  Jim Meyering  <meyering@lucent.com>
31599
31600         * m4/perl.m4: Change format of warning message to look more like that
31601         from the missing script.  Suggestion from François Pinard.
31602
31603 2000-01-25  Jim Meyering  <meyering@lucent.com>
31604
31605         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31606         well as time.h in the compile check.
31607         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31608         Fix typo in cross-compiling case: s/yes/no/.
31609
31610 2000-01-23  Jim Meyering  <meyering@lucent.com>
31611
31612         * m4/jm-macros.m4: Move df-related tests here from
31613         fileutils/configure.in
31614
31615         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31616         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31617
31618         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31619         s/space/ac_fsusage_space/.
31620         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31621
31622         * m4/ftruncate.m4: New file (derived from part of
31623         fileutils/configure.in).
31624         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31625         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31626
31627         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31628         AC_SUBST these here, rather than just in sh-util/configure.in, so
31629         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31630         all the same.
31631         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31632         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31633         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31634         (AC_SUBST(POW_LIBM)): Likewise.
31635         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31636
31637 2000-01-23  Jim Meyering  <meyering@lucent.com>
31638
31639         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31640         obstack.c.
31641
31642 2000-01-22  Jim Meyering  <meyering@lucent.com>
31643
31644         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31645
31646         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31647
31648         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31649         configure.in
31650         (AC_CHECK_HEADERS): Likewise for sh-utils.
31651         (AC_CHECK_HEADERS): Likewise for textutils.
31652         Merge the three lists of headers.
31653
31654         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31655         from fileutils' configure.in.
31656
31657         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31658         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31659         check-decl.m4.
31660
31661         * m4/check-decl.m4: Use #if rather than #ifdef.
31662         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31663         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31664         (_jm_DECL_HEADERS): Define new function.
31665         (jm_CHECK_DECLARATIONS): Require it.
31666
31667 2000-01-22  Jim Meyering  <meyering@lucent.com>
31668
31669         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31670         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31671         Required for some AIX systems.  Reported by Christian Krackowizer.
31672         [TESTING] (main): New function.
31673
31674         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31675         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31676         letters.
31677
31678         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31679         iswprint.
31680
31681         * lib/strverscmp.c (ISDIGIT): Define.
31682         (strverscmp): Use ISDIGIT, not isdigit.
31683
31684 2000-01-19  Jim Meyering  <meyering@lucent.com>
31685
31686         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31687         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31688         defines `struct timespec' in <sys/time.h>
31689
31690         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31691         Thanks to Akim for explaining.
31692
31693 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31694
31695         * lib/nanosleep.c (nanosleep):
31696         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31697         POSIX.1 doesn't require SA_INTERRUPT and some systems
31698         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31699         it's been part of POSIX.1 since day 1 (in 1988).
31700
31701 2000-01-17  Jim Meyering  <meyering@lucent.com>
31702
31703         * lib/interlock: Remove unused file.  Reported by François Pinard.
31704
31705 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31706
31707         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31708         alert, backslash, formfeed, and vertical tab unnecessarily in
31709         shell quoting style.
31710
31711 2000-01-16  Jim Meyering  <meyering@lucent.com>
31712
31713         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31714         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31715         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31716         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31717
31718 2000-01-16  Jim Meyering  <meyering@lucent.com>
31719
31720         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31721         because the latter didn't work.
31722
31723 2000-01-15  Jim Meyering  <meyering@lucent.com>
31724
31725         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31726         (AC_REPLACE_FUNCS): Add memcpy and memset.
31727         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31728         Add strpbrk.
31729         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31730
31731 2000-01-12  Jim Meyering  <meyering@lucent.com>
31732
31733         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31734         (jm_PREREQ): Use it.
31735         (jm_PREREQ_READUTMP): New macro.
31736         (jm_PREREQ): Use it.
31737
31738 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31739
31740         Quote multibyte characters correctly.
31741         * m4/c-bs-a.m4: New file.
31742         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31743         (jm_PREREQ): Use it.
31744
31745 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31746
31747         * m4/uintmax_t.m4: Port to autoconf 2.13.
31748
31749 2000-01-08  Jim Meyering  <meyering@ascend.com>
31750
31751         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31752         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31753
31754 2000-01-04  Jim Meyering  <meyering@ascend.com>
31755
31756         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31757         jm_STRUCT_DIRENT_D_TYPE.
31758         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31759         jm_STRUCT_DIRENT_D_INO.
31760         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31761         jm_STRUCT_UTIMBUF.
31762         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31763         renamings.
31764         * m4/utime.m4: Likewise.
31765
31766         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31767         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31768
31769 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31770
31771         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31772         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31773
31774 2000-01-02  Jim Meyering  <meyering@ascend.com>
31775
31776         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31777         remember if this is necessary.
31778
31779 1999-12-26  Jim Meyering  <meyering@ascend.com>
31780
31781         * m4/jm-macros.m4: Use it here.
31782         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31783
31784 1999-12-23  Jim Meyering  <meyering@ascend.com>
31785
31786         * m4/jm-macros.m4: Check for clock_gettime (moved from
31787         fileutils/configure.in)
31788         Check for gettimeofday.
31789
31790 1999-12-20  Jim Meyering  <meyering@ascend.com>
31791
31792         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31793         autoconf-2.14a-1999-12-20.
31794
31795 1999-12-19  Jim Meyering  <meyering@ascend.com>
31796
31797         * m4/lstat-slash.m4: New file.
31798         * m4/jm-macros.m4: Use the new macro:
31799         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31800
31801 1999-12-07  Jim Meyering  <meyering@ascend.com>
31802
31803         * m4/perl.m4: Require that File::Compare be available, too.
31804         Too many systems seem to lack it.
31805
31806         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31807         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31808
31809 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31810
31811         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31812         problem with the QNX 4.25 shell, which doesn't propagate exit
31813         status of failed commands inside shell assignments.
31814
31815 1999-11-17  Jim Meyering  <meyering@ascend.com>
31816
31817         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31818
31819 1999-11-07  Jim Meyering  <meyering@ascend.com>
31820
31821         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31822
31823 1999-11-06  Jim Meyering  <meyering@ascend.com>
31824
31825         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31826         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31827
31828 1999-11-05  Jim Meyering  <meyering@ascend.com>
31829
31830         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31831         configure.in of textutils, fileutils, and sh-utils into this one
31832         (shared between those packages) file.
31833         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31834         AC_STRUCT_ST_BLKSIZE.
31835
31836 1999-11-03  Jim Meyering  <meyering@ascend.com>
31837
31838         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31839         of AC_CHECK_TYPE checks includes unistd.h.
31840         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31841         Suggestion from Akim Demaille.
31842
31843 1999-10-30  Jim Meyering  <meyering@ascend.com>
31844
31845         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31846         m4-quoted string.
31847         * m4/ls-mntd-fs.m4: Likewise.
31848         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31849         * m4/jm-winsz1.m4: Likewise.
31850
31851         * m4/const.m4: Remove file, since the fix made it into the experimental
31852         version of autoconf.
31853         * m4/mktime.m4: Likewise.
31854
31855         * m4/check-type.m4: Remove file, now that the latest version of
31856         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31857
31858         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31859         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31860         AC_CHECK_TYPE.
31861
31862 1999-10-04  Jim Meyering  <meyering@ascend.com>
31863
31864         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31865
31866 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31867
31868         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31869         2.95.1 bug with HP-UX 10.20.
31870
31871 1999-09-17  Jim Meyering  <meyering@ascend.com>
31872
31873         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31874         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31875         due to missing strdup (against sh-utils-2.0).
31876
31877 1999-08-29  Jim Meyering  <meyering@ascend.com>
31878
31879         * m4/jm-macros.m4: Require jm_BISON.
31880         * m4/bison.m4: New file.
31881
31882 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31883
31884         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31885         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31886
31887 1999-08-05  Jim Meyering  <meyering@ascend.com>
31888
31889         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31890         to avoid conflicts with `conftest' on 8+3 filesystems.
31891         Suggestion from Eli Zaretskii.
31892
31893 1999-08-04  Jim Meyering  <meyering@ascend.com>
31894
31895         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31896         fileutils and sh-utils (textutils's getline test was inadequate).
31897         (AM_FUNC_GETLINE): Run this test.
31898         (AC_CHECK_FUNCS): Check for getdelim.
31899         Reported by Bob Proulx.
31900
31901 1999-08-02  Jim Meyering  <meyering@ascend.com>
31902
31903         * m4/jm-macros.m4: Add a comment.
31904
31905 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31906
31907         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31908         <inttypes.h> defines strtoumax as a macro (and not as a
31909         function).
31910
31911 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31912
31913         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31914         that we can shift, multiply and divide unsigned long long
31915         values; Ultrix cc can't do it.
31916
31917 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31918
31919         * m4/mktime.m4: New file, which is a preview of what should appear
31920         in the next public autoconf release.
31921
31922 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31923
31924         * m4/lfs.m4: Remove this file.
31925         * m4/largefile.m4: New file.  It contains the old contents of
31926         lfs.m4, except that all names with prefix AC_LFS have been
31927         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31928         compatible with future autoconf versions.  Also, some minor m4
31929         quoting problems have been fixed.
31930
31931 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31932
31933         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31934         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31935         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31936         and simplify the shell code.
31937
31938 1999-08-01  Jim Meyering  <meyering@ascend.com>
31939
31940         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31941         m4.
31942
31943 1999-07-20  Jim Meyering  <meyering@ascend.com>
31944
31945         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31946
31947 1999-07-15  Jim Meyering  <meyering@ascend.com>
31948
31949         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31950
31951 1999-05-22  Jim Meyering  <meyering@ascend.com>
31952
31953         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31954
31955 1999-05-20  Jim Meyering  <meyering@ascend.com>
31956
31957         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31958         Add a colon after each `then' in case $4 is empty.
31959
31960 1999-05-16  Jim Meyering  <meyering@ascend.com>
31961
31962         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31963
31964 1999-05-10  Jim Meyering  <meyering@ascend.com>
31965
31966         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31967
31968         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31969         AC_FUNC_MKTIME.
31970
31971 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31972
31973         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31974
31975 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31976
31977         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31978         not CPPFLAGS, so that linking works correctly in IRIX.
31979
31980 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31981
31982         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31983
31984 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31985
31986         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31987         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31988         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31989         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31990         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31991
31992         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31993
31994 1999-04-20  Jim Meyering  <meyering@ascend.com>
31995
31996         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31997         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31998         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31999
32000 1999-04-18  Jim Meyering  <meyering@ascend.com>
32001
32002         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32003         * m4/jm-macros.m4: Use it.
32004
32005 1999-04-06  Jim Meyering  <meyering@ascend.com>
32006
32007         * m4/strftime.m4: Remove test for %f.
32008
32009 1999-03-29  Jim Meyering  <meyering@ascend.com>
32010
32011         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32012         superset of the AC_TYPE_* checks in the textutils, fileutils,
32013         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32014         AC_TYPE_PID_T.
32015
32016 1999-03-28  Jim Meyering  <meyering@ascend.com>
32017
32018         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32019         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32020         replaced e.g., in the *.sh files of the sh-utils.
32021
32022 1999-03-20  Jim Meyering  <meyering@ascend.com>
32023
32024         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32025         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32026         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32027
32028 1999-03-19  Jim Meyering  <meyering@ascend.com>
32029
32030         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32031
32032 1999-03-12  Jim Meyering  <meyering@ascend.com>
32033
32034         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32035
32036 1999-03-07  Jim Meyering  <meyering@ascend.com>
32037
32038         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32039         declared.
32040
32041 1999-02-17  Jim Meyering  <meyering@ascend.com>
32042
32043         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32044         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32045
32046 1999-02-07  Jim Meyering  <meyering@ascend.com>
32047
32048         * m4/group-member.m4: New file -- extracted from sh-utils'
32049         configure.in.
32050
32051         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32052         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32053
32054 1999-02-06  Jim Meyering  <meyering@ascend.com>
32055
32056         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32057         * m4/fnmatch.m4: Likewise.
32058         * m4/getgroups.m4: Likewise.
32059         * m4/lstat.m4: Likewise.
32060         * m4/malloc.m4: Likewise.
32061         * m4/putenv.m4: Likewise.
32062         * m4/realloc.m4: Likewise.
32063         * m4/regex.m4: Likewise.
32064         * m4/stat.m4: Likewise.
32065         * m4/strftime.m4: Likewise.
32066         Suggestion from Alain Magloire.
32067
32068         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32069         * m4/fnmatch.m4: Likewise.
32070         * m4/getgroups.m4: Likewise.
32071         * m4/getline.m4: Likewise.
32072         * m4/lstat.m4: Likewise.
32073         * m4/malloc.m4: Likewise.
32074         * m4/memcmp.m4: Likewise.
32075         * m4/putenv.m4: Likewise.
32076         * m4/realloc.m4: Likewise.
32077         * m4/regex.m4: Likewise.
32078         * m4/stat.m4: Likewise.
32079         * m4/strftime.m4: Likewise.
32080         Suggestion from Alain Magloire.
32081
32082         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32083         an argument.
32084
32085         * m4/regex.m4: Add a run-time Test for proper operation of
32086         re_compile_pattern.
32087
32088 1999-01-31  Jim Meyering  <meyering@ascend.com>
32089
32090         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32091
32092 1999-01-30  Jim Meyering  <meyering@ascend.com>
32093
32094         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32095
32096         * m4/jm-mktime.m4: Make this a wrapper around the official
32097         AM_FUNC_MKTIME rather than my private copy, now that the official one
32098         is up to date.
32099         * m4/mktime.m4: Remove file.
32100
32101         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32102         * m4/uptime.m4: Likewise.
32103         * m4/uintmax_t.m4: Likewise.
32104
32105 1999-01-28  Jim Meyering  <meyering@ascend.com>
32106
32107         * m4/jm-macros.m4: Use jm_AFS.
32108         * m4/afs.m4: New file (from fileutils' configure.in).
32109
32110         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32111         * m4/chown.m4: Likewise.
32112         * m4/d-ino.m4: Likewise.
32113         * m4/d-type.m4: Likewise.
32114         * m4/fnmatch.m4: Likewise.
32115         * m4/getgroups.m4: Likewise.
32116         * m4/gettext.m4: Likewise.
32117         * m4/jm-mktime.m4: Likewise.
32118         * m4/jm-winsz2.m4: Likewise.
32119         * m4/lcmessage.m4: Likewise.
32120         * m4/ls-mntd-fs.m4: Likewise.
32121         * m4/malloc.m4: Likewise.
32122         * m4/memcmp.m4: Likewise.
32123         * m4/putenv.m4: Likewise.
32124         * m4/realloc.m4: Likewise.
32125         * m4/st_mtim.m4: Likewise.
32126         * m4/strftime.m4: Likewise.
32127
32128 1999-01-16  Jim Meyering  <meyering@ascend.com>
32129
32130         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32131         (ARGMATCH_DIE_DECL): Define.
32132
32133 1999-01-12  Jim Meyering  <meyering@ascend.com>
32134
32135         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32136         Reported by Lars Hecking.
32137
32138 1999-01-10  Jim Meyering  <meyering@ascend.com>
32139
32140         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32141         gross kludge.
32142         * m4/inttypes_h.m4: Likewise.
32143         * m4/lstat.m4: Likewise.
32144         * m4/malloc.m4: Likewise.
32145         * m4/readdir.m4: Likewise.
32146         * m4/realloc.m4: Likewise.
32147         * m4/st_dm_mode.m4: Likewise.
32148         * m4/stat.m4: Likewise.
32149         * m4/utimbuf.m4: Likewise.
32150         * m4/utimes.m4: Likewise.
32151
32152         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32153         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32154         comments in config.h.in are meaningful.
32155
32156         * m4/jm-macros.m4: Require autoconf-2.13 here.
32157
32158         * m4/regex.m4: By default, don't use the included regex.c on systems
32159         with glibc 2.  Suggestion from Uli Drepper.
32160
32161 1999-01-02  Jim Meyering  <meyering@ascend.com>
32162
32163         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32164
32165 1998-12-18  Jim Meyering  <meyering@ascend.com>
32166
32167         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32168         Based on a suggestion from Lars Hecking.
32169
32170 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32171
32172         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32173
32174 1998-11-16  Jim Meyering  <meyering@ascend.com>
32175
32176         * m4/lfs.m4: Double-quote the `uname...` expression.
32177
32178 1998-11-14  Jim Meyering  <meyering@ascend.com>
32179
32180         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32181         * m4/stat.m4: Likewise.
32182
32183 1998-11-03  Jim Meyering  <meyering@ascend.com>
32184
32185         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32186         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32187
32188 1998-10-18  Jim Meyering  <meyering@ascend.com>
32189
32190         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32191
32192 1998-10-17  Jim Meyering  <meyering@ascend.com>
32193
32194         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32195         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32196         calls for those previously hard-coded headers.  Instead, take a new
32197         parameter.
32198         (jm_CHECK_DECLARATIONS): Reflect interface change.
32199         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32200         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32201
32202         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32203
32204 1998-10-14  Jim Meyering  <meyering@ascend.com>
32205
32206         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32207         instead of "TZ=America/Vancouver".  From Paul Eggert.
32208
32209 1998-10-11  Jim Meyering  <meyering@ascend.com>
32210
32211         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32212         This adds a test for a recently added compatibility fix for mktime.c.
32213         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32214
32215 1998-09-27  Jim Meyering  <meyering@ascend.com>
32216
32217         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32218
32219         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32220         ../configure.in, including a change from Gordon Matzigkeit to allow
32221         cross-compiling for the Hurd.
32222
32223         * m4/glibc.m4: New file/macro to test for the GNU C Library
32224         versions 1 and 2.  From Gordon Matzigkeit.
32225         Indent.
32226
32227 1998-09-21  Jim Meyering  <meyering@ascend.com>
32228
32229         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32230
32231 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32232
32233         Port nanosecond-resolution times to UnixWare 2.1.2 and
32234         pedantic Solaris 2.6.
32235
32236         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32237         AC_STRUCT_ST_MTIM.
32238         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32239         Generate name of ns member, instead of just 1 or undef.
32240         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32241
32242 1998-08-15  Jim Meyering  <meyering@ascend.com>
32243
32244         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32245         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32246         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32247         instead of jm_TYPE_SSIZE_T.
32248
32249 1998-08-12  Jim Meyering  <meyering@ascend.com>
32250
32251         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32252
32253 1998-08-02  Jim Meyering  <meyering@ascend.com>
32254
32255         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32256         in acconfig.h manually.
32257
32258 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32259
32260         * m4/st_mtim.m4: New file.
32261
32262 1998-07-28  Jim Meyering  <meyering@ascend.com>
32263
32264         * m4/utimes.m4: Undef stat.
32265
32266 1998-07-25  Jim Meyering  <meyering@ascend.com>
32267
32268         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32269         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32270
32271 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32272
32273         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32274         uid and gid actually remain unchanged.
32275
32276 1998-07-07  Jim Meyering  <meyering@ascend.com>
32277
32278         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32279
32280 1998-07-04  Jim Meyering  <meyering@ascend.com>
32281
32282         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32283         to prove that this macro can be used in packages without regex.c.
32284
32285 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32286
32287         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32288         is to be used.
32289
32290 1998-07-03  Jim Meyering  <meyering@ascend.com>
32291
32292         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32293
32294         * m4/gettext.m4: New file -- from gettext-0.10.35.
32295         * m4/lcmessage.m4: Likewise.
32296         * m4/progtest.m4: Likewise.
32297
32298         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32299         * m4/jm-macros.m4: Require the new macro.
32300
32301 1998-06-29  Jim Meyering  <meyering@ascend.com>
32302
32303         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32304         for the definition of NGROUPS (used in a system header included
32305         by sys/mount.h).
32306
32307 1998-06-28  Jim Meyering  <meyering@ascend.com>
32308
32309         * m4/ls-mntd-fs.m4: New file.
32310         * m4/fstypename.m4: New file.
32311
32312         * m4/jm-macros.m4: Require the new macro.
32313         * m4/jm-glibc-io.m4: New file.
32314
32315 1998-05-19  Jim Meyering  <meyering@ascend.com>
32316
32317         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32318         * m4/lchown.m4: New file.
32319
32320         * m4/Makefile.am.in: New file.
32321         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32322
32323 1998-05-14  Jim Meyering  <meyering@ascend.com>
32324
32325         * m4/Makefile.am (EXTRA_DIST): Add them.
32326         * m4/jm-macros.m4: New file.
32327         * m4/utimbuf.m4: New file.
32328
32329 1998-05-12  Jim Meyering  <meyering@ascend.com>
32330
32331         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32332
32333 1998-05-11  Jim Meyering  <meyering@ascend.com>
32334
32335         * m4/isc-posix.m4: New file.
32336
32337 1998-05-10  Jim Meyering  <meyering@ascend.com>