e3286fba7ca76197069e0546ff083464621592fb
[gnulib.git] / ChangeLog
1 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2             Bruno Haible  <bruno@clisp.org>
3
4         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
5         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
6         #include_next, gives a diagnostic about it, but reports no error in
7         the exit code.
8         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
9
10 2007-07-24  Ben Pfaff  <blp@gnu.org>
11
12         Improve name: "count-one-bits" is better than "popcount".
13         * MODULES.html.sh: Update name.
14         * lib/popcount.h: Renamed lib/count-one-bits.h.
15         (popcount): Renamed count_one_bits.
16         (popcountl): Renamed count_one_bits_l.
17         (popcountll): Renamed count_one_bits_ll.
18         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
19         * modules/popcount: Renamed module/count-one-bits.
20         * modules/popcount-tests: Renamed module/count-one-bits-tests.
21         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
22
23 2007-07-23  Ben Pfaff  <blp@gnu.org>
24
25         * lib/popcount.h (popcount32): Reduce size of constants, to allow
26         better code generation, and add U to large constants to avoid
27         warnings, in non-GCC case.
28         Suggested by Bruno Haible.
29
30 2007-07-23  Ben Pfaff  <blp@gnu.org>
31
32         * lib/popcount.h: Use verify_true instead of if...abort.
33         * modules/popcount: Depend on verify module.
34         Suggested by Jim Meyering.
35
36 2007-07-23  Bruno Haible  <bruno@clisp.org>
37
38         * gnulib-tool (func_import): Create a .cvsignore file also when the
39         directory is not yet in CVS but the toplevel directory is. When
40         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
41         Reported by Karl Berry.
42
43 2007-07-22  Ben Pfaff  <blp@gnu.org>
44
45         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
46         case.
47         Suggested by Eric Blake.
48
49 2007-07-22  Ben Pfaff  <blp@gnu.org>
50
51         New module: popcount.
52         * MODULES.html.sh: Add popcount.
53         * modules/popcount: New file.
54         * modules/popcount-tests: New file.
55         * tests/test-popcount.c: New file.
56         * lib/popcount.h: New file.
57         * m4/popcount.m4: New file.
58
59 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
60
61         * build-aux/announce-gen: Update to GPLv3.
62
63         * build-aux/config.guess: Update from config.
64
65 2007-07-21  Bruno Haible  <bruno@clisp.org>
66
67         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
68         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
69
70 2007-07-20  Jim Meyering  <jim@meyering.net>
71
72         * check-module: Diagnose a self-dependency.
73
74 2007-07-19  Bruno Haible  <bruno@clisp.org>
75
76         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
77         empty.
78         Reported by Eric Blake.
79
80 2007-07-18  Bruno Haible  <bruno@clisp.org>
81
82         * gnulib-tool: New options --po-base, --po-domain.
83         (func_usage): Document them.
84         (pobase, po_domain): New variables.
85         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
86         DEFAULT_TEXT_DOMAIN.
87         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
88         (func_import): Consider pobase and po_domain. Create a po/ directory.
89         (func_create_testdir): Set pobase and po_domain to empty.
90         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
91         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
92
93 2007-07-18  Bruno Haible  <bruno@clisp.org>
94
95         * gnulib-tool (func_get_automake_snippet): Synthesize also an
96         EXTRA_DIST augmentation for files in build-aux/.
97
98 2007-07-16  Bruno Haible  <bruno@clisp.org>
99
100         * modules/lseek (License): Use the synonymous term "LGPLv2+".
101         * modules/getdelim (License): Likewise.
102
103 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
104
105         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
106         * modules/d-type (License): Likewise.
107         * modules/extensions (License): Likewise.
108         * modules/fnmatch (License): Likewise.
109         * modules/fseeko (License): Likewise.
110         * modules/getaddrinfo (License): Likewise.
111         * modules/getline (License): Likewise.
112         * modules/getlogin_r (License): Likewise.
113         * modules/getpass (License): Likewise.
114         * modules/gettimeofday (License): Likewise.
115         * modules/glob (License): Likewise.
116         * modules/inet_ntop (License): Likewise.
117         * modules/malloc (License): Likewise.
118         * modules/malloca (License): Likewise.
119         * modules/memmem (License): Likewise.
120         * modules/mempcpy (License): Likewise.
121         * modules/memset (License): Likewise.
122         * modules/minmax (License): Likewise.
123         * modules/mktime (License): Likewise.
124         * modules/netinet_in (License): Likewise.
125         * modules/pathmax (License): Likewise.
126         * modules/poll (License): Likewise.
127         * modules/regex (License): Likewise.
128         * modules/snprintf (License): Likewise.
129         * modules/stdbool (License): Likewise.
130         * modules/stdint (License): Likewise.
131         * modules/stdio (License): Likewise.
132         * modules/strcase (License): Likewise.
133         * modules/strcasestr (License): Likewise.
134         * modules/strdup (License): Likewise.
135         * modules/string (License): Likewise.
136         * modules/strndup (License): Likewise.
137         * modules/strnlen (License): Likewise.
138         * modules/strpbrk (License): Likewise.
139         * modules/strptime (License): Likewise.
140         * modules/strsep (License): Likewise.
141         * modules/sys_select (License): Likewise.
142         * modules/sys_socket (License): Likewise.
143         * modules/sys_stat (License): Likewise.
144         * modules/sys_time (License): Likewise.
145         * modules/time (License): Likewise.
146         * modules/time_r (License): Likewise.
147         * modules/timegm (License): Likewise.
148         * modules/unistd (License): Likewise.
149         * modules/vsnprintf (License): Likewise.
150         * modules/wctype (License): Likewise.
151
152 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
153
154         * modules/argz (License): LGPLv2+.
155
156 2007-07-15  Karl Berry  <karl@gnu.org>
157
158         * doc/gnulib.texi: revise node structure per new fdl.texi.
159
160 2007-07-14  Bruno Haible  <bruno@clisp.org>
161
162         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
163         the output file.
164         * lib/uniname/uninames.h: Regenerated.
165
166 2007-07-14  Karl Berry  <karl@gnu.org>
167
168         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
169         omitting sectioning and index commands.
170
171 2007-07-13  Bruno Haible  <bruno@clisp.org>
172
173         New gnulib-tool option --more-symlinks.
174         * gnulib-tool (func_usage): Document --more-symlinks.
175         (do_copyrights): New variable.
176         Recognize option --more-symlinks.
177         (func_import): Don't add a copyright notice transform to
178         sed_transform_lib_file if do_copyrights is empty.
179
180 2007-07-13  Bruno Haible  <bruno@clisp.org>
181
182         * lib/vasnprintf.c (decimal_point_char): Define also if
183         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
184         && !NEED_PRINTF_DIRECTIVE_A.
185         Reported by Clemens Koller <clemens.koller@anagramm.de> via
186         Gary V. Vaughan <gary@gnu.org>.
187
188 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
189
190         * lib/inttypes_.h: Undo previous change, since it was fixed
191         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
192
193 2007-07-13  Bruno Haible  <bruno@clisp.org>
194
195         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
196         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
197
198 2007-07-13  Jim Meyering  <jim@meyering.net>
199
200         df: Don't fail for Tru64's "file-on-file mount".
201         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
202         so we fall through and use statfs instead.  Details here:
203         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
204         Reported by Albert Chin.
205
206 2007-07-13  Bruno Haible  <bruno@clisp.org>
207
208         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
209         * modules/configmake (License): Likewise.
210         * modules/gettext (License): Likewise.
211         * modules/gettext-h (License): Likewise.
212         * modules/include_next (License): Likewise.
213         * modules/link-warning (License): Likewise.
214         * modules/localcharset (License): Likewise.
215         * modules/localename (License): Likewise.
216         * modules/lock (License): Likewise.
217         * modules/relocatable-lib-lgpl (License): Likewise.
218         * modules/size_max (License): Likewise.
219         * modules/vasnprintf (License): Likewise.
220         * modules/wchar (License): Likewise.
221         * modules/xsize (License): Likewise.
222
223 2007-07-13  Bruno Haible  <bruno@clisp.org>
224
225         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
226         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
227
228 2007-07-12  Bruno Haible  <bruno@clisp.org>
229
230         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
231         in the modules files.
232
233 2007-07-11  Karl Berry  <karl@gnu.org>
234
235         * MODULES.html.sh (func_module): use
236          sed -e '\|^'"${includefile}"'$|d'
237          instead of /.../d, to avoid errors on $includefile's containing /.
238
239 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
240
241         * gnulib-tool (func_import): Avoid duplication of --avoid
242         statements
243         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
244         names to `_' in variable names.
245
246 2007-07-10  Eric Blake  <ebb9@byu.net>
247
248         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
249         * NEWS: Document this change.
250
251 2007-07-08  Bruno Haible  <bruno@clisp.org>
252
253         Update to Unicode 5.0.
254         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
255         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
256         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
257         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
258         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
259         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
260         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
261         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
262         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
263         U+10A3F, U+1D242..U+1D244.
264         (nonspacing_table_ind): Update.
265         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
266         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
267
268 2007-07-08  Bruno Haible  <bruno@clisp.org>
269
270         Update to Unicode 5.0.
271         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
272         code transform. Extend the name index field of unicode_name_to_code and
273         unicode_code_to_name from 16 to 24 bits.
274         * lib/uniname/uniname.c (unicode_character_name,
275         unicode_name_character): Add the range 0x12xxx to the code transform.
276         * lib/uniname/uninames.h: Regenerated.
277         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
278
279 2007-07-07  Bruno Haible  <bruno@clisp.org>
280
281         * modules/wcwidth-tests: New file.
282         * tests/test-wcwidth.c: New file.
283
284         Work around MacOS X wcwidth() bug.
285         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
286         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
287         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
288         original wcwidth in non-UTF-8 locales.
289         * modules/wcwidth (Depends-on): Add localcharset, streq,
290         uniwidth/width.
291         * doc/functions/wcwidth.texi: Update.
292
293 2007-07-07  Bruno Haible  <bruno@clisp.org>
294
295         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
296         (wcwidth): New declaration.
297         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
298         macros.
299         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
300         here. Prepare for creating <wchar.h> unconditionally.
301         * modules/wchar (Depends-on): Add link-warning.
302         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
303         REPLACE_WCWIDTH, and GL_LINK_WARNING.
304         * lib/wcwidth.h: Remove file.
305         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
306         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
307         * modules/wcwidth (Files): Remove lib/wcwidth.h.
308         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
309         (Include): Replace wcwidth.h with <wchar.h>.
310         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
311         * lib/mbchar.h: Don't include wcwidth.h.
312         * lib/mbswidth.c: Likewise.
313         * NEWS: Mention the change.
314
315 2007-07-07  Bruno Haible  <bruno@clisp.org>
316
317         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
318         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
319         definition with an external declaration.
320         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
321         defined as a function. Remove AC_C_INLINE requirement.
322         * modules/wcwidth (Files): Add lib/wcwidth.c.
323         (Makefile.am): Remove redundant statement.
324
325 2007-07-07  Bruno Haible  <bruno@clisp.org>
326
327         * MODULES.html.sh (Unicode string functions): Add the new modules.
328
329         * tests/uniwidth/test-u32-strwidth.c: New file.
330         * modules/uniwidth/u32-strwidth-tests: New file.
331
332         * lib/uniwidth/u32-strwidth.c: New file.
333         * modules/uniwidth/u32-strwidth: New file.
334
335         * tests/uniwidth/test-u16-strwidth.c: New file.
336         * modules/uniwidth/u16-strwidth-tests: New file.
337
338         * lib/uniwidth/u16-strwidth.c: New file.
339         * modules/uniwidth/u16-strwidth: New file.
340
341         * tests/uniwidth/test-u8-strwidth.c: New file.
342         * modules/uniwidth/u8-strwidth-tests: New file.
343
344         * lib/uniwidth/u8-strwidth.c: New file.
345         * modules/uniwidth/u8-strwidth: New file.
346
347         * tests/uniwidth/test-u32-width.c: New file.
348         * modules/uniwidth/u32-width-tests: New file.
349
350         * lib/uniwidth/u32-width.c: New file.
351         * modules/uniwidth/u32-width: New file.
352
353         * tests/uniwidth/test-u16-width.c: New file.
354         * modules/uniwidth/u16-width-tests: New file.
355
356         * lib/uniwidth/u16-width.c: New file.
357         * modules/uniwidth/u16-width: New file.
358
359         * tests/uniwidth/test-u8-width.c: New file.
360         * modules/uniwidth/u8-width-tests: New file.
361
362         * lib/uniwidth/u8-width.c: New file.
363         * modules/uniwidth/u8-width: New file.
364
365         * tests/uniwidth/test-uc_width.c: New file.
366         * modules/uniwidth/width-tests: New file.
367
368         * lib/uniwidth/width.c: New file, from GNU libiconv.
369         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
370         * modules/uniwidth/width: New file.
371
372         * lib/uniwidth.h: New file, from GNU libiconv.
373         * modules/uniwidth/base: New file.
374
375 2007-07-07  Bruno Haible  <bruno@clisp.org>
376
377         * lib/uniname.h: New file, from GNU gettext.
378         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
379         * lib/uniname/uninames.h: New file, from GNU gettext.
380         * lib/uniname/uniname.c: New file, from GNU gettext.
381         * tests/uniname/test-uninames.sh: New file.
382         * tests/uniname/test-uninames.c: New file, from GNU gettext.
383         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
384         * modules/uniname/base: New file.
385         * modules/uniname/uniname: New file.
386         * modules/uniname/uniname-tests: New file.
387         * MODULES.html.sh (Unicode string functions): Add the new modules.
388
389 2007-07-06  Bruno Haible  <bruno@clisp.org>
390
391         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
392
393 2007-07-06  Bruno Haible  <bruno@clisp.org>
394
395         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
396         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
397         includes <cygwin/sys_time.h> which includes <sys/select.h> which
398         include <sys/time.h>.
399         Reported by Eric Blake.
400
401 2007-07-06  Eric Blake  <ebb9@byu.net>
402
403         Fix testing canonicalize on cygwin.
404         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
405         Revert patch from 2007-06-19.
406         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
407         canonicalize module is also in use.
408         * tests/test-canonicalize.c: New file.
409         * tests/test-canonicalize.sh: Likewise.
410         * modules/canonicalize-tests: Likewise.
411
412 2007-07-06  Jim Meyering  <jim@meyering.net>
413
414         * lib/getugroups.c (getugroups): Detect getgrent failure.
415         Adjust comment to reflect reality: this function may return -1.
416
417 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
418
419         * build-aux/bootstrap (TP_URL,get_translations): Update to use
420         the new TP address.
421         (usage): Fix typo
422         (gnulib_mk): New variable.
423
424 2007-07-05  Jim Meyering  <jim@meyering.net>
425
426         Don't let endgrent clobber errno, no matter how improbable.
427         * lib/getugroups.c (getugroups): Save and restore errno around
428         endgrent call.
429
430         Close the group DB even when failing with 2^31 or more members.
431         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
432
433 2007-07-04  Jim Meyering  <jim@meyering.net>
434
435         * lib/getugroups.h: New file.
436         * lib/getugroups.c: Include "getugroups.h".
437         Remove uses of "register" keyword.
438         Move local variable, "cp", down into scope where used.
439         Give "username" parameter the "const" attribute.
440         * modules/getugroups (Files): Add lib/getugroups.h
441
442 2007-07-04  Karl Berry  <karl@gnu.org>
443
444         * MODULES.html.sh (func_all_modules): Complete rename of
445         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
446
447 2007-07-02  Bruno Haible  <bruno@clisp.org>
448
449         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
450         mode, when inttypes.h comes from gnulib.
451         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
452
453 2007-07-02  Simon Josefsson  <simon@josefsson.org>
454
455         * NEWS: Mention lgpl module name change.
456
457         * modules/lgpl-2.1: Renamed from lgpl.
458
459         * NEWS: Mention gpl module name change.
460
461         * modules/gpl-3.0: New file, based on gpl-2.0.
462
463         * modules/gpl-2.0: Renamed from gpl.
464
465         * modules/gpl: Fix filename, doc/gpl.texi is now found at
466         doc/gpl-2.0.texi.
467
468 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
469
470         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
471         #define __STDC_LIMIT_MACROS temporarily while including
472         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
473         Problem reported by Joel E. Denny in
474         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
475
476 2007-07-01  Bruno Haible  <bruno@clisp.org>
477
478         * lib/unistdio.h: New file.
479         * lib/unistdio/u-asnprintf.h: New file.
480         * lib/unistdio/u-asprintf.h: New file.
481         * lib/unistdio/u-printf-args.c: New file.
482         * lib/unistdio/u-printf-args.h: New file.
483         * lib/unistdio/u-printf-parse.h: New file.
484         * lib/unistdio/u-snprintf.h: New file.
485         * lib/unistdio/u-sprintf.h: New file.
486         * lib/unistdio/u-vasprintf.h: New file.
487         * lib/unistdio/u-vsnprintf.h: New file.
488         * lib/unistdio/u-vsprintf.h: New file.
489         * lib/unistdio/ulc-asnprintf.c: New file.
490         * lib/unistdio/ulc-asprintf.c: New file.
491         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
492         * lib/unistdio/ulc-printf-parse.c: New file.
493         * lib/unistdio/ulc-snprintf.c: New file.
494         * lib/unistdio/ulc-sprintf.c: New file.
495         * lib/unistdio/ulc-vasnprintf.c: New file.
496         * lib/unistdio/ulc-vasprintf.c: New file.
497         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
498         * lib/unistdio/ulc-vsnprintf.c: New file.
499         * lib/unistdio/ulc-vsprintf.c: New file.
500         * lib/unistdio/u8-asnprintf.c: New file.
501         * lib/unistdio/u8-asprintf.c: New file.
502         * lib/unistdio/u8-printf-parse.c: New file.
503         * lib/unistdio/u8-snprintf.c: New file.
504         * lib/unistdio/u8-sprintf.c: New file.
505         * lib/unistdio/u8-vasnprintf.c: New file.
506         * lib/unistdio/u8-vasprintf.c: New file.
507         * lib/unistdio/u8-vsnprintf.c: New file.
508         * lib/unistdio/u8-vsprintf.c: New file.
509         * lib/unistdio/u8-u8-asnprintf.c: New file.
510         * lib/unistdio/u8-u8-asprintf.c: New file.
511         * lib/unistdio/u8-u8-snprintf.c: New file.
512         * lib/unistdio/u8-u8-sprintf.c: New file.
513         * lib/unistdio/u8-u8-vasnprintf.c: New file.
514         * lib/unistdio/u8-u8-vasprintf.c: New file.
515         * lib/unistdio/u8-u8-vsnprintf.c: New file.
516         * lib/unistdio/u8-u8-vsprintf.c: New file.
517         * lib/unistdio/u16-asnprintf.c: New file.
518         * lib/unistdio/u16-asprintf.c: New file.
519         * lib/unistdio/u16-printf-parse.c: New file.
520         * lib/unistdio/u16-snprintf.c: New file.
521         * lib/unistdio/u16-sprintf.c: New file.
522         * lib/unistdio/u16-vasnprintf.c: New file.
523         * lib/unistdio/u16-vasprintf.c: New file.
524         * lib/unistdio/u16-vsnprintf.c: New file.
525         * lib/unistdio/u16-vsprintf.c: New file.
526         * lib/unistdio/u16-u16-asnprintf.c: New file.
527         * lib/unistdio/u16-u16-asprintf.c: New file.
528         * lib/unistdio/u16-u16-snprintf.c: New file.
529         * lib/unistdio/u16-u16-sprintf.c: New file.
530         * lib/unistdio/u16-u16-vasnprintf.c: New file.
531         * lib/unistdio/u16-u16-vasprintf.c: New file.
532         * lib/unistdio/u16-u16-vsnprintf.c: New file.
533         * lib/unistdio/u16-u16-vsprintf.c: New file.
534         * lib/unistdio/u32-asnprintf.c: New file.
535         * lib/unistdio/u32-asprintf.c: New file.
536         * lib/unistdio/u32-printf-parse.c: New file.
537         * lib/unistdio/u32-snprintf.c: New file.
538         * lib/unistdio/u32-sprintf.c: New file.
539         * lib/unistdio/u32-vasnprintf.c: New file.
540         * lib/unistdio/u32-vasprintf.c: New file.
541         * lib/unistdio/u32-vsnprintf.c: New file.
542         * lib/unistdio/u32-vsprintf.c: New file.
543         * lib/unistdio/u32-u32-asnprintf.c: New file.
544         * lib/unistdio/u32-u32-asprintf.c: New file.
545         * lib/unistdio/u32-u32-snprintf.c: New file.
546         * lib/unistdio/u32-u32-sprintf.c: New file.
547         * lib/unistdio/u32-u32-vasnprintf.c: New file.
548         * lib/unistdio/u32-u32-vasprintf.c: New file.
549         * lib/unistdio/u32-u32-vsnprintf.c: New file.
550         * lib/unistdio/u32-u32-vsprintf.c: New file.
551         * tests/unistdio/test-ulc-asnprintf1.c: New file.
552         * tests/unistdio/test-ulc-asnprintf1.h: New file.
553         * tests/unistdio/test-ulc-printf1.h: New file.
554         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
555         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
556         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
557         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
558         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
559         * tests/unistdio/test-ulc-vasprintf1.c: New file.
560         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
561         * tests/unistdio/test-ulc-vsprintf1.c: New file.
562         * tests/unistdio/test-u8-asnprintf1.c: New file.
563         * tests/unistdio/test-u8-asnprintf1.h: New file.
564         * tests/unistdio/test-u8-printf1.h: New file.
565         * tests/unistdio/test-u8-vasnprintf1.c: New file.
566         * tests/unistdio/test-u8-vasnprintf2.c: New file.
567         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
568         * tests/unistdio/test-u8-vasnprintf3.c: New file.
569         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
570         * tests/unistdio/test-u8-vasprintf1.c: New file.
571         * tests/unistdio/test-u8-vsnprintf1.c: New file.
572         * tests/unistdio/test-u8-vsprintf1.c: New file.
573         * tests/unistdio/test-u16-asnprintf1.c: New file.
574         * tests/unistdio/test-u16-asnprintf1.h: New file.
575         * tests/unistdio/test-u16-printf1.h: New file.
576         * tests/unistdio/test-u16-vasnprintf1.c: New file.
577         * tests/unistdio/test-u16-vasnprintf2.c: New file.
578         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
579         * tests/unistdio/test-u16-vasnprintf3.c: New file.
580         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
581         * tests/unistdio/test-u16-vasprintf1.c: New file.
582         * tests/unistdio/test-u16-vsnprintf1.c: New file.
583         * tests/unistdio/test-u16-vsprintf1.c: New file.
584         * tests/unistdio/test-u32-asnprintf1.c: New file.
585         * tests/unistdio/test-u32-asnprintf1.h: New file.
586         * tests/unistdio/test-u32-printf1.h: New file.
587         * tests/unistdio/test-u32-vasnprintf1.c: New file.
588         * tests/unistdio/test-u32-vasnprintf2.c: New file.
589         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
590         * tests/unistdio/test-u32-vasnprintf3.c: New file.
591         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
592         * tests/unistdio/test-u32-vasprintf1.c: New file.
593         * tests/unistdio/test-u32-vsnprintf1.c: New file.
594         * tests/unistdio/test-u32-vsprintf1.c: New file.
595         * modules/unistdio/base: New file.
596         * modules/unistdio/u-printf-args: New file.
597         * modules/unistdio/ulc-asnprintf: New file.
598         * modules/unistdio/ulc-asprintf: New file.
599         * modules/unistdio/ulc-fprintf: New file.
600         * modules/unistdio/ulc-printf-parse: New file.
601         * modules/unistdio/ulc-snprintf: New file.
602         * modules/unistdio/ulc-sprintf: New file.
603         * modules/unistdio/ulc-vasnprintf: New file.
604         * modules/unistdio/ulc-vasprintf: New file.
605         * modules/unistdio/ulc-vfprintf: New file.
606         * modules/unistdio/ulc-vsnprintf: New file.
607         * modules/unistdio/ulc-vsprintf: New file.
608         * modules/unistdio/u8-asnprintf: New file.
609         * modules/unistdio/u8-asprintf: New file.
610         * modules/unistdio/u8-printf-parse: New file.
611         * modules/unistdio/u8-snprintf: New file.
612         * modules/unistdio/u8-sprintf: New file.
613         * modules/unistdio/u8-vasnprintf: New file.
614         * modules/unistdio/u8-vasprintf: New file.
615         * modules/unistdio/u8-vsnprintf: New file.
616         * modules/unistdio/u8-vsprintf: New file.
617         * modules/unistdio/u8-u8-asnprintf: New file.
618         * modules/unistdio/u8-u8-asprintf: New file.
619         * modules/unistdio/u8-u8-snprintf: New file.
620         * modules/unistdio/u8-u8-sprintf: New file.
621         * modules/unistdio/u8-u8-vasnprintf: New file.
622         * modules/unistdio/u8-u8-vasprintf: New file.
623         * modules/unistdio/u8-u8-vsnprintf: New file.
624         * modules/unistdio/u8-u8-vsprintf: New file.
625         * modules/unistdio/u16-asnprintf: New file.
626         * modules/unistdio/u16-asprintf: New file.
627         * modules/unistdio/u16-printf-parse: New file.
628         * modules/unistdio/u16-snprintf: New file.
629         * modules/unistdio/u16-sprintf: New file.
630         * modules/unistdio/u16-vasnprintf: New file.
631         * modules/unistdio/u16-vasprintf: New file.
632         * modules/unistdio/u16-vsnprintf: New file.
633         * modules/unistdio/u16-vsprintf: New file.
634         * modules/unistdio/u16-u16-asnprintf: New file.
635         * modules/unistdio/u16-u16-asprintf: New file.
636         * modules/unistdio/u16-u16-snprintf: New file.
637         * modules/unistdio/u16-u16-sprintf: New file.
638         * modules/unistdio/u16-u16-vasnprintf: New file.
639         * modules/unistdio/u16-u16-vasprintf: New file.
640         * modules/unistdio/u16-u16-vsnprintf: New file.
641         * modules/unistdio/u16-u16-vsprintf: New file.
642         * modules/unistdio/u32-asnprintf: New file.
643         * modules/unistdio/u32-asprintf: New file.
644         * modules/unistdio/u32-printf-parse: New file.
645         * modules/unistdio/u32-snprintf: New file.
646         * modules/unistdio/u32-sprintf: New file.
647         * modules/unistdio/u32-vasnprintf: New file.
648         * modules/unistdio/u32-vasprintf: New file.
649         * modules/unistdio/u32-vsnprintf: New file.
650         * modules/unistdio/u32-vsprintf: New file.
651         * modules/unistdio/u32-u32-asnprintf: New file.
652         * modules/unistdio/u32-u32-asprintf: New file.
653         * modules/unistdio/u32-u32-snprintf: New file.
654         * modules/unistdio/u32-u32-sprintf: New file.
655         * modules/unistdio/u32-u32-vasnprintf: New file.
656         * modules/unistdio/u32-u32-vasprintf: New file.
657         * modules/unistdio/u32-u32-vsnprintf: New file.
658         * modules/unistdio/u32-u32-vsprintf: New file.
659         * modules/unistdio/ulc-asnprintf-tests: New file.
660         * modules/unistdio/ulc-vasnprintf-tests: New file.
661         * modules/unistdio/ulc-vasprintf-tests: New file.
662         * modules/unistdio/ulc-vsnprintf-tests: New file.
663         * modules/unistdio/ulc-vsprintf-tests: New file.
664         * modules/unistdio/u8-asnprintf-tests: New file.
665         * modules/unistdio/u8-vasnprintf-tests: New file.
666         * modules/unistdio/u8-vasprintf-tests: New file.
667         * modules/unistdio/u8-vsnprintf-tests: New file.
668         * modules/unistdio/u8-vsprintf-tests: New file.
669         * modules/unistdio/u16-asnprintf-tests: New file.
670         * modules/unistdio/u16-vasnprintf-tests: New file.
671         * modules/unistdio/u16-vasprintf-tests: New file.
672         * modules/unistdio/u16-vsnprintf-tests: New file.
673         * modules/unistdio/u16-vsprintf-tests: New file.
674         * modules/unistdio/u32-asnprintf-tests: New file.
675         * modules/unistdio/u32-vasnprintf-tests: New file.
676         * modules/unistdio/u32-vasprintf-tests: New file.
677         * modules/unistdio/u32-vsnprintf-tests: New file.
678         * modules/unistdio/u32-vsprintf-tests: New file.
679         * MODULES.html.sh (Unicode string functions): Add the new modules.
680
681 2007-07-01  Bruno Haible  <bruno@clisp.org>
682
683         * lib/sprintf.c (sprintf): Limit the available length estimation,
684         to avoid address wraparound.
685         * lib/vsprintf.c (vsprintf): Likewise.
686         * modules/sprintf-posix (Dependencies): Add stdint.
687         * modules/vsprintf-posix (Dependencies): Likewise.
688
689 2007-07-01  Bruno Haible  <bruno@clisp.org>
690
691         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
692         Windows PATH as well. Conservative double-quoting. Comments.
693
694 2007-07-01  Bruno Haible  <bruno@clisp.org>
695             Eric Blake  <ebb9@byu.net>
696             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
697
698         * gnulib-tool (self_abspathname): Fix algorithm to cope with
699         empty components in $PATH, denoting '.'.
700
701 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
702
703         * gnulib-tool: Fix indentation.
704         (func_create_megatestdir): Likewise.
705         Report by Bruno Haible.
706
707 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
708
709         Sync from Automake.
710         * build-aux/gnupload: Fix shell portability issues with for loops.
711         Report by Karl Berry.
712
713 2007-06-29  Simon Josefsson  <simon@josefsson.org>
714
715         * build-aux/maint.mk (POURL): Use translationproject.org.
716
717 2007-06-27  Simon Josefsson  <simon@josefsson.org>
718             Bruno Haible  <bruno@clisp.org>
719
720         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
721         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
722         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
723         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
724         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
725
726 2007-06-27  Bruno Haible  <bruno@clisp.org>
727
728         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
729         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
730
731 2007-06-26  Karl Berry  <karl@gnu.org>
732
733         * MODULES.html.sh: remove xreadlink-with-size.
734
735 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
736
737         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
738         method that I hope also handles the double-include problem noted
739         by Bruno Haible in
740         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
741
742 2007-06-23  Bruno Haible  <bruno@clisp.org>
743
744         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
745         Don't let the 'mostlyclean' target fail if the last subdirectory could
746         not be removed.
747         Reported by Karl Berry.
748
749 2007-06-23  Bruno Haible  <bruno@clisp.org>
750
751         * gnulib-tool (echo): Add a speedier workaround for ksh.
752         * tests/test-echo.sh: Likewise.
753
754 2007-06-23  Bruno Haible  <bruno@clisp.org>
755
756         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
757         * tests/test-echo.sh: Likewise.
758
759 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
760
761         * gnulib-tool (IFS): Initialize early, so we don't set it to
762         empty later.
763         (self_abspathname): Rewrite algorithm to set it, reindent.
764         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
765         (func_create_megatestdir): Merge some sed scripts.
766
767 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
768
769         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
770         exposed by Sun Studio 11 cc on Solaris 8.
771
772 2007-06-22  Bruno Haible  <bruno@clisp.org>
773
774         * gnulib-tool (echo): Ensure the echo primitive does not interpret
775         backslashes.
776         * tests/test-echo.sh: New file.
777
778 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
779
780         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
781         simplify `sed_replace_build_aux' scripts, they are portable but
782         echoing them with `echo' is not.
783         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
784
785 2007-06-21  Karl Berry  <karl@gnu.org>
786
787         * config/srclist.txt: guess we can't handle the licenses via
788         srclist at the moment.
789
790 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
791
792         * MODULES.html.sh: Add include_next.
793         * modules/include_next: New file.
794
795 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
796
797         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
798         INCLUDE_NEXT.
799         (gl_CHECK_NEXT_HEADERS): New macro.
800         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
801         the obsolescent gl_ABSOLUTE_HEADER.
802         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
803         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
804         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
805         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
806         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
807         * m4/math_h.m4 (gl_MATH_H): Likewise.
808         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
809         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
810         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
811         * m4/stdint.m4 (gl_STDINT_H): Likewise.
812         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
813         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
814         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
815         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
816         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
817         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
818         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
819         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
820         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
821         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
822         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
823         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
824         * m4/inttypes.m4 (gl_INTTYPES_H): Define
825         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
826         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
827         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
828         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
829         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
830         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
831         * lib/float_.h: Likewise.
832         * lib/inttypes_.h: Likewise.
833         * lib/math_.h: Likewise.
834         * lib/search_.h: Likewise.
835         * lib/signal_.h: Likewise.
836         * lib/stdint_.h: Likewise.
837         * lib/stdio_.h: Likewise.
838         * lib/stdlib_.h: Likewise.
839         * lib/string_.h: Likewise.
840         * lib/sys_stat_.h: Likewise.
841         * lib/sys_time_.h: Likewise.
842         * lib/time_.h: Likewise.
843         * lib/unistd_.h: Likewise.
844         * lib/wchar_.h: Likewise.
845         * lib/wctype_.h: Likewise.
846         * lib/dirent_.h: Likewise.
847         * lib/iconv_.h: Likewise.
848         * lib/locale_.h: Likewise.
849         * lib/netinet_in_.h: Likewise.
850         * lib/sys_select_.h: Likewise.
851         * lib/sys_socket_.h: Likewise.
852         * lib/sysexits_.h: Likewise.
853         * modules/fcntl (Depends-on): Depend on include_next, not
854         absolute_header.
855         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
856         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
857         * modules/fchdir: Likewise.
858         * modules/float: Likewise.
859         * modules/iconv_open: Likewise.
860         * modules/inttypes: Likewise.
861         * modules/locale: Likewise.
862         * modules/math: Likewise.
863         * modules/netinet_in: Likewise.
864         * modules/search: Likewise.
865         * modules/signal: Likewise.
866         * modules/stdint: Likewise.
867         * modules/stdio: Likewise.
868         * modules/stdlib: Likewise.
869         * modules/string: Likewise.
870         * modules/sys_select: Likewise.
871         * modules/sys_socket: Likewise.
872         * modules/sys_stat: Likewise.
873         * modules/sys_time: Likewise.
874         * modules/sysexits: Likewise.
875         * modules/time: Likewise.
876         * modules/unistd: Likewise.
877         * modules/wchar: Likewise.
878         * modules/wctype: Likewise.
879         * modules/sys_stat: Change maintainer to "all".
880         * modules/unistd: Likewise.
881
882 2007-06-20  Karl Berry  <karl@gnu.org>
883
884         * config/srclist.txt: track www changes in license files.
885
886 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
887
888         * build-aux/bootstrap: Remove stray dot.
889         Make sure build_aux settings are honored when linking
890         gnulib_extra_files.
891
892 2007-06-19  Eric Blake  <ebb9@byu.net>
893
894         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
895         Allow compilation on cygwin.
896
897 2007-06-19  Jim Meyering  <jim@meyering.net>
898
899         xreadlink-with-size: Remove module.  No longer used.
900         Ex-callers now use xreadlink or mreadlink-with-size.
901         * modules/xreadlink-with-size: Remove module.
902         * lib/xreadlink-with-size.c: Remove file.
903         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
904         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
905         just before the function definition *is* accurate.
906
907         Eliminate one way canonicalize_filename_mode could exit.
908         * lib/canonicalize.c (canonicalize_filename_mode):
909         Use mreadlink_with_size, not xreadlink_with_size.
910
911 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
912
913         Detect porting problems to FreeBSD/arm, which has time_t wider than
914         long int.  Original problem reported for GNU diff by Xin Li in
915         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
916         * modules/getdate (Depends-on): Add intprops, verify.
917         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
918         is an integer type no wider than long int.
919
920 2007-06-18  Jim Meyering  <jim@meyering.net>
921
922         New module: mreadlink-with-size.
923         * MODULES.html.sh: Add mreadlink-with-size.
924         * modules/mreadlink-with-size: New module
925         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
926         not xreadlink-with-size.
927         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
928
929 2007-06-16  Bruno Haible  <bruno@clisp.org>
930
931         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
932         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
933         Reported by Gary V. Vaughan <gary@gnu.org>.
934
935 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
936
937         Revamp lchown so that it lives in unistd.h where it belongs.
938         * lib/lchown.h: Remove.
939         * lib/dirchownmod.c: Don't include lib/lchown.h.
940         * lib/fchownat.c: Likewise.
941         * lib/openat.c: Likewise.
942         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
943         does not follow symlinks.
944         (EOPNOTSUPP): Define if not defined.
945         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
946         is defined to 0.
947         (lchown): New decl.
948         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
949         Do not check for lchown decl.
950         Set REPLACE_LCHOWN.
951         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
952         REPLACE_LCHOWN.
953         * modules/chown: Make it clear it follows symlinks.
954         * modules/lchown: Make it clear it doesn't follow symlinks.
955         (Files): Remove lib/lchown.h
956         (Depends-on): Add unistd.
957         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
958         (Include): Include <unistd.h>, not "lchown.h".
959         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
960         REPLACE_LCHOWN.
961
962 2007-06-15  Jim Meyering  <jim@meyering.net>
963
964         Change license (GPL to LGPL) of fsusage and dependents.
965         * modules/fsusage (License): Change to LGPL.
966         * modules/full-read (License): Likewise.
967         * modules/full-write (License): Likewise.
968         * modules/safe-read (License): Likewise.
969         * modules/safe-write (License): Likewise.
970
971 2007-06-14  Ben Pfaff  <blp@gnu.org>
972
973         Missing part of allocsa -> malloca transition.
974         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
975         gl_MALLOCA.
976
977 2007-06-12  Bruno Haible  <bruno@clisp.org>
978
979         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
980         to ia64, x86_64, i386.
981         Reported by Eric Blake.
982
983 2007-06-12  Bruno Haible  <bruno@clisp.org>
984
985         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
986         cross-compiling to x86_64.
987
988 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
989
990         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
991         glitch reported by Ralf Wildenhues in
992         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
993
994         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
995         Vin Shelton.
996
997 2007-06-11  Bruno Haible  <bruno@clisp.org>
998
999         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1000         replacement string.
1001         Reported by Eric Blake.
1002
1003 2007-06-10  Bruno Haible  <bruno@clisp.org>
1004
1005         Prepare vasnprintf code for use with Unicode strings.
1006         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1007         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1008         TYPE_U32_STRING.
1009         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1010         a_u32_string variants.
1011         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1012         * lib/printf-args.c: Don't include config.h and the specification
1013         header if PRINTF_FETCHARGS is already defined.
1014         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1015         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1016         TYPE_U16_STRING, TYPE_U32_STRING.
1017         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1018         u16_directive, u16_directives, u32_directive, u32_directives): New
1019         types.
1020         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1021         New declarations.
1022         * lib/printf-parse.c: Don't include config.h and the specification
1023         header if PRINTF_PARSE is already defined. Eliminate the set of
1024         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1025         them now. Include c-ctype.h.
1026         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1027         directive and CHAR_T_ONLY_ASCII.
1028         * lib/vasnprintf.c: Don't include config.h and the specification header
1029         if VASNPRINTF is already defined.
1030         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1031         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1032         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1033         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1034         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1035         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1036         code accordingly.
1037         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1038         pad_ourselves also in this case, with the 'c' and 's' directives, and
1039         with a different notion of "width".
1040         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1041
1042 2007-06-10  Bruno Haible  <bruno@clisp.org>
1043
1044         * modules/unistr/u32-mbsnlen: New file.
1045         * lib/unistr/u32-mbsnlen.c: New file.
1046
1047         * modules/unistr/u16-mbsnlen: New file.
1048         * lib/unistr/u16-mbsnlen.c: New file.
1049
1050         * modules/unistr/u8-mbsnlen: New file.
1051         * lib/unistr/u8-mbsnlen.c: New file.
1052
1053         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1054         declarations.
1055
1056 2007-06-10  Bruno Haible  <bruno@clisp.org>
1057
1058         * lib/string_.h (mbsnlen): New declaration.
1059         * lib/mbsnlen.c: New file.
1060         * m4/mbsnlen.m4: New file.
1061         * modules/mbsnlen: New file.
1062         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1063         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1064         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1065
1066 2007-06-10  Bruno Haible  <bruno@clisp.org>
1067
1068         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1069
1070 2007-06-10  Bruno Haible  <bruno@clisp.org>
1071
1072         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1073         * lib/mbuiter.h: Likewise.
1074
1075 2007-06-10  Bruno Haible  <bruno@clisp.org>
1076
1077         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1078         declaration.
1079
1080 2007-06-10  Karl Berry  <karl@gnu.org>
1081
1082         * config/srclist.txt: remove gettext entries, Bruno prefers
1083         to update individually.
1084
1085 2007-06-10  Bruno Haible  <bruno@clisp.org>
1086
1087         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1088         'maxlen'. Ensure only length + width bytes are allocated, not
1089         length + 1 + width.
1090
1091 2007-06-09  Bruno Haible  <bruno@clisp.org>
1092
1093         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1094         (CHAR_T): Remove macro.
1095         (VASNPRINTF): Update.
1096
1097 2007-06-09  Bruno Haible  <bruno@clisp.org>
1098
1099         * MODULES.html.sh (Unicode string functions): Add the new modules.
1100
1101         * modules/uniconv/u32-conv-to-enc: New file.
1102         * lib/uniconv/u32-conv-to-enc.c: New file.
1103         * modules/uniconv/u32-conv-to-enc-tests: New file.
1104         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1105
1106         * modules/uniconv/u16-conv-to-enc: New file.
1107         * lib/uniconv/u16-conv-to-enc.c: New file.
1108         * lib/uniconv/u-conv-to-enc.h: New file.
1109         * modules/uniconv/u16-conv-to-enc-tests: New file.
1110         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1111
1112         * modules/uniconv/u8-conv-to-enc: New file.
1113         * lib/uniconv/u8-conv-to-enc.c: New file.
1114         * modules/uniconv/u8-conv-to-enc-tests: New file.
1115         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1116
1117         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1118         u32_conv_to_encoding): New declarations.
1119
1120 2007-06-09  Bruno Haible  <bruno@clisp.org>
1121
1122         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1123
1124 2007-06-09  Bruno Haible  <bruno@clisp.org>
1125
1126         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1127         * modules/malloca: Renamed from modules/allocsa, updated.
1128         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1129         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1130         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1131         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1132         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1133         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1134         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1135         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1136         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1137         * modules/c-strcasestr (Depends-on): Update.
1138         * lib/c-strcasestr.c: Update.
1139         * modules/c-strstr (Depends-on): Update.
1140         * lib/c-strstr.c: Update.
1141         * modules/canonicalize-lgpl (Depends-on): Update.
1142         * lib/canonicalize-lgpl.c: Update.
1143         * modules/clean-temp (Depends-on): Update.
1144         * lib/clean-temp.c: Update.
1145         * modules/csharpcomp (Depends-on): Update.
1146         * lib/csharpcomp.c: Update.
1147         * modules/csharpexec (Depends-on): Update.
1148         * lib/csharpexec.c: Update.
1149         * modules/javacomp (Depends-on): Update.
1150         * lib/javacomp.c: Update.
1151         * modules/javaexec (Depends-on): Update.
1152         * lib/javaexec.c: Update.
1153         * modules/mbscasestr (Depends-on): Update.
1154         * lib/mbscasestr.c: Update.
1155         * modules/mbsstr (Depends-on): Update.
1156         * lib/mbsstr.c: Update.
1157         * modules/setenv (Depends-on): Update.
1158         * lib/setenv.c: Update.
1159         * modules/strcasestr (Depends-on): Update.
1160         * lib/strcasestr.c: Update.
1161         * modules/striconveha (Depends-on): Update.
1162         * lib/striconveha.c: Update.
1163         * modules/relocatable-prog-wrapper (Files): Update.
1164         * lib/relocwrapper.c: Update.
1165         * build-aux/install-reloc: Update.
1166         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1167
1168 2007-06-08  Bruno Haible  <bruno@clisp.org>
1169
1170         Port to uClibc.
1171         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1172         * lib/fpurge.c (fpurge): Likewise.
1173         * lib/freading.c (freading): Likewise.
1174         * lib/fseeko.c (rpl_fseeko): Likewise.
1175         * lib/fseterr.c (fseterr): Likewise.
1176         * lib/fwriting.c (fwriting): Likewise.
1177         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1178
1179 2007-06-08  Bruno Haible  <bruno@clisp.org>
1180
1181         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1182         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1183         * modules/gettext (Files): Add m4/intlmacosx.m4.
1184
1185 2007-06-07  Bruno Haible  <bruno@clisp.org>
1186
1187         * modules/localename-tests: New file.
1188         * tests/test-localename.c: New file.
1189
1190         New module 'localename'.
1191         * lib/localename.h: New file.
1192         * lib/localename.c: New file, from GNU gettext.
1193         * m4/localename.m4: New file.
1194         * modules/localename: New file.
1195
1196 2007-06-07  Bruno Haible  <bruno@clisp.org>
1197
1198         Work around the lack of <wchar.h> on some builds of uClibc.
1199         * doc/headers/wchar.texi: Update.
1200         * lib/wchar_.h: Include <wchar.h> only if it exists.
1201         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1202         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1203         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1204         doesn't exist.
1205         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1206         * modules/mbfile (Depends-on): Add wchar.
1207         * modules/mbiter (Depends-on): Likewise.
1208         * modules/mbuiter (Depends-on): Likewise.
1209         Reported by Simon Josefsson.
1210
1211 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1212
1213         Work around problem reported by Steven M. Schweda in
1214         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1215         Tru64 5.1B with the Compaq compiler environment installed declares
1216         an 'isblank' function but does not define it in the C library.
1217         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1218         * lib/regex_internal.h (isblank): Likewise.
1219         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1220         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1221
1222 2007-06-05  Bruno Haible  <bruno@clisp.org>
1223
1224         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1225         ia64.
1226         * modules/printf-safe: New file.
1227         * modules/fprintf-posix (Depends-on): Add printf-safe.
1228         * modules/printf-posix (Depends-on): Likewise.
1229         * modules/snprintf-posix (Depends-on): Likewise.
1230         * modules/sprintf-posix (Depends-on): Likewise.
1231         * modules/vasnprintf-posix (Depends-on): Likewise.
1232         * modules/vasprintf-posix (Depends-on): Likewise.
1233         * modules/vfprintf-posix (Depends-on): Likewise.
1234         * modules/vprintf-posix (Depends-on): Likewise.
1235         * modules/vsnprintf-posix (Depends-on): Likewise.
1236         * modules/vsprintf-posix (Depends-on): Likewise.
1237         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1238         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1239         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1240         "no" on i386, x86_64, ia64.
1241         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1242         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1243         on i386, x86_64, ia64.
1244         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1245         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1246         on i386, x86_64, ia64.
1247         * tests/test-vasnprintf-posix.c: Include float.h.
1248         (LDBL80_WORDS): New macro.
1249         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1250         on i386, x86_64, ia64.
1251         * tests/test-vasprintf-posix.c: Include float.h.
1252         (LDBL80_WORDS): New macro.
1253         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1254         on i386, x86_64, ia64.
1255         * tests/test-snprintf-posix.c: Include float.h.
1256         * tests/test-sprintf-posix.c: Likewise.
1257         * tests/test-vsnprintf-posix.c: Likewise.
1258         * tests/test-vsprintf-posix.c: Likewise.
1259
1260 2007-06-05  Bruno Haible  <bruno@clisp.org>
1261
1262         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1263         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1264         non-IEEE numbers on i386, x86_64, ia64.
1265         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1266         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1267         * tests/test-isnanl.h: Include float.h.
1268         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1269
1270 2007-06-05  Bruno Haible  <bruno@clisp.org>
1271
1272         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1273         also the %a / %A. Handle the %a / %A code before this extra handling.
1274
1275 2007-06-05  Bruno Haible  <bruno@clisp.org>
1276
1277         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1278         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1279
1280 2007-06-05  Bruno Haible  <bruno@clisp.org>
1281
1282         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1283         typo in variable name.
1284
1285 2007-06-05  Eric Blake  <ebb9@byu.net>
1286
1287         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1288         Reported by Simon Josefsson.
1289
1290 2007-06-04  Bruno Haible  <bruno@clisp.org>
1291
1292         Avoid test failures on some PowerPC platforms.
1293         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1294         Define differently for PowerPC.
1295         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1296         Reported by Gary V. Vaughan <gary@gnu.org>.
1297
1298 2007-06-02  Bruno Haible  <bruno@clisp.org>
1299
1300         Fix test-stdint failure on FreeBSD/ia64.
1301         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1302         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1303         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1304         * doc/headers/stdint.texi: Update.
1305
1306 2007-06-01  Bruno Haible  <bruno@clisp.org>
1307
1308         * tests/test-binary-io.c (main): Pass a third argument to open().
1309         Reported by Gary V. Vaughan <gary@gnu.org>.
1310
1311 2007-06-01  Bruno Haible  <bruno@clisp.org>
1312
1313         * doc/functions/frexpl.texi: Update for mingw.
1314
1315 2007-06-01  Bruno Haible  <bruno@clisp.org>
1316
1317         * tests/test-lseek.c (main): Disable test of errno for invalid third
1318         argument.
1319         * doc/functions/lseek.texi: Update.
1320         Reported by Gary V. Vaughan <gary@gnu.org>.
1321
1322 2007-05-28  Bruno Haible  <bruno@clisp.org>
1323
1324         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1325
1326 2007-05-31  Eric Blake  <ebb9@byu.net>
1327
1328         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1329         cross compiling.
1330
1331 2007-05-30  Eric Blake  <ebb9@byu.net>
1332         and Bruno Haible  <bruno@clisp.org>
1333
1334         Work around mingw test failures exposed by m4-1.4.9b.
1335         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1336         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1337         moment.
1338
1339 2007-05-30  Bruno Haible  <bruno@clisp.org>
1340
1341         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1342         assuming that they are closed. Needed on HP-UX 11.
1343
1344 2007-05-29  Bruno Haible  <bruno@clisp.org>
1345
1346         Fix a problem with #include_next.
1347         * lib/dirent_.h: Split the double-inclusion guard.
1348         * lib/fcntl_.h: Likewise.
1349         * lib/float_.h: Likewise.
1350         * lib/iconv_.h: Likewise.
1351         * lib/inttypes_.h: Likewise.
1352         * lib/locale_.h: Likewise.
1353         * lib/math_.h: Likewise.
1354         * lib/netinet_in_.h: Likewise.
1355         * lib/search_.h: Likewise.
1356         * lib/signal_.h: Likewise.
1357         * lib/stdint_.h: Likewise.
1358         * lib/stdio_.h: Likewise.
1359         * lib/stdlib_.h: Likewise.
1360         * lib/string_.h: Likewise.
1361         * lib/sys_select_.h: Likewise.
1362         * lib/sys_socket_.h: Likewise.
1363         * lib/sys_stat_.h: Likewise.
1364         * lib/sys_time_.h: Likewise.
1365         * lib/sysexits_.h: Likewise.
1366         * lib/time_.h: Likewise.
1367         * lib/unistd_.h: Likewise.
1368         * lib/wchar_.h: Likewise.
1369         * lib/wctype_.h: Likewise.
1370
1371 2007-05-29  Bruno Haible  <bruno@clisp.org>
1372
1373         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1374         for the moment.
1375
1376 2007-05-29  Bruno Haible  <bruno@clisp.org>
1377
1378         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1379         invocation.
1380         Reported by Eric Blake.
1381
1382 2007-05-29  Bruno Haible  <bruno@clisp.org>
1383
1384         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1385         compiling case.
1386
1387 2007-05-29  Eric Blake  <ebb9@byu.net>
1388             Bruno Haible  <bruno@clisp.org>
1389
1390         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1391         cross compiles.
1392
1393 2007-05-28  Eric Blake  <ebb9@byu.net>
1394
1395         * modules/closein-tests (test_closein_LDADD): Support test on
1396         cygwin with libtool.
1397
1398 2007-05-28  Bruno Haible  <bruno@clisp.org>
1399
1400         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1401         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1402         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1403         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1404         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1405         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1406         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1407         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1408         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1409
1410 2007-05-28  Eric Blake  <ebb9@byu.net>
1411
1412         Unconditionally include <config.h> in unit tests.
1413         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1414         * tests/test-allocsa.c, tests/test-arcfour.c,
1415         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1416         tests/test-array_list.c, tests/test-array_oset.c,
1417         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1418         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1419         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1420         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1421         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1422         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1423         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1424         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1425         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1426         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1427         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1428         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1429         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1430         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1431         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1432         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1433         test-md5.c, test-memmem.c, test-printf-posix.c,
1434         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1435         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1436         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1437         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1438         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1439         test-vasnprintf-posix2.c, test-vasnprintf.c,
1440         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1441         test-vfprintf-posix.c, test-vprintf-posix.c,
1442         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1443         test-xvasprintf.c: Likewise.
1444
1445 2007-05-28  Bruno Haible  <bruno@clisp.org>
1446
1447         * gnulib-tool (func_import): Remember the --with-tests command-line
1448         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1449         Reported by Eric Blake.
1450
1451 2007-05-28  Bruno Haible  <bruno@clisp.org>
1452
1453         * modules/ftell-tests: New file.
1454         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1455         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1456
1457         * lib/ftell.c: New file.
1458         * modules/ftell: New file.
1459         * m4/ftell.m4: New file.
1460         * doc/functions/ftell.texi: Update.
1461         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1462         REPLACE_FTELL.
1463         * lib/stdio_.h (rpl_ftell): New declaration.
1464         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1465         REPLACE_FTELL.
1466
1467 2007-05-28  Eric Blake  <ebb9@byu.net>
1468
1469         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1470
1471 2007-05-28  Bruno Haible  <bruno@clisp.org>
1472
1473         * modules/fseek-tests: New file.
1474         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1475         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1476
1477         * lib/fseek.c: New file.
1478         * modules/fseek: New file.
1479         * m4/fseek.m4: New file.
1480         * doc/functions/fseek.texi: Update.
1481         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1482         REPLACE_FSEEK.
1483         * lib/stdio_.h (rpl_fseek): New declaration.
1484         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1485         REPLACE_FSEEK.
1486
1487 2007-05-28  Bruno Haible  <bruno@clisp.org>
1488
1489         * lib/stdio_.h (fflush): More comments.
1490
1491 2007-05-28  Bruno Haible  <bruno@clisp.org>
1492
1493         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1494         runtime test.
1495
1496 2007-05-28  Eric Blake  <ebb9@byu.net>
1497
1498         Improve lseek module.
1499         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1500         * lib/unistd_.h (lseek): Scale back link warning message.
1501         * tests/test-lseek.c: Beef up test.
1502         * tests/test-lseek.sh: Exercise more facets of lseek.
1503         Reported by Bruno Haible.
1504
1505 2007-05-28  Bruno Haible  <bruno@clisp.org>
1506
1507         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1508         to define.
1509
1510 2007-05-27  Bruno Haible  <bruno@clisp.org>
1511
1512         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1513
1514 2007-05-27  Bruno Haible  <bruno@clisp.org>
1515
1516         * modules/openmp: New file.
1517         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1518         Noah Misch.
1519
1520 2007-05-26  Bruno Haible  <bruno@clisp.org>
1521
1522         * modules/chdir-long (Depends-on): Add fchdir.
1523         * modules/chdir-safer (Depends-on): Likewise.
1524         * modules/fts (Depends-on): Likewise.
1525         * modules/fts-lgpl (Depends-on): Likewise.
1526         * modules/openat (Depends-on): Likewise.
1527         * modules/savewd (Depends-on): Likewise.
1528
1529 2007-05-24  Eric Blake  <ebb9@byu.net>
1530
1531         Fix lseek on mingw.
1532         * modules/lseek: New module.
1533         * m4/lseek.m4: New file.
1534         * lib/lseek.c: New file.
1535         * modules/lseek-tests: New file.
1536         * tests/test-lseek.c: New file.
1537         * tests/test-lseek.sh: New file.
1538         * MODULES.html.sh: Document lseek module.
1539         * modules/fflush (Depends-on): Add lseek, fseeko.
1540         * modules/fseeko (Depends-on): Likewise.
1541         * modules/ftello (Depends-on): Likewise.
1542         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1543         broken.
1544         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1545         broken.
1546         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1547         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1548         * lib/ftello.c (rpl_ftello): Likewise.
1549         * tests/test-fseeko.c (main): Test this.
1550         * tests/test-fseeko.sh: Likewise.
1551         * tests/test-ftello.c (main): Likewise.
1552         * tests/test-ftello.sh: Likewise.
1553         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1554         implies replacing fseek.
1555         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1556         HAVE_FTELLO.
1557         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1558         * modules/unistd (Makefile.am): Likewise.
1559         * lib/unistd_.h (lseek): Declare a replacement.
1560         * doc/functions/lseek.texi (lseek): Document this fix.
1561         * doc/functions/fseek.texi (fseek): Likewise.
1562         * doc/functions/ftell.texi (ftell): Likewise.
1563
1564 2007-05-24  Bruno Haible  <bruno@clisp.org>
1565
1566         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1567         in the printed representation of a NaN.
1568         * tests/test-vasprintf-posix.c (test_function): Likewise.
1569         * tests/test-snprintf-posix.h (test_function): Likewise.
1570         * tests/test-sprintf-posix.h (test_function): Likewise.
1571         Reported by Eric Blake.
1572
1573 2007-05-23  Eric Blake  <ebb9@byu.net>
1574
1575         Fix fseeko/ftello on cygwin 1.5.24.
1576         * doc/functions/fseeko.texi (fseeko): Document the fix.
1577         * doc/functions/ftello.texi (ftello): Document the fix.
1578         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1579         * doc/functions/stdout.text (stdout): New file.
1580         * doc/functions/stderr.text (stderr): New file.
1581         * doc/gnulib.texi (Function Substitutes): Use new files.
1582         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1583         prior to 1.7.0.
1584         * tests/test-ftello.c (main): Likewise for ftello.
1585         * tests/test-fseeko.sh: New file.
1586         * tests/test-ftello.sh: New file.
1587         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1588         with seekable stdin.
1589         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1590         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1591         (gl_REPLACE_FSEEKO): New macro.
1592         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1593         * modules/fseeko (Files): Distribute fseeko.c.
1594         * modules/ftello (Files): Distribute ftello.c.
1595         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1596         mode.
1597         * lib/ftello.c (rpl_ftello): New file.
1598         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1599         fseeko, ftello.
1600         (gl_STDIN_LARGE_OFFSET): New macro.
1601         * modules/stdio (Makefile.am): Perform the replacement.
1602         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1603
1604 2007-05-23  Bruno Haible  <bruno@clisp.org>
1605
1606         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1607         GNULIB_POSIXCHECK is defined.
1608
1609 2007-05-21  Bruno Haible  <bruno@clisp.org>
1610
1611         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1612         Check also the output for NaN arguments. When cross-compiling, guess
1613         no on IRIX.
1614         * lib/vasnprintf.c: Update comments.
1615         * tests/test-vasnprintf-posix.c (strisnan): New function.
1616         (test_function): Use it.
1617         * tests/test-vasprintf-posix.c (strisnan): New function.
1618         (test_function): Use it.
1619         * tests/test-snprintf-posix.h (strisnan): New function.
1620         (test_function): Use it.
1621         * tests/test-sprintf-posix.h (strisnan): New function.
1622         (test_function): Use it.
1623         Reported by Eric Blake.
1624
1625 2007-05-20  Bruno Haible  <bruno@clisp.org>
1626
1627         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1628         numbers that fails on BeOS.
1629         * doc/functions/frexpl.texi: Update.
1630
1631 2007-05-20  Jim Meyering  <jim@meyering.net>
1632
1633         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1634         forced upon us by glibc-2.6.
1635
1636 2007-05-20  Bruno Haible  <bruno@clisp.org>
1637
1638         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1639         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1640         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1641         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1642         NEED_PRINTF_INFINITE.
1643         (is_infinitel): New function.
1644         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1645         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1646         gl_PREREQ_VASNPRINTF_INFINITE.
1647         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1648         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1649         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1650         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1651         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1652         gl_PREREQ_VASNPRINTF_INFINITE.
1653         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1654         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1655         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1656         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1657         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1658         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1659         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1660         * doc/functions/fprintf.texi: Update.
1661         * doc/functions/printf.texi: Update.
1662         * doc/functions/snprintf.texi: Update.
1663         * doc/functions/sprintf.texi: Update.
1664         * doc/functions/vfprintf.texi: Update.
1665         * doc/functions/vprintf.texi: Update.
1666         * doc/functions/vsnprintf.texi: Update.
1667         * doc/functions/vsprintf.texi: Update.
1668
1669 2007-05-20  Bruno Haible  <bruno@clisp.org>
1670
1671         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1672         was not found in libc.
1673         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1674
1675 2007-05-20  Bruno Haible  <bruno@clisp.org>
1676
1677         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1678         printed as "-nan" instead of "nan".
1679         * tests/test-vasprintf-posix.c (test_function): Likewise.
1680         * tests/test-snprintf-posix.h (test_function): Likewise.
1681         * tests/test-sprintf-posix.h (test_function): Likewise.
1682         Needed for HP-UX 11.
1683
1684 2007-05-20  Jim Meyering  <jim@meyering.net>
1685
1686         Fix buggy test for the fchownat-deref bug.
1687         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1688         symlink required for the run-test.  Without it, this test would
1689         always declare that fchownat doesn't work, and client code would
1690         unnecessarily use the replacement function with fixed libc.
1691         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1692         Reported by Greg Schafer.
1693
1694 2007-05-19  Bruno Haible  <bruno@clisp.org>
1695
1696         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1697         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1698         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1699         Needed for IRIX 6.5 and Solaris 2.5.1.
1700
1701 2007-05-19  Bruno Haible  <bruno@clisp.org>
1702
1703         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1704         (test_function): Skip tests involving -0.0 on platforms where
1705         -0.0 = 0.0.
1706         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1707         (test_function): Skip tests involving -0.0 on platforms where
1708         -0.0 = 0.0.
1709         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1710         (test_function): Skip tests involving -0.0 on platforms where
1711         -0.0 = 0.0.
1712         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1713         (test_function): Skip tests involving -0.0 on platforms where
1714         -0.0 = 0.0.
1715         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1716         tests.
1717         * tests/test-printf-posix.h (test_function): Likewise.
1718         * tests/test-printf-posix.output: Remove all -0.0 related results.
1719         Needed for IRIX 6.5.
1720
1721 2007-05-19  Bruno Haible  <bruno@clisp.org>
1722
1723         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1724         printed as "nan0x7fffffff" instead of "nan".
1725         * tests/test-vasprintf-posix.c (test_function): Likewise.
1726         * tests/test-snprintf-posix.h (test_function): Likewise.
1727         * tests/test-sprintf-posix.h (test_function): Likewise.
1728         * tests/test-fprintf-posix.h (NaN): Remove macro.
1729         (test_function): Remove all NaN related tests.
1730         * tests/test-printf-posix.h (NaN): Remove macro.
1731         (test_function): Remove all NaN related tests.
1732         * tests/test-printf-posix.output: Remove all NaN related results.
1733         Needed for IRIX 6.5.
1734
1735 2007-05-19  Bruno Haible  <bruno@clisp.org>
1736
1737         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1738         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1739
1740 2007-05-19  Bruno Haible  <bruno@clisp.org>
1741
1742         * lib/float_.h: New file.
1743         * m4/float_h.m4: New file.
1744         * modules/float: New file.
1745         * modules/isnanl (Dependencies): Add float.
1746         * modules/isnanl-nolibm (Dependencies): Likewise.
1747         * modules/mathl (Dependencies): Likewise.
1748         * modules/printf-frexpl (Dependencies): Likewise.
1749         * modules/signbit (Dependencies): Likewise.
1750         * modules/vasnprintf (Dependencies): Likewise.
1751         * doc/headers/float.texi: Update.
1752
1753 2007-05-19  Jim Meyering  <jim@meyering.net>
1754
1755         * lib/utimens.c (gl_futimens): Rename from futimens,
1756         now that glibc-2.6 declares futimens.
1757         * lib/utimens.h: Likewise.
1758
1759 2007-05-19  Bruno Haible  <bruno@clisp.org>
1760
1761         Avoid test failures on mingw.
1762         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1763         * tests/test-printf-posix.sh: Likewise.
1764         * tests/test-vfprintf-posix.sh: Likewise.
1765         * tests/test-vprintf-posix.sh: Likewise.
1766
1767 2007-05-19  Bruno Haible  <bruno@clisp.org>
1768
1769         Fix *printf result for NaN, Inf, -0.0 on mingw.
1770         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1771         * lib/vasnprintf.c: Include math.h and isnan.h.
1772         (is_infinite_or_zero): New function.
1773         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1774         values in the %f, %F, %e, %E, %g, %G directives.
1775         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1776         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1777         gl_PRINTF_INFINITE and test its result. Invoke
1778         gl_PREREQ_VASNPRINTF_INFINITE.
1779         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1780         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1781         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1782         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1783         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1784         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1785         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1786         * doc/functions/fprintf.texi: Update.
1787         * doc/functions/printf.texi: Update.
1788         * doc/functions/snprintf.texi: Update.
1789         * doc/functions/sprintf.texi: Update.
1790         * doc/functions/vfprintf.texi: Update.
1791         * doc/functions/vprintf.texi: Update.
1792         * doc/functions/vsnprintf.texi: Update.
1793         * doc/functions/vsprintf.texi: Update.
1794
1795 2007-05-19  Bruno Haible  <bruno@clisp.org>
1796
1797         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1798         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1799         Instead of multiplying with 10^k, set extra_zeroes to k.
1800         (scale10_round_long_double): Remove function.
1801
1802 2007-05-18  Bruno Haible  <bruno@clisp.org>
1803
1804         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1805         introduced on 2007-05-06.
1806
1807 2007-05-18  Bruno Haible  <bruno@clisp.org>
1808
1809         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1810         %g directives.
1811         * tests/test-vasprintf-posix.c (test_function): Likewise.
1812         * tests/test-snprintf-posix.h (test_function): Likewise.
1813         * tests/test-sprintf-posix.h (test_function): Likewise.
1814
1815 2007-05-18  Bruno Haible  <bruno@clisp.org>
1816
1817         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1818         (strmatch): New function.
1819         (test_function): Test the %f directive on numbers of various exponents.
1820         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1821         (strmatch): New function.
1822         (test_function): Test the %f directive on numbers of various exponents.
1823         * tests/test-snprintf-posix.h (strmatch): New function.
1824         (test_function): Test the %f directive on numbers of various exponents.
1825         * tests/test-sprintf-posix.h (strmatch): New function.
1826         (test_function): Test the %f directive on numbers of various exponents.
1827         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1828         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1829         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1830         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1831
1832 2007-05-18  Bruno Haible  <bruno@clisp.org>
1833
1834         Add support for 'long double' number output.
1835         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1836         * lib/vasnprintf.c: Include math.h and float+.h.
1837         (mp_limb_t): New type.
1838         (GMP_LIMB_BITS): New macro.
1839         (mp_twolimb_t): New type.
1840         (GMP_TWOLIMB_BITS): New macro.
1841         (mpn_t): New type.
1842         (multiply, divide, convert_to_decimal, decode_long_double,
1843         scale10_round_long_double, scale10_round_decimal_long_double,
1844         floorlog10l): New functions.
1845         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1846         for the %f, %F, %e, %E, %g, %G directives.
1847         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1848         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1849         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1850         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1851         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1852         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1853         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1854         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1855         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1856         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1857         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1858         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1859         * modules/snprintf-posix (Depends-on): Likewise.
1860         * modules/sprintf-posix (Depends-on): Likewise.
1861         * modules/vasnprintf-posix (Depends-on): Likewise.
1862         * modules/vasprintf-posix (Depends-on): Likewise.
1863         * modules/vfprintf-posix (Depends-on): Likewise.
1864         * modules/vsnprintf-posix (Depends-on): Likewise.
1865         * modules/vsprintf-posix (Depends-on): Likewise.
1866         * modules/vasnprintf (Files): Add lib/float+.h.
1867         * doc/functions/fprintf.texi: Update.
1868         * doc/functions/printf.texi: Update.
1869         * doc/functions/snprintf.texi: Update.
1870         * doc/functions/sprintf.texi: Update.
1871         * doc/functions/vfprintf.texi: Update.
1872         * doc/functions/vprintf.texi: Update.
1873         * doc/functions/vsnprintf.texi: Update.
1874         * doc/functions/vsprintf.texi: Update.
1875
1876 2007-05-18  Bruno Haible  <bruno@clisp.org>
1877
1878         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1879
1880 2007-05-18  Bruno Haible  <bruno@clisp.org>
1881
1882         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1883         for printing 64-bit integers. Needed for mingw.
1884
1885 2007-05-18  Bruno Haible  <bruno@clisp.org>
1886
1887         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1888         gl_FUNC_FREXPL_WORKS.
1889         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1890
1891 2007-05-18  Bruno Haible  <bruno@clisp.org>
1892
1893         * modules/frexpl-nolibm-tests: New file.
1894
1895         * modules/frexpl-nolibm: New file.
1896         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1897
1898 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1899
1900         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1901         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1902         GCC 4.2, which otherwise issues a lot of warnings.
1903         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1904         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1905         Likewise.
1906         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1907         * modules/iconv_open (iconv.h): Likewise.
1908         * modules/locale (locale.h): Likewise.
1909         * modules/netinet_in (netinet/in.h): Likewise.
1910         * modules/sys_select (sys_select.h): Likewise.
1911         * modules/sys_socket (sys/socket.h): Likewise.
1912         * modules/sys_stat (sys/stat.h): Likewise.
1913         * modules/sysexits (sysexits.h): Likewise.
1914         * modules/unistd (unistd.h): Likewise.
1915
1916 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1917
1918         * modules/closein-tests (Makefile.am): Distribute
1919         `test-closein.sh'.
1920
1921 2007-05-17  Bruno Haible  <bruno@clisp.org>
1922
1923         * tests/test-printf-posix.output: Renamed from
1924         tests/test-fprintf-posix.out.
1925         * modules/fprintf-posix-tests: Update.
1926         * modules/printf-posix-tests: Update.
1927         * modules/vfprintf-posix-tests: Update.
1928         * modules/vprintf-posix-tests: Update.
1929         * tests/test-fprintf-posix.sh: Update.
1930         * tests/test-printf-posix.sh: Update.
1931         * tests/test-vfprintf-posix.sh: Update.
1932         * tests/test-vprintf-posix.sh: Update.
1933         Reported by Ralf Wildenhues.
1934
1935 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1936
1937         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1938         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1939         GCC 4.2, which otherwise issues a lot of warnings.
1940         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1941         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1942         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1943         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1944         it should no longer be needed.
1945         * lib/string_.h: Likewise.
1946         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1947         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1948         * modules/inttypes (inttypes.h): Likewise.
1949         * modules/math (math.h): Likewise.
1950         * modules/search (search.h): Likewise.
1951         * modules/signal (signal.h): Likewise.
1952         * modules/stdint (stdint.h): Likewise.
1953         * modules/stdio (stdio.h): Likewise.
1954         * modules/stdlib (stdlib.h): Likewise.
1955         * modules/string (string.h): Likewise.
1956         * modules/sys_time (sys/time.h): Likewise.
1957         * modules/time (time.h): Likewise.
1958         * modules/wchar (wchar.h): Likewise.
1959         * modules/wctype (wtype.h): Likewise.
1960
1961 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1962
1963         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1964
1965 2007-05-13  Bruno Haible  <bruno@clisp.org>
1966
1967         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1968         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1969         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1970         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1971         (gl_PREREQ_STRTOK_R): Don't require it here.
1972
1973 2007-05-13  Bruno Haible  <bruno@clisp.org>
1974
1975         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1976         when used in C++ mode.
1977
1978 2007-05-12  Bruno Haible  <bruno@clisp.org>
1979
1980         * lib/linebuffer.h: Tweak doc.
1981         * lib/linebuffer.c: Likewise.
1982
1983 2007-05-12  James Youngman  <jay@gnu.org>
1984
1985         * lib/linebuffer.c (readlinebuffer_delim): New function,
1986         like readlinebuffer, but use a caller-specified delimiter.
1987         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1988         as the delimiter.
1989         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1990
1991 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1992
1993         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1994         * modules/openat (Files): Remove openat-die.c.
1995         (Depends-on): Add openat-die.
1996         * modules/openat-die: New module.
1997
1998 2007-05-06  Bruno Haible  <bruno@clisp.org>
1999
2000         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2001         Update with info about Cygwin.
2002         * doc/functions/fprintf.texi: Update.
2003         * doc/functions/printf.texi: Update.
2004         * doc/functions/snprintf.texi: Update.
2005         * doc/functions/sprintf.texi: Update.
2006         * doc/functions/vfprintf.texi: Update.
2007         * doc/functions/vprintf.texi: Update.
2008         * doc/functions/vsnprintf.texi: Update.
2009         * doc/functions/vsprintf.texi: Update.
2010         Reported by Eric Blake.
2011
2012 2007-05-06  Bruno Haible  <bruno@clisp.org>
2013
2014         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2015         padding ourselves for the floating-point directives.
2016         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2017         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2018         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2019         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2020         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2021         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2022         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2023         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2024         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2025         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2026         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2027         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2028         * tests/test-snprintf-posix.h (test_function): Also check the width
2029         and some flags in the %f directive.
2030         * tests/test-sprintf-posix.h (test_function): Likewise.
2031         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2032         * tests/test-vasprintf-posix.c (test_function): Likewise.
2033         * doc/functions/fprintf.texi: Update.
2034         * doc/functions/printf.texi: Update.
2035         * doc/functions/snprintf.texi: Update.
2036         * doc/functions/sprintf.texi: Update.
2037         * doc/functions/vfprintf.texi: Update.
2038         * doc/functions/vprintf.texi: Update.
2039         * doc/functions/vsnprintf.texi: Update.
2040         * doc/functions/vsprintf.texi: Update.
2041
2042 2007-05-06  Bruno Haible  <bruno@clisp.org>
2043
2044         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2045         pass the ' flag character to sprintf or snprintf.
2046         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2047         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2048         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2049         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2050         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2051         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2052         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2053         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2054         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2055         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2056         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2057         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2058         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2059         flag.
2060         * tests/test-sprintf-posix.h (test_function): Likewise.
2061         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2062         * tests/test-vasprintf-posix.c (test_function): Likewise.
2063         * doc/functions/fprintf.texi: Update.
2064         * doc/functions/printf.texi: Update.
2065         * doc/functions/snprintf.texi: Update.
2066         * doc/functions/sprintf.texi: Update.
2067         * doc/functions/vfprintf.texi: Update.
2068         * doc/functions/vprintf.texi: Update.
2069         * doc/functions/vsnprintf.texi: Update.
2070         * doc/functions/vsprintf.texi: Update.
2071
2072 2007-05-01  Bruno Haible  <bruno@clisp.org>
2073
2074         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2075
2076 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2077
2078         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2079         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2080
2081 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2082
2083         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2084         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2085         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2086
2087 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2088
2089         * lib/argp-help.c (struct hol_entry): New member `ord'.
2090         (HOL_ENTRY_PTRCMP): Use ord for comparison
2091         (hol_sort): Initialize ord.
2092
2093 2007-05-01  Bruno Haible  <bruno@clisp.org>
2094
2095         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2096         Reported by Eric Blake.
2097         * doc/gnulib.texi (Function Substitutes): Update.
2098
2099 2007-05-01  Bruno Haible  <bruno@clisp.org>
2100
2101         * doc/functions.texi: Remove file, now redundant through
2102         doc/functions/*.texi.
2103
2104 2007-05-01  Bruno Haible  <bruno@clisp.org>
2105
2106         * modules/argp (Depends-on): Add sleep.
2107
2108 2007-05-01  Bruno Haible  <bruno@clisp.org>
2109
2110         * modules/sleep-tests: New file.
2111         * tests/test-sleep.c: New file.
2112
2113         * modules/sleep: New file.
2114         * lib/sleep.c: New file.
2115         * m4/sleep.m4: New file.
2116         * lib/unistd_.h (sleep): New declaration.
2117         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2118         HAVE_SLEEP.
2119         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2120         * doc/functions/sleep.texi: Document the sleep module.
2121
2122 2007-05-01  Bruno Haible  <bruno@clisp.org>
2123
2124         * lib/sigprocmask.h: Remove file.
2125         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2126         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2127         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2128         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2129         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2130         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2131         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2132         HAVE_SIGSET_T as a shell variable.
2133         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2134         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2135         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2136         (Depends-on): Add signal. Remove verify.
2137         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2138         (Include): Mention <signal.h> instead of sigprocmask.h.
2139         * NEWS: Mention the change.
2140         * lib/fatal-signal.c: Don't include sigprocmask.h.
2141
2142 2007-05-01  Bruno Haible  <bruno@clisp.org>
2143
2144         * modules/signal: New file.
2145         * lib/signal_.h: New file.
2146         * m4/signal_h.m4: New file.
2147
2148 2007-05-01  Bruno Haible  <bruno@clisp.org>
2149
2150         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2151         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2152         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2153         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2154
2155 2007-05-01  Bruno Haible  <bruno@clisp.org>
2156
2157         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2158         configure time.
2159         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2160         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2161         * modules/sys_stat (Makefile.am): Substitute their values into
2162         sys/stat.h.
2163
2164 2007-05-01  Bruno Haible  <bruno@clisp.org>
2165
2166         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2167         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2168         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2169
2170 2007-05-01  Bruno Haible  <bruno@clisp.org>
2171
2172         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2173         'assert' module here.
2174
2175 2007-05-01  Bruno Haible  <bruno@clisp.org>
2176
2177         * doc/functions/*.texi: New files.
2178         * doc/functions/google-ranking.txt: New file.
2179         * doc/gnulib.texi (Function Substitutes): New chapter.
2180         (ctime, inet_ntoa): Remove sections.
2181         * doc/ctime.texi: Remove file.
2182         * doc/inet_ntoa.texi: Remove file.
2183         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2184         dependencies.
2185         (%.info): New rule, specifying a --reference-limit.
2186
2187 2007-05-01  Bruno Haible  <bruno@clisp.org>
2188
2189         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2190
2191 2007-05-01  Bruno Haible  <bruno@clisp.org>
2192
2193         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2194         the portability of 'mkdir' to mingw systems.
2195
2196 2007-05-01  Bruno Haible  <bruno@clisp.org>
2197
2198         * doc/headers/google-ranking.txt: New file.
2199
2200 2007-04-30  Eric Blake  <ebb9@byu.net>
2201
2202         Prefer fseeko to fseek.
2203         * modules/getpass (Depends-on): Add fseeko.
2204         * lib/getpass.c (getpass): Use fseeko, not fseek.
2205
2206 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2207
2208         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2209         assumes the sorting is stable, while most qsort implementations
2210         are not.  Use argument addresses to ensure they never compare as
2211         equal.
2212
2213         * tests/test-argp-2.sh (usage-indent test): Fix output
2214         (func_compare): Restore diff options
2215         * tests/test-argp.c: Restore #include "progname.h"
2216
2217 2007-04-29  Bruno Haible  <bruno@clisp.org>
2218
2219         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2220         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2221         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2222         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2223         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2224         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2225         (TESTS, check_PROGRAMS): Add test-snprintf.
2226         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2227         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2228         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2229         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2230         assertions that fail on HP-UX, OSF/1, or IRIX.
2231         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2232
2233 2007-04-29  Bruno Haible  <bruno@clisp.org>
2234
2235         * MODULES.html.sh (posix_functions): Remove 'contents'.
2236
2237 2007-04-29  Karl Berry  <karl@gnu.org>
2238
2239         * config/srclist.txt (gendocs_template_min): new entry.
2240
2241 2007-04-29  Bruno Haible  <bruno@clisp.org>
2242
2243         Work around fpurge bug on BSD systems.
2244         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2245         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2246         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2247         fpurge to rpl_fpurge if the system already has this function.
2248         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2249         the case where the system already has this function. Correct invariants
2250         on BSD systems.
2251         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2252         BSD systems.
2253
2254 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2255
2256         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2257         proposed by Sven Verdoolaege.
2258
2259         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2260         options.
2261         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2262         (usage and help tests): Update
2263
2264 2007-04-29  Bruno Haible  <bruno@clisp.org>
2265
2266         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2267         Print more information in case of failure. Disable a test on BeOS.
2268
2269 2007-04-29  Bruno Haible  <bruno@clisp.org>
2270
2271         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2272         This helps debugging on systems on which no gdb is available.
2273
2274 2007-04-29  Bruno Haible  <bruno@clisp.org>
2275
2276         * lib/freading.h: Improve comments.
2277         * lib/fwriting.h: Likewise.
2278         * tests/test-freading.c (main): Don't check freading immediately after
2279         repositioning. Needed for glibc.
2280
2281 2007-04-29  Bruno Haible  <bruno@clisp.org>
2282
2283         * lib/freading.c (freading): Trivial simplification.
2284
2285 2007-04-28  Bruno Haible  <bruno@clisp.org>
2286
2287         * tests/test-fwriting.c (main): Also test the interaction between
2288         fflush and fwriting.
2289         * modules/fwriting-tests (Depends-on): Add fflush.
2290
2291         * tests/test-freading.c (main): Also test the interaction between
2292         fflush and freading.
2293         * modules/freading-tests (Depends-on): Add fflush.
2294
2295 2007-04-28  Bruno Haible  <bruno@clisp.org>
2296
2297         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2298         fseeko and ftello.
2299         Suggested by Eric Blake.
2300
2301 2007-04-28  Jim Meyering  <jim@meyering.net>
2302
2303         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2304         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2305         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2306
2307 2007-04-27  Eric Blake  <ebb9@byu.net>
2308
2309         * doc/headers/assert.texi (assert.h): Document assert module use.
2310
2311 2007-04-27  Bruno Haible  <bruno@clisp.org>
2312
2313         * doc/headers/*.texi: New files.
2314         * doc/gnulib.texi (Header File Substitutes): New chapter.
2315         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2316         dependencies.
2317         (standards.info ,standards.html, standards.dvi): Update dependencies.
2318         (mostlyclean, clean): New targets.
2319
2320 2007-04-27  Bruno Haible  <bruno@clisp.org>
2321
2322         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2323         * modules/sysexits (Files, Makefile.am): Update.
2324
2325         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2326         * modules/sys_socket (Files, Makefile.am): Update.
2327
2328         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2329         * modules/sys_stat (Files, Makefile.am): Update.
2330
2331 2007-04-27  Eric Blake  <ebb9@byu.net>
2332
2333         * lib/freading.h: Improve comments.
2334         * lib/fwriting.h: Likewise.
2335         * lib/fflush.c: Likewise.
2336
2337         Fix closein for mingw.
2338         * modules/closein-tests: Add tests for closein.
2339         * tests/test-closein.c: New file.
2340         * tests/test-closein.sh: Likewise.
2341         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2342         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2343
2344 2007-04-27  Bruno Haible  <bruno@clisp.org>
2345
2346         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2347         version is < 6.
2348         * lib/math_.h [__DECC]: Likewise.
2349         * lib/stdio_.h [__DECC]: Likewise.
2350         * lib/stdlib_.h [__DECC]: Likewise.
2351         * lib/string_.h [__DECC]: Likewise.
2352         * lib/time_.h [__DECC]: Likewise.
2353         * lib/wchar_.h [__DECC]: Likewise.
2354         * lib/wctype_.h [__DECC]: Likewise.
2355
2356 2007-04-27  Bruno Haible  <bruno@clisp.org>
2357
2358         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2359
2360 2007-04-27  Bruno Haible  <bruno@clisp.org>
2361
2362         * lib/fflush.c: Add comments.
2363         * modules/fpurge-tests (Depends-on): Add fflush.
2364         * modules/freadable-tests (Depends-on): Likewise.
2365         * modules/fwritable-tests (Depends-on): Likewise.
2366
2367 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2368
2369         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2370         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2371         Report by Bruno Haible <bruno@clisp.org>.
2372
2373 2007-04-26  Eric Blake  <ebb9@byu.net>
2374
2375         Fix fflush on mingw.
2376         * modules/fflush (Depends-on): Add freading.
2377         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2378         but unread data.
2379
2380 2007-04-26  Eric Blake  <ebb9@byu.net>
2381         and Bruno Haible  <bruno@clisp.org>
2382
2383         Implement freading and fwriting.
2384         * lib/freading.c: New file.
2385         * lib/freading.h: Likewise.
2386         * m4/freading.m4: Likewise.
2387         * modules/freading: Likewise.
2388         * modules/freading-tests: Likewise.
2389         * tests/test-freading.c: Likewise.
2390         * lib/fwriting.c: New file.
2391         * lib/fwriting.h: Likewise.
2392         * m4/fwriting.m4: Likewise.
2393         * modules/fwriting: Likewise.
2394         * modules/fwriting-tests: Likewise.
2395         * tests/test-fwriting.c: Likewise.
2396         * MODULES.html.sh (File stream based Input/Output): Mention them.
2397
2398 2007-04-26  Bruno Haible  <bruno@clisp.org>
2399
2400         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2401         'long' when we assume it.
2402         Suggested by Eric Blake.
2403
2404 2007-04-26  Bruno Haible  <bruno@clisp.org>
2405
2406         Ensure fseeko, ftello are declared on glibc systems.
2407         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2408         * modules/fseeko (configure.ac-early): Likewise.
2409         * modules/ftello (configure.ac-early): Likewise.
2410         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2411         AC_FUNC_FSEEKO for this.
2412         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2413         (gl_CHECK_FSEEKO): Remove macro.
2414
2415 2007-04-26  Bruno Haible  <bruno@clisp.org>
2416
2417         * tests/test-fflush.c (main): Also check the ftell result after
2418         fflush and fseek/fseeko.
2419         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2420         file descriptor position cache in the stream.
2421         * lib/fseeko.c (rpl_fseeko): Likewise.
2422
2423 2007-04-26  Bruno Haible  <bruno@clisp.org>
2424
2425         * modules/fflush-tests (Depends-on): Add fseeko.
2426
2427 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2428             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2429
2430         * lib/argz_.h: ensure error_t definition is obtained in same
2431         mechanism system argz.h would have.
2432         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2433         argz facilities are known bad.  Err on the side of caution if
2434         cross-compiling.
2435
2436 2007-04-25  Eric Blake  <ebb9@byu.net>
2437
2438         * lib/fpurge.c (includes): Use stdlib.h for free.
2439         * tests/test-fflush.c (main): Also test fflush-fseeko.
2440
2441 2007-04-25  Bruno Haible  <bruno@clisp.org>
2442
2443         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2444         * lib/fseeko.c: New file.
2445         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2446         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2447         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2448         gl_FUNC_FSEEKO.
2449         (gl_FUNC_FSEEKO): Invoke it.
2450         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2451         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2452         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2453
2454 2007-04-25  Bruno Haible  <bruno@clisp.org>
2455
2456         * modules/fflush (Depends-on): Add ftello.
2457
2458 2007-04-25  Bruno Haible  <bruno@clisp.org>
2459
2460         * modules/ftello-tests: New file.
2461         * tests/test-ftello.c: New file.
2462
2463         * modules/ftello: New file.
2464         * m4/ftello.m4: New file.
2465         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2466         HAVE_FTELLO.
2467         * lib/stdio_.h (ftello): New declaration.
2468         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2469         HAVE_FTELLO.
2470
2471 2007-04-25  Bruno Haible  <bruno@clisp.org>
2472
2473         * modules/fseeko-tests: New file.
2474         * tests/test-fseeko.c: New file.
2475
2476         * modules/fseeko: New file.
2477         * m4/fseeko.m4: New file.
2478         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2479         HAVE_FSEEKO.
2480         * lib/stdio_.h (fseeko): New declaration.
2481         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2482         HAVE_FSEEKO.
2483
2484 2007-04-25  Bruno Haible  <bruno@clisp.org>
2485
2486         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2487
2488 2007-04-25  Bruno Haible  <bruno@clisp.org>
2489
2490         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2491         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2492         * tests/test-unistd.c: Likewise.
2493         * tests/test-fcntl.c: Likewise.
2494
2495 2007-04-23  Eric Blake  <ebb9@byu.net>
2496
2497         * lib/fflush.c: Fix missing include.
2498         Reported by Bruno Haible.
2499
2500 2007-04-23  Bruno Haible  <bruno@clisp.org>
2501
2502         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2503         Reported by Eric Blake.
2504
2505 2007-04-23  Bruno Haible  <bruno@clisp.org>
2506
2507         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2508
2509 2007-04-23  Bruno Haible  <bruno@clisp.org>
2510
2511         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2512
2513 2007-04-23  Bruno Haible  <bruno@clisp.org>
2514
2515         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2516         Needed on HP-UX 11.
2517
2518 2007-04-16  Eric Blake  <ebb9@byu.net>
2519
2520         Make fflush rely on fpurge.
2521         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2522         open coding all variants.
2523         * modules/fflush (Depends-on): Add fpurge and unistd.
2524         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2525         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2526
2527         Fix --with-tests compilation on cygwin.
2528         * modules/argmatch-tests (Makefile.am): List gnulib library first
2529         in LDADD.
2530         * modules/argp-tests (Makefile.am): Likewise.
2531         * modules/array-list-tests (Makefile.am): Likewise.
2532         * modules/array-oset-tests (Makefile.am): Likewise.
2533         * modules/avltree-list-tests (Makefile.am): Likewise.
2534         * modules/avltree-oset-tests (Makefile.am): Likewise.
2535         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2536         * modules/carray-list-tests (Makefile.am): Likewise.
2537         * modules/dirname-tests (Makefile.am): Likewise.
2538         * modules/frexp-tests (Makefile.am): Likewise.
2539         * modules/isnanl-tests (Makefile.am): Likewise.
2540         * modules/linked-list-tests (Makefile.am): Likewise.
2541         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2542         * modules/lock-tests (Makefile.am): Likewise.
2543         * modules/rbtree-list-tests (Makefile.am): Likewise.
2544         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2545         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2546         * modules/tls-tests (Makefile.am): Likewise.
2547         * modules/tsearch-tests (Makefile.am): Likewise.
2548         * modules/xvasprintf-tests (Makefile.am): Likewise.
2549
2550         Fix fpurge for cygwin.
2551         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2552         value.
2553         * modules/fpurge-tests (Depends-on): Clean up trash.
2554
2555 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2556
2557         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2558
2559         * m4/autobuild.m4: Re-indent.
2560
2561 2007-04-13  Bruno Haible  <bruno@clisp.org>
2562
2563         * modules/fpurge-tests: New file.
2564         * tests/test-fpurge.c: New file.
2565
2566         * modules/fpurge: New file.
2567         * lib/fpurge.h: New file.
2568         * lib/fpurge.c: New file.
2569         * m4/fpurge.m4: New file.
2570
2571 2007-04-13  Bruno Haible  <bruno@clisp.org>
2572
2573         * modules/fbufmode-tests: New file.
2574         * tests/test-fbufmode.c: New file.
2575
2576         * modules/fbufmode: New file.
2577         * lib/fbufmode.h: New file.
2578         * lib/fbufmode.c: New file.
2579         * m4/fbufmode.m4: New file.
2580
2581 2007-04-13  Bruno Haible  <bruno@clisp.org>
2582
2583         * modules/fwritable-tests: New file.
2584         * tests/test-fwritable.c: New file.
2585
2586         * modules/fwritable: New file.
2587         * lib/fwritable.h: New file.
2588         * lib/fwritable.c: New file.
2589         * m4/fwritable.m4: New file.
2590
2591 2007-04-13  Bruno Haible  <bruno@clisp.org>
2592
2593         * modules/freadable-tests: New file.
2594         * tests/test-freadable.c: New file.
2595
2596         * modules/freadable: New file.
2597         * lib/freadable.h: New file.
2598         * lib/freadable.c: New file.
2599         * m4/freadable.m4: New file.
2600
2601 2007-04-13  Bruno Haible  <bruno@clisp.org>
2602
2603         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2604         MOSTLYCLEANFILES.
2605
2606 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2607
2608         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2609         gzip bootstrap.conf to avoid dragging in i18n machinery.
2610         (gnulib_tool_option): Use it.
2611
2612 2007-04-13  Bruno Haible  <bruno@clisp.org>
2613
2614         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2615         %F directives.
2616         * tests/test-vasprintf-posix.c (test_function): Likewise.
2617         * tests/test-snprintf-posix.h (test_function): Likewise.
2618         * tests/test-sprintf-posix.h (test_function): Likewise.
2619         * tests/test-fprintf-posix.h (test_function): Likewise.
2620         * tests/test-printf-posix.h (test_function): Likewise.
2621         * tests/test-fprintf-posix.out: Likewise.
2622
2623 2007-04-13  Bruno Haible  <bruno@clisp.org>
2624
2625         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2626         * modules/tls-tests (configure.ac): Likewise.
2627         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2628
2629 2007-04-13  Bruno Haible  <bruno@clisp.org>
2630
2631         * lib/tls.c (glthread_tls_get): Fix return type.
2632         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2633
2634 2007-04-12  Eric Blake  <ebb9@byu.net>
2635
2636         * modules/gettime (Depends-on): Remove gettime.
2637         Reported by Dmitry V. Levin.
2638
2639 2007-04-12  Bruno Haible  <bruno@clisp.org>
2640
2641         * modules/fflush (Include): Mention <stdio.h>.
2642         * modules/strtoimax (Include): Mention <inttypes.h>.
2643         * modules/strtoumax (Include): Likewise.
2644
2645 2007-04-12  Eric Blake  <ebb9@byu.net>
2646
2647         * .cvsignore: New file.
2648         * .gitignore: Likewise.
2649
2650 2007-04-12  Bruno Haible  <bruno@clisp.org>
2651
2652         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2653         not before, since $(LDADD) often contains libgnu.a.
2654         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2655         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2656         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2657         Needed on Cygwin.
2658
2659 2007-04-12  Eric Blake  <ebb9@byu.net>
2660
2661         Work around glibc's failure to flush stdin on fclose.
2662         * lib/closein.c (close_stdin): Flush stdin before closing.
2663
2664         Work around glibc's failure to reset seekable stdin on exit.
2665         * modules/closein: New module.
2666         * lib/closein.c: New file.
2667         * lib/closein.h: Likewise.
2668         * m4/closein.m4: Likewise.
2669         * MODULES.html.sh (File stream based Input/Output): Document it.
2670
2671 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2672
2673         * gnulib-tool: Rename generated 'autobuild' script to
2674         'do-autobuild' in --create-megatestdir output.
2675
2676         * doc/gnulib.texi (Build robot for gnulib): Fix.
2677
2678 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2679
2680         * modules/sysexits (Depends-on): Add absolute-header.
2681
2682 2007-04-12  Eric Blake  <ebb9@byu.net>
2683
2684         No need to preserve errno on success.
2685         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2686         Reported by Bruno Haible.
2687
2688 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2689
2690         * MODULES.html.sh (Support for maintaining and releasing
2691         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2692
2693 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2694
2695         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2696
2697 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2698
2699         * modules/autobuild: New module.
2700
2701         * m4/autobuild.m4: New file.
2702
2703 2007-04-11  Bruno Haible  <bruno@clisp.org>
2704
2705         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2706         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2707         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2708         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2709         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2710         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2711         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2712         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2713         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2714         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2715         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2716         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2717         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2718         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_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/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_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/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_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/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_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/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_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         Reported by Eric Blake.
2734
2735 2007-04-11  Bruno Haible  <bruno@clisp.org>
2736
2737         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2738
2739 2007-04-10  Bruno Haible  <bruno@clisp.org>
2740
2741         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2742         for NaN and Infinity. Needed on FreeBSD 6.1.
2743         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2744         regarding results for "%010a" of Infinity and NaN.
2745         * tests/test-vasprintf-posix.c (test_function): Likewise.
2746         * tests/test-snprintf-posix.h (test_function): Likewise.
2747         * tests/test-sprintf-posix.h (test_function): Likewise.
2748         * tests/test-fprintf-posix.h (test_function): Likewise.
2749         * tests/test-printf-posix.h (test_function): Likewise.
2750         * tests/test-fprintf-posix.out: Likewise.
2751
2752 2007-04-10  Bruno Haible  <bruno@clisp.org>
2753
2754         * modules/locale-tests: New file.
2755         * tests/test-locale.c: New file.
2756
2757         * modules/locale: New file.
2758         * lib/locale_.h: New file.
2759         * m4/locale_h.m4: New file.
2760
2761 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2762             Bruno Haible  <bruno@clisp.org>
2763
2764         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2765         be determined, test for availability of the copysignf, copysign,
2766         copysignl functions.
2767         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2768         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2769         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2770
2771 2007-04-09  Eric Blake  <ebb9@byu.net>
2772
2773         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2774         * modules/stdio (Makefile.am): Support fflush.
2775         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2776         * modules/fflush: New file.
2777         * lib/fflush.c: Likewise.
2778         * m4/fflush.m4: Likewise.
2779         * modules/fflush-tests: New test.
2780         * tests/test-fflush.c: Likewise.
2781         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2782
2783 2007-04-06  Bruno Haible  <bruno@clisp.org>
2784
2785         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2786         (VASNPRINTF): Use signbit for faster determination whether to print a
2787         minus sign.
2788         * modules/vasnprintf (Files): Remove lib/float+.h.
2789         * modules/fprintf-posix (Depends-on): Add signbit.
2790         * modules/snprintf-posix (Depends-on): Likewise.
2791         * modules/sprintf-posix (Depends-on): Likewise.
2792         * modules/vasnprintf-posix (Depends-on): Likewise.
2793         * modules/vasprintf-posix (Depends-on): Likewise.
2794         * modules/vfprintf-posix (Depends-on): Likewise.
2795         * modules/vsnprintf-posix (Depends-on): Likewise.
2796         * modules/vsprintf-posix (Depends-on): Likewise.
2797
2798 2007-04-06  Bruno Haible  <bruno@clisp.org>
2799
2800         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2801         * tests/test-frexpl.c (main): Likewise.
2802         * tests/test-ldexpl.c (main): Likewise.
2803         * modules/frexp-tests (Depends-on): Add signbit.
2804         * modules/frexpl-tests (Depdends-on): Likewise.
2805         * modules/ldexpl-tests (Depdends-on): Likewise.
2806
2807 2007-04-06  Bruno Haible  <bruno@clisp.org>
2808
2809         * modules/signbit-tests: New file.
2810         * tests/test-signbit.c: New file.
2811
2812         * modules/signbit: New file.
2813         * lib/signbitf.c: New file.
2814         * lib/signbitd.c: New file.
2815         * lib/signbitl.c: New file.
2816         * m4/signbit.m4: New file.
2817         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2818         (signbit): New macro.
2819         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2820         REPLACE_SIGNBIT.
2821         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2822         REPLACE_FREXPL into math.h.
2823
2824 2007-04-06  Bruno Haible  <bruno@clisp.org>
2825
2826         * modules/isnanf-nolibm-tests: New file.
2827         * tests/test-isnanf.c: New file.
2828
2829         * modules/isnanf-nolibm: New file.
2830         * lib/isnanf.h: New file.
2831         * lib/isnanf.c: New file.
2832         * lib/isnan.c: Consider the USE_FLOAT macro.
2833         * m4/isnanf.m4: New file.
2834
2835 2007-04-06  Bruno Haible  <bruno@clisp.org>
2836
2837         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2838         (Link): New section.
2839
2840         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2841
2842 2007-04-06  Bruno Haible  <bruno@clisp.org>
2843
2844         Assume the 'long double' type.
2845         * m4/longdouble.m4: Remove file.
2846         * config/srclist.txt: Don't mention longdouble.m4.
2847         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2848         * lib/float+.h: Likewise.
2849         * lib/frexp.c: Likewise.
2850         * lib/printf-args.h: Likewise.
2851         * lib/printf-args.c: Likewise.
2852         * lib/printf-frexp.c: Likewise.
2853         * lib/printf-parse.c: Likewise.
2854         * lib/vasnprintf.c: Likewise.
2855         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2856         * m4/intl.m4: Likewise.
2857         * m4/isnanl.m4: Likewise.
2858         * m4/printf.m4: Likewise.
2859         * m4/printf-frexpl.m4: Likewise.
2860         * m4/vasnprintf.m4: Likewise.
2861         * modules/allocsa (Files): Remove m4/longdouble.m4.
2862         * modules/gettext (Files): Likewise.
2863         * modules/relocatable-prog-wrapper (Files): Likewise.
2864         * modules/vasnprintf (Files): Likewise.
2865         * modules/isnanl (Files): Likewise.
2866         (Include): Simplify.
2867         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2868         (Include): Simplify.
2869         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2870         (Include): Simplify.
2871         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2872         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2873         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2874         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2875         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2876         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2877         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2878         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2879         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2880         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2881         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2882         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2883         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2884         * tests/test-isnanl.c: Likewise.
2885         * tests/test-snprintf-posix.h: Likewise.
2886         * tests/test-sprintf-posix.h: Likewise.
2887         * tests/test-vasnprintf-posix.c: Likewise.
2888         * tests/test-vasnprintf-posix2.c: Likewise.
2889         * tests/test-vasprintf-posix.c: Likewise.
2890
2891 2007-04-06  Bruno Haible  <bruno@clisp.org>
2892
2893         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2894         * lib/math_.h [__DECC]: Include the overridden include file through
2895         #include_next, outside the double-inclusion guard.
2896         * lib/stdio_.h [__DECC]: Likewise.
2897         * lib/stdlib_.h [__DECC]: Likewise.
2898         * lib/string_.h [__DECC]: Likewise.
2899         * lib/time_.h [__DECC]: Likewise.
2900         * lib/wchar_.h [__DECC]: Likewise.
2901         * lib/wctype_.h [__DECC]: Likewise.
2902         * lib/inttypes_.h [__DECC]: Likewise.
2903         Reported by Albert Chin <china@thewrittenword.com> in
2904         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2905
2906 2007-04-04  Eric Blake  <ebb9@byu.net>
2907
2908         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2909         1.5.x.
2910
2911 2007-04-04  Bruno Haible  <bruno@clisp.org>
2912
2913         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2914         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2915
2916 2007-04-04  Bruno Haible  <bruno@clisp.org>
2917
2918         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2919         results for "%010a" of Infinity and NaN.
2920         * tests/test-vasprintf-posix.c (test_function): Likewise.
2921         * tests/test-snprintf-posix.h (test_function): Likewise.
2922         * tests/test-sprintf-posix.h (test_function): Likewise.
2923         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2924         * tests/test-printf-posix.h (test_function): Likewise.
2925         * tests/test-fprintf-posix.out: Update.
2926         Needed for FreeBSD 6.1.
2927
2928 2007-04-04  Bruno Haible  <bruno@clisp.org>
2929
2930         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2931         directly used by the gnulib modules nor by gnulib-tool.
2932
2933 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2934
2935         * DEPENDENCIES: Give overall description of version dependency
2936         desirability.  Use more-typical names for apps.
2937         Add shell, coreutils, diffutils, grep, tar, gzip.
2938
2939 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2940
2941         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2942
2943 2007-04-04  Karl Berry  <karl@gnu.org>
2944
2945         * MODULES.html.sh (func_module): missing '.
2946
2947 2007-04-03  Bruno Haible  <bruno@clisp.org>
2948
2949         * modules/argmatch-tests (Makefile.am): New variable
2950         test_argmatch_LDADD.
2951         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2952         * modules/array-list-tests (Makefile.am): New variable
2953         test_array_list_LDADD.
2954         * modules/array-oset-tests (Makefile.am): New variable
2955         test_array_oset_LDADD.
2956         * modules/avltree-list-tests (Makefile.am): New variable
2957         test_avltree_list_LDADD.
2958         * modules/avltree-oset-tests (Makefile.am): New variable
2959         test_avltree_oset_LDADD.
2960         * modules/avltreehash-list-tests (Makefile.am): New variable
2961         test_avltreehash_list_LDADD.
2962         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2963         test_canonicalize_lgpl_LDADD.
2964         * modules/carray-list-tests (Makefile.am): New variable
2965         test_carray_list_LDADD.
2966         * modules/dirname-tests (Makefile.am): New variable
2967         test_dirname_LDADD.
2968         * modules/linked-list-tests (Makefile.am): New variable
2969         test_linked_list_LDADD.
2970         * modules/linkedhash-list-tests (Makefile.am): New variable
2971         test_linkedhash_list_LDADD.
2972         * modules/rbtree-list-tests (Makefile.am): New variable
2973         test_rbtree_list_LDADD.
2974         * modules/rbtree-oset-tests (Makefile.am): New variable
2975         test_rbtree_oset_LDADD.
2976         * modules/rbtreehash-list-tests (Makefile.am): New variable
2977         test_rbtreehash_list_LDADD.
2978         * modules/xvasprintf-tests (Makefile.am): New variable
2979         test_xvasprintf_LDADD.
2980         Reported by Eric Blake.
2981
2982 2007-04-03  Eric Blake  <ebb9@byu.net>
2983
2984         * DEPENDENCIES: Weaken m4 requirements.
2985
2986 2007-04-03  Bruno Haible  <bruno@clisp.org>
2987
2988         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2989         * modules/isnanl-tests (configure.ac): Likewise.
2990
2991 2007-04-03  Ben Pfaff  <blp@gnu.org>
2992
2993         * modules/iconv_open: Add $(srcdir)/ to source directory
2994         references in Makefile fragments that call gperf, to fix VPATH
2995         builds.
2996
2997 2007-04-03  Bruno Haible  <bruno@clisp.org>
2998
2999         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3000         * lib/ldexpl.c: Undo last change.
3001
3002 2007-04-03  Bruno Haible  <bruno@clisp.org>
3003
3004         * modules/printf-frexpl (Depends-on): Undo last change.
3005         (Files): Add m4/ldexpl.m4.
3006
3007 2007-04-03  Bruno Haible  <bruno@clisp.org>
3008
3009         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3010         * modules/isnanl (Link): New section.
3011
3012         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3013         * modules/frexp (Link): New section.
3014
3015         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3016         * modules/frexpl (Link): New section.
3017
3018         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3019         * modules/ldexpl (Link): New section.
3020
3021 2007-04-03  Bruno Haible  <bruno@clisp.org>
3022
3023         * modules/TEMPLATE-EXTENDED: New file.
3024         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3025
3026 2007-04-03  Bruno Haible  <bruno@clisp.org>
3027
3028         * DEPENDENCIES: New file.
3029         Suggested by Simon Josefsson.
3030
3031 2007-04-03  Bruno Haible  <bruno@clisp.org>
3032
3033         * doc/gnulib.texi: Escape @.
3034
3035 2007-04-03  James Youngman  <jay@gnu.org>
3036         and Paul Eggert  <eggert@cs.ucla.edu>
3037
3038         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3039         birthtime on all systems that have birthtime, not just those which
3040         use st_birthtimensec rather than st_birthtim.  Putting zero in
3041         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3042         that the birth time is not available for files on an NFS mount.
3043
3044 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3045
3046         * modules/memxor: Move back from crypto/, suggested by Bruno.
3047         * modules/crypto/hmac-sha1: Fix memxor dependency.
3048
3049         * modules/crypto/gc: Moved from ../.
3050
3051 2007-04-02  Eric Blake  <ebb9@byu.net>
3052
3053         * lib/ldexpl.c (includes): Avoid libm.
3054
3055         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3056
3057 2007-04-02  Bruno Haible  <bruno@clisp.org>
3058
3059         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3060         on IRIX.
3061
3062 2007-04-02  Bruno Haible  <bruno@clisp.org>
3063
3064         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3065         x86 or x86_64 platforms running MacOS X.
3066         Reported by Ryan Schmidt <@ryandesign.com>.
3067
3068 2007-04-02  Bruno Haible  <bruno@clisp.org>
3069
3070         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3071         i386.
3072
3073 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3074
3075         * modules/crypto/arcfour: Moved from ../.
3076         * modules/crypto/arcfour-tests: Moved from ../.
3077         * modules/crypto/arctwo: Moved from ../.
3078         * modules/crypto/arctwo-tests: Moved from ../.
3079         * modules/crypto/des: Moved from ../.
3080         * modules/crypto/des-tests: Moved from ../.
3081         * modules/crypto/gc-arcfour: Moved from ../.
3082         * modules/crypto/gc-arcfour-tests: Moved from ../.
3083         * modules/crypto/gc-arctwo: Moved from ../.
3084         * modules/crypto/gc-arctwo-tests: Moved from ../.
3085         * modules/crypto/gc-des: Moved from ../.
3086         * modules/crypto/gc-des-tests: Moved from ../.
3087         * modules/crypto/gc-hmac-md5: Moved from ../.
3088         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3089         * modules/crypto/gc-hmac-sha1: Moved from ../.
3090         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3091         * modules/crypto/gc-md2: Moved from ../.
3092         * modules/crypto/gc-md2-tests: Moved from ../.
3093         * modules/crypto/gc-md4: Moved from ../.
3094         * modules/crypto/gc-md4-tests: Moved from ../.
3095         * modules/crypto/gc-md5: Moved from ../.
3096         * modules/crypto/gc-md5-tests: Moved from ../.
3097         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3098         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3099         * modules/crypto/gc-random: Moved from ../.
3100         * modules/crypto/gc-rijndael: Moved from ../.
3101         * modules/crypto/gc-rijndael-tests: Moved from ../.
3102         * modules/crypto/gc-sha1: Moved from ../.
3103         * modules/crypto/gc-sha1-tests: Moved from ../.
3104         * modules/crypto/gc-tests: Moved from ../.
3105         * modules/crypto/hmac-md5: Moved from ../.
3106         * modules/crypto/hmac-md5-tests: Moved from ../.
3107         * modules/crypto/hmac-sha1: Moved from ../.
3108         * modules/crypto/hmac-sha1-tests: Moved from ../.
3109         * modules/crypto/md2: Moved from ../.
3110         * modules/crypto/md2-tests: Moved from ../.
3111         * modules/crypto/md4: Moved from ../.
3112         * modules/crypto/md4-tests: Moved from ../.
3113         * modules/crypto/md5: Moved from ../.
3114         * modules/crypto/md5-tests: Moved from ../.
3115         * modules/crypto/memxor: Moved from ../.
3116         * modules/crypto/rijndael: Moved from ../.
3117         * modules/crypto/rijndael-tests: Moved from ../.
3118         * modules/crypto/sha1: Moved from ../.
3119
3120 2007-03-30  James Youngman  <jay@gnu.org>
3121
3122         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3123         rename() to change the ctime of a file (because ctime is unaffected
3124         by rename on jfs2 on AIX 5.1).
3125         (main): Start by doing cleanup, in case a previous run failed leaving
3126         test files behind.
3127
3128 2007-03-31  Bruno Haible  <bruno@clisp.org>
3129
3130         Support old proprietary implementations of iconv.
3131         * modules/iconv_open: New file.
3132         * lib/iconv_.h: New file.
3133         * m4/iconv_h.m4: New file.
3134         * lib/iconv_open.c: New file.
3135         * lib/iconv_open-aix.gperf: New file.
3136         * lib/iconv_open-hpux.gperf: New file.
3137         * lib/iconv_open-irix.gperf: New file.
3138         * lib/iconv_open-osf.gperf: New file.
3139         * m4/iconv_open.m4: New file.
3140         * modules/linebreak (Depends-on): Add iconv_open.
3141         * modules/striconv (Depends-on): Likewise.
3142         * modules/striconveh (Depends-on): Likewise.
3143         * modules/unicodeio (Depends-on): Likewise.
3144         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3145         (iconv_t)(-1).
3146         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3147         conversion if cd is (iconv_t)(-1).
3148         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3149         is not possible.
3150
3151 2007-03-31  Bruno Haible  <bruno@clisp.org>
3152
3153         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3154         work on Solaris either. Protect also second use of "autodetect_jp".
3155
3156 2007-03-31  Bruno Haible  <bruno@clisp.org>
3157
3158         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3159         the function is not present.
3160
3161 2007-03-31  Bruno Haible  <bruno@clisp.org>
3162
3163         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3164         the function is not present.
3165
3166 2007-03-31  Bruno Haible  <bruno@clisp.org>
3167
3168         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3169         a bug in HP-UX iconv_open().
3170
3171 2007-03-31  Bruno Haible  <bruno@clisp.org>
3172
3173         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3174         (Mathematics <math.h>): New section, add fpieee.
3175         (Input/output <stdio.h>): Add fseterr.
3176         (Mathematics <math.h>): New section, add printf-frexp.
3177         (Container data structures): Add sublist.
3178         (Core language properties): Add fpucw, inline.
3179         (Functions for greatest-width integer types <inttypes.h>): Add
3180         imaxabs, imaxdiv, inttypes.
3181         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3182         isnanl-nolibm, ldexp.
3183         (Mathematics <math.h>): New section, add printf-frexpl.
3184         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3185         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3186         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3187         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3188         (Unicode string functions): Add unistr/u*-mbtoucr.
3189         (Java): Add javacomp-script, javaexec-script.
3190         (C#): Add csharpcomp-script, csharpexec-script.
3191         (Support for building libraries and executables): Add havelib,
3192         relocatable-*.
3193         (Support for maintaining and releasing projects): Renamed from
3194         'Support for maintaining and release projects'. Add announce-gen.
3195
3196 2007-03-31  Bruno Haible  <bruno@clisp.org>
3197
3198         * README: Talk primarily about git.
3199         (git and CVS): Renamed from CVS.
3200         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3201         gnulib is available through git.
3202         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3203
3204 2007-03-30  Bruno Haible  <bruno@clisp.org>
3205
3206         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3207         * lib/poll_.h: Likewise.
3208         * lib/stat_.h: Likewise.
3209         * lib/sys_time_.h: Likewise.
3210         * lib/sysexit_.h: Likewise.
3211         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3212         * lib/stdbool_.h: Likewise.
3213         * lib/byteswap_.h: Add double-inclusion guard.
3214
3215 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3216
3217         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3218
3219 2007-03-30  Karl Berry  <karl@gnu.org>
3220
3221         * config/srclist-update: double space after USA in the license
3222         substitution, since that's how it's usually (?) written.
3223
3224 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3225
3226         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3227         reported by Bruno Haible.
3228
3229 2007-03-29  Bruno Haible  <bruno@clisp.org>
3230
3231         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3232         a bug in AIX iconv().
3233
3234 2007-03-29  Bruno Haible  <bruno@clisp.org>
3235
3236         * modules/ldexpl-tests: New file.
3237         * tests/test-ldexpl.c: New file.
3238
3239 2007-03-29  Bruno Haible  <bruno@clisp.org>
3240
3241         * lib/ldexpl.c: Include fpucw.h.
3242         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3243         multiplication.
3244         * modules/ldexpl (Depends-on): Add fpucw.
3245
3246 2007-03-29  Bruno Haible  <bruno@clisp.org>
3247
3248         * modules/ldexpl: New file.
3249         * m4/ldexpl.m4: New file.
3250         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3251         set.
3252         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3253         REPLACE_LDEXPL.
3254         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3255         REPLACE_LDEXPL.
3256         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3257         gl_FUNC_LDEXPL_WORKS.
3258         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3259         * modules/mathl (Files): Remove lib/ldexpl.c.
3260         (Depends-on): Add ldexpl.
3261
3262 2007-03-29  Bruno Haible  <bruno@clisp.org>
3263
3264         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3265
3266 2007-03-29  Bruno Haible  <bruno@clisp.org>
3267
3268         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3269         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3270         and possibly also HP-UX.
3271         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3272         work on AIX, IRIX, HP-UX, OSF/1.
3273         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3274         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3275         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3276         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3277         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3278         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3279
3280 2007-03-29  Bruno Haible  <bruno@clisp.org>
3281
3282         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3283
3284 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3285
3286         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3287         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3288
3289 2007-03-29  Eric Blake  <ebb9@byu.net>
3290
3291         * lib/acl-internal.h: Remove redundant include.
3292         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3293         Cygwin when a file is locked.
3294
3295 2007-03-29  Bruno Haible  <bruno@clisp.org>
3296
3297         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3298         file.
3299         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3300
3301 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3302
3303         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3304         try to remove a parent directory if the child couldn't be removed
3305         (except for the first rmdir, which could fail because the child
3306         doesn't exist).  Problem reported by Jeff Blaine in
3307         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3308
3309 2007-03-28  Bruno Haible  <bruno@clisp.org>
3310
3311         * lib/striconveh.c (utf8conv_carefully): New function.
3312         (mem_cd_iconveh_internal): Invoke it.
3313
3314 2007-03-28  Bruno Haible  <bruno@clisp.org>
3315
3316         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3317         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3318         input.
3319         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3320         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3321         unistr/u8-uctomb.
3322
3323 2007-03-28  Bruno Haible  <bruno@clisp.org>
3324
3325         * modules/unistr/u8-mbtoucr: New file.
3326         * lib/unistr/u8-mbtoucr.c: New file.
3327         * modules/unistr/u16-mbtoucr: New file.
3328         * lib/unistr/u16-mbtoucr.c: New file.
3329         * modules/unistr/u16-mbtoucr: New file.
3330         * lib/unistr/u16-mbtoucr.c: New file.
3331         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3332
3333 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3334             Bruno Haible  <bruno@clisp.org>
3335
3336         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3337         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3338         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3339
3340         * m4/stdio_h.m4: Add stubs for vasprintf too.
3341
3342         * modules/stdio: Support vasprintf in sed command.
3343
3344         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3345         vasprintf.h.  Add stdio module indicator.
3346
3347         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3348         vasprintf.h.
3349
3350         * lib/vasprintf.h: File removed.
3351
3352         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3353         * lib/vasprintf.c: Ditto.
3354         * lib/xvasprintf.c: Ditto.
3355         * tests/test-vasprintf-posix.c: Ditto.
3356         * tests/test-vasprintf.c: Ditto.
3357
3358 2007-03-27  Bruno Haible  <bruno@clisp.org>
3359
3360         Make vasnprintf multithread-safe.
3361         * lib/vasnprintf.c (decimal_point_char): New function.
3362         (VASNPRINTF): Use it.
3363         Suggested by Simon Josefsson.
3364
3365 2007-03-27  Eric Blake  <ebb9@byu.net>
3366
3367         Support sub-second birthtime on cygwin.
3368         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3369         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3370         (get_stat_birthtime): Also work with st_birthtim.
3371
3372 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3373
3374         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3375         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3376         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3377         (get_stat_birthtime_ns): Simplify compile-time tests.
3378         (get_stat_birthtime): Change the API to look like
3379         get_stat_mtime etc., except return a negative tv_nsec on error.
3380         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3381         Don't check for "spare" fields.
3382         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3383         or for struct stat.st_birthtime, as these tests aren't used.
3384         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3385
3386 2007-03-27  Bruno Haible  <bruno@clisp.org>
3387
3388         * lib/stat-time.h: Include <sys/stat.h>.
3389
3390 2007-03-27  James Youngman  <jay@gnu.org>
3391
3392         * lib/stat-time.h (get_stat_birthtime): New function for
3393           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3394         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3395           and its variants.
3396         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3397         * modules/stat-time-test: New file.
3398         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3399
3400 2007-03-26  Bruno Haible  <bruno@clisp.org>
3401
3402         Better support of signalling NaNs.
3403         * lib/atanl.c: Include isnanl.h.
3404         (atanl): Perform test for NaN at the beginning of the function and
3405         through a call to isnanl.
3406         * lib/cosl.c: Include isnanl.h.
3407         (cosl): Perform test for NaN at the beginning of the function and
3408         through a call to isnanl.
3409         * lib/ldexpl.c: Include isnanl.h.
3410         (ldexpl): Perform test for NaN through a call to isnanl.
3411         * lib/logl.c: Include isnanl.h.
3412         (logl): Perform test for NaN at the beginning of the function and
3413         through a call to isnanl.
3414         * lib/sinl.c: Include isnanl.h.
3415         (sinl): Perform test for NaN at the beginning of the function and
3416         through a call to isnanl.
3417         * lib/sqrtl.c: Include isnanl.h.
3418         (sqrtl): Perform test for NaN at the beginning of the function and
3419         through a call to isnanl.
3420         * lib/tanl.c: Include isnanl.h.
3421         (tanl): Perform test for NaN at the beginning of the function and
3422         through a call to isnanl.
3423         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3424         * modules/mathl (Depends-on): Add isnanl.
3425
3426 2007-03-26  Eric Blake  <ebb9@byu.net>
3427
3428         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3429         regression in logic sense of previous patch.
3430
3431 2007-03-26  Bruno Haible  <bruno@clisp.org>
3432
3433         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3434         unportable shell command "if ! ...".
3435         Reported by Ralf Wildenhues.
3436
3437 2007-03-25  Bruno Haible  <bruno@clisp.org>
3438
3439         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3440         <sysexits.h> file, and only add EX_CONFIG.
3441         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3442         absolute file name and whether it is sufficient. Substitute also
3443         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3444         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3445         ABSOLUTE_SYSEXITS_H into sysexits.h.
3446
3447 2007-03-25  Bruno Haible  <bruno@clisp.org>
3448
3449         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3450         hints is NULL.
3451
3452 2007-03-25  Bruno Haible  <bruno@clisp.org>
3453
3454         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3455         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3456
3457 2007-03-25  Bruno Haible  <bruno@clisp.org>
3458
3459         * lib/vasnprintf.c: Include langinfo.h.
3460         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3461         multithread-safe.
3462         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3463         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3464         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3465         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3466         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3467         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3468         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3469         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3470         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3471         Reported by Simon Josefsson.
3472
3473 2007-03-25  Bruno Haible  <bruno@clisp.org>
3474
3475         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3476         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3477         * modules/vasnprintf (Depends-on): Add stdint.
3478
3479 2007-03-25  Bruno Haible  <bruno@clisp.org>
3480
3481         * modules/fpieee: New file.
3482         * m4/fpieee.m4: New file.
3483         * modules/isnan-nolibm (Depends-on): Add fpieee.
3484         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3485         * modules/isnanl (Depends-on): Add fpieee.
3486
3487 2007-03-25  Bruno Haible  <bruno@clisp.org>
3488
3489         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3490
3491 2007-03-25  Bruno Haible  <bruno@clisp.org>
3492
3493         Avoid test failures on IRIX 6.5.
3494         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3495         (main): Use it.
3496         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3497         macros.
3498         (main): Use them.
3499
3500 2007-03-25  Bruno Haible  <bruno@clisp.org>
3501
3502         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3503         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3504         exists but doesn't work.
3505         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3506         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3507         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3508         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3509
3510 2007-03-25  Bruno Haible  <bruno@clisp.org>
3511
3512         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3513         returns inf. Needed on IRIX 6.5.
3514
3515 2007-03-25  Bruno Haible  <bruno@clisp.org>
3516
3517         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3518         (main): Use isnanl instead of x != x idiom.
3519         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3520
3521         * tests/test-frexp.c: Include isnan.h.
3522         (main): Use isnan instead of x != x idiom.
3523         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3524
3525 2007-03-25  Bruno Haible  <bruno@clisp.org>
3526
3527         * tests/test-frexp.c (NaN): New function/macro.
3528         (main): Use it instead of 0.0 / 0.0.
3529         * tests/test-isnan.c (NaN): New function/macro.
3530         (main): Use it instead of 0.0 / 0.0.
3531         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3532         (test_function): Use it instead of 0.0 / 0.0.
3533         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3534         (test_function): Use it instead of 0.0 / 0.0.
3535         * tests/test-snprintf-posix.h (NaN): New function/macro.
3536         (test_function): Use it instead of 0.0 / 0.0.
3537         * tests/test-sprintf-posix.h (NaN): New function/macro.
3538         (test_function): Use it instead of 0.0 / 0.0.
3539         * tests/test-fprintf-posix.h (NaN): New function/macro.
3540         (test_function): Use it instead of 0.0 / 0.0.
3541         * tests/test-printf-posix.h (NaN): New function/macro.
3542         (test_function): Use it instead of 0.0 / 0.0.
3543
3544         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3545
3546 2007-03-25  Bruno Haible  <bruno@clisp.org>
3547
3548         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3549
3550 2007-03-25  Bruno Haible  <bruno@clisp.org>
3551
3552         * lib/regexec.c (merge_state_with_log): Make static.
3553
3554 2007-03-25  Bruno Haible  <bruno@clisp.org>
3555
3556         * lib/trigl.c (kernel_rem_pio2): Make static.
3557
3558 2007-03-25  Bruno Haible  <bruno@clisp.org>
3559
3560         * lib/sincosl.c (sincosl_table): Make static.
3561
3562 2007-03-25  Bruno Haible  <bruno@clisp.org>
3563
3564         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3565         if the compiler does not support C99.
3566
3567 2007-03-25  Bruno Haible  <bruno@clisp.org>
3568
3569         * modules/time (Makefile.am): Ensure all rule action lines start with a
3570         tab.
3571
3572 2007-03-24  Bruno Haible  <bruno@clisp.org>
3573
3574         * modules/tsearch-tests: New file.
3575         * tests/test-tsearch.sh: New file.
3576         * tests/test-tsearch.c: New file, mostly copied from glibc.
3577
3578         * modules/search-tests: New file.
3579         * tests/test-search.c: New file.
3580
3581         * modules/search: New file.
3582         * lib/search_.h: New file, incorporating lib/tsearch.h.
3583         * m4/search_h.m4: New file.
3584         * lib/tsearch.h: Remove file.
3585         * lib/tsearch.c: Include search.h instead of tsearch.h.
3586         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3587         HAVE_TSEARCH.
3588         * modules/tsearch (Files): Remove lib/tsearch.h.
3589         (Depends-on): Add search.
3590         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3591         (Include): Change tsearch.h into search.h.
3592
3593 2007-03-24  Bruno Haible  <bruno@clisp.org>
3594
3595         * modules/fpucw: New file.
3596         * lib/fpucw.h: New file.
3597         * lib/frexp.c: Include fpucw.h.
3598         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3599         (FUNC): Use them.
3600         * lib/printf-frexp.c: Include fpucw.h.
3601         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3602         (FUNC): Use them.
3603         * lib/vasnprintf.c: Include fpucw.h.
3604         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3605         'long double' calculations.
3606         * tests/test-frexpl.c: Include fpucw.h.
3607         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3608         * tests/test-printf-frexpl.c: Include fpucw.h.
3609         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3610         * modules/frexpl (Depends-on): Add fpucw.
3611         * modules/printf-frexpl (Depends-on): Likewise.
3612         * modules/fprintf-posix (Depends-on): Likewise.
3613         * modules/snprintf-posix (Depends-on): Likewise.
3614         * modules/sprintf-posix (Depends-on): Likewise.
3615         * modules/vasnprintf-posix (Depends-on): Likewise.
3616         * modules/vasprintf-posix (Depends-on): Likewise.
3617         * modules/vfprintf-posix (Depends-on): Likewise.
3618         * modules/vsnprintf-posix (Depends-on): Likewise.
3619         * modules/vsprintf-posix (Depends-on): Likewise.
3620         * modules/frexpl-tests (Depends-on): Likewise.
3621         * modules/printf-frexpl-tests (Depends-on): Likewise.
3622
3623 2007-03-24  Bruno Haible  <bruno@clisp.org>
3624
3625         * lib/float+.h: New file.
3626         * lib/isnan.c: Include float+.h.
3627         (SIZE): New macro.
3628         (FUNC): Compare only SIZE bytes of the value.
3629         * lib/vasnprintf.c: Include float+.h.
3630         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3631         SIZEOF_LDBL or SIZEOF_DBL bytes.
3632         * modules/isnan-nolibm (Files): Add lib/float+.h.
3633         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3634         * modules/isnanl (Files): Add lib/float+.h.
3635         * modules/vasnprintf (Files): Add lib/float+.h.
3636
3637 2007-03-24  Bruno Haible  <bruno@clisp.org>
3638
3639         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3640         include isnanl-nolibm.h.
3641
3642 2007-03-24  Bruno Haible  <bruno@clisp.org>
3643
3644         * tests/test-read-file.c (main): Don't produce spurious output for
3645         expected situations. Make the test fail if it encountered unexpected
3646         results.
3647
3648 2007-03-24  Bruno Haible  <bruno@clisp.org>
3649
3650         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3651         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3652
3653 2007-03-24  Bruno Haible  <bruno@clisp.org>
3654
3655         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3656
3657 2007-03-24  Bruno Haible  <bruno@clisp.org>
3658
3659         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3660         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3661
3662         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3663         * modules/utf8-ucs4: Turn into a symbolic link to module
3664         unistr/u8-mbtouc.
3665
3666         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3667         utf8-ucs4-unsafe.
3668         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3669         unistr/u8-mbtouc-unsafe.
3670
3671         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3672         * modules/utf16-ucs4: Turn into a symbolic link to module
3673         unistr/u16-mbtouc.
3674
3675         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3676         utf16-ucs4-unsafe.
3677         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3678         unistr/u16-mbtouc-unsafe.
3679
3680         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3681         * modules/ucs4-utf8: Turn into a symbolic link to module
3682         unistr/u8-ubtomb.
3683
3684         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3685         * modules/ucs4-utf16: Turn into a symbolic link to module
3686         unistr/u16-ubtomb.
3687
3688 2007-03-24  Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3691         Enable the function only if HAVE_INLINE.
3692         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3693         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3694         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3695         Enable the function only if HAVE_INLINE.
3696         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3697         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3698         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3699         Enable the function only if HAVE_INLINE.
3700         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3701         Enable the function only if HAVE_INLINE.
3702         * modules/utf8-ucs4: Update.
3703         * modules/utf8-ucs4-unsafe: Update.
3704         * modules/utf16-ucs4: Update.
3705         * modules/utf16-ucs4-unsafe: Update.
3706         * modules/ucs4-utf8: Update.
3707         * modules/ucs4-utf16: Update.
3708
3709 2007-03-24  Bruno Haible  <bruno@clisp.org>
3710
3711         * lib/utf8-ucs4.h: Remove file.
3712         * lib/utf8-ucs4-unsafe.h: Remove file.
3713         * lib/utf16-ucs4.h: Remove file.
3714         * lib/utf16-ucs4-unsafe.h: Remove file.
3715         * lib/ucs4-utf8.h: Remove file.
3716         * lib/ucs4-utf16.h: Remove file.
3717         * lib/unistr.h: Include their previous contents.
3718         * m4/utf-ucs4.m4: Remove file.
3719         * m4/ucs4-utf.m4: Remove file.
3720         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3721         (Depends-on): Add unistr/base.
3722         (configure.ac): Remove gl_UTF_UCS4.
3723         (Makefile.am): Update.
3724         (Include): Change to unistr.h.
3725         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3726         (Depends-on): Add unistr/base.
3727         (configure.ac): Remove gl_UTF_UCS4.
3728         (Makefile.am): Update.
3729         (Include): Change to unistr.h.
3730         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3731         (Depends-on): Add unistr/base.
3732         (configure.ac): Remove gl_UTF_UCS4.
3733         (Makefile.am): Update.
3734         (Include): Change to unistr.h.
3735         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3736         (Depends-on): Add unistr/base.
3737         (configure.ac): Remove gl_UTF_UCS4.
3738         (Makefile.am): Update.
3739         (Include): Change to unistr.h.
3740         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3741         (Depends-on): Add unistr/base.
3742         (configure.ac): Remove gl_UCS4_UTF.
3743         (Makefile.am): Update.
3744         (Include): Change to unistr.h.
3745         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3746         (Depends-on): Add unistr/base.
3747         (configure.ac): Remove gl_UCS4_UTF.
3748         (Makefile.am): Update.
3749         (Include): Change to unistr.h.
3750         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3751         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3752         utf8-ucs4-unsafe.h.
3753         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3754         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3755         utf16-ucs4-unsafe.h.
3756         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3757         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3758         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3759         * lib/unistr/u8-strchr.c: Likewise.
3760         * lib/unistr/u8-strrchr.c: Likewise.
3761         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3762         * lib/unistr/u16-strchr.c: Likewise.
3763         * lib/unistr/u16-strrchr.c: Likewise.
3764         * lib/striconveh.c: Update.
3765         * lib/linebreak.c: Update.
3766
3767 2007-03-24  Bruno Haible  <bruno@clisp.org>
3768
3769         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3770         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3771
3772 2007-03-22  Bruno Haible  <bruno@clisp.org>
3773
3774         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3775
3776 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3777
3778         * MODULES.html.sh (File system functions): New module write-any-file.
3779         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3780         * m4/write-any-file.m4: New files.
3781
3782 2007-03-23  Eric Blake  <ebb9@byu.net>
3783
3784         * gnulib-tool: Rearrange space-tab sequences, since some editors
3785         like to eat them.
3786
3787 2007-03-23  Eric Blake  <ebb9@byu.net>
3788
3789         * lib/version-etc.c (version_etc_va): Update license wording to
3790         be more concise.  Recommended by Richard Stallman.
3791
3792 2007-03-22  Bruno Haible  <bruno@clisp.org>
3793
3794         * lib/poll.c (MSG_PEEK): New fallback definition.
3795
3796 2007-03-22  Bruno Haible  <bruno@clisp.org>
3797
3798         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3799         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3800         (main): Update.
3801         Fixes a compilation error on BeOS.
3802
3803 2007-03-22  Bruno Haible  <bruno@clisp.org>
3804
3805         * modules/frexpl-tests: New file.
3806         * tests/test-frexpl.c: New file.
3807
3808         * modules/frexpl: New file.
3809         * m4/frexpl.m4: New file.
3810         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3811         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3812         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3813         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3814         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3815         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3816
3817 2007-03-22  Bruno Haible  <bruno@clisp.org>
3818
3819         * lib/frexpl.c: Share code with lib/frexp.c.
3820         * modules/mathl (Files): Add lib/frexp.c.
3821         (Depends-on): Add isnanl-nolibm.
3822
3823 2007-03-22  Bruno Haible  <bruno@clisp.org>
3824
3825         * modules/printf-frexp (Files): Add m4/frexp.m4.
3826         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3827         only if the found frexp function actually works.
3828
3829 2007-03-22  Bruno Haible  <bruno@clisp.org>
3830
3831         * lib/frexp.c: Remove older implementation that uses divisions.
3832
3833 2007-03-21  Bruno Haible  <bruno@clisp.org>
3834
3835         * modules/frexp-tests: New file.
3836         * tests/test-frexp.c: New file.
3837
3838         * modules/frexp: New file.
3839         * lib/frexp.c: New file.
3840         * m4/frexp.m4: New file.
3841         * lib/math_.h (frexp): New declaration.
3842         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3843         REPLACE_FREXP.
3844         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3845
3846 2007-03-21  Bruno Haible  <bruno@clisp.org>
3847
3848         * modules/isnanl-tests: New file.
3849         * tests/test-isnanl.c: New file.
3850
3851         * modules/isnanl: New file.
3852         * lib/isnanl.h: New file.
3853         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3854         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3855         gl_FUNC_ISNANL_WORKS.
3856         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3857         New macros.
3858
3859 2007-03-21  Bruno Haible  <bruno@clisp.org>
3860
3861         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3862         lib/isnanl.h.
3863         (Include): Update.
3864         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3865         * lib/vasnprintf.c: Update.
3866         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3867         tests/test-isnanl.h, remove tests/test-isnanl.c.
3868         (Makefile.am): Update.
3869         * tests/test-isnanl-nolibm.c: New file.
3870         * tests/test-isnanl.h: New file.
3871         * tests/test-isnanl.c: Remove file.
3872
3873 2007-03-21  Jim Meyering  <jim@meyering.net>
3874
3875         When trying to open ".", treat ESTALE like EACCES.
3876         * lib/savewd.c (savewd_save): Resort to forking not just upon
3877         failure with EACCES, but also when errno is ESTALE.
3878
3879 2007-03-20  Bruno Haible  <bruno@clisp.org>
3880
3881         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3882         Needed on AIX 5.1. Reported by Matthew Woehlke.
3883
3884 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3885
3886         Suggestions by Bruno Haible:
3887         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3888         our own.
3889         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3890         * modules/acl (Depends-on): Add gettext.
3891
3892 2007-03-19  Bruno Haible  <bruno@clisp.org>
3893
3894         * modules/iconvme: Remove file.
3895         * lib/iconvme.h: Remove file.
3896         * lib/iconvme.c: Remove file.
3897         * m4/iconvme.m4: Remove file.
3898
3899 2007-03-19  Bruno Haible  <bruno@clisp.org>
3900
3901         * doc/relocatable-maint.texi: Break long shell script line.
3902         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3903
3904 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3905
3906         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3907         handle file_has_acl.
3908         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3909         * lib/acl.c: Move header inclusions and related macro defns into
3910         lib/acl-internal.h.
3911         (S_ISLNK): Remove defn, since that's now done for us.
3912         (file_has_acl): Move to lib/file-has-acl.c.
3913         Call acl_trivial if available.  This is the crucial part of the fix.
3914         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3915         shared within the library.  Rewrite a bit, partly to make it compatible
3916         with the GNU coding style.
3917         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3918         Remove unnecessary double-quotes.
3919         Don't test for acl_to_text; the build will catch that.
3920         Replace acl_entries if it doesn't exist and it is needed.
3921         Check for -lsec and acl_trivial (as used on Solaris 10).
3922         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3923         lib/file-has-acl.c.
3924         (Depends-on): Add sys_stat, for S_ISLNK.
3925
3926 2007-03-19  Ben Pfaff  <blp@gnu.org>
3927
3928         * doc/gnulib.texi: Fix typos.
3929         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3930
3931 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3932
3933         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3934         If size is zero here, buf must be zero.
3935
3936 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3937
3938         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3939         <bruno@clisp.org>.
3940
3941 2007-03-18  Bruno Haible  <bruno@clisp.org>
3942
3943         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3944         Suggested by Eric Blake.
3945
3946 2007-03-18  Ben Pfaff  <blp@gnu.org>
3947
3948         * doc/relocatable.texi: Recommend using as prefix a directory
3949         that does not exist and will never be created.  Based on
3950         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3951         and others.
3952
3953 2007-03-17  Bruno Haible  <bruno@clisp.org>
3954
3955         * lib/fchownat.c: Include lchown.h.
3956
3957 2007-03-17  Bruno Haible  <bruno@clisp.org>
3958
3959         Fix endless loop when the given allocated size was > INT_MAX.
3960         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3961         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3962         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3963         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3964         * lib/sprintf.c (sprintf): Likewise.
3965
3966 2007-03-17  Bruno Haible  <bruno@clisp.org>
3967
3968         * tests/test-argp-2.sh (func_compare): Output a context diff.
3969
3970 2007-03-17  Bruno Haible  <bruno@clisp.org>
3971
3972         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3973         locale's decimal-point character.
3974
3975 2007-03-17  Bruno Haible  <bruno@clisp.org>
3976
3977         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3978         before comparing it. Needed because on some platforms (e.g. x86) a
3979         'long double' occupies less bytes than sizeof (long double).
3980
3981 2007-03-17  Bruno Haible  <bruno@clisp.org>
3982
3983         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3984         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3985         * tests/test-getaddrinfo.c (simple): Likewise.
3986         * tests/test-read-file.c (main): Likewise.
3987
3988 2007-03-17  Bruno Haible  <bruno@clisp.org>
3989
3990         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3991
3992 2007-03-17  Bruno Haible  <bruno@clisp.org>
3993
3994         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3995         unused variable.
3996
3997 2007-03-17  Bruno Haible  <bruno@clisp.org>
3998
3999         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4000         * tests/test-c-strncasecmp.c: Likewise.
4001
4002 2007-03-17  Bruno Haible  <bruno@clisp.org>
4003
4004         * modules/stdlib (Depends-on): Add unistd.
4005         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4006         Needed for MacOS X 10.3.
4007
4008 2007-03-17  Bruno Haible  <bruno@clisp.org>
4009
4010         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4011
4012 2007-03-17  Bruno Haible  <bruno@clisp.org>
4013
4014         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4015
4016 2007-03-17  Bruno Haible  <bruno@clisp.org>
4017
4018         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4019         to reflect files copied from gnulib (with or without modifications).
4020         Suggested by Jim Meyering.
4021
4022 2007-03-17  Eric Blake  <ebb9@byu.net>
4023
4024         * NEWS: Document stdlib change from 2007-02-18.
4025
4026 2007-03-17  Jim Meyering  <jim@meyering.net>
4027
4028         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4029         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4030         someone uses a name containing shell meta-characters.
4031         Reported by Alfred M. Szmidt.
4032
4033         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4034
4035 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4036
4037         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4038         and copy gettext configuration files only if configure.ac contains
4039         a use of AM_GNU_GETTEXT_VERSION.
4040
4041 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4042
4043         * build-aux/bootstrap (gnulib_name): New variable.
4044         (gnulib_tool_options): Use it.
4045
4046 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4047
4048         * tests/test-des.c: Use new namespace.
4049
4050 2007-03-15  Bruno Haible  <bruno@clisp.org>
4051
4052         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4053         Reported by James Youngman <jay@gnu.org>.
4054
4055 2007-03-15  Bruno Haible  <bruno@clisp.org>
4056
4057         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4058         declared prototype. Needed with cc on OSF/1 5.1.
4059
4060 2007-03-15  Bruno Haible  <bruno@clisp.org>
4061
4062         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4063         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4064         (struct gl_list_implementation): Add dispose_fn argument to the
4065         'create_empty', 'create' methods.
4066         (struct gl_list_impl_base): Add field 'dispose_fn'.
4067         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4068         argument.
4069         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4070         dispose_fn argument.
4071         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4072         dispose_fn on the dropped values.
4073         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4074         dispose_fn argument.
4075         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4076         dropped values.
4077         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4078         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4079         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4080         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4081         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4082         argument.
4083         (gl_tree_list_free): Call dispose_fn on the dropped values.
4084         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4085         the dropped values.
4086         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4087         Add dispose_fn argument.
4088         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4089         Call dispose_fn on the dropped values.
4090         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4091         Add dispose_fn argument.
4092         (gl_sublist_create): Initialize the 'dispose_fn' field.
4093         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4094         * tests/test-array_list.c (main): Update.
4095         * tests/test-carray_list.c (main): Update.
4096         * tests/test-avltree_list.c (main): Update.
4097         * tests/test-rbtree_list.c (main): Update.
4098         * tests/test-avltreehash_list.c (main): Update.
4099         * tests/test-rbtreehash_list.c (main): Update.
4100         * tests/test-linked_list.c (main): Update.
4101         * tests/test-linkedhash_list.c (main): Update.
4102         * tests/test-array_oset.c (main): Update.
4103
4104 2007-03-15  Bruno Haible  <bruno@clisp.org>
4105
4106         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4107         (gl_oset_create_empty): Add dispose_fn argument.
4108         (struct gl_oset_implementation): Add dispose_fn argument to
4109         'create_empty' method.
4110         (struct gl_oset_impl_base): Add dispose_fn field.
4111         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4112         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4113         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4114         values.
4115         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4116         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4117         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4118         dropped value.
4119         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4120         dropped value.
4121         * tests/test-array_oset.c (main): Update.
4122         * tests/test-avltree_oset.c (main): Update.
4123         * tests/test-rbtree_oset.c (main): Update.
4124         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4125
4126 2007-03-13  Bruno Haible  <bruno@clisp.org>
4127
4128         * tests/test-stdbool.c (i): Update after last patch.
4129
4130 2007-03-12  Bruno Haible  <bruno@clisp.org>
4131
4132         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4133         the iswprint macro. Needed on Solaris 2.5.1.
4134
4135 2007-03-12  Bruno Haible  <bruno@clisp.org>
4136
4137         * tests/test-printf-frexp.c (main): Declare x as volatile.
4138
4139 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4140
4141         * doc/gnulib.texi (Build robot for gnulib): New section.
4142
4143 2007-03-12  Jim Meyering  <jim@meyering.net>
4144
4145         * build-aux/bootstrap: New file.
4146         * build-aux/bootstrap.conf: New file, from coreutils.
4147
4148 2007-03-11  Bruno Haible  <bruno@clisp.org>
4149
4150         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4151
4152 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4153
4154         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4155         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4156         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4157
4158 2007-03-11  Bruno Haible  <bruno@clisp.org>
4159
4160         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4161         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4162
4163 2007-03-11  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4166         formula. Needed for SunPRO C 5.0.
4167
4168 2007-03-11  Bruno Haible  <bruno@clisp.org>
4169
4170         * modules/long-options (Depends-on): Add getopt.
4171
4172 2007-03-11  Bruno Haible  <bruno@clisp.org>
4173
4174         * modules/modechange (Depends-on): Add stdbool.
4175
4176 2007-03-11  Bruno Haible  <bruno@clisp.org>
4177
4178         * modules/i-ring (Depends-on): Add stdbool.
4179
4180 2007-03-11  Bruno Haible  <bruno@clisp.org>
4181
4182         * modules/gc-des (Depends-on): Add stdbool.
4183
4184 2007-03-11  Bruno Haible  <bruno@clisp.org>
4185
4186         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4187
4188 2007-03-11  Bruno Haible  <bruno@clisp.org>
4189
4190         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4191
4192 2007-03-11  Bruno Haible  <bruno@clisp.org>
4193
4194         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4195
4196 2007-03-11  Bruno Haible  <bruno@clisp.org>
4197
4198         * lib/vasnprintf.c (sprintf): Undefine.
4199
4200 2007-03-11  Bruno Haible  <bruno@clisp.org>
4201
4202         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4203         initializers in SunPRO C and Compaq C compilers.
4204
4205 2007-03-11  Bruno Haible  <bruno@clisp.org>
4206
4207         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4208         decrementing code ANSI C compliant.
4209
4210 2007-03-11  Bruno Haible  <bruno@clisp.org>
4211
4212         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4213         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4214
4215 2007-03-11  Bruno Haible  <bruno@clisp.org>
4216
4217         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4218         <stdbool.h> substitute doesn't pass.
4219
4220 2007-03-11  Bruno Haible  <bruno@clisp.org>
4221
4222         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4223
4224 2007-03-11  Bruno Haible  <bruno@clisp.org>
4225
4226         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4227         script, for submission to autobuild.josefsson.org.
4228
4229 2007-03-10  Bruno Haible  <bruno@clisp.org>
4230
4231         * modules/canonicalize-lgpl-tests: New file.
4232         * tests/test-canonicalize-lgpl.sh: New file.
4233         * tests/test-canonicalize-lgpl.c: New file.
4234
4235         * modules/c-strcase-tests: New file.
4236         * tests/test-c-strcase.sh: New file.
4237         * tests/test-c-strcasecmp.c: New file.
4238         * tests/test-c-strncasecmp.c: New file.
4239
4240         * modules/atexit-tests: New file.
4241         * tests/test-atexit.sh: New file.
4242         * tests/test-atexit.c: New file.
4243
4244 2007-03-10  Bruno Haible  <bruno@clisp.org>
4245
4246         * tests/test-binary-io.sh: Use temporary filenames that are not so
4247         likely to clash with those of other tests (in a parallel make).
4248         * tests/test-binary-io.c: Likewise.
4249
4250 2007-03-10  Bruno Haible  <bruno@clisp.org>
4251
4252         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4253         fallback; use #error instead.
4254         Suggested by Simon Josefsson.
4255
4256 2007-03-10  Bruno Haible  <bruno@clisp.org>
4257
4258         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4259         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4260         first and the last.
4261
4262 2007-03-10  Bruno Haible  <bruno@clisp.org>
4263
4264         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4265
4266 2007-03-10  Bruno Haible  <bruno@clisp.org>
4267
4268         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4269         "make distcheck".
4270         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4271         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4272         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4273
4274 2007-03-10  Bruno Haible  <bruno@clisp.org>
4275
4276         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4277         variable.
4278         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4279         variable.
4280
4281 2007-03-09  Eric Blake  <ebb9@byu.net>
4282         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4283
4284         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4285         types are not being provided by gnulib.
4286         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4287         types are supported.
4288
4289 2007-03-10  Bruno Haible  <bruno@clisp.org>
4290
4291         * lib/stdio_.h (__attribute__): New macro.
4292         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4293         vsprintf): Specify __attribute__ __format__ for GCC.
4294         Suggested by Eric Blake.
4295
4296 2007-03-09  Bruno Haible  <bruno@clisp.org>
4297
4298         * modules/printf-posix-tests: New file.
4299         * tests/test-printf-posix.sh: New file.
4300         * tests/test-printf-posix.c: New file.
4301
4302         * modules/printf-posix: New file.
4303         * lib/printf.c: New file.
4304         * m4/printf-posix-rpl.m4: New file.
4305         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4306         REPLACE_PRINTF.
4307         * lib/stdio_.h (printf): New declaration.
4308         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4309         ____strfmon____): New macros.
4310         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4311         REPLACE_PRINTF.
4312
4313 2007-03-09  Bruno Haible  <bruno@clisp.org>
4314
4315         * tests/test-vasnprintf-posix2.sh: New file.
4316         * tests/test-vasnprintf-posix2.c: New file.
4317         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4318         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4319         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4320
4321         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4322         a locale dependent decimal point, rather than always '.'.
4323
4324 2007-03-09  Eric Blake  <ebb9@byu.net>
4325
4326         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4327         spite of platforms like Tandem/NSK that define it to -1.
4328
4329 2007-03-08  Bruno Haible  <bruno@clisp.org>
4330
4331         * modules/vprintf-posix-tests: New file.
4332         * tests/test-vprintf-posix.sh: New file.
4333         * tests/test-vprintf-posix.c: New file.
4334         * tests/test-printf-posix.h: New file.
4335
4336         * modules/vprintf-posix: New file.
4337         * lib/vprintf.c: New file.
4338         * m4/vprintf-posix.m4: New file.
4339         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4340         REPLACE_VPRINTF.
4341         * lib/stdio_.h (vprintf): New declaration.
4342         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4343         REPLACE_VPRINTF.
4344
4345 2007-03-08  Bruno Haible  <bruno@clisp.org>
4346
4347         * modules/fprintf-posix-tests: New file.
4348         * tests/test-fprintf-posix.sh: New file.
4349         * tests/test-fprintf-posix.c: New file.
4350
4351         * modules/fprintf-posix: New file.
4352         * lib/fprintf.c: New file.
4353         * m4/fprintf-posix.m4: New file.
4354         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4355         REPLACE_FPRINTF.
4356         * lib/stdio_.h (fprintf): New declaration.
4357         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4358         REPLACE_FPRINTF.
4359
4360 2007-03-08  Bruno Haible  <bruno@clisp.org>
4361
4362         * modules/vfprintf-posix-tests: New file.
4363         * tests/test-vfprintf-posix.sh: New file.
4364         * tests/test-vfprintf-posix.c: New file.
4365         * tests/test-fprintf-posix.h: New file.
4366         * tests/test-fprintf-posix.out: New file.
4367
4368         * modules/vfprintf-posix: New file.
4369         * lib/vfprintf.c: New file.
4370         * m4/vfprintf-posix.m4: New file.
4371         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4372         REPLACE_VFPRINTF.
4373         * lib/stdio_.h (vfprintf): New declaration.
4374         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4375         REPLACE_VFPRINTF.
4376
4377 2007-03-08  Bruno Haible  <bruno@clisp.org>
4378
4379         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4380
4381 2007-03-08  Bruno Haible  <bruno@clisp.org>
4382
4383         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4384         instead of 'expr' invocations.
4385         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4386         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4387         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4388         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4389         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4390         Suggested by Paul Eggert.
4391
4392 2007-03-08  Bruno Haible  <bruno@clisp.org>
4393
4394         * modules/fseterr-tests: New file.
4395         * tests/test-fseterr.c: New file.
4396
4397         * modules/fseterr: New file.
4398         * lib/fseterr.h: New file.
4399         * lib/fseterr.c: New file.
4400
4401 2007-03-08  Bruno Haible  <bruno@clisp.org>
4402
4403         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4404         * lib/getopt_.h: Likewise.
4405         * lib/mbswidth.h: Likewise.
4406         * lib/setenv.h: Likewise.
4407         * lib/vasnprintf.h: Likewise.
4408         * lib/vasprintf.h: Likewise.
4409         * lib/verror.h: Likewise.
4410         * lib/xsetenv.h: Likewise.
4411         * lib/xvasprintf.h: Likewise.
4412
4413 2007-03-08  Jim Meyering  <jim@meyering.net>
4414
4415         * users.txt: Add parted.
4416
4417         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4418
4419 2007-03-07  Bruno Haible  <bruno@clisp.org>
4420
4421         * m4/printf.m4: Make the shell script snippets copy&pastable.
4422
4423 2007-03-02  Bruno Haible  <bruno@clisp.org>
4424
4425         * lib/netinet_in_.h: New file.
4426         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4427         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4428         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4429         (Depends-on): Add absolute-header.
4430         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4431         into netinet/in.h.
4432
4433 2007-03-03  Bruno Haible  <bruno@clisp.org>
4434
4435         * lib/sys_select_.h: New file.
4436         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4437         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4438         * modules/sys_select (Files): Add lib/sys_select_.h.
4439         (Depends-on): Add absolute-header.
4440         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4441         into sys/select.h.
4442
4443 2007-03-02  Bruno Haible  <bruno@clisp.org>
4444
4445         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4446         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4447         values.
4448         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4449         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4450         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4451         * modules/sys_socket (Depends-on): Add absolute-header.
4452         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4453         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4454         (Include): Remove requirement of inclusion of <sys/types.h>.
4455
4456 2007-03-02  Bruno Haible  <bruno@clisp.org>
4457
4458         * lib/byteswap_.h (bswap_32): Fix formula.
4459
4460 2007-03-06  Bruno Haible  <bruno@clisp.org>
4461
4462         * modules/sprintf-posix-tests: New file.
4463         * tests/test-sprintf-posix.c: New file.
4464
4465         * modules/sprintf-posix: New file.
4466         * lib/sprintf.c: New file.
4467         * m4/sprintf-posix.m4: New file.
4468         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4469         REPLACE_SPRINTF.
4470         * lib/stdio_.h (sprintf): New declaration.
4471         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4472         REPLACE_SPRINTF.
4473
4474 2007-03-06  Bruno Haible  <bruno@clisp.org>
4475
4476         * modules/vsprintf-posix-tests: New file.
4477         * tests/test-vsprintf-posix.c: New file.
4478         * tests/test-sprintf-posix.h: New file.
4479
4480         * modules/vsprintf-posix: New file.
4481         * lib/vsprintf.c: New file.
4482         * m4/vsprintf-posix.m4: New file.
4483         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4484         REPLACE_VSPRINTF.
4485         * lib/stdio_.h (vsprintf): New declaration.
4486         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4487         REPLACE_VSPRINTF.
4488
4489 2007-03-06  Bruno Haible  <bruno@clisp.org>
4490
4491         * modules/vsnprintf (Depend-on): Remove minmax.
4492
4493 2007-03-06  Bruno Haible  <bruno@clisp.org>
4494
4495         * modules/snprintf-posix-tests: New file.
4496         * tests/test-snprintf-posix.c: New file.
4497
4498         * modules/snprintf-posix: New file.
4499         * m4/snprintf-posix.m4: New file.
4500         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4501         gl_FUNC_SNPRINTF.
4502         (gl_FUNC_SNPRINTF): Invoke it.
4503         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4504         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4505         is set.
4506         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4507
4508 2007-03-06  Bruno Haible  <bruno@clisp.org>
4509
4510         * modules/vsnprintf-posix-tests: New file.
4511         * tests/test-vsnprintf-posix.c: New file.
4512         * tests/test-snprintf-posix.h: New file.
4513
4514         * modules/vsnprintf-posix: New file.
4515         * m4/vsnprintf-posix.m4: New file.
4516         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4517         gl_FUNC_VSNPRINTF.
4518         (gl_FUNC_VSNPRINTF): Invoke it.
4519         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4520         * lib/stdio_.h (vsnprintf): Define as a replacement if
4521         REPLACE_VSNPRINTF is set.
4522         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4523
4524 2007-03-06  Bruno Haible  <bruno@clisp.org>
4525
4526         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4527         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4528
4529 2007-03-06  Bruno Haible  <bruno@clisp.org>
4530
4531         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4532         (asinl): Declare also if HAVE_DECL_ASINL is set.
4533         (atanl): Declare also if HAVE_DECL_ATANL is set.
4534         (ceill): Declare also if HAVE_DECL_CEILL is set.
4535         (cosl): Declare also if HAVE_DECL_COSL is set.
4536         (expl): Declare also if HAVE_DECL_EXPL is set.
4537         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4538         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4539         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4540         (logl): Declare also if HAVE_DECL_LOGL is set.
4541         (sinl): Declare also if HAVE_DECL_SINL is set.
4542         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4543         (tanl): Declare also if HAVE_DECL_TANL is set.
4544         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4545         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4546         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4547         declaration of frexpl, ldexpl.
4548         * modules/printf-frexpl (Depends-on): Add math.
4549         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4550
4551 2007-03-05  Bruno Haible  <bruno@clisp.org>
4552
4553         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4554         frexpl and ldexpl are declared.
4555         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4556
4557 2007-03-05  Bruno Haible  <bruno@clisp.org>
4558
4559         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4560         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4561
4562 2007-03-05  Bruno Haible  <bruno@clisp.org>
4563
4564         * lib/stdio_.h: Include <stddef.h>.
4565
4566 2007-03-05  Bruno Haible  <bruno@clisp.org>
4567
4568         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4569
4570 2007-03-05  Bruno Haible  <bruno@clisp.org>
4571
4572         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4573         NetBSD 4, from Ralf Wildenhues.
4574
4575 2007-03-04  Bruno Haible  <bruno@clisp.org>
4576
4577         * lib/vasprintf.h: Update #if logic for the case when the functions
4578         exist but are overridden.
4579
4580 2007-03-04  Bruno Haible  <bruno@clisp.org>
4581
4582         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4583         implementations: glibc-2.4 and MacOS X 10.3.
4584         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4585         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4586         * tests/test-vasprintf-posix.c (test_function): Likewise.
4587
4588 2007-03-04  Bruno Haible  <bruno@clisp.org>
4589
4590         * modules/vasprintf-posix-tests: New file.
4591         * tests/test-vasprintf-posix.c: New file.
4592
4593         * modules/vasprintf-posix: New file.
4594         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4595         defined.
4596         * m4/vasprintf-posix.m4: New file.
4597         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4598         gl_FUNC_VASPRINTF.
4599         (gl_FUNC_VASPRINTF): Invoke it.
4600         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4601         here.
4602         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4603
4604 2007-03-04  Bruno Haible  <bruno@clisp.org>
4605
4606         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4607         REPLACE_GETTIMEOFDAY.
4608         * modules/sys_time (Makefile.am): Likewise.
4609         * m4/sys_time_h.m4: Likewise.
4610         * m4/gettimeofday.m4: Likewise.
4611
4612 2007-03-04  Bruno Haible  <bruno@clisp.org>
4613
4614         * modules/vasnprintf-posix-tests: New file.
4615         * tests/test-vasnprintf-posix.c: New file.
4616
4617         * modules/vasnprintf-posix: New file.
4618         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4619         printf-frexpl.h.
4620         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4621         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4622         REPLACE_VASNPRINTF is defined.
4623         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4624         gl_FUNC_VASNPRINTF.
4625         (gl_FUNC_VASNPRINTF): Invoke it.
4626         * m4/vasnprintf-posix.m4: New file.
4627         * m4/printf.m4: New file.
4628
4629 2007-03-04  Bruno Haible  <bruno@clisp.org>
4630
4631         Compile progreloc.c only if --enable-relocatable is specified.
4632         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4633         if --enable-relocatable was specified.
4634         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4635         lib_SOURCES.
4636
4637 2007-03-04  Jim Meyering  <jim@meyering.net>
4638
4639         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4640         Use it consistently, rather than enumerating errno constants.
4641
4642 2007-03-04  Bruno Haible  <bruno@clisp.org>
4643
4644         * modules/xvasprintf-tests: New file.
4645         * tests/test-xvasprintf.c: New file.
4646
4647         * modules/vasprintf-tests: New file.
4648         * tests/test-vasprintf.c: New file.
4649
4650         * modules/vasnprintf-tests: New file.
4651         * tests/test-vasnprintf.c: New file.
4652
4653         * modules/vsnprintf-tests: New file.
4654         * tests/test-vsnprintf.c: New file.
4655
4656         * modules/snprintf-tests: New file.
4657         * tests/test-snprintf.c: New file.
4658
4659 2007-03-04  Bruno Haible  <bruno@clisp.org>
4660
4661         Compile relocatable.c only if --enable-relocatable is specified.
4662         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4663         gl_RELOCATABLE_LIBRARY.
4664         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4665         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4666         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4667         gl_RELOCATABLE_LIBRARY.
4668         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4669         (Makefile.am): Remove lib_SOURCES.
4670         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4671         gl_RELOCATABLE_LIBRARY.
4672         (Makefile.am): Remove lib_SOURCES.
4673         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4674         always.
4675         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4676         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4677
4678 2007-03-04  Bruno Haible  <bruno@clisp.org>
4679
4680         * modules/argmatch-tests: New file.
4681         * tests/test-argmatch.c: New file.
4682
4683         * tests/test-allocsa.c (main): Halve the number of loop runs.
4684
4685         * modules/alloca-opt-tests: New file.
4686         * tests/test-alloca-opt.c: New file.
4687
4688 2007-03-04  Jim Meyering  <jim@meyering.net>
4689
4690         Work around difference between Linux ACLs and Solaris 10 ZFS.
4691         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4692         for EINVAL.
4693
4694 2007-03-03  Bruno Haible  <bruno@clisp.org>
4695
4696         * modules/relocatable-prog (Depends-on): Add back progreloc's
4697         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4698
4699 2007-03-03  Bruno Haible  <bruno@clisp.org>
4700
4701         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4702         * modules/relocatable-lib: New file.
4703
4704 2007-03-03  Bruno Haible  <bruno@clisp.org>
4705
4706         * modules/relocatable-prog: Renamed from modules/relocatable.
4707         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4708
4709 2007-03-03  Bruno Haible  <bruno@clisp.org>
4710
4711         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4712         m4/relocatable-lib.m4.
4713         (Depends-on): Remove 'relocatable'.
4714         (configure.ac): Add gl_RELOCATABLE_NOP.
4715
4716 2007-03-03  Bruno Haible  <bruno@clisp.org>
4717
4718         * modules/relocatable-prog-wrapper: New file.
4719         * modules/relocatable (Depends-on): Add it. Remove all other
4720         dependencies except progname.
4721         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4722
4723         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4724         (gl_FUNC_STRERROR): Nop.
4725         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4726
4727         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4728         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4729
4730         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4731         (gl_FUNC_READLINK): Update.
4732
4733         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4734
4735 2007-03-03  Bruno Haible  <bruno@clisp.org>
4736
4737         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4738         * modules/xreadlink (Depends-on): Add unistd.
4739         * modules/xreadlink-with-size (Depends-on): Likewise.
4740
4741 2007-03-03  Bruno Haible  <bruno@clisp.org>
4742
4743         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4744         extracted from gt_FUNC_SETENV.
4745         (gt_FUNC_SETENV): Remove macro.
4746         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4747         remove gt_FUNC_SETENV.
4748
4749 2007-03-03  Bruno Haible  <bruno@clisp.org>
4750
4751         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4752         ENABLE_RELOCATABLE here.
4753         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4754
4755 2007-03-03  Bruno Haible  <bruno@clisp.org>
4756
4757         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4758         * tests/test-rbtreehash_list.c: Include progname.h.
4759         (main): Call set_program_name.
4760
4761         * modules/rbtree-oset-tests (Depends-on): Add progname.
4762         * tests/test-rbtree_oset.c: Include progname.h.
4763         (main): Call set_program_name.
4764
4765         * modules/rbtree-list-tests (Depends-on): Add progname.
4766         * tests/test-rbtree_list.c: Include progname.h.
4767         (main): Call set_program_name.
4768
4769         * modules/linked-list-tests (Depends-on): Add progname.
4770         * tests/test-linked_list.c: Include progname.h.
4771         (main): Call set_program_name.
4772
4773 2007-03-03  Bruno Haible  <bruno@clisp.org>
4774
4775         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4776         All uses of __restrict changed to _Restrict_.
4777         * lib/glob_.h (__restrict): Remove macro.
4778
4779 2007-03-02  Bruno Haible  <bruno@clisp.org>
4780
4781         * modules/gettext (configure.ac): Require gettext infrastructure
4782         from version 0.16.1.
4783
4784 2007-03-02  Bruno Haible  <bruno@clisp.org>
4785
4786         * modules/linkedhash-list-tests (Depends-on): Add progname.
4787         * tests/test-linkedhash_list.c: Include progname.h.
4788         (main): Call set_program_name.
4789
4790         * modules/carray-list-tests (Depends-on): Add progname.
4791         * tests/test-carray_list.c: Include progname.h.
4792         (main): Call set_program_name.
4793
4794         * modules/avltreehash-list-tests (Depends-on): Add progname.
4795         * tests/test-avltreehash_list.c: Include progname.h.
4796         (main): Call set_program_name.
4797
4798         * modules/avltree-oset-tests (Depends-on): Add progname.
4799         * tests/test-avltree_oset.c: Include progname.h.
4800         (main): Call set_program_name.
4801
4802         * modules/avltree-list-tests (Depends-on): Add progname.
4803         * tests/test-avltree_list.c: Include progname.h.
4804         (main): Call set_program_name.
4805
4806         * modules/array-oset-tests (Depends-on): Add progname.
4807         * tests/test-array_oset.c: Include progname.h.
4808         (main): Call set_program_name.
4809
4810         * modules/array-list-tests (Depends-on): Add progname.
4811         * tests/test-array_list.c: Include progname.h.
4812         (main): Call set_program_name.
4813
4814         * modules/argp-tests (Depends-on): Add progname.
4815         * tests/test-argp.c: Include argp.h first. Include progname.h.
4816         (main): Call set_program_name.
4817
4818 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4819
4820         * doc/gnulib-tool.texi (Initial import): Reword description of
4821         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4822         limited effect even if defined after the first system include.
4823
4824 2007-03-01  Bruno Haible  <bruno@clisp.org>
4825
4826         * build-aux/config.libpath: Update to libtool-1.5.22.
4827         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4828
4829 2007-03-01  Bruno Haible  <bruno@clisp.org>
4830
4831         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4832         foo_CFLAGS.
4833         Reported by Ralf Wildenhues.
4834
4835 2007-03-01  Bruno Haible  <bruno@clisp.org>
4836
4837         * build-aux/install-reloc: Remove object files left over by some
4838         compilers.
4839         Reported by Ralf Wildenhues.
4840
4841 2007-03-01  Bruno Haible  <bruno@clisp.org>
4842
4843         * build-aux/install-reloc: Break long lines.
4844
4845 2007-03-01  Bruno Haible  <bruno@clisp.org>
4846
4847         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4848         Reported by Ralf Wildenhues.
4849
4850 2007-03-01  Bruno Haible  <bruno@clisp.org>
4851
4852         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4853         include ordering constraints.
4854
4855 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4856
4857         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4858         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4859         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4860         as another example.
4861         * lib/time_.h: Fix misspelling.
4862         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4863         Require gl_HEADER_TIME_H_DEFAULTS.
4864         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4865         * m4/time_r.m4 (gl_TIME_R): Likewise.
4866         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4867
4868 2007-03-01  Bruno Haible  <bruno@clisp.org>
4869
4870         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4871         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4872
4873 2007-03-01  Jim Meyering  <jim@meyering.net>
4874
4875         * modules/xreadlink (Maintainer): Add my name.
4876         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4877
4878 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4879             Bruno Haible  <bruno@clisp.org>
4880
4881         * build-aux/install-reloc: Compile also c-ctype.c.
4882         * build-aux/relocatable.sh.in: New file.
4883         * doc/relocatable.texi: New file.
4884         * doc/relocatable-maint.texi: New file.
4885         * doc/gnulib.texi: Include relocatable-maint.texi.
4886         * lib/progreloc.c: Include unistd.h unconditionally.
4887         * lib/relocwrapper.c: Include unistd.h unconditionally.
4888         Include c-ctype.h.
4889         (add_dotbin): Use c_tolower.
4890         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4891         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4892         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4893         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4894         to m4/relocatable-lib.m4.
4895         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4896         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4897         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4898         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4899         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4900         * modules/relocatable: New file.
4901         * modules/relocatable-lib: New file.
4902         * modules/relocatable-script: New file.
4903
4904 2007-02-28  Bruno Haible  <bruno@clisp.org>
4905
4906         Import --enable-relocatable infrastructure.
4907         * build-aux/config.libpath: New file, from GNU gettext.
4908         * build-aux/install-reloc: New file, from GNU gettext.
4909         * build-aux/reloc-ldflags: New file, from GNU gettext.
4910         * lib/relocatable.h: New file, from GNU gettext.
4911         * lib/relocatable.c: New file, from GNU gettext.
4912         * lib/relocwrapper.c: New file, from GNU gettext.
4913         * m4/relocatable.m4: New file, from GNU gettext.
4914
4915 2007-02-28  Bruno Haible  <bruno@clisp.org>
4916
4917         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4918
4919         * modules/xreadlink: New file, from GNU gettext with modifications.
4920         * lib/xreadlink.c: New file, from GNU gettext.
4921         * lib/xreadlink.h: Add comments.
4922         (xreadlink): New declaration.
4923
4924         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4925         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4926         lib/xreadlink-with-size.c.
4927         (configure.ac): Remove gl_XREADLINK invocation.
4928         (Makefile.am): Augment lib_SOURCES.
4929         * m4/xreadlink.m4: Remove file.
4930         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4931         (xreadlink_with_size): Renamed from xreadink.
4932         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4933         * modules/canonicalize (Depends-on): Replace xreadlink with
4934         xreadlink-with-size.
4935         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4936
4937 2007-02-25  Jim Meyering  <jim@meyering.net>
4938
4939         * build-aux/announce-gen: When complaining about excess arguments,
4940         list them.
4941
4942 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4943
4944         * README: Document signed integer overflow situation more
4945         accurately.
4946
4947 2007-02-25  Bruno Haible  <bruno@clisp.org>
4948
4949         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4950         'a' or 'A' conversion.
4951
4952 2007-02-25  Bruno Haible  <bruno@clisp.org>
4953
4954         * modules/filename: Renamed from modules/pathname.
4955         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4956         lib/concatpath.c with lib/concat-filename.c.
4957         (Makefile.am): Update.
4958         (Include): Replace pathname.h with filename.h.
4959         * lib/filename.h: Renamed from lib/pathname.h.
4960         (concatenated_filename): Renamed from concatenated_pathname.
4961         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4962         (concatenated_filename): Renamed from concatenated_pathname.
4963         * lib/findprog.c: Include filename.h instead of pathname.h.
4964         (find_in_path): Update.
4965         * lib/javacomp.c: Include filename.h instead of pathname.h.
4966         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4967         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4968         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4969         is_oldgcj_14_13_usable, is_javac_usable): Update.
4970         * lib/javaexec.c: Include filename.h instead of pathname.h.
4971         (execute_java_class): Update.
4972         * modules/findprog: Update.
4973         * modules/javacomp: Update.
4974         * modules/javaexec: Update.
4975         * MODULES.html.sh (File system functions): Add 'filename', remove
4976         'pathname'.
4977
4978 2007-02-25  Bruno Haible  <bruno@clisp.org>
4979
4980         * modules/printf-frexpl-tests: New file.
4981         * tests/test-printf-frexpl.c: New file.
4982
4983         * modules/printf-frexpl: New file.
4984         * lib/printf-frexpl.h: New file.
4985         * lib/printf-frexpl.c: New file.
4986         * m4/printf-frexpl.m4: New file.
4987
4988 2007-02-25  Bruno Haible  <bruno@clisp.org>
4989
4990         * modules/printf-frexp-tests: New file.
4991         * tests/test-printf-frexp.c: New file.
4992
4993         * modules/printf-frexp: New file.
4994         * lib/printf-frexp.h: New file.
4995         * lib/printf-frexp.c: New file.
4996         * m4/printf-frexp.m4: New file.
4997
4998 2007-02-25  Bruno Haible  <bruno@clisp.org>
4999
5000         Assume automake >= 1.10 for the tests.
5001         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5002         * modules/arctwo-tests: Likewise.
5003         * modules/argp-tests: Likewise.
5004         * modules/avltree-list-tests: Likewise.
5005         * modules/avltree-oset-tests: Likewise.
5006         * modules/avltreehash-list-tests: Likewise.
5007         * modules/carray-list-tests: Likewise.
5008         * modules/crc-tests: Likewise.
5009         * modules/des-tests: Likewise.
5010         * modules/gc-arcfour-tests: Likewise.
5011         * modules/gc-arctwo-tests: Likewise.
5012         * modules/gc-des-tests: Likewise.
5013         * modules/gc-hmac-md5-tests: Likewise.
5014         * modules/gc-hmac-sha1-tests: Likewise.
5015         * modules/gc-md2-tests: Likewise.
5016         * modules/gc-md4-tests: Likewise.
5017         * modules/gc-md5-tests: Likewise.
5018         * modules/gc-pbkdf2-sha1-tests: Likewise.
5019         * modules/gc-rijndael-tests: Likewise.
5020         * modules/gc-sha1-tests: Likewise.
5021         * modules/gc-tests: Likewise.
5022         * modules/getaddrinfo-tests: Likewise.
5023         * modules/hmac-md5-tests: Likewise.
5024         * modules/hmac-sha1-tests: Likewise.
5025         * modules/linked-list-tests: Likewise.
5026         * modules/linkedhash-list-tests: Likewise.
5027         * modules/lock-tests: Likewise.
5028         * modules/md2-tests: Likewise.
5029         * modules/md4-tests: Likewise.
5030         * modules/md5-tests: Likewise.
5031         * modules/rbtree-list-tests: Likewise.
5032         * modules/rbtree-oset-tests: Likewise.
5033         * modules/rbtreehash-list-tests: Likewise.
5034         * modules/read-file-tests: Likewise.
5035         * modules/rijndael-tests: Likewise.
5036         * modules/stdint-tests: Likewise.
5037         * modules/tls-tests: Likewise.
5038
5039 2007-02-24  Bruno Haible  <bruno@clisp.org>
5040
5041         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5042         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5043         function; instead check whether isnan with a double argument links.
5044         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5045         function; instead check whether isnan with a 'long double' argument
5046         links.
5047         Reported by Eric Blake <ebb9@byu.net>.
5048
5049 2007-02-24  Bruno Haible  <bruno@clisp.org>
5050
5051         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5052         defined.
5053         * lib/isnanl.c: Remove all code. Just include isnan.c.
5054         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5055
5056 2007-02-25  Jim Meyering  <jim@meyering.net>
5057
5058         Avoid conflicting types for 'unsetenv' on FreeBSD.
5059         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5060         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5061         in stdlib.h.
5062
5063 2007-02-24  Bruno Haible  <bruno@clisp.org>
5064
5065         * modules/isnanl-nolibm-tests: New file.
5066         * tests/test-isnanl.c: New file.
5067
5068         * modules/isnanl-nolibm: New file.
5069         * lib/isnanl.h: New file.
5070         * lib/isnanl.c: New file.
5071         * m4/isnanl.m4: New file.
5072
5073 2007-02-24  Bruno Haible  <bruno@clisp.org>
5074
5075         * modules/isnan-nolibm-tests: New file.
5076         * tests/test-isnan.c: New file.
5077
5078         * modules/isnan-nolibm: New file.
5079         * lib/isnan.h: New file.
5080         * lib/isnan.c: New file.
5081         * m4/isnan.m4: New file.
5082
5083 2007-02-24  Bruno Haible  <bruno@clisp.org>
5084
5085         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5086         assume that an exponent fits in 20 bits.
5087
5088 2007-02-24  Jim Meyering  <jim@meyering.net>
5089
5090         * m4/regex.m4: Update the description of the configure-time option,
5091         --without-included-regex, to state accurately what the defaults are,
5092         and perhaps to give people an idea why using this option is risky.
5093
5094 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5095
5096         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5097         loops on small arguments.  This attempts to avoid the problem
5098         Bruno Haible reported for AIX 4.3.2 in
5099         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5100
5101 2007-02-23  Bruno Haible  <bruno@clisp.org>
5102
5103         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5104         Needed for help2man.
5105
5106 2007-02-23  Karl Berry  <karl@gnu.org>
5107
5108         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5109         exists, foo.h should be cvs-ignored, not committed.
5110
5111 2007-02-23  Eric Blake  <ebb9@byu.net>
5112
5113         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5114         * lib/stat-time.h (includes): Likewise.
5115         * lib/utimecmp.c (includes): Likewise.
5116         * lib/utimens.h (includes): Likewise.
5117         * lib/getdate.y (includes): Also include "timespec.h" for use
5118         internal to the module.
5119         * modules/utimens (Depends-on): Revert yesterday's patch.
5120         * modules/nanosleep (Depends-on): Add missing dependency.
5121
5122 2007-02-22  Bruno Haible  <bruno@clisp.org>
5123
5124         * lib/glob.c: Don't include getlogin_r.h.
5125
5126 2007-02-22  Jim Meyering  <jim@meyering.net>
5127
5128         * modules/utimens (Depends-on): Add timespec, required for
5129         utimens.h's inclusion of timespec.h.
5130
5131 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5132
5133         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5134         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5135         Schwab in
5136         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5137         I'll try to think of a better way to fix the Solaris problem.
5138
5139         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5140         like glibc; on Solaris 10, it fails with errno == EINVAL.
5141         POSIX says the behavior is unspecified if the first argument is NULL,
5142         so play it safe and never pass NULL to the system getcwd.
5143
5144 2007-02-21  Jim Meyering  <jim@meyering.net>
5145
5146         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5147         of gettimeofday.  It would conflict with the one now always
5148         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5149         an IRIX 6.5 build failure.
5150
5151 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5152
5153         Minor fixups to port to Solaris 10 with Sun C 5.8.
5154         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5155         * modules/getcwd (Depends-on): Add dirfd.
5156         * lib/putenv.c (putenv): #undef it.
5157         (rpl_putenv): New decl.
5158         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5159
5160 2007-02-20  Bruno Haible  <bruno@clisp.org>
5161
5162         * modules/stdio-tests: New file.
5163         * tests/test-stdio.c: New file.
5164
5165         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5166         (Depends-on): Add stdio.
5167         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5168         (Include): Use <stdio.h> instead of vsnprintf.h.
5169         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5170         HAVE_DECL_VSNPRINTF.
5171         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5172
5173         * modules/snprintf (Files): Remove lib/snprintf.h.
5174         (Depends-on): Add stdio.
5175         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5176         (Include): Use <stdio.h> instead of snprintf.h.
5177         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5178         HAVE_DECL_SNPRINTF.
5179         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5180         * lib/getaddrinfo.c: Likewise.
5181
5182         * modules/stdio: New file.
5183         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5184         * lib/snprintf.h: Remove file.
5185         * lib/vsnprintf.h: Remove file.
5186         * lib/.cppi-disable: Remove snprintf.h.
5187         * m4/stdio_h.m4: New file.
5188         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5189
5190 2007-02-20  Jim Meyering  <jim@meyering.net>
5191
5192         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5193         used by e.g., mingw.  From Bruno Haible.
5194
5195 2007-02-19  Bruno Haible  <bruno@clisp.org>
5196
5197         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5198         warnings.
5199         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5200
5201 2007-02-19  Bruno Haible  <bruno@clisp.org>
5202
5203         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5204         from mingw users.
5205
5206 2007-02-19  Bruno Haible  <bruno@clisp.org>
5207
5208         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5209         warnings.
5210         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5211
5212 2007-02-19  Jim Meyering  <jim@meyering.net>
5213
5214         Don't use FD after a successful "fdopendir (fd)".
5215         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5216         Reset it by calling dirfd on the just-obtained DIR*.
5217
5218         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5219         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5220
5221 2007-02-18  Bruno Haible  <bruno@clisp.org>
5222
5223         * lib/readlink.c: Include <unistd.h>.
5224         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5225         HAVE_READLINK.
5226         * modules/readlink (Depends-on): Add unistd.
5227         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5228         (Include): Add <unistd.h>.
5229
5230         * lib/getlogin_r.h: Remove file.
5231         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5232         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5233         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5234         HAVE_DECL_GETLOGIN_R.
5235         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5236         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5237         (Include): Use <unistd.h> instead of getlogin_r.h.
5238
5239         * lib/getcwd.h: Remove file.
5240         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5241         * lib/xgetcwd.c: Likewise.
5242         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5243         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5244         * modules/getcwd (Files): Remove lib/getcwd.h.
5245         (Depends-on): Add unistd.
5246         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5247         (Include): Use <unistd.h> instad of getcwd.h.
5248
5249         * lib/ftruncate.c: Include <unistd.h> first.
5250         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5251         Set HAVE_FTRUNCATE.
5252         * modules/ftruncate (Depends-on): Add unistd.
5253         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5254
5255         * lib/fchdir.c: Include <unistd.h> first.
5256         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5257         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5258         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5259         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5260         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5261
5262         * lib/dup2.c: Include <unistd.h> first.
5263         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5264         HAVE_DUP2.
5265         * modules/dup2 (Depends-on): Add unistd.
5266         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5267
5268         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5269         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5270         REPLACE_CHOWN. Don't define chown as a macro here.
5271         * modules/chown (Depends-on): Add unistd.
5272         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5273
5274         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5275         Add definition for GL_LINK_WARNING.
5276         (chown, dup2): New declarations.
5277         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5278         link warning.
5279         (ftruncate): New declaration.
5280         (getcwd): New declaration, taken from old getcwd.h.
5281         (getlogin_r): New declaration, taken from old getlogin_r.h.
5282         (readlink): New declaration.
5283         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5284         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5285         (gl_PREREQ_UNISTD): Remove macro.
5286         (gl_UNISTD_MODULE_INDICATOR): New macro.
5287         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5288         many new variables. Don't set UNISTD_H.
5289         * modules/unistd (Description): Change.
5290         (Depends-on): Add link-warning.
5291         (configure.ac): Update.
5292         (Makefile.am): Create unistd.h always. Substitute many new variables
5293         into it.
5294
5295 2007-02-18  Bruno Haible  <bruno@clisp.org>
5296
5297         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5298         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5299         HAVE_GETSUBOPT.
5300         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5301         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5302         * lib/getsubopt.h: Remove file.
5303         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5304         (Depends-on): Add stdlib.
5305         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5306         (Includes): Use <stdlib.h> instead of getsubopt.h.
5307         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5308         Set HAVE_GETSUBOPT.
5309         * lib/getsubopt.c: Don't include getsubopt.h.
5310
5311 2007-02-18  Bruno Haible  <bruno@clisp.org>
5312
5313         * modules/fchdir (Depends-on): Add dup2.
5314
5315 2007-02-18  Bruno Haible  <bruno@clisp.org>
5316
5317         * lib/stdlib_.h: Handle glibc's special invocation convention
5318         specially.
5319
5320 2007-02-18  Bruno Haible  <bruno@clisp.org>
5321
5322         * modules/stdlib-tests: New file.
5323         * tests/test-stdlib.c: New file.
5324
5325         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5326         (Depends-on): Add stdlib.
5327         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5328         (Includes): Use <stdlib.h> instead of mkstemp.h.
5329         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5330         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5331         * lib/mkstemp.c: Don't include mkstemp.h.
5332         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5333         * lib/stdlib--.h: Don't include mkstemp.h.
5334
5335         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5336         (Depends-on): Add stdlib.
5337         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5338         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5339         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5340         HAVE_MKDTEMP.
5341         * lib/mkdtemp.c: Don't include mkdtemp.h.
5342         * lib/clean-temp.c: Don't include mkdtemp.h.
5343
5344         * modules/exit (Files): Remove lib/exit.h.
5345         (Depends-on): Add stdlib.
5346         (Makefile.am): Remove lib_SOURCES.
5347         (Include): Use <stdlib.h> instead of exit.h.
5348         * lib/argmatch.c: Don't include exit.h.
5349         * lib/execute.c: Likewise.
5350         * lib/pagealign_alloc.c: Likewise.
5351         * lib/pipe.c: Likewise.
5352         * lib/wait-process.c: Likewise.
5353         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5354         * lib/exitfail.c: Likewise.
5355         * lib/savewd.c: Likewise.
5356         * lib/xsetenv.c: Likewise.
5357
5358         * modules/stdlib: New file.
5359         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5360         and extra comments about mkstemp().
5361         * lib/exit.h: Remove file.
5362         * lib/mkdtemp.h: Remove file.
5363         * lib/mkstemp.h: Remove file.
5364         * m4/stdlib_h.m4: New file.
5365         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5366
5367 2007-02-18  Bruno Haible  <bruno@clisp.org>
5368
5369         * modules/math-tests: New file.
5370         * tests/test-math.c: New file.
5371
5372         * modules/math: New file.
5373         * modules/mathl (Files): Remove lib/mathl.h.
5374         (Depends-on): Add math.
5375         (Makefile.am): Don't mention mathl.h.
5376         (Include): Use <math.h> instead of mathl.h.
5377         * lib/math_.h: New file.
5378         * lib/mathl.h: Remove file.
5379         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5380         mathl.h.
5381         * lib/asinl.c: Likewise.
5382         * lib/atanl.c: Likewise.
5383         * lib/ceill.c: Likewise.
5384         * lib/cosl.c: Likewise.
5385         * lib/expl.c: Likewise.
5386         * lib/floorl.c: Likewise.
5387         * lib/frexpl.c: Likewise.
5388         * lib/ldexpl.c: Likewise.
5389         * lib/logl.c: Likewise.
5390         * lib/sincosl.c: Likewise.
5391         * lib/sinl.c: Likewise.
5392         * lib/sqrtl.c: Likewise.
5393         * lib/tanl.c: Likewise.
5394         * lib/trigl.c: Likewise.
5395         * m4/math_h.m4: New file.
5396         * MODULES.html.sh (Mathematics): Add math.
5397
5398 2007-02-17  Bruno Haible  <bruno@clisp.org>
5399
5400         * modules/wctype-tests: New file.
5401         * tests/test-wctype.c: New file.
5402
5403         * modules/wchar-tests: New file.
5404         * tests/test-wchar.c: New file.
5405
5406         * modules/unistd-tests: New file.
5407         * tests/test-unistd.c: New file.
5408
5409         * modules/time-tests: New file.
5410         * tests/test-time.c: New file.
5411
5412         * modules/sysexits-tests: New file.
5413         * tests/test-sysexits.c: New file.
5414
5415         * modules/sys_time-tests: New file.
5416         * tests/test-sys_time.c: New file.
5417
5418         * modules/sys_stat-tests: New file.
5419         * tests/test-sys_stat.c: New file.
5420
5421         * modules/sys_socket-tests: New file.
5422         * tests/test-sys_socket.c: New file.
5423
5424         * modules/sys_select-tests: New file.
5425         * tests/test-sys_select.c: New file.
5426
5427         * modules/string-tests: New file.
5428         * tests/test-string.c: New file.
5429
5430         * modules/stdbool-tests: New file.
5431         * tests/test-stdbool.c: New file.
5432
5433         * modules/netinet_in-tests: New file.
5434         * tests/test-netinet_in.c: New file.
5435
5436         * modules/inttypes-tests: New file.
5437         * tests/test-inttypes.c: New file.
5438
5439         * modules/fcntl-tests: New file.
5440         * tests/test-fcntl.c: New file.
5441
5442         * modules/byteswap-tests: New file.
5443         * tests/test-byteswap.c: New file.
5444
5445         * modules/arpa_inet-tests: New file.
5446         * tests/test-arpa_inet.c: New file.
5447
5448 2007-02-17  Bruno Haible  <bruno@clisp.org>
5449
5450         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5451         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5452         if the corresponding module is not enabled. Emit link warnings if
5453         the function is used nevertheless.
5454         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5455         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5456         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5457         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5458         * modules/inttypes (Depends-on): Add link-warning.
5459         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5460         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5461         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5462         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5463         * modules/imaxdiv (configure.ac): Likewise.
5464         * modules/strtoimax (configure.ac): Likewise.
5465         * modules/strtoumax (configure.ac): Likewise.
5466
5467 2007-02-17  Bruno Haible  <bruno@clisp.org>
5468
5469         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5470         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5471         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5472         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5473
5474 2007-02-17  Bruno Haible  <bruno@clisp.org>
5475
5476         * modules/link-warning: New file.
5477         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5478         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5479         * modules/string (Depends-on): Add link-warning.
5480         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5481         string.h.
5482         * MODULES.html.sh (Support for building libraries and executables): Add
5483         link-warning.
5484
5485 2007-02-17  Bruno Haible  <bruno@clisp.org>
5486
5487         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5488         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5489         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5490         long lines.
5491
5492 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5493             Bruno Haible  <bruno@clisp.org>
5494
5495         * modules/tmpfile: New file.
5496         * lib/tmpfile.c: New file.
5497         * m4/tmpfile.m4: New file.
5498         * MODULES.html.sh (func_all_modules): New section "Input/output".
5499
5500 2007-02-15  Bruno Haible  <bruno@clisp.org>
5501
5502         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5503         (supports_delete_on_close): New function.
5504         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5505
5506 2007-02-14  Bruno Haible  <bruno@clisp.org>
5507
5508         * modules/mbspcasecmp-tests: New file.
5509         * tests/test-mbspcasecmp.sh: New file.
5510         * tests/test-mbspcasecmp.c: New file.
5511
5512         New module mbspcasecmp.
5513         * modules/mbspcasecmp: New file.
5514         * lib/mbspcasecmp.c: New file.
5515         * lib/string_.h (strncasecmp): Change warning message.
5516         (mbspcasecmp): New declaration.
5517         * m4/mbspcasecmp.m4: New file.
5518         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5519         GNULIB_MBSPCASECMP.
5520         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5521         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5522
5523 2007-02-14  Bruno Haible  <bruno@clisp.org>
5524
5525         * modules/mbsncasecmp-tests: New file.
5526         * tests/test-mbsncasecmp.sh: New file.
5527         * tests/test-mbsncasecmp.c: New file.
5528
5529         New module mbsncasecmp.
5530         * modules/mbsncasecmp: New file.
5531         * lib/mbsncasecmp.c: New file.
5532         * lib/string_.h (mbsncasecmp): New declaration.
5533         * m4/mbsncasecmp.m4: New file.
5534         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5535         GNULIB_MBSNCASECMP.
5536         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5537         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5538
5539 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5540
5541         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5542         Verify that it doesn't overlap with our flags.
5543         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5544         do not have the desired effect in multibyte locales; instead, use
5545         mbscasecmp.
5546         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5547         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5548         we don't require GNU fnmatch ourselves (if our users require it, they
5549         should do so explicitly).
5550
5551         Fix regex code so it doesn't rely on strcasecmp.
5552         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5553         Otherwise, include gnulib's langinfo.h.
5554         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5555         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5556         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5557         * modules/regex (FILES): Remove m4/codeset.m4.
5558         (Depends-on): Add localcharset.  Remove strcase.
5559
5560 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5561
5562         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5563         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5564
5565 2007-02-13  Bruno Haible  <bruno@clisp.org>
5566
5567         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5568         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5569
5570 2007-02-12  Bruno Haible  <bruno@clisp.org>
5571
5572         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5573         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5574         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5575         time warning rather than a link error.
5576
5577 2007-02-12  Bruno Haible  <bruno@clisp.org>
5578
5579         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5580         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5581         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5582
5583 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5584
5585         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5586         args, not 2.
5587
5588 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5589
5590         New module 'time', so that apps can include <time.h> as per
5591         POSIX and GNU instead of separate include files like time_r.h
5592         and timegm.h.  This implementation tries out a simpler approach
5593         for replacing decls in standard include files (as compared to
5594         the string module), somewhat as an experiment.
5595
5596         * config/srclist.txt: Comment out mktime.c for now.
5597         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5598         since it doesn't apply any more.  Use generic wording instead.
5599         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5600         'time'.
5601         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5602         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5603         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5604         Don't include <sys/types.h>; no longer needed since we assume C89.
5605         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5606         * lib/strftime.c: Likewise.
5607         * lib/time_r.c: Likewise.
5608         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5609         * lib/nanosleep.c: Include <time.h> first, to check interface.
5610         * lib/strptime.c: Likewise.
5611         * lib/time_r.c: Likewise.
5612         * lib/timegm.c: Likewise.
5613         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5614         needed.
5615         * lib/timegm.c: Don't include timegm.h; no longer needed.
5616         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5617         time.h now handles any problems in that area.
5618         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5619         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5620         that time.h defines struct timespec.
5621         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5622         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5623         handles that.
5624         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5625         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5626         needed.  Set REPLACE_LOCALTIME.
5627         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5628         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5629         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5630         nanosleep; time_h.m4 now does that.  Don't require
5631         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5632         module handles this now.
5633         * modules/getdate (Depends-on): Remove timespec.  Add time.
5634         * modules/nanosleep (Depends-on): Likewise.
5635         * modules/stat-time (Depends-on): Likewise.
5636         * modules/nanosleep (Include): Include time.h, not timespec.h.
5637         * modules/strptime (Files): Remove lib/strptime.h.
5638         (Depends-on): Add extensions, time.
5639         (Include): Include time.h, not strptime.h.
5640         * modules/time_r (Files): Remove lib/time_r.h.
5641         (Depends-on): Add time.
5642         (Include): Include time.h, not time_r.h.
5643         * modules/timegm: Likewise.
5644         * modules/timespec (Description): Now does timespec-related decls
5645         of our own, instead of struct timespec itself.
5646         (Depends-on): Add time; remove extensions.
5647         (Maintainer): Add self.
5648         * modules/utimecmp (Depends-on): Add time; remove timespec.
5649         * modules/utimens (Depends-on): Likewise.
5650         * modules/xnanosleep (Depends-on): Likewise.
5651
5652 2007-02-11  Bruno Haible  <bruno@clisp.org>
5653
5654         * lib/c-strstr.c: Include allocsa.h.
5655         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5656         * lib/c-strcasestr.c: Include allocsa.h.
5657         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5658         * lib/strcasestr.c: Include allocsa.h.
5659         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5660         * lib/mbsstr.c: Include allocsa.h.
5661         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5662         allocsa/freesa instead of malloc/free.
5663         * lib/mbscasestr.c: Include allocsa.h.
5664         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5665         allocsa/freesa instead of malloc/free.
5666         * modules/c-strstr (Depends-on): Add allocsa.
5667         * modules/c-strcasestr (Depends-on): Likewise.
5668         * modules/strcasestr (Depends-on): Likewise.
5669         * modules/mbsstr (Depends-on): Likewise.
5670         * modules/mbscasestr (Depends-on): Likewise.
5671
5672 2007-02-11  Bruno Haible  <bruno@clisp.org>
5673
5674         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5675
5676         * modules/mbsspn-tests: New file.
5677         * tests/test-mbsspn.sh: New file.
5678         * tests/test-mbsspn.c: New file.
5679
5680 2007-02-11  Bruno Haible  <bruno@clisp.org>
5681
5682         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5683
5684         * modules/mbspbrk-tests: New file.
5685         * tests/test-mbspbrk.sh: New file.
5686         * tests/test-mbspbrk.c: New file.
5687
5688 2007-02-11  Bruno Haible  <bruno@clisp.org>
5689
5690         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5691         unneeded cast.
5692
5693         * modules/mbscspn-tests: New file.
5694         * tests/test-mbscspn.sh: New file.
5695         * tests/test-mbscspn.c: New file.
5696
5697 2007-02-11  Bruno Haible  <bruno@clisp.org>
5698
5699         * modules/mbscasecmp-tests: New file.
5700         * tests/test-mbscasecmp.sh: New file.
5701         * tests/test-mbscasecmp.c: New file.
5702
5703 2007-02-11  Bruno Haible  <bruno@clisp.org>
5704
5705         Ensure O(n) worst-case complexity of mbscasestr.
5706         * lib/mbscasestr.c: Include stdbool.h.
5707         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5708         functions.
5709         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5710         the bookkeeping indicates that it's worth it.
5711         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5712
5713         * modules/mbscasestr-tests: New file.
5714         * tests/test-mbscasestr1.c: New file.
5715         * tests/test-mbscasestr2.sh: New file.
5716         * tests/test-mbscasestr2.c: New file.
5717         * tests/test-mbscasestr3.sh: New file.
5718         * tests/test-mbscasestr3.c: New file.
5719         * tests/test-mbscasestr4.sh: New file.
5720         * tests/test-mbscasestr4.c: New file.
5721         * m4/locale-tr.m4: New file.
5722
5723 2007-02-11  Bruno Haible  <bruno@clisp.org>
5724
5725         Ensure O(n) worst-case complexity of mbsstr.
5726         * lib/mbsstr.c: Include stdbool.h.
5727         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5728         functions.
5729         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5730         bookkeeping indicates that it's worth it.
5731         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5732
5733         * modules/mbsstr-tests: New file.
5734         * tests/test-mbsstr1.c: New file.
5735         * tests/test-mbsstr2.sh: New file.
5736         * tests/test-mbsstr2.c: New file.
5737         * tests/test-mbsstr3.sh: New file.
5738         * tests/test-mbsstr3.c: New file.
5739         * m4/locale-fr.m4: New file.
5740
5741 2007-02-11  Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/mbsrchr.c (mbsrchr): Fix bug.
5744
5745         * modules/mbsrchr-tests: New file.
5746         * tests/test-mbsrchr.sh: New file.
5747         * tests/test-mbsrchr.c: New file.
5748
5749 2007-02-11  Bruno Haible  <bruno@clisp.org>
5750
5751         * lib/mbschr.c (mbschr): Fix bug.
5752
5753         * modules/mbschr-tests: New file.
5754         * tests/test-mbschr.sh: New file.
5755         * tests/test-mbschr.c: New file.
5756         * m4/locale-zh.m4: New file.
5757
5758 2007-02-11  Bruno Haible  <bruno@clisp.org>
5759
5760         Support for copying multibyte string iterators.
5761         * lib/mbiter.h: Include <string.h>.
5762         (mbiter_multi_copy): New function.
5763         (mbi_copy): New macro.
5764         * lib/mbuiter.h: Include <string.h>.
5765         (mbuiter_multi_copy): New function.
5766         (mbui_copy): New macro.
5767
5768 2007-02-11  Bruno Haible  <bruno@clisp.org>
5769
5770         New module mbslen.
5771         * modules/mbslen: New file.
5772         * lib/mbslen.c: New file.
5773         * lib/string_.h (mbslen): New declaration.
5774         * m4/mbslen.m4: New file.
5775         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5776         GNULIB_MBSLEN.
5777         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5778         * MODULES.html.sh (Internationalization functions): Add mbslen.
5779
5780 2007-02-11  Bruno Haible  <bruno@clisp.org>
5781
5782         Ensure O(n) worst-case complexity of strcasestr substitute.
5783         * lib/strcasestr.c: Include stdbool.h.
5784         (knuth_morris_pratt): New function.
5785         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5786         bookkeeping indicates that it's worth it.
5787         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5788
5789         * modules/strcasestr-tests: New file.
5790         * tests/test-strcasestr.c: New file.
5791
5792 2007-02-11  Bruno Haible  <bruno@clisp.org>
5793
5794         Ensure O(n) worst-case complexity of c_strcasestr.
5795         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5796         (knuth_morris_pratt): New function.
5797         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5798         the bookkeeping indicates that it's worth it.
5799         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5800
5801         * modules/c-strcasestr-tests: New file.
5802         * tests/test-c-strcasestr.c: New file.
5803
5804 2007-02-11  Bruno Haible  <bruno@clisp.org>
5805
5806         Ensure O(n) worst-case complexity of c_strstr.
5807         * lib/c-strstr.c: Include stdbool.h, string.h.
5808         (knuth_morris_pratt): New function.
5809         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5810         bookkeeping indicates that it's worth it.
5811         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5812
5813         * lib/c-strstr.c: Complete rewrite for maintainability.
5814
5815         * modules/c-strstr-tests: New file.
5816         * tests/test-c-strstr.c: New file.
5817
5818 2007-02-11  Bruno Haible  <bruno@clisp.org>
5819
5820         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5821         5.2.1 and earlier, whereby \055 was treated just like the range
5822         delimiter '-'.
5823         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5824
5825 2007-02-08  Bruno Haible  <bruno@clisp.org>
5826
5827         * modules/regex (Depends-on): Add stdbool.
5828         Reported by Dalibor Topic <robilad@kaffe.org>.
5829
5830 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5831
5832         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5833         Prefer returning from main to exiting from it.
5834         Remove unnecessary parens after sizeof.
5835
5836 2007-02-05  Bruno Haible  <bruno@clisp.org>
5837
5838         New module mbssep.
5839         * modules/mbssep: New file.
5840         * lib/mbssep.c: New file.
5841         * lib/string_.h (strsep): Add a conditional link warning.
5842         (mbssep): New declaration.
5843         * m4/mbssep.m4: New file.
5844         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5845         GNULIB_MBSSEP.
5846         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5847         * MODULES.html.sh (Internationalization functions): Add mbssep.
5848
5849 2007-02-05  Bruno Haible  <bruno@clisp.org>
5850
5851         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5852         Optimize search in case of 1 delimiter.
5853
5854 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5855
5856         * lib/acl.h: Include sys/types.h before sys/acl.h.
5857
5858 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5859
5860         Merge upstream fix for glibc bugzilla #3957:
5861
5862         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5863
5864         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5865         bit for RE_HAT_LISTS_NOT_NEWLINE.
5866         (build_charclass_op): Remove bogus comment.
5867
5868 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5869
5870         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5871
5872 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5873
5874         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5875         * lib/memmem.c [!defined _LIBC]: Include config.h.
5876
5877 2007-02-04  Bruno Haible  <bruno@clisp.org>
5878
5879         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5880         warning message.
5881
5882 2007-02-04  Bruno Haible  <bruno@clisp.org>
5883
5884         New module mbstok_r.
5885         * modules/mbstok_r: New file.
5886         * lib/mbstok_r.c: New file.
5887         * lib/string_.h (strtok_r): Change argument names to match the
5888         comments. Add a conditional link warning.
5889         (mbstok_r): New declaration.
5890         * m4/mbstok_r.m4: New file.
5891         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5892         GNULIB_MBSTOK_R.
5893         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5894         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5895
5896 2007-02-04  Bruno Haible  <bruno@clisp.org>
5897
5898         New module mbsspn.
5899         * modules/mbsspn: New file.
5900         * lib/mbsspn.c: New file.
5901         * lib/string_.h (strspn): Add a conditional link warning.
5902         (mbsspn): New declaration.
5903         * m4/mbsspn.m4: New file.
5904         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5905         GNULIB_MBSSPN.
5906         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5907         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5908
5909 2007-02-04  Bruno Haible  <bruno@clisp.org>
5910
5911         New module mbspbrk.
5912         * modules/mbspbrk: New file.
5913         * lib/mbspbrk.c: New file.
5914         * lib/string_.h (strpbrk): Add a conditional link warning.
5915         (mbspbrk): New declaration.
5916         * m4/mbspbrk.m4: New file.
5917         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5918         GNULIB_MBSPBRK.
5919         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5920         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5921
5922 2007-02-04  Bruno Haible  <bruno@clisp.org>
5923
5924         New module mbscspn.
5925         * modules/mbscspn: New file.
5926         * lib/mbscspn.c: New file.
5927         * lib/string_.h (strcspn): Add a conditional link warning.
5928         (mbscspn): New declaration.
5929         * m4/mbscspn.m4: New file.
5930         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5931         GNULIB_MBSCSPN.
5932         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5933         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5934
5935 2007-02-04  Bruno Haible  <bruno@clisp.org>
5936
5937         New module mbscasestr, reduced goal of strcasestr.
5938         * modules/mbscasestr: New file.
5939         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5940         (mbscasestr): Renamed from strcasestr.
5941         * lib/strcasestr.c: Don't include mbuiter.h.
5942         (strcasestr): Remove support for multibyte locales.
5943         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5944         Change the conditional link warning.
5945         (mbscasestr): New declaration.
5946         * m4/mbscasestr.m4: New file.
5947         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5948         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5949         REPLACE_STRCASESTR.
5950         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5951         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5952         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5953         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5954         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5955         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5956         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5957         (Depends-on): Remove mbuiter.
5958         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5959
5960 2007-02-04  Bruno Haible  <bruno@clisp.org>
5961
5962         Simplify handling of strncasecmp.
5963         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5964         the conditional link warning.
5965         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5966         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5967         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5968         * modules/strcase (configure.ac): Don't invoke
5969         gl_STRING_MODULE_INDICATOR.
5970         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5971
5972 2007-02-04  Bruno Haible  <bruno@clisp.org>
5973
5974         New module mbscasecmp, reduced goal of strcasecmp.
5975         * modules/mbscasecmp: New file.
5976         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5977         (mbscasecmp): Renamed from strcasecmp.
5978         * lib/strcasecmp.c: Don't include mbuiter.h.
5979         (strcasecmp): Remove support for multibyte locales.
5980         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5981         Change the conditional link warning.
5982         (mbscasecmp): New declaration.
5983         * m4/mbscasecmp.m4: New file.
5984         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5985         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5986         REPLACE_STRCASECMP.
5987         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5988         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5989         GNULIB_MBSCASECMP.
5990         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5991         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5992         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5993         (Depends-on): Remove mbuiter.
5994         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5995
5996 2007-02-04  Bruno Haible  <bruno@clisp.org>
5997
5998         New module mbsstr. Remove module strstr.
5999         * modules/mbsstr: New file.
6000         * modules/strstr: Remove file.
6001         * lib/mbsstr.c: Renamed from lib/strstr.c.
6002         (mbsstr): Renamed from strstr.
6003         * lib/string_.h (strstr): Remove declaration. Change the conditional
6004         link warning.
6005         (mbsstr): New declaration.
6006         * m4/mbsstr.m4: New file.
6007         * m4/strstr.m4: Remove file.
6008         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6009         REPLACE_STRSTR.
6010         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6011         Don't initialize GNULIB_STRSTR.
6012         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6013         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6014         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6015         (Support for systems lacking ANSI C 89): Remove strstr.
6016
6017 2007-02-04  Bruno Haible  <bruno@clisp.org>
6018
6019         New module mbsrchr.
6020         * modules/mbsrchr: New file.
6021         * lib/mbsrchr.c: New file.
6022         * lib/string_.h (strrchr): Add a conditional link warning.
6023         (mbsrchr): New declaration.
6024         * m4/mbsrchr.m4: New file.
6025         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6026         GNULIB_MBSRCHR.
6027         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6028         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6029
6030 2007-02-04  Bruno Haible  <bruno@clisp.org>
6031
6032         New module mbschr.
6033         * modules/mbschr: New file.
6034         * lib/mbschr.c: New file.
6035         * lib/string_.h (strchr): Add a conditional link warning.
6036         (mbschr): New declaration.
6037         * m4/mbschr.m4: New file.
6038         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6039         GNULIB_MBSCHR.
6040         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6041         * MODULES.html.sh (Internationalization functions): Add mbschr.
6042
6043 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6044
6045         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6046
6047         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6048
6049 2007-02-04  Bruno Haible  <bruno@clisp.org>
6050
6051         New module description section 'configure.ac-early'.
6052         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6053         (func_get_autoconf_early_snippet): New function.
6054         (func_import, func_create_testdir): Use it. Remove special cases for
6055         modules 'extensions' and 'lock'.
6056         * modules/extensions (configure.ac-early): Require
6057         gl_USE_SYSTEM_EXTENSIONS.
6058         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6059
6060 2007-02-04  Bruno Haible  <bruno@clisp.org>
6061
6062         Make use of gcj-4.3's -fsource and -ftarget option.
6063         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6064         and if so try the options -fsource and -ftarget.
6065         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6066         source_version, ftarget_option, target_version arguments.
6067         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6068         (is_envjavac_oldgcj_14_14_usable): Renamed from
6069         is_envjavac_gcj_14_14_usable.
6070         (is_envjavac_oldgcj_14_13_usable): Renamed from
6071         is_envjavac_gcj_14_13_usable.
6072         (is_gcj_present): Update.
6073         (is_gcj_43, is_gcj43_usable): New functions.
6074         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6075         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6076         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6077         try the options -fsource and -ftarget.
6078
6079 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6080
6081         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6082         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6083         larger value.
6084
6085 2007-02-03  Jim Meyering  <jim@meyering.net>
6086
6087         Give tools a better chance to allocate space for very large buffers.
6088         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6089
6090         Make pwd and readlink work also when run with an unreadable parent dir
6091         on systems with openat support.
6092         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6093         provided getcwd function, even when we have openat support.
6094         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6095
6096 2007-02-02  Bruno Haible  <bruno@clisp.org>
6097
6098         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6099         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6100         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6101         portability problems if one of these functions is only used on specific
6102         platforms.
6103         Reported by Paul Eggert.
6104
6105 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6106
6107         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6108         is causing more trouble than it's curing.
6109         * lib/regex_internal.h (__mempcpy): Remove.
6110         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6111         (and make the code a tad smaller to boot).
6112         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6113
6114 2007-02-02  Jim Meyering  <jim@meyering.net>
6115
6116         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6117         section, not in the Makefile.am: one.
6118
6119 2007-02-02  Eric Blake  <ebb9@byu.net>
6120
6121         * lib/strchrnul.c: Always include config.h first.
6122
6123         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6124         gnulib strstr is not necessary here.
6125
6126 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6127
6128         * m4/socklen.m4: Fix typo.
6129
6130 2007-02-02  Eric Blake  <ebb9@byu.net>
6131
6132         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6133         * modules/netinet_in (Makefile.am): Likewise.
6134
6135 2007-02-01  Bruno Haible  <bruno@clisp.org>
6136
6137         * lib/string_.h (GL_LINK_WARNING): New macro.
6138         (strcasecmp, strstr, strcasestr): If provided by the system,
6139         conditionally define as a macro that leads to a warning instead of to
6140         an error.
6141         (strncasecmp): Conditionally define as a macro that leads to a warning.
6142
6143 2007-02-01  Karl Berry  <karl@gnu.org>
6144
6145         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6146
6147 2007-02-01  Bruno Haible  <bruno@clisp.org>
6148
6149         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6150         renamings.
6151
6152 2007-02-01  Eric Blake  <ebb9@byu.net>
6153
6154         * modules/regex (Depends-on): Revert dependence on mempcpy.
6155         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6156         module's definition of mempcpy.
6157         Reported by Paul Eggert.
6158
6159 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6160
6161         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6162         the symbol XYZ before redefining it.  This fixes a problem with
6163         programs that don't use XYZ, when compiled on systems that define
6164         XYZ to something else.
6165
6166 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6167
6168         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6169         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6170         writeable to group or other and (2) is intended to have a special
6171         mode bit that is set or cleared.  In such a case, the directory
6172         should be neither group- nor other-writeable until the special
6173         mode bits are right.
6174
6175 2007-01-31  Eric Blake  <ebb9@byu.net>
6176
6177         * modules/mountlist (Depends-on): Add strstr.
6178
6179         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6180         bug.
6181         * modules/string (Makefile.am): Remove redundant replacement.
6182         * modules/regex (Depends-on): Add mempcpy.
6183
6184 2007-01-31  Bruno Haible  <bruno@clisp.org>
6185
6186         New module description field 'Link'.
6187         * gnulib-tool (func_usage): Document --extract-link-directive.
6188         (sed_extract_prog): Recognize 'Link' directive.
6189         (func_get_link_directive): New function.
6190         (func_import): Show summary of link directives.
6191         Handle --extract-link-directive option.
6192         * modules/acl (Link): New section.
6193         * modules/clock-time (Link): New section.
6194         * modules/euidaccess (Link): New section.
6195         * modules/gettext (Link): New section.
6196         * modules/iconv (Link): New section.
6197         * modules/lock (Link): New section.
6198         * modules/nanosleep (Link): New section.
6199         * modules/readline (Link): New section.
6200
6201 2007-01-27  Bruno Haible  <bruno@clisp.org>
6202
6203         Enforce the use of gnulib modules for unportable <string.h> functions.
6204         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6205         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6206         (gl_HEADER_STRING_H_BODY): Require it.
6207         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6208         the symbol XYZ to one that gives a link error.
6209         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6210         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6211         * modules/mempcpy (configure.ac): Likewise.
6212         * modules/memrchr (configure.ac): Likewise.
6213         * modules/stpcpy (configure.ac): Likewise.
6214         * modules/stpncpy (configure.ac): Likewise.
6215         * modules/strcase (configure.ac): Likewise.
6216         * modules/strcasestr (configure.ac): Likewise.
6217         * modules/strchrnul (configure.ac): Likewise.
6218         * modules/strdup (configure.ac): Likewise.
6219         * modules/strndup (configure.ac): Likewise.
6220         * modules/strnlen (configure.ac): Likewise.
6221         * modules/strpbrk (configure.ac): Likewise.
6222         * modules/strsep (configure.ac): Likewise.
6223         * modules/strstr (configure.ac): Likewise.
6224         * modules/strtok_r (configure.ac): Likewise.
6225
6226 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6227
6228         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6229
6230 2007-01-30  Jim Meyering  <jim@meyering.net>
6231
6232         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6233
6234 2007-01-29  Bruno Haible  <bruno@clisp.org>
6235
6236         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6237         * lib/execute.c: Likewise.
6238         * lib/pipe.c: Likewise.
6239         * lib/printf-args.h: Likewise.
6240         * lib/printf-args.c: Likewise.
6241         * lib/printf-parse.c: Likewise.
6242         * lib/vasnprintf.c: Likewise.
6243
6244 2007-01-29  Eric Blake  <ebb9@byu.net>
6245
6246         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6247         declaration.
6248
6249 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6250
6251         * lib/strptime.h (strptime): Use 'restrict' for args where
6252         POSIX requires this.
6253         * lib/strptime.c (strptime): Likewise.
6254         Change license notice from LGPL to GPL, since gnulib-tool will
6255         change this as needed.
6256         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6257         defined.
6258         Include "strptime.h" first, to check interface.
6259         Do not #undef _LIBC and _NL_CURRENT.
6260         Do not include <stdlib.h>; no longer needed.
6261         Include "time_r.h" and declare ptime_locale_status
6262         only if _LIBC is not defined.
6263         (__P): Remove unused macro.
6264         (match_string): Bring back glibc version, but use it only if _LIBC
6265         is defined.
6266         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6267         Remove unnecessary assertion and abort() call.
6268         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6269         * m4/strptime.m4: Fix serial number comment.
6270         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6271         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6272         (Depends-on): Add time_r.
6273
6274 2007-01-29  Bruno Haible  <bruno@clisp.org>
6275
6276         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6277         strptime.
6278         * modules/strptime (Depends-on): Add stdbool.
6279         * lib/strptime.h: Include <time.h> always. Add comments.
6280
6281 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6282
6283         * modules/strptime: New file.
6284         * lib/strptime.h: New file.
6285         * lib/strptime.c: New file.
6286         * m4/strptime.m4: New file.
6287
6288 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6289
6290         * MODULES.html.sh: New module mpsort.
6291         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6292
6293         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6294         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6295         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6296         All uses changed.
6297         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6298         All uses changed.
6299         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6300         to _Restrict_.
6301         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6302         the parameter matches the prototype.
6303
6304 2007-01-28  Jim Meyering  <jim@meyering.net>
6305
6306         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6307         sys/time.h here, reverting that part of the previous patch:
6308         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6309
6310 2007-01-28  Bruno Haible  <bruno@clisp.org>
6311
6312         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6313         value of $(SYS_TIME_H).
6314         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6315         remove it conditionally, too. [added by Jim Meyering]
6316         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6317         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6318         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6319         GETTIMEOFDAY_REPLACEMENT to 1.
6320
6321 2007-01-28  Bruno Haible  <bruno@clisp.org>
6322
6323         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6324         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6325         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6326         Set UNISTD_H instead of UNISTD_H2.
6327         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6328
6329 2007-01-28  Bruno Haible  <bruno@clisp.org>
6330
6331         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6332         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6333
6334 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6335
6336         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6337         (func_create_testdir): Ensure C locale for `grep' and `tr'
6338         character ranges.
6339         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6340         ACLOCAL_AMFLAGS parsing state machine.
6341
6342 2007-01-27  Bruno Haible  <bruno@clisp.org>
6343
6344         * modules/unistr/base: Update.
6345
6346 2007-01-27  Bruno Haible  <bruno@clisp.org>
6347
6348         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6349         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6350         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6351         modules/unistr/u32-mbtouc.
6352         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6353         * lib/unistr.h: Update.
6354         * lib/linebreak.c: Update.
6355         * modules/unistr/u32-mbtouc: Renamed from
6356         modules/unistr/u32-mbtouc-safe.
6357         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6358         * lib/unistr.h: Update.
6359         * lib/unistr/u32-to-u8.c: Update.
6360         * lib/unistr/u32-to-u16.c: Update.
6361
6362 2007-01-27  Bruno Haible  <bruno@clisp.org>
6363
6364         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6365         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6366         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6367         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6368         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6369         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6370         modules/unistr/u16-mbtouc.
6371         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6372         * lib/unistr.h: Update.
6373         * lib/linebreak.c: Update.
6374         * modules/linebreak: Update.
6375         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6376         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6377         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6378         * modules/unistr/u16-mbtouc: Renamed from
6379         modules/unistr/u16-mbtouc-safe.
6380         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6381         * lib/unistr.h: Update.
6382         * lib/unistr/u16-to-u8.c: Update.
6383         * modules/unistr/u16-to-u8: Update.
6384         * lib/unistr/u16-to-u32.c: Update.
6385         * modules/unistr/u16-to-u32: Update.
6386
6387 2007-01-27  Bruno Haible  <bruno@clisp.org>
6388
6389         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6390         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6391         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6392         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6393         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6394         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6395         modules/unistr/u8-mbtouc.
6396         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6397         * lib/unistr.h: Update.
6398         * lib/striconveh.c: Update.
6399         * modules/striconveh: Update.
6400         * lib/linebreak.c: Update.
6401         * modules/linebreak: Update.
6402         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6403         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6404         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6405         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6406         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6407         * lib/unistr.h: Update.
6408         * lib/striconveh.c: Update.
6409         * modules/striconveh: Update.
6410         * lib/unistr/u8-to-u16.c: Update.
6411         * modules/unistr/u8-to-u16: Update.
6412         * lib/unistr/u8-to-u32.c: Update.
6413         * modules/unistr/u8-to-u32: Update.
6414
6415 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6416
6417         Sync from Libtool.
6418         * lib/argz.c: Do not include strings.h nor memory.h, include
6419         string.h unconditionally.  Patch by Simon Josefsson.
6420
6421 2007-01-27  Bruno Haible  <bruno@clisp.org>
6422
6423         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6424         from gl_HEADER_STRING_H_BODY.
6425         (gl_HEADER_STRING_H_BODY): Require it.
6426         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6427         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6428         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6429         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6430         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6431         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6432         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6433         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6434         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6435         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6436         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6437         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6438         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6439         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6440         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6441
6442 2007-01-27  Bruno Haible  <bruno@clisp.org>
6443
6444         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6445         check_PROGRAMS into noinst_PROGRAMS.
6446         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6447         check_PROGRAMS in this case.
6448         (func_import): Set for_test to false.
6449         (func_create_testdir): Set for_test to true.
6450
6451 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6452             Bruno Haible  <bruno@clisp.org>
6453
6454         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6455         (Depends-on): Add string.
6456         (Includes): Use <string.h> instead of strcasestr.h.
6457         * modules/string (Makefile.am): Also substitute the value of
6458         REPLACE_STRCASESTR.
6459         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6460         assume strcasestr is declared in <string.h> not <strings.h>. Also
6461         set REPLACE_STRCASESTR.
6462         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6463         REPLACE_STRCASESTR.
6464         * lib/strcasestr.h: Remove file.
6465         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6466         * lib/string_.h (strcasestr): New declaration.
6467
6468 2007-01-27  Bruno Haible  <bruno@clisp.org>
6469
6470         * lib/string_.h: Use 'extern'.
6471
6472 2007-01-27  Jim Meyering  <jim@meyering.net>
6473
6474         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6475         of set-but-not-used local, "q".
6476
6477         * lib/mempcpy.c: Include <config.h> before <string.h>.
6478         This fixes a compilation error on HP-UX, due to the system's
6479         "restrict"-using mempcpy prototype.
6480
6481 2007-01-26  Bruno Haible  <bruno@clisp.org>
6482
6483         Small optimization.
6484         * lib/javacomp.c: Include c-strstr.h.
6485          (is_envjavac_gcj): Use c_strstr instead of strstr.
6486         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6487
6488 2007-01-26  Bruno Haible  <bruno@clisp.org>
6489
6490         * MODULES.html.sh (Unicode string functions): Add the new modules.
6491
6492         * modules/uniconv/u32-strconv-to-locale: New file.
6493         * lib/uniconv/u32-strconv-to-locale.c: New file.
6494
6495         * modules/uniconv/u16-strconv-to-locale: New file.
6496         * lib/uniconv/u16-strconv-to-locale.c: New file.
6497
6498         * modules/uniconv/u8-strconv-to-locale: New file.
6499         * lib/uniconv/u8-strconv-to-locale.c: New file.
6500
6501         * modules/uniconv/u32-strconv-from-locale: New file.
6502         * lib/uniconv/u32-strconv-from-locale.c: New file.
6503
6504         * modules/uniconv/u16-strconv-from-locale: New file.
6505         * lib/uniconv/u16-strconv-from-locale.c: New file.
6506
6507         * modules/uniconv/u8-strconv-from-locale: New file.
6508         * lib/uniconv/u8-strconv-from-locale.c: New file.
6509
6510         * modules/uniconv/u32-strconv-to-enc: New file.
6511         * lib/uniconv/u32-strconv-to-enc.c: New file.
6512         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6513         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6514
6515         * modules/uniconv/u16-strconv-to-enc: New file.
6516         * lib/uniconv/u16-strconv-to-enc.c: New file.
6517         * lib/uniconv/u-strconv-to-enc.h: New file.
6518         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6519         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6520
6521         * modules/uniconv/u8-strconv-to-enc: New file.
6522         * lib/uniconv/u8-strconv-to-enc.c: New file.
6523         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6524         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6525
6526         * modules/uniconv/u32-strconv-from-enc: New file.
6527         * lib/uniconv/u32-strconv-from-enc.c: New file.
6528         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6529         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6530
6531         * modules/uniconv/u16-strconv-from-enc: New file.
6532         * lib/uniconv/u16-strconv-from-enc.c: New file.
6533         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6534         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6535
6536         * modules/uniconv/u8-strconv-from-enc: New file.
6537         * lib/uniconv/u8-strconv-from-enc.c: New file.
6538         * lib/uniconv/u-strconv-from-enc.h: New file.
6539         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6540         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6541
6542         * modules/uniconv/u32-conv-from-enc: New file.
6543         * lib/uniconv/u32-conv-from-enc.c: New file.
6544         * modules/uniconv/u32-conv-from-enc-tests: New file.
6545         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6546
6547         * modules/uniconv/u16-conv-from-enc: New file.
6548         * lib/uniconv/u16-conv-from-enc.c: New file.
6549         * lib/uniconv/u-conv-from-enc.h: New file.
6550         * modules/uniconv/u16-conv-from-enc-tests: New file.
6551         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6552
6553         * modules/uniconv/u8-conv-from-enc: New file.
6554         * lib/uniconv/u8-conv-from-enc.c: New file.
6555         * modules/uniconv/u8-conv-from-enc-tests: New file.
6556         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6557
6558         * modules/uniconv/base: New file.
6559         * lib/uniconv.h: New file.
6560
6561 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6562
6563         * doc/gnulib-tool.texi (Initial import): Update to match current
6564         behavior with strdup module.
6565         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6566         * lib/memmem.h: Remove; all uses removed.  This is now done
6567         by <string.h>.
6568         * lib/mempcpy.h: Likewise.
6569         * lib/memrchr.h: Likewise.
6570         * lib/stpcpy.h: Likewise.
6571         * lib/stpncpy.h: Likewise.
6572         * lib/strcase.h: Likewise.
6573         * lib/strchrnul.h: Likewise.
6574         * lib/strdup.h: Likewise.
6575         * lib/strndup.h: Likewise.
6576         * lib/strnlen.h: Likewise.
6577         * lib/strpbrk.h: Likewise.
6578         * lib/strsep.h: Likewise.
6579         * lib/strstr.h: Likewise.
6580         * lib/strtok_r.h: Likewise.
6581         * lib/string_.h: New file.
6582         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6583         Rely on <string.h> instead.
6584         * lib/canon-host.c: Likewise.
6585         * lib/chdir-long.c: Likewise.
6586         * lib/concatpath.c: Likewise.
6587         * lib/exclude.c: Likewise.
6588         * lib/fchdir.c: Likewise.
6589         * lib/getaddrinfo.c: Likewise.
6590         * lib/getcwd.c: Likewise.
6591         * lib/getsubopt.c: Likewise.
6592         * lib/glob.c: Likewise.
6593         * lib/hard-locale.c: Likewise.
6594         * lib/iconvme.c: Likewise.
6595         * lib/javacomp.c: Likewise.
6596         * lib/mempcpy.c: Likewise.
6597         * lib/memrchr.c: Likewise.
6598         * lib/regex_internal.h: Likewise.
6599         * lib/stpncpy.c: Likewise.
6600         * lib/strcasecmp.c: Likewise.
6601         * lib/strchrnul.c: Likewise.
6602         * lib/strdup.c: Likewise.
6603         * lib/striconv.c: Likewise.
6604         * lib/striconveh.c: Likewise.
6605         * lib/striconveha.c: Likewise.
6606         * lib/strncasecmp.c: Likewise.
6607         * lib/strndup.c: Likewise.
6608         * lib/strnlen.c: Likewise.
6609         * lib/strsep.c: Likewise.
6610         * lib/strstr.c: Likewise.
6611         * lib/strtok_r.c: Likewise.
6612         * lib/userspec.c: Likewise.
6613         * lib/w32spawn.h: Likewise.
6614         * lib/xstrndup.c: Likewise.
6615         * lib/mountlist.c (strstr): Remove decl.
6616         * m4/string_h.m4: New file.
6617         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6618         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6619         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6620         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6621         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6622         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6623         Set REPLACE_STRCASECMP if necessary.
6624         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6625         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6626         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6627         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6628         HAVE_DECL_STRDUP if necessary.
6629         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6630         since gl_FUNC_STRNDUP does that now.
6631         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6632         Check for decl here...
6633         (gl_PREREQ_STRNLEN): ... not here.
6634         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6635         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6636         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6637         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6638         necessary.
6639         * modules/string: New file.
6640         * modules/memmem (Files): Remove special-purpose include file.
6641         (Depends-on): Add string.
6642         (Include): Include <string.h>, not the removed file.
6643         * modules/mempcpy: Likewise.
6644         * modules/memrchr: Likewise.
6645         * modules/stpcpy: Likewise.
6646         * modules/stpncpy: Likewise.
6647         * modules/strcase: Likewise.
6648         * modules/strchrnul: Likewise.
6649         * modules/strdup: Likewise.
6650         * modules/strndup: Likewise.
6651         * modules/strnlen: Likewise.
6652         * modules/strpbrk: Likewise.
6653         * modules/strsep: Likewise.
6654         * modules/strstr: Likewise.
6655         * modules/strtok_r: Likewise.
6656         * tests/test-dirname.c: Don't include "strdup.h", since
6657         <string.h> now suffices.
6658         * tests/test-memmem.c: Don't include "memmem.h", since
6659         <string.h> now suffices.
6660
6661 2007-01-25  Bruno Haible  <bruno@clisp.org>
6662
6663         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6664         *resultp is 0.
6665
6666         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6667         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6668         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6669         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6670
6671         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6672         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6673         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6674         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6675         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6676         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6677
6678 2007-01-24  Bruno Haible  <bruno@clisp.org>
6679
6680         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6681         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6682         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6683         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6684         gl_FUNC_FTS_CORE.
6685         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6686         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6687         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6688         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6689         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6690         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6691         gl_FUNC_FCHOWNAT.
6692         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6693         gl_FUNC_STRFTIME.
6694         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6695         Reported by Ralf Wildenhues.
6696
6697 2007-01-24  Bruno Haible  <bruno@clisp.org>
6698
6699         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6700         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6701         gl_GETADDRINFO.
6702         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6703         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6704         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6705
6706 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6707
6708         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6709         Don't use 'exit'; just return from 'main'.
6710         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6711
6712         * lib/fnmatch_.h: Readjust white space and comments to match
6713         glibc, to avoid spurious diffs.
6714
6715 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6716
6717         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6718         2004-12-01 change by Jakub Jelinek, since this code won't compile
6719         if !LIBC.  Problem reported by Bob Proulx.
6720
6721 2007-01-23  Bruno Haible  <bruno@clisp.org>
6722
6723         * lib/striconveh.c: Include c-strcaseeq.h.
6724         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6725         * modules/striconveh (Depends-on): Add c-strcaseeq.
6726
6727 2007-01-23  Bruno Haible  <bruno@clisp.org>
6728
6729         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6730
6731         * modules/c-strcaseeq: New file.
6732         * lib/c-strcaseeq.h: New file.
6733
6734         * modules/streq: New file.
6735         * lib/streq.h: New file.
6736
6737 2007-01-23  Bruno Haible  <bruno@clisp.org>
6738
6739         * modules/striconveha-tests: New file.
6740         * tests/test-striconveha.c: New file.
6741
6742         * lib/striconveha.h: Include <stdbool.h>.
6743         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6744         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6745         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6746         (mem_iconveha): New function.
6747         (str_iconveha_notranslit): Renamed from str_iconveha.
6748         (str_iconveha): New function.
6749         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6750         c-strcase.
6751
6752 2007-01-23  Bruno Haible  <bruno@clisp.org>
6753
6754         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6755         encodings without forgiving before trying any encoding with handler.
6756         (str_iconveha): Try all encodings without forgiving before trying any
6757         encoding with handler.
6758
6759 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6760
6761         Import the following changes from libc.
6762
6763         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6764
6765         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6766
6767         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6768
6769         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6770         normal_bracket label.
6771
6772         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6773
6774         [BZ #361]
6775         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6776         to normal_bracket after fetching the next character.
6777
6778 2007-01-22  Bruno Haible  <bruno@clisp.org>
6779
6780         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6781         argument.
6782         * lib/striconveh.c (iconv_carefully_1): New function.
6783         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6784         argument.
6785         (str_cd_iconveh): Update.
6786         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6787         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6788         * tests/test-striconveh.c (MAGIC): New macro.
6789         (new_offsets): New function.
6790         (main): Test call with and without offsets.
6791
6792 2007-01-22  Bruno Haible  <bruno@clisp.org>
6793
6794         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6795         * modules/sys_select (Makefile.am): Likewise.
6796         * modules/sys_socket (Makefile.am): Likewise.
6797         * modules/sys_time (Makefile.am): Likewise.
6798
6799 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6800
6801         * modules/gettimeofday (License): Change from GPL to LGPL, since
6802         gettimeofday is a library function.
6803
6804 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6805
6806         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6807
6808 2007-01-21  Bruno Haible  <bruno@clisp.org>
6809
6810         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6811
6812 2007-01-21  Bruno Haible  <bruno@clisp.org>
6813
6814         * modules/striconveha: New file.
6815         * lib/striconveha.h: New file.
6816         * lib/striconveha.c: New file.
6817         * MODULES.html.sh (Internationalization functions): Add striconveha.
6818         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6819         string.
6820         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6821
6822 2007-01-21  Bruno Haible  <bruno@clisp.org>
6823
6824         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6825         * lib/striconveh.c (str_iconveh): Likewise.
6826
6827 2007-01-21  Bruno Haible  <bruno@clisp.org>
6828
6829         * lib/striconveh.h (mem_iconveh): New declaration.
6830         * lib/striconveh.c (mem_iconveh): New function.
6831         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6832
6833 2007-01-21  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6836
6837         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6838         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6839         original result buffer.
6840         (str_cd_iconveh): Update.
6841         * tests/test-striconveh.c (main): Update.
6842
6843         * lib/striconv.h (mem_cd_iconv): Change specification.
6844         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6845         result buffer.
6846         (str_cd_iconv): Update.
6847         * tests/test-striconv.c (main): Update.
6848
6849 2007-01-21  Bruno Haible  <bruno@clisp.org>
6850
6851         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6852
6853 2007-01-20  Jim Meyering  <jim@meyering.net>
6854
6855         * lib/userspec.c (parse_with_separator): If a user or group string
6856         starts with "+", skip the corresponding name-to-ID look-up, since
6857         such a look-up must fail: user and group names may not include "+".
6858
6859 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6860
6861         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6862         since we now assume the sys_time module.
6863         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6864         check for sys/time.h; no longer needed.
6865         * modules/poll (Depends-on): Depend on sys_time.
6866
6867 2007-01-18  Bruno Haible  <bruno@clisp.org>
6868
6869         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6870         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6871
6872         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6873         gettimeofday.
6874
6875         * tests/test-gettimeofday.c: Include <time.h>.
6876         (dummy): Remove variable.
6877
6878         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6879         gl_HEADER_SYS_TIME_H.
6880         (gl_HEADER_SYS_TIME_H): New macro.
6881
6882         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6883         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6884         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6885         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6886         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6887         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6888         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6889         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6890         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6891         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6892         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6893
6894         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6895         last change; it caused a compilation error when cross-compiling to
6896         Cygwin.
6897
6898 2007-01-18  Jim Meyering  <jim@meyering.net>
6899
6900         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6901         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6902         than the race-prone "test -d sys || mkdir sys".
6903         (configure.ac): Use AC_PROG_MKDIR_P.
6904         * modules/sys_select: Likewise.
6905         * modules/sys_socket: Likewise.
6906         * modules/sys_time: Likewise.
6907
6908 2007-01-18  Eric Blake  <ebb9@byu.net>
6909
6910         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6911         replace gettimeofday.
6912         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6913         name, to avoid infinite recursion.
6914
6915 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6916
6917         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6918         module sys_time.
6919         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6920         assume timespec.h defines struct timeval.
6921         * lib/settime.c: Likewise.
6922         * lib/utimens.c: Likewise.
6923         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6924         since we now assume the gettimeofday module.
6925         * lib/tempname.c (__gen_tempname): Likewise.
6926         * lib/gettimeofday.h: Remove.
6927         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6928         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6929         Include <time.h>, for 'time()'.
6930         (localtime_buffer_addr): Also use this workaround if
6931         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6932         to simplify the uses.  All uses changed.
6933         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6934         that #undef is inside {}, and 'const' follows type name consistently.
6935         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6936         (gettimeofday): Do not use the maximum possible value for
6937         tv->tv_usec, since that might break usages other than ls.c.
6938         Instead, we'll leave ls.c alone.  This undoes today's patch
6939         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6940         we've never observed the problem but might as well keep the
6941         canary.
6942         * lib/nanosleep.c: Include timespec.h first, for interface check.
6943         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6944         now assume the sys_time module.
6945         * lib/tempname.c: Likewise.
6946         * lib/timespec.h: Likewise.
6947         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6948         needed.
6949         * lib/strftime.c: Likewise.
6950         * lib/timespec.h: Likewise.
6951         * lib/posixtm.c: Include posixtm.h first, for interface check.
6952         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6953         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6954         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6955         * lib/sys_time_.h: New file.
6956         * lib/timespec.h (struct timespec): Use long int, not long.
6957         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6958         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6959         Remove obsolescent call to AC_HEADER_TIME.
6960         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6961         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6962         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6963         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6964         Likewise.
6965         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6966         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6967         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6968         into the sys_time module.  Check for gettimeofday just once.
6969         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6970         for gettimeofday signature to just check the signature.  Merely
6971         compile it, since linking doesn't test signature.  Improve test for
6972         whether gettimeofday.o is actually needed.
6973         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6974         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6975         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6976         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6977         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6978         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6979         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6980         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6981         than worrying about sys/time.h.
6982         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6983         Don't bother worrying about TIME_WITH_SYS_TIME.
6984         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6985         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6986         * m4/sys_time_h.m4: New file.
6987         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6988         Don't include sys/time.h.  Return from main rather than exiting.
6989         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6990         all uses changed.
6991         * modules/gethrxtime (Depends-on): Add sys_time.
6992         * modules/gettime (Depends-on): Likewise.
6993         * modules/gettimeofday (Depends-on): Likewise.
6994         * modules/nanosleep (Depends-on): Likewise.
6995         * modules/settime (Depends-on): Likewise.
6996         * modules/tempname (Depends-on): Likewise.
6997         * modules/utimens (Depends-on): Likewise.
6998         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6999         (Include:) Change back to <sys/time.h>.
7000         (Maintainer:) Add self.
7001         * modules/sys_time: New file.
7002         * modules/tempname (Depends-on): Add gettimeofday.
7003         * tests/test-gettimeofday.c: Include <sys/time.h>
7004         rather than gettimeofday.h.
7005
7006 2007-01-17  Bruno Haible  <bruno@clisp.org>
7007
7008         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7009         the license default to GPL.
7010         (func_create_testdir): Don't complain if a module is LGPL and its
7011         tests module depends on GPLed modules.
7012
7013 2007-01-17  Bruno Haible  <bruno@clisp.org>
7014
7015         * lib/gettimeofday.c (gettimeofday): Add code for the case
7016         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7017         maximum possible value for tv->tv_usec, rather than the minimum one.
7018
7019 2005-10-08  Martin Lambers  <marlam@marlam.de>
7020 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7021 2007-01-16  Bruno Haible  <bruno@clisp.org>
7022
7023         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7024         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7025         gl_FUNC_GETTIMEOFDAY.
7026         (Include): Add gettimeofday.h.
7027         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7028         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7029         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7030         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7031         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7032         * lib/gettimeofday.h: New file.
7033         * lib/gettimeofday.c: Include <sys/timeb.h>.
7034         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7035         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7036         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7037         fall back on time().
7038
7039         * tests/test-gettimeofday.c: New file.
7040         * modules/gettimeofday-tests: New file.
7041
7042 2007-01-16  Eric Blake  <ebb9@byu.net>
7043
7044         * modules/fnmatch (Depends-on): Depend on wchar.
7045         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7046         * m4/fnmatch.m4: Likewise.
7047         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7048         * m4/mbchar.m4: Likewise.
7049         * modules/mbswidth (Depends-on): Depend on wchar.
7050         * lib/mbswidth.c: Assume <wchar.h>.
7051         * m4/mbswidth.m4: Likewise.
7052         * modules/quotearg (Depends-on): Depend on wchar.
7053         * lib/quotearg.c: Assume <wchar.h>.
7054         * m4/quotearg.m4: Likewise.
7055         * modules/regex (Depends-on): Depend on wchar.
7056         * lib/regex_internal.h: Assume <wchar.h>.
7057         * m4/regex.m4: Likewise.
7058         * modules/stdint (Depends-on): Depend on wchar.
7059         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7060         * m4/stdint.m4: Likewise.
7061         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7062         * modules/strftime (Depends-on): Depend on wchar.
7063         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7064         * modules/strtol (Depends-on): Depend on wchar.
7065         * lib/strtol.c: Assume <wchar.h>.
7066         * modules/wcwidth (Depends-on): Depend on wchar.
7067         * lib/wcwidth.h: Assume <wchar.h>.
7068         * m4/wcwidth.m4: Likewise.
7069
7070 2007-01-16  Bruno Haible  <bruno@clisp.org>
7071
7072         * modules/csharpexec-script: New, created from...
7073         * modules/csharpexec: ... this.
7074
7075 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7076
7077         * modules/javaexec-script: New, created from...
7078         * modules/javaexec: ... this.
7079
7080 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7081
7082         * modules/poll (Dependencies): Add sys_select.
7083
7084 2007-01-15  Jim Meyering  <jim@meyering.net>
7085
7086         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7087         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7088         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7089         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7090
7091 2007-01-15  Bruno Haible  <bruno@clisp.org>
7092
7093         * modules/striconveh: New file.
7094         * lib/striconveh.h: New file.
7095         * lib/striconveh.c: New file.
7096         * MODULES.html.sh (Internationalization functions): Add striconveh.
7097
7098         * modules/striconveh-tests: New file.
7099         * tests/test-striconveh.c: New file.
7100
7101 2007-01-15  Bruno Haible  <bruno@clisp.org>
7102
7103         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7104         not from GNU libiconv or GNU libc.
7105
7106 2007-01-15  Bruno Haible  <bruno@clisp.org>
7107
7108         * doc/gnulib-intro.texi (Copyright): Explain the different license
7109         terms for module descriptions, autoconf macros, tests, documentation.
7110
7111 2007-01-14  Bruno Haible  <bruno@clisp.org>
7112
7113         * modules/striconv-tests: New file.
7114         * tests/test-striconv.c: New file.
7115
7116 2007-01-14  Bruno Haible  <bruno@clisp.org>
7117
7118         * modules/iconv-tests: New file.
7119         * tests/test-iconv.c: New file.
7120
7121 2007-01-14  Bruno Haible  <bruno@clisp.org>
7122
7123         * gnulib-tool (func_get_license): For test modules, use the license of
7124         the main module.
7125
7126 2007-01-14  Bruno Haible  <bruno@clisp.org>
7127
7128         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7129         if iconv is found to exist.
7130
7131 2007-01-14  Bruno Haible  <bruno@clisp.org>
7132
7133         * modules/c-ctype-tests: New file.
7134         * tests/test-c-ctype.c: New file.
7135
7136 2007-01-14  Bruno Haible  <bruno@clisp.org>
7137
7138         * modules/binary-io-tests: New file.
7139         * tests/test-binary-io.sh: New file.
7140         * tests/test-binary-io.c: New file.
7141
7142 2007-01-14  Bruno Haible  <bruno@clisp.org>
7143
7144         * modules/array-oset-tests: New file.
7145         * tests/test-array_oset.c: New file.
7146
7147 2007-01-14  Bruno Haible  <bruno@clisp.org>
7148
7149         * modules/array-list-tests: New file.
7150         * tests/test-array_list.c: New file.
7151
7152 2007-01-14  Bruno Haible  <bruno@clisp.org>
7153
7154         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7155         and make.
7156         Reported by Simon Josefsson in
7157         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7158
7159 2007-01-14  Bruno Haible  <bruno@clisp.org>
7160
7161         * modules/allocsa-tests: New file.
7162         * tests/test-allocsa.c: New file.
7163
7164 2007-01-14  Bruno Haible  <bruno@clisp.org>
7165
7166         * modules/fchdir (Depends-on): Add absolute-header.
7167         * modules/unistd (Depends-on): Likewise.
7168
7169 2006-12-30  Bruno Haible  <bruno@clisp.org>
7170
7171         * modules/fchdir: New file.
7172         * modules/unistd (Files): Add lib/unistd_.h.
7173         (Makefile.am): Generate unistd.h from unistd_.h.
7174         * lib/fchdir.c: New file.
7175         * lib/dirent_.h: New file.
7176         * lib/unistd_.h: New file.
7177         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7178         * m4/fchdir.m4: New file.
7179         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7180         (gl_HEADER_UNISTD): Invoke it.
7181         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7182         function.
7183         * lib/backupfile.c (opendir, closedir): Undefine.
7184         * lib/chown.c (open, close): Undefine.
7185         * lib/clean-temp.c (open, close): Undefine.
7186         * lib/copy-file.c (open, close): Undefine.
7187         * lib/execute.c (open, close): Undefine.
7188         * lib/fsusage.c (open, close): Undefine.
7189         * lib/gc-gnulib.c (open, close): Undefine.
7190         * lib/getcwd.c (opendir, closedir): Undefine.
7191         * lib/glob.c (opendir, closedir): Undefine.
7192         * lib/javacomp.c (open, close): Undefine.
7193         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7194         * lib/openat-proc.c (open, close): Undefine.
7195         * lib/pagealign_alloc.c (open, close): Undefine.
7196         * lib/pipe.c (open, close): Undefine.
7197         * lib/progreloc.c (open, close): Undefine.
7198         * lib/savedir.c (opendir, closedir): Undefine.
7199         * lib/utime.c (open, close): Undefine.
7200         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7201
7202 2007-01-10  Bruno Haible  <bruno@clisp.org>
7203
7204         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7205
7206 2007-01-12  Eric Blake  <ebb9@byu.net>
7207
7208         Provide a robust <wchar.h>.  Further simplifications are now
7209         possible in other modules, but not included here.
7210         * modules/wchar: New module.
7211         * m4/wchar.m4: New file.
7212         * lib/wchar_.h: Likewise.
7213         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7214         of the new module.
7215         * MODULES.html.sh (Extended multibyte and wide character utilities):
7216         New section.
7217
7218 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7219
7220         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7221         to a reasonable default for memory allocation.
7222         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7223         file system that reports garbage st_size values for symlinks.
7224         Problem reported by Liyang Hu.
7225
7226 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7227
7228         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7229         Emacs .#* auto-save files).
7230
7231 2007-01-11  Bruno Haible  <bruno@clisp.org>
7232
7233         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7234         directory.
7235
7236 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7237
7238         Use @...@ consistently in lib/wctype_.h.
7239         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7240         on it being set to 1 or 0.
7241         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7242         go back to AC_SUBSTing it.
7243         * modules/wctype (Makefile.am): Undo previous change.
7244
7245 2007-01-10  Eric Blake  <ebb9@byu.net>
7246
7247         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7248         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7249         * modules/wctype (Makefile.am): Likewise.
7250         Reported by Chris McGuire.
7251
7252 2007-01-10  Jim Meyering  <jim@meyering.net>
7253
7254         fts.c: a small readability/maintainability improvement
7255         * lib/fts.c (fts_read): Make this code slightly more readable and
7256         maintainable by hoisting the "sp->fts_cur = p" assignments to
7257         immediately follow the statements that set P.  Derived from
7258         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7259
7260 2007-01-10  Eric Blake  <ebb9@byu.net>
7261
7262         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7263         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7264         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7265         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7266         Reported by Chris McGuire.
7267
7268 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7269
7270         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7271         in sed script.
7272
7273 2007-01-09  Bruno Haible  <bruno@clisp.org>
7274
7275         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7276         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7277         variables.
7278         (func_module): Use them.
7279
7280 2007-01-09  Bruno Haible  <bruno@clisp.org>
7281
7282         * modules/unistr/base: New file.
7283         * lib/unistr.h: New file.
7284
7285         * modules/unistr/u8-to-u16: New file.
7286         * lib/unistr/u8-to-u16.c: New file.
7287
7288         * modules/unistr/u8-to-u32: New file.
7289         * lib/unistr/u8-to-u32.c: New file.
7290
7291         * modules/unistr/u16-to-u8: New file.
7292         * lib/unistr/u16-to-u8.c: New file.
7293
7294         * modules/unistr/u16-to-u32: New file.
7295         * lib/unistr/u16-to-u32.c: New file.
7296
7297         * modules/unistr/u32-to-u8: New file.
7298         * lib/unistr/u32-to-u8.c: New file.
7299
7300         * modules/unistr/u32-to-u16: New file.
7301         * lib/unistr/u32-to-u16.c: New file.
7302
7303         * modules/unistr/u8-check: New file.
7304         * modules/unistr/u16-check: New file.
7305         * modules/unistr/u32-check: New file.
7306         * lib/unistr/u8-check.c: New file.
7307         * lib/unistr/u16-check.c: New file.
7308         * lib/unistr/u32-check.c: New file.
7309
7310         * modules/unistr/u8-chr: New file.
7311         * modules/unistr/u16-chr: New file.
7312         * modules/unistr/u32-chr: New file.
7313         * lib/unistr/u8-chr.c: New file.
7314         * lib/unistr/u16-chr.c: New file.
7315         * lib/unistr/u32-chr.c: New file.
7316
7317         * modules/unistr/u8-cmp: New file.
7318         * modules/unistr/u16-cmp: New file.
7319         * modules/unistr/u32-cmp: New file.
7320         * lib/unistr/u8-cmp.c: New file.
7321         * lib/unistr/u16-cmp.c: New file.
7322         * lib/unistr/u32-cmp.c: New file.
7323
7324         * modules/unistr/u8-cpy: New file.
7325         * modules/unistr/u16-cpy: New file.
7326         * modules/unistr/u32-cpy: New file.
7327         * lib/unistr/u8-cpy.c: New file.
7328         * lib/unistr/u16-cpy.c: New file.
7329         * lib/unistr/u32-cpy.c: New file.
7330         * lib/unistr/u-cpy.h: New file.
7331
7332         * modules/unistr/u8-cpy-alloc: New file.
7333         * modules/unistr/u16-cpy-alloc: New file.
7334         * modules/unistr/u32-cpy-alloc: New file.
7335         * lib/unistr/u8-cpy-alloc.c: New file.
7336         * lib/unistr/u16-cpy-alloc.c: New file.
7337         * lib/unistr/u32-cpy-alloc.c: New file.
7338         * lib/unistr/u-cpy-alloc.h: New file.
7339
7340         * modules/unistr/u8-endswith: New file.
7341         * modules/unistr/u16-endswith: New file.
7342         * modules/unistr/u32-endswith: New file.
7343         * lib/unistr/u8-endswith.c: New file.
7344         * lib/unistr/u16-endswith.c: New file.
7345         * lib/unistr/u32-endswith.c: New file.
7346         * lib/unistr/u-endswith.h: New file.
7347
7348         * modules/unistr/u8-mblen: New file.
7349         * modules/unistr/u16-mblen: New file.
7350         * modules/unistr/u32-mblen: New file.
7351         * lib/unistr/u8-mblen.c: New file.
7352         * lib/unistr/u16-mblen.c: New file.
7353         * lib/unistr/u32-mblen.c: New file.
7354
7355         * modules/unistr/u8-mbtouc: New file.
7356         * modules/unistr/u16-mbtouc: New file.
7357         * modules/unistr/u32-mbtouc: New file.
7358         * lib/unistr/u8-mbtouc.c: New file.
7359         * lib/unistr/u16-mbtouc.c: New file.
7360         * lib/unistr/u32-mbtouc.c: New file.
7361
7362         * modules/unistr/u8-mbtouc-safe: New file.
7363         * modules/unistr/u16-mbtouc-safe: New file.
7364         * modules/unistr/u32-mbtouc-safe: New file.
7365         * lib/unistr/u8-mbtouc-safe.c: New file.
7366         * lib/unistr/u16-mbtouc-safe.c: New file.
7367         * lib/unistr/u32-mbtouc-safe.c: New file.
7368
7369         * modules/unistr/u8-move: New file.
7370         * modules/unistr/u16-move: New file.
7371         * modules/unistr/u32-move: New file.
7372         * lib/unistr/u8-move.c: New file.
7373         * lib/unistr/u16-move.c: New file.
7374         * lib/unistr/u32-move.c: New file.
7375         * lib/unistr/u-move.h: New file.
7376
7377         * modules/unistr/u8-next: New file.
7378         * modules/unistr/u16-next: New file.
7379         * modules/unistr/u32-next: New file.
7380         * lib/unistr/u8-next.c: New file.
7381         * lib/unistr/u16-next.c: New file.
7382         * lib/unistr/u32-next.c: New file.
7383
7384         * modules/unistr/u8-prev: New file.
7385         * modules/unistr/u16-prev: New file.
7386         * modules/unistr/u32-prev: New file.
7387         * lib/unistr/u8-prev.c: New file.
7388         * lib/unistr/u16-prev.c: New file.
7389         * lib/unistr/u32-prev.c: New file.
7390
7391         * modules/unistr/u8-set: New file.
7392         * modules/unistr/u16-set: New file.
7393         * modules/unistr/u32-set: New file.
7394         * lib/unistr/u8-set.c: New file.
7395         * lib/unistr/u16-set.c: New file.
7396         * lib/unistr/u32-set.c: New file.
7397         * lib/unistr/u-set.h: New file.
7398
7399         * modules/unistr/u8-startswith: New file.
7400         * modules/unistr/u16-startswith: New file.
7401         * modules/unistr/u32-startswith: New file.
7402         * lib/unistr/u8-startswith.c: New file.
7403         * lib/unistr/u16-startswith.c: New file.
7404         * lib/unistr/u32-startswith.c: New file.
7405         * lib/unistr/u-startswith.h: New file.
7406
7407         * modules/unistr/u8-stpcpy: New file.
7408         * modules/unistr/u16-stpcpy: New file.
7409         * modules/unistr/u32-stpcpy: New file.
7410         * lib/unistr/u8-stpcpy.c: New file.
7411         * lib/unistr/u16-stpcpy.c: New file.
7412         * lib/unistr/u32-stpcpy.c: New file.
7413         * lib/unistr/u-stpcpy.h: New file.
7414
7415         * modules/unistr/u8-stpncpy: New file.
7416         * modules/unistr/u16-stpncpy: New file.
7417         * modules/unistr/u32-stpncpy: New file.
7418         * lib/unistr/u8-stpncpy.c: New file.
7419         * lib/unistr/u16-stpncpy.c: New file.
7420         * lib/unistr/u32-stpncpy.c: New file.
7421         * lib/unistr/u-stpncpy.h: New file.
7422
7423         * modules/unistr/u8-strcat: New file.
7424         * modules/unistr/u16-strcat: New file.
7425         * modules/unistr/u32-strcat: New file.
7426         * lib/unistr/u8-strcat.c: New file.
7427         * lib/unistr/u16-strcat.c: New file.
7428         * lib/unistr/u32-strcat.c: New file.
7429         * lib/unistr/u-strcat.h: New file.
7430
7431         * modules/unistr/u8-strchr: New file.
7432         * modules/unistr/u16-strchr: New file.
7433         * modules/unistr/u32-strchr: New file.
7434         * lib/unistr/u8-strchr.c: New file.
7435         * lib/unistr/u16-strchr.c: New file.
7436         * lib/unistr/u32-strchr.c: New file.
7437
7438         * modules/unistr/u8-strcmp: New file.
7439         * modules/unistr/u16-strcmp: New file.
7440         * modules/unistr/u32-strcmp: New file.
7441         * lib/unistr/u8-strcmp.c: New file.
7442         * lib/unistr/u16-strcmp.c: New file.
7443         * lib/unistr/u32-strcmp.c: New file.
7444
7445         * modules/unistr/u8-strcpy: New file.
7446         * modules/unistr/u16-strcpy: New file.
7447         * modules/unistr/u32-strcpy: New file.
7448         * lib/unistr/u8-strcpy.c: New file.
7449         * lib/unistr/u16-strcpy.c: New file.
7450         * lib/unistr/u32-strcpy.c: New file.
7451         * lib/unistr/u-strcpy.h: New file.
7452
7453         * modules/unistr/u8-strcspn: New file.
7454         * modules/unistr/u16-strcspn: New file.
7455         * modules/unistr/u32-strcspn: New file.
7456         * lib/unistr/u8-strcspn.c: New file.
7457         * lib/unistr/u16-strcspn.c: New file.
7458         * lib/unistr/u32-strcspn.c: New file.
7459         * lib/unistr/u-strcspn.h: New file.
7460
7461         * modules/unistr/u8-strdup: New file.
7462         * modules/unistr/u16-strdup: New file.
7463         * modules/unistr/u32-strdup: New file.
7464         * lib/unistr/u8-strdup.c: New file.
7465         * lib/unistr/u16-strdup.c: New file.
7466         * lib/unistr/u32-strdup.c: New file.
7467         * lib/unistr/u-strdup.h: New file.
7468
7469         * modules/unistr/u8-strlen: New file.
7470         * modules/unistr/u16-strlen: New file.
7471         * modules/unistr/u32-strlen: New file.
7472         * lib/unistr/u8-strlen.c: New file.
7473         * lib/unistr/u16-strlen.c: New file.
7474         * lib/unistr/u32-strlen.c: New file.
7475         * lib/unistr/u-strlen.h: New file.
7476
7477         * modules/unistr/u8-strmblen: New file.
7478         * modules/unistr/u16-strmblen: New file.
7479         * modules/unistr/u32-strmblen: New file.
7480         * lib/unistr/u8-strmblen.c: New file.
7481         * lib/unistr/u16-strmblen.c: New file.
7482         * lib/unistr/u32-strmblen.c: New file.
7483
7484         * modules/unistr/u8-strmbtouc: New file.
7485         * modules/unistr/u16-strmbtouc: New file.
7486         * modules/unistr/u32-strmbtouc: New file.
7487         * lib/unistr/u8-strmbtouc.c: New file.
7488         * lib/unistr/u16-strmbtouc.c: New file.
7489         * lib/unistr/u32-strmbtouc.c: New file.
7490
7491         * modules/unistr/u8-strncat: New file.
7492         * modules/unistr/u16-strncat: New file.
7493         * modules/unistr/u32-strncat: New file.
7494         * lib/unistr/u8-strncat.c: New file.
7495         * lib/unistr/u16-strncat.c: New file.
7496         * lib/unistr/u32-strncat.c: New file.
7497         * lib/unistr/u-strncat.h: New file.
7498
7499         * modules/unistr/u8-strncmp: New file.
7500         * modules/unistr/u16-strncmp: New file.
7501         * modules/unistr/u32-strncmp: New file.
7502         * lib/unistr/u8-strncmp.c: New file.
7503         * lib/unistr/u16-strncmp.c: New file.
7504         * lib/unistr/u32-strncmp.c: New file.
7505
7506         * modules/unistr/u8-strncpy: New file.
7507         * modules/unistr/u16-strncpy: New file.
7508         * modules/unistr/u32-strncpy: New file.
7509         * lib/unistr/u8-strncpy.c: New file.
7510         * lib/unistr/u16-strncpy.c: New file.
7511         * lib/unistr/u32-strncpy.c: New file.
7512         * lib/unistr/u-strncpy.h: New file.
7513
7514         * modules/unistr/u8-strnlen: New file.
7515         * modules/unistr/u16-strnlen: New file.
7516         * modules/unistr/u32-strnlen: New file.
7517         * lib/unistr/u8-strnlen.c: New file.
7518         * lib/unistr/u16-strnlen.c: New file.
7519         * lib/unistr/u32-strnlen.c: New file.
7520         * lib/unistr/u-strnlen.h: New file.
7521
7522         * modules/unistr/u8-strpbrk: New file.
7523         * modules/unistr/u16-strpbrk: New file.
7524         * modules/unistr/u32-strpbrk: New file.
7525         * lib/unistr/u8-strpbrk.c: New file.
7526         * lib/unistr/u16-strpbrk.c: New file.
7527         * lib/unistr/u32-strpbrk.c: New file.
7528         * lib/unistr/u-strpbrk.h: New file.
7529
7530         * modules/unistr/u8-strrchr: New file.
7531         * modules/unistr/u16-strrchr: New file.
7532         * modules/unistr/u32-strrchr: New file.
7533         * lib/unistr/u8-strrchr.c: New file.
7534         * lib/unistr/u16-strrchr.c: New file.
7535         * lib/unistr/u32-strrchr.c: New file.
7536
7537         * modules/unistr/u8-strspn: New file.
7538         * modules/unistr/u16-strspn: New file.
7539         * modules/unistr/u32-strspn: New file.
7540         * lib/unistr/u8-strspn.c: New file.
7541         * lib/unistr/u16-strspn.c: New file.
7542         * lib/unistr/u32-strspn.c: New file.
7543         * lib/unistr/u-strspn.h: New file.
7544
7545         * modules/unistr/u8-strstr: New file.
7546         * modules/unistr/u16-strstr: New file.
7547         * modules/unistr/u32-strstr: New file.
7548         * lib/unistr/u8-strstr.c: New file.
7549         * lib/unistr/u16-strstr.c: New file.
7550         * lib/unistr/u32-strstr.c: New file.
7551         * lib/unistr/u-strstr.h: New file.
7552
7553         * modules/unistr/u8-strtok: New file.
7554         * modules/unistr/u16-strtok: New file.
7555         * modules/unistr/u32-strtok: New file.
7556         * lib/unistr/u8-strtok.c: New file.
7557         * lib/unistr/u16-strtok.c: New file.
7558         * lib/unistr/u32-strtok.c: New file.
7559         * lib/unistr/u-strtok.h: New file.
7560
7561         * modules/unistr/u8-uctomb: New file.
7562         * modules/unistr/u16-uctomb: New file.
7563         * modules/unistr/u32-uctomb: New file.
7564         * lib/unistr/u8-uctomb.c: New file.
7565         * lib/unistr/u16-uctomb.c: New file.
7566         * lib/unistr/u32-uctomb.c: New file.
7567
7568         * MODULES.html.sh (Unicode string functions): Add the new modules.
7569
7570 2007-01-08  Bruno Haible  <bruno@clisp.org>
7571
7572         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7573         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7574         subdirectories.
7575
7576 2007-01-08  Karl Berry  <karl@gnu.org>
7577
7578         * doc/error.texi: mention that main() fns must set program_name
7579         when progname is used.
7580
7581 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7582
7583         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7584         WCTYPE_H is empty, for the benefit of builds from non-distclean
7585         directories.  Problem reported by Eric Blake in
7586         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7587
7588 2007-01-08  Bruno Haible  <bruno@clisp.org>
7589
7590         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7591         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7592         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7593         PROVIDE_CANONICALIZE_FILENAME_MODE.
7594         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7595
7596 2007-01-08  Bruno Haible  <bruno@clisp.org>
7597
7598         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7599         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7600         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7601         * lib/fts.c: Likewise.
7602         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7603
7604 2006-12-25  Bruno Haible  <bruno@clisp.org>
7605
7606         * modules/utf8-ucs4-safe: New file.
7607         * lib/utf8-ucs4-safe.h: New file.
7608         * lib/unistr/utf8-ucs4-safe.c: New file.
7609
7610         * modules/utf16-ucs4-safe: New file.
7611         * lib/utf16-ucs4-safe.h: New file.
7612         * lib/unistr/utf16-ucs4-safe.c: New file.
7613
7614         * MODULES.html.sh (Unicode string functions): Add the new modules.
7615
7616 2007-01-08  Bruno Haible  <bruno@clisp.org>
7617
7618         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7619         (Depends-on): Add unitypes.
7620         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7621         (u8_mbtouc_aux): Move out to separate file.
7622         (u8_mbtouc): Use ucs4_t, uint8_t types.
7623         * lib/unistr/utf8-ucs4.c: New file.
7624
7625         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7626         (Depends-on): Add unitypes.
7627         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7628         (u16_mbtouc_aux): Move out to separate file.
7629         (u16_mbtouc): Use ucs4_t, uint16_t types.
7630         * lib/unistr/utf16-ucs4.c: New file.
7631
7632         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7633         (Depends-on): Add unitypes.
7634         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7635         (u8_uctomb_aux): Move out to separate file.
7636         (u8_uctomb): Use ucs4_t, uint8_t types.
7637         * lib/unistr/ucs4-utf8.c: New file.
7638
7639         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7640         (Depends-on): Add unitypes.
7641         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7642         (u16_uctomb_aux): Move out to separate file.
7643         (u16_uctomb): Use ucs4_t, uint16_t types.
7644         * lib/unistr/ucs4-utf16.c: New file.
7645
7646 2006-12-25  Bruno Haible  <bruno@clisp.org>
7647
7648         * modules/unitypes: New file.
7649         * lib/unitypes.h: New file.
7650         * MODULES.html.sh (func_all_modules): New section "Unicode string
7651         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7652         this section. Add unitypes.
7653
7654 2007-01-08  Bruno Haible  <bruno@clisp.org>
7655
7656         Avoid variable names that conflict with those from libtool.
7657         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7658         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7659         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7660         library_names_spec to acl_library_names_spec, hardcode_* to
7661         acl_hardcode_*.
7662         Reported by Ralf Wildenhues.
7663
7664 2007-01-08  Bruno Haible  <bruno@clisp.org>
7665
7666         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7667         definition.
7668         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7669         definition.
7670         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7671         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7672         definition.
7673         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7674         definition.
7675         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7676         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7677         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7678         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7679         definition.
7680         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7681         definition.
7682         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7683         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7684         GC_USE_<algorithm>.
7685         * lib/gc-libgcrypt.c: Likewise.
7686         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7687         * modules/gc-arctwo (configure.ac): Likewise.
7688         * modules/gc-des (configure.ac): Likewise.
7689         * modules/gc-hmac-md5 (configure.ac): Likewise.
7690         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7691         * modules/gc-md2 (configure.ac): Likewise.
7692         * modules/gc-md4 (configure.ac): Likewise.
7693         * modules/gc-md5 (configure.ac): Likewise.
7694         * modules/gc-random (configure.ac): Likewise.
7695         * modules/gc-rijndael (configure.ac): Likewise.
7696         * modules/gc-sha1 (configure.ac): Likewise.
7697
7698 2007-01-08  Bruno Haible  <bruno@clisp.org>
7699
7700         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7701         macro definition.
7702         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7703         definition.
7704         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7705         definition.
7706         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7707         * modules/fcntl-safer (configure.ac): Likewise.
7708         * modules/fopen-safer (configure.ac): Likewise.
7709         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7710         GNULIB_FWRITEERROR macro definition.
7711
7712 2007-01-08  Bruno Haible  <bruno@clisp.org>
7713
7714         * m4/gnulib-common.m4: New file.
7715         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7716         (func_get_filelist): Add m4/gnulib-common.m4.
7717
7718 2007-01-08  Bruno Haible  <bruno@clisp.org>
7719
7720         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7721         command.
7722
7723 2007-01-08  Jim Meyering  <jim@meyering.net>
7724
7725         Use a more robust test for a "can't happen" condition.
7726         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7727         narrowed the st_size value.  Presuming the "can't happen" condition
7728         is true, that narrowing could conceivably convert an invalid st_size
7729         value into a valid one.  Instead, use a change based on Matthew
7730         Woehlke's original patch.
7731
7732         Slight readability improvement: use an assert-like macro
7733         in place of literal "abort ()" uses.
7734         * lib/fts.c (fts_assert): Define.
7735         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7736         Use this macro instead of a bare 'abort'.
7737
7738 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7739
7740         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7741         simply work around them.
7742         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7743         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7744         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7745         declaring.
7746         Don't bother to define as macros, since the standard doesn't require it.
7747         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7748         longer worry about IRIX 5.3.
7749         (HAVE_WCTYPE_CTMP_BUG): Remove.
7750
7751 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7752
7753         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7754         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7755         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7756         Problems reported by Georg Schwarz for IRIX 5.3.
7757
7758         * gnulib-tool (autoconf_minversion): Take the maximum version number
7759         found, not the minimum.  Problem reported by James Youngman.
7760
7761 2007-01-03  Karl Berry  <karl@gnu.org>
7762
7763         * doc/error.texi: new file, explaining interaction with progname.
7764         * doc/gnulib.texi: include it.  Update copyright.
7765
7766 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7767
7768         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7769         AC_CANONICAL_HOST, to improve autobuild outputs.
7770
7771 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7772             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7773
7774         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7775         sockets, server sockets, and other file descriptors.  Count errors
7776         to compute the return value.  Reorder the code a bit to be easier
7777         to follow.  Don't set event bits that were not requested (except
7778         POLLERR and POLLHUP).
7779
7780 2007-01-01  Bruno Haible  <bruno@clisp.org>
7781
7782         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7783
7784 2007-01-03  Jim Meyering  <jim@meyering.net>
7785
7786         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7787
7788 2007-01-02  Bruno Haible  <bruno@clisp.org>
7789
7790         * modules/settime (Include): Require timespec.h.
7791         * modules/nanosleep (Include): Likewise.
7792
7793 2007-01-01  Bruno Haible  <bruno@clisp.org>
7794
7795         * gnulib-tool (func_emit_copyright_notice): Bump year.
7796         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7797
7798 2007-01-01  Bruno Haible  <bruno@clisp.org>
7799
7800         Improve support for OpenBSD.
7801         * build-aux/config.rpath (libname_spec): Export.
7802         (library_names_spec): New variable. Export.
7803         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7804         library_names_spec from the config.rpath output. Locate shared library
7805         through the name pattern in library_names_spec.
7806
7807 2007-01-01  Eric Blake  <ebb9@byu.net>
7808
7809         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7810
7811 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7812
7813         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7814         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7815         assume the C locale, and avoid an "eval" that could cause trouble.
7816         Problem with SORT reported by Bob Proulx.
7817
7818         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7819         Define.  Trivial patch from Henning Nielsen Lund, originally
7820         sent to bug-grep@gnu.org today.
7821
7822 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7823
7824         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7825         struct stat.  Problem reported by Henning Nielsen Lund.
7826         * lib/acl.c: Include acl.h first, to check interface.  Don't
7827         bother to include sys/types.h and sys/stat.h again.
7828
7829 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7830
7831         Import the following change from libc; problem reported by
7832         Sven Verdoolaege.
7833
7834         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7835
7836         [BZ #1373]
7837         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7838
7839 2006-12-28  Jim Meyering  <jim@meyering.net>
7840
7841         * build-aux/announce-gen: Do not assume that the package
7842         builds any of tar.gz, tar.bz2, and .xdelta files.
7843         Suggestion from Simon Josefsson.
7844
7845 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7846
7847         * modules/announce-gen: New file.
7848
7849 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7850
7851         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7852         handles its gotchas now.
7853         * lib/mbswidth.c: Likewise.
7854         * lib/wcwidth.h: Likewise.
7855         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7856         and iswcntrl; the wctype module does this stuff now.
7857         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7858         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7859         * modules/mbchar (Depends-on): Add wctype.
7860         * modules/mbswidth (Depends-on): Likewise.
7861         * modules/wcwidth (Depends-on): Likewise.
7862
7863 2006-12-27  Eric Blake  <ebb9@byu.net>
7864
7865         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7866         module uses more than what <wctype.h> is required to provide.
7867
7868 2006-12-26  Eric Blake  <ebb9@byu.net>
7869
7870         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7871
7872 2006-12-26  Eric Blake  <ebb9@byu.net>
7873
7874         * modules/absolute-header: New module.
7875         * modules/fcntl (Depends-on): Depend on it.
7876         * modules/inttypes (Depends-on): Likewise.
7877         * modules/stdint (Depends-on): Likewise.
7878         * modules/sys_stat (Depends-on): Likewise.
7879         * modules/wctype (Depends-on): Likewise.
7880         * MODULES.html.sh (Support for building libraries and
7881         executables): Document it.
7882
7883 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7884
7885         * gnulib-tool (SED): Remove, undoing previous change.
7886         The problem was that it broke coreutils on Solaris, because
7887         "sed --posix" leaked into a makefile.
7888         (sed): New alias, if 'alias' and GNU sed.
7889
7890 2006-12-24  Jim Meyering  <jim@meyering.net>
7891
7892         Work around an fchownat bug in glibc-2.4:
7893         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7894         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7895         in spite of the -P option.
7896         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7897         New macros.
7898         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7899         * modules/openat (Files): Add lib/fchownat.c.
7900         * lib/openat.c (fchownat): Don't define here.  Move to...
7901         * lib/fchownat.c: ...this new file.
7902
7903 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7904
7905         Fix bug reported by Bruno Haible in
7906         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7907         where quotearg.c didn't compile on Mac OS X 10.2 because it
7908         lacks <wchar.h> and wint_t.
7909         * lib/wctype_.h (__wctype_wint_t): New type.
7910         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7911         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7912         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7913         Arg is now of type __wctype_wint_t, not wint_t.
7914         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7915         substitute HAVE_WINT_T.
7916         * modules/wctype (Files): Add m4/wint_t.m4.
7917         (wctype.h): Substitute HAVE_WINT_T.
7918
7919 2006-12-23  Bruno Haible  <bruno@clisp.org>
7920
7921         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7922
7923 2006-12-23  Bruno Haible  <bruno@clisp.org>
7924
7925         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7926         S_ISLNK.
7927         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7928         mingw.
7929
7930 2006-12-22  Bruno Haible  <bruno@clisp.org>
7931
7932         * lib/copy-file.c: Include acl.h.
7933         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7934         Close the file descriptors only after being done with copy_acl.
7935         * modules/copy-file (Depends-on): Add acl.
7936
7937 2006-12-22  Bruno Haible  <bruno@clisp.org>
7938
7939         * gnulib-tool (SED): New variable.
7940         Use $SED instead of sed everywhere.
7941
7942 2006-12-22  Bruno Haible  <bruno@clisp.org>
7943
7944         * modules/no-c++: New file.
7945         * m4/no-c++.m4: New file.
7946         * MODULES.html.sh (Support for building libraries and executables):
7947         Add no-c++.
7948
7949 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7950
7951         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7952         Include <limits.h>, and use its INT_MAX to rewrite the
7953         j loop so that it does not overflow 'int'.  Problem reported by
7954         Ralf Wildenhues in
7955         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7956         Play it safe by shifting left by 1 rather than multiplying by 2,
7957         as GCC is less likely to optimize this away when the value
7958         is signed (when it assumes overflow leads to undefined behavior).
7959         Also, don't assume time_t uses two's complement.
7960
7961 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7962
7963         * MODULES.html.sh: New module wctype.
7964         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7965         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7966         <wctype.h>, since the new wctype module should fix this.
7967         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7968         the wctype module should arrange for it.
7969         * lib/regex_internal.h: Likewise.
7970         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7971         since the wctype module should handle this now.
7972         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7973         * modules/fnmatch (Depends-on): Add wctype.
7974         * modules/quotearg (Depends-on): Likewise.
7975         * modules/regex (Depends-on): Likewise.
7976
7977 2006-12-19  Bruno Haible  <bruno@clisp.org>
7978
7979         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7980         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7981
7982 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7983
7984         * modules/savewd (Depends-on): Fix dependency on fcntl.
7985
7986 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7987
7988         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7989         conforms to C99, rather than relying on the user's environment
7990         setting of STDINT_H.
7991
7992 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7993         and Eric Blake  <ebb9@byu.net>
7994
7995         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7996         This is more consistent with the other defines here.
7997         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7998         Port to z/OS.  Problem reported by Paul Gilmartin.
7999         Change local vars to use gl_ prefix rather than ac_.
8000         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8001         with other defines.
8002         * modules/double-slash-root: New module.
8003         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8004         (Depends-on): Add double-slash-root.
8005         * MODULES.html.sh (File system functions): Mention new module.
8006
8007 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8008
8009         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8010         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8011         This is for the benefit of gzip, which doesn't do i18n.
8012
8013 2006-12-12  Jim Meyering  <jim@meyering.net>
8014
8015         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8016         Reported by Andreas Schwab <schwab@suse.de>.
8017
8018 2006-12-12  Bruno Haible  <bruno@clisp.org>
8019
8020         Merge these changes.
8021         2006-09-05  Bruno Haible  <bruno@clisp.org>
8022         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8023         iconv_alloc succeeded.
8024         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8025         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8026         test for " && dest " at the end - dest is always != NULL there. Call
8027         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8028         with 2xNULL arguments, also to flush the state storage. Handle the
8029         IRIX iconv behaviour. Realloc the final result, to throw away unused
8030         memory.
8031
8032 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8033
8034         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8035         and fchmodat unconditionally, since glibc 2.4 has them.
8036         Problem reported by Arkadiusz Miskiewicz.
8037
8038 2006-12-10  Bruno Haible  <bruno@clisp.org>
8039
8040         * gnulib-tool (func_import): Show the include files only for those
8041         modules that are copied and specified.
8042         Reported by Karl Berry.
8043
8044 2006-12-08  Jim Meyering  <jim@meyering.net>
8045
8046         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8047         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8048
8049         * build-aux/announce-gen: Add two new options, both optional:
8050         --bootstrap-tools=TOOL_LIST
8051               a comma-separated list of tools, e.g.,
8052               autoconf,automake,bison,gnulib
8053         --gnulib-snapshot-date=DATE
8054               if gnulib is in the bootstrap tool list,
8055               then report this as the snapshot date.
8056               If not specified, use the current date/time.
8057               If you specify a date here, be sure it's UTC.
8058
8059 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8060
8061         * tests/test-argp-2.sh: Fix test to match actual output.
8062         (func_compare): Fix sed script to be portable.
8063
8064 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8065
8066         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8067         workaround for this case.  It is not autoconfigured now; offhand
8068         it's hard to see how to autoconfigure it.
8069
8070 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8071
8072         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8073         a directory that is about to be chowned.  Such a directory's
8074         initial file permissions should permit the owner only and this
8075         should not be changed until after the chown, since the group and
8076         other bits would be incorrect if they granted permission before
8077         the chown.
8078
8079         Fix porting problem for iswctype reported by Georg Schwarz in:
8080         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8081         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8082         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8083         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8084         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8085
8086 2006-12-03  Jim Meyering  <jim@meyering.net>
8087
8088         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8089         p->fts_statp may not yet be defined.
8090         (fts_read): Instead, set it in the caller, once p->fts_statp is
8091         sure to be defined, and corresponds to a top-level directory.
8092         This bug made du -x fail.  Here's the coreutils test case:
8093         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8094         Reported by Mike Frysinger.
8095
8096 2006-12-01  Jim Meyering  <jim@meyering.net>
8097
8098         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8099         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8100         Reported by Simon Josefsson.
8101
8102 2006-11-30  Jim Meyering  <jim@meyering.net>
8103
8104         * m4/warning.m4: Use the all-permissive copyright notice
8105         recommended by RMS (rather than LGPL).
8106         * m4/vararrays.m4: Likewise.
8107         * m4/flexmember.m4: Likewise.
8108
8109 2006-11-29  Bruno Haible  <bruno@clisp.org>
8110
8111         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8112         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8113         using +=.
8114         Reported by Simon Josefsson <simon@josefsson.org>.
8115
8116 2006-11-28  James Youngman <jay@gnu.org>
8117
8118         * README: Advise users that they might find the bug-gnulib@gnu.org
8119         and autotools-announce@gnu.org mailing lists useful.
8120
8121 2006-11-28  Bruno Haible  <bruno@clisp.org>
8122
8123         * m4/ptrdiff_max.m4: Remove file.
8124
8125 2006-11-21  Bruno Haible  <bruno@clisp.org>
8126
8127         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8128         _AC_COMPUTE_INT.
8129         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8130         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8131         _AC_COMPUTE_INT.
8132         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8133         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8134         _AC_COMPUTE_INT.
8135         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8136
8137 2006-11-28  Jim Meyering  <jim@meyering.net>
8138
8139         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8140         warning from "gcc -Wshadow" about shadowing the builtin.
8141
8142 2006-11-27  Bruno Haible  <bruno@clisp.org>
8143
8144         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8145         _AC_COMPUTE_INT.
8146         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8147
8148 2006-11-27  Bruno Haible  <bruno@clisp.org>
8149             Paul Eggert  <eggert@cs.ucla.edu>
8150
8151         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8152
8153 2006-11-26  Bruno Haible  <bruno@clisp.org>
8154
8155         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8156         noinst_LTLIBRARIES.
8157
8158 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8159             Bruno Haible  <bruno@clisp.org>
8160
8161         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8162         if compiling with "gcc -ansi".
8163
8164 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8165
8166         Fix some incompatibilities with gcc -ansi -pedantic.
8167         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8168         if compiling pedantically with GCC, unless it's C99 or later.
8169         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8170         it mishandles gcc -ansi -pedantic as well.
8171         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8172         if gcc -pedantic.
8173         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8174         initializers for struct if -pedantic, unless it's C99 or later.
8175
8176 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8177
8178         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8179         Don't close an fd more than once. Identical atimes indicate
8180         success, not failure.
8181
8182 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8183
8184         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8185
8186 2006-11-23  Jim Meyering  <jim@meyering.net>
8187
8188         * build-aux/announce-gen: New file.  From coreutils.
8189
8190 2006-11-22  Jim Meyering  <jim@meyering.net>
8191
8192         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8193         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8194         (fts_read): Use a temporary to narrow the overused st_size member
8195         before using it in a switch statement.  Reported by Matthew Woehlke.
8196
8197         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8198         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8199
8200 2006-11-20  Bruno Haible  <bruno@clisp.org>
8201
8202         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8203         changequote instead of pairs of brackets.
8204         Reported by Andreas Schwab <schwab@suse.de>.
8205
8206 2006-11-21  Jim Meyering  <jim@meyering.net>
8207
8208         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8209         so as to remain compatible with older compilers.
8210         Patch from Michael Deutschmann.
8211
8212 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8213
8214         * MODULES.html.sh (File system functions): Add openat.
8215
8216         * lib/openat.h (rpl_fstatat): New macro, if
8217         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8218         (fstatat): Define to rpl_fstatat under the same conditions,
8219         unless COMPILING_FSTATAT.
8220         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8221         seems to have the bug.
8222         * lib/fstatat.c: New file.
8223         * modules/openat (Files): Add it.
8224
8225 2006-11-20  Bruno Haible  <bruno@clisp.org>
8226
8227         * Makefile: New file.
8228
8229 2006-11-20  Jim Meyering  <jim@meyering.net>
8230
8231         The beginnings of syntax-related checks for gnulib.
8232         * lib/Makefile: New file.
8233         * lib/t-idcache: New script.  Ensure that the two halves of
8234         idcache.c stay in sync.
8235
8236         * lib/idcache.c: Adjust comments in user- and group- portions to
8237         be more accurate, and to be consistent with one another.
8238
8239 2006-11-20  Jim Meyering  <jim@meyering.net>
8240
8241         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8242         continue using the flexible array member (thus, this module performs
8243         half as many malloc calls), with the addition that...
8244         (getgroup, getuser): Consistently record a non-match via an empty
8245         "name" string, and map an empty string match to a NULL return value.
8246         * modules/idcache (Depends-on): Re-add flexmember.
8247
8248         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8249         (getuidbyname, getgroup, getgidbyname): Likewise.
8250
8251         Use cleaner syntax: NULL rather than 0.
8252         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8253
8254 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8255
8256         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8257         It mishandled the case where the group was missing.
8258         Problem reported by Greg Schafer.
8259         * modules/idcache: Likewise.
8260
8261 2006-11-18  Jim Meyering  <jim@meyering.net>
8262
8263         * check-module (%exempt_header): Add exception for some
8264         conditionally-included headers.
8265
8266         * modules/i-ring (Depends-on): Add verify.
8267         (License): Change to LGPL.
8268
8269 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8270
8271         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8272         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8273         and inttostr.h.  Use snprintf rather than uinttostr, so that
8274         LGPLed code doesn't depend on GPLed.
8275
8276 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8277
8278         * modules/inline (License): Change from GPL to LGPL.
8279
8280 2006-11-17  Jim Meyering  <jim@meyering.net>
8281
8282         * modules/d-type (License): Switch to LGPL.
8283
8284 2006-11-15  Bruno Haible  <bruno@clisp.org>
8285
8286         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8287
8288 2006-11-15  Eric Blake  <ebb9@byu.net>
8289
8290         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8291         the module dependency.
8292
8293 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8294             Bruno Haible  <bruno@clisp.org>
8295
8296         * gnulib-tool (func_create_testdir): Add license consistency check.
8297
8298 2006-11-15  Eric Blake  <ebb9@byu.net>
8299
8300         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8301         random "(cached)" in configure output.
8302
8303 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8304
8305         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8306         test for conforming inttypes.h is both announced and cached.
8307
8308         * MODULES.html.sh (seen_modules, seen_files): New variables.
8309         (func_module): Rewrite to use a few less gnulib-tool and sed
8310         invocations.  Avoid a couple of quadratic algorithms for ...
8311         (missed_modules, missed_files): ... these, with ...
8312         (func_append, func_tmpdir): ... these new functions, from
8313         gnulib-tool.  Analogously, install traps for cleanup.
8314
8315         * tests/test-gc.c (main): Remove unused variables.
8316         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8317
8318 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8319
8320         * modules/inttostr (License): Change to LGPL.
8321
8322 2006-11-14  Eric Blake  <ebb9@byu.net>
8323
8324         * modules/tempname (License): Change to LGPL.
8325
8326 2006-11-14  Eric Blake  <ebb9@byu.net>
8327
8328         * doc/functions.texi (Function Portability): *printf functions on
8329         Cygwin now understand all POSIX size specifiers.
8330
8331 2006-11-14  Bruno Haible  <bruno@clisp.org>
8332
8333         * modules/c-ctype (License): Change to LGPL.
8334
8335 2006-11-12  Bruno Haible  <bruno@clisp.org>
8336
8337         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8338         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8339         for GNOME libraries, for which the include files are installed in
8340         subdirectories of $prefix/include.
8341
8342 2006-11-12  Bruno Haible  <bruno@clisp.org>
8343
8344         * m4/lib-link.m4: Require at least autoconf-2.54.
8345         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8346         name to underscores for the --with option.
8347
8348 2006-11-13  Bruno Haible  <bruno@clisp.org>
8349
8350         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8351         the tests directory.
8352         Reported by Ralf Wildenhues.
8353
8354 2006-11-13  Bruno Haible  <bruno@clisp.org>
8355
8356         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8357         (func_emit_initmacro_end): Undo the override here.
8358         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8359         Works around the famous automake error in coreutils.
8360
8361 2006-11-13  Eric Blake  <ebb9@byu.net>
8362
8363         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8364         element, not its node.
8365
8366 2006-11-12  Bruno Haible  <bruno@clisp.org>
8367
8368         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8369         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8370
8371 2006-11-12  Bruno Haible  <bruno@clisp.org>
8372
8373         * gnulib-tool: New option --local-symlink.
8374         (func_usage): Document it.
8375         (lsymbolic): New variable.
8376         (func_import, func_create_testdir): If --symlink was not specified,
8377         test whether --local-symlink was specified and the file comes from
8378         the local_gnulib_dir.
8379
8380 2006-11-12  Bruno Haible  <bruno@clisp.org>
8381
8382         * gnulib-tool (func_ln): New function.
8383         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8384
8385 2006-11-12  Bruno Haible  <bruno@clisp.org>
8386
8387         Finish support for source files in subdirectories.
8388         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8389         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8390         AUTOMAKE_OPTIONS.
8391         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8392
8393 2006-11-12  Bruno Haible  <bruno@clisp.org>
8394
8395         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8396         EXTRA_lib_SOURCES augmentation.
8397         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8398
8399 2006-11-12  Jim Meyering  <jim@meyering.net>
8400
8401         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8402         file descriptors.  This also averts a failure on systems with
8403         native openat support when a traversed directory lacks "x" access.
8404         * lib/fts_.h: Include "i-ring.h"
8405         (struct FTS) [fts_fd_ring]: New member.
8406         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8407         (FCHDIR): Add parentheses.
8408         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8409         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8410         When descending, rather than simply closing the previous
8411         fts_cwd_fd value, push that file descriptor onto the ring.
8412         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8413         (fts_open): Initialize the new fd_ring member.
8414         (fts_close): Clear the ring.
8415         (fts_safe_changedir): When possible, use our new fd_ring to skip
8416         the diropen and fstat and dev/ino comparison that would normally
8417         accompany a virtual `chdir ("..")'.
8418
8419         * modules/fts (Depends-on): Add i-ring.
8420         * modules/i-ring: New module.
8421         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8422         * m4/i-ring.m4: New file.
8423
8424 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8425
8426         * gnulib-tool (func_create_testdir): Fix replacement of
8427         `build-aux' in configure.ac.  Run autotools in gltests
8428         subdirectory.
8429         (func_create_testdir, func_create_megatestdir, test): There is
8430         no need for '--force' in most autotool invocations in a new
8431         tree.  Actually fail the whole test if any of the tools, or the
8432         configure or make stages fail.
8433
8434         Sync from Automake.
8435         * build-aux/gnupload: Revert last change.  Add pointer to upload
8436         instructions of the GNU Maintenance Instructions.
8437         Suggestion by Karl Berry.
8438
8439 2006-11-10  Jim Meyering  <jim@meyering.net>
8440
8441         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8442
8443 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8444
8445         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8446         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8447         (bind_textdomain_codeset) [! ENABLE_NLS]:
8448         Evaluate all the arguments.  That way, callers get compatible behavior
8449         if the arguments have side effects.  Also, it avoids some GCC
8450         diagnostics in some cases; Joel E. Denny reported problems when Bison
8451         was configured with --enable-gcc-warnigs.
8452
8453 2006-11-10  Jim Meyering  <jim@meyering.net>
8454
8455         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8456         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8457         account.
8458
8459 2006-11-10  Jim Meyering  <jim@meyering.net>
8460
8461         * modules/inline: New file/module.
8462         * modules/xalloc (Files): Remove m4/inline.m4.
8463         (Depends-on): Add inline, instead.
8464         * modules/oset: Likewise.
8465         * modules/list: Likewise.
8466
8467 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8468
8469         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8470         Problem reported by Matthew Woehlke.
8471
8472 2006-11-09  Bruno Haible  <bruno@clisp.org>
8473
8474         * lib/tempname.c (gen_tempname): Remove variant that invokes
8475         __gen_tempname.
8476         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8477         __gen_tempname.
8478
8479 2006-11-08  Bruno Haible  <bruno@clisp.org>
8480
8481         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8482         to 'yes' instead of 'cross-compiling'.
8483
8484 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8485
8486         * lib/quotearg.h (quotearg_free): New decl.
8487         * lib/quotearg.c (quotearg_free): New function.
8488         (slot0, nslots, slotvec0, slotvec):
8489         Now file-scope so that quotearg_free can get at them.
8490
8491 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8492
8493         Sync from Automake.
8494         * build-aux/gnupload: Add missing 'gnu' to example URL.
8495         Report by Karl Berry.
8496
8497 2006-11-08  Bruno Haible  <bruno@clisp.org>
8498
8499         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8500         Suggested by Paul Eggert.
8501
8502 2006-11-08  Jim Meyering  <jim@meyering.net>
8503
8504         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8505         It's already included if !_LIBC.
8506         (fts_safe_changedir): Add a comment.
8507
8508 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8509
8510         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8511         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8512         Matthew Woehlke.
8513
8514         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8515         definitions up, to avoid colliding with change below.
8516         (static_inline) [HAVE_INLINE]: New macro.
8517         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8518         Provide extern decls when !HAVE_INLINE.  Do not define unless
8519         static_inline is defined, either by us or by xmalloc.c.  Use
8520         static_inline rather than static inline.
8521         (XCALLOC): Optimize sizeof(T) = 1 case.
8522         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8523
8524 2006-11-07  Bruno Haible  <bruno@clisp.org>
8525
8526         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8527         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8528         AC_C_INLINE.
8529         * modules/xalloc (Files): Add m4/inline.m4.
8530
8531 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8532
8533         * README: Fix typo.
8534         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8535         (Miscellanous Notes): ...from this.
8536
8537 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8538
8539         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8540         Mention that offsetof should be used instead of sizeof.
8541         From Bruno Haible.
8542
8543 2006-11-07  Bruno Haible  <bruno@clisp.org>
8544
8545         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8546
8547 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8548
8549         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8550         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8551         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8552         (gl_tree_add_before, gl_tree_add_after):
8553         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8554         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8555         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8556         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8557         (gl_linked_add_after, gl_linked_add_at): Likewise.
8558         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8559         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8560         (gl_tree_add_before, gl_tree_add_after): Likewise.
8561         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8562         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8563         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8564
8565 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8566
8567         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8568
8569 2006-11-06  Bruno Haible  <bruno@clisp.org>
8570
8571         * m4/inline.m4: New file.
8572         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8573         * modules/list (Files): Add m4/inline.m4.
8574         * modules/oset (Files): Likewise.
8575
8576 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8577
8578         * lib/idcache.c: Include <stddef.h>, for offsetof.
8579         (struct userid.name): Change from char * to a flexible array member.
8580         All uses changed.
8581         * modules/idcache (Depends-on): Add flexmember.
8582
8583         * MODULES.html.sh (Core language properties): New module flexmember.
8584         * modules/flexmember, m4/flexmember.m4: New files.
8585
8586         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8587         inline functions that are identical with the old xnmalloc_inline,
8588         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8589         that we can avoid some unnecessary integer multiplications and
8590         divisions in the common case where the element size is known at
8591         compile time.
8592         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8593         needed.
8594         (xnboundedmalloc): Remove.
8595         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8596         arguments, for consistency with rest of this header.
8597         (xcharalloc): Rewrite using XNMALLOC.
8598         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8599         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8600         versions have been moved to lib/xalloc.h and renamed to be the
8601         non-*_inline versions.
8602         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8603         and xnrealloc functions, since those functions are now inline and
8604         now call us.
8605         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8606         renaming described above.
8607         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8608         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8609         captures the dependency in AC_C_INLINE.
8610
8611         New module canonicalize-lgpl, proposed by Charles Wilson in
8612         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8613         with a few small changes afterwards.
8614         * MODULES.html.sh (File system functions): New module
8615         canonicalize-lgpl.
8616         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8617         and canonicalize_file_name.
8618         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8619         * modules/canonicalize-lgpl: New files.
8620
8621 2006-11-05  Bruno Haible  <bruno@clisp.org>
8622
8623         * gnulib-tool (func_import, func_create_testdir): Create directories
8624         also for files in subdirectories of lib/.
8625
8626 2006-11-05  Bruno Haible  <bruno@clisp.org>
8627
8628         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8629         ANSI C compliant.
8630
8631 2006-11-03  Bruno Haible  <bruno@clisp.org>
8632
8633         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8634         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8635         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8636         (xnboundedmalloc): New inline function.
8637         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8638         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8639         xmalloc.
8640         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8641         xmalloc.
8642         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8643         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8644         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8645         xmalloc.
8646         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8647         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8648         xmalloc.
8649         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8650         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8651         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8652         xmalloc.
8653         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8654         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8655         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8656         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8657         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8658         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8659         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8660
8661 2006-11-03  Bruno Haible  <bruno@clisp.org>
8662
8663         * lib/c-ctype.h [C++]: Define functions without name mangling.
8664         * lib/fwriteerror.h [C++]: Likewise.
8665         * lib/gcd.h [C++]: Likewise.
8666         * lib/linebreak.h [C++]: Likewise.
8667
8668 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8669
8670         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8671         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8672         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8673         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8674         Check for functions and headers just once.
8675         Check for declaration of canonicalize_file_name.
8676         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8677
8678 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8679
8680         * gnulib-tool (func_import): Fix typo in actioncmd.
8681
8682 2006-11-02  Bruno Haible  <bruno@clisp.org>
8683
8684         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8685         newline sequence in the Makefile.am snippet as a space, like "make"
8686         does.
8687         Reported by Roger Persson <perrog@gmail.com>.
8688
8689 2006-11-01  Bruno Haible  <bruno@clisp.org>
8690
8691         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8692         already declared in <string.h>.
8693         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8694
8695 2006-11-01  Bruno Haible  <bruno@clisp.org>
8696
8697         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8698         * lib/strcase.h: Include <string.h>.
8699         (strcasecmp): Define to rpl_strcasecmp here.
8700
8701 2006-11-01  Bruno Haible  <bruno@clisp.org>
8702
8703         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8704
8705 2006-11-01  Eric Blake  <ebb9@byu.net>
8706
8707         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8708
8709         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8710
8711 2006-10-29  Bruno Haible  <bruno@clisp.org>
8712
8713         Make it compile in C++ mode.
8714         * lib/full-write.c (full_rw): Add a cast.
8715
8716 2006-11-01  Bruno Haible  <bruno@clisp.org>
8717
8718         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8719         be POSIX compliant.
8720         Reported by Roger Persson <perrog@gmail.com>.
8721
8722 2006-11-01  Eric Blake  <ebb9@byu.net>
8723
8724         * lib/getopt_.h: Fix comments.
8725
8726 2006-10-31  Eric Blake  <ebb9@byu.net>
8727
8728         * modules/tmpdir (Depends-on): Add sys_stat.
8729         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8730         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8731         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8732         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8733         tempname.
8734
8735 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8736
8737         Avoid some C++ diagnostics reported by Bruno Haible.
8738         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8739         xmalloc.
8740         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8741         (struct slotvec): Move to top level.
8742         (quotearg_n_options): Rewrite to avoid xmalloc.
8743         * lib/xalloc.h (xcharalloc): New function.
8744         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8745         [defined __cplusplus]: Add function template that provides result
8746         type propagation.  This part of the change is from Bruno Haible.
8747
8748 2006-10-29  Bruno Haible  <bruno@clisp.org>
8749
8750         Make it compile in C++ mode.
8751         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8752         * lib/strnlen1.c (strnlen1): Cast memchr result.
8753         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8754         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8755         (create_temp_dir): Rename local variable 'template'.
8756         (compile_csharp_using_sscli): Add cast.
8757         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8758         * lib/findprog.c (find_in_path): Likewise.
8759         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8760         * lib/wait-process.c (register_slave_subprocess): Likewise.
8761
8762 2006-10-22  Bruno Haible  <bruno@clisp.org>
8763
8764         * modules/tsearch: New file.
8765         * lib/tsearch.h: New file.
8766         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8767         * m4/tsearch.m4: New file.
8768         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8769
8770 2006-10-29  Eric Blake  <ebb9@byu.net>
8771
8772         * lib/arcfour.c: Assume config.h.
8773         * lib/arctwo.c: Likewise.
8774         * lib/base64.c: Likewise.
8775         * lib/check-version.c: Likewise.
8776         * lib/crc.c: Likewise.
8777         * lib/des.c: Likewise.
8778         * lib/gc-gnulib.c: Likewise.
8779         * lib/gc-libgcrypt.c: Likewise.
8780         * lib/gc-pbkdf2-sha1.c: Likewise.
8781         * lib/getaddrinfo.c: Likewise.
8782         * lib/getdelim.c: Likewise.
8783         * lib/getline.c: Likewise.
8784         * lib/hmac-md5.c: Likewise.
8785         * lib/hmac-sha1.c: Likewise.
8786         * lib/iconvme.c: Likewise.
8787         * lib/md2.c: Likewise.
8788         * lib/md4.c: Likewise.
8789         * lib/memxor.c: Likewise.
8790         * lib/read-file.c: Likewise.
8791         * lib/readline.c: Likewise.
8792         * lib/rijndael-alg-fst.c: Likewise.
8793         * lib/rijndael-api-fst.c: Likewise.
8794         * lib/xgetdomainname.c: Likewise.
8795
8796 2006-10-28  Eric Blake  <ebb9@byu.net>
8797
8798         * lib/xstrndup.c: Assume config.h.
8799
8800 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8801
8802         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8803         stat-macros.h is now for our own macros, whereas stat_h is for
8804         macros in the <sys/stat.h> name space.
8805         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8806         (STAT_MACROS_H): Remove.
8807         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8808         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8809         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8810         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8811         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8812         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8813         Move these macros to ...
8814         * lib/stat_.h: here.  Don't include stat-macros.h.
8815         * lib/canonicalize.c: Don't include stat-macros.h.
8816         * lib/chown.c: Likewise.
8817         * lib/euidaccess.c: Likewise.
8818         * lib/file-type.c: Likewise.
8819         * lib/filemode.c: Likewise.
8820         * lib/glob.c: Likewise.
8821         * lib/isapipe.c: Likewise.
8822         * lib/lchown.c: Likewise.
8823         * lib/lstat.c: Likewise.
8824         * lib/mkdir-p.c: Likewise.
8825         * lib/rmdir.c: Likewise.
8826         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8827         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8828         unless mkdir isn't declared, to speed up 'configure'.
8829         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8830         would define all the S_* symbols.
8831         * modules/canonicalize (Depends-on):
8832         Depend on sys_stat, not stat-macros.
8833         * modules/chown: Likewise.
8834         * modules/euidaccess: Likewise.
8835         * modules/filemode: Likewise.
8836         * modules/file-type: Likewise.
8837         * modules/glob: Likewise.
8838         * modules/isapipe: Likewise.
8839         * modules/lchown: Likewise.
8840         * modules/lstat: Likewise.
8841         * modules/mkancesdirs: Likewise.
8842         * modules/rmdir: Likewise.
8843         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8844         * modules/modechange: Likewise.
8845         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8846         (configure.ac): Remove gl_STAT_MACROS.
8847         * modules/sys_stat (Depends-on): Remove stat-macros.
8848
8849 2006-10-27  Bruno Haible  <bruno@clisp.org>
8850
8851         * m4/signed.m4: Remove file.
8852         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8853         invocation.
8854         * modules/vasnprintf (Files): Remove m4/signed.m4.
8855
8856 2006-10-27  Bruno Haible  <bruno@clisp.org>
8857
8858         Update to GNU gettext 0.16.
8859         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8860         m4/inttypes-h.m4, m4/signed.m4.
8861         * m4/gettext.m4: Update to GNU gettext 0.16.
8862         * m4/intl.m4: New file, from GNU gettext.
8863         * m4/intldir.m4: New file, from GNU gettext.
8864         * config/srclist.txt: Update
8865
8866 2006-10-27  Eric Blake  <ebb9@byu.net>
8867
8868         * MODULES.html.sh: Document tempname.
8869         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8870         dependencies.
8871         (Files): Move lib/tempname.c...
8872         * modules/tempname: ...to this new module.
8873         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8874         (gl_PREREQ_TEMPNAME): Move...
8875         * m4/tempname.m4: ...to this new file.
8876         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8877         * modules/sys_stat (Depends-on): Add stat-macros.
8878         * lib/stat_.h (includes): Pick up stat macros.
8879         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8880         if stat macros are broken.
8881         * lib/tempname.c (includes): No need to include "stat-macros.h".
8882         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8883         (direxists, __path_search) [!_LIBC]: Don't compile these in
8884         gnulib; the tmpdir module covers that.
8885         * lib/tempname.h: New file.
8886
8887 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8888
8889         * COPYING: Explain how gnulib-tool converts licence headers.
8890         Almost all wording by Eric Blake.
8891
8892 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8893
8894         * lib/mbchar.h (is_basic_table): Make read-only.
8895         * lib/mbchar.c (is_basic_table): Likewise.
8896         Reported by John Darrington.
8897
8898 2006-10-25  Bruno Haible  <bruno@clisp.org>
8899
8900         * lib/progname.h (set_program_name): Undefine before defining.
8901
8902 2006-10-25  Bruno Haible  <bruno@clisp.org>
8903
8904         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8905         false for non-gcc C++ compilers.
8906         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8907
8908 2006-10-24  Bruno Haible  <bruno@clisp.org>
8909
8910         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8911         iconv implementations like Irix iconv.
8912
8913 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8914
8915         * modules/vararrays: New file.
8916         * m4/vararrays.m4: New file, taken from diffutils.
8917         * MODULES.html.sh: New module vararrays.
8918
8919 2006-10-24  Karl Berry  <karl@gnu.org>
8920
8921         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8922         Don't call GNU Unix.
8923
8924 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8925
8926         * users.txt: Add Libtool.
8927
8928         Sync from Libtool:
8929
8930         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8931
8932         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8933         to gnulib's policy of including config.h unconditionally.
8934
8935 2006-10-24  Bruno Haible  <bruno@clisp.org>
8936
8937         * modules/wcwidth (Files): Add m4/wint_t.m4.
8938         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8939         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8940
8941 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8942
8943         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8944         to pacify GCC with some -W flags enabled.  Problem reported by
8945         Bruno Haible.
8946
8947 2006-10-24  Jim Meyering  <jim@meyering.net>
8948
8949         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8950         Reported by Karl Berry.
8951
8952 2006-10-23  Bruno Haible  <bruno@clisp.org>
8953
8954         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8955
8956 2006-10-24  Bruno Haible  <bruno@clisp.org>
8957
8958         * lib/gl_list.h: Use C comment style, not C++ comment style.
8959
8960 2006-10-23  Eric Blake  <ebb9@byu.net>
8961
8962         * lib/getaddrinfo.c (includes): Add missing include.
8963
8964 2006-10-23  Bruno Haible  <bruno@clisp.org>
8965             Paul Eggert  <eggert@cs.ucla.edu>
8966
8967         Ability to rename obstack_free.
8968         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8969         obstack_free.
8970         (obstack_free): Invoke the __obstack_free macro.
8971         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8972
8973 2006-10-23  Bruno Haible  <bruno@clisp.org>
8974             Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8977         __argc, __argv from the declaration. (They are defined as macros on
8978         mingw.)
8979
8980 2006-10-22  Bruno Haible  <bruno@clisp.org>
8981
8982         * doc/gnulib-intro.texi: New file.
8983         * doc/gnulib.texi: Include it.
8984
8985 2006-10-21  Bruno Haible  <bruno@clisp.org>
8986
8987         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8988         "Introduction", "Miscellanous Notes", "Particular Modules".
8989
8990 2006-10-21  Bruno Haible  <bruno@clisp.org>
8991
8992         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8993         Change mostlyclean-local rule to avoid sh syntax error from bash
8994         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8995
8996 2006-10-23  Jim Meyering  <jim@meyering.net>
8997
8998         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8999         in place of snprintf.
9000
9001         * modules/inttostr (Files): Add lib/uinttostr.c.
9002         * lib/uinttostr.c (inttostr): New file/function.
9003         * lib/inttostr.h (uinttostr): Declare.
9004         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9005         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9006         Add uinttostr.
9007         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9008
9009 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9010
9011         * lib/canonicalize.c (ELOOP): Define if not already defined.
9012         Problem reported by Bruno Haible in
9013         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9014
9015 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9016
9017         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9018         Problem reported by Perry Smith and Ville Laurikari.
9019
9020         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9021         uses.
9022
9023 2006-10-19  Bruno Haible  <bruno@clisp.org>
9024
9025         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9026         for mingw.
9027
9028 2006-10-19  Bruno Haible  <bruno@clisp.org>
9029
9030         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9031         Needed for mingw.
9032
9033 2006-10-19  Bruno Haible  <bruno@clisp.org>
9034
9035         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9036
9037 2006-10-19  Bruno Haible  <bruno@clisp.org>
9038
9039         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9040         it.
9041
9042 2006-10-19  Bruno Haible  <bruno@clisp.org>
9043
9044         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9045         invocation.
9046
9047 2006-10-19  Bruno Haible  <bruno@clisp.org>
9048
9049         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9050         mountlist by default.
9051
9052 2006-10-16  Bruno Haible  <bruno@clisp.org>
9053
9054         * lib/c-strstr.c: Include c-strstr.h.
9055
9056 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9057
9058         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9059         in a slash.
9060
9061 2006-10-18  Bruno Haible  <bruno@clisp.org>
9062
9063         * lib/lock.h [C++]: Wrap definitions in extern "C".
9064
9065 2006-10-18  Bruno Haible  <bruno@clisp.org>
9066
9067         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9068         gl_LIBOBJS list.
9069
9070 2006-10-18  Bruno Haible  <bruno@clisp.org>
9071
9072         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9073
9074 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9075
9076         * lib/xstrtol.h: Include gettext.h.
9077         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9078         Problem reported by Eric Blake.
9079         * modules/xstrtol (Depends-on): Add gettext-h.
9080
9081 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9082
9083         * lib/strftime.c (advance): New macro.
9084         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9085         incomplete type, so you can't add 0 to it.  Problem and patch
9086         reported by Eelco Dolstra for dietlibc.
9087
9088 2006-10-18  Jim Meyering  <jim@meyering.net>
9089
9090         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9091         type for a local, and rename it: s/up/user_proc/.
9092
9093 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9094
9095         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9096         READ_UTMP_USER_PROCESS.
9097         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9098
9099 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9100
9101         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9102         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9103
9104 2006-10-17  Eric Blake  <ebb9@byu.net>
9105
9106         * lib/sigprocmask.c (sigprocmask): Fix typo.
9107
9108         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9109
9110         * modules/clean-temp (Makefile.am): Don't add to make output...
9111         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9112         config.h.
9113
9114 2006-10-17  Bruno Haible  <bruno@clisp.org>
9115
9116         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9117         differently if DEFAULT_TEXT_DOMAIN is set.
9118
9119 2006-10-16  Bruno Haible  <bruno@clisp.org>
9120
9121         * lib/clean-temp.c: Include fwriteerror.h.
9122
9123 2006-10-16  Bruno Haible  <bruno@clisp.org>
9124
9125         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9126
9127 2006-10-16  Bruno Haible  <bruno@clisp.org>
9128
9129         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9130         * lib/sigprocmask.h: Include <sys/types.h>.
9131         (sigset_t): Use the system's definition if present.
9132
9133 2006-10-17  Eric Blake  <ebb9@byu.net>
9134
9135         * lib/xvasprintf.c (includes): Assume config.h.
9136         * lib/xasprintf.c (includes): Likewise.
9137
9138 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9139
9140         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9141         at least as wide as intmax_t.
9142
9143 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9144
9145         (Imported from Automake.)
9146         * build-aux/gnupload: Update to version 1.1 of directive file.
9147
9148 2006-10-16  Eric Blake  <ebb9@byu.net>
9149
9150         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9151         match Automake 1.10a.
9152
9153 2006-10-14  Bruno Haible  <bruno@clisp.org>
9154
9155         * modules/sigprocmask: New file.
9156         * lib/sigprocmask.h: New file.
9157         * lib/sigprocmask.c: New file.
9158         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9159         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9160         request sigprocmask.o.
9161         (gl_PREREQ_SIGPROCMASK): New macro.
9162         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9163         (Depends-on): Add sigprocmask.
9164         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9165         gt_SIGNALBLOCKING. Test for 'raise' only once.
9166         * lib/fatal-signal.c: Include sigprocmask.h.
9167         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9168         unblock_fatal_signals): Define always.
9169         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9170         sigprocmask.
9171
9172 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9173
9174         Sync from Automake.
9175         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9176         which incorrectly sets the mode of an existing destination
9177         directory.  In some cases the unpatched install-sh could do the
9178         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9179         system.  We hope this is rare in practice, but it's clearly worth
9180         fixing.  Problem reported by Alex Unleashed in
9181         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9182         Also, don't bother to check for -m bugs unless we're using -m;
9183         suggested by Stepan Kasal.
9184
9185 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9186
9187         Sync from Automake.
9188         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9189         `-c' flag, so they appear at the same position as in %FASTDEP%
9190         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9191         which ignores unknown options only after the first non-option.
9192         Bug report against M4 by Nelson H. F. Beebe.
9193
9194 2006-10-13  Jim Meyering  <jim@meyering.net>
9195
9196         Fix a bug in yesterday's change.
9197         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9198         p->fts_statp->st_dev would be used uninitialized.
9199         Ensures that we always call fts_stat on the very first entry.
9200         Miklos Szeredi reported that find -xdev stopped working.
9201
9202 2006-10-12  Bruno Haible  <bruno@clisp.org>
9203
9204         * gnulib-tool (func_get_automake_snippet): Append an automatically
9205         computed EXTRA_DIST augmentation.
9206         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9207         * modules/alloca-opt (Makefile.am): Likewise.
9208         * modules/allocsa (Makefile.am): Likewise.
9209         * modules/arcfour (Makefile.am): Likewise.
9210         * modules/arctwo (Makefile.am): Likewise.
9211         * modules/argmatch (Makefile.am): Likewise.
9212         * modules/argz (Makefile.am): Likewise.
9213         * modules/atexit (Makefile.am): Likewise.
9214         * modules/backupfile (Makefile.am): Likewise.
9215         * modules/byteswap (Makefile.am): Likewise.
9216         * modules/c-strtod (Makefile.am): Likewise.
9217         * modules/c-strtold (Makefile.am): Likewise.
9218         * modules/calloc (Makefile.am): Likewise.
9219         * modules/canon-host (Makefile.am): Likewise.
9220         * modules/canonicalize (Makefile.am): Likewise.
9221         * modules/chdir-long (Makefile.am): Likewise.
9222         * modules/chdir-safer (Makefile.am): Likewise.
9223         * modules/check-version (Makefile.am): Likewise.
9224         * modules/chown (Makefile.am): Likewise.
9225         * modules/cloexec (Makefile.am): Likewise.
9226         * modules/close-stream (Makefile.am): Likewise.
9227         * modules/closeout (Makefile.am): Likewise.
9228         * modules/crc (Makefile.am): Likewise.
9229         * modules/csharpexec (Makefile.am): Likewise.
9230         * modules/cycle-check (Makefile.am): Likewise.
9231         * modules/des (Makefile.am): Likewise.
9232         * modules/dev-ino (Makefile.am): Likewise.
9233         * modules/dirfd (Makefile.am): Likewise.
9234         * modules/dirname (Makefile.am): Likewise.
9235         * modules/dup2 (Makefile.am): Likewise.
9236         * modules/eealloc (Makefile.am): Likewise.
9237         * modules/error (Makefile.am): Likewise.
9238         * modules/euidaccess (Makefile.am): Likewise.
9239         * modules/exclude (Makefile.am): Likewise.
9240         * modules/exitfail (Makefile.am): Likewise.
9241         * modules/fcntl-safer (Makefile.am): Likewise.
9242         * modules/fcntl (Makefile.am): Likewise.
9243         * modules/file-type (Makefile.am): Likewise.
9244         * modules/fileblocks (Makefile.am): Likewise.
9245         * modules/filemode (Makefile.am): Likewise.
9246         * modules/filenamecat (Makefile.am): Likewise.
9247         * modules/fnmatch (Makefile.am): Likewise.
9248         * modules/fopen-safer (Makefile.am): Likewise.
9249         * modules/fpending (Makefile.am): Likewise.
9250         * modules/fprintftime (Makefile.am): Likewise.
9251         * modules/free (Makefile.am): Likewise.
9252         * modules/fsusage (Makefile.am): Likewise.
9253         * modules/ftruncate (Makefile.am): Likewise.
9254         * modules/fts (Makefile.am): Likewise.
9255         * modules/gc-arcfour (Makefile.am): Likewise.
9256         * modules/gc-des (Makefile.am): Likewise.
9257         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9258         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9259         * modules/gc-md4 (Makefile.am): Likewise.
9260         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9261         * modules/gc-sha1 (Makefile.am): Likewise.
9262         * modules/gc (Makefile.am): Likewise.
9263         * modules/getaddrinfo (Makefile.am): Likewise.
9264         * modules/getcwd (Makefile.am): Likewise.
9265         * modules/getdelim (Makefile.am): Likewise.
9266         * modules/getdomainname (Makefile.am): Likewise.
9267         * modules/getgroups (Makefile.am): Likewise.
9268         * modules/gethostname (Makefile.am): Likewise.
9269         * modules/gethrxtime (Makefile.am): Likewise.
9270         * modules/getline (Makefile.am): Likewise.
9271         * modules/getloadavg (Makefile.am): Likewise.
9272         * modules/getlogin_r (Makefile.am): Likewise.
9273         * modules/getndelim2 (Makefile.am): Likewise.
9274         * modules/getopt (Makefile.am): Likewise.
9275         * modules/getpagesize (Makefile.am): Likewise.
9276         * modules/getpass-gnu (Makefile.am): Likewise.
9277         * modules/getpass (Makefile.am): Likewise.
9278         * modules/getsubopt (Makefile.am): Likewise.
9279         * modules/gettime (Makefile.am): Likewise.
9280         * modules/gettimeofday (Makefile.am): Likewise.
9281         * modules/getugroups (Makefile.am): Likewise.
9282         * modules/getusershell (Makefile.am): Likewise.
9283         * modules/glob (Makefile.am): Likewise.
9284         * modules/group-member (Makefile.am): Likewise.
9285         * modules/hard-locale (Makefile.am): Likewise.
9286         * modules/hash (Makefile.am): Likewise.
9287         * modules/hmac-md5 (Makefile.am): Likewise.
9288         * modules/hmac-sha1 (Makefile.am): Likewise.
9289         * modules/human (Makefile.am): Likewise.
9290         * modules/idcache (Makefile.am): Likewise.
9291         * modules/imaxabs (Makefile.am): Likewise.
9292         * modules/imaxdiv (Makefile.am): Likewise.
9293         * modules/inet_ntop (Makefile.am): Likewise.
9294         * modules/inet_pton (Makefile.am): Likewise.
9295         * modules/intprops (Makefile.am): Likewise.
9296         * modules/inttostr (Makefile.am): Likewise.
9297         * modules/inttypes (Makefile.am): Likewise.
9298         * modules/isapipe (Makefile.am): Likewise.
9299         * modules/javaversion (Makefile.am): Likewise.
9300         * modules/lchmod (Makefile.am): Likewise.
9301         * modules/lchown (Makefile.am): Likewise.
9302         * modules/localcharset (Makefile.am): Likewise.
9303         * modules/long-options (Makefile.am): Likewise.
9304         * modules/lstat (Makefile.am): Likewise.
9305         * modules/malloc (Makefile.am): Likewise.
9306         * modules/mathl (Makefile.am): Likewise.
9307         * modules/mbchar (Makefile.am): Likewise.
9308         * modules/md2 (Makefile.am): Likewise.
9309         * modules/md4 (Makefile.am): Likewise.
9310         * modules/md5 (Makefile.am): Likewise.
9311         * modules/memcasecmp (Makefile.am): Likewise.
9312         * modules/memchr (Makefile.am): Likewise.
9313         * modules/memcmp (Makefile.am): Likewise.
9314         * modules/memcoll (Makefile.am): Likewise.
9315         * modules/memcpy (Makefile.am): Likewise.
9316         * modules/memmem (Makefile.am): Likewise.
9317         * modules/memmove (Makefile.am): Likewise.
9318         * modules/mempcpy (Makefile.am): Likewise.
9319         * modules/memrchr (Makefile.am): Likewise.
9320         * modules/memset (Makefile.am): Likewise.
9321         * modules/memxor (Makefile.am): Likewise.
9322         * modules/mkancesdirs (Makefile.am): Likewise.
9323         * modules/mkdir-p (Makefile.am): Likewise.
9324         * modules/mkdir (Makefile.am): Likewise.
9325         * modules/mkdtemp (Makefile.am): Likewise.
9326         * modules/mkstemp (Makefile.am): Likewise.
9327         * modules/mktime (Makefile.am): Likewise.
9328         * modules/modechange (Makefile.am): Likewise.
9329         * modules/mountlist (Makefile.am): Likewise.
9330         * modules/nanosleep (Makefile.am): Likewise.
9331         * modules/obstack (Makefile.am): Likewise.
9332         * modules/openat (Makefile.am): Likewise.
9333         * modules/pagealign_alloc (Makefile.am): Likewise.
9334         * modules/pathmax (Makefile.am): Likewise.
9335         * modules/physmem (Makefile.am): Likewise.
9336         * modules/poll (Makefile.am): Likewise.
9337         * modules/posixtm (Makefile.am): Likewise.
9338         * modules/posixver (Makefile.am): Likewise.
9339         * modules/putenv (Makefile.am): Likewise.
9340         * modules/quote (Makefile.am): Likewise.
9341         * modules/quotearg (Makefile.am): Likewise.
9342         * modules/raise (Makefile.am): Likewise.
9343         * modules/read-file (Makefile.am): Likewise.
9344         * modules/readline (Makefile.am): Likewise.
9345         * modules/readlink (Makefile.am): Likewise.
9346         * modules/readtokens (Makefile.am): Likewise.
9347         * modules/readutmp (Makefile.am): Likewise.
9348         * modules/realloc (Makefile.am): Likewise.
9349         * modules/regex (Makefile.am): Likewise.
9350         * modules/rename-dest-slash (Makefile.am): Likewise.
9351         * modules/rename (Makefile.am): Likewise.
9352         * modules/rijndael (Makefile.am): Likewise.
9353         * modules/rmdir (Makefile.am): Likewise.
9354         * modules/rpmatch (Makefile.am): Likewise.
9355         * modules/safe-read (Makefile.am): Likewise.
9356         * modules/safe-write (Makefile.am): Likewise.
9357         * modules/same-inode (Makefile.am): Likewise.
9358         * modules/same (Makefile.am): Likewise.
9359         * modules/save-cwd (Makefile.am): Likewise.
9360         * modules/savedir (Makefile.am): Likewise.
9361         * modules/setenv (Makefile.am): Likewise.
9362         * modules/settime (Makefile.am): Likewise.
9363         * modules/sha1 (Makefile.am): Likewise.
9364         * modules/sig2str (Makefile.am): Likewise.
9365         * modules/snprintf (Makefile.am): Likewise.
9366         * modules/stat-macros (Makefile.am): Likewise.
9367         * modules/stat-time (Makefile.am): Likewise.
9368         * modules/stdbool (Makefile.am): Likewise.
9369         * modules/stdint (Makefile.am): Likewise.
9370         * modules/stdlib-safer (Makefile.am): Likewise.
9371         * modules/stpcpy (Makefile.am): Likewise.
9372         * modules/stpncpy (Makefile.am): Likewise.
9373         * modules/strcase (Makefile.am): Likewise.
9374         * modules/strcasestr (Makefile.am): Likewise.
9375         * modules/strchrnul (Makefile.am): Likewise.
9376         * modules/strcspn (Makefile.am): Likewise.
9377         * modules/strdup (Makefile.am): Likewise.
9378         * modules/strerror (Makefile.am): Likewise.
9379         * modules/strftime (Makefile.am): Likewise.
9380         * modules/strndup (Makefile.am): Likewise.
9381         * modules/strnlen (Makefile.am): Likewise.
9382         * modules/strpbrk (Makefile.am): Likewise.
9383         * modules/strsep (Makefile.am): Likewise.
9384         * modules/strstr (Makefile.am): Likewise.
9385         * modules/strtod (Makefile.am): Likewise.
9386         * modules/strtoimax (Makefile.am): Likewise.
9387         * modules/strtok_r (Makefile.am): Likewise.
9388         * modules/strtol (Makefile.am): Likewise.
9389         * modules/strtoll (Makefile.am): Likewise.
9390         * modules/strtoul (Makefile.am): Likewise.
9391         * modules/strtoull (Makefile.am): Likewise.
9392         * modules/strtoumax (Makefile.am): Likewise.
9393         * modules/strverscmp (Makefile.am): Likewise.
9394         * modules/sys_socket (Makefile.am): Likewise.
9395         * modules/sys_stat (Makefile.am): Likewise.
9396         * modules/sysexits (Makefile.am): Likewise.
9397         * modules/time_r (Makefile.am): Likewise.
9398         * modules/timegm (Makefile.am): Likewise.
9399         * modules/timespec (Makefile.am): Likewise.
9400         * modules/tmpfile-safer (Makefile.am): Likewise.
9401         * modules/trim (Makefile.am): Likewise.
9402         * modules/unistd-safer (Makefile.am): Likewise.
9403         * modules/unlinkdir (Makefile.am): Likewise.
9404         * modules/unlocked-io (Makefile.am): Likewise.
9405         * modules/userspec (Makefile.am): Likewise.
9406         * modules/utime (Makefile.am): Likewise.
9407         * modules/utimecmp (Makefile.am): Likewise.
9408         * modules/utimens (Makefile.am): Likewise.
9409         * modules/vasnprintf (Makefile.am): Likewise.
9410         * modules/vasprintf (Makefile.am): Likewise.
9411         * modules/vsnprintf (Makefile.am): Likewise.
9412         * modules/xalloc (Makefile.am): Likewise.
9413         * modules/xgetcwd (Makefile.am): Likewise.
9414         * modules/xnanosleep (Makefile.am): Likewise.
9415         * modules/xreadlink (Makefile.am): Likewise.
9416         * modules/xstrtod (Makefile.am): Likewise.
9417         * modules/xstrtol (Makefile.am): Likewise.
9418         * modules/xstrtold (Makefile.am): Likewise.
9419         * modules/yesno (Makefile.am): Likewise.
9420         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9421
9422 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9423
9424         * modules/error (Makefile.am): Distribute files through
9425         EXTRA_DIST, not lib_SOURCES.
9426
9427 2006-10-12  Eric Blake  <ebb9@byu.net>
9428
9429         * modules/error (Makefile.am): Distribute files in /lib.
9430         * modules/obstack (Makefile.am): Likewise.
9431
9432 2006-10-12  Bruno Haible  <bruno@clisp.org>
9433
9434         * modules/acl (Makefile.am): Distribute all files in lib/ through
9435         EXTRA_DIST.
9436         * modules/arcfour (Makefile.am): Likewise.
9437         * modules/arctwo (Makefile.am): Likewise.
9438         * modules/argmatch (Makefile.am): Likewise.
9439         * modules/argz (Makefile.am): Likewise.
9440         * modules/atexit (Makefile.am): Likewise.
9441         * modules/backupfile (Makefile.am): Likewise.
9442         * modules/c-strtod (Makefile.am): Likewise.
9443         * modules/c-strtold (Makefile.am): Likewise.
9444         * modules/calloc (Makefile.am): Likewise.
9445         * modules/canon-host (Makefile.am): Likewise.
9446         * modules/canonicalize (Makefile.am): Likewise.
9447         * modules/chdir-long (Makefile.am): Likewise.
9448         * modules/chdir-safer (Makefile.am): Likewise.
9449         * modules/check-version (Makefile.am): Likewise.
9450         * modules/chown (Makefile.am): Likewise.
9451         * modules/cloexec (Makefile.am): Likewise.
9452         * modules/close-stream (Makefile.am): Likewise.
9453         * modules/closeout (Makefile.am): Likewise.
9454         * modules/crc (Makefile.am): Likewise.
9455         * modules/cycle-check (Makefile.am): Likewise.
9456         * modules/des (Makefile.am): Likewise.
9457         * modules/dirfd (Makefile.am): Likewise.
9458         * modules/dirname (Makefile.am): Likewise.
9459         * modules/dup2 (Makefile.am): Likewise.
9460         * modules/euidaccess (Makefile.am): Likewise.
9461         * modules/exclude (Makefile.am): Likewise.
9462         * modules/exitfail (Makefile.am): Likewise.
9463         * modules/fcntl-safer (Makefile.am): Likewise.
9464         * modules/file-type (Makefile.am): Likewise.
9465         * modules/fileblocks (Makefile.am): Likewise.
9466         * modules/filemode (Makefile.am): Likewise.
9467         * modules/filenamecat (Makefile.am): Likewise.
9468         * modules/fnmatch (Makefile.am): Likewise.
9469         * modules/fopen-safer (Makefile.am): Likewise.
9470         * modules/fpending (Makefile.am): Likewise.
9471         * modules/fprintftime (Makefile.am): Likewise.
9472         * modules/free (Makefile.am): Likewise.
9473         * modules/fsusage (Makefile.am): Likewise.
9474         * modules/ftruncate (Makefile.am): Likewise.
9475         * modules/fts (Makefile.am): Likewise.
9476         * modules/gc (Makefile.am): Likewise.
9477         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9478         * modules/getaddrinfo (Makefile.am): Likewise.
9479         * modules/getcwd (Makefile.am): Likewise.
9480         * modules/getdelim (Makefile.am): Likewise.
9481         * modules/getdomainname (Makefile.am): Likewise.
9482         * modules/getgroups (Makefile.am): Likewise.
9483         * modules/gethostname (Makefile.am): Likewise.
9484         * modules/gethrxtime (Makefile.am): Likewise.
9485         * modules/getline (Makefile.am): Likewise.
9486         * modules/getloadavg (Makefile.am): Likewise.
9487         * modules/getlogin_r (Makefile.am): Likewise.
9488         * modules/getopt (Makefile.am): Likewise.
9489         * modules/getpass (Makefile.am): Likewise.
9490         * modules/getpass-gnu (Makefile.am): Likewise.
9491         * modules/getsubopt (Makefile.am): Likewise.
9492         * modules/gettime (Makefile.am): Likewise.
9493         * modules/gettimeofday (Makefile.am): Likewise.
9494         * modules/getugroups (Makefile.am): Likewise.
9495         * modules/getusershell (Makefile.am): Likewise.
9496         * modules/glob (Makefile.am): Likewise.
9497         * modules/group-member (Makefile.am): Likewise.
9498         * modules/hard-locale (Makefile.am): Likewise.
9499         * modules/hash (Makefile.am): Likewise.
9500         * modules/hmac-md5 (Makefile.am): Likewise.
9501         * modules/hmac-sha1 (Makefile.am): Likewise.
9502         * modules/human (Makefile.am): Likewise.
9503         * modules/idcache (Makefile.am): Likewise.
9504         * modules/imaxabs (Makefile.am): Likewise.
9505         * modules/imaxdiv (Makefile.am): Likewise.
9506         * modules/inet_ntop (Makefile.am): Likewise.
9507         * modules/inet_pton (Makefile.am): Likewise.
9508         * modules/inttostr (Makefile.am): Likewise.
9509         * modules/isapipe (Makefile.am): Likewise.
9510         * modules/lchown (Makefile.am): Likewise.
9511         * modules/long-options (Makefile.am): Likewise.
9512         * modules/lstat (Makefile.am): Likewise.
9513         * modules/malloc (Makefile.am): Likewise.
9514         * modules/mathl (Makefile.am): Likewise.
9515         * modules/mbchar (Makefile.am): Likewise.
9516         * modules/md2 (Makefile.am): Likewise.
9517         * modules/md4 (Makefile.am): Likewise.
9518         * modules/md5 (Makefile.am): Likewise.
9519         * modules/memcasecmp (Makefile.am): Likewise.
9520         * modules/memchr (Makefile.am): Likewise.
9521         * modules/memcmp (Makefile.am): Likewise.
9522         * modules/memcoll (Makefile.am): Likewise.
9523         * modules/memcpy (Makefile.am): Likewise.
9524         * modules/memmem (Makefile.am): Likewise.
9525         * modules/memmove (Makefile.am): Likewise.
9526         * modules/mempcpy (Makefile.am): Likewise.
9527         * modules/memrchr (Makefile.am): Likewise.
9528         * modules/memset (Makefile.am): Likewise.
9529         * modules/memxor (Makefile.am): Likewise.
9530         * modules/mkancesdirs (Makefile.am): Likewise.
9531         * modules/mkdir (Makefile.am): Likewise.
9532         * modules/mkdir-p (Makefile.am): Likewise.
9533         * modules/mkdtemp (Makefile.am): Likewise.
9534         * modules/mkstemp (Makefile.am): Likewise.
9535         * modules/mktime (Makefile.am): Likewise.
9536         * modules/modechange (Makefile.am): Likewise.
9537         * modules/mountlist (Makefile.am): Likewise.
9538         * modules/nanosleep (Makefile.am): Likewise.
9539         * modules/openat (Makefile.am): Likewise.
9540         * modules/pagealign_alloc (Makefile.am): Likewise.
9541         * modules/physmem (Makefile.am): Likewise.
9542         * modules/poll (Makefile.am): Likewise.
9543         * modules/posixtm (Makefile.am): Likewise.
9544         * modules/posixver (Makefile.am): Likewise.
9545         * modules/putenv (Makefile.am): Likewise.
9546         * modules/quote (Makefile.am): Likewise.
9547         * modules/quotearg (Makefile.am): Likewise.
9548         * modules/raise (Makefile.am): Likewise.
9549         * modules/read-file (Makefile.am): Likewise.
9550         * modules/readline (Makefile.am): Likewise.
9551         * modules/readlink (Makefile.am): Likewise.
9552         * modules/readtokens (Makefile.am): Likewise.
9553         * modules/readutmp (Makefile.am): Likewise.
9554         * modules/realloc (Makefile.am): Likewise.
9555         * modules/regex (Makefile.am): Likewise.
9556         * modules/rename (Makefile.am): Likewise.
9557         * modules/rename-dest-slash (Makefile.am): Likewise.
9558         * modules/rijndael (Makefile.am): Likewise.
9559         * modules/rmdir (Makefile.am): Likewise.
9560         * modules/rpmatch (Makefile.am): Likewise.
9561         * modules/safe-read (Makefile.am): Likewise.
9562         * modules/safe-write (Makefile.am): Likewise.
9563         * modules/same (Makefile.am): Likewise.
9564         * modules/save-cwd (Makefile.am): Likewise.
9565         * modules/savedir (Makefile.am): Likewise.
9566         * modules/setenv (Makefile.am): Likewise.
9567         * modules/settime (Makefile.am): Likewise.
9568         * modules/sha1 (Makefile.am): Likewise.
9569         * modules/sig2str (Makefile.am): Likewise.
9570         * modules/snprintf (Makefile.am): Likewise.
9571         * modules/stdlib-safer (Makefile.am): Likewise.
9572         * modules/stpcpy (Makefile.am): Likewise.
9573         * modules/stpncpy (Makefile.am): Likewise.
9574         * modules/strcase (Makefile.am): Likewise.
9575         * modules/strcasestr (Makefile.am): Likewise.
9576         * modules/strchrnul (Makefile.am): Likewise.
9577         * modules/strcspn (Makefile.am): Likewise.
9578         * modules/strdup (Makefile.am): Likewise.
9579         * modules/strerror (Makefile.am): Likewise.
9580         * modules/strftime (Makefile.am): Likewise.
9581         * modules/strndup (Makefile.am): Likewise.
9582         * modules/strnlen (Makefile.am): Likewise.
9583         * modules/strpbrk (Makefile.am): Likewise.
9584         * modules/strsep (Makefile.am): Likewise.
9585         * modules/strstr (Makefile.am): Likewise.
9586         * modules/strtod (Makefile.am): Likewise.
9587         * modules/strtoimax (Makefile.am): Likewise.
9588         * modules/strtok_r (Makefile.am): Likewise.
9589         * modules/strtol (Makefile.am): Likewise.
9590         * modules/strtoll (Makefile.am): Likewise.
9591         * modules/strtoul (Makefile.am): Likewise.
9592         * modules/strtoull (Makefile.am): Likewise.
9593         * modules/strtoumax (Makefile.am): Likewise.
9594         * modules/strverscmp (Makefile.am): Likewise.
9595         * modules/time_r (Makefile.am): Likewise.
9596         * modules/timegm (Makefile.am): Likewise.
9597         * modules/tmpfile-safer (Makefile.am): Likewise.
9598         * modules/unistd-safer (Makefile.am): Likewise.
9599         * modules/unlinkdir (Makefile.am): Likewise.
9600         * modules/userspec (Makefile.am): Likewise.
9601         * modules/utime (Makefile.am): Likewise.
9602         * modules/utimecmp (Makefile.am): Likewise.
9603         * modules/utimens (Makefile.am): Likewise.
9604         * modules/vasnprintf (Makefile.am): Likewise.
9605         * modules/vasprintf (Makefile.am): Likewise.
9606         * modules/vsnprintf (Makefile.am): Likewise.
9607         * modules/xalloc (Makefile.am): Likewise.
9608         * modules/xgetcwd (Makefile.am): Likewise.
9609         * modules/xnanosleep (Makefile.am): Likewise.
9610         * modules/xreadlink (Makefile.am): Likewise.
9611         * modules/xstrtod (Makefile.am): Likewise.
9612         * modules/xstrtol (Makefile.am): Likewise.
9613         * modules/xstrtold (Makefile.am): Likewise.
9614         * modules/yesno (Makefile.am): Likewise.
9615
9616 2006-10-12  Jim Meyering  <jim@meyering.net>
9617
9618         * m4/getloadavg.m4: Revert the change below.
9619
9620         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9621         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9622         fail with a symlink, which is what coreutils' ./bootstrap now
9623         creates by default.
9624
9625 2006-10-12  Bruno Haible  <bruno@clisp.org>
9626
9627         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9628         mingw.
9629         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9630         MSVC and mingw explicitly.
9631
9632 2006-10-11  Simon Josefsson  <jas@extundo.com>
9633             Bruno Haible  <bruno@clisp.org>
9634
9635         Add support for multiple gnulib-tool invocations in the scope of a
9636         single configure.ac file.
9637         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9638         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9639         with the same contents as the _LIBADD variable.
9640         (func_emit_initmacro_start, func_emit_initmacro_end,
9641         func_emit_initmacro_done): New functions.
9642         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9643         gl_LIBOBJS and gl_LTLIBOBJS.
9644
9645 2006-10-11  Bruno Haible  <bruno@clisp.org>
9646
9647         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9648         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9649         autoreconf. Instead, invoke autopoint explicitly but move back the
9650         *.m4 files from gnulib.
9651
9652 2006-10-11  Bruno Haible  <bruno@clisp.org>
9653
9654         * gnulib-tool (func_usage): Make module names after --create-testdir
9655         optional.
9656         (func_create_testdir): If no module was specified, use nearly all
9657         modules.
9658
9659 2006-10-12  Jim Meyering  <jim@meyering.net>
9660
9661         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9662         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9663         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9664         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9665         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9666         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9667         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9668         (fts_set_stat_required): New function.
9669         (fts_open): Defer the calls to fts_stat, if possible or requested.
9670         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9671         into fts_stat itself.
9672         (fts_read): Perform any required (deferred) fts_stat call.
9673         (fts_build): Likewise, for the directory we're about to open and read.
9674         In the readdir loop, carefully decide whether each entry will require
9675         an eventual call to fts_stat, using dirent.d_type info if available.
9676         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9677         a command line argument into this function.  Update all callers.
9678         Map a return value of FTS_DOT to FTS_D for a command line argument.
9679         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9680         Thanks to Miklos Szeredi for his tenacity and for the initial
9681         bug report about "find" failing on a FUSE-based file system.
9682
9683         * lib/fts.c (fts_open): Use consistent indentation.
9684
9685 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9686
9687         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9688         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9689         reported by Jim Meyering.  All uses of cache variables renamed
9690         to match Autoconf's.
9691         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9692         the other one.
9693
9694         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9695         Fix misspelling in diagnostic.
9696
9697 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9698
9699         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9700         defined.  Problem reported by Matthew Woehlke.
9701
9702         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9703         Add support for Tandem NonStop R series.
9704         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9705         Use new macro.
9706
9707         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9708         (has_trailing_slash): Omit size arg; all callers changed.
9709         Omit 'inline', since it doesn't help performance and we'd
9710         need to configure it.
9711         Don't count //, ///, etc. as having a trailing slash.
9712         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9713         (rpl_rename_dest_slash): On failure, use rename's errno rather
9714         than (in some cases) an incorrect or junk errno.
9715         Simplify code by removing need to compute length; this does
9716         cause it to make two passes instead of one over the file name,
9717         but it's worth it.
9718
9719         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9720         change, since Autoconf's version may no longer be appropriate now
9721         that we are using CVS Autoconf's version.  Add support for Tandem.
9722
9723 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9724             Bruno Haible  <bruno@clisp.org>
9725
9726         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9727         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9728         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9729         gl_AC_TYPE_LONG_LONG.
9730
9731         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9732         instead of HAVE_LONG_LONG.
9733         * lib/printf-args.c (printf_fetchargs): Likewise.
9734         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9735         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9736         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9737         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9738         gl_AC_TYPE_LONG_LONG.
9739
9740 2006-10-11  Bruno Haible  <bruno@clisp.org>
9741
9742         * m4/longlong.m4: Add comments.
9743         * m4/ulonglong.m4: Likewise.
9744
9745 2006-10-10  Bruno Haible  <bruno@clisp.org>
9746
9747         Make it possible to #define stpcpy, strdup to aliases.
9748         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9749         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9750
9751 2006-10-10  Bruno Haible  <bruno@clisp.org>
9752
9753         Make it possible to #define gcd to an alias.
9754         * lib/gcd.c: Include config.h.
9755
9756 2006-10-10  Bruno Haible  <bruno@clisp.org>
9757
9758         Make it possible to #define c_isascii to an alias.
9759         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9760         defined. Undefine the macros before defining them, to avoid gcc
9761         warnings.
9762         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9763         define NO_C_CTYPE_MACROS early.
9764
9765 2006-10-10  Bruno Haible  <bruno@clisp.org>
9766
9767         Make it possible to #define set_program_name to an alias.
9768         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9769         ENABLE_RELOCATABLE early.
9770
9771 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9772
9773         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9774         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9775         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9776         More generally, don't assume that 64-bit signed int is available
9777         if unsigned int is, and vice versa.
9778         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9779         unsigned symbols, not on their signed counterparts.
9780         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9781         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9782         (UINT64_C, UINTMAX_C):
9783         Likewise.
9784         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9785         unsigned counterparts.
9786         (Have_long_long, Unsigned): New macros.
9787         (Int): Renamed from INT.
9788         (strtoimax): Use the new macros.
9789         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9790         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9791         * modules/inttypes (inttypes.h): Substitute
9792         HAVE_UNSIGNED_LONG_LONG_INT.
9793         * modules/stdint (stdint.h): Likewise.
9794         (Files): Add m4/ulonglong.m4.
9795
9796 2006-10-10  Bruno Haible  <bruno@clisp.org>
9797
9798         Fix a gcc -Wshadow warning.
9799         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9800         to 'bucket'.
9801         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9802         gl_linked_indexof_from_to): Likewise.
9803         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9804         Likewise.
9805         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9806         Likewise.
9807         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9808         Reported by Eric Blake.
9809
9810 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9811
9812         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9813         for NetBSD.  Problem reported by Bruno Haible.
9814
9815 2006-10-09  Jim Meyering  <jim@meyering.net>
9816
9817         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9818         Patch from Bruno Haible.
9819
9820 2006-10-09  Jim Meyering  <jim@meyering.net>
9821
9822         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9823         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9824         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9825
9826 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9827
9828         Don't include <config.h> twice; this doesn't work in some cases,
9829         e.g., when config.h has "#define intmax_t long long int" and
9830         we include <config.h>, <inttypes.h>, <config.h> in that order.
9831         Problem reported by Matthew Woehlke in:
9832         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9833         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9834         * lib/fts-cycle.c: Don't include config.h.
9835         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9836         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9837         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9838         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9839         inttypes.h.
9840         * lib/xstrtoumax.c: Likewise.
9841         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9842         __strtol and the like, so that this module is more like its siblings.
9843         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9844         Remove; no longer needed now that we assume gnulib inttypes.h.
9845
9846 2006-10-08  Bruno Haible  <bruno@clisp.org>
9847
9848         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9849         option.
9850
9851 2006-10-07  Jim Meyering  <jim@meyering.net>
9852
9853         * modules/inttypes (inttypes.h): Revert what seems to have been
9854         an inadvertent part of today's change: use "|", not "/" in the
9855         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9856
9857 2006-10-07  Bruno Haible  <bruno@clisp.org>
9858
9859         * modules/sublist: New file.
9860
9861 2006-10-07  Bruno Haible  <bruno@clisp.org>
9862
9863         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9864         * modules/argz (argz.h): Likewise.
9865         * modules/arpa_inet (arpa/inet.h): Likewise.
9866         * modules/byteswap (byteswap.h): Likewise.
9867         * modules/configmake (configmake.h): Likewise.
9868         * modules/fcntl (fcntl.h): Likewise.
9869         * modules/fnmatch (fnmatch.h): Likewise.
9870         * modules/getopt (getopt.h): Likewise.
9871         * modules/glob (glob.h): Likewise.
9872         * modules/inttypes (inttypes.h): Likewise.
9873         * modules/netinet_in (netinet/in.h): Likewise.
9874         * modules/poll (poll.h): Likewise.
9875         * modules/stdbool (stdbool.h): Likewise.
9876         * modules/stdint (stdint.h): Likewise.
9877         * modules/sys_select (sys/select.h): Likewise.
9878         * modules/sys_socket (sys/socket.h): Likewise.
9879         * modules/sys_stat (sys/stat.h): Likewise.
9880         * modules/sysexits (sysexits.h): Likewise.
9881         * modules/unistd (unistd.h): Likewise.
9882         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9883         Add a "DO NOT EDIT" comment to the generated file.
9884         (func_import): Likewise for gnulib-comp.m4.
9885
9886 2006-10-07  Bruno Haible  <bruno@clisp.org>
9887
9888         * lib/gl_sublist.h: New file.
9889         * lib/gl_sublist.c: New file.
9890
9891 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9892
9893         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9894         name (relative to the original working directory) and the file
9895         name component (relative to the temporary working directory).  All
9896         callers changed.
9897         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9898         * lib/mkdir-p.c (make_dir_parents): Likewise.
9899         * lib/mkdir-p.h (make_dir_parents): Likewise.
9900
9901 2006-10-06  Eric Blake  <ebb9@byu.net>
9902
9903         Define several macros for use by the clean-temp module.
9904         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9905         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9906         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9907
9908         * lib/clean-temp.h (close_stream_temp): New declaration.
9909         * lib/clean-temp.c (includes): Pull in headers according to what
9910         other modules are in use.
9911         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9912
9913 2006-10-06  Bruno Haible  <bruno@clisp.org>
9914
9915         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9916         instead of fopen, fwriteerror.
9917
9918 2006-10-06  Bruno Haible  <bruno@clisp.org>
9919
9920         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9921         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9922         int.
9923         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9924         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9925         Return an error indicator.
9926         Suggested by Eric Blake.
9927
9928 2006-10-06  Bruno Haible  <bruno@clisp.org>
9929
9930         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9931         Reported by Eric Blake.
9932
9933 2006-10-06  Bruno Haible  <bruno@clisp.org>
9934
9935         * modules/closeout (Description): Mention stderr too.
9936
9937 2006-10-06  Bruno Haible  <bruno@clisp.org>
9938         and Paul Eggert  <eggert@cs.ucla.edu>
9939
9940         * lib/closeout.c (close_stdout): Also close stderr.
9941         * lib/closeout.h: Update comment.
9942
9943 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9944
9945         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9946         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9947         * lib/dirchownmod.c: Include lchown.h.
9948         * lib/lchown.c: Don't include files that lchown.h now includes.
9949         Don't declare chown, since lchown.h now does that.
9950         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9951         (lchown): Define to rpl_chown if lchown is declared but
9952         does not exist.  Declare using a prototype if lchown is not
9953         declared.  Add a copyright notice.
9954         * lib/mkstemp.h: Include <unistd.h>.
9955         * lib/openat.c: Include lchown.h.
9956
9957         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9958         we now test for that separately.
9959         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9960         rather than O_NOFOLLOW, when testing whether it's possible to
9961         avoid a race condition reliably.
9962         * lib/savewd.c (savewd_chdir): Likewise.
9963
9964         Remove macros that are no longer needed now that stdint.h is
9965         reliable.
9966         * lib/fsusage.c (UINTMAX_MAX): Remove.
9967         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9968         * lib/utimecmp.c (SIZE_MAX): Remove.
9969
9970         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9971
9972         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9973         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9974         O_NOATIME works.
9975
9976 2006-10-05  Bruno Haible  <bruno@clisp.org>
9977
9978         * lib/gl_list.h (gl_sortedlist_search_from_to,
9979         gl_sortedlist_indexof_from_to): New declarations.
9980         (gl_list_implementation): New fields sortedlist_search_from_to,
9981         sortedlist_indexof_from_to.
9982         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9983         inline functions.
9984         * lib/gl_list.c (gl_sortedlist_search_from_to,
9985         gl_sortedlist_indexof_from_to): New functions.
9986         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9987         function.
9988         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9989         (gl_array_sortedlist_search_from_to): New function.
9990         (gl_array_list_implementation): Update.
9991         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9992         function.
9993         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9994         (gl_carray_sortedlist_search_from_to): New function.
9995         (gl_carray_list_implementation): Update.
9996         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9997         gl_linked_sortedlist_indexof_from_to): New functions.
9998         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9999         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10000         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10001         gl_tree_sortedlist_indexof_from_to): New functions.
10002         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10003         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10004         Update.
10005         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10006         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10007         Update.
10008
10009 2006-10-05  Bruno Haible  <bruno@clisp.org>
10010
10011         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10012         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10013         (struct gl_list_implementation): Add fields search_from_to,
10014         indexof_from_to. Remove fields search, indexof.
10015         (gl_list_search): Use the search_from_to method.
10016         (gl_list_search_from, gl_list_search_from_to): New functions.
10017         (gl_list_indexof): Use the indexof_from_to method.
10018         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10019         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10020         (gl_list_search_from, gl_list_search_from_to): New functions.
10021         (gl_list_indexof): Use the indexof_from_to method.
10022         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10023         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10024         gl_array_indexof. Add start_index, end_index arguments.
10025         (gl_array_search_from_to): Renamed from gl_array_search. Add
10026         start_index, end_index arguments.
10027         (gl_array_remove, gl_array_list_implementation): Update.
10028         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10029         gl_carray_indexof. Add start_index, end_index arguments.
10030         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10031         start_index, end_index arguments.
10032         (gl_carray_remove, gl_carray_list_implementation): Update.
10033         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10034         gl_linked_search. Add start_index, end_index arguments.
10035         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10036         start_index, end_index arguments.
10037         (gl_linked_remove): Update.
10038         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10039         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10040         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10041         field to 'size_t'.
10042         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10043         gl_tree_search. Add start_index, end_index arguments.
10044         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10045         start_index, end_index arguments.
10046         (gl_tree_remove): Update.
10047         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10048         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10049         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10050         function.
10051         * lib/gl_anytreehash_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         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10056         Update.
10057         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10058
10059 2006-10-05  Bruno Haible  <bruno@clisp.org>
10060
10061         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10062
10063         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10064         fwriteerror_temp): New declarations.
10065         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10066         (descriptors): New variable.
10067         (cleanup): First, close the descriptors.
10068         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10069         fclose_temp, fwriteerror_temp): New functions.
10070
10071 2006-10-04  Jim Meyering  <jim@meyering.net>
10072
10073         * lib/fts.c (fts_open): Tiny comment change.
10074
10075 2006-10-04  Bruno Haible  <bruno@clisp.org>
10076
10077         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10078         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10079         gl_LOCK_BODY.
10080         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10081         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10082         gl_LOCK_EARLY_BODY.
10083         (gl_LOCK): Require gl_LOCK_BODY.
10084
10085 2006-10-04  Bruno Haible  <bruno@clisp.org>
10086
10087         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10088         (gl_oset_search_atleast): New declaration.
10089         (struct gl_oset_implementation): Add field 'search_atleast'.
10090         (gl_oset_search_atleast): New inline function.
10091         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10092         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10093         (gl_array_oset_implementation): Update.
10094         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10095         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10096         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10097
10098 2006-10-04  Bruno Haible  <bruno@clisp.org>
10099
10100         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10101
10102 2006-10-03  Bruno Haible  <bruno@clisp.org>
10103
10104         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10105         from gl_avltreehash_list_implementation.
10106
10107 2006-10-03  Bruno Haible  <bruno@clisp.org>
10108
10109         * lib/gl_oset.c (gl_oset_add): Fix return type.
10110
10111 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10112
10113         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10114
10115 2006-10-02  Eric Blake  <ebb9@byu.net>
10116
10117         * modules/strnlen (Depends-on): Add extensions.
10118
10119 2006-10-02  Eric Blake  <ebb9@byu.net>
10120
10121         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10122         definition in 2.60+.
10123
10124 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10125
10126         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10127         checks.
10128
10129 2006-10-02  Bruno Haible  <bruno@clisp.org>
10130
10131         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10132         to the AUTOMAKE_OPTIONS.
10133         Reported by Jim Meyering.
10134
10135 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10136
10137         Work around bug in Solaris 10 /proc file system:
10138         /proc/self/fd/NNN/.. isn't the parent directory of
10139         the directory whose file descriptor is NNN.  This needs to
10140         be worked around at run time, not compile time, since a
10141         program might be built on Solaris 8, where things work, and
10142         run on Solaris 10.
10143         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10144         to use the following interface instead:
10145         (OPENAT_BUFFER_SIZE): New macro.
10146         (openat_proc_name): New function.
10147         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10148         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10149         Likewise.
10150         * lib/openat-proc.c: New file.
10151         * modules/openat (Files): Add lib/openat-proc.c.
10152         (Depends-on): Add same-inode, stdbool.
10153         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10154
10155 2006-09-29  Bruno Haible  <bruno@clisp.org>
10156
10157         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10158         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10159         argument. Set stdout_closed before testing for ferror, not after.
10160         (fwriteerror, fwriteerror_no_ebadf): New functions.
10161
10162 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10163
10164         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10165
10166 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10167
10168         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10169         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10170
10171 2006-09-28  Jim Meyering  <jim@meyering.net>
10172
10173         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10174         Include <unistd.h>.
10175
10176 2006-09-28  Bruno Haible  <bruno@clisp.org>
10177
10178         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10179         * modules/linkedhash-list (Depends-on): Likewise.
10180         * modules/rbtreehash-list (Depends-on): Likewise.
10181
10182 2006-09-28  Bruno Haible  <bruno@clisp.org>
10183
10184         * lib/strndup.h: Simplify the redefinition of strndup.
10185         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10186         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10187
10188 2006-09-28  Bruno Haible  <bruno@clisp.org>
10189
10190         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10191         * lib/gl_linkedhash_list.c: Likewise.
10192         * lib/gl_rbtreehash_list.c: Likewise.
10193
10194 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10195
10196         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10197         getaddrinfo.
10198
10199         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10200         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10201         it causes <stdio_ext.h> to cause a compile-time error.
10202         Problem reported by Nelson H. F. Beebe.
10203         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10204         of HAVE_DECL___PENDING.
10205
10206         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10207         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10208         declaration.
10209
10210 2006-09-27  Jim Meyering  <jim@meyering.net>
10211
10212         This file could end up with a definition for a function
10213         named __strndup, rather than rpl_strndup on a system with
10214         incomplete weak_alias support.
10215         * lib/strndup.c (strndup): Rename from __strndup.
10216         Remove #defines that used to map __strndup to strndup.
10217         Don't use K&R prototypes.
10218         Remove LIBC-related code, since this file is not sync'd with glibc.
10219         * lib/strndup.h: Revamp, accordingly.
10220         * m4/strndup.m4: Modernize.
10221
10222 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10223
10224         * modules/savewd (Depends-on): Add 'raise'.
10225         * lib/savewd.c: Include <signal.h>, for 'raise'.
10226
10227 2006-09-26  Jim Meyering  <jim@meyering.net>
10228
10229         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10230         when we detect Darwin 8.7.0's acl_get_file bug.
10231         Rearrange to perform the new (below) run-test while $LIBS
10232         contains any acl-related library.  Set USE_ACL at the end.
10233         (gl_ACL_GET_FILE): New function.
10234
10235 2006-09-26  Eric Blake  <ebb9@byu.net>
10236
10237         * lib/verror.c: Include <config.h> unconditionally.
10238
10239 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10240
10241         * modules/clock-time (Maintainer): Add self.
10242         * modules/getlogin_r (Depends-on): Add extensions.
10243
10244 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10245
10246         * modules/clock-time: New module.
10247         * modules/nanosleep (Depends-on): Add clock-time.
10248         * modules/gethrxtime (Depends-on): Likewise.
10249         * modules/gettime (Depends-on): Likewise.
10250         * modules/settime (Depends-on): Likewise.
10251
10252         * modules/fts-lgpl: Depend on openat.
10253         * modules/mkancesdirs: Depend on savewd.
10254         * modules/mkdir-p: Likewise.
10255
10256 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10257
10258         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10259
10260         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10261         `gl_have_arbitrary_file_name_length_limit' to
10262         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10263         actually works between configure runs.
10264
10265 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10266             Bruno Haible  <bruno@clisp.org>
10267
10268         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10269
10270 2006-09-25  Jim Meyering  <jim@meyering.net>
10271
10272         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10273         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10274
10275 2006-09-25  Eric Blake  <ebb9@byu.net>
10276
10277         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10278         exec's in 2006-09-18 patch when shuffling fds.
10279
10280 2006-09-25  Bruno Haible  <bruno@clisp.org>
10281
10282         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10283         Reported by Jim Meyering.
10284
10285 2006-09-24  Jim Meyering  <jim@meyering.net>
10286
10287         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10288         compare a pointer against a literal "0".  That caused failures with
10289         at least HP-UX's hpcc.
10290
10291 2006-09-22  Simon Josefsson  <jas@extundo.com>
10292
10293         * modules/gc-sha1:
10294         * modules/gc-md4:
10295         * modules/gc-hmac-sha1:
10296         * modules/gc-hmac-md5:
10297         * modules/gc-des:
10298         * modules/gc-arcfour: Distribute more files.
10299
10300 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10301
10302         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10303         (gl_linked_iterator_from_to): Initialize struct completely.
10304         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10305         (gl_tree_iterator_from_to): Likewise
10306         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10307         * lib/gl_array_list.c [lint] (gl_array_iterator)
10308         (gl_array_iterator_from_to): Likewise.
10309         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10310         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10311         (gl_carray_iterator_from_to): Likewise.
10312
10313         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10314         * lib/md4.c (md4_process_block): Remove unused variable.
10315         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10316         parentheses for clarity.
10317
10318 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10319
10320         * modules/bison-i18n (Depends-on): Add gettext.
10321
10322 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10323
10324         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10325         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10326         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10327         also add missing comma that caused broken test.
10328         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10329         stdlib.h, for `abort'.
10330         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10331         variables.
10332         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10333         include unistd.h if present, for `rmdir'.
10334         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10335         variables.
10336         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10337         in the process include standard headers for prototypes.
10338         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10339         gets declared on GNU/Linux.
10340         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10341         unistd.h, for `rmdir'.
10342         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10343
10344         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10345         always true.
10346         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10347
10348         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10349
10350 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10351
10352         * gnulib-tool (func_version): Create output all at once.  This
10353         may help avoid triggering unnecessary SIGPIPEs, and at any
10354         rate it doesn't hurt.
10355
10356 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10357             Bruno Haible  <bruno@clisp.org>
10358
10359         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10360         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10361         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10362
10363         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10364         (gl_FUNC_VASPRINTF): Invoke it.
10365
10366 2006-09-22  Bruno Haible  <bruno@clisp.org>
10367
10368         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10369         getloadavg.c as first argument.
10370
10371 2006-09-22  Bruno Haible  <bruno@clisp.org>
10372
10373         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10374         at the beginning of the gl_INIT macro.
10375         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10376         gl_GETLOADAVG.
10377
10378 2006-09-22  Bruno Haible  <bruno@clisp.org>
10379
10380         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10381         module.
10382         Suggested by Ralf Wildenhues.
10383
10384 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10385
10386         Import this patch from libc:
10387
10388         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10389
10390         * lib/regex_internal.c (re_string_reconstruct): Handle
10391         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10392         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10393         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10394         re_string_context_at.
10395
10396         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10397         now requires it.
10398         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10399         gl_REGEX now does it for us.
10400         (gl_REGEX): Add test taken from
10401         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10402
10403         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10404         Check that large offsets work.  Modernize Autoconf usages.
10405         Prefer "yes" to mean a good thing rather than a bad.
10406         Don't put "#define mkstemp" in config.h, as this might interfere
10407         with standard system headers that "#define mkstemp mkstemp64".
10408
10409         * modules/mkstemp (Depends-on): Add extensions, so that
10410         mkstemp is visible on some platforms.
10411         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10412         (Include): Change to "mkstemp.h" from <stdlib.h>.
10413         (Files): Add mkstemp.h.
10414
10415         * lib/mkstemp.h: New file, since some standard headers
10416         #define mkstemp.
10417         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10418         Include "mkstemp.h".
10419         Make the _LIBC code resemble glibc original more,
10420         e.g., use K&R style.
10421         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10422         (mkstemp): Remove, since mkstemp.h does this for us.
10423         * lib/stdlib--.h: Include mkstemp.h.
10424
10425         Import this patch from libc:
10426
10427         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10428
10429         * lib/tempname.c (__gen_tempname): Change attempts_min
10430         into a macro.  Use preprocessor to decide how to initialize
10431         attempts [Coverity CID 67].
10432
10433 2006-09-20  Bruno Haible  <bruno@clisp.org>
10434
10435         * lib/mkdtemp.c: Import from libc.
10436         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10437                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10438                 attempts_min into a macro.  Use preprocessor to decide how to
10439                 initialize attempts [Coverity CID 67].
10440         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10441                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10442                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10443
10444 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10445
10446         * gnulib-tool (func_exit): New function, to allow to pass the
10447         exit status portably through the trap.  Use everywhere.
10448         (--help, --version): Signal a write error.
10449         (trap): catch SIGPIPE, for write errors.
10450         Exit at the end of the trap, with the correct exit status.
10451
10452 2006-09-19  Karl Berry  <karl@gnu.org>
10453
10454         * doc/gnulib.texi: note about the license texinfo files.
10455
10456 2006-09-19  Eric Blake  <ebb9@byu.net>
10457
10458         * gnulib-tool: Avoid space-tab.
10459
10460 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10461
10462         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10463         that prevented coreutils 6.1 from building.  Problem reported
10464         by Petter Reinholdtsen.
10465
10466 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10467
10468         * gnulib-tool (avoidlist): Fix typo that broke options like
10469         --avoid=lock that are used by coreutils bootstrap.
10470
10471 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10472
10473         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10474         more systematically.
10475
10476 2006-09-18  Jim Meyering  <jim@meyering.net>
10477
10478         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10479
10480 2006-09-18  Bruno Haible  <bruno@clisp.org>
10481
10482         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10483
10484 2006-09-18  Bruno Haible  <bruno@clisp.org>
10485
10486         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10487         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10488         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10489         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10490         * m4/gettext.m4: Require autoconf >= 2.52.
10491         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10492         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10493         of gl_cv_header_inttypes_h.
10494
10495 2006-09-18  Bruno Haible  <bruno@clisp.org>
10496
10497         * lib/javaversion.c: Include configmake.h.
10498
10499 2006-09-18  Bruno Haible  <bruno@clisp.org>
10500
10501         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10502         avoid that the while loops be executed in a subshell.
10503
10504 2006-09-18  Bruno Haible  <bruno@clisp.org>
10505
10506         * MODULES.html.sh (func_module): Break long lines.
10507         Suggested by Bruce Korb <bkorb@gnu.org>.
10508
10509 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10510
10511         Speed up by a factor of 1.12.
10512         * gnulib-tool (nl): New variable.
10513         (func_import): Rewrite include directive extraction to only read each
10514         directive once.
10515
10516 2006-09-17  Bruno Haible  <bruno@clisp.org>
10517
10518         * modules/javaversion (Makefile.am): Remove DEFS setting.
10519         (Depends-on): Add configmake, for PKGDATADIR definition.
10520
10521 2006-09-17  Bruno Haible  <bruno@clisp.org>
10522
10523         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10524
10525 2006-09-17  Bruno Haible  <bruno@clisp.org>
10526
10527         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10528         (func_modules_transitive_closure, func_modules_add_dummy,
10529         func_modules_to_filelist, func_import, func_create_testdir,
10530         func_create_megatestdir, ...): Use it wherever possible.
10531         Suggested by Ralf Wildenhues.
10532
10533 2006-09-16  Karl Berry  <karl@gnu.org>
10534
10535         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10536         to avoid sectioning errors.
10537         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10538         [ifinfo]: blank line after @center-ed titles.
10539         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10540         Spell FSF address consistently with others.
10541         (These changes approved by rms.)
10542
10543 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10544
10545         Speed up by a factor of 1.61.
10546         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10547         already checked module names again.
10548
10549 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10550
10551         Speed up by a factor of 1.13.
10552         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10553         for new_files, and the input to func_add_or_update.
10554
10555 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10556
10557         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10558         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10559
10560 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10561
10562         * modules/mkancesdirs (Depends-on): Add fcntl.
10563         * modules/savewd: New file.
10564         * MODULES.html.sh (File system functions): Add savewd.
10565
10566         * modules/configmake (Makefile.am): Add support for the
10567         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10568
10569 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10570
10571         * m4/savewd.m4: New file.
10572
10573 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10574
10575         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10576         (dirchownmod): New arg FD.  All callers changed.
10577         Use FD rather than opening the directory ourself, as opening is
10578         now the caller's responsibility.
10579         * lib/dirchownmod.h: Likewise.
10580         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10581         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10582         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10583         (test_dir): Remove.
10584         (mkancesdirs): Return length of prefix of FILE that has already
10585         been made, or -2 if there is a child doing the work.  Redo
10586         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10587         ".", and treat ".." specially since it might stray back into
10588         already-created areas.  Use a subprocess if necessary.  New arg
10589         WD; all users changed.  MAKE_DIR function should now return 1
10590         if it creates a directory that is not readable.  Return -2 if
10591         a child process is spun off.
10592         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10593         Adjust signature to match code.
10594         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10595         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10596         all users changed.
10597         * lib/savewd.c, lib/savewd.h: New files.
10598
10599 2006-09-15  Jim Meyering  <jim@meyering.net>
10600
10601         * modules/rename-dest-slash: New module.
10602         * MODULES.html.sh (posix_compat): Add it here.
10603
10604         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10605
10606 2006-09-15  Jim Meyering  <jim@meyering.net>
10607
10608         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10609         file.
10610
10611         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10612
10613 2006-09-15  Jim Meyering  <jim@meyering.net>
10614
10615         * lib/rename-dest-slash.c (has_trailing_slash): Use
10616         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10617         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10618         test before testing whether SRC is a directory.
10619         Suggestions from Bruno Haible.
10620
10621         Avoid a warning about an unused variable.
10622         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10623         into the #ifdef block where it's used.
10624
10625         * lib/rename-dest-slash.c: New file.
10626
10627 2006-09-14  Bruno Haible  <bruno@clisp.org>
10628
10629         * lib/allocsa.c: Include <config.h> unconditionally.
10630         * lib/asnprintf.c: Likewise.
10631         * lib/asprintf.c: Likewise.
10632         * lib/c-strcasecmp.c: Likewise.
10633         * lib/c-strcasestr.c: Likewise.
10634         * lib/c-strncasecmp.c: Likewise.
10635         * lib/c-strstr.c: Likewise.
10636         * lib/classpath.c: Likewise.
10637         * lib/clean-temp.c: Likewise.
10638         * lib/concatpath.c: Likewise.
10639         * lib/copy-file.c: Likewise.
10640         * lib/csharpcomp.c: Likewise.
10641         * lib/csharpexec.c: Likewise.
10642         * lib/execute.c: Likewise.
10643         * lib/fatal-signal.c: Likewise.
10644         * lib/findprog.c: Likewise.
10645         * lib/fwriteerror.c: Likewise.
10646         * lib/gl_array_list.c: Likewise.
10647         * lib/gl_array_oset.c: Likewise.
10648         * lib/gl_avltree_list.c: Likewise.
10649         * lib/gl_avltree_oset.c: Likewise.
10650         * lib/gl_avltreehash_list.c: Likewise.
10651         * lib/gl_carray_list.c: Likewise.
10652         * lib/gl_linked_list.c: Likewise.
10653         * lib/gl_linkedhash_list.c: Likewise.
10654         * lib/gl_list.c: Likewise.
10655         * lib/gl_oset.c: Likewise.
10656         * lib/gl_rbtree_list.c: Likewise.
10657         * lib/gl_rbtree_oset.c: Likewise.
10658         * lib/gl_rbtreehash_list.c: Likewise.
10659         * lib/imaxabs.c: Likewise.
10660         * lib/imaxdiv.c: Likewise.
10661         * lib/javacomp.c: Likewise.
10662         * lib/javaexec.c: Likewise.
10663         * lib/javaversion.c: Likewise.
10664         * lib/linebreak.c: Likewise.
10665         * lib/localcharset.c: Likewise.
10666         * lib/lock.c: Likewise.
10667         * lib/mbchar.c: Likewise.
10668         * lib/mbswidth.c: Likewise.
10669         * lib/mkdtemp.c: Likewise.
10670         * lib/pipe.c: Likewise.
10671         * lib/printf-args.c: Likewise.
10672         * lib/printf-parse.c: Likewise.
10673         * lib/progname.c: Likewise.
10674         * lib/progreloc.c: Likewise.
10675         * lib/readlink.c: Likewise.
10676         * lib/sh-quote.c: Likewise.
10677         * lib/stpcpy.c: Likewise.
10678         * lib/stpncpy.c: Likewise.
10679         * lib/strcasecmp.c: Likewise.
10680         * lib/strcasestr.c: Likewise.
10681         * lib/strcspn.c: Likewise.
10682         * lib/striconv.c: Likewise.
10683         * lib/strncasecmp.c: Likewise.
10684         * lib/strnlen1.c: Likewise.
10685         * lib/strstr.c: Likewise.
10686         * lib/strtok_r.c: Likewise.
10687         * lib/tls.c: Likewise.
10688         * lib/tmpdir.c: Likewise.
10689         * lib/unicodeio.c: Likewise.
10690         * lib/unsetenv.c: Likewise.
10691         * lib/vasnprintf.c: Likewise.
10692         * lib/vasprintf.c: Likewise.
10693         * lib/wait-process.c: Likewise.
10694         * lib/xallocsa.c: Likewise.
10695         * lib/xsetenv.c: Likewise.
10696         * lib/xstriconv.c: Likewise.
10697
10698 2006-09-13  Simon Josefsson  <jas@extundo.com>
10699
10700         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10701         that internally, suggested by Ralf Wildenhues
10702         <Ralf.Wildenhues@gmx.de>.
10703
10704 2006-09-13  Simon Josefsson  <jas@extundo.com>
10705
10706         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10707         @LIBOBJS@.
10708         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10709
10710 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10711
10712         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10713         longer worry about uses that don't define HAVE_CONFIG_H.
10714         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10715         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10716         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10717         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10718         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10719         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10720         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10721         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10722         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10723         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10724         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10725         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10726         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10727         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10728         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10729         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10730         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10731         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10732         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10733         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10734         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10735         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10736         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10737         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10738         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10739         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10740         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10741         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10742         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10743         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10744         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10745         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10746         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10747         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10748         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10749         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10750         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10751         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10752         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10753         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10754         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10755         Likewise.
10756
10757 2006-09-13  Eric Blake  <ebb9@byu.net>
10758
10759         * lib/getopt.c: Fix typo in last commit.
10760
10761 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10762
10763         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10764         dgettext.
10765
10766 2006-09-12  Jim Meyering  <jim@meyering.net>
10767
10768         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10769         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10770         Reported by Nelson H. F. Beebe.
10771
10772 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10773
10774         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10775         program_invocation_name and program_invocation_short_name are
10776         initialized.
10777         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10778         and program_invocation_short_name to argp.h, so they are visible
10779         to user programs.
10780         * lib/argp.h: Likewise
10781
10782 2006-09-10  Bruno Haible  <bruno@clisp.org>
10783
10784         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10785         m4/inttypes_h.m4, m4/uintmax_t.m4.
10786
10787 2006-09-10  Bruno Haible  <bruno@clisp.org>
10788
10789         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10790         gl_AC_TYPE_UINTMAX_T.
10791
10792 2006-09-10  Bruno Haible  <bruno@clisp.org>
10793
10794         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10795
10796 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10797
10798         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10799         convention.  Text proposed by Bruno Haible.
10800         (struct argp_option): Document the use of N_() wrappers.
10801
10802         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10803         '\v', and translate the two parts separately, instead of feeding
10804         the whole string to gettext.  This allows to exclude
10805         '\v' from the strings visible to the translator by writing doc
10806         strings as N_("..") "\v" N_("..").
10807
10808 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10809
10810         * config/srclist.txt: Undo latest change; the bug was fixed.
10811
10812 2006-09-09  Bruno Haible  <bruno@clisp.org>
10813
10814         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10815         assignments if building a library without libtool.
10816         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10817         in func_emit_lib_Makefile_am.
10818         (func_import): When building a static library libfoo.a, arrange to
10819         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10820         (func_create_testdir): Likewise.
10821         * modules/gc (configure.ac, Makefile.am): If building statically,
10822         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10823         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10824         * modules/striconv (configure.ac, Makefile.am): Likewise.
10825         Based on a suggestion by Ralf Wildenhues.
10826
10827 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10828
10829         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10830         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10831         Also:
10832
10833         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10834         Add year_2050_test to catch glibc bug 2821
10835         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10836
10837         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10838         Prefer #ifdef to #if.
10839
10840         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10841         Return from 'main' instead of calling 'exit'.
10842
10843 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10844
10845         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10846         returned the maximum time_t value rather than (time_t) -1.
10847         Problem originally reported by William Bardwell
10848         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10849
10850         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10851         Moved to here ...
10852         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10853         ... from here.
10854
10855 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10856
10857         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10858         2821 is fixed.
10859
10860 2006-09-08  Jim Meyering  <jim@meyering.net>
10861
10862         Don't make generated files read-only.  That would bother too many
10863         people.  However, do retain the ability to work when targets are
10864         read-only: remove the destination and temporary files before writing
10865         them (when generated via sed or echo), or by using the -f option for
10866         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10867         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10868         * modules/byteswap, modules/configmake, modules/fcntl:
10869         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10870         * modules/localcharset, modules/netinet_in, modules/poll:
10871         * modules/stdbool, modules/stdint, modules/sys_select:
10872         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10873
10874 2006-09-08  Jim Meyering  <jim@meyering.net>
10875
10876         Avoid new build failure on FreeBSD 6.0.
10877         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10878         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10879         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10880
10881 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10882
10883         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10884
10885 2006-09-07  Jim Meyering  <jim@meyering.net>
10886
10887         Fix global typo in last change: use chmod u-w, not chmod u-x.
10888         Spotted by Paul Eggert and Bruce Korb.
10889         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10890         * modules/byteswap, modules/configmake, modules/fcntl:
10891         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10892         * modules/localcharset, modules/netinet_in, modules/poll:
10893         * modules/stdbool, modules/stdint, modules/sys_select:
10894         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10895
10896 2006-09-06  Jim Meyering  <jim@meyering.net>
10897
10898         Make generated files be read-only.
10899         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10900         Ensure that each generated file is now read-only.
10901         * modules/argz: Likewise.
10902         * modules/arpa_inet: Likewise.
10903         * modules/byteswap: Likewise.
10904         * modules/configmake: Likewise.
10905         * modules/fcntl: Likewise.
10906         * modules/fnmatch: Likewise.
10907         * modules/getopt: Likewise.
10908         * modules/glob: Likewise.
10909         * modules/inttypes: Likewise.
10910         * modules/netinet_in: Likewise.
10911         * modules/poll: Likewise.
10912         * modules/stdbool: Likewise.
10913         * modules/stdint: Likewise.
10914         * modules/sys_select: Likewise.
10915         * modules/sys_socket: Likewise.
10916         * modules/sys_stat: Likewise.
10917         * modules/sysexits: Likewise.
10918         * modules/localcharset: Same as above, but continue using temporary
10919         file named "t-$@" (why different?) rather than the "$@-t" used
10920         everywhere else.
10921
10922         * modules/sysexits (Makefile.am): Replace literal occurrences
10923         of "sysexit.h" more readable, and more consistent, "$@".
10924
10925 2006-09-06  Bruno Haible  <bruno@clisp.org>
10926
10927         * modules/striconv: New file.
10928         * modules/xstriconv: New file.
10929         * MODULES.html.sh (Internationalization functions): Add striconv,
10930         xstriconv.
10931
10932 2006-09-06  Bruno Haible  <bruno@clisp.org>
10933
10934         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10935         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10936         not using libtool correctly.
10937
10938 2006-09-06  Bruno Haible  <bruno@clisp.org>
10939
10940         * lib/striconv.h: New file.
10941         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10942         iconvstring.c.
10943         * lib/xstriconv.h: New file.
10944         * lib/xstriconv.c: New file.
10945
10946 2006-09-06  Bruno Haible  <bruno@clisp.org>
10947
10948         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10949         lib_..._LDFLAGS.
10950
10951 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10952
10953         * lib/argz_.h: Sync from Libtool.
10954
10955         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10956                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10957
10958         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10959
10960 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10961
10962         * modules/trim: New file.
10963
10964 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10965
10966         * lib/trim.h: New file.
10967         * lib/trim.c: New file.
10968
10969 2006-09-05  Bruno Haible  <bruno@clisp.org>
10970
10971         * MODULES.html.sh (String handling): Add trim.
10972
10973 2006-09-04  Karl Berry  <karl@gnu.org>
10974
10975         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10976         until next release.
10977
10978 2006-09-03  Bruno Haible  <bruno@clisp.org>
10979
10980         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10981         correctly.
10982
10983 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10984
10985         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10986         not gl_GETLOADAVG.  Omit unneeded semicolons.
10987         Problems reported by Ralf Wildenhues in
10988         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10989         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10990         at the end, which is the usual gnulib style.
10991
10992         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10993         of doing all the work ourselves.
10994         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10995         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10996
10997 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10998
10999         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11000         Problem reported by Ralf Wildenhues in
11001         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11002
11003         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11004         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11005
11006 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11007
11008         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11009         yesterday's patch by changing test -n to test -z.
11010
11011 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11012
11013         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11014         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11015         the former is now obsolescent.
11016
11017         * modules/chdir-long (Depends-on): Add fcntl.
11018
11019 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11020
11021         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11022         obsolescent, and programs should use gnulib instead.
11023         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11024         but with prefixes changed.
11025
11026 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11027
11028         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11029         or stdbool.h, because they might not exist while configuring.
11030
11031         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11032         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11033         does that for us.
11034         (O_DIRECTORY): Remove.
11035
11036 2006-08-31  Eric Blake  <ebb9@byu.net>
11037
11038         * gnulib-tool: Don't let emacs change spaces to TAB.
11039
11040 2006-08-31  Bruno Haible  <bruno@clisp.org>
11041
11042         * gnulib-tool: When calling func_import more than once, do it in a
11043         subshell.
11044         Reported by Eric Blake <ebb9@byu.net>.
11045
11046 2006-08-31  Bruno Haible  <bruno@clisp.org>
11047
11048         * gnulib-tool (nl): Remove variable.
11049         (sed_transform_lib_file): Use more robust test for config-h module.
11050         (func_import): Fix typo in 2006-08-25 patch.
11051
11052 2006-08-31  Bruno Haible  <bruno@clisp.org>
11053
11054         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11055         specified, augment Makefile.am variables instead of assigning them.
11056
11057 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11058
11059         Work around a bug in both the Linux and SunOS 64-bit kernels:
11060         nanosleep mishandles sleeps for longer than 2**31 seconds.
11061         Problem reported by Frank v Waveren in
11062         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11063         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11064         Check for nanosleep bug.
11065         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11066
11067 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11068
11069         Work around a bug in both the Linux and SunOS 64-bit kernels:
11070         nanosleep mishandles sleeps for longer than 2**31 seconds.
11071         Problem reported by Frank v Waveren in
11072         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11073         * lib/nanosleep.c (BILLION): New constant.
11074         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11075         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11076         implementation.
11077
11078 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11079
11080         * modules/nanosleep (Depends-on): Add gettime.
11081
11082 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11083         and Simon Josefsson  <jas@extundo.com>
11084         and Oskar Liljeblad  <oskar@osk.mine.nu>
11085
11086         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11087         * gnulib-tool (func_import): New license type 'unmodifiable license
11088         text'.
11089         * modules/fdl: Use it.  Longer description.
11090         * module/gpl, module/lgpl: New files.
11091
11092 2006-08-30  Jim Meyering  <jim@meyering.net>
11093
11094         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11095         shadowing the parameter.
11096
11097 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11098
11099         Sync from Libtool:
11100
11101         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11102
11103         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11104         sharing with gnulib.  Report by Eric Blake.
11105
11106 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11107
11108         * modules/isapipe: New file.
11109         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11110
11111 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11112
11113         * modules/configmake (Makefile.am): Add a comment, and omit
11114         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11115         by Bruno Haible.
11116
11117 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         * m4/isapipe.m4: New file.
11120
11121 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * lib/isapipe.c, lib/isapipe.h: New files.
11124
11125 2006-08-29  Jim Meyering  <jim@meyering.net>
11126
11127         * modules/configmake (Makefile.am): Make configmake.h depend on
11128         Makefile.  Otherwise, a stale configmake.h could hang around.
11129
11130 2006-08-29  Eric Blake  <ebb9@byu.net>
11131
11132         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11133         resolution of upstream bug 3044.
11134
11135 2006-08-29  Bruno Haible  <bruno@clisp.org>
11136
11137         * modules/localcharset (Depends-on): Add configmake.
11138         (Makefile.am): Remove setting of LIBDIR through DEFS.
11139
11140 2006-08-29  Bruno Haible  <bruno@clisp.org>
11141
11142         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11143         defined.
11144
11145 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11146
11147         * modules/fcntl: New file.
11148         * modules/chdir-safer (Depends-on): Add fcntl.
11149         * modules/fts: Likewise.
11150         * modules/mkdir-p: Likewise.
11151
11152         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11153         This undoes the most recent change, since we're now addressing the
11154         problem in a different way.
11155
11156         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11157         into output, since the output might be called Makefile.am even
11158         if $makefile_name is something different.
11159         (func_import): Use $makefile_am rather than
11160         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11161         empty.
11162
11163         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11164
11165 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11168         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11169         recent change to stdint.m4, since we're now addressing the problem in a
11170         different way.
11171
11172 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11173
11174         * m4/fcntl_h.m4: New file.
11175
11176 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11177
11178         * lib/fcntl_.h: New file.
11179         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11180         the fcntl module.
11181         * lib/dirchownmod.c: Likewise.
11182         * lib/fts.c: Likewise.
11183
11184         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11185         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11186         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11187         just before including <inttypes.h>, to avoid circular inclusion.
11188
11189 2006-08-28  Jim Meyering  <jim@meyering.net>
11190
11191         * doc/visibility.texi: Actually read and correct the grammar of the
11192         sentence affected by yesterday's change.
11193
11194 2006-08-28  Eric Blake  <ebb9@byu.net>
11195
11196         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11197         needs wrapper.
11198
11199 2006-08-28  Eric Blake  <ebb9@byu.net>
11200
11201         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11202
11203 2006-08-28  Eric Blake  <ebb9@byu.net>
11204
11205         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11206
11207 2006-08-28  Bruno Haible  <bruno@clisp.org>
11208
11209         * modules/c-strstr: New file, from GNU gettext.
11210         * MODULES.html.sh (String handling): Add c-strstr.
11211
11212 2006-08-28  Bruno Haible  <bruno@clisp.org>
11213
11214         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11215         macros.
11216         Reported by Eric Blake.
11217
11218 2006-08-28  Bruno Haible  <bruno@clisp.org>
11219
11220         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11221         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11222         * lib/vasprintf.c: Include errno.h, limits.h.
11223         (EOVERFLOW): New fallback definition.
11224         (vasprintf): Test here whether the string length is > INT_MAX.
11225         * lib/vsnprintf.c: Include errno.h, limits.h.
11226         (EOVERFLOW): New fallback definition.
11227         (vsnprintf): Fix bug when generated string was too long for the buffer.
11228         Test here whether the string length is > INT_MAX.
11229
11230 2006-08-28  Bruno Haible  <bruno@clisp.org>
11231
11232         * lib/inttypes_.h (SCNX*): Remove definitions.
11233         Reported by Eric Blake.
11234
11235 2006-08-28  Bruno Haible  <bruno@clisp.org>
11236
11237         * lib/c-strstr.h: New file, from GNU gettext.
11238         * lib/c-strstr.c: New file, from GNU gettext.
11239
11240 2006-08-28  Bruno Haible  <bruno@clisp.org>
11241
11242         * gnulib-tool: Reorder some statements.
11243
11244 2006-08-28  Bruno Haible  <bruno@clisp.org>
11245
11246         * gnulib-tool: New option --makefile-name.
11247         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11248         $makefile_name.
11249         (func_import): Write $makefile_name to the cache file, and read it from
11250         there unless explicitly specified. Use $makefile_name as file name
11251         instead of Makefile.am. Adjust the recommendations accordingly.
11252
11253 2006-08-28  Bruno Haible  <bruno@clisp.org>
11254
11255         * gnulib-tool (func_verify_module): Check against misapplying patch.
11256
11257 2006-08-28  Bruno Haible  <bruno@clisp.org>
11258
11259         * gnulib-tool (func_relativize, func_relconcat): New functions.
11260         Give an error if --local-dir is given with --update.
11261         Remove trailing slashes from $local_gnulib_dir.
11262         (func_import): Store the relativized $local_gnulib_dir in
11263         gnulib-cache.m4, and read it from there if not specified explicitly.
11264
11265 2006-08-28  Bruno Haible  <bruno@clisp.org>
11266
11267         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11268         is the current directory. Respect also $local_gnulib_dir.
11269
11270 2006-08-28  Bruno Haible  <bruno@clisp.org>
11271             Simon Josefsson  <jas@extundo.com>
11272
11273         BeOS portability.
11274         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11275
11276 2006-08-27  Jim Meyering  <jim@meyering.net>
11277
11278         * doc/visibility.texi: Remove duplicate word: "pointer".
11279
11280 2006-08-26  Bruno Haible  <bruno@clisp.org>
11281
11282         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11283         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11284         (Makefile.am): Create inttypes.h from inttypes_.h.
11285         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11286
11287         * modules/imaxabs: New file.
11288
11289         * modules/imaxdiv: New file.
11290
11291 2006-08-26  Bruno Haible  <bruno@clisp.org>
11292
11293         * m4/inttypes.m4: New file.
11294         * m4/_inttypes_h.m4: Remove file.
11295         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11296         PRI_MACROS_BROKEN.
11297         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11298
11299         * m4/imaxabs.m4: New file.
11300
11301         * m4/imaxdiv.m4: New file.
11302
11303 2006-08-26  Bruno Haible  <bruno@clisp.org>
11304
11305         * lib/inttypes_.h: New file.
11306         * lib/inttypes.h: Remove file.
11307         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11308
11309         * lib/imaxabs.c: New file.
11310
11311         * lib/imaxdiv.c: New file.
11312
11313 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11314
11315         New config-h module, so that "make" output needn't be cluttered
11316         by -DHAVE_CONFIG_H.
11317         * MODULES.html.sh (Support for building libraries and executables):
11318         Add config-h.
11319         * modules/config-h: New file.
11320         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11321         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11322         the config-h module is used.
11323
11324         New configmake module, so that "make" output needn't be cluttered
11325         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11326         * MODULES.html.sh (Support for building libraries and executables):
11327         Add configmake.
11328         * modules/configmake: New file.
11329
11330 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11331
11332         * m4/config-h.m4: New file.
11333
11334 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11335
11336         * config/srclist.txt: Add elisp-comp.
11337
11338 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11339
11340         * MODULES.html.sh (Support for building libraries and executables):
11341         Add elisp-comp.
11342         * build-aux/elisp-comp: New file.
11343         * modules/elisp-comp: New file.
11344
11345 2006-08-24  Bruno Haible  <bruno@clisp.org>
11346
11347         * gnulib-tool (func_create_testdir): Use non-default values of
11348         sourcebase and m4base.
11349
11350 2006-08-24  Bruno Haible  <bruno@clisp.org>
11351
11352         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11353         HTML structure.
11354
11355 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11356
11357         * modules/openat (Depends-on): Add lchown.
11358
11359 2006-08-23  Bruno Haible  <bruno@clisp.org>
11360
11361         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11362         of gl_LOCK_EARLY instead of gl_LOCK.
11363
11364 2006-08-23  Bruno Haible  <bruno@clisp.org>
11365
11366         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11367         on OSF/1 to no.
11368         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11369
11370 2006-08-23  Bruno Haible  <bruno@clisp.org>
11371
11372         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11373         as unusable.
11374
11375         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11376         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11377         (gl_LOCK): New macro.
11378
11379 2006-08-22  Simon Josefsson  <jas@extundo.com>
11380
11381         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11382         to md5 module.
11383
11384 2006-08-22  Simon Josefsson  <jas@extundo.com>
11385
11386         * MODULES.html.sh: Add "Support for maintaining and release
11387         projects".
11388
11389         * build-aux/gnupload: New file, from coreutils.
11390
11391 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11392
11393         Avoid the need for AC_LIBSOURCES in m4 macros.
11394         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11395         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11396         * modules/check-version (EXTRA_DIST): Add check-version.h.
11397         * modules/crc (EXTRA_DIST): Add crc.h.
11398         * modules/des (EXTRA_DIST): Add des.h.
11399         * modules/gc (EXTRA_DIST): Add gc.h.
11400         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11401         * modules/getline (EXTRA_DIST): Add getline.h.
11402         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11403         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11404         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11405         * modules/md2 (EXTRA_DIST): Add md2.h.
11406         * modules/md4 (EXTRA_DIST): Add md4.h.
11407         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11408         * modules/read-file (EXTRA_DIST): Add read-file.h.
11409         * modules/readline (EXTRA_DIST): Add readline.h.
11410         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11411         rijndael-api-fst.h.
11412
11413 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11414
11415         * m4/rijndael.m4 (gl_ARCFOUR):
11416         * m4/arctwo.m4 (gl_ARCTWO):
11417         * m4/check-version.m4 (gl_CHECK_VERSION):
11418         * m4/crc.m4 (gl_CRC):
11419         * m4/des.m4 (gl_DES):
11420         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11421         * m4/gc.m4 (gl_GC):
11422         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11423         * m4/getline.m4 (gl_FUNC_GETLINE):
11424         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11425         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11426         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11427         * m4/md2.m4 (gl_MD2):
11428         * m4/md4.m4 (gl_MD4):
11429         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11430         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11431         * m4/readline.m4 (gl_FUNC_READLINE):
11432         * m4/rijndael.m4 (gl_RIJNDAEL):
11433         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11434         to get the necessary .h files and whatnot.
11435
11436 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11437
11438         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11439         gnulib rather than the other way around.
11440         * config/srclistvars.sh (COREUTILS): Remove.
11441
11442 2006-08-22  Jim Meyering  <jim@meyering.net>
11443
11444         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11445
11446         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11447
11448 2006-08-22  Eric Blake  <ebb9@byu.net>
11449
11450         * modules/regexprops-generic: New file.
11451         * MODULES.html.sh (Support for building documentation): List it.
11452
11453 2006-08-22  Eric Blake  <ebb9@byu.net>
11454
11455         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11456         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11457         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11458         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11459
11460 2006-08-22  Bruno Haible  <bruno@clisp.org>
11461
11462         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11463         and lib_LTLIBRARIES like the other lib_* variables.
11464
11465 2006-08-22  Bruno Haible  <bruno@clisp.org>
11466
11467         * build-aux/x-to-1.in: New file, from GNU gettext.
11468
11469 2006-08-22  Bruno Haible  <bruno@clisp.org>
11470
11471         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11472         <utmpx.h> exists.
11473
11474 2006-08-22  Bruno Haible  <bruno@clisp.org>
11475
11476         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11477         <utmpx.h> exists.
11478
11479 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11480
11481         BeOS portability.
11482         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11483         exist.
11484         Problem reported by Bruno Haible.
11485
11486 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11487
11488         Avoid the need for AC_LIBSOURCES in m4 macros.
11489         * modules/acl (EXTRA_DIST): Add acl.h.
11490         * modules/argmatch (Files): Add m4/argmatch.m4.
11491         (configure.ac): Add gl_ARGMATCH.
11492         (EXTRA_DIST): Renamed from lib_SOURCES, for
11493         consistency with the other modules.  Remove argmatch.c.
11494         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11495         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11496         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11497         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11498         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11499         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11500         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11501         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11502         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11503         * modules/closeout (EXTRA_DIST): Add closeout.h.
11504         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11505         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11506         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11507         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11508         dirname.h; remove basename.c and stripslash.c.
11509         * modules/exclude (EXTRA_DIST): Add exclude.h.
11510         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11511         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11512         * modules/file-type (EXTRA_DIST): Add file-type.h.
11513         * modules/filemode (EXTRA_DIST): Add filemode.h.
11514         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11515         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11516         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11517         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11518         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11519         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11520         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11521         * modules/getdate (EXTRA_DIST): Add getdate.c.
11522         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11523         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11524         * modules/getpass (EXTRA_DIST): Add getpass.h.
11525         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11526         * modules/group-member (EXTRA_DIST): Add group-member.h.
11527         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11528         * modules/hash (EXTRA_DIST): Add hash.h.
11529         * modules/human (EXTRA_DIST): Add human.h.
11530         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11531         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11532         * modules/lchown (EXTRA_DIST): Add lchown.h.
11533         * modules/long-options (EXTRA_DIST): Add long-options.h.
11534         * modules/lstat (EXTRA_DIST): Add lstat.h.
11535         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11536         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11537         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11538         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11539         * modules/memxor (EXTRA_DIST): Add memxor.h.
11540         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11541         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11542         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11543         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11544         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11545         * modules/physmem (EXTRA_DIST): Add physmem.h.
11546         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11547         * modules/posixver (EXTRA_DIST): Add posixver.h.
11548         * modules/quote (EXTRA_DIST): Add quote.h.
11549         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11550         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11551         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11552         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11553         regex_internal.h regexec.c.
11554         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11555         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11556         * modules/same (EXTRA_DIST): Add same.h.
11557         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11558         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11559         * modules/savedir (EXTRA_DIST): Add savedir.h.
11560         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11561         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11562         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11563         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11564         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11565         * modules/strdup (EXTRA_DIST): Add strdup.h.
11566         * modules/strftime (EXTRA_DIST): Add strftime.h.
11567         * modules/strndup (EXTRA_DIST): Add strndup.h.
11568         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11569         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11570         * modules/time_r (EXTRA_DIST): Add time_r.h.
11571         * modules/timespec (EXTRA_DIST): Add timespec.h.
11572         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11573         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11574         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11575         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11576         * modules/userspec (EXTRA_DIST): Add userspec.h.
11577         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11578         * modules/utimens (EXTRA_DIST): Add utimens.h.
11579         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11580         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11581         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11582         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11583         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11584         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11585         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11586         * modules/yesno (EXTRA_DIST): Add yesno.h.
11587
11588 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11589
11590         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11591
11592         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11593         * m4/dev-ino.m4, same-inode.m4: Remove.
11594
11595         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11596         * m4/acl.m4 (AC_FUNC_ACL):
11597         * m4/backupfile.m4 (gl_BACKUPFILE):
11598         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11599         * m4/canon-host.m4 (gl_CANON_HOST):
11600         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11601         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11602         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11603         * m4/cloexec.m4 (gl_CLOEXEC):
11604         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11605         * m4/closeout.m4 (gl_CLOSEOUT):
11606         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11607         * m4/dirname.m4 (gl_DIRNAME):
11608         * m4/exclude.m4 (gl_EXCLUDE):
11609         * m4/exitfail.m4 (gl_EXITFAIL):
11610         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11611         * m4/file-type.m4 (gl_FILE_TYPE):
11612         * m4/filemode.m4 (gl_FILEMODE):
11613         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11614         * m4/fpending.m4 (gl_FUNC_FPENDING):
11615         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11616         * m4/fts.m4 (gl_FUNC_FTS):
11617         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11618         * m4/getdate.m4 (gl_GETDATE):
11619         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11620         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11621         * m4/getpass.m4 (gl_FUNC_GETPASS):
11622         * m4/gettime.m4 (gl_GETTIME):
11623         * m4/getugroups.m4 (gl_GETUGROUPS):
11624         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11625         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11626         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11627         * m4/hash.m4 (gl_HASH):
11628         * m4/idcache.m4 (gl_IDCACHE):
11629         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11630         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11631         * m4/long-options.m4 (gl_LONG_OPTIONS):
11632         * m4/lstat.m4 (gl_FUNC_LSTAT):
11633         * m4/md5.m4 (gl_MD5):
11634         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11635         * m4/memcoll.m4 (gl_MEMCOLL):
11636         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11637         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11638         * m4/memxor.m4 (gl_MEMXOR):
11639         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11640         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11641         * m4/modechange.m4 (gl_MODECHANGE):
11642         * m4/mountlist.m4 (gl_MOUNTLIST):
11643         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11644         * m4/openat.m4 (gl_FUNC_OPENAT):
11645         * m4/pathmax.m4 (gl_PATHMAX):
11646         * m4/physmem.m4 (gl_PHYSMEM):
11647         * m4/posixtm.m4 (gl_POSIXTM):
11648         * m4/posixver.m4 (gl_POSIXVER):
11649         * m4/quote.m4 (gl_QUOTE):
11650         * m4/quotearg.m4 (gl_QUOTEARG):
11651         * m4/readtokens.m4 (gl_READTOKENS):
11652         * m4/readutmp.m4 (gl_READUTMP):
11653         * m4/regex.m4 (gl_REGEX):
11654         * m4/safe-read.m4 (gl_SAFE_READ):
11655         * m4/safe-write.m4 (gl_SAFE_WRITE):
11656         * m4/same.m4 (gl_SAME):
11657         * m4/save-cwd.m4 (gl_SAVE_CWD):
11658         * m4/savedir.m4 (gl_SAVEDIR):
11659         * m4/settime.m4 (gl_SETTIME):
11660         * m4/sha1.m4 (gl_SHA1):
11661         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11662         * m4/stat-macros.m4 (gl_STAT_MACROS):
11663         * m4/stat-time.m4 (gl_STAT_TIME):
11664         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11665         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11666         * m4/strdup.m4 (gl_FUNC_STRDUP):
11667         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11668         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11669         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11670         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11671         * m4/time_r.m4 (gl_TIME_R):
11672         * m4/timespec.m4 (gl_TIMESPEC):
11673         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11674         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11675         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11676         * m4/userspec.m4 (gl_USERSPEC):
11677         * m4/utimecmp.m4 (gl_UTIMECMP):
11678         * m4/utimens.m4 (gl_UTIMENS):
11679         * m4/xalloc.m4 (gl_XALLOC):
11680         * m4/xgetcwd.m4 (gl_XGETCWD):
11681         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11682         * m4/xreadlink.m4 (gl_XREADLINK):
11683         * m4/xstrtod.m4 (gl_XSTRTOD):
11684         * m4/yesno.m4 (gl_YESNO):
11685         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11686         to get the necessary .h files and whatnot.
11687
11688 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11689             Bruno Haible  <bruno@clisp.org>
11690
11691         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11692         /bin/sh understanding of '!' conditional negation.
11693
11694 2006-08-21  Jim Meyering  <jim@meyering.net>
11695
11696         * modules/openat (Depends-on): Really alphabetize.
11697
11698         * modules/acl (Depends-on): Add error and quote.
11699
11700         * check-module (find_included_lib_files): Add at-func.c to the
11701         ok-to-include-more-than-once white list.
11702
11703         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11704
11705 2006-08-21  Bruno Haible  <bruno@clisp.org>
11706
11707         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11708         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11709         Reported by Martin Lambers <marlam@marlam.de>.
11710
11711 2006-08-21  Bruno Haible  <bruno@clisp.org>
11712
11713         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11714         specify an installation location, don't emit a noinst_LIBRARIES or
11715         noinst_LTLIBRARIES assignment.
11716
11717 2006-08-21  Bruno Haible  <bruno@clisp.org>
11718
11719         BeOS portability.
11720         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11721         BeOS has mbrtowc() but no <wctype.h>.
11722
11723 2006-08-21  Bruno Haible  <bruno@clisp.org>
11724
11725         BeOS portability.
11726         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11727         exist.
11728
11729 2006-08-21  Bruno Haible  <bruno@clisp.org>
11730
11731         BeOS portability.
11732         * lib/mbchar.h: Include <wctype.h> only if it exists.
11733
11734 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11735
11736         Remove files that are no longer needed by their respective modules.
11737         * m4/obstack.m4: Remove.
11738         * m4/strerror_r.m4: Remove.
11739         * m4/uint32_t.m4: Remove.
11740         * m4/uintptr_t.m4: Remove.
11741         * m4/ullong_max.m4: Remove.
11742         * m4/xstrtoimax.m4: Remove.
11743         * m4/xstrtoumax.m4: Remove.
11744
11745         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11746         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11747         dependencies now capture this.
11748
11749         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11750         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11751         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11752         * m4/human.m4 (gl_HUMAN): Likewise.
11753         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11754         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11755
11756         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11757
11758         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11759         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11760         stdint.
11761         * m4/human.m4 (gl_HUMAN): Likewise.
11762         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11763         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11764         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11765         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11766         * m4/xstrtol (gl_XSTRTOL): Likewise.
11767
11768         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11769         AC_TYPE_LONG_LONG_INT.
11770         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11771         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11772         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11773         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11774
11775         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11776         on stdbool.
11777
11778         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11779         (gl_PREREQ_XSTRTOUL): Remove.
11780
11781         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11782
11783         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11784         mode.
11785
11786 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11787
11788         Add and change modules to make it easier for coreutils to use
11789         gnulib-tool.
11790         * modules/backupfile (Files): Remove m4/d-ino.m4.
11791         (Depends-on): Add d-ino.
11792         * modules/cycle-check (Depends-on): Add stdint.
11793         (lib_SOURCES): Add cycle-check.h.
11794         * modules/d-ino: New module.
11795         * modules/d-type: New module.
11796         * modules/error (Files): Remove m4/strerror_r.m4.
11797         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11798         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11799         m4/inttypes_h.m4, m4/uintmax_t.m4.
11800         (Depends-on): Add stdint.
11801         (lib_SOURCES): Add fsusage.h.
11802         * modules/getcwd (Files): Remove d-ino.m4.
11803         (Depends-on): Add d-ino.
11804         * modules/getndelim2 (Depends-on): Add stdint.
11805         * modules/glob (Files): Remove m4/d-type.m4.
11806         (Depends-on): Add d-type.
11807         * modules/host-os: New module.
11808         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11809         m4/inttypes_h.m4, m4/uintmax_t.m4.
11810         * Depends-on: Add stdint.
11811         (lib_SOURCES): Add human.h.
11812         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11813         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11814         m4/uintmax_t.m4, m4/ulonglong.m4.
11815         (Depends-on): Add stdint.
11816         (EXTRA_DIST): Add inttostr.h.
11817         * modules/lchmod: New module.
11818         * modules/link-follow: New module.
11819         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11820         (Depends-on): Add lchmod.
11821         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11822         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11823         (Depends-on): Add stdint.
11824         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11825         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11826         (Depends-on): Add stdint.
11827         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11828         * modules/perl: New module.
11829         * modules/regex (Depends-on): Add stdint.
11830         * modules/rmdir-errno: New module.
11831         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11832         m4/intmax_t.m4.
11833         (Depends-on): Add stdint.
11834         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11835         m4/uintmax_t.m4.
11836         (Depends-on): Add stdint.
11837         * modules/unlink-busy: New module.
11838         * modules/utimecmp (Depends-on): Add stdint.
11839         * modules/uptime: New module.
11840         * modules/winsz-ioctl: New module.
11841         * modules/winsz-termios: New module.
11842         * modules/xnanosleep (Depends-on): Add nanosleep.
11843         * modules/ullong_max: Remove.
11844         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11845         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11846         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11847         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11848         (Depends-on): Add inttypes.
11849         (lib_SOURCES): Add xstrtol.h.
11850         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11851         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11852         * MODULES.html.sh: Move 'assert' into the assert section.
11853         Move 'dummy' into the linking section.
11854         Remove ullong_max.
11855         Add section for compatibility checks for POSIX:2001 functions,
11856         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11857         winsz-ioctl, and winsz-termios into it.
11858         Add lchmod.
11859         Add top-level Misc section and put host-os, perl, and uptime
11860         into it.
11861
11862 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11863
11864         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11865         now assume the stdint module.  Do not include inttypes.h.
11866         * lib/fsusage.h: Likewise.
11867         * lib/getndelim2.c: Likewise.
11868         * lib/human.h: Likewise.
11869         * lib/inttostr.h: Likewise.
11870         * lib/obstack.c: Likewise.
11871         * lib/regex_internal.h: Likewise.
11872         * lib/tempname.c: Likewise.
11873         * lib/utimecmp.c: Likewise.
11874         * lib/xstrtol.h: Likewise.
11875
11876         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11877
11878         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11879         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11880         * lib/xtime.h: Likewise.
11881
11882 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11883
11884         * modules/openat (Files): Add lib/fchmodat.c.
11885         Fixes problem reported by Jay Youngman.
11886
11887 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11888
11889         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11890         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11891
11892 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11893             Bruno Haible  <bruno@clisp.org>
11894
11895         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11896         and is a script that invokes bison. Tighten the code. Add comments.
11897
11898 2006-08-18  Jim Meyering  <jim@meyering.net>
11899
11900         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11901         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11902         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11903         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11904
11905 2006-08-18  Bruno Haible  <bruno@clisp.org>
11906
11907         * modules/bison-i18n: New file.
11908         * MODULES.html.sh (Internationalization functions): Add it.
11909
11910 2006-08-18  Bruno Haible  <bruno@clisp.org>
11911
11912         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11913         sys/statvfs.h. When getmntinfo was found, check its declaration and
11914         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11915
11916 2006-08-18  Bruno Haible  <bruno@clisp.org>
11917
11918         * m4/bison-i18n.m4: New file, from bison.
11919
11920 2006-08-18  Bruno Haible  <bruno@clisp.org>
11921
11922         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11923         (ME_DUMMY): Treat "kernfs" as a dummy.
11924         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11925
11926 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11927
11928         Update from coreutils.
11929
11930         2006-08-15  Jim Meyering  <jim@meyering.net>
11931
11932         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11933
11934         2006-01-17  Jim Meyering  <jim@meyering.net>
11935
11936         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11937
11938         2006-01-11  Jim Meyering  <jim@meyering.net>
11939
11940         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11941         Check for the lchmod function.
11942
11943 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11944
11945         Update from coreutils.
11946
11947         * lib/__fpending.h: Add copyright notice.
11948         * lib/fprintftime.h: Likewise.
11949         * lib/savedir.c: Use (C) in copyright notice.
11950         * lib/savedir.h: Likewise.
11951
11952         2006-08-15  Jim Meyering  <jim@meyering.net>
11953
11954         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11955         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11956         in support of the EXPECTED_ERRNO macro.
11957         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11958         definitions.  Instead, define the appropriate symbols and include
11959         "at-func.c".
11960         * lib/mkdirat.c (mkdirat): Likewise.
11961         * lib/fchmodat.c (fchmodat): Likewise.
11962         (ENOSYS): Remove definition.
11963         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11964         it.  Don't include "unistd--.h" -- it wasn't ever used.
11965
11966         2006-01-17  Jim Meyering  <jim@meyering.net>
11967
11968         Rewrite fts.c not to change the current working directory,
11969         by using openat, fstatat, fdopendir, etc..
11970
11971         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11972         (HAVE_OPENAT_SUPPORT): Define.
11973         [_LIBC] (fchdir): Don't undef or define; no longer used.
11974         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11975         Now, this `function' always succeeds, and consumes its file descriptor
11976         parameter -- so callers must not close such FDs.  Update callers.
11977         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11978         (diropen): Add parameter, SP.  Adjust all callers.
11979         Implement using diropen_fd, rather than open.
11980         (fts_open): Initialize new member, fts_cwd_fd.
11981         Remove fts_rft-setting code.
11982         (fts_close): Close fts_cwd_fd, if necessary.
11983         (__opendir2): Define in terms of opendir or opendirat,
11984         depending on whether the FST_NOCHDIR flag is set.
11985         (fts_build): Since fts_safe_changedir consumes its FD, and since
11986         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11987         and close the dup'd file descriptor upon failure.
11988         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11989         (fts_safe_changedir): Tweak semantics to reflect that this function
11990         now calls cwd_advance_fd and hence consumes its FD argument.
11991         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11992         [struct FTS] (fts_rft): Remove now-unused member.
11993         [struct FTS] (fts_cycle.state): Improve comment.
11994
11995         * lib/openat.c (openat_needs_fchdir): New function.
11996         * lib/openat.h (openat_needs_fchdir): Declare it.
11997
11998 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12001         Problem and fix reported by Pádraig Brady in
12002         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12003
12004 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12005
12006         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12007
12008 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12009
12010         * lib/memcoll.c (memcoll): Optimize for the common case where the
12011         arguments are bytewise equal.
12012
12013 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12014
12015         * doc/regexprops-generic.texi: Add a copyright notice.
12016
12017 2006-08-15  Bruno Haible  <bruno@clisp.org>
12018
12019         * modules/tmpdir (License): Change to LGPL.
12020
12021 2006-08-15  Bruno Haible  <bruno@clisp.org>
12022
12023         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12024         module.
12025
12026 2006-08-14  Simon Josefsson  <jas@extundo.com>
12027
12028         * config/srclist.txt: Add gnupload.
12029
12030 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         Change copyright notice from LGPL 2 to GPL 2, since that's the
12033         standard form used in the gnulib repository.
12034         * tests/test-lock.c: Likewise.
12035         * tests/test-stdint.c: Likewise.
12036         * tests/test-tls.c: Likewise.
12037
12038         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12039         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12040         Add copyright notice.
12041
12042         * check-module: Add copyright notice.  Output a copyright
12043         notice if "--version" is specified.
12044         * modules/COPYING: New file.
12045         * tests/test-getaddrinfo.c: Add copyright notice.
12046         * tests/test-verify.c: Likewise.
12047
12048 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12049
12050         Change copyright notice from LGPL 2 to GPL 2, since that's the
12051         standard form used in the gnulib repository.
12052         * lib/lock.c: LGPL -> GPL.
12053         * lib/lock.h: Likewise.
12054         * lib/strnlen1.c: Likewise.
12055         * lib/strnlen1.h: Likewise.
12056         * lib/tls.c: Likewise.
12057         * lib/tls.h: Likewise.
12058         * lib/tmpdir.c: Likewise.
12059
12060         * lib/TODO: Remove; this belongs only in coreutils.
12061
12062 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12063
12064         Add copyright notices to long-enough files that lack them, since
12065         otherwise the files aren't clearly free.  Use the same notice that
12066         getdate.texi already uses.
12067         * doc/alloca-opt.texi: Add copyright notice.
12068         * doc/alloca.texi: Likewise.
12069         * doc/ctime.texi: Likewise.
12070         * doc/functions.texi: Likewise.
12071         * doc/gcd.texi: Likewise.
12072         * doc/gnulib-tool.texi: Likewise.
12073         * doc/inet_ntoa.texi: Likewise.
12074         * doc/visibility.texi: Likewise.
12075
12076         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12077         * doc/quote.texi: Add copyright notice.
12078
12079         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12080         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12081         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12082         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12083         is now obsolete, and give a pointer to the Sun list.
12084         Add copyright notice.
12085
12086 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12087
12088         * config/srclistvars.sh: Add copyright notice.
12089
12090 2006-08-14  Eric Blake  <ebb9@byu.net>
12091
12092         Import the following change from libc:
12093
12094         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12095
12096         Upstream bug 2997.
12097         * lib/misc/error.c: Add space between program name and message if file
12098         name is missing.
12099
12100 2006-08-12  Karl Berry  <karl@gnu.org>
12101
12102         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12103         remove, these originate in gnulib now.
12104
12105 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12106
12107         * doc/Makefile (standards.info standards.html standards.dvi):
12108         Also depend on make-stds.texi.
12109
12110 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12111
12112         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12113         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12114
12115         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12116         in wchar_t.  Problem reported by Eric Blake.
12117
12118         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12119         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12120         Also, help the compiler to keep LEN in a register.
12121
12122 2006-08-11  Eric Blake  <ebb9@byu.net>
12123
12124         * users.txt: Sort.  Add tar.
12125
12126 2006-08-11  Bruno Haible  <bruno@clisp.org>
12127
12128         * users.txt: New file.
12129
12130 2006-08-11  Bruno Haible  <bruno@clisp.org>
12131
12132         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12133         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12134
12135 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12136
12137         * modules/snprintf (Depends-on): Remove minmax.
12138         (Maintainer): Add self and Bruno.
12139
12140 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12141
12142         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12143         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12144         (EOVERFLOW): Define if the system does not.
12145         Do not include "minmax.h"; it wasn't used.
12146         (snprintf): Don't assume size_t promotes to an unsigned type.
12147         Fix bug when generated string was too long for the buffer: the
12148         buffer's contents are supposed to be the initial prefix of the
12149         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12150         exceeds INT_MAX; do the check ourselves.
12151
12152         Import the following changes from libc:
12153
12154         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12155
12156         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12157         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12158         set wc to the byte which couldn't be converted.
12159         (re_string_reconstruct): Don't clear valid_raw_len before calling
12160         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12161         tip_context using re_string_context_at.
12162
12163         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12164
12165         * lib/posix/regex.h: g++ still cannot handled [restrict].
12166
12167         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12168
12169         * lib/posix/regex.h: Remove special handling for VMS.
12170
12171 2006-08-10  Jim Meyering  <jim@meyering.net>
12172
12173         * modules/same-inode: New module.
12174         * modules/dev-ino: New module.
12175         * modules/cycle-check: Depend on these modules, rather than simply
12176         including their .h files.
12177         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12178         required via m4/cycle-check.m4.
12179         * modules/same: Depend on new same-inode module, rather than
12180         including same-inode.h.
12181         * modules/chdir-safer: New file.
12182
12183         * modules/chown (Depends-on): Add stat-macros.
12184
12185 2006-08-10  Jim Meyering  <jim@meyering.net>
12186
12187         * m4/cycle-check.m4: New file.
12188         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12189         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12190
12191 2006-08-10  Eric Blake  <ebb9@byu.net>
12192
12193         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12194         in from original proposal.
12195
12196 2006-08-10  Eric Blake  <ebb9@byu.net>
12197         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12198
12199         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12200         namespace.
12201
12202 2006-08-10  Bruno Haible  <bruno@clisp.org>
12203
12204         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12205         as well.
12206
12207 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12208
12209         Sync from coreutils.
12210
12211         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12212
12213         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12214         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12215
12216 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12217
12218         * modules/restrict: Remove; no longer needed now that we assume
12219         Autoconf 2.59 or later.
12220         * MODULES.html.sh: Remove 'restrict'.
12221         * modules/argp (Depends-on): Remove 'restrict'.
12222         * modules/base64 (Depends-on): Likewise.
12223         * modules/gc (Depends-on): Likewise.
12224         * modules/getaddrinfo (Depends-on): Likewise.
12225         * modules/glob (Depends-on): Likewise.
12226         * modules/inet_ntop (Depends-on): Likewise.
12227         * modules/inet_pton (Depends-on): Likewise.
12228         * modules/memxor (Depends-on): Likewise.
12229         * modules/regex (Depends-on): Likewise.
12230         * modules/strtok_r (Depends-on): Likewise.
12231         * modules/time_r (Depends-on): Likewise.
12232
12233 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12234
12235         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12236         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12237         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12238         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12239         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12240         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12241         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12242         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12243
12244         Merge from coreutils.
12245         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12246         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12247         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12248         * m4/time_r.m4 (gl_TIME_R): Likewise.
12249
12250 2006-08-09  Karl Berry  <karl@gnu.org>
12251
12252         * config/srclist.txt: no more gettext-tools, per Bruno.
12253
12254 2006-08-08  Eric Blake  <ebb9@byu.net>
12255
12256         * modules/verror: New module.
12257         * MODULES.html.sh: Document it.
12258
12259 2006-08-08  Eric Blake  <ebb9@byu.net>
12260
12261         * lib/verror.h, lib/verror.c: New files.
12262
12263 2006-08-08  Eric Blake  <ebb9@byu.net>
12264
12265         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12266         verror_at_line output complies with GNU Coding Standards even when
12267         file is NULL.
12268
12269 2006-08-07  Bruno Haible  <bruno@clisp.org>
12270
12271         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12272         versions of AIX.
12273         Reported by Ralf Wildenhues.
12274
12275 2006-08-07  Bruno Haible  <bruno@clisp.org>
12276
12277         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12278         in an AC_DEFUN. Needed so that the autoconf snippets can use
12279         AC_REQUIRE.
12280
12281 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12282
12283         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12284         Initialize pkgdata_DATA.
12285         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12286         overriding it.
12287
12288 2006-08-06  Eric Blake  <ebb9@byu.net>
12289
12290         * lib/error.h: Fold in some upstream changes from glibc.
12291         * lib/error.c: Likewise.
12292
12293 2006-08-04  Bruno Haible  <bruno@clisp.org>
12294
12295         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12296         Make the mostlyclean-local rule depend on mostlyclean-generic.
12297         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12298
12299 2006-07-31  Bruno Haible  <bruno@clisp.org>
12300
12301         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12302         <stdlib.h>, <string.h>.
12303
12304 2006-07-30  Bruno Haible  <bruno@clisp.org>
12305
12306         * modules/readlink (License): Change to LGPL.
12307
12308 2006-07-30  Bruno Haible  <bruno@clisp.org>
12309
12310         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12311         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12312         set PKGDATADIR to point to it.
12313
12314 2006-07-30  Bruno Haible  <bruno@clisp.org>
12315
12316         * modules/csharpexec (configure.ac): Comment out macro invocation.
12317         * modules/javaexec (configure.ac): Likewise.
12318         * modules/javacomp-script (configure.ac): Likewise.
12319
12320         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12321
12322 2006-07-30  Bruno Haible  <bruno@clisp.org>
12323
12324         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12325         linked-list.
12326
12327 2006-07-30  Bruno Haible  <bruno@clisp.org>
12328
12329         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12330
12331 2006-07-30  Bruno Haible  <bruno@clisp.org>
12332
12333         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12334         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12335         get removed.
12336
12337 2006-07-29  Bruno Haible  <bruno@clisp.org>
12338
12339         Make it possible for gnulib-tool to work with locally modified or
12340         augmented gnulib repositories.
12341         * gnulib-tool (func_usage): Document --local-dir option.
12342         (local_gnulib_dir): New variable.
12343         Handle --local-dir option.
12344         (func_lookup_file): New function.
12345         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12346         (func_get_description, func_get_filelist, func_get_description,
12347         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12348         func_get_automake_snippet, func_get_include_directive,
12349         func_get_license, func_get_maintainer): Use func_lookup_file.
12350         (func_import, func_create_testdir): Use func_lookup_file.
12351
12352 2006-07-29  Bruno Haible  <bruno@clisp.org>
12353
12354         * modules/setenv (Depends-on): Add unistd.
12355
12356 2006-07-29  Bruno Haible  <bruno@clisp.org>
12357
12358         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12359
12360 2006-07-29  Bruno Haible  <bruno@clisp.org>
12361
12362         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12363
12364 2006-07-29  Bruno Haible  <bruno@clisp.org>
12365
12366         * gnulib-tool (import, update): If there is no Makefile.am, look at
12367         aclocal.m4, instead of bailing out.
12368
12369 2006-07-29  Bruno Haible  <bruno@clisp.org>
12370
12371         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12372         Categorize the options by when they are useful.
12373
12374 2006-07-29  Bruno Haible  <bruno@clisp.org>
12375
12376         * gnulib-tool (func_usage): Document option --no-libtool.
12377         Handle option --no-libtool.
12378         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12379         for changed semantics of $libtool variable.
12380         (func_import): Likewise. If libtool is not used, show this through
12381         an option --no-libtool.
12382         (func_create_testdir): Update.
12383
12384 2006-07-29  Bruno Haible  <bruno@clisp.org>
12385
12386         * gnulib-tool (func_import): Extend error message about missing
12387         --doc-base.
12388
12389 2006-07-29  Bruno Haible  <bruno@clisp.org>
12390
12391         * gnulib-tool (func_import): Don't create the $docbase directory if
12392         there is no file to store there.
12393
12394 2006-07-29  Bruno Haible  <bruno@clisp.org>
12395
12396         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12397         relevant, look for configure.ac there, not in the current directory.
12398         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12399
12400 2006-07-29  Bruno Haible  <bruno@clisp.org>
12401
12402         * gnulib-tool (SORT): New variable.
12403         (func_usage): Undocument --assume-autoconf option.
12404         Remove --assume-autoconf option handling.
12405         (autoconf_minversion): Determine from the contents of configure.ac.
12406         (func_import): Remove autoconf_minversion handling.
12407         Suggested by Eric Blake.
12408
12409 2006-07-29  Bruno Haible  <bruno@clisp.org>
12410
12411         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12412
12413 2006-07-29  Bruno Haible  <bruno@clisp.org>
12414
12415         * config/srclist.txt (*setenv.[ch]): Remove rules.
12416
12417 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12418
12419         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12420
12421 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12422
12423         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12424         arpa/inet.h.
12425
12426 2006-07-28  Simon Josefsson  <jas@extundo.com>
12427
12428         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12429         * modules/inet_pton (Depends-on): Likewise.
12430
12431 2006-07-28  Simon Josefsson  <jas@extundo.com>
12432
12433         * m4/netinet_in_h.m4: New file.
12434
12435 2006-07-28  Simon Josefsson  <jas@extundo.com>
12436
12437         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12438         #include's.
12439
12440 2006-07-28  Simon Josefsson  <jas@extundo.com>
12441
12442         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12443         #include's.
12444
12445 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12446
12447         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12448         setgid on directories only if they set these bits.
12449         * lib/modechange.h: Remove obsolete comment about masks.
12450
12451 2006-07-28  Eric Blake  <ebb9@byu.net>
12452
12453         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12454         macro expansion.
12455
12456 2006-07-28  Bruno Haible  <bruno@clisp.org>
12457
12458         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12459
12460 2006-07-28  Bruno Haible  <bruno@clisp.org>
12461
12462         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12463
12464 2006-07-28  Bruno Haible  <bruno@clisp.org>
12465
12466         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12467         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12468         Define fallbacks.
12469         Avoids link error on FreeBSD 4.x.
12470         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12471
12472         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12473         encoding.
12474         * lib/mbswidth.c (iswcntrl): Likewise.
12475
12476 2006-07-27  Bruno Haible  <bruno@clisp.org>
12477
12478         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12479         test.
12480
12481 2006-07-27  Bruno Haible  <bruno@clisp.org>
12482
12483         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12484         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12485         defined.
12486
12487 2006-07-26  Eric Blake  <ebb9@byu.net>
12488
12489         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12490
12491 2006-07-26  Eric Blake  <ebb9@byu.net>
12492
12493         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12494         like mingw that lack mkstemp.
12495         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12496         avoid compilation warning on mingw.
12497
12498 2006-07-26  Bruno Haible  <bruno@clisp.org>
12499
12500         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12501         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12502         INT_FAST*_MIN, INTPTR_MIN.
12503
12504 2006-07-25  Bruno Haible  <bruno@clisp.org>
12505
12506         * modules/version-etc (Depends-on): Add stdarg.
12507
12508 2006-07-25  Bruno Haible  <bruno@clisp.org>
12509
12510         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12511         complex commands.
12512
12513 2006-07-25  Bruno Haible  <bruno@clisp.org>
12514
12515         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12516         defined in <stdarg.h> or config.h.
12517
12518 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12519
12520         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12521         (gl_STDIO_SAFER): Remove.
12522
12523 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12524
12525         * MODULES.html.sh (File stream based Input/Output):
12526         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12527         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12528         * modules/fopen-safer, modules/tmpfile-safer: New files.
12529         * modules/stdio-safer: Remove.
12530
12531 2006-07-24  Bruno Haible  <bruno@clisp.org>
12532
12533         * modules/tmpdir: New file.
12534         * MODULES.html.sh (File system functions): Add it.
12535
12536 2006-07-24  Bruno Haible  <bruno@clisp.org>
12537
12538         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12539         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12540
12541 2006-07-24  Bruno Haible  <bruno@clisp.org>
12542
12543         * modules/clean-temp: New file.
12544
12545 2006-07-24  Bruno Haible  <bruno@clisp.org>
12546
12547         * m4/tmpdir.m4: New file, from GNU gettext.
12548
12549 2006-07-24  Bruno Haible  <bruno@clisp.org>
12550
12551         * lib/tmpdir.h: New file, from GNU gettext.
12552         * lib/tmpdir.c: New file, from GNU gettext.
12553
12554 2006-07-24  Bruno Haible  <bruno@clisp.org>
12555
12556         * lib/clean-temp.h: New file, from GNU gettext.
12557         * lib/clean-temp.c: New file, from GNU gettext.
12558
12559 2006-07-23  Eric Blake  <ebb9@byu.net>
12560
12561         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12562         (Depends-on): Add binary-io.
12563
12564 2006-07-23  Eric Blake  <ebb9@byu.net>
12565
12566         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12567
12568 2006-07-23  Eric Blake  <ebb9@byu.net>
12569
12570         * lib/tmpfile-safer.c: New file.
12571         * lib/stdio-safer.h (fopen_safer): Add prototype.
12572         * lib/stdio--.h (tmpfile): Make safer.
12573
12574 2006-07-23  Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12577         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12578         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12579         gl_linked_remove_at): Use it.
12580
12581 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12582         and Simon Josefsson <jas@extundo.com>
12583
12584         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12585
12586         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12587
12588 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12589
12590         * modules/close-stream: New file.
12591         * modules/closeout (Description): Make it clear that it exits
12592         with a diagnostic on error.
12593         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12594         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12595
12596 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12597
12598         * m4/close-stream.m4: New file.
12599
12600 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12601
12602         * lib/close-stream.c, lib/close-stream.h: New files.
12603
12604 2006-07-22  Bruno Haible  <bruno@clisp.org>
12605
12606         Merge from GNU gettext 0.15.
12607
12608         2006-05-01  Bruno Haible  <bruno@clisp.org>
12609
12610                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12611
12612         2006-07-22  Bruno Haible  <bruno@clisp.org>
12613
12614                 * modules/javaversion: New file.
12615                 * MODULES.html.sh (Java): Add javaversion.
12616
12617         2006-03-12  Bruno Haible  <bruno@clisp.org>
12618
12619                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12620
12621         2005-12-04  Bruno Haible  <bruno@clisp.org>
12622
12623                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12624                 (untested).
12625
12626         2006-06-21  Bruno Haible  <bruno@clisp.org>
12627
12628                 Avoid warnings from recent versions of mcs.
12629                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12630                 -o, -L, -r any more. Use options documented since mcs-1.0
12631                 instead. Similarly for -g.
12632
12633         2005-12-04  Bruno Haible  <bruno@clisp.org>
12634
12635                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12636                 .resources, not .resource.
12637
12638         2005-07-09  Bruno Haible  <bruno@clisp.org>
12639
12640                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12641                 add a .dll suffix.
12642                 Reported by Mark Junker <mjscod@gmx.de>.
12643
12644         2006-07-22  Bruno Haible  <bruno@clisp.org>
12645
12646                 * modules/gettext: Upgrade to gettext-0.15.
12647                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12648                 m4/visibility.m4.
12649                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12650
12651 2006-07-22  Bruno Haible  <bruno@clisp.org>
12652
12653         Merge from GNU gettext 0.15.
12654
12655         2006-03-25  Bruno Haible  <bruno@clisp.org>
12656
12657                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12658
12659         2006-07-21  Bruno Haible  <bruno@clisp.org>
12660
12661                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12662                 "1.1".
12663
12664         2006-05-09  Bruno Haible  <bruno@clisp.org>
12665
12666                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12667                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12668                 for the conftestver execution.
12669
12670         2006-05-01  Bruno Haible  <bruno@clisp.org>
12671
12672                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12673                 optional target-version argument. Verify that the compiler
12674                 groks source of the specified source-version, or add -source
12675                 option as necessary. Verify that the compiler produces
12676                 bytecode in the specified target-version, or add -target and
12677                 -source options as necessary. Make the result of the test
12678                 available as variable CONF_JAVAC. Also log error output in
12679                 config.log.
12680
12681         2006-03-11  Bruno Haible  <bruno@clisp.org>
12682
12683                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12684
12685         2006-05-09  Bruno Haible  <bruno@clisp.org>
12686
12687                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12688                 CLASSPATH_SEPARATOR to a semicolon.
12689
12690         2006-03-12  Bruno Haible  <bruno@clisp.org>
12691
12692                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12693                 available as variable CONF_JAVA, for subsequent autoconf
12694                 tests. Also log error output in config.log.
12695
12696         2006-07-19  Bruno Haible  <bruno@clisp.org>
12697
12698                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12699                 that getline works on glibc2 systems. Needed to avoid trouble
12700                 in relocatable.c.
12701                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12702
12703         2005-12-04  Bruno Haible  <bruno@clisp.org>
12704
12705                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12706                 launcher (untested).
12707
12708         2005-12-04  Bruno Haible  <bruno@clisp.org>
12709
12710                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12711
12712         2006-07-22  Bruno Haible  <bruno@clisp.org>
12713
12714                 * gettext.m4: Update from GNU gettext-0.15.
12715                 * nls.m4: Likewise.
12716                 * po.m4: Likewise.
12717                 * inttypes-pri.m4: Likewise.
12718                 * inttypes-h.m4: Renamed from inttypes.m4.
12719                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12720
12721 2006-07-22  Bruno Haible  <bruno@clisp.org>
12722
12723         Merge from GNU gettext 0.15.
12724
12725         2005-07-05  Bruno Haible  <bruno@clisp.org>
12726
12727                 * printf-args.c (printf_fetchargs): Work around broken
12728                 definition of wint_t on mingw.
12729
12730         2005-02-12  Bruno Haible  <bruno@clisp.org>
12731
12732                 * xallocsa.h: Add extern "C" for C++.
12733
12734         2006-05-17  Bruno Haible  <bruno@clisp.org>
12735
12736                 Cygwin portability.
12737                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12738
12739         2006-04-30  Bruno Haible  <bruno@clisp.org>
12740
12741                 * progreloc.c: Include <mach-o/dyld.h> if available.
12742                 (find_executable): Use _NSGetExecutablePath when possible.
12743
12744         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12745
12746                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12747                 function.
12748
12749         2005-12-29  Bruno Haible  <bruno@clisp.org>
12750
12751                 * progreloc.c (set_program_name_and_installdir): Fix
12752                 compilation error.
12753
12754         2005-12-04  Bruno Haible  <bruno@clisp.org>
12755
12756                 Cygwin portability.
12757                 * progreloc.c: Include <windows.h> also on Cygwin.
12758                 (find_executable): Add support for Cygwin.
12759                 (set_program_name_and_installdir): Handle also platforms with
12760                 nonempty EXEEXT.
12761
12762         2006-07-11  Bruno Haible  <bruno@clisp.org>
12763
12764                 * javacomp.c: Fix a comment.
12765                 Reported by Jim Meyering.
12766
12767         2006-04-30  Bruno Haible  <bruno@clisp.org>
12768
12769                 * javacomp.h (compile_java_class): Add source_version,
12770                 target_version arguments.
12771                 * javacomp.c: Rewritten to choose only a compiler that
12772                 respects the specified source_version and target_version.
12773
12774         2006-06-27  Bruno Haible  <bruno@clisp.org>
12775
12776                 Assume correct S_ISDIR macro.
12777                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12778
12779         2006-07-22  Bruno Haible  <bruno@clisp.org>
12780
12781                 * javaversion.h: New file, from GNU gettext.
12782                 * javaversion.c: New file, from GNU gettext.
12783                 * javaversion.java: New file, from GNU gettext.
12784                 * javaversion.class: New file, from GNU gettext.
12785
12786         2006-05-17  Bruno Haible  <bruno@clisp.org>
12787
12788                 Cygwin portability.
12789                 * javaexec.c (execute_java_class): Test for jview program
12790                 also on Cygwin.
12791
12792         2006-04-09  Bruno Haible  <bruno@clisp.org>
12793
12794                 * fatal-signal.c: Don't include string.h.
12795                 (at_fatal_signal): Use a copying loop instead of memcpy.
12796
12797         2005-12-04  Bruno Haible  <bruno@clisp.org>
12798
12799                 * csharpexec.c: Add support for 'clix' launcher (untested).
12800                 (execute_csharp_using_sscli): New function.
12801                 (execute_csharp_program): Call it.
12802
12803         2006-06-21  Bruno Haible  <bruno@clisp.org>
12804
12805                 Avoid warnings from recent versions of mcs.
12806                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12807                 -o, -L, -r any more. Use options documented since mcs-1.0
12808                 instead. Similarly for -g.
12809
12810         2005-07-09  Bruno Haible  <bruno@clisp.org>
12811
12812                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12813                 add a .dll suffix.
12814                 Reported by Mark Junker <mjscod@gmx.de>.
12815
12816         2006-06-17  Bruno Haible  <bruno@clisp.org>
12817
12818                 * config.charset: Update for NetBSD 3.0.
12819
12820         2006-05-17  Bruno Haible  <bruno@clisp.org>
12821
12822                 Cygwin portability.
12823                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12824
12825         2006-05-16  Bruno Haible  <bruno@clisp.org>
12826
12827                 * localcharset.c [CYGWIN]: Include <windows.h>.
12828                 (get_charset_aliases): For Cygwin, return the same CPxxx
12829                 aliases list as under WIN32.
12830                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12831                 the environment variables. Fall back to GetACP().
12832
12833         2006-04-05  Bruno Haible  <bruno@clisp.org>
12834
12835                 * config.charset: Update Juan Manuel Guerrero's address.
12836
12837         2005-02-12  Bruno Haible  <bruno@clisp.org>
12838
12839                 * allocsa.h: Add extern "C" for C++.
12840
12841         2005-02-10  Bruno Haible  <bruno@clisp.org>
12842
12843                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12844                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12845
12846         2006-07-22  Bruno Haible  <bruno@clisp.org>
12847
12848                 * gettext.h: Update to GNU gettext-0.15.
12849
12850 2006-07-22  Bruno Haible  <bruno@clisp.org>
12851
12852         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12853         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12854         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12855
12856 2006-07-21  Eric Blake  <ebb9@byu.net>
12857
12858         * modules/stdlib-safer: New file.
12859         * MODULES.html.sh (File stream based Input/Output): Add
12860         stdlib-safer.
12861
12862 2006-07-21  Eric Blake  <ebb9@byu.net>
12863
12864         * lib/stdlib-safer.h: New file from coreutils, required by
12865         stdlib--.h.
12866
12867 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12870
12871 2006-07-20  Bruno Haible  <bruno@clisp.org>
12872
12873         * gnulib-tool: Recognize new option --assume-autoconf.
12874         (autoconf_minversion): New variable.
12875         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12876
12877 2006-07-20  Bruno Haible  <bruno@clisp.org>
12878
12879         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12880
12881 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12882
12883         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12884         Reindent and repaginate.
12885
12886 2006-07-19  Derek Price  <derek@ximbiot.com>
12887
12888         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12889         Correct grammar.
12890
12891 2006-07-17  Bruno Haible  <bruno@clisp.org>
12892
12893         * modules/list: New file.
12894         * modules/array-list: New file.
12895         * modules/carray-list, modules/carray-list-tests: New files.
12896         * modules/linked-list, modules/linked-list-tests: New files.
12897         * modules/avltree-list, modules/avltree-list-tests: New files.
12898         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12899         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12900         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12901         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12902         * modules/oset: New file.
12903         * modules/array-oset: New file.
12904         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12905         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12906         * tests/test-carray_list.c: New file.
12907         * tests/test-linked_list.c: New file.
12908         * tests/test-avltree_list.c: New file.
12909         * tests/test-rbtree_list.c: New file.
12910         * tests/test-linkedhash_list.c: New file.
12911         * tests/test-avltreehash_list.c: New file.
12912         * tests/test-rbtreehash_list.c: New file.
12913         * tests/test-avltree_oset.c: New file.
12914         * tests/test-rbtree_oset.c: New file.
12915         * MODULES.html.sh (Container data structures): New section.
12916
12917 2006-07-17  Bruno Haible  <bruno@clisp.org>
12918
12919         * m4/gl_list.m4: New file.
12920
12921 2006-07-17  Bruno Haible  <bruno@clisp.org>
12922
12923         * lib/gl_list.h: New file.
12924         * lib/gl_list.c: New file.
12925         * lib/gl_array_list.h: New file.
12926         * lib/gl_array_list.c: New file.
12927         * lib/gl_carray_list.h: New file.
12928         * lib/gl_carray_list.c: New file.
12929         * lib/gl_linked_list.h: New file.
12930         * lib/gl_linked_list.c: New file.
12931         * lib/gl_anylinked_list1.h: New file.
12932         * lib/gl_anylinked_list2.h: New file.
12933         * lib/gl_avltree_list.h: New file.
12934         * lib/gl_avltree_list.c: New file.
12935         * lib/gl_anyavltree_list1.h: New file.
12936         * lib/gl_anyavltree_list2.h: New file.
12937         * lib/gl_rbtree_list.h: New file.
12938         * lib/gl_rbtree_list.c: New file.
12939         * lib/gl_anyrbtree_list1.h: New file.
12940         * lib/gl_anyrbtree_list2.h: New file.
12941         * lib/gl_anytree_list1.h: New file.
12942         * lib/gl_anytree_list2.h: New file.
12943         * lib/gl_linkedhash_list.h: New file.
12944         * lib/gl_linkedhash_list.c: New file.
12945         * lib/gl_anyhash_list1.h: New file.
12946         * lib/gl_anyhash_list2.h: New file.
12947         * lib/gl_avltreehash_list.h: New file.
12948         * lib/gl_avltreehash_list.c: New file.
12949         * lib/gl_rbtreehash_list.h: New file.
12950         * lib/gl_rbtreehash_list.c: New file.
12951         * lib/gl_anytreehash_list1.h: New file.
12952         * lib/gl_anytreehash_list2.h: New file.
12953
12954         * lib/gl_oset.h: New file.
12955         * lib/gl_oset.c: New file.
12956         * lib/gl_array_oset.h: New file.
12957         * lib/gl_array_oset.c: New file.
12958         * lib/gl_avltree_oset.h: New file.
12959         * lib/gl_avltree_oset.c: New file.
12960         * lib/gl_rbtree_oset.h: New file.
12961         * lib/gl_rbtree_oset.c: New file.
12962         * lib/gl_anytree_oset.h: New file.
12963
12964 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12965
12966         * m4/mkancesdirs.m4: New file.
12967         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12968         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12969         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12970         it.
12971
12972 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12973
12974         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12975         * lib/mkancesdirs.h: New files.
12976         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12977         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12978         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12979         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12980         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12981         callers changed.  Revamp internals significantly, by not
12982         attempting to create directories that are temporarily more
12983         permissive than the final results.  Do not attempt to use
12984         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12985         This removes some race conditions, fixes some bugs, and simplifies
12986         things.  Use new dirchownmod function to do owner and mode changes.
12987         * lib/mkdir-p.h: Likewise.
12988         * lib/modechange.c (octal_to_mode): New function.
12989         (struct mode_change): New member mentioned.
12990         (make_node_op_equals): New arg mentioned.  All callers changed.
12991         (mode_compile): Keep track of which mode bits the user has explicitly
12992         mentioned.
12993         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12994         New arg PMODE_BITS, to keep track of which mode bits the user
12995         mentioned; it treats S_ISUID and S_ISGID speciall.
12996         All callers changed.
12997         * lib/modechange.h: Likewise.
12998
12999 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13000
13001         * MODULES.html.sh: Add mkancestors.
13002         * modules/mkancesdirs: New module.
13003         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13004         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13005         The chdir-safer and afs files are now orphans; I'll remove them
13006         unless someone speaks up.
13007         Add lib/dirchownmod.c, lib/dirchownmod.h.
13008         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13009         Add lchown, mkancesdirs.
13010         (Maintainer): Add self.
13011
13012 2006-07-15  Karl Berry  <karl@gnu.org>
13013
13014         * gnulib-tool: help message wording/arrangement.
13015
13016 2006-07-14  Simon Josefsson  <jas@extundo.com>
13017
13018         * doc/gnulib.texi (Libtool and Windows): New section.
13019
13020 2006-07-12  Simon Josefsson  <jas@extundo.com>
13021
13022         * modules/gendocs (License): Fix license, approved by Karl.
13023
13024 2006-07-12  Eric Blake  <ebb9@byu.net>
13025
13026         * MODULES.html.sh: Add gendocs.
13027
13028 2006-07-11  Eric Blake  <ebb9@byu.net>
13029
13030         * modules/fdl: New module, to install doc/fdl.texi.
13031         * MODULES.html.sh: Add new section for documentation modules.
13032         * gnulib-tool: Avoid space-tab.
13033         (--doc-base): New option, to manage files from doc.
13034
13035 2006-07-11  Eric Blake  <ebb9@byu.net>
13036
13037         * m4/absolute-header.m4: Fix comments to match recent change.
13038
13039 2006-07-11  Eric Blake  <ebb9@byu.net>
13040
13041         * gnulib-tool: List --doc-base before --tests-base.
13042
13043 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13044
13045         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13046
13047 2006-07-11  Bruno Haible  <bruno@clisp.org>
13048
13049         * README: Mention where to put documentation.
13050
13051 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13052
13053         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13054
13055 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13056
13057         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13058         to stdint.m4.
13059
13060 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13061
13062         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13063         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13064         "no/such/file/stdint.h" when there is no such file, so that
13065         the resulting C code can be parsed by dodgy compilers.
13066         Problems reported by Bob Proulx.
13067
13068 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13069
13070         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13071         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13072         macros into the GNU _D_EXACT_NAMLEN.
13073         * lib/savedir.c:  Likewise.
13074         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13075
13076 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13077         and Paul Eggert  <eggert@cs.ucla.edu>
13078
13079         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13080         * m4/savedir.m4:
13081         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13082         macros into the GNU _D_EXACT_NAMLEN.
13083
13084 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13085
13086         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13087         around the absolute name, to work around a problem with the HP-UX
13088         11.23 native C compiler, reported by Bob Proulx.
13089
13090 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13091
13092         * doc/maintain.texi, make-stds.texi: Sync from
13093         <http://savannah.gnu.org/projects/gnustandards>.
13094
13095 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13096
13097         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13098
13099 2006-07-09  Jim Meyering  <jim@meyering.net>
13100
13101         * m4/glob.m4: Remove a doubled word in a comment.
13102
13103 2006-07-09  Jim Meyering  <jim@meyering.net>
13104
13105         * lib/argp-pv.c: Remove a doubled word in a comment.
13106         * lib/check-version.c (check_version): Likewise.
13107         * lib/javacomp.c (compile_java_class): Likewise.
13108
13109 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13110
13111         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13112         for the benefit of people using Autoconf 2.60.  If you want to
13113         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13114         (or m4/onceonly.m4, if pre-2.57) manually.
13115
13116 2006-07-08  Jim Meyering  <jim@meyering.net>
13117
13118         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13119         comment.
13120         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13121         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13122         comment.
13123
13124 2006-07-08  Jim Meyering  <jim@meyering.net>
13125
13126         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13127
13128 2006-07-07  Simon Josefsson  <jas@extundo.com>
13129
13130         * tests/test-crc.c: Change expected crc value, the test vector
13131         were probably computed using the old broken crc.c?
13132
13133 2006-07-06  Simon Josefsson  <jas@extundo.com>
13134
13135         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13136         now the canonical place for the M4 file).
13137
13138         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13139         from the sys_socket dependency now.
13140
13141         * modules/inet_pton (Files): Ditto.
13142
13143         * modules/inet_ntop (Files): Ditto.
13144
13145 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13146
13147         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13148         not gl_PREREQ_GETUSERSHELL.
13149
13150 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13151
13152         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13153         with only one argument, for Autoconf 2.60.
13154         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13155         expand to nothing, so add a shell command to avoid syntax error.
13156         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13157
13158 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13159
13160         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13161
13162 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13163
13164         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13165         no longer needed.  Check for isblank decl.
13166         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13167         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13168         of existence.
13169
13170 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13171
13172         * lib/getloadavg.c: Use __VMS, not VMS.
13173         * lib/getopt.c: Likewise.
13174         * lib/getpagesize.h: Likewise.
13175         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13176         and probably does not work.
13177
13178 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13179
13180         * lib/.cppi-disable: Add wcwidth.
13181         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13182         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13183         (ISGRAPH): Remove.  All uses changed to isgraph.
13184         (FOLD) [!defined _LIBC]: Remove special case.
13185         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13186         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13187         HAVE_ISBLANK.
13188         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13189         case.
13190
13191 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13192
13193         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13194         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13195         brackets.  Other minor changes to suppress some compiler
13196         warnings.
13197
13198 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13199         and Paul Eggert  <eggert@cs.ucla.edu>
13200
13201         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13202         of invoking obsolescent AC_HEADER_DIRENT macro.
13203         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13204         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13205         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13206         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13207         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13208         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13209         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13210         * m4/readdir.m4: Remove; no longer needed.
13211
13212 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13213         and Paul Eggert  <eggert@cs.ucla.edu>
13214
13215         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13216         Don't worry about this obsolete case any more.
13217         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13218         directories.
13219         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13220         worry about this obsolete case any more.
13221         * lib/fts.c: Likewise.
13222         * lib/getcwd.c: Likewise.
13223         * lib/glob.h: Likewise.
13224         * lib/savedir.c: Likewise.
13225
13226 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13227
13228         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13229         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13230         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13231         needed.
13232         All uses removed.
13233         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13234         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13235         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13236         needed.
13237         * m4/getdate.m4 (gl_GETDATE): Likewise.
13238         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13239         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13240         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13241         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13242         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13243         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13244         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13245         needed.
13246
13247 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13248
13249         * lib/memcasecmp.c: Include <limits.h>.
13250         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13251         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13252         Don't assume isdigit succeeds only on '0' through '9'.
13253
13254 2006-07-05  Eric Blake  <ebb9@byu.net>
13255
13256         * modules/getaddrinfo (Depends-on): Add snprintf.
13257
13258 2006-07-05  Eric Blake  <ebb9@byu.net>
13259
13260         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13261         to avoid 'header present but could not be compiled' on cygwin.
13262
13263 2006-07-05  Eric Blake  <ebb9@byu.net>
13264
13265         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13266         missing from netdb.h.
13267         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13268
13269 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13270
13271         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13272         no longer needed.
13273         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13274         * m4/getdate.m4 (gl_GETDATE): Likewise.
13275         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13276         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13277         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13278         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13279         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13280
13281 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13282
13283         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13284         All uses of is_space replaced by isspace.
13285         * lib/exit.h: Don't talk about STDC_HEADERS.
13286         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13287         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13288         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13289         replaced by isprint etc.
13290         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13291         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13292         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13293         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13294         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13295         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13296
13297 2006-07-05  Bruno Haible  <bruno@clisp.org>
13298
13299         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13300         the function exists, before testing against AIX.
13301         Reported by Martin Lambers <marlam@marlam.de>.
13302
13303 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13304
13305         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13306         From Mark D. Baushke.
13307
13308 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13309
13310         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13311         to the absolute name, not just one, to bypass Sun C 5.8's
13312         "warning: #include of /usr/include/... may be non-portable".
13313
13314 2006-07-04  Eric Blake  <ebb9@byu.net>
13315
13316         * modules/dirname-tests: New test module.
13317         * tests/test-dirname.c: New file, replacing dirname.c
13318         TEST_DIRNAME section that was recently deleted.
13319
13320 2006-07-04  Bruno Haible  <bruno@clisp.org>
13321
13322         Assume ANSI C header files and <ctype.h> functions.
13323         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13324         (mbsnwidth): Use isprint, iscntrl instead.
13325
13326 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         Merge from coreutils.
13329         * MODULES.html.sh: Add xstrtold.
13330         * modules/xstrtold: New file.
13331         * modules/cycle-check (Files): Add lib/same-inode.h.
13332         * modules/dirname (Files): Add m4/double-slash-root.m4.
13333         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13334         * modules/mkdir-p (Files): Add lib/same-inode.h.
13335         * modules/same (Files): Add lib/same-inode.h.
13336
13337 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13338
13339         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13340         This is to keep the terminology clean; POSIX talks about
13341         "absolute pathnames", not "full pathnames", but the GNU
13342         Coding Standards say to use "path" for something else;
13343         so use "absolute" to keep both sides happy.
13344         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13345         Set gl_absolute_header, not gl_full_header_path.
13346         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13347         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13348         All uses changed.
13349
13350         Merge from coreutils.
13351
13352         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13353
13354         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13355         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13356         want to require the building of c-strtod.o.
13357         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13358         needs -lm directly.
13359         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13360
13361         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13362
13363         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13364         --as-needed option if available.  Problem reported by Albert Chin in
13365         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13366         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13367         cc merely issues a bunch of annoying warnings for --as-needed
13368         (this problem was reported by Bob Proulx).  Also, try linking with
13369         -lm to detect a bug in binutils 2.16 (this problem was reported
13370         by Ralf Wildenhues).
13371
13372         2006-06-18  Jim Meyering  <jim@meyering.net>
13373
13374         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13375         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13376         macro.
13377         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13378         also check for glibc-2.4's abort-inducing bug.
13379
13380         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13381         Low-probability clean-up should be to use rmdir to get rid of
13382         the just-created directory, not unlink.
13383
13384         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13385         configure fail, and request a bug report to inform us about it.
13386         Add a comment that, barring reports to the contrary, in 2007 we'll
13387         assume ftruncate is universally available.
13388
13389         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13390
13391         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13392
13393         2006-03-12  Jim Meyering  <jim@meyering.net>
13394
13395         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13396         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13397         * m4/same.m4 (gl_SAME): Likewise.
13398         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13399
13400         2006-03-11  Eric Blake  <ebb9@byu.net>
13401
13402         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13403         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13404         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13405         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13406
13407 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13408
13409         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13410         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13411         reported by Mark D. Baushke, one in
13412         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13413
13414         Merge from coreutils.
13415
13416         * lib/.cppi-disable: Add stdint_.h.
13417         * lib/.cvsignore: Add stdint.h.
13418
13419         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13420
13421         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13422         both double and long double versions.
13423         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13424         * lib/xstrtold.c: New file.
13425         * lib/xstrtod.h (xstrtold): New decl.
13426
13427         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         * lib/filemode.c (setst): Remove.
13430         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13431         (arguably) clearer, and the generated code is a bit smaller on my
13432         Debian GNU/Linux stable x86 host.
13433
13434         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13435
13436         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13437         Assume that filemode.h includes sys/types.h and sys/stat.h.
13438         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13439         (ftypelet): Reorder to put common cases first, for efficiency.
13440         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13441         to do 'M'.
13442         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13443         of 10, for compatibility with FreeBSD.  All callers changed.
13444         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13445         types that can't be deduced solely from st_mode.  First arg is now a
13446         const pointer.
13447         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13448         (strmode): Renamed from mode_string.
13449         (filemodestring): New decl.
13450         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13451         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13452         needed.
13453         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13454
13455         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13456
13457         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13458         fsusage.h now does that.  Include fsusage.h first, to test interface.
13459         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13460         at most one method (the old code could have generated decls that
13461         didn't conform to C89, not that this was ever exercised).
13462         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13463
13464         2006-03-19  Jim Meyering  <jim@meyering.net>
13465
13466         Work even in a chroot where d_ino values for entries in "/"
13467         don't match the stat.st_ino values for the same names.
13468         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13469         number, iterate through all entries again, using lstat instead.
13470         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13471         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13472
13473         * lib/getcwd.c (__getcwd): Clarify a comment.
13474         Use memcpy in place of a call to strcpy.
13475
13476         2006-03-12  Jim Meyering  <jim@meyering.net>
13477
13478         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13479         matches that of the current directory (which we're about to chdir ".."
13480         out of), then save the dev-ino of the parent, instead.
13481
13482         * lib/same-inode.h (SAME_INODE): New file/macro.
13483         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13484         Include "same-inode.h", instead.
13485         * lib/same.c: Likewise.
13486         * lib/cycle-check.h: Include "same-inode.h".
13487         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13488         * lib/cycle-check.c (SAME_INODE): Remove definition.
13489         * lib/root-dev-ino.h: Include "same-inode.h".
13490
13491         2006-03-11  Eric Blake  <ebb9@byu.net>
13492
13493         * lib/same.c (same_name): s/base_name/last_component/
13494         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13495         * lib/filenamecat.c (file_name_concat): Likewise.
13496
13497         2006-03-11  Eric Blake  <ebb9@byu.net>,
13498                     Paul Eggert  <eggert@cs.ucla.edu>
13499
13500         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13501         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13502         drive prefix.
13503         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13504         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13505         (last_component): New method.
13506         * lib/dirname.c (dir_len): Determine when drive letters need a
13507         subsequent slash.  Preserve // when it is special.
13508         (dir_name): Don't append dot when drive letter is absolute.
13509         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13510         * lib/basename.c (base_name): New semantics - malloc the result.
13511         Preserve // when it is special.  Preserve relative files that look
13512         like drive letters.
13513         (base_len): Preserve // when it is special.
13514         (last_component): New method, similar to old base_name semantics.
13515         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13516         base_name.  Strip redundant slashes from ///.
13517
13518 2006-07-03  Jim Meyering  <jim@meyering.net>
13519
13520         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13521         macro is used before the first cycle_check call.
13522
13523 2006-07-03  Eric Blake  <ebb9@byu.net>
13524
13525         * modules/dirname (Depends-on): Add xstrndup.
13526
13527 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13528
13529         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13530         test cases, so that config.log is a bit easier to follow.
13531
13532 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13533
13534         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13535         both are 64 bits, since this seems to be the tradition, and this
13536         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13537         we ever run into a host that prefers long long to long in this
13538         case, we'll need another configure-time test.  Problem reported by
13539         Jim Meyering.
13540
13541 2006-07-02  Eric Blake  <ebb9@byu.net>
13542
13543         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13544
13545 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13546
13547         * modules/inttypes (Depends-on): No longer depends on stdint.
13548         * modules/stdint (Description): Say more about assumptions.
13549         Say that the fast types might differ.  Say macros are used.
13550         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13551         (Makefile.am): Revise list of substituted symbols to match
13552         new stdint.m4.
13553         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13554         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13555         * tests/test-stdint.c (verify_same_types)
13556         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13557         the code conforms to C99/C89.
13558         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13559         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13560
13561 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13562
13563         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13564         but fix a bug, by requiring at least 64 bits.
13565         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13566         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13567         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13568         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13569
13570         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13571         changes.  Make 2.59 a prerequisite.  Check and substitute for
13572         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13573         inttypes.h.  Do not use special include files; just use the
13574         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13575         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13576         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13577         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13578         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13579         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13580         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13581         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13582         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13583         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13584         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13585         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13586         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13587         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13588         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13589         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13590         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13591         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13592         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13593         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13594         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13595         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13596         not check for things that C99 does not require, e.g., int8_t.  If
13597         a test isn't needed unless <stdint.h> isn't working, and is
13598         unlikely to be needed for any other reason, then don't do it
13599         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13600         size_t, since we assume C89 freestanding at least.  Do not check
13601         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13602         the right thing even if the types are not defined.  Instead use:
13603         (gl_STDINT_TYPE_PROPERTIES): New macro.
13604         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13605         testing whether <sys/types.h> clashes, as Autoconf does this for
13606         us now.  All uses removed.
13607         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13608         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13609         (gl_CHECK_TYPE_SAME):
13610         Remove; no longer needed.
13611         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13612         exists, since we'll return 0 anyway in that case.
13613         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13614
13615 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13616
13617         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13618         possible collision with system files.
13619         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13620         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13621         WCHAR_MIN and WCHAR_MAX in this case.
13622         (<stddef.h>): Do not include; no longer needed.
13623         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13624         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13625         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13626         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13627         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13628         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13629         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13630         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13631         !defined(__c99))]: Include in this case too, since it's harmless
13632         now.
13633         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13634         dangerous to do so.
13635         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13636         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13637         (_STDINT_MIN, _STDINT_MAX): New macros.
13638         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13639         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13640         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13641         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13642         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13643         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13644         macros, not typedefs; this simplifies things quite a bit.
13645         Use long int for all types narrower than int64_t.
13646         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13647         Define in terms of long long int or int64_t or long int,
13648         not int64_t or int32_t.  This saves some compile-time testing.
13649         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13650         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13651         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13652         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13653         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13654         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13655         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13656         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13657         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13658         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13659         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13660         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13661         undef any previous version and define our own version, for
13662         simplicity and consistency with the new macros for types.
13663         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13664         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13665         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13666         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13667         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13668         @WINT_T_SUFFIX@ to keep things simple here.
13669         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13670         Simplify by assuming typical 8/16/32/64 host, since we're
13671         already doing that elsewhere anyway.
13672         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13673         and assume long long int is 64 bits if available.  This
13674         speeds up 'configure'.
13675
13676 2006-07-01  Eric Blake  <ebb9@byu.net>
13677
13678         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13679         Reported by Andreas Buening.
13680
13681 2006-07-01  Eric Blake  <ebb9@byu.net>
13682
13683         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13684
13685 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13686
13687         * lib/getaddrinfo.c: fixed typo
13688
13689 2006-06-29  Jim Meyering  <jim@meyering.net>
13690
13691         * modules/strftime (Maintainer): Add my name, since with the
13692         FPRINTFTIME changes strftime.c has forked from glibc.
13693
13694 2006-06-29  Eric Blake  <ebb9@byu.net>
13695
13696         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13697
13698 2006-06-29  Eric Blake  <ebb9@byu.net>
13699
13700         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13701
13702 2006-06-29  Eric Blake  <ebb9@byu.net>
13703
13704         * lib/stat_.h: New file.
13705
13706 2006-06-29  Eric Blake  <ebb9@byu.net>
13707
13708         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13709         unused static function.
13710
13711 2006-06-29  Eric Blake  <ebb9@byu.net>
13712
13713         * doc/functions.texi (Function Portability): Document missing lstat
13714         on mingw.
13715
13716 2006-06-29  Eric Blake  <ebb9@byu.net>
13717
13718         * MODULES.html.sh: Add sys_stat.
13719         * modules/sys_stat: New module.
13720         * modules/mkstemp (Depends-on): Add sys_stat.
13721
13722 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13723
13724         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13725
13726 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13727
13728         * m4/c-bs-a.m4: Removed.
13729
13730 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13731
13732         * lib/strftime.c: Assume strftime() exists.
13733
13734 2006-06-29  Derek Price  <derek@ximbiot.com>
13735
13736         * modules/c-bs-a: Removed - \a is C89.
13737         * MODULES.html.sh: Remove c-bs-a.
13738
13739 2006-06-29  Bruno Haible  <bruno@clisp.org>
13740
13741         * modules/wcwidth (License): Change to LGPL.
13742
13743 2006-06-28  Simon Josefsson  <jas@extundo.com>
13744
13745         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13746         on _WIN32.
13747
13748         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13749         getnameinfo.
13750
13751 2006-06-28  Simon Josefsson  <jas@extundo.com>
13752
13753         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13754
13755 2006-06-28  Simon Josefsson  <jas@extundo.com>
13756
13757         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13758         functions there.  It will succeed on Windows XP, but on Windows
13759         2000 and (presumably) earlier, it will fail, and use the internal
13760         re-implementation.
13761         (use_win32_p): New function.
13762         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13763         Support AI_NUMERICSERV to disable getservbyname.
13764         (getnameinfo): New function, only supports
13765         NI_NUMERICHOST|NI_NUMERICSERV for now.
13766
13767         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13768         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13769         getnameinfo.
13770
13771 2006-06-28  Eric Blake  <ebb9@byu.net>
13772
13773         * modules/wcwidth: New file.
13774         * modules/mbchar (Depends-on): Add wcwidth.
13775         * modules/mbswidth (Depends-on): Add wcwidth.
13776         * MODULES.html.sh: Add wcwidth.
13777
13778 2006-06-28  Eric Blake  <ebb9@byu.net>
13779
13780         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13781         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13782
13783 2006-06-28  Eric Blake  <ebb9@byu.net>
13784
13785         * lib/xvasprintf.h: Fix comments.
13786
13787 2006-06-28  Eric Blake  <ebb9@byu.net>
13788
13789         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13790         * lib/mbswidth.c (wcwidth): Move from here...
13791         * lib/wcwidth.h: ...to this new file.
13792
13793 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13794
13795         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13796
13797         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13798         it's obsolete.
13799         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13800
13801 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13802
13803         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13804         Autoconf 2.60 says this stuff was obsolete.
13805
13806 2006-06-28  Bruno Haible  <bruno@clisp.org>
13807
13808         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13809
13810 2006-06-28  Bruno Haible  <bruno@clisp.org>
13811
13812         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13813         gt_TYPE_WCHAR_T.
13814
13815 2006-06-28  Bruno Haible  <bruno@clisp.org>
13816
13817         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13818         declaration for wcwidth.
13819         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13820
13821 2006-06-28  Bruno Haible  <bruno@clisp.org>
13822
13823         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13824         (mkdir): Define using _mkdir.
13825
13826 2006-06-28  Bruno Haible  <bruno@clisp.org>
13827
13828         * lib/getaddrinfo.h: Fix POSIX URL.
13829         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13830         _WIN32.
13831         (use_win32_p): Make static.
13832         (getaddrinfo): Reject service name if it is empty or does not consist
13833         solely of decimal digits, or if its value is > 65535.
13834         (getnameinfo): Remove useless casts.
13835
13836 2006-06-27  Simon Josefsson  <jas@extundo.com>
13837
13838         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13839         Eggert and Martin Lambers.
13840
13841 2006-06-27  Simon Josefsson  <jas@extundo.com>
13842
13843         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13844         Eggert and Martin Lambers.
13845
13846 2006-06-27  Bruno Haible  <bruno@clisp.org>
13847
13848         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13849         result to 0, not to empty.
13850         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13851
13852 2006-06-27  Bruno Haible  <bruno@clisp.org>
13853
13854         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13855
13856 2006-06-26  Simon Josefsson  <jas@extundo.com>
13857
13858         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13859         present.
13860
13861 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13862
13863         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13864         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13865         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13866
13867 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13868
13869         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13870
13871 2006-06-26  Bruno Haible  <bruno@clisp.org>
13872
13873         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13874
13875 2006-06-26  Bruno Haible  <bruno@clisp.org>
13876
13877         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13878
13879 2006-06-26  Bruno Haible  <bruno@clisp.org>
13880
13881         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13882         SGI C compiler in pre-C99 mode.
13883         Suggested by Mark D. Baushke and Larry Jones.
13884
13885 2006-06-26  Bruno Haible  <bruno@clisp.org>
13886
13887         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13888         WCHAR_MAX.
13889         Reported by Mark D. Baushke and Larry Jones.
13890
13891 2006-06-26  Bruno Haible  <bruno@clisp.org>
13892
13893         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13894         in pre-C99 mode.
13895         Suggested by Mark D. Baushke and Larry Jones.
13896
13897 2006-06-23  Simon Josefsson  <jas@extundo.com>
13898             Bruno Haible  <bruno@clisp.org>
13899
13900         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13901         Emit mostlyclean-local rule.
13902         (func_emit_tests_Makefile_am): Likewise.
13903         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13904
13905 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13906
13907         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13908
13909 2006-06-23  Bruno Haible  <bruno@clisp.org>
13910
13911         * tests/test-stdint.c: Update to match ISO C 99 Technical
13912         Corrigendum 1.
13913
13914 2006-06-23  Bruno Haible  <bruno@clisp.org>
13915
13916         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13917
13918 2006-06-23  Bruno Haible  <bruno@clisp.org>
13919
13920         * lib/stdint_.h: Treat IRIX like OpenBSD.
13921
13922 2006-06-23  Bruno Haible  <bruno@clisp.org>
13923
13924         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13925         ISO C 99 Technical Corrigendum 1.
13926
13927 2006-06-22  Simon Josefsson  <jas@extundo.com>
13928
13929         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13930         MinGW.
13931
13932 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13933
13934         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13935         needed.  Some compiler complained about some of them.  Problem reported
13936         by Larry Jones in
13937         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13938
13939 2006-06-21  Simon Josefsson  <jas@extundo.com>
13940
13941         * tests/test-getaddrinfo.c: New file.
13942
13943         * modules/getaddrinfo-tests: New file.
13944
13945         * MODULES.html.sh: Add inet_pton.
13946
13947         * modules/inet_pton: New file.
13948
13949 2006-06-21  Simon Josefsson  <jas@extundo.com>
13950
13951         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13952         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13953         of using the (limited) gnulib implementation on Windows XP.
13954
13955         * m4/inet_pton.m4: New file.
13956
13957 2006-06-21  Simon Josefsson  <jas@extundo.com>
13958
13959         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13960         variable.
13961
13962         * lib/socket_.h: Don't define WINVER.
13963
13964         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13965         slightly modified to work in gnulib.
13966
13967 2006-06-21  Simon Josefsson  <jas@extundo.com>
13968
13969         * doc/gnulib.texi (Windows sockets): Add.
13970
13971 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13972
13973         * lib/read-file.c (fread_file): Start with buffer allocation of
13974         0 bytes rather than 1 byte; this simplifies the code.
13975         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13976         code to free buffer and save/restore errno.
13977         (internal_read_file): Remove unused local.
13978
13979 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13980
13981         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13982         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13983         Problem reported by Denis Excoffier in
13984         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13985
13986 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13987
13988         * modules/sys_socket, modules/socklen: Include sys/types since
13989         FreeBSD 4.x's sys/socket.h needs it.
13990
13991 2006-06-19  Simon Josefsson  <jas@extundo.com>
13992
13993         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13994
13995 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13996
13997         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13998
13999 2006-06-19  Bruno Haible  <bruno@clisp.org>
14000
14001         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14002         and FULL_PATH_INTTYPES_H in angle brackets.
14003         Reported by Mark D. Baushke <mdb@gnu.org>.
14004
14005 2006-06-17  Eric Blake  <ebb9@byu.net>
14006
14007         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14008         errno.
14009
14010 2006-06-17  Bruno Haible  <bruno@clisp.org>
14011
14012         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14013         <sys/inttypes.h>.
14014
14015 2006-06-17  Bruno Haible  <bruno@clisp.org>
14016
14017         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14018         whether errno is declared. Assume <errno.h> declares errno.
14019
14020 2006-06-17  Bruno Haible  <bruno@clisp.org>
14021
14022         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14023
14024 2006-06-17  Bruno Haible  <bruno@clisp.org>
14025
14026         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14027         problem on Solaris 2.5.1.
14028
14029 2006-06-16  Eric Blake  <ebb9@byu.net>
14030
14031         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14032         * lib/unicodeio.c [!defined errno]: Likewise.
14033         * lib/strtol.c [!defined errno]: Likewise.
14034         * lib/strtod.c [!defined errno]: Likewise.
14035
14036 2006-06-15  Eric Blake  <ebb9@byu.net>
14037
14038         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14039
14040 2006-06-15  Eric Blake  <ebb9@byu.net>
14041
14042         * config/srclist.txt (ssize_t.m4): Lose sync.
14043
14044 2006-06-15  Bruno Haible  <bruno@clisp.org>
14045
14046         * modules/stdint (Files): Include m4/full-header-path.m4,
14047         m4/size_max.m4, m4/wchar_t.m4.
14048         (Makefile.am): Many more substitutions.
14049         * modules/stdint-tests: New file.
14050         * tests/test-stdint.c: New file.
14051
14052 2006-06-15  Bruno Haible  <bruno@clisp.org>
14053
14054         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14055         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14056         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14057         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14058         gl_CHECK_TYPE_SAME): New macros.
14059
14060 2006-06-15  Bruno Haible  <bruno@clisp.org>
14061
14062         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14063
14064 2006-06-15  Bruno Haible  <bruno@clisp.org>
14065
14066         * lib/stdint_.h: Rewritten to be fully auto-configured.
14067         Fixes bug on HP-UX/IA64.
14068
14069 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14070
14071         * lib/getdate.y (__attribute__): Don't define if already defined.
14072         Problem reported by Larry Jones.
14073         * lib/utimens.c (__attribute__): Likewise.
14074
14075 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14078         reported by Andreas Schwab.
14079
14080 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14081             Bruno Haible  <bruno@clisp.org>
14082
14083         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14084         check for the declaration of strnlen and a run test that exposes the
14085         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14086         rpl_strndup.
14087
14088 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14089             Bruno Haible  <bruno@clisp.org>
14090
14091         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14092
14093 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14094
14095         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14096         compile test, for Tru64 4.0D.
14097
14098 2006-05-28  Karl Berry  <karl@gnu.org>
14099
14100         * config/srclist.txt (printf-args.c): lose sync.
14101
14102 2006-05-26  Martin Lambers  <marlam@marlam.de>
14103
14104         * lib/getpass.c: Updates the test for the native W32 API, and adds
14105         missing includes, thus fixing compilation warnings.
14106
14107 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14108
14109         * lib/exclude.c (exclude_fnmatch): New function.
14110         (excluded_file_name): Call exclude_fnmatch.
14111         * lib/exclude.h (excluded_file_name): New prototype
14112
14113 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14114
14115         * lib/tempname.c (small_open, large_open): New macros.
14116         (__open, __open64) [!_LIBC]: Remove.
14117         (__gen_tempname): Use small_open and large_open instead of __open
14118         and __open64.  This fixes a portability bug on HP-UX 11.11i
14119         reported by Simon Wing-Tang in
14120         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14121
14122 2006-05-24  Bruno Haible  <bruno@clisp.org>
14123
14124         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14125         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14126         Reported by Thorsten Maerz <torte@netztorte.de> via
14127         Aaron Stone <aaron@serendipity.cx>.
14128
14129 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14130
14131         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14132         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14133         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14134         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14135         not really conditional on the cache.
14136         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14137
14138 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14139
14140         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14141         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14142         (my_usleep): Don't mishandle maximum value.
14143
14144 2006-05-19  Jim Meyering  <jim@meyering.net>
14145
14146         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14147
14148 2006-05-17  Bruno Haible  <bruno@clisp.org>
14149
14150         Cygwin portability.
14151         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14152
14153 2006-05-17  Bruno Haible  <bruno@clisp.org>
14154
14155         * lib/stdint_.h: Fix recognition of Cygwin.
14156
14157 2006-05-15  Bruno Haible  <bruno@clisp.org>
14158
14159         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14160         on libtool patch by Ralf Wildenhues.
14161
14162 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14165         test for C99 conformance; (bool) 0.5 is an integer constant
14166         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14167         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14168
14169 2006-05-11  Simon Josefsson  <jas@extundo.com>
14170
14171         * m4/xvasprintf.m4: Fix obvious typo.
14172
14173 2006-05-11  Jim Meyering  <jim@meyering.net>
14174
14175         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14176         James Lemley.
14177
14178 2006-05-10  Simon Josefsson  <jas@extundo.com>
14179
14180         * lib/md4.c: Typo fix, update copyright years.
14181         (K1, K2): Don't use L because it turn computations into 64-bit on
14182         64-bit platforms.
14183
14184 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14185
14186         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14187         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14188         unwanted sign propagation, e.g., on hosts with 64-bit int.
14189         There still are some problems with reeelly weird theoretical hosts
14190         (e.g., 33-bit int) but it's not worth worrying about now.
14191         * lib/sha1.c (rol): Likewise.
14192         (K1, K2, K3, K4): Remove unnecessary L suffix.
14193
14194 2006-05-10  Bruno Haible  <bruno@clisp.org>
14195
14196         * lib/des.c: Cast to avoid warnings.
14197
14198 2006-05-09  Bruno Haible  <bruno@clisp.org>
14199
14200         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14201         (Depends-on): Depend also on xsize, stdarg.
14202         (configure.ac): Add gl_XVASPRINTF.
14203
14204 2006-05-09  Bruno Haible  <bruno@clisp.org>
14205
14206         * m4/xvasprintf.m4: New file.
14207
14208 2006-05-09  Bruno Haible  <bruno@clisp.org>
14209
14210         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14211         (EOVERFLOW): Define fallback value.
14212         (xstrcat): New function.
14213         (xvasprintf): Recognize the special case of a string concatenation.
14214
14215 2006-05-08  Eric Blake  <ebb9@byu.net>
14216
14217         * gnulib-tool (func_version): Base copyright year on CVS date.
14218         (func_emit_copyright_notice): New function.
14219         (func_emit_lib_Makefile_am): Use it.
14220         (func_emit_tests_Makefile_am): Likewise.
14221         (func_import): Likewise.
14222
14223 2006-05-08  Bruno Haible  <bruno@clisp.org>
14224
14225         * modules/stdarg: New file.
14226         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14227
14228 2006-05-08  Bruno Haible  <bruno@clisp.org>
14229
14230         * m4/stdarg.m4: New file, from GNU gettext.
14231
14232 2006-05-08  Bruno Haible  <bruno@clisp.org>
14233
14234         * config/srclist.txt (build-aux/config.rpath): different from latest
14235         release.
14236
14237 2006-05-08  Bruno Haible  <bruno@clisp.org>
14238
14239         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14240
14241 2006-05-05  Jim Meyering  <jim@meyering.net>
14242
14243         * m4/warning.m4: New file, derived from bison's file by the same name.
14244
14245 2006-05-03  Bruno Haible  <bruno@clisp.org>
14246
14247         * lib/stdint_.h: Shorter URL.
14248         * lib/inttypes.h: Likewise.
14249
14250 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14251
14252         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14253
14254 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         * lib/verify.h: Document the internals better.  Most of this change
14257         was written by Bruno Haible.
14258
14259 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14260
14261         * doc/verify.texi: New file, partly based on a proposal by
14262         Bruno Haible.
14263
14264 2006-05-02  Bruno Haible  <bruno@clisp.org>
14265
14266         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14267         test from here...
14268         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14269
14270 2006-04-29  Bruno Haible  <bruno@clisp.org>
14271
14272         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14273         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14274
14275 2006-04-29  Bruno Haible  <bruno@clisp.org>
14276
14277         * gnulib-tool: Make --update option actually work.
14278
14279 2006-04-29  Bruno Haible  <bruno@clisp.org>
14280
14281         * doc/gcd.texi: New file.
14282         * doc/gnulib.texi: Include it.
14283
14284 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14285
14286         * lib/getdate.y (get_date): When adding relative date, start with the
14287         initial time, not with the result of the first mktime call.
14288
14289 2006-04-25  Bruno Haible  <bruno@clisp.org>
14290
14291         * gnulib-tool (func_import): Output the include directives in three
14292         blocks, sorted separately.
14293         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14294
14295 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14298         to define main with arguments, for C++.  Reported by Eric Blake.
14299         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14300         Prefer 'int main ()' to 'int main (void)', for C++.
14301         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14302         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14303         for 'main', for C99 and C++.
14304
14305 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14306
14307         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14308         Don't assume that exit status -1 is valid.
14309         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14310         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14311         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14312         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14313         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14314         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14315         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14316         functions can be used without declaring them, or that you can
14317         exit with status -1.
14318         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14319
14320 2006-04-24  Karl Berry  <karl@gnu.org>
14321
14322         * config/srclist.txt (longdouble.m4): sync lost.
14323
14324 2006-04-24  Eric Blake  <ebb9@byu.net>
14325
14326         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14327
14328 2006-04-24  Bruno Haible  <bruno@clisp.org>
14329
14330         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14331         poll() implementation in AIX.
14332         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14333
14334 2006-04-24  Bruno Haible  <bruno@clisp.org>
14335
14336         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14337         assigned exactly once.
14338
14339 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14340             Bruno Haible  <bruno@clisp.org>
14341
14342         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14343         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14344         for AM_CPPFLAGS.
14345
14346 2006-04-23  Bruno Haible  <bruno@clisp.org>
14347
14348         * modules/copy-file: Depend on unistd.
14349         * modules/execute: Likewise.
14350         * modules/fatal-signal: Likewise.
14351         * modules/findprog: Likewise.
14352         * modules/mkdtemp : Likewise.
14353         * modules/pipe: Likewise.
14354         * modules/wait-process: Likewise.
14355
14356 2006-04-23  Bruno Haible  <bruno@clisp.org>
14357
14358         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14359         condition was already detected.
14360         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14361
14362 2006-04-23  Bruno Haible  <bruno@clisp.org>
14363
14364         * lib/copy-file.c: Include <unistd.h> unconditionally.
14365         * lib/execute.c: Likewise.
14366         * lib/fatal-signal.c: Likewise.
14367         * lib/findprog.c: Likewise.
14368         * lib/mkdtemp.c: Likewise.
14369         * lib/pipe.h: Likewise.
14370         * lib/pipe.c: Likewise.
14371         * lib/wait-process.h: Likewise.
14372
14373 2006-04-23  Bruno Haible  <bruno@clisp.org>
14374
14375         * gnulib-tool (func_usage): Fix --import description. Document
14376         --update.
14377         (func_import): Create temporary file in a temporary directory, if
14378         --dry-run is specified. Silence errors from 'grep' when there are no
14379         m4 files in $m4dir.
14380         (func_create_testdir): Silence errors from 'grep' when there are no
14381         m4 files in $m4dir.
14382         Reported by Karl Berry <karl@freefriends.org>.
14383
14384 2006-04-20  Bruno Haible  <bruno@clisp.org>
14385
14386         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14387         one argument, so that the code will be portable to Autoconf 2.60.
14388         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14389         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14390         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14391
14392 2006-04-19  Derek Price  <derek@ximbiot.com>
14393             Eric Blake  <ebb9@byu.net>
14394
14395         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14396         rather than "/full/path.h".  Update comment to match.  Shorten &
14397         generalize m4_translit call via AS_TR_CPP.
14398
14399 2006-04-19  Derek Price  <derek@ximbiot.com>
14400             Eric Blake  <ebb9@byu.net>
14401
14402         * lib/inttypes.h: Correct grammar in comment.
14403
14404 2006-04-18  Derek Price  <derek@ximbiot.com>
14405             Paul Eggert  <eggert@cs.ucla.edu>
14406
14407         * modules/inttypes: New file.
14408         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14409
14410 2006-04-18  Derek Price  <derek@ximbiot.com>
14411             Paul Eggert  <eggert@cs.ucla.edu>
14412
14413         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14414         New files.
14415
14416 2006-04-18  Derek Price  <derek@ximbiot.com>
14417             Paul Eggert  <eggert@cs.ucla.edu>
14418
14419         * lib/inttypes.h: New file.
14420         * lib/strtoimax.c: Assume <inttypes.h>.
14421
14422 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14423
14424         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14425         isn't mounted.  Problem reported by Kir Kolyshkin.
14426
14427 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14428
14429         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14430         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14431         Derek R. Price.
14432         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14433         implementation.
14434
14435 2006-04-12  Eric Blake  <ebb9@byu.net>
14436
14437         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14438         is now done automatically by the corresponding Autoconf macro.
14439
14440 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14443         time_r.h.
14444
14445 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14446
14447         Merge regex changes from libc, removing some of our
14448         POSIX-conformance changes that were rejected and redoing them in a
14449         less-intrusive way.
14450
14451         * lib/regcomp.c (re_compile_internal, init_dfa):
14452         Length arg is now size_t, not Idx.  All uses changed.
14453         (peek_token): Forward decl now says internal_function.
14454         (__re_error_msgid, __re_error_msgid_idx):
14455         Now static rather than extern with attribute_hidden.
14456         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14457         For some reason libc prefers K&R style defns for external functions.
14458         (regerror) [!defined _LIBC]: Likewise.
14459         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14460         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14461         (build_range_exp, build_collating_symbol):
14462         Use K&R-style defn.
14463         (re_compile_fastmap): Use '\0' to memset, not 0.
14464         (utf8_sb_map): Make the calculations more obvious.
14465         (init_dfa, parse_bracket_exp, build_charclass_op):
14466         Call calloc and cast result, as glibc does.
14467         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14468         (build_range_exp, build_collating_symbol):
14469         Now internal functions.
14470
14471         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14472
14473         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14474         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14475         Don't depend on VMS; depend on __VMS instead, for POSIX
14476         namespace cleanness.
14477         (regoff_t): Define to ssize_t, not long int.
14478
14479         Remove the REG_ macros named below.  Instead, make the old names
14480         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14481         __USE_GNU_REGEX.
14482         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14483         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14484         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14485         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14486         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14487         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14488         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14489         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14490         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14491         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14492         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14493         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14494         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14495         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14496         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14497         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14498         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14499         (REG_NREGS):
14500         Remove.  All uses replaced by the old RE_* names.
14501         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14502         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14503         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14504         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14505         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14506         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14507         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14508         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14509         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14510         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14511         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14512         Don't bother having these macros be independent of each others'
14513         values, since they no longer exist in the POSIX name space.
14514
14515         Rename the following member names back to their old names,
14516         unless !__USE_GNU_REGEX.  All uses changed back.
14517         (buffer): Renamed from re_buffer.
14518         (allocated): Renamed from re_allocated.
14519         (used): Renamed from re_used.
14520         (syntax): Renamed from re_syntax.
14521         (fastmap): Renamed from re_fastmap.
14522         (translate): Renamed from re_translate.
14523         (can_be_null): Renamed from re_can_be_null.
14524         (regs_allocated): Renamed from re_regs_allocated.
14525         (fastmap_accurate): Renamed from re_fastmap_accurate.
14526         (no_sub): Renamed from re_no_sub.
14527         (not_bol): Renamed from re_not_bol.
14528         (not_eol): Renamed from re_not_eol.
14529         (newline_anchor): Renamed from re_newline_anchor.
14530         (num_regs): Renamed from rm_num_regs.
14531         (start): Renamed from rm_start.
14532         (end): Renamed from rm_end.
14533
14534         (free_state): Move up a bit.
14535
14536         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14537         #define to be empty.
14538         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14539         when that is what is intended.
14540         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14541         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14542         (MAX): New macro.
14543         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14544         All uses changed back to re_malloc, etc.  It's now the caller's
14545         responsibility to check for overflow; all callers changed.
14546         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14547         (re_x2nrealloc): Remove.
14548         (free_state): Remove decl.
14549
14550         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14551         (re_set_registers, re_exec):
14552         Use K&R-style defn.
14553
14554         2006-01-31  Roland McGrath  <roland@redhat.com>
14555
14556         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14557         Reported by Mike Frysinger <vapier@gentoo.org>.
14558
14559         2006-01-15  Andreas Jaeger  <aj@suse.de>
14560
14561         [BZ #1950]
14562         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14563         build_wcs_upper_buffer change.
14564         (build_wcs_upper_buffer): Change return type.
14565
14566         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14567
14568         * lib/regex_internal.h: Include <stdint.h> if available.
14569
14570         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14571
14572         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14573
14574         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14575
14576         * lib/regcomp.c: Adjust for changed secondary hash function.
14577
14578         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14579
14580         * lib/regex.h: Pretty printing.
14581         Clean up namespace a bit.
14582
14583         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14584
14585         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14586         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14587
14588         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14589                     Ulrich Drepper  <drepper@redhat.com>
14590
14591         [BZ #1302]
14592         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14593         changed.
14594         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14595
14596         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14597
14598         [BZ #281]
14599         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14600         * lib/regcomp.c: Remove unnecessary uses of
14601         unsigned RE_TRANSLATE_TYPE.
14602         * lib/regex_internal.h: Likewise.
14603         * lib/regex_internal.c: Likewise.
14604         * lib/regexec.c: Likewise.
14605         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14606
14607         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14608
14609         * lib/regexec.c (find_recover_state): Remove unnecessary
14610         initialization.
14611         (transit_state_bkref): Make DFA a const pointer.
14612         (get_subexp): Likewise.
14613         (check_arrival): Likewise.
14614         (update_cur_sifted_state): Likewise.
14615         (re_search_internal): Likewise.
14616         (prune_impossible_nodes): Likewise.
14617         (acquire_init_state_context): Likewise.
14618         (proceed_next_node): Likewise.
14619         (set_regs): Likewise.
14620         (free_fail_stack_return): Likewise.
14621         (check_arrival_expand_ecl): Mark DFA parameter as const.
14622         (check_arrival_expand_ecl_sub): Likewise.
14623         (check_subexp_limits): Likewise.
14624         (sub_epsilon_src_nodes):  Likewise.
14625         (add_epsilon_src_nodes):  Likewise.
14626         (merge_state_array): Likewise.
14627         (update_regs): Likewise.
14628         (build_trtable): Likewise.
14629         (sift_states_backward): Mark MCTX parameter as const.
14630         (build_sifted_states): Likewise.
14631         (update_cur_sifted_state): Likewise.
14632         (sift_states_mkref): Likewise.
14633         (check_arrival_expand_ecl): Mark eclosure as const.
14634         (check_dst_limits_calc_pos_1): Likewise.
14635         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14636         pointer.
14637
14638         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14639
14640         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14641         (transit_state_sb): Likewise.
14642         (transit_state_mb): Likewise.
14643         (sift_states_iter_mb): Likewise.
14644         (check_arrival_add_next_nodes): Likewise.
14645         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14646         [_LIBC] (re_search_2_stub): Use mempcpy.
14647
14648         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14649         mbrtowc for very simple UTF-8 case.
14650
14651         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14652         a pointer-to-const.
14653         (re_acquire_state_context): Likewise.
14654         * lib/regex_internal.h: Adjust prototypes.
14655
14656         * lib/regex.c: Prevent using C++ compilers.
14657
14658         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14659         (re_acquire_state_context): Likewise.
14660
14661 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14662
14663         * modules/regex (Depends-on): Add ssize_t.
14664
14665 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14666
14667         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14668         translation table.
14669
14670 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14671
14672         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14673
14674 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14675             Bruno Haible  <bruno@clisp.org>
14676
14677         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14678         <sys/types.h> and <inttypes.h>.
14679
14680 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14681
14682         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14683         `__error_t_defined', so argp.h will not typedef the former.
14684
14685 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14686
14687         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14688         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14689         glibc names.  Even if glibc is changed to conform to POSIX, the
14690         traditional names will be available anyway, since regex depends on
14691         the extensions module.  Also, fix a longstanding typo in the
14692         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14693         reported by Emanuele Giaquinta.  Also, change sense of cached
14694         variable, so that the message makes sense.
14695
14696 2006-03-24  Simon Josefsson  <jas@extundo.com>
14697
14698         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14699         including some doc fixes.
14700         (base64_encode_alloc): Fix +1 bug on allocation failures.
14701
14702 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14703
14704         * lib/base64.c (base64_encode): Do not read past end of array with
14705         unsanitized input on systems with CHAR_BIT > 8.
14706
14707 2006-03-24  Eric Blake  <ebb9@byu.net>
14708
14709         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14710
14711 2006-03-22  Karl Berry  <karl@gnu.org>
14712
14713         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14714         * config/srclistvars.sh (COREUTILS): new var.
14715
14716 2006-03-17  Jim Meyering  <jim@meyering.net>
14717
14718         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14719         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14720
14721 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14722
14723         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14724         no longer needs it.  Instead, check that regoff_t is as least
14725         as wide as ptrdiff_t.
14726
14727         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14728         so that our regex.h stays compatible with the installed regex.
14729         This is helpful for installers who configure --without-included-regex.
14730         Problem reported by Emanuele Giaquinta.
14731
14732 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14733
14734         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14735         Typedef to long int, not to off_, as POSIX will likely change
14736         in that direction.
14737
14738 2006-03-15  Eric Blake  <ebb9@byu.net>
14739
14740         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14741
14742 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14743
14744         * lib/argp-help.c (validate_uparams): Fix typo
14745         * lib/argp-parse.c (argp_default_options): Consistently begin help
14746         messages with a lowercase letter.
14747
14748 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14749
14750         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14751         overrun buffers and shouldn't be used (much as gets shouldn't be
14752         used).
14753         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14754
14755 2006-03-08  Simon Josefsson  <jas@extundo.com>
14756
14757         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14758         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14759
14760 2006-03-08  Simon Josefsson  <jas@extundo.com>
14761
14762         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14763         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14764
14765 2006-03-08  Simon Josefsson  <jas@extundo.com>
14766
14767         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14768         signal that configure disabled the device.
14769
14770 2006-03-08  Simon Josefsson  <jas@extundo.com>
14771
14772         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14773         languages.
14774
14775 2006-03-07  Simon Josefsson  <jas@extundo.com>
14776
14777         * modules/getopt (Depends-on): Add unistd.
14778
14779         * modules/unistd: New file.
14780
14781 2006-03-07  Simon Josefsson  <jas@extundo.com>
14782
14783         * modules/gc-random: New file.
14784
14785 2006-03-07  Simon Josefsson  <jas@extundo.com>
14786
14787         * m4/unistd_h.m4: New file.
14788
14789 2006-03-07  Simon Josefsson  <jas@extundo.com>
14790
14791         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14792         test to be side-effect free by storing the result in the cache
14793         variable gl_cv_lib_readline, and moving the assignment of
14794         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14795         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14796
14797 2006-03-07  Simon Josefsson  <jas@extundo.com>
14798
14799         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14800         error on missing devices (the functions will return an error).
14801
14802         * m4/gc.m4: Move random stuff to gc-random.m4
14803
14804 2006-03-07  Simon Josefsson  <jas@extundo.com>
14805
14806         * lib/unistd_.h: New file.
14807
14808 2006-03-07  Simon Josefsson  <jas@extundo.com>
14809
14810         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14811
14812 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14813
14814         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14815         Problem reported by Juan Manuel Guerrero.
14816
14817 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14818
14819         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14820         the unistd module.
14821         * lib/getlogin_r.c: Likewise.
14822         * lib/getlogin_r.h: Likewise.
14823         * lib/glob.c: Likewise.
14824         * lib/pagealign_alloc.c: Likewise.
14825         * lib/unistd_.h: Remove; no longer needed.
14826
14827 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14828
14829         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14830         Add unistd.
14831         * modules/c-stack (Depends-on): Add unistd.
14832         * modules/getlogin_r: Likewise.
14833         * modules/glob: Likewise.
14834         * modules/pagealign_alloc: Likewise.
14835         * modules/unistd (Files): Remove lib/unistd_.h.
14836         (EXTRA_DIST): Remove.
14837         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14838         need unistd_.h.
14839         (MOSTLYCLEANFILES): Remove unistd.h-t.
14840
14841 2006-03-03  Simon Josefsson  <jas@extundo.com>
14842
14843         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14844
14845 2006-03-03  Simon Josefsson  <jas@extundo.com>
14846
14847         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14848         libidn and bison.
14849
14850 2006-03-03  Simon Josefsson  <jas@extundo.com>
14851
14852         * build-aux/maint.mk: Add indent target.
14853
14854 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14855
14856         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14857         our replacement poll.h in any case, to avoid a differing
14858         declaration from a system header.  Seen on AIX.
14859
14860 2006-03-01  Simon Josefsson  <jas@extundo.com>
14861
14862         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14863         <kasal@ucw.cz>.
14864
14865 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14866
14867         * modules/gettime (Depends-on): Add extensions module.
14868         * modules/nanosleep (Depends-on): Likewise.
14869         * modules/settime (Depends-on): Likewise.
14870
14871 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14872
14873         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14874         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14875         pedantically.
14876         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14877         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14878
14879         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14880         not "==".  Reported by Ralf Wildenhues.
14881
14882 2006-03-01  Karl Berry  <karl@gnu.org>
14883
14884         * doc/Copyright/request-*: new files, synced from gnuorg.
14885
14886 2006-03-01  Karl Berry  <karl@gnu.org>
14887
14888         * config/srclist.txt (Copyright/*): new entries.
14889
14890 2006-02-28  Simon Josefsson  <jas@extundo.com>
14891
14892         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14893
14894 2006-02-27  Simon Josefsson  <jas@extundo.com>
14895
14896         * lib/base64.h: Indent #define's.  From Jim Meyering
14897         <jim@meyering.net>.
14898
14899 2006-02-27  Jim Meyering  <jim@meyering.net>
14900
14901         Revert the change of 2006-02-24, so these files can continue
14902         to be sync'd from gettext.
14903         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14904         of `config.h'.
14905
14906 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14907
14908         * modules/intprops: New file.
14909         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14910         Add intprops.
14911         * modules/getloadavg (Files): Remove lib/intprops.h.
14912         (Depends-on): Add intprops.
14913         * modules/human: Likewise.
14914         * modules/inttostr: Likewise.
14915         * modules/openat: Likewise.
14916         * modules/sig2str: Likewise.
14917         * modules/userspec: Likewise.
14918         * modules/utimecmp: Likewise.
14919         * modules/xnanosleep: Likewise.
14920         * modules/xstrtol: Likewise.
14921
14922 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14923
14924         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14925         * modules/lock-tests (TESTS): Use $(EXEEXT).
14926         * modules/tls-tests: Likewise.
14927         * modules/argp-tests: Likewise.
14928         (check_PROGRAMS): New var, replacing...
14929         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14930
14931 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14932
14933         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14934         `config.h'.
14935
14936 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14937
14938         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14939
14940 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14941
14942         Sync from coreutils.
14943         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14944         gl_CHDIR_SAFER.
14945
14946 2006-02-22  Jim Meyering  <jim@meyering.net>
14947
14948         Sync from coreutils.
14949         * m4/chdir-safer.m4: New file.
14950
14951 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14952
14953         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14954         AT_FDCWD exceeds INT_MAX.
14955         * lib/openat.h (AT_FDCWD): Likewise.
14956
14957 2006-02-17  Eric Blake  <address@hidden>
14958
14959         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14960
14961 2006-02-16  Simon Josefsson  <jas@extundo.com>
14962
14963         * modules/getaddrinfo (Depends-on): Add sys_socket.
14964
14965 2006-02-15  Simon Josefsson  <jas@extundo.com>
14966
14967         * build-aux/maint.mk: Add dsyntax-check rule.
14968
14969 2006-02-15  Eric Blake  <ebb9@byu.net>
14970
14971         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14972         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14973         'present but cannot compile' warnings on cygwin.
14974         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14975         use ws2tcpip.h if sys/socket.h works.
14976         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14977         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14978
14979 2006-02-14  Simon Josefsson  <jas@extundo.com>
14980
14981         * modules/maintainer-makefile (Files): Rename.
14982
14983         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14984         and (the local) Makefile.cfg to maint-cfg.mk.
14985
14986         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14987         to the latter.
14988
14989         * modules/maintainer-makefile: New module.
14990
14991         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14992         severaly stripped to make it possible to build it up from scratch
14993         with reliable tests.
14994
14995         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14996         fixes to permit overriding the default actions when configure and
14997         makefile are not available.
14998
14999 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         Sync from coreutils.
15002         * modules/lstat (Depends-on): Don't depend on xalloc.
15003         (License): Change from GPL to LGPL, since this is now simply a
15004         replacement for a libc function.
15005
15006 2006-02-14  Jim Meyering  <jim@meyering.net>
15007
15008         Sync from coreutils.
15009
15010         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15011         failure on deficient systems, and simplify gnulib lgpl dependencies.
15012         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15013         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15014
15015         * lib/xalloc-die.c: Remove unused definition of N_.
15016
15017 2006-02-14  Jim Meyering  <jim@meyering.net>
15018
15019         Sync from coreutils.
15020         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15021         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15022         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15023         double-quote uses of that variable, to accommodate the rare case in
15024         which getmntent is available in none of the libraries checked.  This
15025         happens at least on FreeBSD 5.0.
15026
15027 2006-02-13  Simon Josefsson  <jas@extundo.com>
15028
15029         * gnulib-tool (Usage): Fix --import, from
15030         karl@freefriends.org (Karl Berry).
15031
15032 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15033
15034         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15035
15036 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15037
15038         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15039         "autoupdate" on 2005-12-12.
15040
15041 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15042
15043         * modules/closeout (Depends-on): Remove atexit.
15044
15045 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15046
15047         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15048         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15049
15050 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15051
15052         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15053         __EXTENSIONS__ if this causes compilation to fail.  Problem
15054         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15055         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15056
15057 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15058
15059         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15060         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15061         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15062         All uses changed.
15063
15064 2006-01-26  Simon Josefsson  <jas@extundo.com>
15065
15066         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15067         prototype is visible on mingw32.
15068
15069         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15070         for mingw32.
15071
15072         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15073         mingw32).
15074
15075 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15076
15077         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15078         attempt to open for write; this always fails, at least on POSIX
15079         hosts.  This reinstates the 2006-01-09 change, which was
15080         inadvertently removed.
15081
15082 2006-01-26  Bruno Haible  <bruno@clisp.org>
15083
15084         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15085         Reported by Paul Eggert.
15086
15087 2006-01-26  Bruno Haible  <bruno@clisp.org>
15088             Paul Eggert  <eggert@cs.ucla.edu>
15089
15090         * lib/stdbool_.h (_Bool)
15091         [(! (defined __cplusplus || defined __BEOS__)
15092           && !defined __GNUC__
15093           && !(defined __HP_cc || defined __xlc__
15094                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15095                || defined __sgi))]:
15096         #define to signed char in these cases too; this simplifies
15097         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15098         etc., separately) and makes it more conservative.
15099
15100 2006-01-25  Simon Josefsson  <jas@extundo.com>
15101
15102         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15103         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15104         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15105
15106 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15107
15108         * lib/argp-namefrob.h: Bugfix. Remove stray #
15109
15110 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15111
15112         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15113         so that we test the test.
15114         Check for yet another HP-UX cc bug involving *bool |= bool.
15115
15116 2006-01-25  Karl Berry  <karl@gnu.org>
15117
15118         * config/srclist.txt (vasnprintf.c): sync lost.
15119
15120 2006-01-25  Jim Meyering  <jim@meyering.net>
15121
15122         Sync from the stable (b5) branch of coreutils:
15123
15124         * lib/fts.c (fts_children): Don't let close() clobber errno from
15125         failed fchdir().
15126
15127         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15128         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15129         a dangling symlink.  That can also happen at least for ELOOP.
15130         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15131         FYI, this bug predates the inclusion of fts.c in coreutils.
15132
15133         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15134         in their own block, so pre-c99 compilers don't object.
15135
15136         Avoid the double-free (first in fts_read, second in fts_close) that
15137         would occur when an `active' directory is made inaccessible (e.g.,
15138         via chmod a-x) during a traversal.
15139         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15140         before returning.  Reproduce this failure by
15141         mkdir -p a/b; cd a; chmod a-x . b
15142         Reported by Stavros Passas.
15143
15144 2006-01-25  Jim Meyering  <jim@meyering.net>
15145
15146         * lib/fileblocks.c: Remove more useless parentheses.
15147         * lib/readutmp.h: Likewise.
15148
15149 2006-01-25  Bruno Haible  <bruno@clisp.org>
15150
15151         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15152         warnings.
15153         Reported by Paul Eggert.
15154
15155 2006-01-25  Bruno Haible  <bruno@clisp.org>
15156
15157         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15158         rid of a trap command. For Solaris sh.
15159         Reported by Mark D. Baushke <mdb@gnu.org>.
15160
15161 2006-01-24  Simon Josefsson  <jas@extundo.com>
15162
15163         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15164         Bruno.
15165
15166 2006-01-24  Karl Berry  <karl@gnu.org>
15167
15168         * config/srclist.txt (argp-namefrob.h): sync lost.
15169
15170 2006-01-24  Jim Meyering  <jim@meyering.net>
15171
15172         * modules/openat (Files): Add lib/intprops.h.
15173         From Mark D. Baushke.
15174
15175 2006-01-24  Jim Meyering  <jim@meyering.net>
15176
15177         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15178         Reported by Mark D. Baushke.
15179
15180 2006-01-24  Jim Meyering  <jim@meyering.net>
15181
15182         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15183
15184 2006-01-24  Bruno Haible  <bruno@clisp.org>
15185
15186         * modules/strnlen (Maintainer): Change from glibc to all.
15187
15188 2006-01-24  Bruno Haible  <bruno@clisp.org>
15189
15190         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15191         Patch by Paul Eggert.
15192
15193 2006-01-24  Bruno Haible  <bruno@clisp.org>
15194
15195         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15196         already has it.
15197         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15198         2005-11-26.
15199
15200         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15201         'signed char' to avoid problems with the built-in _Bool type.
15202         Reported by Paul Eggert on 2005-11-26.
15203
15204 2006-01-24  Bruno Haible  <bruno@clisp.org>
15205
15206         * gnulib-tool (func_import): Avoid constructing complicated sed
15207         expressions inside backquote.
15208         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15209
15210 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15211
15212         These changes imported from libc.
15213         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15214         test and two separate function calls.
15215         * lib/strndup.c (__strndup): Add libc_hidden_def.
15216
15217 2006-01-23  Simon Josefsson  <jas@extundo.com>
15218
15219         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15220         Remove the test_*_SOURCES variable: automake infers it by default.
15221         * modules/tls-tests: Likewise.
15222
15223 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15224
15225         Work around porting bugs reported by Dieter in
15226         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15227         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15228         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15229         Include "getopt.h" first, to check interface.
15230         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15231         !HAVE_DECL_GETENV.
15232         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15233         (__strndup): Revert to K&R-style function dfns, the glibc style.
15234         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15235         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15236         Include strnlen.h first, to get prototype properly.
15237         (strnlen): Renamed from __strnlen.
15238         Remove weak alias.
15239
15240 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15241
15242         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15243
15244 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15245
15246         * config/srclist.txt: Adjust to reflect glibc reorganization.
15247         This affects only comments.
15248
15249 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15250
15251          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15252          Reported by Bruce Korb <bkorb@gnu.org>.
15253
15254 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15255
15256         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15257         to pacify gcc -Wswitch-default.
15258
15259 2006-01-22  Bruno Haible  <bruno@clisp.org>
15260
15261         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15262         temporary buffer for sprintf, take into account the precision also
15263         for 'd', 'i', 'u', 'o', 'x', 'X'.
15264
15265 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15266
15267         * modules/argp-tests: New module
15268         * tests/test-argp.c: New file
15269         * tests/test-argp-2.sh: New file
15270
15271 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15272
15273         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15274         (__argp_base_name): Removed
15275         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15276         typo.
15277         (__argp_base_name): Provide macro definition or extern declaration
15278         depending on the configuration
15279
15280 2006-01-20  Simon Josefsson  <jas@extundo.com>
15281
15282         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15283
15284 2006-01-20  Simon Josefsson  <jas@extundo.com>
15285
15286         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15287
15288 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15291         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15292         Suggested by Bruno Haible.
15293
15294 2006-01-20  Karl Berry  <karl@gnu.org>
15295
15296         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15297         until changes propagate, I guess.
15298
15299 2006-01-19  Simon Josefsson  <jas@extundo.com>
15300
15301         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15302
15303 2006-01-19  Simon Josefsson  <jas@extundo.com>
15304
15305         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15306
15307 2006-01-19  Simon Josefsson  <jas@extundo.com>
15308
15309         * gnulib-tool: Set check_PROGRAMS.
15310
15311         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15312         modules/des-tests, modules/gc-arcfour-tests,
15313         modules/gc-arctwo-tests, modules/gc-des-tests,
15314         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15315         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15316         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15317         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15318         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15319         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15320         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15321         test_*_SOURCES.
15322
15323 2006-01-18  Simon Josefsson  <jas@extundo.com>
15324
15325         * modules/socklen (Depends-on): Depend on sys_socket.
15326
15327 2006-01-18  Simon Josefsson  <jas@extundo.com>
15328
15329         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15330         modules/des-tests, modules/gc-arcfour-tests,
15331         modules/gc-arctwo-tests, modules/gc-des-tests,
15332         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15333         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15334         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15335         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15336         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15337         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15338         $(EXEEXT) to automake TESTS variable, for mingw32.
15339
15340 2006-01-17  Simon Josefsson  <jas@extundo.com>
15341
15342         * modules/socklen (Include): Need sys/socket.h.
15343
15344 2006-01-17  Bruno Haible  <bruno@clisp.org>
15345
15346         * modules/ssize_t (Include): Add <sys/types.h>.
15347
15348 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15349
15350         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15351         it's not portable and it doesn't work with cross-compiles.
15352         Problem reported by Bruno Haible.  Fix missing-$ typo in
15353         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15354         -zignore from being used with Sun's C compiler.
15355
15356 2006-01-12  Simon Josefsson  <jas@extundo.com>
15357
15358         * lib/base64.c: Fix warning, reported by Bruno Haible
15359         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15360
15361 2006-01-12  Bruno Haible  <bruno@clisp.org>
15362
15363         * modules/ldd: New file.
15364         * build-aux/ldd.sh.in: New file.
15365         * MODULES.html.sh (Support for building libraries and executables): Add
15366         ldd.
15367
15368 2006-01-12  Bruno Haible  <bruno@clisp.org>
15369
15370         * m4/ldd.m4: New file.
15371
15372 2006-01-12  Bruno Haible  <bruno@clisp.org>
15373
15374         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15375         endless loop while replacing $auxdir with build-aux.
15376
15377 2006-01-11  Simon Josefsson  <jas@extundo.com>
15378
15379         * lib/stdint_.h (SIZE_MAX): Add missing (.
15380
15381 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15382
15383         Sync from coreutils.
15384         * lib/md5.c: Fix commentary typos.
15385         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15386         * lib/md5.h (__attribute__): Remove; unused.
15387         * lib/sha1.c: Fix commentary to match md5 better.
15388         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15389         so that we don't need to worry about alignment.  All uses changed.
15390         This merges the 2005-10-28 md5 change into sha1.
15391
15392 2006-01-11  Jim Meyering  <jim@meyering.net>
15393
15394         Sync from coreutils.
15395         * lib/md5.c (OP): Fix spacing.
15396
15397 2006-01-11  Bruno Haible  <bruno@clisp.org>
15398
15399         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15400         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15401         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15402
15403 2006-01-11  Bruno Haible  <bruno@clisp.org>
15404
15405         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15406         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15407         the "early" section as well.
15408
15409 2006-01-11  Bruno Haible  <bruno@clisp.org>
15410
15411         Avoid "ar: no archive members specified" error on MacOS X.
15412         * gnulib-tool (func_modules_add_dummy): New function.
15413         (func_import, func_create_testdir): Invoke it.
15414
15415 2006-01-11  Bruno Haible  <bruno@clisp.org>
15416
15417         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15418         with $auxdir in AC_CONFIG_FILES statements.
15419
15420 2006-01-11  Bruno Haible  <bruno@clisp.org>
15421
15422         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15423         Initialize also noinst_HEADERS to empty.
15424
15425 2006-01-11  Bruno Haible  <bruno@clisp.org>
15426
15427         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15428         variables.
15429         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15430         autoreconf.
15431
15432 2006-01-11  Bruno Haible  <bruno@clisp.org>
15433
15434         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15435         overridable by the user.
15436         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15437
15438 2006-01-10  Simon Josefsson  <jas@extundo.com>
15439
15440         * modules/sys_socket: New file.
15441
15442 2006-01-10  Simon Josefsson  <jas@extundo.com>
15443
15444         * m4/sys_socket_h.m4: New file.
15445
15446 2006-01-10  Simon Josefsson  <jas@extundo.com>
15447
15448         * lib/socket_.h: New file.
15449
15450 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15451
15452         * modules/readutmp (Maintainer): Add myself.
15453
15454 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15457         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15458         People who are still concerned with buggy memcmp implementations
15459         can invoke gl_FUNC_MEMCMP themselves.
15460
15461 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15462
15463         * lib/regex_internal.h (BITSET_WORD_BITS):
15464         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15465         preprocessor mishandles large unsigned values as if they were signed.
15466         Problem reported by Claudio Fontana in
15467         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15468
15469 2006-01-10  Jim Meyering  <jim@meyering.net>
15470
15471         Avoid the double-free (first in fts_read, second in fts_close) that
15472         would occur when an `active' directory is made inaccessible (e.g.,
15473         via chmod a-x) during a traversal.
15474         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15475         before returning.  Reproduce this failure by
15476         mkdir -p a/b; cd a; chmod a-x . b
15477         Reported by Stavros Passas.
15478
15479         Sync from coreutils.
15480         * lib/sha1.c: Tweak grammar in a comment.
15481
15482 2006-01-10  Jim Meyering  <jim@meyering.net>
15483
15484         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15485         Patch by Joerg Sonnenberger.
15486
15487 2006-01-10  Bruno Haible  <bruno@clisp.org>
15488
15489         * modules/readutmp: Depend on module free.
15490         * modules/strtok_r: Depend on module restrict.
15491
15492 2006-01-10  Bruno Haible  <bruno@clisp.org>
15493
15494         * modules/gettext (configure.ac): Add an invocation of
15495         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15496
15497 2006-01-10  Bruno Haible  <bruno@clisp.org>
15498
15499         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15500         Reported by Werner Lemberg <wl@gnu.org>.
15501
15502 2006-01-10  Bruno Haible  <bruno@clisp.org>
15503
15504         * lib/localcharset.c: Update from GNU gettext.
15505
15506 2006-01-10  Bruno Haible  <bruno@clisp.org>
15507
15508         * lib/argp.h (__const): Remove macro. Use const instead.
15509         * lib/argp-fmtstream.h (__const): Likewise.
15510         * lib/glob_.h (__const): Remove macro.
15511         * lib/glob-libc.h: Use const instead of __const.
15512
15513 2006-01-10  Bruno Haible  <bruno@clisp.org>
15514
15515         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15516         variable.
15517         Needed to avoid an automake error regarding the 'gettext' module.
15518
15519 2006-01-09  Simon Josefsson  <jas@extundo.com>
15520
15521         * modules/inet_ntop (Depends-on): Add restrict.
15522
15523 2006-01-09  Simon Josefsson  <jas@extundo.com>
15524
15525         * modules/gc-rijndael-tests (License): Put under LGPL.
15526
15527         * modules/gc-des-tests (License): Likewise.
15528
15529         * modules/gc-arcfour-tests (License): Likewise.
15530
15531         * modules/gc-arctwo-tests (License): Likewise.
15532
15533         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15534
15535         * modules/gc-hmac-sha1-tests (Files): Likewise.
15536
15537         * modules/gc-hmac-md5-tests (License): Likewise.
15538
15539         * modules/gc-sha1-tests (License): Likewise.
15540
15541         * modules/gc-md5-tests (License): Likewise.
15542
15543         * modules/gc-md4-tests (License): Likewise.
15544
15545         * modules/gc-md2-tests (License): Likewise.
15546
15547         * modules/gc-tests (License): Likewise.
15548
15549         * modules/des-tests (License): Likewise.
15550
15551         * modules/md4-tests (License): Likewise.
15552
15553         * modules/md2-tests (License): Likewise.
15554
15555 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15556
15557         Sync from coreutils:
15558
15559         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15560         * modules/lib-ignore: New file.
15561         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15562         chdir-safer.m4, lchmod.m4.
15563         * modules/openat: Add mkdirat.c, openat-priv.h.
15564
15565 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15566
15567         Sync from coreutils.
15568         * m4/lib-ignore.m4: New file.
15569         * m4/lchmod.m4: New file.
15570
15571 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         Sync from coreutils.
15574         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15575         for write access: POSIX says that must fail.
15576         * lib/fts.c (diropen): Likewise.
15577         * lib/save-cwd.c (save_cwd): Likewise.
15578         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15579         well, for minor improvements on hosts that lack O_DIRECTORY.
15580         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15581         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15582         Fall back on chown if open failed with EACCES.
15583
15584         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15585         Report an error at compile-time if only a 1-second nominal clock
15586         resolution is found.
15587
15588         * lib/lchmod.h: New file.
15589         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15590         (make_dir_parents): Use lchown rather than chown, and
15591         lchmod rather than chmod.
15592
15593         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15594         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15595         "proc" reported by n0dalus.
15596
15597         * lib/mountlist.c: Include <limits.h>.
15598         (dev_from_mount_options)
15599         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15600         New function.  It no longer assumes "dev=" has the System V meaning
15601         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15602         (read_file_system_list)
15603         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15604         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15605         dev= in that case.
15606
15607         * lib/posixtm.h (PDS_PRE_2000): New macro.
15608         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15609         allow_century.  All usages changed.  Reject dates outside the range
15610         1969-1999 if PDS_PRE_2000 is used.
15611
15612 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         Sync from coreutils.
15615         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15616         (Time of day items): Mention the possibility of leap seconds.
15617         Problem reported by Dr. David Alan Gilbert.
15618
15619 2006-01-09  Jim Meyering  <jim@meyering.net>
15620
15621         Sync from coreutils.
15622
15623         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15624
15625         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15626
15627         * lib/modechange.c (mode_compile): Reject an invalid mode string
15628         that starts with an octal digit.  From Andreas Gruenbacher.
15629
15630         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15631         and dup to open_safer and dup_safer, respectively.
15632         (openat_permissive): Fix typo in comment.
15633
15634         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15635         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15636         (_): Remove; no longer needed.
15637         (openat): Renamed from rpl_openat; no need for rpl_openat
15638         since openat.h renames openat for us.
15639         Replace most of the body with a call to openat_permissive,
15640         to avoid duplicate code.
15641         Port to (probably hypothetical) environments were mode_t is
15642         wider than int.
15643         (openat_permissive): Require mode arg, so that we can check
15644         types better.  Put it just after flags.  Change cwd failure
15645         indicator from pointer-to-bool to pointer-to-errno-value.
15646         All callers changed.
15647         Invoke openat_save_fail and/or openat_restore_fail if
15648         cwd_errno is null, so that openat can call us.
15649         (openat_permissive, fdopendir, fstatat, unlinkat):
15650         Simplify errno handling to avoid some duplicate code,
15651         as it's OK to set errno on success.
15652         * lib/openat.h: Revamp code so that function macros depend on
15653         __OPENAT_PREFIX only, not also on AT_FDCWD.
15654         (openat_ro): Remove.  Caller changed to use openat_permissive.
15655         (openat_permissive): Now a macro, if not a function.
15656         (openat_restore_fail, openat_save_fail): Now always functions,
15657         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15658
15659         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15660         and openat.c.
15661         * lib/mkdirat.c: Include openat-priv.h.
15662         Remove definitions of macros defined therein.
15663         * lib/openat.c: Likewise.
15664
15665         * lib/mkdirat.c (mkdirat): New file and function.
15666         * lib/openat.h (mkdirat): Declare.
15667
15668         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15669
15670         * lib/openat.h (openat_permissive): Declare.
15671         (openat_ro): Define.
15672
15673         * lib/openat.c (EXPECTED_ERRNO): New macro.
15674         (openat_permissive): New function -- used in remove.c rewrite.
15675         (all functions): Set errno just before returning, only if there
15676         was an actual failure.
15677         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15678
15679         Emulate openat-family functions using Linux's procfs, if possible.
15680         Idea and some code based on Ulrich Drepper's glibc changes.
15681
15682         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15683         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15684         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15685         before falling back on save_cwd and restore_cwd.
15686         (fdopendir, fstatat, unlinkat): Likewise.
15687
15688         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15689         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15690
15691         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15692         as second argument to va_arg.  Otherwise, some versions of gcc
15693         warn that `if this code is reached, the program will abort'.
15694
15695 2006-01-09  Jim Meyering  <jim@meyering.net>
15696
15697         Sync from coreutils.
15698         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15699         Require openat-priv.h.
15700
15701 2006-01-09  Bruno Haible  <bruno@clisp.org>
15702
15703         * modules/strnlen (Include): Use strnlen.h.
15704
15705 2006-01-09  Bruno Haible  <bruno@clisp.org>
15706
15707         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15708
15709 2006-01-09  Bruno Haible  <bruno@clisp.org>
15710
15711         * lib/sysexit_.h (EX_OK): New macro.
15712         Suggested by Martin Lambers <marlam@marlam.de>.
15713
15714 2006-01-09  Bruno Haible  <bruno@clisp.org>
15715
15716         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15717         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15718
15719 2006-01-09  Bruno Haible  <bruno@clisp.org>
15720
15721         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15722         numbers.
15723
15724 2006-01-09  Bruno Haible  <bruno@clisp.org>
15725
15726         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15727         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15728         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15729         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15730
15731 2006-01-09  Bruno Haible  <bruno@clisp.org>
15732
15733         * build-aux/javacomp.sh.in: New file, moved from lib/.
15734         * modules/javacomp-script (Files): Update.
15735         (configure.ac): Add AC_CONFIG_FILES invocation.
15736         (EXTRA_DIST): Remove variable.
15737
15738         * build-aux/javaexec.sh.in: New file, moved from lib/.
15739         * modules/javaexec (Files): Update.
15740         (configure.ac): Add AC_CONFIG_FILES invocation.
15741         (EXTRA_DIST): Remove javaexec.sh.in.
15742
15743         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15744         * modules/csharpcomp-script (Files): Update.
15745         (configure.ac): Add AC_CONFIG_FILES invocation.
15746         (EXTRA_DIST): Remove variable.
15747
15748         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15749         * modules/csharpexec (Files): Update.
15750         (configure.ac): Add AC_CONFIG_FILES invocation.
15751         (EXTRA_DIST): Remove csharpexec.sh.in.
15752
15753 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15754
15755         Sync from coreutils.
15756
15757         Add POSIX ACL support
15758         * lib/acl.h (copy_acl, set_acl): Add declarations.
15759         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15760         systems other than Linux.
15761         (chmod_or_fchmod): New function: use fchmod when possible,
15762         and chmod otherwise.
15763         (file_has_acl): Add a POSIX ACL implementation, with a
15764         Linux-specific subcase.
15765         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15766         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15767         acls are unsupported.
15768         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15769         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15770         are unsupported.
15771
15772 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15773
15774         Sync from coreutils.
15775         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15776
15777 2006-01-07  Bruno Haible  <bruno@clisp.org>
15778
15779         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15780         gl_EARLY.
15781
15782 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15785         Problem reported for Mingw by Mark Junker.
15786
15787 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15788
15789         * README: Gnulib normally doesn't generate a tarball.
15790
15791 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15792
15793         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15794         long int, not int, for nanosecond counts, so that people who are
15795         used to POSIX struct timespec won't be surprised.  Reported by Jim
15796         Meyering.
15797
15798 2005-12-28  Bruno Haible  <bruno@clisp.org>
15799
15800         * build-aux/config.rpath: Update from GNU gettext.
15801
15802 2005-12-16  Jim Meyering  <jim@meyering.net>
15803
15804         * modules/fprintftime: New module.
15805         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15806
15807 2005-12-16  Jim Meyering  <jim@meyering.net>
15808
15809         * m4/fprintftime.m4: New file.
15810
15811 2005-12-16  Jim Meyering  <jim@meyering.net>
15812
15813         * lib/fprintftime.c, lib/fprintftime.h: New files.
15814
15815 2005-12-15  Simon Josefsson  <jas@extundo.com>
15816
15817         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15818         new m4/socklen.m4.
15819
15820 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15821
15822         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15823         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15824
15825 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15826
15827         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15828         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15829         struct uparams is valid. Fall back to the default values if it is
15830         not.
15831
15832 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15833
15834         * modules/argp (Files): Add argp-pin.c
15835         (Depends-on): dirname
15836         (lib_SOURCES): Add argp-pin.c
15837
15838 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15839
15840         * m4/argp.m4:  Check if program_invocation_name and
15841         program_invocation_short_name are declared and define appropriate
15842         macros if they are not.
15843
15844 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15845
15846         * lib/argp-help.c (__argp_base_name): New function
15847         (__argp_short_program_name): Rewrite using __argp_base_name
15848         * lib/argp-namefrob.h: Define program_invocation_name and
15849         program_invocation_short_name if requested
15850         (__argp_base_name): Add prototype
15851         * lib/argp-parse.c (argp_def): Use gettext wrappers
15852         (argp_default_parser): Use __argp_base_name
15853         * lib/argp-pin.c: New file. Defines program_invocation_name and
15854         program_invocation_short_name on systems that lack them.
15855
15856 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15859         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15860         porting problem reported by Georg Schwarz in
15861         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15862
15863 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15864
15865         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15866         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15867         porting problem reported by Georg Schwarz in
15868         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15869
15870 2005-12-05  Bruno Haible  <bruno@clisp.org>
15871
15872         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15873         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15874         Reported by Mark Junker <mjscod@gmx.de>.
15875
15876 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15877
15878         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15879         Use implementation from Albert Chin, with some
15880         comments/corrections by Stepan Kasal and myself.
15881
15882 2005-12-02  Bruno Haible  <bruno@clisp.org>
15883
15884         * gnulib-tool (func_import): Accept GPLed build tool modules when
15885         --lgpl is given.
15886         * modules/csharpcomp-script: New file.
15887         * modules/csharpcomp: Depend on it.
15888         * modules/javacomp-script: New file.
15889         * modules/javacomp: Depend on it.
15890         Suggested by Simon Josefsson.
15891
15892 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15893
15894         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15895         statement, to work around an HP-UX 10.20 compiler bug reported by
15896         Peter O'Gorman.
15897
15898 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15899
15900         * modules/savedir (Depends-on): Add openat.
15901
15902 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15903
15904         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15905         (uintmax_t) [defined uintmax_t]: Do not declare.
15906         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15907         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15908         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15909         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15910         sake of portability to weird hosts that C allows (though we don't
15911         know of any practical examples).
15912
15913         * lib/savedir.h (fdsavedir): New decl.
15914         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15915         contains most of the former guts of savedir.
15916         (savedir): Use savedirstream.
15917         Include "openat.h".
15918
15919 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15920
15921         * modules/obstack (Files): Add m4/ulonglong.m4.
15922         Problem reported by Davide Angelocola.
15923
15924 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15925
15926         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15927         coreutils no longer futzes with rounding modes.
15928
15929 2005-11-14  Jim Meyering  <jim@meyering.net>
15930
15931         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15932         replacement of mkstemp.
15933
15934 2005-11-10  Simon Josefsson  <jas@extundo.com>
15935
15936         * lib/readline.c: Remove EOL.
15937
15938 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15939
15940         * modules/gethrxtime (Depends-on): Add gettime.
15941
15942 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15943
15944         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15945         or gettimeofday; no longer needed.
15946
15947 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15948
15949         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15950         time business.
15951         (gethrxtime) [! (HAVE_NANOUPTIME
15952         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15953         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15954         our own approximation.
15955
15956 2005-11-08  Eric Blake  <ebb9@byu.net>
15957
15958         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15959
15960 2005-11-08  Eric Blake  <ebb9@byu.net>
15961
15962         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15963
15964 2005-11-04  Bruno Haible  <bruno@clisp.org>
15965
15966         * gnulib-tool: Implement --update mode.
15967
15968 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15969
15970         Fix porting problem reported by Theodoros V. Kalamatianos.
15971         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15972         Don't assume that futimes failing means we must fail.
15973
15974 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15975
15976         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15977         variables to suggest the intended function of the PATH_MAX check.
15978
15979 2005-10-30  Kean Johnston  <jkj@sco.com>
15980
15981         Trivial changes to support SCO systems.
15982         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15983         as PATH_MAX.
15984         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15985         where __ptr is null when no I/O is pending.
15986
15987 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15988
15989         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15990         leave errno alone.  Problem reported by Dmitry V. Levin.
15991
15992 2005-10-28  Simon Josefsson  <jas@extundo.com>
15993
15994         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15995         Test more.
15996
15997         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15998
15999         * modules/md2, modules/md2-tests: New files.
16000
16001 2005-10-28  Simon Josefsson  <jas@extundo.com>
16002
16003         * m4/inet_ntop.m4: More tests.
16004
16005         * m4/gc-md2.m4, md2.m4: New file.
16006
16007 2005-10-28  Simon Josefsson  <jas@extundo.com>
16008
16009         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16010         "restrict" keywords, as per POSIX.  Protect the function
16011         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16012         Don't use K&R prototypes.  Check the sprintf return values.
16013         Re-define EAFNOSUPPORT if not present.  Indent.
16014
16015         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16016         suggested by Bruno Haible <bruno@clisp.org>.
16017
16018         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16019
16020         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16021
16022         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16023         libgcrypt).
16024
16025         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16026
16027         * lib/md2.h, lib/md2.c: New files.
16028
16029 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16030
16031         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16032         errno alone.  Problem reported by Frederic Jolliton.
16033
16034 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16035
16036         * modules/verify (License): Change from GPL to LGPL.  This is a
16037         tiny module and there are apparently near-equivalents that are
16038         under the BSD license.
16039
16040 2005-10-24  Simon Josefsson  <jas@extundo.com>
16041
16042         * modules/sha1: Relicense to LGPL.
16043
16044 2005-10-24  Simon Josefsson  <jas@extundo.com>
16045
16046         * lib/md4.h: Shrink buffer size, now that we changed the type.
16047
16048 2005-10-23  Simon Josefsson  <jas@extundo.com>
16049
16050         * gnulib-tool (func_import): Fix --tests-base.
16051
16052 2005-10-22  Simon Josefsson  <jas@extundo.com>
16053
16054         * modules/arcfour (Depends-on): Need stdint.
16055
16056 2005-10-22  Simon Josefsson  <jas@extundo.com>
16057
16058         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16059         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16060
16061 2005-10-22  Simon Josefsson  <jas@extundo.com>
16062
16063         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16064         suggested by Bruno Haible <bruno@clisp.org>.
16065
16066 2005-10-22  Simon Josefsson  <jas@extundo.com>
16067
16068         * lib/crc.h: Include stddef.h, for size_t.
16069
16070 2005-10-22  Simon Josefsson  <jas@extundo.com>
16071
16072         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16073         arcfour_context struct (simplify test vector testing in GNU
16074         Shishi).
16075
16076 2005-10-21  Simon Josefsson  <jas@extundo.com>
16077
16078         * modules/des, modules/des-tests: New files.
16079
16080         * modules/gc-des, modules/gc-des-tests: New files.
16081
16082         * tests/test-des.c, tests/test-gc-des.c: New file.
16083
16084 2005-10-21  Simon Josefsson  <jas@extundo.com>
16085
16086         * modules/arctwo, modules/arctwo-tests: New files.
16087
16088         * tests/test-arctwo.c: New file.
16089
16090         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16091
16092         * tests/test-gc-arctwo.c: New file.
16093
16094 2005-10-21  Simon Josefsson  <jas@extundo.com>
16095
16096         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16097         Bruno Haible <bruno@clisp.org>.
16098
16099         * m4/gc-des.m4: New file.
16100
16101 2005-10-21  Simon Josefsson  <jas@extundo.com>
16102
16103         * m4/arctwo.m4: New file.
16104
16105         * m4/gc-arctwo.m4: New file.
16106
16107 2005-10-21  Simon Josefsson  <jas@extundo.com>
16108
16109         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16110         block.
16111
16112 2005-10-21  Simon Josefsson  <jas@extundo.com>
16113
16114         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16115         <bruno@clisp.org>.
16116
16117         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16118
16119         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16120         Bruno Haible <bruno@clisp.org>.
16121
16122         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16123         <bruno@clisp.org>.
16124
16125 2005-10-21  Simon Josefsson  <jas@extundo.com>
16126
16127         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16128
16129 2005-10-21  Simon Josefsson  <jas@extundo.com>
16130
16131         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16132
16133 2005-10-21  Simon Josefsson  <jas@extundo.com>
16134
16135         * lib/des.h, lib/des.c: New files.
16136
16137         * lib/gc-gnulib.c: Support DES.c
16138
16139 2005-10-21  Simon Josefsson  <jas@extundo.com>
16140
16141         * lib/arctwo.h, lib/arctwo.c: New files.
16142
16143         * lib/gc-gnulib.c: Support ARCTWO.
16144
16145 2005-10-21  Simon Josefsson  <jas@extundo.com>
16146
16147         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16148         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16149
16150 2005-10-21  Simon Josefsson  <jas@extundo.com>
16151
16152         * gnulib-tool (func_import, func_create_testdir): Define automake
16153         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16154         Makefile.am snippet),
16155         suggested by Bruno Haible <bruno@clisp.org>.
16156
16157         * modules/gc (Makefile.am): Use it.
16158
16159 2005-10-21  Bruno Haible  <bruno@clisp.org>
16160
16161         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16162         patch.
16163
16164 2005-10-19  Simon Josefsson  <jas@extundo.com>
16165
16166         * tests/test-gc-rijndael.c: New file.
16167
16168         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16169
16170 2005-10-19  Simon Josefsson  <jas@extundo.com>
16171
16172         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16173         interface too.
16174
16175 2005-10-19  Simon Josefsson  <jas@extundo.com>
16176
16177         * tests/test-gc-arcfour.c: New file.
16178
16179         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16180
16181 2005-10-19  Simon Josefsson  <jas@extundo.com>
16182
16183         * modules/gc-md4, modules/gc-md4-tests: New file.
16184
16185         * tests/test-gc-md4.c: New file.
16186
16187 2005-10-19  Simon Josefsson  <jas@extundo.com>
16188
16189         * m4/gc-md4.m4: New file.
16190
16191 2005-10-19  Simon Josefsson  <jas@extundo.com>
16192
16193         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16194         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16195         <kasal@ucw.cz>.
16196
16197 2005-10-19  Simon Josefsson  <jas@extundo.com>
16198
16199         * m4/gc-arcfour.m4: New file.
16200
16201         * m4/gc-rijndael.m4: New file.
16202
16203 2005-10-19  Simon Josefsson  <jas@extundo.com>
16204
16205         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16206
16207 2005-10-19  Simon Josefsson  <jas@extundo.com>
16208
16209         * lib/gc-gnulib.c: Support ARCFOUR.
16210
16211 2005-10-19  Simon Josefsson  <jas@extundo.com>
16212
16213         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16214         support.
16215
16216         * lib/gc.h: Add ECB enum type.
16217
16218         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16219
16220 2005-10-18  Simon Josefsson  <jas@extundo.com>
16221
16222         * tests/test-md5.c: New file.
16223
16224         * modules/md5-tests: New file.
16225
16226 2005-10-18  Simon Josefsson  <jas@extundo.com>
16227
16228         * tests/test-md4.c: New file.
16229
16230         * modules/md4, modules/md4-tests: New files.
16231
16232 2005-10-18  Simon Josefsson  <jas@extundo.com>
16233
16234         * m4/md4.m4: New file.
16235
16236 2005-10-18  Simon Josefsson  <jas@extundo.com>
16237
16238         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16239
16240 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16241
16242         * gnulib-tool (func_create_testdir): Omit the second check whether
16243         BUILT_SOURCES in nonempty.
16244
16245 2005-10-17  Simon Josefsson  <jas@extundo.com>
16246
16247         * tests/test-rijndael.c: New file.
16248
16249 2005-10-17  Simon Josefsson  <jas@extundo.com>
16250
16251         * modules/sha1: Depend on stdint instead of md5.
16252
16253         * modules/md5: Depend on stdint, remove uint32_t.
16254
16255 2005-10-17  Simon Josefsson  <jas@extundo.com>
16256
16257         * modules/gc-sha1-tests: New file.
16258
16259         * tests/test-gc-sha1.c: New file.
16260
16261 2005-10-17  Simon Josefsson  <jas@extundo.com>
16262
16263         * m4/md5.m4: Remove call to uint32_t.m4.
16264
16265 2005-10-17  Simon Josefsson  <jas@extundo.com>
16266
16267         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16268
16269         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16270         md5.h.
16271
16272         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16273
16274         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16275
16276 2005-10-17  Simon Josefsson  <jas@extundo.com>
16277
16278         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16279
16280 2005-10-17  Simon Josefsson  <jas@extundo.com>
16281
16282         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16283
16284 2005-10-17  Simon Josefsson  <jas@extundo.com>
16285
16286         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16287
16288         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16289
16290 2005-10-17  Bruno Haible  <bruno@clisp.org>
16291
16292         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16293         that it can also be used in a test.
16294
16295 2005-10-16  Bruno Haible  <bruno@clisp.org>
16296
16297         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16298         TESTS_ENVIRONMENT, so that individual tests can augment it.
16299
16300         * gnulib-tool (func_create_testdir): Use an intermediate target for
16301         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16302         macros, like $(ALLOCA_H), which cannot be passed through the command
16303         line.
16304
16305 2005-10-15  Simon Josefsson  <jas@extundo.com>
16306
16307         * modules/rijndael-tests: New file.
16308
16309         * modules/rijndael: New file.
16310
16311 2005-10-15  Simon Josefsson  <jas@extundo.com>
16312
16313         * m4/rijndael.m4: New file.
16314
16315 2005-10-15  Simon Josefsson  <jas@extundo.com>
16316
16317         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16318
16319         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16320
16321 2005-10-14  Simon Josefsson  <jas@extundo.com>
16322
16323         * tests/test-arcfour.c: New file.
16324
16325         * modules/arcfour, modules/arcfour-tests: New files.
16326
16327 2005-10-14  Simon Josefsson  <jas@extundo.com>
16328
16329         * m4/arcfour.m4: New file.
16330
16331 2005-10-14  Simon Josefsson  <jas@extundo.com>
16332
16333         * lib/arcfour.h, lib/arcfour.c: New files.
16334
16335 2005-10-14  Roland McGrath  <roland@redhat.com>
16336
16337         Import from libc.  [BZ #1331]
16338         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16339         macro argument.
16340         Reported by Matej Vela <vela@debian.org>.
16341
16342 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16345         include <wchar.h>; no longer needed.
16346
16347 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16348
16349         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16350
16351 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16352         and  Ulrich Drepper  <drepper@redhat.com>
16353
16354         Import from libc.
16355         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16356         instead of inline stream orientation test and two separate
16357         function calls.  Pay no attention to USE_IN_LIBIO.
16358
16359 2005-10-13  Simon Josefsson  <jas@extundo.com>
16360
16361         * modules/gc-hmac-md5-tests: New file.
16362
16363         * tests/test-gc-hmac-sha1.c: New file.
16364
16365         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16366
16367         * modules/gc-hmac-md5-tests: New file.
16368
16369         * tests/test-gc-md5.c: New file.
16370
16371         * modules/gc-md5-tests: New file.
16372
16373 2005-10-13  Simon Josefsson  <jas@extundo.com>
16374
16375         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16376         Move memory allocation outside of loop.
16377
16378 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16379
16380         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16381         intermediate directory is in a read-only file system.  Problem
16382         reported by Eric Blake.
16383
16384 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16385
16386         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16387
16388 2005-10-12  Simon Josefsson  <jas@extundo.com>
16389
16390         * tests/test-hmac-sha1.c: New file.
16391
16392         * modules/hmac-sha1-tests: New file.
16393
16394         * modules/hmac-sha1: New file.
16395
16396 2005-10-12  Simon Josefsson  <jas@extundo.com>
16397
16398         * modules/gc-sha1: New file.
16399
16400 2005-10-12  Simon Josefsson  <jas@extundo.com>
16401
16402         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16403
16404         * tests/test-gc-pbkdf2-sha1.c: New file.
16405
16406 2005-10-12  Simon Josefsson  <jas@extundo.com>
16407
16408         * modules/gc-md5, modules/gc-hmac-md5: New files.
16409
16410         * modules/gc (Files): Remove md5, memxor and hmac files.
16411
16412 2005-10-12  Simon Josefsson  <jas@extundo.com>
16413
16414         * m4/gc-pbkdf2-sha1.m4: New file.
16415
16416         * m4/gc-hmac-sha1.m4: New file.
16417
16418         * m4/gc-sha1: New file.
16419
16420         * m4/hmac-sha1.m4: New file.
16421
16422 2005-10-12  Simon Josefsson  <jas@extundo.com>
16423
16424         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16425
16426         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16427
16428 2005-10-12  Simon Josefsson  <jas@extundo.com>
16429
16430         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16431         suggested by Bruno Haible <bruno@clisp.org>.
16432
16433 2005-10-12  Simon Josefsson  <jas@extundo.com>
16434
16435         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16436
16437 2005-10-12  Simon Josefsson  <jas@extundo.com>
16438
16439         * lib/gc-pbkdf2-sha1.c: New file.
16440
16441         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16442
16443 2005-10-12  Simon Josefsson  <jas@extundo.com>
16444
16445         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16446
16447         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16448
16449 2005-10-12  Simon Josefsson  <jas@extundo.com>
16450
16451         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16452         GC_USE_HMAC_MD5, respectively.
16453
16454         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16455         (gc_md5): Fix typo.
16456
16457         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16458
16459         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16460
16461         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16462
16463 2005-10-12  Bruno Haible  <bruno@clisp.org>
16464
16465         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16466         Reported by Stepan Kasal <kasal@ucw.cz>.
16467
16468 2005-10-11  Simon Josefsson  <jas@extundo.com>
16469
16470         * tests/test-crc.c: New file.
16471
16472         * modules/crc, modules/crc-tests: New files.
16473
16474 2005-10-11  Simon Josefsson  <jas@extundo.com>
16475
16476         * m4/crc.m4: New file.
16477
16478 2005-10-11  Simon Josefsson  <jas@extundo.com>
16479
16480         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16481
16482         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16483
16484         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16485
16486 2005-10-11  Simon Josefsson  <jas@extundo.com>
16487
16488         * lib/crc.h, lib/crc.c: New files.
16489
16490         * lib/gc.h (gc_hash_buffer): Add doc.
16491
16492 2005-10-11  Bruno Haible  <bruno@clisp.org>
16493
16494         * modules/c-strcasestr: New file.
16495         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16496
16497 2005-10-11  Bruno Haible  <bruno@clisp.org>
16498
16499         * modules/c-strcase: New file.
16500         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16501
16502 2005-10-11  Bruno Haible  <bruno@clisp.org>
16503
16504         * lib/strcasecmp.c: Include limits.h.
16505         (strcasecmp): Avoid integer overflow on exotic platforms.
16506         * lib/strncasecmp.c: Include limits.h.
16507         (strncasecmp): Avoid integer overflow on exotic platforms.
16508         Reported by Paul Eggert.
16509
16510 2005-10-11  Bruno Haible  <bruno@clisp.org>
16511
16512         * lib/c-strcasestr.h: New file, from GNU gettext.
16513         * lib/c-strcasestr.c: New file, from GNU gettext.
16514
16515 2005-10-11  Bruno Haible  <bruno@clisp.org>
16516
16517         * lib/c-strcase.h: New file, from GNU gettext.
16518         * lib/c-strcasecmp.c: New file, from GNU gettext.
16519         * lib/c-strncasecmp.c: New file, from GNU gettext.
16520
16521 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16522
16523         * modules/mempcpy (License): GPL -> LGPL.
16524         * modules/strchrnul (License): Likewise.
16525         * modules/sysexits (License): Likewise.
16526
16527 2005-10-08  Simon Josefsson  <jas@extundo.com>
16528
16529         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16530
16531 2005-10-07  Simon Josefsson  <jas@extundo.com>
16532
16533         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16534
16535 2005-10-06  Simon Josefsson  <jas@extundo.com>
16536
16537         * tests/test-hmac-md5.c: New file.
16538
16539         * modules/hmac-md5-tests: New file.
16540
16541         * modules/hmac-md5: New file.
16542
16543 2005-10-06  Simon Josefsson  <jas@extundo.com>
16544
16545         * m4/hmac-md5.m4: New file.
16546
16547         * m4/memxor.m4: Require gl_C_RESTRICT.
16548
16549 2005-10-06  Simon Josefsson  <jas@extundo.com>
16550
16551         * lib/memxor.c (memxor): Avoid casts and warnings.
16552
16553 2005-10-06  Simon Josefsson  <jas@extundo.com>
16554
16555         * lib/hmac-md5.c: New file.
16556
16557         * lib/hmac.h: New file.
16558
16559 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16560
16561         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16562         promotes to int, not unsigned int, to catch the AIX 5.3
16563         compiler bug.
16564
16565 2005-10-05  Simon Josefsson  <jas@extundo.com>
16566
16567         * modules/memxor: New file.
16568
16569         * modules/iconv (Files): Move config.rpath to havelib, it is used
16570         there.
16571
16572         * modules/havelib (Files): Add config.rpath.
16573
16574 2005-10-05  Simon Josefsson  <jas@extundo.com>
16575
16576         * m4/memxor.m4: New file.
16577
16578 2005-10-05  Simon Josefsson  <jas@extundo.com>
16579
16580         * lib/memxor.c (memxor): Fix compiler error.
16581
16582         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16583         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16584
16585         * lib/memxor.h, lib/memxor.c: New files.
16586
16587         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16588         we assume all systems have it, suggested by Jim Meyering
16589         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16590         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16591         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16592         same reasons.
16593
16594 2005-10-05  Simon Josefsson  <jas@extundo.com>
16595
16596         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16597
16598 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16599
16600         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16601         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16602         needed, since the source code now assumes these .h files.
16603
16604 2005-10-05  Derek Price  <derek@ximbiot.com>
16605
16606         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16607
16608 2005-10-05  Bruno Haible  <bruno@clisp.org>
16609
16610         * modules/stdint (License): Change to LGPL.
16611
16612 2005-10-04  Simon Josefsson  <jas@extundo.com>
16613
16614         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16615         D. Baushke" <mdb@gnu.org>.
16616
16617 2005-10-04  Bruno Haible  <bruno@clisp.org>
16618
16619         * lib/verify.h (verify_true): Provide alternative definition for C++.
16620
16621 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16622
16623         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16624         (SSIZE_MAX): New macro, if not already defined.
16625         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16626         than 2 GiB.
16627
16628 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16629
16630         Sync from coreutils.
16631         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16632         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16633         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16634         ULLONG_MAX doesn't work with 2.7.2.1.
16635
16636 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16637
16638         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16639         From Ben Pfaff.
16640
16641         * modules/exclude (Depends-on): Depend on verify.
16642         * modules/strtoimax (Depends-on): Likewise.
16643         * modules/utimecmp (Depends-on): Likewise.
16644
16645 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16646
16647         * lib/exclude.c: Include verify.h.
16648         (verify): Remove.  All callers changed to use verify.h's version.
16649         * lib/strtoimax.c: Likewise.
16650         * lib/utimecmp.c: Likewis.e
16651
16652         Sync from coreutils.
16653         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16654         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16655         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16656         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16657         bother returning ENOSYS if settimeofday or stime fails; just let
16658         them return whatever errno they want to return.
16659         * lib/utimens.c: Include unistd.h, for dup2.
16660         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16661         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16662
16663 2005-10-02  Jim Meyering  <jim@meyering.net>
16664
16665         Sync from coreutils.
16666         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16667         from glibc-2.2.5 that fails for read-only files.
16668
16669 2005-10-02  Jim Meyering  <jim@meyering.net>
16670
16671         Sync from coreutils.
16672         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16673         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16674         `#if HAVE_CONFIG_H'.
16675         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16676         Remove AT_FDCWD test.
16677         Do not consume the fd unless successful.
16678         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16679         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16680         block, so that we don't even try to compile it if settimeofday is
16681         available.  This works around a compilation failure on OSF1 V5.1,
16682         due to stime requiring a `long int*' while tv_sec is `int'.
16683
16684 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16685
16686         Sync from coreutils.
16687         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16688         against `yes', rather than just testing for nonempty.
16689
16690 2005-10-01  Simon Josefsson  <jas@extundo.com>
16691
16692         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16693         and Darwin.
16694
16695         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16696         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16697         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16698         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16699         Check if struct addrinfo is declared.
16700
16701 2005-10-01  Simon Josefsson  <jas@extundo.com>
16702
16703         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16704         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16705         AI_* and EAI_* definitions.  Protect function declarations.
16706
16707 2005-10-01  Jim Meyering  <jim@meyering.net>
16708
16709         Sync from coreutils.
16710
16711         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16712         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16713         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16714         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16715         in the inet and nsl libraries.  Required on Solaris 5.7.
16716
16717 2005-10-01  Jim Meyering  <jim@meyering.net>
16718
16719         Sync from coreutils.
16720         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16721         in the inet and nsl libraries.  Required on Solaris 5.7.
16722
16723 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16724
16725         * lib/getdelim.c (getdelim): Remove unused variables.
16726
16727 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16728
16729         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16730         so that the code works even with ancient cpp.  Portability problem
16731         with GCC 2.7.2.1 reported by Thomas M.Ott.
16732
16733 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16734
16735         * modules/regex (Depends-on): Add strcase.
16736
16737         * modules/gethostname (Licence): Change from GPL to LGPL, since
16738         gethostname.c is a trivial implementation of a standard library
16739         function.
16740         * modules/poll (License): Change from GPL to LGPL, since it's
16741         derived from LGPL code.
16742
16743 2005-09-27  Jim Meyering  <jim@meyering.net>
16744
16745         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16746         HAVE_CONFIG_H.
16747
16748         * lib/intprops.h (signed_type_or_expr__): Define.
16749         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16750         for unsigned types.
16751
16752 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16753
16754         * lib/verify.h (verify_expr): Remove, replacing with:
16755         (verify_true): New macro that returns true instead of void.
16756         (verify_type__): Remove.
16757         (verify): Use verify_true rather than verify_type__.
16758
16759 2005-09-26  Bruno Haible  <bruno@clisp.org>
16760
16761         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16762         is necessary.
16763         (lib_SOURCES): Remove mbchar.c.
16764         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16765         (Files): Add m4/mbrtowc.m4.
16766         * modules/mbiter: Likewise.
16767         * modules/mbuiter: Likewise.
16768
16769 2005-09-26  Bruno Haible  <bruno@clisp.org>
16770
16771         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16772         compile mbchar.c if they are not both present.
16773         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16774         * m4/mbiter.m4 (gl_MBITER): Likewise.
16775         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16776         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16777         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16778
16779 2005-09-25  Jim Meyering  <jim@meyering.net>
16780
16781         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16782         also uses socklen_t.
16783
16784 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16785
16786         * lib/utimens.c (ENOSYS): Define if not already defined.
16787         (futimens): Support having a null PATH if the file descriptor
16788         is nonnegative.
16789
16790         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16791         Remove.
16792         (__attribute): Define to empty unless GCC 3.1 or later.
16793         This works around a core dump on OpenBSD 3.4, which has GCC
16794         2.95.3, which dumps core when given __attribute__(()).  It also
16795         simplifies other tests, since we really don't want to bother with
16796         worrying about which ancient version of GCC supported what.
16797         Original problem reported by Yoann Vandoorselaere, with part of
16798         the fix suggested by Derek Price.
16799
16800 2005-09-24  Jim Meyering  <jim@meyering.net>
16801
16802         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16803         so we can once again use a positive bitfield width of 1 -- now we
16804         don't have to explain why we were using a bitfield width of 2.
16805
16806 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16807
16808         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16809         and similarly for the other external symbols.  Problem reported
16810         by James Gallager.
16811
16812         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16813         bug reported by Jim Meyering.
16814
16815         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16816         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16817         not needed, since socklen is a prerequisite module.
16818
16819 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16820
16821         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16822         Problem reported by Eric Blake.
16823         (getaddrinfo): Initialize se so that it's not garbage.
16824         Redo internal storage allocation so that it doesn't make unportable
16825         assumptions about alignment.
16826         Fix a memory leak.
16827
16828         * lib/utimens.c (futimens): Use futimesat if available.
16829         Prefer it to futimes since it doesn't have the futimes bug.
16830
16831         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16832         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16833         Instead, declare a function that returns a pointer to an array,
16834         and use verify_type__ to declare the size of the array.
16835         Problem and germ of a solution reported by Bruno Haible.
16836         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16837         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16838
16839 2005-09-23  Jim Meyering  <jim@meyering.net>
16840
16841         Sync from coreutils.
16842         Correct build failure (socklen_t not defined) on at least
16843         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16844         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16845
16846 2005-09-23  Jim Meyering  <jim@meyering.net>
16847
16848         * modules/getaddrinfo (Depends-on): Add socklen.
16849
16850 2005-09-23  Bruno Haible  <bruno@clisp.org>
16851
16852         * tests/test-verify.c: New file.
16853
16854 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         Sync from coreutils.
16857
16858         * modules/argmatch (Depends-on): Add verify.
16859         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16860         unistd-safer.
16861         * modules/save-cwd (Depends-on): Likewise.
16862
16863         * modules/openat (Files): Add lib/openat-die.c.
16864         (Depends-on): Remove error, exitfail.
16865         Add dirname.
16866
16867         * modules/verify: New file.
16868         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16869         with "verify" module.
16870
16871 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16872
16873         Sync from coreutils.
16874
16875         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16876         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16877         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16878         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16879         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16880         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16881         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16882         Don't bother checking for string.h, stdlib.h, unistd.h.
16883         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16884         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16885         module's job.
16886         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16887         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16888
16889         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16890         (gl_GETDATE): Use it.
16891
16892         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16893
16894 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16895
16896         Sync from coreutils.
16897
16898         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16899         stat-time.h.
16900         * lib/argmatch.h: Include verify.h
16901         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16902         (ARGMATCH_ASSERT): Remove; unused.
16903         * lib/canonicalize.c: Assume STDC_HEADERS.
16904         * lib/exclude.c: Include "strcase.h".
16905         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16906         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16907         and stdio-safer.h.
16908         (getusershell): Call fopen, not fopen_safer.
16909         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16910         Do not include unistd-safer.h.
16911         (save_cwd): Don't call fd_safer; no longer needed
16912         now that we include fcntl--.h.
16913
16914         * lib/getdate.y (relative_time): New type.
16915         (RELATIVE_TIME_0): New constant.
16916         (parser_control): Use relative_time instead of doing it ourselves.
16917         (%union): Add new relative_time rel member.
16918         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16919         Now typeless.
16920         (relunit, relunit_snumber): Now of type rel.
16921         (zone, rel, relunit, get_date): Adjust to above changes.
16922
16923         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16924         Do not include unistd-safer.h.
16925         (getloadavg): Don't call fd_safer; no longer needed
16926         now that we include fcntl--.h.
16927
16928         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16929         (make_dir_parents): Treat ENOSYS like EEXIST.
16930
16931         Improve quality of diagnostics on restore_cwd failure.
16932         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16933         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16934         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16935         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16936         each time through the loop.  Do not diagnose restore_cwd failure;
16937         that is the caller's job (and perhaps the caller does not care).
16938
16939         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16940         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16941         If the file already exists but is not a directory, don't bother
16942         to try to make its parents.
16943         Close potential file descriptor leak if we can't chdir("/") (!).
16944         Don't always return true if chdir($PWD) fails; return true only
16945         if the requested action was done successfully (except for the
16946         chdir($PWD)).
16947         Don't log final directory unless we actually made it.
16948         Refactor to avoid duplicate code to fix up permissions.
16949         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16950
16951         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16952         to make it a bit faster and (I hope) clearer.
16953         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16954         Fix bug in formats like %2N.
16955
16956         * lib/verify.h: New file.
16957
16958 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16959
16960         Sync from coreutils.
16961         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16962
16963 2005-09-22  Jim Meyering  <jim@meyering.net>
16964
16965         Sync from coreutils.
16966
16967         * m4/lstat.m4 (gl_FUNC_LSTAT):
16968         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16969         Remove obsolete comment.
16970         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16971         * m4/xstrtod.m4: Likewise.
16972
16973         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16974
16975 2005-09-22  Jim Meyering  <jim@meyering.net>
16976
16977         Sync from coreutils.
16978
16979         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16980
16981         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16982         the .tm_year member, since otherwise gcc-4.0 would now warn about
16983         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16984
16985         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16986         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16987
16988         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16989         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16990         when run in a time zone for which daylight savings time is in effect
16991         for the starting date.
16992
16993         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16994         stop us from restricting permissions of just-created absolute-named
16995         directories.
16996         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16997         to restore initial working directory.
16998         * lib/mkdir-p.c (make_dir_parents): New parameter:
16999         different_working_dir, to tell caller if/when we change the working
17000         directory and are unable to return to the initial one.
17001         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17002         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17003         `return false'.  This fixes a bug introduced on 2004-07-30.
17004
17005         * lib/openat.c (fdopendir): Be sure to close the supplied
17006         file descriptor before returning.  This makes our replacement
17007         implementation a little closer to Solaris's, where fdopendir
17008         ties the file descriptor to the returned DIR* pointer.
17009         * lib/openat.c (unlinkat): New function.
17010         * lib/openat.h (unlinkat): Add prototype.
17011         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17012         (openat_restore_fail): Rename from openat_restore_die.
17013         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17014
17015         Provide an alternative to exiting immediately upon save_cwd or
17016         restore_cwd failure.  Now, an application can arrange e.g.,
17017         to perform a longjump in that case.
17018         * lib/openat.c: Include dirname.h.
17019         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17020         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17021         and openat_restore_die rather than calling error directly.
17022         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17023
17024         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17025         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17026         define.
17027
17028         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17029         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17030                             int utc, int nanoseconds);
17031         Background:
17032         date should not have to allocate a megabyte of virtual memory to
17033         handle a format argument like +%1048575T.  When implemented with
17034         strftime, it must allocate such a buffer, use strftime to fill it
17035         in, print it, then free it.
17036         With fprintftime, it simply prints everything and exits.
17037         With no need for memory allocation, that's one fewer way to fail.
17038         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17039         optional field width, not before, so we accept %9:z, not %:9z.
17040         (my_strftime): Be sure to use L_('x') for literals.
17041
17042         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17043         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17044         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17045         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17046         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17047         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17048         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17049         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17050         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17051         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17052         * lib/xgethostname.c, lib/xreadlink.c:
17053         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17054
17055         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17056         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17057         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17058         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17059         and don't include <sys/file.h>).
17060
17061 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17062
17063         Sync from coreutils.
17064
17065         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17066         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17067         [!LDAV_DONE]: Avoid unused variable warning.
17068
17069 2005-09-21  Bruno Haible  <bruno@clisp.org>
17070
17071         * lib/unicodeio.h (unicode_to_mb): New declaration.
17072
17073 2005-09-20  Derek Price  <derek@ximbiot.com>
17074
17075         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17076         getaddrinfo.h.
17077
17078 2005-09-20  Bruno Haible  <bruno@clisp.org>
17079
17080         * gnulib-tool: Remove trailing slashes from the values specified for
17081         --source-base, --m4-base, --tests-base, --aux-dir.
17082         Suggested by Simon Josefsson <jas@extundo.com>.
17083
17084 2005-09-20  Bruno Haible  <bruno@clisp.org>
17085
17086         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17087         func_modules_to_filelist, func_import, func_create_testdir): Make all
17088         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17089         change when gnulib-tool is invoked in a different locale.
17090
17091 2005-09-19  Simon Josefsson  <jas@extundo.com>
17092
17093         * m4/socklen.m4: Fix typo.
17094
17095 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17096
17097         Use a consistent style for including <config.h>.
17098         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17099         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17100         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17101         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17102         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17103         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17104         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17105         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17106         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17107         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17108         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17109         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17110         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17111         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17112         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17113         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17114         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17115         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17116         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17117         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17118         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17119         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17120         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17121         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17122         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17123         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17124         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17125         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17126         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17127         lib/xstrtoumax.c, lib/yesno.c:
17128         Standardize inclusion of config.h.
17129         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17130         lib/inttostr.h:  Removed inclusion of config.h from header files.
17131         * lib/inttostr.c:  Adjusted in-tree users.
17132         * lib/timespec.h: Remove superfluous warning to include config.h.
17133         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17134         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17135         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17136         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17137         config.h with HAVE_CONFIG_H.
17138
17139 2005-09-19  Jim Meyering  <jim@meyering.net>
17140
17141         * modules/pathmax (License): Change to LGPL.
17142
17143 2005-09-19  Derek Price  <derek@ximbiot.com>
17144
17145         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17146
17147 2005-09-19  Bruno Haible  <bruno@clisp.org>
17148
17149         * gnulib-tool (import): Provide default for --tests-base.
17150
17151 2005-09-19  Bruno Haible  <bruno@clisp.org>
17152
17153         * doc/quote.texi: New file, extracted from gnulib.texi.
17154         * doc/ctime.texi: New file, extracted from gnulib.texi.
17155         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17156         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17157         * doc/gnulib.texi: Include them.
17158
17159 2005-09-18  Bruno Haible  <bruno@clisp.org>
17160
17161         Portability fix.
17162         * gnulib-tool (func_readlink): New function.
17163         (func_ln_if_changed): Use it.
17164
17165 2005-09-18  Bruno Haible  <bruno@clisp.org>
17166
17167         * gnulib-tool: Support --with-tests also with --import.
17168         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17169         (func_import): Use variables $testsbase and $inctests. Emit a
17170         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17171         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17172         SUBDIRS += $testsdir.
17173         (func_create_testdir): Update.
17174
17175 2005-09-18  Bruno Haible  <bruno@clisp.org>
17176
17177         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17178         instead of $dry_run.
17179         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17180         (func_ln_if_changed): Don't handle dry-run here.
17181         (func_import): In dry-run mode, detect more precisely which actions
17182         would be performed, and don't use "...ing" verbs.
17183
17184 2005-09-18  Bruno Haible  <bruno@clisp.org>
17185
17186         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17187         (func_import): Use join on two temporary files instead of three nested
17188         loops, in order to determine which files are new or old.
17189
17190 2005-09-18  Bruno Haible  <bruno@clisp.org>
17191
17192         * gnulib-tool (func_import): Comment out code that spits out the
17193         new files with --dry-run.
17194
17195 2005-09-18  Bruno Haible  <bruno@clisp.org>
17196
17197         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17198
17199 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17200
17201         * lib/stat-time.h: New file.
17202         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17203         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17204         in a different way.
17205         (timespec_cmp): New function.
17206         * lib/utimecmp.c: Include stat-time.h.
17207         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17208         members exist, not on the obsolescent ST_MTIM_NSEC.
17209         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17210
17211 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17212
17213         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17214
17215 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17216
17217         * MODULES.html.sh (File system functions): Add stat-time.
17218         * modules/stat-time: New file.
17219         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17220         is now done in a different way, by the stat-time module.
17221         * modules/utimecmp (Depends-on): Add stat-time.
17222
17223 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17224
17225         * m4/st_mtim.m4: Remove.  Superseded by...
17226         * m4/stat-time.m4: New file.
17227         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17228         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17229
17230 2005-09-15  Derek Price  <derek@ximbiot.com>
17231
17232         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17233
17234 2005-09-15  Derek Price  <derek@ximbiot.com>
17235
17236         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17237         * lib/regex_internal.c: Ditto, using this...
17238         (__GNUC_PREREQ): ...new macro.
17239         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17240         using...
17241         (__GNUC_PREREQ): ...this new macro.
17242
17243         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17244
17245 2005-09-15  Derek Price  <derek@ximbiot.com>
17246             Paul Eggert  <eggert@cs.ucla.edu>
17247
17248         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17249         changes, consolidating in...
17250         * lib/regex_internal.h: ...this file.
17251
17252 2005-09-13  Jim Meyering  <jim@meyering.net>
17253
17254         * lib/canon-host.c: Filter through gnu indent and reword comments
17255         slightly.
17256         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17257
17258 2005-09-13  Derek Price  <derek@ximbiot.com>
17259
17260         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17261         failure.
17262         Reported by Jim Meyering  <jim@meyering.net>.
17263
17264 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17265
17266         * lib/base64.c: Typo.
17267         (base64_encode): Put b64str in initialized data section.
17268
17269 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17270
17271         Merge glibc and coreutils changes into gnulib, plus a few
17272         extra fixes.
17273         * lib/md5.c: Use #error rather than a string.
17274         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17275         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17276         (__attribute__): Define to empty for non recent-GCC.
17277         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17278         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17279         Renamed from their non-__ counterparts, with new macros replacing
17280         them if not _LIBC.  Add __THROW attribute.
17281         (rol): Remove.
17282         (struct md5_ctx): Align buffer if using GCC.
17283         * lib/sha1.h (struct sha1_ctx): Likewise.
17284         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17285         The old name was backwards.
17286         (NOTSWAP): Remove; not used.
17287         (rol): New macro, moved here from md5.h.
17288         (sha1_process_block): Remove a FIXME that doesn't make sense.
17289
17290 2005-09-12  Derek Price  <derek@ximbiot.com>
17291
17292         Return usable errors from canon-host.
17293         * lib/canon-host.h: New file.
17294         * lib/canon-host.c (canon_host): Wrap...
17295         (canon_host_r): ...this new function, which now relies exclusively on
17296         getaddrinfo.
17297         (ch_strerror): New function.
17298         (last_cherror): New global.
17299         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17300         interface.
17301         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17302         void *.
17303         (freeaddrinfo): Free ai->ai_canonname when set.
17304
17305 2005-09-12  Derek Price  <derek@ximbiot.com>
17306
17307         Make canon-host require getaddrinfo.
17308         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17309         AC_LIBSOURCE canon-host.h.  Call...
17310         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17311         gl_GETADDRINFO.
17312         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17313
17314 2005-09-12  Derek Price  <derek@ximbiot.com>
17315
17316         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17317         LGPL.
17318         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17319
17320 2005-09-12  Derek Price  <derek@ximbiot.com>
17321
17322         * lib/gai_strerror.c: Include config.h when available.  Include
17323         getaddrinfo.h before other headers to test interface.
17324         Reported by Larry Jones <lawrence.jones@ugs.com>.
17325
17326 2005-09-12  Derek Price  <derek@ximbiot.com>
17327             Paul Eggert  <eggert@cs.ucla.edu>
17328
17329         * modules/glob (Files): Add glob-libc.h.
17330
17331 2005-09-12  Derek Price  <derek@ximbiot.com>
17332             Paul Eggert  <eggert@cs.ucla.edu>
17333
17334         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17335         glob_.h, glob-libc.h.
17336         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17337
17338 2005-09-12  Derek Price  <derek@ximbiot.com>
17339             Paul Eggert  <eggert@cs.ucla.edu>
17340
17341         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17342         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17343         protecting things that should be done only in gnulib contexts.
17344         * lib/glob_.h: New file, containing only the glob things needed for
17345         gnulib.
17346         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17347         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17348         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17349         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17350         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17351         and to respect the namespace rules better.
17352
17353 2005-09-08  Simon Josefsson  <jas@extundo.com>
17354
17355         * modules/socklen: New file.
17356
17357 2005-09-08  Simon Josefsson  <jas@extundo.com>
17358
17359         * m4/socklen.m4: New file.
17360
17361 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17362
17363         * modules/utimens (Files): Add m4/utimbuf.m4, since
17364         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17365         Reported by Sergey Poznyakoff.
17366
17367 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17368
17369         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17370         definitions, since that's the preferred style in glibc.
17371         Fix a minor spacing issue, and update copyright notice to match
17372         glibc's.
17373
17374 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17375
17376         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17377
17378 2005-09-06  Simon Josefsson  <jas@extundo.com>
17379
17380         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17381         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17382
17383 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17384
17385         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17386         warning.
17387
17388 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17389
17390         * config/srclist.txt: Add glibc bug 1302.
17391
17392 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17393
17394         Change bitset word type from unsigned int to unsigned long int,
17395         as this has better performance on typical 64-bit hosts.
17396         Port bitset code to hosts with unusual word sizes.
17397         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17398         (build_collating_symbol):
17399         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17400         argument is a bitset.  This is merely a style issue, but it makes
17401         it clearer that an entire array is expected.
17402         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17403         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17404         Port to the case where bitset_word is not the same as unsigned int.
17405         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17406         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17407         Likewise.
17408         * lib/regexec.c (check_dst_limits_calc_pos_1,
17409         check_subexp_matching_top):
17410         (build_trtable, group_nodes_into_DFAstates):
17411         Likewise.
17412         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17413         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17414         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17415         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17416         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17417         * lib/regcomp.c (optimize_subexps, lower_subexp):
17418         Work even if bitset_word has holes in its bitwise representation.
17419         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17420         * lib/regexec.c (check_dst_limits_calc_pos_1,
17421         check_subexp_matching_top):
17422         Likewise.
17423         * lib/regex_internal.c (re_string_reconstruct):
17424         Don't assume UCHAR_MAX == 255.
17425         * lib/regex_internal.h (bitset_set_all): Likewise.
17426         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17427         All uses changed.
17428         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17429         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17430         All uses changed.
17431         (BITSET_WORD_MAX): New macro.
17432         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17433         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17434         (bitset_empty, bitset_copy):
17435         Prefer sizeof (bitset) to multiplying it out ourselves.
17436         (bitset_not_merge): Remove; unused.
17437         (bitset_contain): Return bool, not unsigned int with one bit on.
17438         All callers changed.
17439         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17440         alignment than re_node_set; do this by defining a new internal
17441         type struct dests_alloc and using it to allocate memory.
17442
17443 2005-09-05  Bruno Haible  <bruno@clisp.org>
17444
17445         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17446         links.
17447
17448 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17449
17450         * modules/size_max (Makefile.am): Add size_max.h
17451
17452 2005-09-04  Derek Price  <derek@ximbiot.com>
17453
17454         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17455
17456 2005-09-03  Simon Josefsson  <jas@extundo.com>
17457
17458         * gnulib-tool: Fix typo.
17459
17460 2005-09-03  Simon Josefsson  <jas@extundo.com>
17461
17462         * config/srclist.txt: Add glibc bug 1293.
17463
17464 2005-09-03  Derek Price  <derek@ximbiot.com>
17465
17466         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17467         From Larry Jones <lawrence.jones@ugs.com>.
17468
17469 2005-09-02  Simon Josefsson  <jas@extundo.com>
17470
17471         * modules/socklen: New file.
17472
17473 2005-09-02  Simon Josefsson  <jas@extundo.com>
17474
17475         * modules/havelib: New module.
17476
17477         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17478         Use havelib.
17479
17480 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17481
17482         Check for arithmetic overflow when calculating sizes, to prevent
17483         some buffer-overflow issues.  These patches are conservative, in the
17484         sense that when I couldn't determine whether an overflow was possible,
17485         I inserted a run-time check.
17486         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17487         macros.
17488         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17489         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17490         (re_xnrealloc, re_x2nrealloc): New inline functions.
17491         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17492         parse_bracket_exp):
17493         (build_equiv_class, build_charclass): Check for arithmetic overflow
17494         in size expression calculations.
17495         * lib/regex_internal.c (re_string_realloc_buffers):
17496         (build_wcs_upper_buffer, re_node_set_add_intersect):
17497         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17498         (re_dfa_add_node, register_state): Likewise.
17499         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17500         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17501         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17502         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17503
17504 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17505
17506         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17507         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17508
17509 2005-09-02  Bruno Haible  <bruno@clisp.org>
17510
17511         Support for lib vs. lib64 distinction on biarch platforms.
17512         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17513         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17514         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17515
17516 2005-09-02  Bruno Haible  <bruno@clisp.org>
17517
17518         * gnulib-tool (import): In the other first-use case, provide defaults
17519         as well.
17520
17521 2005-09-02  Bruno Haible  <bruno@clisp.org>
17522
17523         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17524         patches not yet found in the latest gettext release.
17525
17526 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17527
17528         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17529         to avoid a collision with bits/local_lim.h in glibc.
17530         All uses changed.  Problem reported by Dmitry V. Levin in
17531         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17532
17533         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17534         bugs in int versus size_t comparisons.
17535         (re_string_context_at): Fix bug where the code assumed that
17536         Idx is signed.
17537
17538         Use bool where appropriate.
17539         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17540         All callers changed.
17541         (calc_eclosure_iter): Likewise, for ROOT arg.
17542         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17543         (build_charclass_op): Likewise, for NON_MATCH arg.
17544         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17545         (re_string_construct_common): Likewise, for ICASE arg.
17546         * lib/regexec.c (re_search_2_stub, re_search_stub):
17547         Likewise, for RET_LEN arg.
17548         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17549         (set_regs): Likewise, for FL_BACKTRACK arg.
17550         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17551         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17552         (calc_eclosure_iter, parse_bracket_exp):
17553         Use bool for internal variables that are booleans.
17554         * lib/regexec.c (re_search_internal, check_matching,
17555         proceed_next_node):
17556         (set_regs, build_sifted_states, sift_states_bkref):
17557         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17558         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17559         (find_collation_sequence_value):
17560         Likewise.
17561         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17562         (re_node_set_compare):
17563         Return bool, not int. All callers changed.
17564         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17565         (build_trtable, check_node_accept): Likewise.
17566         * lib/regex_internal.h: Include stdbool.h.
17567
17568         Fix bugs uncovered when converting to bool.
17569         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17570         failure instead of charging ahead blindly.
17571         * lib/regex_internal.c (register_state): Likewise.
17572         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17573         for freeing internal storage.
17574         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17575         bitset pieces used as boolean, to avoid undefined behavior
17576         on hosts that do int overflow checking.
17577
17578 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17579
17580         * config/srclist.txt: Add glibc bugs 1285-1287.
17581
17582 2005-09-01  Jim Meyering  <jim@meyering.net>
17583
17584         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17585         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17586         Require gl_STAT_MACROS, too.
17587
17588 2005-09-01  Bruno Haible  <bruno@clisp.org>
17589
17590         * gnulib-tool (import): In the first-use case, provide defaults.
17591
17592 2005-09-01  Bruno Haible  <bruno@clisp.org>
17593
17594         * gnulib-tool (func_import): Remove the .tmp files.
17595
17596 2005-09-01  Bruno Haible  <bruno@clisp.org>
17597
17598         * gnulib-tool (func_import): Fix handling of symbolic links.
17599
17600 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17601
17602         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17603         old glibc regex code mishandles strings longer than 2**31 bytes.
17604         This patch fixes this when the regex code is used in gnulib
17605         (i.e., outside glibc).
17606
17607         This patch should not affect the use of the regex code inside
17608         glibc.  No doubt this problem also needs to be handled for glibc
17609         as well, but the result will be an incompatible change to the
17610         glibc ABI, and the old ABI will have to be supported too.  That
17611         can be the the subject for another patch.
17612
17613         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17614         governing whether the rest of this patch is active.  By default,
17615         the macro is disabled and the patch has no effect.
17616         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17617         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17618         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17619         (re_match_2, re_set_registers): Use the new types.
17620         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17621         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17622         New macros.
17623         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17624         (re_string_context_at, bin_tree_t, re_dfastate_t):
17625         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17626         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17627         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17628         (re_string_char_size_at, re_string_wchar_at):
17629         (re_string_elem_size_at):
17630         Use the new types and macros to port to 64-bit hosts.
17631         Use unsigned types for internal values, so that the code
17632         mostly works even for arrays larger than SSIZE_MAX.
17633         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17634         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17635         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17636         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17637         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17638         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17639         (calc_inveclosure, parse_dup_op, build_range_exp):
17640         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17641         (fetch_number, create_token_tree, mark_opt_subexp):
17642         Likewise.
17643         * lib/regex_internal.c (re_string_construct_common,
17644         create_ci_newstate):
17645         (create_cd_newstate, re_string_allocate, re_string_construct):
17646         (re_string_realloc_buffers, build_wcs_upper_buffer):
17647         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17648         (re_string_reconstruct, re_string_peek_byte_case):
17649         (re_string_fetch_byte_case, re_string_context_at):
17650         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17651         (re_node_set_init_copy, re_node_set_add_intersect):
17652         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17653         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17654         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17655         (re_acquire_state, re_acquire_state_context, register_state):
17656         Likewise.
17657         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17658         search_cur_bkref_entry):
17659         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17660         (re_search_internal, re_search_2_stub, re_search_stub)
17661         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17662         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17663         (update_cur_sifted_state, check_dst_limits):
17664         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17665         (check_subexp_limits, sift_states_bkref, merge_state_array):
17666         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17667         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17668         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17669         (expand_bkref_cache, check_node_accept_bytes):
17670         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17671         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17672         (acquire_init_state_context, check_halt_node_context):
17673         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17674         (sift_states_backward, clean_state_log_if_needed):
17675         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17676         (find_recover_state, transit_state_sb, transit_state_mb):
17677         (transit_state_bkref, build_trtable, match_ctx_clean):
17678         Likewise.
17679         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17680         to work around an assumption that REG_MISSING is negative.
17681
17682         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17683         (seek_collating_symbol_entry) [defined _LIBC]:
17684         (lookup_collation_sequence_value) [defined _LIBC]:
17685         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17686         Use prototypes rather than old-style function definitions.
17687         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17688         (transit_state_sb) [0]:
17689         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17690
17691         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17692         rm_eo.
17693
17694         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17695         (optimize_subexps, lower_subexp):
17696         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17697         since the signed shift might overflow.  Use 1u<<31 instead.
17698         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17699         Likewise.
17700         * lib/regexec.c (check_dst_limits_calc_pos_1,
17701         check_subexp_matching_top): Likewise.
17702
17703         * lib/regcomp.c (optimize_subexps, lower_subexp):
17704         Use CHAR_BIT rather than 8, for clarity.
17705         * lib/regexec.c (check_dst_limits_calc_pos_1):
17706         (check_subexp_matching_top): Likewise.
17707         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17708         have to worry about portability issues when shifting it left.
17709         Remove no-longer-needed test for table_size > 0.
17710         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17711         in a word, as the resulting behavior is undefined.
17712         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17713         in one case, a <= should have been an <, and in another case the
17714         whole test was missing.
17715         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17716         the standard name CHAR_BIT.
17717         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17718         this is not true on one's complement and signed-magnitude hosts.
17719
17720         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17721         next_last_offset.
17722         (struct re_dfa_t): Remove unused member states_alloc.
17723         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17724
17725 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17726
17727         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17728         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17729         and large-file glibc and in 32-bit large-file Solaris.
17730
17731 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17732
17733         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17734         lengths fit in regoff_t; this isn't true if regoff_t is the same
17735         width as size_t.
17736         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17737         (= START + RANGE) instead of RANGE.  This avoids overflow
17738         problems when regoff_t is the same width as size_t.
17739         All callers changed.
17740         (re_search_2_stub): Check for overflow when adding the
17741         sizes of the two strings.
17742         (re_search_stub): Check for overflow when adding START
17743         to RANGE; if it occurs, substitute the extreme value.
17744
17745 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17746
17747         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17748
17749 2005-08-31  Jim Meyering  <jim@meyering.net>
17750
17751         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17752         a pointer-to-const.
17753         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17754         (register_state): Likewise.
17755         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17756         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17757         (group_nodes_into_DFAstates): Likewise.
17758
17759 2005-08-31  Jim Meyering  <jim@meyering.net>
17760
17761         * check-module: Add a FIXME comment.
17762
17763 2005-08-31  Eric Blake  <ebb9@byu.net>
17764
17765         * modules/unistd-safer (Files): Add unistd--.h.
17766         * modules/stdio-safer (Files): Add stdio--.h.
17767
17768 2005-08-31  Derek Price  <derek@ximbiot.com>
17769
17770         * lib/getdelim.c (getdelim): Return EOF on EOF.
17771         Reported by Larry Jones <lawrence.jones@ugs.com>.
17772
17773 2005-08-31  Bruno Haible  <bruno@clisp.org>
17774
17775         Avoid unnecessary diffs in the generated lib/Makefile.am.
17776         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17777         the generated files.
17778         (func_import): Don't set cmd.
17779
17780 2005-08-31  Bruno Haible  <bruno@clisp.org>
17781
17782         * lib/strstr.c: Include <stddef.h>, for NULL.
17783         * lib/strcasestr.c: Likewise.
17784         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17785
17786 2005-08-31  Bruno Haible  <bruno@clisp.org>
17787
17788         * gnulib-tool: New option --macro-prefix.
17789         (func_import): Use macro_prefix.
17790         (import): Handle option --macro-prefix.
17791
17792 2005-08-31  Bruno Haible  <bruno@clisp.org>
17793
17794         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17795         Also use new variables cached_lgpl, cached_libtool.
17796
17797 2005-08-31  Bruno Haible  <bruno@clisp.org>
17798
17799         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17800         always instantiating them.
17801
17802 2005-08-31  Bruno Haible  <bruno@clisp.org>
17803
17804         * gnulib-tool (func_import): Read the previous cached settings
17805         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17806         earlier added by gnulib but are now dropped. Warn when a gnulib file
17807         overwrites a non-gnulib file.
17808
17809 2005-08-31  Bruno Haible  <bruno@clisp.org>
17810
17811         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17812         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17813         projects that don't keep autogenerated files in CVS. Put into
17814         actioncmd only the specified modules, not the transitive closure.
17815
17816 2005-08-31  Bruno Haible  <bruno@clisp.org>
17817
17818         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17819         Create directories that shall be filled.
17820         (import): Don't look for gl_* macros in configure.ac. Recurse across
17821         all directories containing a gnulib-cache.m4 files, if meaningful.
17822
17823 2005-08-31  Bruno Haible  <bruno@clisp.org>
17824
17825         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17826         (import): Set seen_libtool when we see gl_LIBTOOL.
17827
17828 2005-08-31  Bruno Haible  <bruno@clisp.org>
17829
17830         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17831         declaration macro definitions from generated gnulib.m4.
17832
17833 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17834
17835         * lib/iconvme.h: Add prototype for iconv_alloc.
17836
17837 2005-08-29  Simon Josefsson  <jas@extundo.com>
17838
17839         * lib/iconvme.c: Fix errno.
17840
17841 2005-08-29  Bruno Haible  <bruno@clisp.org>
17842
17843         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17844         that it works when the directory contains spaces.
17845
17846 2005-08-29  Bruno Haible  <bruno@clisp.org>
17847
17848         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17849
17850 2005-08-29  Bruno Haible  <bruno@clisp.org>
17851
17852         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17853         Emit more advice.
17854
17855 2005-08-29  Bruno Haible  <bruno@clisp.org>
17856         and Stepan Kasal  <kasal@ucw.cz>
17857
17858         * check-module: If more parameters are given, check each of them
17859         separately; add more exceptions, as noted by Jim Meyering.
17860         (check_module): New procedure.
17861         (%exempt_header): Now contains all exceptions.
17862
17863 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17864
17865         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17866
17867 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17868
17869         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17870
17871 2005-08-28  Bruno Haible  <bruno@clisp.org>
17872
17873         * m4/gnulib-tool.m4: New file.
17874
17875 2005-08-27  Jim Meyering  <jim@meyering.net>
17876
17877         * modules/unistd-safer (Files): Add pipe-safer.c.
17878         * modules/fcntl-safer (Files): Add creat-safer.c.
17879
17880 2005-08-27  Jim Meyering  <jim@meyering.net>
17881
17882         * m4/stdlib-safer.m4: New file.  From coreutils.
17883         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17884         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17885         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17886         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17887         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17888
17889 2005-08-27  Jim Meyering  <jim@meyering.net>
17890
17891         * lib/fopen-safer.c: Merge minor changes from coreutils.
17892         * lib/dup-safer.c: Likewise.
17893         * lib/fd-safer.c: Likewise.
17894
17895         Merge from coreutils.
17896         * lib/stdio--.h: New file.
17897         * lib/stdlib--.h: New file.
17898         * lib/mkstemp-safer.c: New file.
17899
17900         GNU tar needs these.
17901         * lib/pipe-safer.c: New file.
17902         * lib/creat-safer.c: New file.
17903         * lib/fcntl--.h (creat): Define to creat_safer.
17904         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17905         * lib/unistd--.h (pipe): Define to pipe_safer.
17906         * lib/unistd-safer.h: Declare pipe_safer.
17907
17908 2005-08-26  Simon Josefsson  <jas@extundo.com>
17909
17910         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17911         Haible <bruno@clisp.org>.
17912
17913 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17914
17915         * lib/regex_internal.h: Remove all references to
17916         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17917         or better.
17918         (bitset_not, bitset_merge, bitset_not_merge):
17919         (bitset_mask, re_string_allocate, re_string_construct):
17920         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17921         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17922         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17923         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17924         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17925         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17926         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17927         (re_acquire_state_context):
17928         Remove unnecessary forward decls.
17929         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17930         Put __attribute at function definition,
17931         now that the function decl has been removed.
17932         * lib/regex_internal.c (re_string_peek_byte_case):
17933         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17934         Likewise.
17935
17936 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17937
17938         * m4/regex.m4: Add AC_PREREQ(2.50).
17939         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17940
17941 2005-08-25  Simon Josefsson  <jas@extundo.com>
17942
17943         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17944         __fsetlocking.
17945
17946 2005-08-25  Simon Josefsson  <jas@extundo.com>
17947
17948         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17949         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17950         GLIBC specific code.
17951
17952 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17953
17954         Make regex safe for g++.  This fixes one real bug (an "err"
17955         that should have been "*err").  g++ problem reported by
17956         Sam Steingold.
17957         * lib/regex_internal.h (re_calloc): New macro, consistent with
17958         re_malloc etc.  All callers of calloc changed to use re_calloc.
17959         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17960         not int.  All callers changed.
17961         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17962         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17963         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17964         (find_recover_state): Change "err" to "*err"; this fixes what
17965         appears to be a real bug.
17966         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17967         versus int.
17968
17969 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17970
17971         * modules/regex (Depends-on): Add malloc, since the code
17972         assumes that !malloc(0) means failure.
17973
17974 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17975
17976         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17977
17978         alloca modernization/simplification for regex.
17979         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17980         needs to be at the start of the file, and can be moved into
17981         regex_internal.h and simplified.
17982         * lib/regex_internal.h: Include <alloca.h>.
17983         (__libc_use_alloca) [!defined _LIBC]: New macro.
17984         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17985         now works outside glibc.
17986
17987 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17988
17989         * config/srclist.txt: Add glibc bugs 1241, 1245.
17990
17991 2005-08-25  Jim Meyering  <jim@meyering.net>
17992
17993         * lib/open-safer.c: Include <config.h>.
17994         Otherwise, we'd lose LARGEFILE support in any file using
17995         e.g. "fcntl--.h"
17996
17997 2005-08-25  Bruno Haible  <bruno@clisp.org>
17998
17999         * m4/minmax.m4: Require autoconf 2.52.
18000         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18001         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18002         alternatives of translit over the alphabet.
18003         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18004
18005 2005-08-24  Simon Josefsson  <jas@extundo.com>
18006
18007         * tests/test-getpass.c: New file.
18008
18009 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18010
18011         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18012         for GNU regex features.
18013
18014 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18015
18016         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18017         * lib/regex.h (regerror): Likewise.
18018
18019         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18020         requires this.  (The code never needed it.)
18021
18022         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18023         All uses of recently-renamed identifiers changed to use the new,
18024         POSIX-compliant names.  The code will build and run just fine
18025         without these changes, but it's better to eat our own dog food
18026         and use the standard-conforming names.
18027
18028         * lib/regex.h: Fix a multitude of POSIX name space violations.
18029         These changes have an effect only for programs that define
18030         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18031         do not change anything for programs compiled in the normal way.
18032         Also, there is no effect on the ABI.
18033
18034         (_REGEX_SOURCE): New macro.
18035         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18036         defined and _GNU_SOURCE is not; this fixes a name space violation.
18037
18038         Rename the following macros to obey POSIX requirements.
18039         The old names are still visible as macros if _REGEX_SOURCE is defined.
18040         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18041         RE_BACKSLASH_ESCAPE_IN_LISTS.
18042         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18043         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18044         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18045         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18046         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18047         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18048         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18049         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18050         (REG_INTERVALS): renamed from RE_INTERVALS.
18051         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18052         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18053         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18054         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18055         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18056         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18057         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18058         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18059         RE_UNMATCHED_RIGHT_PAREN_ORD.
18060         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18061         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18062         (REG_DEBUG): renamed from RE_DEBUG.
18063         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18064         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18065         unusual, since we can't clash with the POSIX REG_ICASE.
18066         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18067         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18068         (REG_NO_SUB): renamed from RE_NO_SUB.
18069         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18070         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18071         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18072         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18073         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18074         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18075         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18076         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18077         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18078         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18079         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18080         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18081         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18082         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18083         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18084         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18085         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18086         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18087         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18088         (REG_FIXED): Renamed from REGS_FIXED.
18089         (REG_NREGS): Renamed from RE_NREGS.
18090
18091         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18092         of other REG_* macros, since POSIX says the user is allowed to
18093         #undef these macros selectively.
18094
18095         (reg_errcode_t): Update comment stating what other tables need
18096         to be consistent.
18097
18098         Rename the following enum values to obey POSIX requirements.
18099         The old names are still visible as macros.
18100         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18101         is not defined, since GNU is supposed to be a superset of POSIX as
18102         much as possible, and since we want reg_errcode_t to be a signed
18103         type for implementation consistency.
18104         (_REG_NOERROR): Renamed from REG_NOERROR.
18105         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18106         (_REG_BADPAT): Renamed from REG_BADPAT.
18107         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18108         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18109         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18110         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18111         (_REG_EBRACK): Renamed from REG_EBRACK.
18112         (_REG_EPAREN): Renamed from REG_EPAREN.
18113         (_REG_EBRACE): Renamed from REG_EBRACE.
18114         (_REG_BADBR): Renamed from REG_BADBR.
18115         (_REG_ERANGE): Renamed from REG_ERANGE.
18116         (_REG_ESPACE): Renamed from REG_ESPACE.
18117         (_REG_BADRPT): Renamed from REG_BADRPT.
18118         (_REG_EEND): Renamed from REG_EEND.
18119         (_REG_ESIZE): Renamed from REG_ESIZE.
18120         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18121         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18122         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18123         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18124         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18125
18126         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18127         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18128         changed.  But support the old name if the new one is not defined
18129         and if _REGEX_SOURCE.
18130
18131         Change the following member names in struct re_pattern_buffer.
18132         The old names are still supported if !_REGEX_SOURCE.
18133         The new names are always supported, regardless of _REGEX_SOURCE.
18134         (re_buffer): Renamed from buffer.
18135         (re_allocated): Renamed from allocated.
18136         (re_used): Renamed from used.
18137         (re_syntax): Renamed from syntax.
18138         (re_fastmap): Renamed from fastmap.
18139         (re_translate): Renamed from translate.
18140         (re_can_be_null): Renamed from can_be_null.
18141         (re_regs_allocated): Renamed from regs_allocated.
18142         (re_fastmap_accurate): Renamed from fastmap_accurate.
18143         (re_no_sub): Renamed from no_sub.
18144         (re_not_bol): Renamed from not_bol.
18145         (re_not_eol): Renamed from not_eol.
18146         (re_newline_anchor): Renamed from newline_anchor.
18147
18148         Change the following member names in struct re_registers.
18149         The old names are still supported if !_REGEX_SOURCE.
18150         The new names are always supported, regardless of _REGEX_SOURCE.
18151         (rm_num_regs): Renamed from num_regs.
18152         (rm_start): Renamed from start.
18153         (rm_end): Renamed from end.
18154
18155         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18156         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18157         Prepend __ to parameter names.
18158
18159         Undo yesterday's changes.
18160
18161 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18162
18163         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18164         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18165         lib/regex.c.
18166
18167 2005-08-24  Jim Meyering  <jim@meyering.net>
18168
18169         Sync from coreutils.
18170         * m4/fcntl-safer.m4: New file.
18171
18172         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18173         and object files for this module.
18174
18175 2005-08-24  Jim Meyering  <jim@meyering.net>
18176
18177         Sync from coreutils.
18178         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18179
18180 2005-08-24  Jim Meyering  <jim@meyering.net>
18181
18182         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18183         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18184
18185 2005-08-24  Jim Meyering  <jim@meyering.net>
18186
18187         * modules/fcntl-safer: New module.
18188         * modules/fts (Depends-on): Add fcntl-safer.
18189         * MODULES.html.sh (File descriptor based Input/Output):
18190         Add fcntl-safer.
18191
18192 2005-08-24  Bruno Haible  <bruno@clisp.org>
18193
18194         Support for unit test modules.
18195         * modules/README: Mention tests modules.
18196         * modules/TEMPLATE-TESTS: New file.
18197         * gnulib-tool: New options --extract-tests-module, --with-tests and
18198         --tests-base (unused for the moment).
18199         (testsbase, inctests): New variables.
18200         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18201         (func_verify_module): Exclude TEMPLATE-TESTS.
18202         (func_verify_nontests_module, func_verify_tests_module): New functions.
18203         (func_get_dependencies): Add implicit dependency for tests modules.
18204         (func_get_tests_module): New function.
18205         (func_modules_transitive_closure): When --with-tests was specified,
18206         include the unit tests as well, unless explicitly avoided.
18207         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18208         (func_emit_tests_Makefile_am): New function.
18209         (func_create_testdir): When --with-tests was specified, emit a
18210         tests/ directory.
18211         * MODULES.html.sh (Future developments): Update.
18212
18213 2005-08-24  Bruno Haible  <bruno@clisp.org>
18214
18215         * modules/tls-tests: New file.
18216         * tests/test-tls.c: New file, from GNU gettext.
18217
18218 2005-08-24  Bruno Haible  <bruno@clisp.org>
18219
18220         * modules/lock-tests: New file.
18221         * tests/test-lock.c: New file, from GNU gettext.
18222
18223 2005-08-24  Bruno Haible  <bruno@clisp.org>
18224
18225         * lib/lock.h: Add multiple inclusion guard.
18226         * lib/tls.h: Add multiple inclusion guard.
18227
18228 2005-08-24  Bruno Haible  <bruno@clisp.org>
18229
18230         * gnulib-tool: Add support for the --aux-dir option to
18231         --create-testdir, --create-megatestdir, --test, --megatest.
18232         (func_create_testdir, func_create_megatestdir): Optionally emit a
18233         AC_CONFIG_AUX_DIR directive.
18234         (create-testdir, create-megatestdir, test, megatest): Provide a
18235         default value for $auxdir.
18236
18237 2005-08-24  Bruno Haible  <bruno@clisp.org>
18238
18239         * gnulib-tool (import): Use compound statement instead of subshell
18240         where possible.
18241
18242 2005-08-24  Bruno Haible  <bruno@clisp.org>
18243
18244         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18245
18246 2005-08-24  Bruno Haible  <bruno@clisp.org>
18247
18248         * gnulib-tool (func_version): Update.
18249
18250 2005-08-24  Bruno Haible  <bruno@clisp.org>
18251
18252         * gnulib-tool (func_import, func_create_testdir,
18253         func_create_megatestdir): Quote all autoconf macro arguments.
18254
18255 2005-08-24  Bruno Haible  <bruno@clisp.org>
18256
18257         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18258         option --force, because --force causes the aclocal.m4 of each
18259         subdirectory to be newer than the corresponding config.h.in.
18260
18261 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18262
18263         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18264         All contents moved to gl_REGEX.
18265         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18266         assume that it does.
18267
18268 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18269
18270         * lib/regex.h (REG_NOSYS)
18271         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18272         Define, since POSIX requires it as of 2001.
18273         (_REG_ENOSYS)
18274         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18275         New private symbol, used to keep the enum signed in all cases.
18276         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18277         Youngman in
18278         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18279
18280         * lib/regex_internal.c (re_string_skip_chars, register_state):
18281         (calc_state_hash):
18282         Remove forward decls; no longer needed now that we use prototypes.
18283         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18284         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18285         (clean_state_log_if_needed): Likewise.
18286
18287 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18288
18289         * config/srclist.txt: Add glibc bugs 1231-1233.
18290
18291 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18292
18293         Fix problems reported by Sam Steingold in
18294         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18295         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18296         assumed that reg_errcode_t is a signed type, which is not
18297         necessarily true if _XOPEN_SOURCE is not defined.
18298         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18299         since some compilers warn about it otherwise.
18300
18301 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18302
18303         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18304         (init_word_char, create_initial_state, duplicate_node_closure):
18305         (fetch_token, peek_token_bracket, build_range_exp):
18306         (build_collating_symbol): Remove forward decls; no longer needed
18307         now that we use prototypes.
18308
18309         * lib/regcomp.c:
18310         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18311         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18312         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18313         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18314         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18315         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18316         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18317         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18318         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18319         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18320         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18321         (build_charclass, build_charclass_op, fetch_number, create_tree):
18322         (create_token_tree, mark_opt_subexp, duplicate_tree):
18323         Use prototypes rather than old-style definitions.
18324
18325         * lib/regex_internal.c:
18326         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18327         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18328         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18329         (re_string_reconstruct, re_string_peek_byte_case):
18330         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18331         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18332         (re_node_set_init_copy, re_node_set_add_intersect):
18333         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18334         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18335         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18336         (re_acquire_state, re_acquire_state_context, register_state):
18337         (create_ci_newstate, create_cd_newstate, free_state):
18338         Likewise.
18339         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18340         re_search_2):
18341         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18342         (re_search_internal, prune_impossible_nodes):
18343         (acquire_init_state_context, check_matching, static):
18344         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18345         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18346         (update_regs, sift_states_backward, build_sifted_states):
18347         (clean_state_log_if_needed, merge_state_array):
18348         (update_cur_sifted_state, add_epsilon_src_nodes):
18349         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18350         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18351         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18352         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18353         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18354         (check_arrival, check_arrival_add_next_nodes):
18355         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18356         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18357         (check_node_accept_bytes, check_node_accept, extend_buffers):
18358         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18359         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18360         (sift_ctx_init):
18361         Likewise.
18362
18363         * lib/regex_internal.h:
18364         (re_string_allocate, re_string_construct, re_string_reconstruct):
18365         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18366         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18367         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18368         (re_string_context_at, re_string_peek_byte_case):
18369         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18370         is defined, since we now use prototypes always.
18371
18372         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18373         C89 or better.  All uses removed.
18374
18375 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18376
18377         * config/srclist.txt: Add glibc bugs 1220-1227.
18378
18379 2005-08-20  Jim Meyering  <jim@meyering.net>
18380
18381         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18382         of unused local, dfa.
18383
18384 2005-08-20  Bruno Haible  <bruno@clisp.org>
18385
18386         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18387
18388 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18389
18390         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18391         (re_node_set_insert_last, re_dfa_add_node):
18392         Rename local variables to avoid GCC shadowing warnings.
18393
18394 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18395
18396         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18397         [defined lint]: Suppress bogus uninitialized-variable warnings.
18398
18399         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18400         and let the caller return REG_ESPACE if out of space.  This
18401         removes an uninitialied-variable warning with GCC 4.0.1, and also
18402         avoids taking the address of a local variable.  All callers
18403         changed.
18404
18405 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18406
18407         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18408         $LIBCSRC/posix/regexec.c.
18409         Add glibc bug 1217 for regcomp.c.
18410
18411 2005-08-19  Jim Meyering  <jim@meyering.net>
18412
18413         * lib/regexec.c (proceed_next_node): Redo local variables to
18414         avoid GCC shadowing warnings.
18415
18416 2005-08-18  Bruno Haible  <bruno@clisp.org>
18417
18418         * lib/strstr.c (strstr): Fix return value in multibyte case.
18419         * lib/strcasestr.c (strcasestr): Likewise.
18420
18421 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18422
18423         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18424
18425 2005-08-17  Jim Meyering  <jim@meyering.net>
18426
18427         Make the %s format (seconds since the epoch) work for a negative
18428         number and when used with a zero-padded field width, e.g. %015s.
18429
18430         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18431         label so that it precedes the code to set `digits'.  Otherwise,
18432         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18433         print `00-22'.  Now, it prints `-0022', as it should.
18434
18435 2005-08-17  Bruno Haible  <bruno@clisp.org>
18436
18437         * modules/strstr (Files): Add m4/mbrtowc.m4.
18438         (Depends-on): Add mbuiter.
18439
18440 2005-08-17  Bruno Haible  <bruno@clisp.org>
18441
18442         * modules/strcasestr: New file.
18443         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18444         strcasestr.
18445
18446 2005-08-17  Bruno Haible  <bruno@clisp.org>
18447
18448         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18449
18450 2005-08-17  Bruno Haible  <bruno@clisp.org>
18451
18452         * modules/mbuiter: New file.
18453         * MODULES.html.sh (Extended multibyte and wide character utilities):
18454         Add mbuiter.
18455
18456 2005-08-17  Bruno Haible  <bruno@clisp.org>
18457
18458         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18459         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18460
18461 2005-08-17  Bruno Haible  <bruno@clisp.org>
18462
18463         * m4/strcasestr.m4: New file.
18464
18465 2005-08-17  Bruno Haible  <bruno@clisp.org>
18466
18467         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18468         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18469
18470 2005-08-17  Bruno Haible  <bruno@clisp.org>
18471
18472         * lib/strcasestr.h: New file.
18473         * lib/strcasestr.c: New file.
18474
18475 2005-08-17  Bruno Haible  <bruno@clisp.org>
18476
18477         * lib/strcasecmp.c: Use mbuiter.h.
18478
18479 2005-08-17  Bruno Haible  <bruno@clisp.org>
18480
18481         * lib/mbuiter.h: New file.
18482
18483 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18484
18485         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18486         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18487         and gl_GETOPT are both invoked via different paths (as happens
18488         with GNU tar CVS because it uses both argp and getopt), the former
18489         wins.
18490
18491 2005-08-16  Bruno Haible  <bruno@clisp.org>
18492
18493         * modules/tls: New file.
18494         * MODULES.html.sh (Multithreading): Add tls.
18495
18496 2005-08-16  Bruno Haible  <bruno@clisp.org>
18497
18498         * modules/strnlen1: New file.
18499         * MODULES.html.sh (String handling): Add strnlen1.
18500
18501 2005-08-16  Bruno Haible  <bruno@clisp.org>
18502
18503         * modules/strcase (Files): Add m4/mbrtowc.m4.
18504         (Depends-on): Add strnlen1, mbchar.
18505
18506 2005-08-16  Bruno Haible  <bruno@clisp.org>
18507
18508         * modules/mbiter: New file.
18509         * MODULES.html.sh (Extended multibyte and wide character utilities):
18510         Add mbiter.
18511
18512 2005-08-16  Bruno Haible  <bruno@clisp.org>
18513
18514         * modules/mbfile: New file.
18515         * MODULES.html.sh (Extended multibyte and wide character utilities):
18516         Add mbfile.
18517
18518 2005-08-16  Bruno Haible  <bruno@clisp.org>
18519
18520         * modules/mbchar: New file.
18521         * MODULES.html.sh (Extended multibyte and wide character utilities):
18522         New section.
18523
18524 2005-08-16  Bruno Haible  <bruno@clisp.org>
18525
18526         * m4/tls.m4: New file, from GNU gettext.
18527
18528 2005-08-16  Bruno Haible  <bruno@clisp.org>
18529
18530         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18531         always.
18532         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18533
18534 2005-08-16  Bruno Haible  <bruno@clisp.org>
18535
18536         * m4/mbiter.m4: New file.
18537
18538 2005-08-16  Bruno Haible  <bruno@clisp.org>
18539
18540         * m4/mbfile.m4: New file.
18541
18542 2005-08-16  Bruno Haible  <bruno@clisp.org>
18543
18544         * m4/mbchar.m4: New file.
18545
18546 2005-08-16  Bruno Haible  <bruno@clisp.org>
18547
18548         * lib/tls.h: New file, from GNU gettext.
18549         * lib/tls.c: New file, from GNU gettext.
18550
18551 2005-08-16  Bruno Haible  <bruno@clisp.org>
18552
18553         * lib/strnlen1.h: New file.
18554         * lib/strnlen1.c: New file.
18555
18556 2005-08-16  Bruno Haible  <bruno@clisp.org>
18557
18558         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18559         (mbi_init): Update.
18560         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18561         NUL byte, not after it.
18562
18563 2005-08-16  Bruno Haible  <bruno@clisp.org>
18564
18565         * lib/strcase.h (strcasecmp): Add note in comments.
18566         * lib/strncasecmp.c: Use code from strcasecmp.c.
18567         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18568         (strcasecmp): Work correctly in multibyte locales.
18569
18570 2005-08-16  Bruno Haible  <bruno@clisp.org>
18571
18572         * lib/mbiter.h: New file.
18573
18574 2005-08-16  Bruno Haible  <bruno@clisp.org>
18575
18576         * lib/mbfile.h: New file.
18577
18578 2005-08-16  Bruno Haible  <bruno@clisp.org>
18579
18580         * lib/mbchar.h: New file.
18581         * lib/mbchar.c: New file.
18582
18583 2005-08-16  Bruno Haible  <bruno@clisp.org>
18584
18585         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18586         the valid ones. Makes the comparison operations transitive:
18587         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18588         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18589
18590 2005-08-15  Simon Josefsson  <jas@extundo.com>
18591
18592         * modules/ssize_t (License): Change to 'unlimited'.
18593
18594         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18595
18596 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18597
18598         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18599         Add comments for each pending glibc patch.
18600
18601 2005-08-15  Bruno Haible  <bruno@clisp.org>
18602
18603         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18604         __cplusplus is defined.
18605
18606 2005-08-14  Jim Meyering  <jim@meyering.net>
18607
18608         Sync from coreutils.
18609
18610         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18611         Use the hash-table-based cycle-detection code not just when
18612         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18613         Reported by James Youngman in
18614         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18615         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18616         FTS_TIGHT_CYCLE_CHECK.
18617         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18618         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18619         once again.
18620         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18621         * lib/fts.c (fd_safer): Remove decl.
18622         Include fcntl--.h rather than unistd-safer.h
18623         (fts_safe_changedir): Don't call fd_safer; no longer needed
18624         now that we include fcntl--.h.
18625
18626 2005-08-12  Simon Josefsson  <jas@extundo.com>
18627
18628         * modules/getndelim2: Use ssize_t module.
18629         * modules/getnline: Likewise.
18630         * modules/safe-read: Likewise.
18631         * modules/xreadlink: Likewise.
18632
18633         * modules/ssize_t: New file.
18634
18635 2005-08-12  Simon Josefsson  <jas@extundo.com>
18636
18637         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18638
18639 2005-08-12  Simon Josefsson  <jas@extundo.com>
18640
18641         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18642         ssize_t.
18643
18644 2005-08-12  Simon Josefsson  <jas@extundo.com>
18645
18646         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18647         readline, getdelim and check_version.
18648         (Support for systems lacking ISO C 99: Sizes of integer types):
18649         Add size_max.
18650
18651 2005-08-12  Bruno Haible  <bruno@clisp.org>
18652
18653         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18654
18655 2005-08-11  Simon Josefsson  <jas@extundo.com>
18656
18657         * modules/readline: New file.
18658
18659         * modules/strnlen (Files): Add strnlen.h.
18660
18661 2005-08-11  Simon Josefsson  <jas@extundo.com>
18662
18663         * m4/readline.m4: New file.
18664
18665 2005-08-11  Simon Josefsson  <jas@extundo.com>
18666
18667         * lib/readline.h, readline.c: New file.
18668
18669 2005-08-11  Simon Josefsson  <jas@extundo.com>
18670
18671         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18672         gl_AVOID.
18673
18674 2005-08-11  Bruno Haible  <bruno@clisp.org>
18675
18676         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18677
18678 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18679
18680         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18681
18682 2005-08-10  Simon Josefsson  <jas@extundo.com>
18683
18684         * tests/test-iconvme.c: New file.
18685
18686 2005-08-10  Simon Josefsson  <jas@extundo.com>
18687
18688         * m4/strnlen.m4: New file.
18689
18690         * m4/strndup.m4: Don't check for strnlen declaration, done in
18691         strnlen.m4.
18692
18693 2005-08-10  Simon Josefsson  <jas@extundo.com>
18694
18695         * lib/strndup.c: Use strnlen.h.
18696
18697         * lib/strnlen.h: New file.
18698
18699 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18700
18701         * README: Typos.
18702
18703 2005-08-02  Simon Josefsson  <jas@extundo.com>
18704
18705         * modules/readline: New file.
18706
18707 2005-08-02  Simon Josefsson  <jas@extundo.com>
18708
18709         * modules/getdelim: New file.
18710
18711         * modules/getline: Rewrite, don't use getndelim2.
18712
18713 2005-08-02  Simon Josefsson  <jas@extundo.com>
18714
18715         * m4/getline.m4: Separate out getdelim stuff into separate module.
18716
18717         * m4/getdelim.m4: New file.
18718
18719 2005-08-02  Simon Josefsson  <jas@extundo.com>
18720
18721         * lib/getline.h, getline.c: Rewrite.
18722
18723         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18724
18725 2005-07-31  Bruno Haible  <bruno@clisp.org>
18726
18727         * lib/lock.h (gl_lock_initializer): New macro.
18728         (gl_lock_define_initialized): Use it.
18729         (gl_rwlock_initializer): New macro.
18730         (gl_rwlock_define_initialized): Use it.
18731         (gl_recursive_lock_initializer): New macro.
18732         (gl_recursive_lock_define_initialized): Use it.
18733
18734 2005-07-30  Karl Berry  <karl@gnu.org>
18735
18736         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18737         Report from Ben Pfaff, regarding getopt.
18738
18739 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18740
18741         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18742         normal way.
18743         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18744         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18745         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18746         (gl_GETOPT): Use the new macros.  Most of the implementation
18747         is moved to the new macros.  This is for programs like Emacs
18748         that don't want all the functionality of gl_GETOPT.
18749
18750 2005-07-26  Bruno Haible  <bruno@clisp.org>
18751
18752         * m4/lock.m4: Update from GNU gettext.
18753
18754 2005-07-26  Bruno Haible  <bruno@clisp.org>
18755
18756         * lib/lock.h: Update from GNU gettext.
18757         * lib/lock.c: Update from GNU gettext.
18758
18759 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18760
18761         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18762         obsolescent AC_TRY_RUN.  Include the default includes files, for
18763         'exit'.
18764
18765 2005-07-24  Bruno Haible  <bruno@clisp.org>
18766
18767         * modules/visibility: New file.
18768         * MODULES.html.sh (Misc): Add visibility.
18769
18770 2005-07-24  Bruno Haible  <bruno@clisp.org>
18771
18772         * m4/visibility.m4: New file.
18773
18774 2005-07-24  Bruno Haible  <bruno@clisp.org>
18775
18776         * doc/visibility.texi: New file.
18777
18778 2005-07-22  Bruno Haible  <bruno@clisp.org>
18779
18780         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18781         $(ALLOCA_H), redundant through BUILT_SOURCES.
18782         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18783         redundant through BUILT_SOURCES.
18784         * modules/byteswap (Makefile.am): Remove explicit dependency on
18785         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18786         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18787         $(FNMATCH_H), redundant through BUILT_SOURCES.
18788         * modules/getopt (Makefile.am): Remove explicit dependency on
18789         $(GETOPT_H), redundant through BUILT_SOURCES.
18790         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18791         redundant through BUILT_SOURCES.
18792         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18793         redundant through BUILT_SOURCES.
18794         * modules/stdbool (Makefile.am): Remove explicit dependency on
18795         $(STDBOOL_H), redundant through BUILT_SOURCES.
18796         * modules/stdint (Makefile.am): Remove explicit dependency on
18797         $(STDINT_H), redundant through BUILT_SOURCES.
18798         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18799         Remove explicit dependency on $(SYSEXITS_H).
18800         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18801
18802 2005-07-18  Simon Josefsson  <jas@extundo.com>
18803
18804         * lib/check-version.c (check_version): Accept identical versions too.
18805
18806 2005-07-18  Bruno Haible  <bruno@clisp.org>
18807
18808         * modules/lock: New file.
18809         * MODULES.html.sh (Multithreading): New section.
18810
18811 2005-07-18  Bruno Haible  <bruno@clisp.org>
18812
18813         * m4/lock.m4: New file, from GNU gettext.
18814
18815 2005-07-18  Bruno Haible  <bruno@clisp.org>
18816
18817         * lib/lock.h: New file, from GNU gettext.
18818         * lib/lock.c: New file, from GNU gettext.
18819
18820 2005-07-18  Bruno Haible  <bruno@clisp.org>
18821
18822         * lib/lock.h (gl_once_t): New type.
18823         (gl_once_define, gl_once): New macros.
18824         * lib/lock.c (fresh_once): New variable.
18825         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18826         functions.
18827
18828 2005-07-16  Simon Josefsson  <jas@extundo.com>
18829
18830         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18831         workaround, suggested by Bruno.
18832
18833 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18834
18835         * modules/xalloc (Depends-on): Add xalloc-die.
18836         * modules/xvasprintf (Depends-on): Add xalloc-die.
18837
18838 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18839
18840         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18841         with a minor change.
18842
18843 2005-07-15  Bruno Haible  <bruno@clisp.org>
18844
18845         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18846         When using lib/poll.c, define poll as rpl_poll.
18847
18848 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18849
18850         * modules/argp (Depends-on): Remove unlocked-io.
18851
18852 2005-07-14  Derek Price  <derek@ximbiot.com>
18853
18854         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18855         for glob symlink bug.
18856
18857 2005-07-14  Bruno Haible  <bruno@clisp.org>
18858
18859         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18860         Instead, test for *_unlocked function declarations directly.
18861
18862 2005-07-11  Simon Josefsson  <jas@extundo.com>
18863
18864         * modules/size_max: New file.
18865
18866         * modules/xsize: Depend on size_max module for size_max.m4.
18867
18868 2005-07-11  Simon Josefsson  <jas@extundo.com>
18869
18870         * lib/size_max.h: New file.
18871
18872 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18873
18874         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18875         copyright symbol and the year.
18876         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18877         (version_etc_va): Use parameterized copyright notice.
18878         Reword to conform to the current GNU coding standards.
18879
18880 2005-07-11  Karl Berry  <karl@gnu.org>
18881
18882         * doc/gnulib.texi (Quoting): new node.
18883         (Initial import): more info, from Patrice.
18884
18885 2005-07-11  Bruno Haible  <bruno@clisp.org>
18886
18887         * gnulib-tool (func_usage): Document option --avoid.
18888         (Command line options): Handle --avoid.
18889         (func_acceptable): New function.
18890         (func_modules_transitive_closure): Use it.
18891
18892 2005-07-11  Bruno Haible  <bruno@clisp.org>
18893
18894         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18895         Reported by Jim Meyering.
18896
18897 2005-07-10  Bruno Haible  <bruno@clisp.org>
18898
18899         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18900         Needed when size_t is smaller than 'unsigned int'.
18901         Reported by Paul Eggert.
18902
18903 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18904
18905         * modules/argp (Depends-on): Add unlocked-io
18906
18907 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18908
18909         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18910         block of defines.
18911
18912 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18913
18914         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18915         fix now.
18916
18917 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18918         and Paul Eggert  <eggert@cs.ucla.edu>
18919
18920         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18921         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18922
18923 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18924
18925         * modules/regex (Files): Add lib/regex_internal.c,
18926         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18927         (Depends-on): Add extensions.
18928         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18929
18930 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18931
18932         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18933         pathconf.
18934         * m4/same.m4 (gl_SAME): Likewise.
18935         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18936
18937         * m4/regex.m4: Adjust to new libc regex implementation.
18938         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18939         all the .c and .h parts of (the new) regex.
18940         Quote the m4 stuff better.
18941         Check for RE_ICASE bug of old gnulib.
18942         Check for REG_STARTEND of recent libc.
18943         Rename local variables from jm_* to gl_*.
18944         Quote operand of "test -f".
18945         Say "recent enough" version of libc, not "version 2".
18946         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18947         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18948         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18949         Remove check for btowc, isascii.
18950         Require AM_LANGINFO_CODESET.
18951
18952 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18953
18954         * lib/regex.c, regex.h: Sync from libc.
18955         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18956         * lib/regexec.c:
18957         New files, synced from libc, except that regex_internal.h
18958         currently has a small porting fix.
18959
18960 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18961
18962         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18963         regex_internal.c, regexec.c.
18964         Add regex_internal.h too, but as a comment, since the libc version
18965         is currently broken in gnulib mode.
18966
18967 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         Support programs like Emacs that use gnulib but not gettext.
18970         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18971         * modules/gettext-h: New file.
18972         * modules/gettext (Files): Remove lib/gettext.h.
18973         (Depends-on): Add gettext-h.
18974         (Makefile.am): Remove lib_SOURCES.
18975         * modules/argmatch, modules/c-stack, modules/closeout:
18976         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18977         * modules/execute, modules/file-type, modules/getaddrinfo:
18978         * modules/getopt, modules/human, modules/javacomp:
18979         * modules/javaexec, modules/mkdir-p, modules/obstack:
18980         * modules/openat, modules/pagealign_alloc, modules/pipe:
18981         * modules/quotearg, modules/regex, modules/rpmatch:
18982         * modules/unicodeio, modules/userspec, modules/version-etc:
18983         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18984         * modules/xsetenv:
18985         Depend on gettext-h, not gettext.
18986
18987 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18988
18989         * gnulib-tool (func_import): Add support for 'public domain' license.
18990         * modules/alloca, modules/atexit, modules/memmove:
18991         Now public domain, not GPL.
18992         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18993         * modules/realloc, modules/strerror, modules/strtod:
18994         Now LGPL, not GPL.
18995
18996 2005-07-05  Bruno Haible  <bruno@clisp.org>
18997
18998         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18999         autoconf CVS. Needed for mingw.
19000
19001 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19002
19003         Remove the dependency of the strftime module on the tzset module.
19004         * modules/strftime (Depends-on): Remove dependency on tzset.
19005
19006 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19007
19008         Remove the dependency of the strftime module on the tzset module.
19009         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19010         gl_FUNC_TZSET_CLOBBER.
19011
19012 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19013
19014         Remove the dependency of the strftime module on the tzset module.
19015         * lib/strftime.c (my_strftime)
19016         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19017         Copy the input structure, to work around some of the bug with
19018         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19019         Solaris releases, you should also use the tzset module, but we won't
19020         require it as a dependency any more since we don't want LGPLed code
19021         to depend on GPLed code.
19022
19023 2005-07-02  Jim Meyering  <jim@meyering.net>
19024
19025         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19026         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19027         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19028         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19029
19030 2005-07-02  Jim Meyering  <jim@meyering.net>
19031
19032         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19033
19034 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19035
19036         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19037         declares only 'struct timespec;' (!).
19038
19039 2005-07-01  Jim Meyering  <jim@meyering.net>
19040
19041         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19042         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19043         * lib/save-cwd.c, tempname.c:
19044         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19045         and don't include <sys/file.h>).
19046
19047 2005-06-29  Jim Meyering  <jim@meyering.net>
19048
19049         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19050         type name.  Use the variable name instead.
19051         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19052         Likewise.
19053
19054 2005-06-28  Simon Josefsson  <jas@extundo.com>
19055
19056         * modules/check-version (Files): Add check-version.m4.
19057
19058 2005-06-28  Simon Josefsson  <jas@extundo.com>
19059
19060         * m4/check-version.m4: New file, suggested by Jim Meyering
19061         <jim@meyering.net>.
19062
19063 2005-06-28  Simon Josefsson  <jas@extundo.com>
19064
19065         * lib/check-version.h, lib/check-version.c: New files.
19066
19067 2005-06-28  Simon Josefsson  <jas@extundo.com>
19068
19069         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19070         collision with global variable.  Better indentation.  Don't
19071         increment buffer pointer beyond buffer end.  Based on comments
19072         from Paul Eggert <eggert@cs.ucla.edu>.
19073
19074         * lib/base64.h: Indent.
19075
19076 2005-06-28  Simon Josefsson  <jas@extundo.com>
19077
19078         * doc/gnulib.texi (Library version handling): New section.
19079
19080 2005-06-28  Jim Meyering  <jim@meyering.net>
19081
19082         * check-module (find_included_lib_files): Hard-code another
19083         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19084         but modules/fts-lgpl (correctly) does not list those files.
19085
19086         * modules/canonicalize (Files): Add lib/pathmax.h.
19087
19088 2005-06-25  Simon Josefsson  <jas@extundo.com>
19089
19090         * modules/check-version: New file.
19091
19092 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19093
19094         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19095         initializer of struct addrinfo, as an indication that we don't
19096         care how many members the structure has.
19097
19098 2005-06-24  Derek Price  <derek@ximbiot.com>
19099         and Bruno Haible  <bruno@clisp.org>
19100
19101         Remove stat module & update lstat.
19102         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19103         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19104         * m4/stat.m4: Remove this file.
19105
19106 2005-06-24  Derek Price  <derek@ximbiot.com>
19107         and Bruno Haible  <bruno@clisp.org>
19108
19109         Remove stat module & update lstat.
19110         * lib/stat.c: Remove this file...
19111         (slash_aware_lstat): ...moving this content and its support...
19112         * lib/lstat.c (rpl_lstat): ...into here.
19113         * lib/lstat.h: New 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         * config/srclist.txt (libc sources): Remove stat.
19120
19121 2005-06-24  Derek Price  <derek@ximbiot.com>
19122         and Bruno Haible  <bruno@clisp.org>
19123
19124         Remove stat module & update lstat.
19125         * MODULES.html.sh (stat): Remove.
19126         * MODULES.html: Regenerated.
19127         * modules/lstat (Description): Correct function name.
19128         (Files): Add "lstat.h".
19129         (Depends-on): Remove stat, add xalloc, stat-macros.
19130         * modules/stat: Remove this file.
19131         (Include): Add "lstat.h", remove <sys/stat.h>.
19132
19133 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19134
19135         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19136         (ranged_convert): Don't save conversion in a temporary struct.
19137         This causes a warning with GCC 4.0.0, and anyway in the typical
19138         case it's not worth the extra 100 bytes or so of code.
19139         (ranged_convert, __mktime_internal): When calling a function via a
19140         pointer P, use P () rather than (*P) (), as we now assume C89 or
19141         better.
19142
19143 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19144
19145         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19146         "who -r" failed to give output.  Problem reported by Tim Waugh.
19147
19148         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19149         (xcalloc): Use it to avoid needless tests.
19150         Problem reported by Jim Meyering.
19151
19152 2005-06-20  Derek Price  <derek@ximbiot.com>
19153
19154         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19155         unnecessary for Autoconfs > 2.59c.
19156
19157 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19158
19159         * lib/argp.h (__option_is_short): Check upper limit of
19160         __key. Isprint() requires its argument to have the value
19161         of an unsigned char or EOF.
19162
19163 2005-06-16  Jim Meyering  <jim@meyering.net>
19164
19165         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19166         when either N or S is zero.
19167
19168 2005-06-16  Derek Price  <derek@ximbiot.com>
19169
19170         * m4/bison.m4: Declare YACC & YFLAGS precious.
19171
19172 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19173
19174         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19175         multibyte string or pattern, fall back on unibyte matching.
19176         Problem reported by James Youngman.
19177
19178 2005-06-08  Bruno Haible  <bruno@clisp.org>
19179
19180         * modules/csharpcomp: New file.
19181         * MODULES.html.sh (C#): Add csharpcomp.
19182
19183 2005-06-08  Bruno Haible  <bruno@clisp.org>
19184
19185         * m4/csharpcomp.m4: New file, from GNU gettext.
19186
19187 2005-06-08  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/csharpcomp.h: New file, from GNU gettext.
19190         * lib/csharpcomp.c: New file, from GNU gettext.
19191         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19192
19193 2005-06-08  Bruno Haible  <bruno@clisp.org>
19194
19195         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19196         warning on mingw.
19197
19198 2005-06-07  Derek Price  <derek@ximbiot.com>
19199
19200         Sync from CVS.
19201         * lib/glob_.h: Indent nested #ifdef.
19202
19203 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19204
19205         Sync from coreutils.
19206         Use "file name" when talking about file names, instead of "filename"
19207         or "path", as per the GNU coding standards.
19208         * lib/mkdir-p.c: Renamed from makepath.c.
19209         (make_dir_parents): Renamed from make_path.  All callers changed.
19210         * lib/mkdir-p.h: Likewise.  All includers changed.
19211         * lib/filenamecat.c: Renamed from path-concat.c.
19212         (file_name_concat): Renamed from path_concat.  All callers changed.
19213         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19214         * lib/filenamecat.h: Likewise.  All includers changed.
19215         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19216         in comments or local variable names.
19217         * lib/basename.c: Likewise.
19218         * lib/canonicalize.c, canonicalize.h: Likewise.
19219         * lib/dirname.c, dirname.h: Likewise.
19220         * lib/euidaccess.c: Likewise.
19221         * lib/exclude.c: Likewise
19222         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19223         * lib/fsusage.c, fsuage.h: Likewise.
19224         * lib/fts.c, fts_.h: Likewise.
19225         * lib/getcwd.c: Likewise.
19226         * lib/getloadavg.c: Likewise.
19227         * lib/mkstemp.c: Likewise.
19228         * lib/mountlist.c, mountlist.h: Likewise.
19229         * lib/openat.c, openat.h: Likewise.
19230         * lib/readlink-stub.c: Likewise.
19231         * lib/readutmp.c, readutmp.h: Likewise.
19232         * lib/rename.c: Likewise.
19233         * lib/rmdir.c: Likewise.
19234         * lib/same.c: Likewise.
19235         * lib/savedir.c: Likewise.
19236         * lib/stripslash.c: Likewise.
19237         * lib/tempname.c: Likewise.
19238         * lib/xreadlink.c: Likewise.
19239         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19240         All uses changed.
19241         * lib/exclude.h: Likewise.
19242
19243         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19244         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19245         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19246         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19247         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19248         files have been getting away with it for years (MORE/BSD 4.3
19249         is extinct now).
19250         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19251         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19252
19253         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19254         Define to 256, not 255, as per modern POSIX.
19255
19256 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19257
19258         Sync from coreutils.
19259         Use "file name" when talking about file names, instead of "filename"
19260         or "path", as per the GNU coding standards.
19261         * MODULES.html.sh: mkdir-p renamed from makepath.
19262         filenamecat renamed from path-concat.
19263         * modules/filenamecat: Renamed from modules/path-concat.
19264         (Files): filenamecat.h and filenamecat.c renamed from
19265         path-concat.h and path-concat.c.
19266         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19267         (Include): filenamecat.h, not path-concat.h.
19268         * modules/mkdir-p: Renamed from modules/makepath.
19269         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19270         makepath.c.
19271         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19272         (Include): mkdir-p.h, not makepath.h.
19273
19274 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19275
19276         Sync from coreutils.
19277         * m4/mkdir-p.m4: Renamed from makepath.m4.
19278         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19279         Rename files from makepath.c to mkdir-p.c, and from
19280         makepath.h to mkdir-p.h.
19281         * m4/filenamecat.m4: Renamed from path-concat.m4.
19282         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19283         Rename files from path-concat.c to filenamecat.c,
19284         and from path-concat.h to filenamecat.h.
19285         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19286         "file name" in local variables or comments.
19287         * m4/rename.m4: Likewise.
19288
19289 2005-06-01  Bruno Haible  <bruno@clisp.org>
19290
19291         * modules/csharpexec: New file.
19292         * MODULES.html.sh (C#): New section.
19293
19294 2005-06-01  Bruno Haible  <bruno@clisp.org>
19295
19296         * m4/csharp.m4: New file, from GNU gettext.
19297         * m4/csharpexec.m4: New file, from GNU gettext.
19298
19299 2005-06-01  Bruno Haible  <bruno@clisp.org>
19300
19301         * lib/csharpexec.h: New file, from GNU gettext.
19302         * lib/csharpexec.c: New file, from GNU gettext.
19303         * lib/csharpexec.sh.in: New file, from GNU gettext.
19304
19305 2005-05-31  Derek Price  <derek@ximbiot.com>
19306             Paul Eggert  <eggert@cs.ucla.edu>
19307
19308         Sync from cvs.
19309         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19310
19311 2005-05-31  Derek Price  <derek@ximbiot.com>
19312             Paul Eggert  <eggert@cs.ucla.edu>
19313
19314         Sync from cvs.
19315         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19316
19317 2005-05-29  Derek Price  <derek@ximbiot.com>
19318
19319         * config/srclist.txt (glob_.h, glob.c): Add these files.
19320
19321 2005-05-29  Derek Price  <derek@ximbiot.com>
19322
19323         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19324         * modules/glob: New file.
19325         * modules/getlogin_r: Add link to POSIX spec in description.
19326
19327 2005-05-29  Derek Price  <derek@ximbiot.com>
19328             Paul Eggert  <eggert@cs.ucla.edu>
19329
19330         * m4/glob.m4: New file.
19331
19332 2005-05-29  Derek Price  <derek@ximbiot.com>
19333             Paul Eggert  <eggert@cs.ucla.edu>
19334
19335         * lib/glob_.h, lib/glob.c: New files.
19336
19337 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19338
19339         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19340         * modules/fts-lgpl (Depends-on): Remove gettext.
19341
19342 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19343
19344         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19345         and don't require gt_INTTYPES_PRI.
19346
19347 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19348
19349         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19350
19351         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19352         the configuration hassle isn't worth it.
19353         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19354         (LONGEST_MODIFIER, PRIuMAX): Remove.
19355
19356 2005-05-27  Bruno Haible  <bruno@clisp.org>
19357
19358         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19359
19360 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19361
19362         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19363         _POSIX_PTHREAD_SEMANTICS for Solaris.
19364
19365 2005-05-25  Derek Price  <derek@ximbiot.com>
19366
19367         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19368
19369 2005-05-25  Derek Price  <derek@ximbiot.com>
19370             Paul Eggert  <eggert@cs.ucla.edu>
19371
19372         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19373         * lib/getlogin_r.c, getlogin_r.h: New files.
19374
19375 2005-05-25  Bruno Haible  <bruno@clisp.org>
19376             Derek Price  <derek@ximbiot.com>
19377
19378         * lib/getlogin_r.h: Simplify API documentation.
19379
19380 2005-05-23  Derek Price  <derek@ximbiot.com>
19381
19382         * modules/minmax (Files): Add m4/minmax.m4.
19383         (configure.ac): Add gl_MINMAX.
19384
19385 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19386
19387         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19388         so that unistd-safer.h (GPL'ed code) need not be included.
19389
19390 2005-05-22  Bruno Haible  <bruno@clisp.org>
19391
19392         * m4/minmax.m4: New file.
19393         Based on a patch by Derek Price <derek@ximbiot.com>.
19394
19395 2005-05-22  Bruno Haible  <bruno@clisp.org>
19396
19397         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19398         (INT64_MIN): Fix definition.
19399         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19400
19401         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19402         NEED_SIGNED_INT_TYPES.
19403
19404         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19405         HAVE_SYSTEM_INTTYPES.
19406
19407 2005-05-22  Bruno Haible  <bruno@clisp.org>
19408
19409         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19410         Also include <sys/param.h> if it defines MIN, MAX.
19411         Based on a patch by Derek Price <derek@ximbiot.com>.
19412
19413 2005-05-21  Jim Meyering  <jim@meyering.net>
19414
19415         * modules/fts (Files): Add m4/inttypes-pri.m4.
19416         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19417
19418 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19419
19420         New fts module.
19421         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19422         (setup_dir, free_dir): New functions.
19423         (enter_dir, leave_dir): Define trivial
19424         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19425         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19426         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19427         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19428         Move to fts-cycle.c.
19429         (fts_open): Use setup_dir.
19430         (fts_close): Use free_dir.
19431         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19432         This adds a label and some gotos, but the alternatives were messier.
19433         Check for memory allocation failure when entering a dir.
19434         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19435         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19436         (FTS): New member fts_cycle, that is a union that contains the
19437         old active_dir_ht and cycle_state.  All uses changed to mention
19438         fts_cycle.ht and fts_cycle.state.
19439         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19440         fts.c, with the following changes:
19441         (setup_dir, free_dir): New functions.
19442         (enter_dir): Now returns bool.  Return true if successful, false
19443         if memory exhausted.  All callers changed.
19444         Do not bother partly cleaning up on
19445         memory allocation failure; that is free_dir's job.
19446         However, free ad if hash_insert fails, to avoid memory leak.
19447         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19448         fts->fts_options to see which union member to use.
19449
19450 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19451
19452         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19453         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19454
19455 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19456
19457         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19458
19459 2005-05-20  Jim Meyering  <jim@meyering.net>
19460
19461         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19462         Now a macro, to pacify GCC.
19463
19464 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19465
19466         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19467         of -1.
19468
19469 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19470
19471         * lib/chown.c (rpl_chown): Return -1 on failure.
19472
19473 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19474
19475         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19476         Don't check for stddef.h.
19477         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19478         don't use its results.
19479         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19480         since we include them unconditionally.  Don't require
19481         AM_STDBOOL_H, since stdbool is a prerequisite.
19482         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19483         since we assume C89 or better.
19484         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19485         as we don't use their results.
19486         Don't check for fchdir, memmove, memset, strrchr, as we use
19487         them unconditionally.
19488         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19489         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19490
19491 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19494         Include <stddef.h> unconditionally, since we assume C89 now.
19495         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19496         * lib/fts.c: Include fts_.h first, to check interface.
19497         Do not include intprops.h; no longer needed.
19498         Include cycle-check.h and hash.h, since fts_.h no longer does.
19499         Remove unnecessary casts of closedir to void.
19500         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19501         decide whether to decrement nlinks.
19502         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19503         (FTS): Use struct hash_table * instead of Hash_table, so that
19504         we no longer need to include hash.h here.
19505
19506 2005-05-18  Jim Meyering  <jim@meyering.net>
19507
19508         * modules/dirfd (License): Change to LGPL.  Most of the code
19509         is already in the public domain.
19510
19511 2005-05-18  Jim Meyering  <jim@meyering.net>
19512
19513         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19514         Reported by Yoann Vandoorselaere.
19515
19516 2005-05-17  Jim Meyering  <jim@meyering.net>
19517
19518         * m4/fts.m4: New file, from coreutils.
19519
19520 2005-05-17  Jim Meyering  <jim@meyering.net>
19521
19522         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19523
19524 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19525
19526         Sync from coreutils.
19527         * m4/unlinkdir.m4: New file.
19528
19529 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19530
19531         Sync from coreutils.
19532         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19533         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19534         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19535         White space changes only.
19536         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19537         special.
19538         * lib/yesno.c: Include getline.h, not ctype.h.
19539         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19540         Use getline to remove arbitrary restriction on response length.
19541
19542 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19543
19544         * config/srclist-update: Spell out "Street" in FSF postal
19545         mail address; this is the style the FSF seems to prefer.
19546
19547         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19548         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19549         this updates FSF postal mail address.
19550
19551         Sync from coreutils.
19552         * modules/unlinkdir: New file.
19553         * modules/yesno (Depends-on): Add getline.
19554         * MODULES.html.sh (File system functions): Add unlinkdir.
19555
19556 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19557
19558         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19559         lib/strsep.h:
19560         Change the initial comment to refer to GPL, not LGPL.
19561         gnulib-tool will change it to LGPL as needed.
19562
19563         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19564         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19565         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19566         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19567         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19568         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19569         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19570         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19571         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19572         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19573         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19574         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19575         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19576         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19577         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19578         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19579         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19580         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19581         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19582         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19583         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19584         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19585         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19586         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19587         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19588         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19589         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19590         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19591         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19592         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19593         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19594         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19595         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19596         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19597         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19598         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19599         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19600         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19601         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19602         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19603         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19604         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19605         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19606         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19607         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19608         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19609         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19610         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19611         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19612         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19613         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19614         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19615         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19616         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19617         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19618         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19619         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19620         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19621         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19622         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19623         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19624         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19625         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19626         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19627         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19628         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19629         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19630         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19631         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19632         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19633         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19634         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19635         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19636         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19637         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19638         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19639         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19640         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19641         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19642         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19643         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19644         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19645         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19646         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19647         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19648         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19649         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19650         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19651         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19652         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19653         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19654         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19655         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19656         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19657         lib/yesno.c, lib/yesno.h:
19658         Update FSF postal mail address.
19659
19660 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19661
19662         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19663         tests/test-memmem.c, tests/test-stpncpy.c:
19664         Update FSF postal mail address.
19665
19666 2005-05-13  Bruno Haible  <bruno@clisp.org>
19667
19668         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19669         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19670         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19671         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19672         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19673         Add support for 64-bit integers in the MSVC compiler.
19674
19675 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19676
19677         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19678
19679 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19680
19681         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19682
19683 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         * doc/getdate.texi (General date syntax): Don't say that date
19686         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19687         Problem reported by Nic Ferrier.
19688
19689 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19690
19691         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19692         specified in ai_socktype. Fix invalid ai_protocol
19693         check. ai_protocol is usually set to 0 or depending on
19694         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19695         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19696         ai_socktype / ai_protocol in the returned addrinfo structure.
19697
19698 2005-05-10  Simon Josefsson  <jas@extundo.com>
19699
19700         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19701         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19702
19703 2005-05-10  Karl Berry  <karl@gnu.org>
19704
19705         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19706         (from http://www.gnu.org/licenses).
19707         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19708         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19709         fdl.texi suffices.
19710
19711 2005-05-10  Karl Berry  <karl@gnu.org>
19712
19713         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19714         (COPYING.DOC): remove.
19715
19716         * config/srclist-update: new FSF address.
19717
19718 2005-05-10  Derek Price  <derek@ximbiot.com>
19719
19720         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19721         possible.
19722
19723 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19724             Bruno Haible  <bruno@clisp.org>
19725
19726         * modules/inet_ntop: New file.
19727         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19728         inet_ntop.
19729
19730 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19731             Bruno Haible  <bruno@clisp.org>
19732
19733         * m4/inet_ntop.m4: New file.
19734
19735 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19736             Bruno Haible  <bruno@clisp.org>
19737
19738         * lib/inet_ntop.h: New file.
19739         * lib/inet_ntop.c: New file, from glibc with modifications.
19740
19741 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19742
19743         * modules/time_r (License): Change to LGPL.
19744         * modules/extensions (License): Change to LGPL.  Actually,
19745         the license is more permissive than that, but currently gnulib-tool
19746         doesn't know how to handle more-permissive licenses.
19747
19748         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19749         Problem reported by Dave Love.
19750
19751 2005-05-08  Jim Meyering  <jim@meyering.net>
19752
19753         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19754         blank.
19755
19756 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19757
19758         * modules/argmatch (Depends-on): Add stdbool.
19759         * modules/backupfile (Depends-on): Likewise.
19760         * modules/chdir-long (Depends-on): Likewise.
19761         * modules/closeout (Depends-on): Likewise.
19762         * modules/cycle-check (Depends-on): Likewise.
19763         * modules/dirname (Depends-on): Likewise.
19764         * modules/fnmatch (Depends-on): Likewise.
19765         * modules/fsusage (Depends-on): Likewise.
19766         * modules/fwriteerror (Depends-on): Likewise.
19767         * modules/getcwd (Depends-on): Likewise.
19768         * modules/getloadavg (Depends-on): Likewise.
19769         * modules/hard-locale (Depends-on): Likewise.
19770         * modules/makepath (Depends-on): Likewise.
19771         * modules/mountlist (Depends-on): Likewise.
19772         * modules/nanosleep (Depends-on): Likewise.
19773         * modules/posixtm (Depends-on): Likewise.
19774         * modules/quotearg (Depends-on): Likewise.
19775         * modules/readtokens (Depends-on): Likewise.
19776         * modules/readtokens0 (Depends-on): Likewise.
19777         * modules/readutmp (Depends-on): Likewise.
19778         * modules/save-cwd (Depends-on): Likewise.
19779         * modules/strftime (Depends-on): Likewise.
19780         * modules/userspec (Depends-on): Likewise.
19781         * modules/utimecmp (Depends-on): Likewise.
19782         * modules/xgetcwd (Depends-on): Likewise.
19783         * modules/xnanosleep (Depends-on): Likewise.
19784         * modules/xstrtod (Depends-on): Likewise.
19785         * modules/yesno (Depends-on): Likewise.
19786
19787 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19788
19789         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19790         needless checks.
19791
19792 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19793
19794         Merge from coreutils.  Among other things,
19795         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19796         * lib/fd-safer.c: New file.
19797         * lib/fcntl-safer.h, open-safer.c: Remove.
19798         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19799         * lib/dup-safer.c: Include unistd-safer.h first.
19800         Don't include errno.h.
19801         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19802         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19803         * lib/file-type.c: Rely on file-type.h change.
19804         * lib/getloadavg.c: Include unistd-safer.h.
19805         (getloadavg): Use safer open.
19806         * lib/getusershell.c: Include "stdio-safer.h".
19807         (getusershell): Use safer fopen.
19808         * lib/long-options.c (long_options): Use NULL rather than 0.
19809         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19810         'free'.
19811         * lib/modechange.c: Likewise.
19812         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19813         (MODE_DONE): New constant.
19814         (struct mode_change): Remove 'next' member.
19815         (make_node_op_equals): New function; like the old one of the
19816         same name, except it allocates an array.
19817         (mode_compile, mode_create_from_ref): Use it.
19818         (mode_compile): Allocate result as an array, not a linked list.
19819         Parse octal string ourself, so that we catch mistakes like "+0".
19820         (mode_adjust): Arg is an array, not a linked list.
19821         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19822         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19823         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19824         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19825         Remove.  This is now stat-macros.h's job.
19826         (talloc): Remove.  All callers replaced by xalloc, so that
19827         our invokers don't have to worry about reporting memory failures.
19828         (make_node_op_equals): Remove.
19829         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19830         New constants.
19831         (struct mode_change): Moved here from modechange.h.
19832         (mode_append_entry): Remove.
19833         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19834         apps to have incorrect behavior.  Use simpler algorithm for head
19835         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19836         Detect more invalid usages rather than having somewhat-random behavior.
19837         Don't insert an "a=" action, as that leads to incorrect behavior.
19838         (mode_compile, mode_create_from_ref): Return NULL on error instead
19839         of an enum, since now there's only one way to have an error.  All
19840         callers changed.
19841         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19842         at the correct time.  Simplify calculation of "+u" and its ilk.
19843         Don't mishandle "+X".
19844         (mode_free): Remove "register" and localize decls.
19845         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19846         (struct mode_change): Move to modechange.c; callers don't
19847         need to see this stuff.
19848         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19849         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19850         (mode_change, mode_adjust): Reflect the new signatures noted above.
19851         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19852         that might redefine system include files.
19853         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19854         (my_usleep): Use NULL rather than (void *) 0.
19855         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19856         Use siginterrupt to specify that system calls should be interrupted.
19857         (rpl_nanosleep): Move initialization of suspended closer to call of
19858         my_usleep.
19859         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19860         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19861         (desirable_utmp_entry): New function.
19862         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19863         using x2nrealloc, to simplify logic.
19864         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19865         size calculation.  Do not assume utmp file is a regular file.
19866         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19867         (READ_UTMP_CHECK_PIDS): New constant.
19868         * lib/save-cwd.c: Include unistd-safer.h.
19869         (save_cwd): Use fd_safer.
19870         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19871         [!_LIBC] Include "stat-macros.h" instead.
19872         * lib/unistd-safer.h (fd_safer): New decl.
19873
19874 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19875
19876         * modules/getloadavg (Depends-on): Add unistd-safer.
19877         * modules/getusershell (Depends-on): Add stdio-safer.
19878         * modules/lstat (Depends-on): Remove xalloc.
19879         * modules/mkstemp (Depends-on): Add stat-macros.
19880         * modules/modechange (Depends-on): Remove xstrtol.
19881         Add stat-macros, xalloc.
19882         * modules/save-cwd (Depends-on): Add unistd-safer.
19883         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19884         * modules/unistd-safer (Files): Add lib/fd-safer.c
19885         (Makefile.am): Remove lib_SOURCES.
19886
19887         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19888         Remove fcntl-safer; unistd-safer supersedes it.
19889
19890 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19891
19892         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19893         AC_HEADER_STAT.
19894         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19895         (gl_PREREQ_CHOWN): Remove.
19896         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19897         it.  Don't require AC_HEADER_STAT.
19898         (gl_PREREQ_LSTAT): Remove.
19899         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19900         Don't require AC_HEADER_STAT.
19901         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19902         (gl_PREREQ_RMDIR): Remove.
19903         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19904         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19905         the stat-macros module a prerequisite.
19906         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19907         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19908         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19909         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19910         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19911         variable names.
19912         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19913         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19914         variable prefixes.
19915         * m4/fcntl-safer.m4: Remove.
19916         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19917         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19918         Invoke gl_PREREQ_FD_SAFER.
19919         (gl_PREREQ_FD_SAFER): New macro.
19920         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19921         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19922         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19923         Remove duplicate call to AC_LIBOBJ(readutmp).
19924         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19925
19926         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19927         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19928
19929 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19930
19931         * MODULES.html.sh (Misc): Add byteswap.
19932
19933 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19934
19935         * modules/getcwd (Depends-on): Add extensions.
19936         * modules/openat (Depends-on): Likewise.
19937
19938 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19939
19940         * modules/byteswap: New file.
19941
19942 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19943
19944         * m4/byteswap.m4: New file.
19945
19946 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19947
19948         * lib/byteswap_.h: New file.
19949
19950 2005-04-25  Karl Berry  <karl@gnu.org>
19951
19952         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19953
19954 2005-04-25  Albert Chin  <china@thewrittenword.com>
19955
19956         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19957         Toolkit C bug.
19958
19959 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19960
19961         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19962         (func_ln_if_changed) Remove forcibly for no error message
19963         in case file does not exist.
19964
19965 2005-04-19  Simon Josefsson  <jas@extundo.com>
19966
19967         * gnulib-tool (Options): Make --symlink mean --symbolic.
19968
19969 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19970
19971         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19972
19973 2005-04-16  Simon Josefsson  <jas@extundo.com>
19974
19975         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19976
19977 2005-04-15  Simon Josefsson  <jas@extundo.com>
19978
19979         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19980
19981 2005-04-15  Simon Josefsson  <jas@extundo.com>
19982
19983         * gnulib-tool: Rename --symlink to --symbolic.
19984
19985 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19986
19987         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19988         symbolic links to files instead of copying/moving.  Add --aux-dir,
19989         specifying directory relative --dir where auxiliary build tools
19990         are placed.
19991
19992 2005-04-14  Bruno Haible  <bruno@clisp.org>
19993
19994         * modules/allocsa (License): Change to LGPL.
19995         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19996
19997 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19998
19999         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20000         that "UTC +1 second" continues to work.  Problem reported
20001         by Dmitry V. Levin.
20002         (relunit_snumber): New rule.
20003         (relunit): Use it.
20004
20005 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20006
20007         * lib/getdate.y (universal_time_zone_table): New constant.
20008         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20009         universal_time_zone_table.
20010         (lookup_zone): Prefer universal_time_zone_table to
20011         local_time_zone_table, so that "GMT" time stamps are allowed in
20012         London during the summer.  Problem reported by Ian Abbott.
20013
20014 2005-04-12  Jim Meyering  <jim@meyering.net>
20015
20016         * lib/human.c (humblock): Set *options even when returning due to
20017         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20018         warning from gcc-4.
20019
20020 2005-04-09  Jim Meyering  <jim@meyering.net>
20021
20022         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20023         -Wuninitialized: initialize tm0.tm_year.
20024
20025 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20026
20027         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20028         count, since there's no maximum.  All uses changed.
20029         Add member dsts_seen.
20030         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20031         not being INT_MAX.
20032         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20033         Use pc_rels_seen to decide whther a date is absolute.
20034
20035         * lib/getdate.y (number): Don't overwrite year.
20036         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20037         check.
20038
20039 2005-04-02  Simon Josefsson  <jas@extundo.com>
20040
20041         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20042         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20043
20044 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20045
20046         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20047         where no absolute path name can be longer than PATH_MAX.
20048
20049 2005-03-27  Jim Meyering  <jim@meyering.net>
20050
20051         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20052
20053 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20054
20055         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20056         "one's complement" -> "ones' complement" in comment, as per Knuth.
20057         "value of type" -> "type or expression" in comment.
20058         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20059
20060 2005-03-26  Jim Meyering  <jim@meyering.net>
20061
20062         Comment nits.
20063         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20064         Correct typos: s/or/of/.
20065
20066 2005-03-26  Jim Meyering  <jim@meyering.net>
20067
20068         * modules/check-include-files: Move to ../ and rename to...
20069         * check-module: ...this.
20070
20071 2005-03-25  Jim Meyering  <jim@meyering.net>
20072
20073         * modules/xvasprintf (Files): Add xalloc.h.
20074
20075 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20076
20077         * modules/gettext (Files): config/config.rpath ->
20078         build-aux/config.rpath
20079         * modules/iconv (Files): Likewise.
20080         Problem reported by Oskar Liljeblad.
20081
20082 2005-03-23  Jim Meyering  <jim@meyering.net>
20083
20084         * modules/check-include-files: New script to check for
20085         missing dependencies, multiple includes, etc.
20086
20087         * modules/c-strtold (Depends-on): Add xalloc.
20088         * modules/c-strtod (Depends-on): Add xalloc.
20089         * modules/hash (Depends-on): Add xalloc.
20090         (Files): Remove lib/xalloc.h.
20091
20092         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20093         * modules/userspec (Files): Add lib/inttostr.h.
20094
20095 2005-03-23  Jim Meyering  <jim@meyering.net>
20096
20097         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20098
20099 2005-03-22  Jim Meyering  <jim@meyering.net>
20100
20101         * modules/stat-macros: New module.
20102         * modules/canonicalize, modules/euidaccess, modules/file-type,
20103         * modules/filemode, modules/lchown, modules/makepath,
20104         * modules/rmdir, modules/stat: Depend on new stat-macros module
20105         rather than listing lib/stat-macros.h manually.
20106         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20107
20108 2005-03-22  Jim Meyering  <jim@meyering.net>
20109
20110         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20111
20112 2005-03-22  Bruno Haible  <bruno@clisp.org>
20113
20114         * config/srclist.txt: Replace target directory 'config' with
20115         'build-aux'.
20116         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20117         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20118         ../build-aux/.
20119
20120 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20121
20122         * modules/chdir-long (Depends-on): Add mempcpy.
20123
20124         * modules/acl, modules/backupfile, modules/c-strtod,
20125         modules/c-strtold, modules/canon-host, modules/canonicalize,
20126         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20127         modules/exclude, modules/exitfail, modules/file-type,
20128         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20129         modules/getdate, modules/getline, modules/getpagesize,
20130         modules/getpass, modules/getugroups, modules/group-member,
20131         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20132         modules/inttostr, modules/long-options, modules/makepath,
20133         modules/md5, modules/memcasecmp, modules/memcoll,
20134         modules/modechange, modules/mountlist, modules/path-concat,
20135         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20136         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20137         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20138         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20139         modules/strftime, modules/strndup, modules/strverscmp,
20140         modules/timespec, modules/unlocked-io, modules/userspec,
20141         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20142         modules/yesno:
20143         Remove lib_SOURCES line from Makefile.am section, as this is now
20144         done automatically by the corresponding Autoconf macro.
20145
20146 2005-03-21  Jim Meyering  <jim@meyering.net>
20147
20148         Changes imported from coreutils.
20149
20150         * lib/cycle-check.c: Don't include xalloc.h.
20151
20152         * lib/path-concat.c: Don't include assert.h.
20153         (path_concat): Remove assertion that would have triggered
20154         for ABASE starting with more than one slash.
20155         Reported by Andreas Schwab.
20156
20157         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20158         properly when ABASE is an absolute file name.
20159         Correct the description of this function.
20160         Include <assert.h>.
20161         Add an assertion and a test driver.
20162         This fixes a bug introduced on 2004-07-02.
20163         Andreas Schwab reported the resulting failure of cp --parents:
20164         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20165
20166 2005-03-21  Jim Meyering  <jim@meyering.net>
20167
20168         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20169         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20170
20171 2005-03-21  Jim Meyering  <jim@meyering.net>
20172         and  Paul Eggert  <eggert@cs.ucla.edu>
20173
20174         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20175         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20176         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20177         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20178         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20179         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20180         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20181         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20182         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20183         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20184         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20185         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20186         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20187         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20188         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20189         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20190         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20191         for these modules.
20192
20193 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20194
20195         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20196         (which shouldn't happen), generate nothing instead of returning 0
20197         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20198
20199 2005-03-16  Bruno Haible  <bruno@clisp.org>
20200
20201         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20202         HAVE_LONGLONG_64BIT.
20203
20204 2005-03-16  Bruno Haible  <bruno@clisp.org>
20205
20206         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20207         HAVE_LONGLONG_64BIT.
20208
20209 2005-03-16  Bruno Haible  <bruno@clisp.org>
20210
20211         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20212         HAVE_LONGLONG_64BIT.
20213
20214 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20215
20216         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20217         reliably distinguish strftime failure from empty output on POSIX
20218         hosts.
20219
20220 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20221
20222         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20223         (iconv_string): Don't guess a size-zero buffer, as that might cause
20224         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20225         result would be 'too large', where 'too large' is (heuristically)
20226         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20227         overflow concerns.  This will prevent some unwanted malloc failures
20228         when the inputs are very large.
20229
20230 2005-03-15  Karl Berry  <karl@gnu.org>
20231
20232         * config/srclist.txt (config.rpath): from gettext.
20233         * config/config.rpath: update.
20234
20235 2005-03-15  Bruno Haible  <bruno@clisp.org>
20236
20237         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20238         to 'negate'.
20239
20240         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20241         variable.
20242
20243         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20244         results.
20245
20246 2005-03-14  Simon Josefsson  <jas@extundo.com>
20247
20248         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20249         <fx@gnu.org>.
20250
20251 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20252
20253         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20254         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20255         intprops.h.
20256         * lib/strtol.c: Likewise.
20257
20258 2005-03-14  Jim Meyering  <jim@meyering.net>
20259
20260         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20261         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20262         to be nonzero so that we (and caller) can detect the difference
20263         between a valid zero-length expansion and an error return, even
20264         when the underlying strftime fails before writing anything into
20265         that location.
20266
20267 2005-03-14  Bruno Haible  <bruno@clisp.org>
20268
20269         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20270         Update from GNU gettext 0.14.3.
20271
20272 2005-03-10  Jim Meyering  <jim@meyering.net>
20273
20274         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20275
20276 2005-03-10  Jim Meyering  <jim@meyering.net>
20277
20278         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20279         so that this module works on systems without fchdir.
20280
20281 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20282
20283         Factor int-properties macros into a single file, except for
20284         glibc-related files.
20285         * lib/intprops.h: New file.
20286         * lib/getloadavg.c: Include it instead of limits.h.
20287         (INT_STRLEN_BOUND): Remove.
20288         * lib/human.c: Include intprops.h.
20289         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20290         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20291         302/1000.
20292         * lib/inttostr.h: Include intprops.h instead of limits.h.
20293         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20294         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20295         for consistency with intprops.h.
20296         (time_t_is_integer, twos_complement_arithmetic): Use them.
20297         * lib/sig2str.h: Include <signal.h>, intprops.h.
20298         (INT_STRLEN_BOUND): Remove.
20299         * lib/strftime.c (TYPE_SIGNED): Remove.
20300         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20301         * lib/strtol.c: Adjust comments to match intprops.h.
20302         * lib/userspec.c: Include intprops.h.
20303         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20304         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20305         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20306         instead of rolling our own expressions.
20307         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20308
20309         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20310         instead of int.
20311         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20312         the right thing even if adding 1900 would overflow.  Similarly
20313         for tm_mon + 1 and tm_yday + 1.
20314         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20315         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20316         (DO_SIGNED_NUMBER): New macro.
20317         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20318
20319 2005-03-07  Bruno Haible  <bruno@clisp.org>
20320
20321         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20322
20323 2005-03-07  Bruno Haible  <bruno@clisp.org>
20324
20325         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20326
20327 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20328
20329         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20330         (func_import): Only replace files via --import when they have actually
20331         changed.
20332
20333 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20334
20335         * m4/mmap-anon.m4: New file.
20336         * m4/pagealign_alloc.m4: New file.
20337
20338 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20339             Bruno Haible  <bruno@clisp.org>
20340
20341         * modules/pagealign_alloc: New file.
20342         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20343
20344 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20345             Bruno Haible  <bruno@clisp.org>
20346
20347         * lib/pagealign_alloc.h: New file.
20348         * lib/pagealign_alloc.c: New file.
20349
20350 2005-03-03  Bruno Haible  <bruno@clisp.org>
20351
20352         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20353         Use an all-permissive copyright notice, recommended by RMS.
20354
20355 2005-03-02  Bruno Haible  <bruno@clisp.org>
20356
20357         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20358         of AIX, the replacement has to be done only after <string.h> is
20359         included, therefore not in config.h. stpncpy.h does the replacement,
20360         and stpncpy.c uses it.
20361
20362 2005-03-02  Bruno Haible  <bruno@clisp.org>
20363
20364         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20365         stpncpy.c uses it.
20366
20367 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20368
20369         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20370         The workaround isn't strictly needed for POSIX conformance, and
20371         it's too much of a pain to configure and maintain.  We'll ask
20372         people to fix their kernels instead.
20373         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20374         (NANOSLEEP_BUG_WORKAROUND): Remove.
20375         (xnanosleep): Remove the workaround.
20376
20377 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20378
20379         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20380         Reported by Derek Price.
20381         (Include): Add "timespec.h".
20382
20383         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20384
20385 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20386
20387         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20388         to detect nanosleep bug.
20389
20390 2005-03-01  Bruno Haible  <bruno@clisp.org>
20391
20392         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20393
20394 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20395
20396         * modules/gethrxtime: New file.
20397         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20398         (Depends-on): Add gethrxtime.
20399         (configure.ac): Add gl_XNANOSLEEP.
20400         (Makefile.am): Remove lib_SOURCES line.
20401
20402 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20403
20404         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20405         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20406
20407 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20408
20409         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20410         * lib/timespec.h (gettime): Return void, since it always
20411         succeeds now.  All uses changed.
20412         * lib/gettime.c (gettime) Likewise.
20413         [HAVE_NANOTIME]: Prefer nanotime.
20414         Assume gettimeofday succeeds, as POSIX requires.
20415         Assime time () succeeds, since other code already does.
20416         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20417         (timespec_subtract): Remove.
20418         (NANOSLEEP_BUG_WORKAROUND): New constant.
20419         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20420         things considerably.  Use it only on GNU/Linux hosts, since the
20421         workaround shouldn't be needed elsewhere.
20422
20423 2005-02-24  Bruno Haible  <bruno@clisp.org>
20424
20425         * modules/gettext (Files): Add m4/glibc2.m4.
20426
20427 2005-02-24  Bruno Haible  <bruno@clisp.org>
20428
20429         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20430         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20431         * m4/progtest.m4:
20432         Update from GNU gettext 0.14.2.
20433         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20434
20435 2005-02-24  Bruno Haible  <bruno@clisp.org>
20436
20437         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20438         * lib/config.charset: Update from GNU gettext 0.14.2.
20439
20440 2005-02-24  Bruno Haible  <bruno@clisp.org>
20441
20442         * lib/gettext.h: Update from GNU gettext 0.14.2.
20443
20444 2005-02-23  Simon Josefsson  <jas@extundo.com>
20445
20446         * m4/iconvme.m4: New file.
20447
20448 2005-02-23  Jim Meyering  <jim@meyering.net>
20449
20450         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20451         change.
20452         Thanks to Bruno Haible for catching it.
20453
20454 2005-02-22  Simon Josefsson  <jas@extundo.com>
20455
20456         * modules/iconvme: New file.
20457
20458         * MODULES.html.sh: Add iconvme.
20459
20460 2005-02-22  Simon Josefsson  <jas@extundo.com>
20461
20462         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20463
20464 2005-02-22  Simon Josefsson  <jas@extundo.com>
20465
20466         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20467
20468 2005-02-22  Jim Meyering  <jim@meyering.net>
20469
20470         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20471         s/ifndef/ifdef/.
20472
20473 2005-02-20  Neil Conway  <neilc@samurai.com>
20474
20475         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20476         returned by OSX/Darwin if the specified buffer is not large
20477         enough for the hostname.
20478
20479 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20480
20481         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20482         pass it to _help, otherwise the latter coredumps trying to
20483         dereference state.root_argp.
20484
20485 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20486
20487         * modules/chdir-long (Depends-on): Add memrchr.
20488         * modules/memrchr (Files): Add lib/memrchr.h.
20489         (Include): "memrchr.h".
20490
20491 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20492
20493         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20494
20495 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20496
20497         * lib/memrchr.h: New file.
20498         * lib/chdir-long.c: Include it.
20499         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20500         Don't bother including stddef.h.
20501
20502 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20503
20504         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20505         inclusion.
20506         Include <sys/types.h>, for dev_t.
20507         (ME_DUMMY, ME_REMOTE): Move from here....
20508         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20509         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20510         Dmitry V. Levin.
20511         Include mountlist.h first, to test the interface.
20512
20513 2005-01-29  Bruno Haible  <bruno@clisp.org>
20514
20515         * lib/progname.c (program_name): Initialize.
20516         Needed when linking statically on MacOS X.
20517
20518 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20519
20520         Sync from coreutils.
20521         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20522         (Depends-on): Add c-strtod.
20523         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20524
20525 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20526
20527         Sync from coreutils.
20528         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20529
20530         Remove files that are specific to coreutils.
20531         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20532
20533 2005-01-28  Bruno Haible  <bruno@clisp.org>
20534
20535         * modules/javacomp: New file.
20536         * MODULES.html.sh (Java): Add javacomp.
20537
20538 2005-01-28  Bruno Haible  <bruno@clisp.org>
20539
20540         * m4/javacomp.m4: New file, from GNU gettext.
20541
20542 2005-01-28  Bruno Haible  <bruno@clisp.org>
20543
20544         * lib/javacomp.sh.in: New file, from GNU gettext.
20545         * lib/javacomp.h: New file, from GNU gettext.
20546         * lib/javacomp.c: New file, from GNU gettext.
20547
20548 2005-01-26  Simon Josefsson  <jas@extundo.com>
20549
20550         * lib/gai_strerror.c: Use GPL in header.
20551
20552 2005-01-26  Bruno Haible  <bruno@clisp.org>
20553
20554         * modules/javaexec: New file.
20555         * MODULES.html.sh (Java): Add javaexec.
20556
20557 2005-01-26  Bruno Haible  <bruno@clisp.org>
20558
20559         * m4/javaexec.m4: New file, from GNU gettext.
20560
20561 2005-01-26  Bruno Haible  <bruno@clisp.org>
20562
20563         * lib/javaexec.sh.in: New file, from GNU gettext.
20564         * lib/javaexec.h: New file, from GNU gettext.
20565         * lib/javaexec.c: New file, from GNU gettext.
20566
20567 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20568
20569         * modules/lchown (Depends-on): Remove lchown.h
20570
20571 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20572
20573         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20574         must be defined if the header file was not found, in order
20575         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20576
20577 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20578
20579         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20580         initializers for struct pentry_state.
20581         (__argp_error): Check return value of __asprintf
20582         (__argp_failure): Translate error message
20583
20584         * lib/argp-parse.c: Removed braces around the expansion of N_()
20585
20586 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20587
20588         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20589         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20590         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20591         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20592         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20593         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20594         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20595         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20596         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20597         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20598         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20599         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20600         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20601         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20602         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20603         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20604         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20605         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20606         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20607         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20608         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20609         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20610         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20611         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20612         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20613         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20614         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20615         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20616         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20617         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20618         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20619         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20620         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20621         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20622         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20623         Use an all-permissive copyright notice, recommended by RMS.
20624
20625 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20626
20627         * modules/chdir-long (Depends-on): Remove mempcpy.
20628
20629 2005-01-21  Jim Meyering  <jim@meyering.net>
20630
20631         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20632         same value as for Solaris 9.
20633
20634         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20635         component length.  This included changing the parameter to be
20636         of type `char *' rather than `char const *'.
20637         * lib/chdir-long.h (chdir_long): Update prototype.
20638
20639         * lib/openat.c (fdopendir, fstatat): New functions.
20640         * lib/openat.h: Include headers required for use of DIR and struct
20641         stat.
20642         [AT_SYMLINK_NOFOLLOW]: Define.
20643         (fdopendir, fstatat): Add prototypes.
20644
20645 2005-01-21  Bruno Haible  <bruno@clisp.org>
20646
20647         * modules/classpath: New file.
20648         * MODULES.html.sh (Java): Add classpath.
20649
20650 2005-01-21  Bruno Haible  <bruno@clisp.org>
20651
20652         * lib/classpath.h: New file, from GNU gettext.
20653         * lib/classpath.c: New file, from GNU gettext.
20654
20655 2005-01-20  Simon Josefsson  <jas@extundo.com>
20656
20657         * modules/version-etc-fsf: New file.
20658
20659 2005-01-20  Simon Josefsson  <jas@extundo.com>
20660
20661         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20662         * lib/version-etc.c: Remove version_etc_copyright.
20663         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20664         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20665
20666 2005-01-20  Simon Josefsson  <jas@extundo.com>
20667
20668         * lib/base64.h (isbase64): Add.
20669
20670         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20671         using a unsigned prototype, don't inline.
20672         (base64_decode): Use it.
20673
20674 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20675
20676         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20677         it.
20678
20679 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20680
20681         * lib/save-cwd.c (save_cwd): Remove code to support the case
20682         where fchdir is missing or flaky.
20683
20684 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20685
20686         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20687
20688 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20689
20690         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20691         AC_LIBSOURCES now does this.
20692         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20693         with new ullong_max module.
20694
20695 2005-01-19  Bruno Haible  <bruno@clisp.org>
20696
20697         * modules/sh-quote: New file.
20698         * MODULES.html.sh (Executing programs): Add sh-quote.
20699
20700 2005-01-19  Bruno Haible  <bruno@clisp.org>
20701
20702         * lib/sh-quote.h: New file, from GNU gettext.
20703         * lib/sh-quote.c: New file, from GNU gettext.
20704
20705 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20706
20707         Merge from coreutils.
20708         * m4/ullong_max.m4: New file.
20709         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20710         (gl_MACROS): Assume localeconv exists.
20711
20712 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20713
20714         Merge changes from coreutils, as described below in several
20715         changelogs dated today.
20716
20717         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20718         (O_DIRECTORY): Remove; not needed here, since "." must be
20719         a directory.  All uses removed.
20720         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20721         universal on Suns, and we also need to test for IRIX.
20722         Revamp code to use 'if' rather than '#if'.
20723         Avoid unnecessary comparison of cwd->desc to 0.
20724
20725         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20726         for known valid error numbers rather than observed invalid ones.
20727
20728 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20729
20730         * modules/ullong_max: New file.
20731
20732         * modules/chdir-long, modules/openat: New files.
20733         * modules/save-cwd (Depends-on): Depend on chdir-long.
20734         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20735
20736 2005-01-18  Jim Meyering  <jim@meyering.net>
20737
20738         Merge from coreutils.
20739         * m4/chdir-long.m4, m4/openat.m4: New files.
20740         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20741         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20742         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20743         is sane and DOES follow symlinks.  Besides, testing 20 different
20744         systems found no broken chown implementations.
20745         Prompted by a change in rsync's copy of this macro.
20746         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20747
20748         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20749
20750         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20751         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20752         NULL-means-set-to-current-time semantics.
20753         Remove temporary file immediately, rather than waiting
20754         for configure's at-exit trap code to do it.
20755
20756 2005-01-18  Jim Meyering  <jim@meyering.net>
20757
20758         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20759
20760         * lib/utimens.c (futimens): Account for the fact that futimes
20761         can also fail with errno == ENOSYS or errno == ENOENT.
20762         Patch from Dmitry V. Levin.
20763
20764         Change the name of the robust chdir function from chdir to chdir_long.
20765         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20766         (restore_cwd): Use chdir_long, not chdir.
20767         * lib/chdir-long.c: Renamed from chdir.c.
20768         * lib/chdir-long.h: Renamed from chdir.h.
20769         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20770         Hurd.
20771
20772 2005-01-18  Bruno Haible  <bruno@clisp.org>
20773
20774         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20775         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20776         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20777         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20778         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20779         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20780         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20781         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20782         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20783         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20784         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20785         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20786         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20787         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20788         Use an all-permissive copyright notice, recommended by RMS.
20789
20790 2005-01-18  Bob Proulx  <bob@proulx.com>
20791
20792         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20793         simplify offsetof() macro construct to avoid compile failure with
20794         native HP-UX 11.0 ANSI C compiler.
20795
20796 2005-01-17  Bruno Haible  <bruno@clisp.org>
20797
20798         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20799         redundant because stpncpy.m4 takes care of it.
20800
20801 2005-01-17  Bruno Haible  <bruno@clisp.org>
20802
20803         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20804
20805 2005-01-17  Bruno Haible  <bruno@clisp.org>
20806
20807         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20808         used.
20809
20810 2005-01-17  Bruno Haible  <bruno@clisp.org>
20811
20812         * lib/fwriteerror.h (fwriteerror): Change specification to include
20813         fclose.
20814         * lib/fwriteerror.c: Include <stdbool.h>.
20815         (fwriteerror): At the end, close the file stream. Record whether
20816         stdout was already closed.
20817
20818 2005-01-17  Bruno Haible  <bruno@clisp.org>
20819
20820         * lib/execute.c (environ): Declare if needed.
20821         * lib/pipe.c (environ): Likewise.
20822         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20823
20824 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20825
20826         * modules/argp: Depend on vsnprintf
20827
20828 2005-01-10  Jim Meyering  <jim@meyering.net>
20829
20830         * modules/closeout (Depends-on): Add atexit.
20831
20832 2005-01-06  Bruno Haible  <bruno@clisp.org>
20833
20834         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20835
20836 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20837
20838         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20839         definitions to be after all include files, to avoid collisions.
20840         Problem reported by Bob Proulx.
20841
20842 2005-01-04  Jim Meyering  <jim@meyering.net>
20843
20844         Changes imported from coreutils.
20845         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20846         as the mkstemp template, use a temporary directory and an
20847         8.3-friendly template to avoid trouble on systems like DJGPP.
20848         Reported by Juan M. Guerrero via Stepan Kasal.
20849         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20850         close. Remove the temporary directory right away, rather than waiting
20851         for configure's at-exit trap code to do it.
20852         Suggestion from Stepan Kasal.
20853
20854 2005-01-01  Simon Josefsson  <jas@extundo.com>
20855
20856         * gnulib-tool: Print #include directives when --import'ing.
20857
20858 2004-12-28  Simon Josefsson  <jas@extundo.com>
20859
20860         * tests/test-base64.c: Include required header files.  Remove
20861         unused variables.
20862
20863 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20864
20865         * modules/error (Depends-on): Remove gettext.
20866
20867 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20868
20869         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20870         not needed.  This removes a dependency on the gettext module.
20871         [defined _LIBC]: Do not include <libintl.h>; not needed.
20872
20873 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20874
20875         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20876         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20877
20878 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20879
20880         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20881         HAVE_DECL_STRTOLD.
20882
20883 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20884
20885         * modules/getdate (Depends-on): Remove alloca-opt.
20886
20887 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20888
20889         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20890
20891 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20892
20893         * lib/argp-parse.c: Include <stddef.h>.
20894         (alignof, alignto): New macros.
20895         (parser_init): Don't assume that void * is aligned sufficiently
20896         for struct option.
20897
20898         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20899         need to extend the stack.
20900         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20901         large.
20902
20903 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20904
20905         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20906
20907 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20908
20909         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20910         (2004-10-24) change.  Apparently this was a false alarm.
20911
20912         * modules/getdate: Depend on alloca-opt, not alloca.
20913
20914 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20915
20916         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20917         Remove now-obsolete comment about AIX.
20918         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20919         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20920         (YYMAXDEPTH): New macro.
20921
20922 2004-12-18  Simon Josefsson  <jas@extundo.com>
20923
20924         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20925
20926 2004-12-18  Bruno Haible  <bruno@clisp.org>
20927
20928         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20929
20930 2004-12-18  Bruno Haible  <bruno@clisp.org>
20931
20932         * lib/fatal-signal.c (fatal_signals): Make non-const.
20933         (init_fatal_signals): New function.
20934         (uninstall_handlers, install_handlers): Ignore signals that were set to
20935         SIG_IGN.
20936         (at_fatal_signal): Call init_fatal_signals.
20937         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20938         SIG_IGN.
20939         Reported by Paul Eggert.
20940
20941 2004-12-18  Bruno Haible  <bruno@clisp.org>
20942
20943         * doc/alloca.texi: New file.
20944         * doc/alloca-opt.texi: New file.
20945
20946 2004-12-17  Jim Meyering  <jim@meyering.net>
20947
20948         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20949         Otherwise, install-sh could exit with improper exit status when
20950         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20951
20952 2004-12-16  Simon Josefsson  <jas@extundo.com>
20953
20954         * tests/test-base64.c: Add license.
20955
20956 2004-12-15  Stepan Kasal  <address@hidden>
20957
20958         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20959
20960 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20961
20962         * modules/getcwd (Files): Add m4/d-ino.m4.
20963         Suggested by Mark D. Baushke.
20964
20965 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20966
20967         * lib/getdate.y (textint): New member "negative".
20968         (time_zone_hhmm): New function.
20969         Expect 14 shift-reduce conflicts, not 13.
20970         (o_colon_minutes): New rule.
20971         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20972         (yylex): Set the "negative" member of signed numbers.
20973
20974 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20975
20976         * doc/getdate.texi (Time of day items, Time zone items):
20977         Describe new formats +00:00, UTC+00:00.
20978
20979 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20980
20981         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20982         spurious "-l"s.  Problem reported by Stepan Kasal.
20983
20984 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20985
20986         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20987         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20988
20989 2004-12-04  Simon Josefsson  <jas@extundo.com>
20990
20991         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20992         Vandoorselaere <yoann@prelude-ids.org>.
20993
20994 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20995
20996         Changes imported from coreutils.
20997         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20998         exist.
20999         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21000
21001 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21002
21003         Changes imported from coreutils.
21004         * lib/hard-locale.c: Assume <locale.h> exists.
21005         Include "strdup.h".
21006         (GLIBC_VERSION): New macro.
21007         (hard_locale): Assume setlocale exists.
21008         Rewrite to avoid #ifdef.
21009         Use strdup rather than malloc + strcpy.
21010         * lib/human.c: Assume <locale.h> exists.
21011         (human_readable): Assume localeconv exists.
21012
21013 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21014
21015         * modules/hard-locale (Depends-on): Add strdup.
21016
21017 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21018
21019         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21020         convert T2, not T.  (Imported from libc.)
21021
21022 2004-11-30  Simon Josefsson  <jas@extundo.com>
21023
21024         * modules/restrict (License): Change to LGPL.
21025
21026 2004-11-30  Simon Josefsson  <jas@extundo.com>
21027
21028         * m4/restrict.m4: Add copyright and copying conditions.
21029
21030 2004-11-30  Simon Josefsson  <jas@extundo.com>
21031
21032         * m4/base64.m4: New file.
21033
21034 2004-11-30  Simon Josefsson  <jas@extundo.com>
21035
21036         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21037         base64.
21038
21039         * tests/test-base64.c: New file.
21040
21041         * modules/base64: New file.
21042
21043 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21044
21045         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21046         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21047
21048         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21049
21050 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21051
21052         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21053         (__getcwd.c): Don't restore errno; glibc doesn't.
21054         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21055         first, falling back to our code only if its results look suspicious.
21056         Ensure that the resulting buffer is only as large as necessary.
21057
21058         * lib/readutmp.c: Include readutmp.h first.
21059         Include <errno.h>, since readutmp.h no longer does that.
21060         * lib/readutmp.h: Don't include <errno.h>,
21061         <sys/param.h>, <time.h>; not needed to establish interface.
21062         (errno): Remove decl.
21063         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21064         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21065         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21066
21067 2004-11-28  Simon Josefsson  <jas@extundo.com>
21068
21069         * lib/base64.h, base64.c: New file.
21070
21071 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21072
21073         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21074
21075 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21076
21077         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21078         (Depends-on): Remove pathmax, same.  Add mempcpy.
21079         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21080         (Makefile.am): Append getcwd.h to lib_SOURCES.
21081         (Include): Add getcwd.h.
21082         (Maintainer): Change from Jim Meyering to "all, glibc",
21083         since getdate now uses intended-for-glibc code.
21084         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21085         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21086
21087 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21088
21089         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21090         HP's ANSI C compiler.
21091         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21092         Declaring int functions causes warnings on some modern systems and
21093         shouldn't be needed to compile on ancient ones.
21094         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21095         defined.
21096
21097         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21098         with the following changes.
21099         (__set_errno): Parenthesize properly.
21100         Include <stdbool.h>.
21101         (MIN, MAX, MATCHING_INO): New macros.
21102         (__getcwd): Define with prototype, not K&R form.
21103         Use heuristics to allocate default buffer on stack if possible.
21104         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21105         behavior, and to avoid the PATH_MAX limit when computing
21106         ../../../../...
21107         Use MATCHING_INO to compare inode number to file.
21108         Check for arithmetic overflow in size calculations.
21109         Fix bug in reallocation of dot array that caused getcwd to fail
21110         on directories nested deeper than 75.
21111         Be more careful about saving errno on error.
21112         Do not use realloc; use only free+malloc, as this is a bit
21113         more flexible and avoids a needless copy operation.
21114         Do not inspect st_dev and st_ino for symbolic links; POSIX
21115         doesn't specify the latter.
21116         Check for closedir errors.
21117         Avoid needless casts.
21118         Use "#ifdef weak_alias" around weak_alias, to be like other
21119         glibc code.
21120         The following changes to getcwd.c have effect only when used in
21121         gnulib; they have no effect inside glibc proper.
21122         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21123         as alloca isn't used.
21124         (alloca, __alloca): Likewise.
21125         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21126         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21127         unconditionally, as gnulib assumes C89 or better.
21128         Do not include <sys/param.h>.
21129         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21130         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21131         better.
21132         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21133         Include <dirent.h> in a way that is compatible with modern Autoconf.
21134         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21135         New macros, if not already defined.
21136         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21137         Use "_LIBC", not "defined _LIBC", for consistency.
21138         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21139         a mempcpy module.
21140         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21141         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21142         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21143         credit only to Jim Meyering and adjust the copyright dates.
21144         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21145         <stdlib.h>, <unistd.h>, "pathmax.h".
21146         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21147         (INITIAL_BUFFER_SIZE): Remove.
21148         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21149
21150 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21151
21152         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21153         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21154         Use the _ONCE methods, for efficiency.
21155         Check for fcntl.h.  In test program, include <errno.h>
21156         and <fcntl.h> if available.  Remove old K&R cruft from
21157         test program.  Check for common errors in GNU/Linux,
21158         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21159         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21160         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21161         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21162         name accordingly.
21163         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21164         accommodate new getcwd.c.
21165         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21166         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21167         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21168         that's all we need now.
21169
21170 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21171
21172         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21173         argp-parse.c depends on getopt internals, that means we should
21174         always use our getopt, to be on the safe side.
21175         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21176         order not to spoil the result of an eventual previous invocation
21177         of gl_GETOPT_SUBSTITUTE.
21178
21179 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21180
21181         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21182         redefinition warnings. To avoid them, include the defines
21183         in `#if !defined __need_getopt ... #endif'. The only place
21184         where __getopt_argv_const is used is in definitions
21185         of getopt_long and getopt_long_only below, which are as well
21186         protected by `#ifndef __need_getopt'.
21187         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21188         __need_getopt after including <stdio.h> and <unistd.h> These
21189         headers might have defined it.
21190
21191 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21194
21195 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21196
21197         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21198         (futimens): New function, which uses futimes if available.
21199         (futimens, utimens): Support timespec==NULL, with same semantics
21200         as utime and utimens.
21201         * lib/utimens.h (futimens): New decl.
21202
21203 2004-11-23  Jim Meyering  <jim@meyering.net>
21204
21205         * lib/getopt_.h: Remove trailing blanks.
21206
21207 2004-11-23  Jim Meyering  <jim@meyering.net>
21208
21209         * lib/__fpending.c: Add comment.
21210
21211 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21212
21213         * modules/canonicalize (Depends-on): Add xreadlink.
21214         Problem reported by James Youngman.
21215
21216 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21217
21218         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21219         New macros.
21220         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21221         optopt): Use them instead of invoking ## directly; otherwise, the
21222         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21223
21224 2004-11-19  Bruno Haible  <bruno@clisp.org>
21225
21226         * lib/strtok_r.c: Move comments from here...
21227         * lib/strtok_r.h: ... to here.
21228
21229 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21230
21231         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21232         implementations that mishandle size_t overflow.
21233
21234 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21235
21236         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21237         might fail.  Problem reported by Yoann Vandoorselaere.
21238         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21239         implementations that mishandle size_t overflow.
21240
21241 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21242
21243         * modules/canon-host (Depends-on): Add strdup.
21244
21245 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21246
21247         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21248
21249 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21250
21251         * lib/canon-host.c: Include "strdup.h".
21252         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21253         Use strdup instead of malloc/strcpy to duplicate strings.
21254
21255         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21256         (human_space_before_unit): New constant.
21257         * lib/human.c (human_readable): Support it.
21258
21259         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21260         (xgetcwd): Set errno correctly when failing.
21261         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21262         the failure is actually due to a PATH_MAX problem.
21263
21264         Further getopt changes to make it more likely that glibc will
21265         buy the changes back.
21266         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21267         (getopt): Use it, so to preserve glibc semantic
21268         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21269         when compiling for libc.
21270         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21271         (getopt_long, getopt_long_only): Use it.
21272
21273         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21274         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21275         (getopt): Argv is now char * const *, as per standard.
21276         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21277         not char *__getopt_argv_const *.
21278         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21279         _getopt_long_only_r): Likewise.
21280         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21281         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21282         _getopt_long_r, _getopt_long_only_r): Likewise.
21283         * lib/getopt_.h (__getopt_argv_const): Remove.
21284         (getopt): Argv is now char * const *, as per standard.
21285
21286         * lib/getdate.y (tORDINAL): New token.
21287         (day, relunit): Allow it for relative times.
21288         (relative_time_table): Use tORDINAL for ordinals.
21289
21290 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21291
21292         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21293         Document that "second" isn't allowed as an ordinal number.
21294
21295 2004-11-16  Jim Meyering  <jim@meyering.net>
21296
21297         * modules/closeout (Depends-on): Add fpending.
21298
21299 2004-11-15  Jim Meyering  <jim@meyering.net>
21300
21301         * lib/closeout.c: Include "__fpending.h" once again.
21302         Include <stdbool.h>.
21303         (close_stdout): Don't fail just because stdout was closed initially,
21304         since some programs don't write to stdout in the normal course of
21305         operation (other than --version and --help), and we don't want this
21306         function to make e.g. `touch file >&-' fail.
21307         But do fail if it was closed and someone has tried to write to it.
21308         E.g., `printf foo >&-' must fail.
21309
21310 2004-11-13  Jim Meyering  <jim@meyering.net>
21311
21312         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21313
21314 2004-11-12  Simon Josefsson  <jas@extundo.com>
21315
21316         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21317         small doc fix is still pending.
21318
21319 2004-11-11  Simon Josefsson  <jas@extundo.com>
21320
21321         * modules/strtok_r: New file.
21322
21323         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21324         strtok_r.
21325
21326 2004-11-11  Simon Josefsson  <jas@extundo.com>
21327
21328         * m4/strtok_r.m4: New file.
21329
21330         * m4/getopt.m4: Replace opterr.
21331
21332 2004-11-11  Simon Josefsson  <jas@extundo.com>
21333
21334         * lib/strtok_r.h, strtok_r.c: New file.
21335
21336 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21337
21338         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21339         of replacing opterr, getopt, etc.  This should handle the
21340         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21341
21342 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21343
21344         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21345         we can stop lying to compilers about the constness of argv when we
21346         are compiled outside glibc.
21347         (getopt, getopt_long, getopt_long_only): Use it.
21348         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21349         _getopt_internal, getopt): Likewise.
21350         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21351         _getopt_long_only_r): Likewise.
21352         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21353         _getopt_long_r, _getopt_long_only_r): Likewise.
21354
21355         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21356         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21357         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21358         the other external symbols.
21359         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21360         declaration, since the above renaming now works around collisions.
21361
21362 2004-11-11  Jim Meyering  <jim@meyering.net>
21363
21364         * lib/linebreak.c: Remove trailing blanks.
21365         * lib/alloca_.h: Likewise.
21366         * lib/acosl.c: Likewise.
21367         * lib/euidaccess.c: Likewise.
21368         * lib/allocsa.h: Likewise.
21369
21370 2004-11-10  Simon Josefsson  <jas@extundo.com>
21371
21372         * m4/getaddrinfo.m4: New file.
21373
21374 2004-11-10  Simon Josefsson  <jas@extundo.com>
21375
21376         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21377
21378 2004-11-10  Simon Josefsson  <jas@extundo.com>
21379
21380         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21381         getaddrinfo.
21382
21383         * modules/getaddrinfo: New file.
21384
21385 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21386
21387         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21388
21389 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21390
21391         * lib/mktime.c (SHR): New macro, which is a portable
21392         substitute for >> that should work even on Crays.
21393         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21394         Problem reported by Mark D. Baushke in
21395         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21396         * lib/getdate.y (SHR): Likewise.
21397         (tm_diff): Use it.
21398         * lib/strftime.c (SHR): Likewise.
21399         (tm_diff): Use it.
21400         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21401         quote_these_too, so that right shifts are well defined.  All uses
21402         changed.
21403
21404 2004-11-10  Jim Meyering  <jim@meyering.net>
21405
21406         Ensure that no close failure goes unreported.
21407         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21408         return early when it seems there's nothing to flush.
21409         Don't include __fpending.h.
21410
21411 2004-11-10  Jim Meyering  <jim@meyering.net>
21412
21413         * modules/closeout (Depends-on): Remove fpending.
21414
21415 2004-11-10  Jim Meyering  <jim@meyering.net>
21416
21417         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21418
21419 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21420
21421         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21422         gl_FUNC_STRFTIME.
21423         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21424         and AC_REQUIRE when possible, to avoid duplicate checks.
21425         Check for <wchar.h>.
21426
21427 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21428
21429         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21430
21431 2004-11-09  Bruno Haible  <bruno@clisp.org>
21432
21433         * m4/sockpfaf.m4: New file.
21434
21435 2004-11-05  Bruno Haible  <bruno@clisp.org>
21436
21437         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21438         Reported by Mark D. Baushke <mdb@cvshome.org>.
21439
21440 2004-11-04  Bruno Haible  <bruno@clisp.org>
21441
21442         2004-09-11  Bruno Haible  <bruno@clisp.org>
21443                 * allocsa.valgrind: New file.
21444         2004-02-06  Bruno Haible  <bruno@clisp.org>
21445                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21446                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21447                 Reported by Christopher Seip <chris.seip@hp.com>.
21448
21449 2004-11-04  Bruno Haible  <bruno@clisp.org>
21450
21451         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21452         (Makefile.am): Distribute it.
21453
21454 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21455
21456         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21457         with errno == ERANGE if the buffer is too small.
21458         Problem reported by Mark D. Baushke.
21459
21460 2004-11-03  Albert Chin  <china@thewrittenword.com>
21461             Paul Eggert  <eggert@cs.ucla.edu>
21462
21463         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21464         equivalent, substitute $ac_type for equivalent type rather than
21465         blindly using uint32_t *always* which won't work if uint32_t is not
21466         available.  Define _UINT32_T to work around typedef of uint32_t if
21467         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21468         2.5.1.
21469
21470 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21471
21472         * m4/jm-macros.m4: Sync from coreutils.
21473         (gl_MACROS): Check for mbrlen, for pathchk.
21474         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21475
21476 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21477
21478         * lib/xreadlink.c (MAXSIZE): New macro.
21479         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21480         size does not exceed MAXSIZE.  Avoid cast.
21481         As suggested by Mark D. Baushke in
21482         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21483         if readlink fails with buffer size just under MAXSIZE, try again
21484         with MAXSIZE.
21485
21486 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21487
21488         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21489
21490 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21491         and  Paul Eggert  <eggert@cs.ucla.edu>
21492
21493         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21494         (get_date): Overparenthesize to avoid GCC warning.
21495
21496 2004-11-02  Bruno Haible  <bruno@clisp.org>
21497
21498         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21499         returns void.
21500
21501 2004-11-02  Bruno Haible  <bruno@clisp.org>
21502
21503         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21504         function returns void.
21505
21506 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21507
21508         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21509         fflush_unlocked, flockfile, funlockfile, funlockfile,
21510         fputs_unlocked, putc_unlocked.
21511
21512 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21513
21514         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21515         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21516         already declared.
21517
21518 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21519
21520         * modules/getdate (Files): Add doc/getdate.texi.
21521         (Depends-on): Add setenv, xalloc.
21522
21523 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21524
21525         * lib/getdate.y: Add support for TZ="foo" within a date string.
21526         Fix some bugs near time_t boundaries.  Reject dates with
21527         out-of-range components, e.g., "Sept 31".
21528         Include <stdlib.h>, "setenv.h", "xalloc.h".
21529         (ISDIGIT_LOCALE): Remove; unused.
21530         Note that the TZ and time functions used here are not reentrant.
21531         (mktime_ok, get_tz): New functions.
21532         (TZBUFSIZE): New constant.
21533         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21534         This requires that we sometimes generate our own TZ="XXX..." setting.
21535
21536 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21537
21538         * doc/getdate.texi: New file, from coreutils with modifications for
21539         the new TZ parsing.
21540
21541 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21542
21543         * lib/mktime.c (not_equal_tm): Remove redundant check.
21544
21545 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21546
21547         * modules/regex (lib_SOURCES): Add regex.c.
21548         Reported by James Youngman in
21549         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21550
21551 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21552
21553         * lib/getdate.y: Use Bison 1.875 features, and some minor
21554         code cleanups.  This change does not affect semantics.
21555         Don't include <stdlib.h>; no longer needed.
21556         Don't include unlocked-io.h; only the "#if TEST" code uses
21557         stdio, and performance isn't crucial there.
21558         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21559         Bison 1.875 features as described below.
21560         All uses of "PC." replaced by "pc->".
21561         (YYSTYPE): Add a forward declaration.
21562         (yylex, yyerror): Use full prototypes in forward decls.
21563         Use "%pure-parser" rather than obsolescent "%pure_parser".
21564         Use %parse-param and %lex-param instead of obsolescent
21565         YYPARSE_PARAM and YYLEX_PARAM.
21566         (meridian_table, month_and_day_table, time_units_table,
21567         relative_time_table, time_zone_table, military_table,
21568         lookup_zone, lookup_word, get_date):
21569         Use NULL instead of 0 where appropriate.
21570         (to_hour): Avoid abort (), to avoid a dependency on
21571         stdlib.h.
21572         (yyerror, yylex): Now accepts parser_control * arg.
21573         (main) [TEST]: Use '\0' rather than 0 for char.
21574
21575 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21576
21577         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21578
21579 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21580
21581         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21582         It's now the caller's responsibility to handle the case where
21583         !HAVE_GETPAGESIZE && !defined getpagesize.
21584
21585         * lib/mktime.c (leapyear): Arg is long int, not int.
21586
21587 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21588
21589         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21590
21591 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21592
21593         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21594         missing.  Problem reported by James Youngman.
21595
21596 2004-10-16  Simon Josefsson  <jas@extundo.com>
21597
21598         * gnulib-tool: Fix comments.  Fix parse problem.
21599         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21600
21601 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21602
21603         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21604         implementation of getopt_long.  Problem reported by Alexander Taler in:
21605         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21606
21607 2004-10-15  Bruno Haible  <bruno@clisp.org>
21608
21609         * gnulib-tool: Untabify. Initialize supplied_libname.
21610         (func_usage): More homogenous output.
21611         (func_modules_transitive_closure, func_modules_to_filelist,
21612         func_emit_lib_Makefile_am): New functions.
21613         (func_import): New function, extracted from big case statement. Use
21614         func_get_license, func_modules_transitive_closure,
21615         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21616         opt_lgpl. Don't use test -a, as it's not portable.
21617         (func_create_testdir): Use func_modules_transitive_closure,
21618         func_modules_to_filelist, func_emit_lib_Makefile_am.
21619
21620 2004-10-15  Bruno Haible  <bruno@clisp.org>
21621
21622         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21623
21624 2004-10-15  Bruno Haible  <bruno@clisp.org>
21625
21626         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21627         the portions belonging to each module.
21628         Suggested by Derek Robert Price <derek@ximbiot.com>.
21629
21630 2004-10-12  Simon Josefsson  <jas@extundo.com>
21631
21632         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21633         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21634         to real functions.
21635
21636 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21637
21638         * modules/vsnprintf: New file.
21639
21640 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21641
21642         * m4/vsnprintf.m4: New file.
21643
21644 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21645
21646         * lib/vsnprintf.h: New file.
21647         * lib/vsnprintf.c: New file.
21648
21649 2004-10-11  Bruno Haible  <bruno@clisp.org>
21650
21651         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21652         vsnprintf.
21653
21654 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21657
21658 2004-10-07  Bruno Haible  <bruno@clisp.org>
21659
21660         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21661         fits into the provided buffer.
21662
21663 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21664
21665         * lib/diacrit.c, diacrit.h: Add GPL notice.
21666
21667         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21668         notice.
21669         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21670         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21671         This avoids a potential constant-folding bug.
21672
21673 2004-10-05  Bruno Haible  <bruno@clisp.org>
21674
21675         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21676         for the declaration of strsep.
21677
21678 2004-10-05  Bruno Haible  <bruno@clisp.org>
21679
21680         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21681
21682 2004-10-04  Simon Josefsson  <jas@extundo.com>
21683
21684         * modules/memmem: New file.
21685         * tests/test-memmem.c: New file.
21686         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21687
21688 2004-10-04  Simon Josefsson  <jas@extundo.com>
21689
21690         * m4/memmem.m4: New file.
21691
21692 2004-10-04  Simon Josefsson  <jas@extundo.com>
21693
21694         * lib/memmem.h: New file.
21695         * lib/memmem.c: New file, taken from glibc.
21696
21697 2004-10-04  Simon Josefsson  <jas@extundo.com>
21698
21699         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21700         '#ifdef USE_UNLOCKED_IO'.
21701
21702 2004-10-04  Simon Josefsson  <jas@extundo.com>
21703
21704         * config/srclist.txt: Add memmem from glibc.
21705
21706 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21707
21708         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21709
21710         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21711         modules/exclude, modules/getdate, modules/getline,
21712         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21713         modules/getusershell, modules/linebuffer, modules/md5,
21714         modules/mountlist, modules/posixtm, modules/readtokens,
21715         modules/readutmp, modules/regex, modules/sha1,
21716         modules/version-etc, modules/yesno:
21717         Remove dependency on unlocked-io.
21718
21719 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21720
21721         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21722
21723         * m4/unlocked-io.m4: Add copyright notice.
21724         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21725
21726 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21727
21728         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21729         * lib/xmalloc.c (xmemdup): Likewise.
21730         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21731         XFREE): Remove these long-obsolescent macros.
21732         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21733         * lib/xstrdup.c: Remove.
21734
21735         * lib/regex.c (re_comp): Cast gettext return value to char *,
21736         Problem reported by Martin Neitzel via Mark D. Baushke.
21737
21738 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21739
21740         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21741         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21742         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21743         regex.c, sha1.c, version-etc.c, yesno.c:
21744         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21745         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21746         the includer's responsibility.
21747
21748         Sync from coreutils.
21749
21750         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21751         points to the start of a string, as the C Standard says the
21752         resulting behavior is undefined.
21753
21754         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21755         simple -> simple_backups, numbered_existing ->
21756         numbered_existing_backups, numbered -> numbered_backups
21757         to avoid shadowing problems.  All uses changed.
21758         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21759         * lib/backupfile.c (check_extension, numbered_backup):
21760         Rename locals to avoid shadowing 'basename'.
21761         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21762         once.
21763
21764         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21765         * lib/.cvsignore: Add getopt.h.
21766
21767 2004-10-04  Bruno Haible  <bruno@clisp.org>
21768
21769         * modules/README: New file.
21770         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21771         not a module.
21772
21773 2004-10-02  Jim Meyering  <jim@meyering.net>
21774
21775         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21776
21777 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21778
21779         * modules/strsep: New file.
21780
21781 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21782
21783         * m4/strsep.m4: New file.
21784
21785 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21786
21787         * lib/strsep.h: New file.
21788         * lib/strsep.c: New file.
21789
21790 2004-10-01  Simon Josefsson  <jas@extundo.com>
21791
21792         * lib/snprintf.c (snprintf): Handle size==0.
21793
21794 2004-10-01  Simon Josefsson  <jas@extundo.com>
21795             Bruno Haible  <bruno@clisp.org>
21796
21797         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21798         (snprintf): Declare 'args'.
21799
21800 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21801
21802         * lib/snprintf.c: Remove comments as to why each header is needed.
21803
21804 2004-10-01  Bruno Haible  <bruno@clisp.org>
21805
21806         * MODULES.html.sh: Add strsep.
21807
21808 2004-09-30  Simon Josefsson  <jas@extundo.com>
21809
21810         * modules/snprintf: New file.
21811
21812 2004-09-30  Simon Josefsson  <jas@extundo.com>
21813
21814         * m4/snprintf.m4: New file.
21815
21816 2004-09-30  Simon Josefsson  <jas@extundo.com>
21817
21818         * lib/snprintf.h, lib/snprintf.c: New files.
21819
21820 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21821
21822         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21823         (hol_entry_help): Never translate an empty string.
21824         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21825         * lib/argp.h (OPTION_NO_TRANS): New option.
21826
21827 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21828
21829         * modules/argp (Maintainer): Replace Simon Josefsson
21830         by Sergey Poznyakoff.
21831
21832 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21833
21834         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21835         changes merged back into glibc.
21836
21837 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21838
21839         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21840
21841 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21842
21843         * lib/xvasprintf.c: Include xalloc.h.
21844         (xvasprintf): Use xalloc_die, not xmalloc_die.
21845
21846 2004-09-29  Bruno Haible  <bruno@clisp.org>
21847
21848         * modules/alloca-opt: New file, derived from modules/alloca.
21849         * modules/allocsa: Depend on alloca-opt instead of alloca.
21850         * modules/setenv: Likewise.
21851         * modules/vasnprintf: Likewise.
21852         * MODULES.html.sh: Add alloca-opt.
21853
21854 2004-09-28  Simon Josefsson  <jas@extundo.com>
21855
21856         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21857         LGPL, and to replace license template from GPL to LGPL.
21858
21859 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21860
21861         * modules/dummy: Change license to LGPL.
21862
21863 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21864
21865         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21866
21867 2004-09-24  Simon Josefsson  <jas@extundo.com>
21868
21869         * modules/minmax (License): Change from GPL to LGPL.
21870
21871 2004-09-23  Simon Josefsson  <jas@extundo.com>
21872
21873         * gnulib-tool (--import): Typo.
21874
21875 2004-09-23  Simon Josefsson  <jas@extundo.com>
21876
21877         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21878
21879 2004-09-22  Bruno Haible  <bruno@clisp.org>
21880
21881         * modules/*: Add 'License' field.
21882         * gnulib-tool: Accept --extract-license option.
21883         (func_get_license): New function.
21884
21885 2004-09-21  Bruno Haible  <bruno@clisp.org>
21886
21887         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21888         Reported by Simon Josefsson.
21889
21890 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21891
21892         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21893         gl_AC_TYPE_LONG_LONG.
21894
21895 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21896
21897         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21898
21899 2004-09-18  Simon Josefsson  <jas@extundo.com>
21900         and  Paul Eggert  <eggert@cs.ucla.edu>
21901
21902         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21903         calls with autoreconf.  Define GL_LIB.
21904
21905 2004-09-14  Karl Berry  <karl@gnu.org>
21906
21907         * config/srclist.txt: unsync setenv.c, sigh.
21908
21909 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21910
21911         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21912         Problem reported by Bruno Haible in:
21913         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21914
21915 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21916
21917         * config/srclist.txt: Comment out argp-pvh.c.
21918
21919 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21920
21921         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21922         in case some system header has #define'd it.  Problem reported by
21923         Soeren D. Schulze in
21924         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21925
21926 2004-09-09  Karl Berry  <karl@gnu.org>
21927
21928         * regex.[ch]: delete from the root.  These were supposed to be
21929                 synced with emacs cvs, but this has not happened for about
21930                 a year, and anyway nothing else uses emacs regex.[ch].
21931                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21932                 lib/regex[.ch] is untouched.
21933
21934 2004-09-09  Bruno Haible  <bruno@clisp.org>
21935
21936         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21937
21938 2004-09-09  Bruno Haible  <bruno@clisp.org>
21939
21940         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21941         modifications.
21942         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21943
21944 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21945
21946         * modules/xvasprintf: New file.
21947         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21948
21949 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21950
21951         * lib/xvasprintf.h: New file.
21952         * lib/xvasprintf.c: New file.
21953         * lib/xasprintf.c: New file.
21954
21955 2004-09-08  Bruno Haible  <bruno@clisp.org>
21956
21957         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21958
21959 2004-09-08  Bruno Haible  <bruno@clisp.org>
21960
21961         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21962         length is > INT_MAX.
21963         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21964         more.
21965
21966 2004-09-08  Bruno Haible  <bruno@clisp.org>
21967
21968         * lib/stdint_.h: New file, taken from GNU clisp.
21969
21970 2004-09-08  Bruno Haible  <bruno@clisp.org>
21971             Oskar Liljeblad  <oskar@osk.mine.nu>
21972
21973         * modules/stdint: New file.
21974         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21975
21976 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21977
21978         Import from coreutils.
21979         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21980         strings on unbounded length.  alloca's performance benefits aren't
21981         that important here.
21982         (V_STRDUP): Remove.
21983         (parse_with_separator): New function, with most of the internals
21984         of the old parse_user_spec.  Allow user to omit both user and group,
21985         for compatibility with FreeBSD.
21986         Clone only the user name, not the entire spec.
21987         Do not set *uid, *gid unless entirely successful.
21988         Avoid memory leak in some failing cases.
21989         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21990         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21991         (parse_user_spec): Rewrite to use parse_with_separator.
21992
21993 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21994
21995         * modules/userspec: Don't depend on alloca.
21996
21997 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21998
21999         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22000
22001 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22002
22003         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22004         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22005         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22006
22007 2004-08-16  Simon Josefsson  <jas@extundo.com>
22008
22009         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22010         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22011         Add --dry-run for --import.
22012         Let user provided command line parameters override configure.ac
22013         settings.
22014
22015 2004-08-12  Simon Josefsson  <jas@extundo.com>
22016
22017         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22018         as discussed with Paul Eggert in threads rooted at
22019         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22020         and
22021         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22022         Before, the test was empty, and relied on ELIDE_CODE in source
22023         code.)
22024         (gl_PREREQ_GETOPT): New macro.
22025         (gl_GETOPT): Use them.
22026
22027 2004-08-12  Simon Josefsson  <jas@extundo.com>
22028
22029         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22030         * lib/getopt_.h: Renamed from getopt.h.
22031
22032 2004-08-12  Simon Josefsson  <jas@extundo.com>
22033
22034         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22035         Change default library name from libfoo to libgnu.
22036         Now, if you have a configure.ac that says:
22037                 gl_SOURCE_BASE(gl)
22038                 gl_M4_BASE(gl/m4)
22039                 gl_MODULES(error getopt etcetera)
22040                 gl_INIT
22041         you can import all you need by running:
22042                 ../gnulib/gnulib-tool --import
22043
22044         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22045         (Makefile.am): Rewrite, use logic from argz.
22046         (Include): Use <getopt.h> instead of "getopt.h".
22047
22048 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22049
22050         * modules/argp (Files): Add m4/unlocked-io.m4.
22051         (Depends-on): Add extensions.
22052
22053 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22054
22055         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22056         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22057         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22058         Check for program_invocation_name, program_invocation_short_name,
22059         flockfile, funlockfile, features.h, _getopt_long_only_r.
22060
22061 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22062
22063         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22064         its complicated substitute.
22065         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22066         and program_invocation_name.
22067         (__argp_basename) [!_LIBC]: Remove; the only use was
22068         replaced by its body.
22069         (__argp_short_program_name): Change condition from
22070         !defined __argp_short_program_name to
22071         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22072         to match argp-namefrob.h.
22073         (__argp_failure): Don't assume strerror_r returns char *.
22074         * lib/argp-parse.c (N_): Define unconditionally.
22075         (argp_default_options): Fill out initializers with 0 to avoid
22076         gcc warnings.
22077
22078 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22079
22080         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22081         getopt1.c.
22082
22083 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22084
22085         Merge from coreutils.
22086
22087         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22088
22089         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22090         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22091
22092 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         Merge from coreutils.
22095
22096         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22097         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22098         for Reliant Unix 5.43.
22099
22100         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22101         (union fooround): Use uintmax_t, not long int.
22102         The rest is a merge from libc:
22103         [defined _LIBC]: Include <shlib-compat.h>.
22104         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22105
22106         * lib/settime.c (settime): Recode to avoid warning with
22107         Sun Forte C 6U2.
22108
22109         * lib/strverscmp.c: Convert to UTF-8.
22110
22111 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22112
22113         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22114         m4/uintmax_t.m4.
22115
22116 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22117
22118         * modules/xalloc-die: New file.
22119         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22120
22121         * modules/md5 (Files): Add m4/uint32_t.m4.
22122         * modules/sha1: Renamed from modules/sha.
22123         (Files):
22124         Rename lib/sha.h to lib/sha1.h.
22125         Rename lib/sha.c to lib/sha1.c.
22126         Rename m4/sha.m4 to m4/sha1.m4.
22127         (lib_SOURCES): Likewise.
22128         (configure.ac): Rename gl_SHA to gl_SHA1.
22129         (Include): sha.h -> sha1.h.
22130
22131 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22132
22133         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22134         * m4/sha1.m4: Renamed from sha.m4.
22135         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22136
22137 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22138
22139         * lib/obstack.h (obstack_empty_p):
22140         Don't assume that chunk->contents is suitably aligned.
22141         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22142         Likewise. Problem reported by Benno in
22143         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22144
22145         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22146         readable.  This could be improved further but it'd take some work.
22147
22148 2004-08-08  Simon Josefsson  <jas@extundo.com>
22149
22150         * modules/xgethostname (Depends-on): Remove exit and error (not
22151         used).
22152
22153         * modules/getpass-gnu: Add getpass.h.
22154         (Depends-on): Add stdbool.
22155         * modules/getpass: Add getpass.h.
22156
22157 2004-08-08  Simon Josefsson  <jas@extundo.com>
22158
22159         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22160         Check getpass declaration.
22161
22162 2004-08-08  Simon Josefsson  <jas@extundo.com>
22163
22164         * lib/xgethostname.c: Don't include error.h (not used).
22165
22166         * lib/getpass.h: Add.
22167         * lib/getpass.c: Include getpass.h first.
22168
22169 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22170
22171         * lib/xalloc-die.c: New file.
22172         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22173         All uses removed.
22174         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22175         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22176         xalloc-die.c.
22177         (_, N_, xalloc_die): Move to xalloc-die.c.
22178         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22179         so that we needn't mess with xalloc_msg_memory_exhausted.
22180
22181         * lib/sha1.h: Renamed from sha.h.
22182         (SHA1_H): Renamed from _SHA_H.
22183         (sha1_ctx): Renamed from sha_ctx.
22184         (sha1_init_ctx): Renamed from sha_init_ctx.
22185         (sha1_process_block): Renamed from sha_process_block.
22186         (sha1_process_bytes): Renamed from sha_process_bytes.
22187         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22188         (sha1_read_ctx): Renamed from sha_read_ctx.
22189         (sha1_stream): Renamed from sha_stream.
22190         (sha1_buffer): Renamed from sha_buffer.
22191         * lib/sha1.c: Likewise; renamed from sha.c.
22192         Do not include <sys/types.h>.
22193         Include <stddef.h> rather than <stdlib.h>.
22194
22195 2004-08-08  Bruno Haible  <bruno@clisp.org>
22196
22197         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22198         FILESYSTEM_PREFIX_LEN.
22199         * lib/progreloc.c: Likewise.
22200         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22201
22202 2004-08-06  Simon Josefsson  <jas@extundo.com>
22203
22204         * modules/progname (Depends-on): Don't depend on stdbool.
22205
22206 2004-08-06  Simon Josefsson  <jas@extundo.com>
22207
22208         * modules/getsubopt: New file.
22209         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22210         getsubopt.
22211
22212 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22213
22214         More merge from coreutils.
22215
22216         * m4/utimens.m4, m4/utimecmp.m4: New files.
22217         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22218         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22219         prereq.m4, sha.m4: Import changes from coreutils.
22220
22221 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22222
22223         More merge from coreutils.
22224         * modules/raise, modules/readtokens0, modules/utimens:
22225         * modules/utimecmp, module/xnanosleep: New files.
22226         * modules/strftime: Add lib/strftime.h.
22227         Change include from <time.h> to "strftime.h".
22228         * modules/yesno: Add lib/yesno.h.
22229         * modules/backupfile: Remove lib/addext.c.
22230         * modules/euidaccess: Add stat-macros.h.
22231         * modules/canonicalize, modules/euidaccess,
22232         modules/filemode, modules/lchown, modules/makepath,
22233         modules/rmdir, modules/stat: Likewise.
22234
22235 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22236
22237         Merge from tar.
22238         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22239         SIZE_MAX is a valid preprocessor constant.
22240         (__argp_basename): Change from "#ifndef _LIBC"
22241         to "#ifndef __argp_short_program_name", so that
22242         we don't compile these functions for tar.
22243
22244         More merges from coreutils.
22245         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22246         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22247         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22248         * lib/addext.c: Remove; no longer needed.
22249         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22250         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22251         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22252         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22253         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22254         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22255         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22256         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22257         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22258         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22259         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22260         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22261         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22262         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22263         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22264         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22265         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22266         Import changes from coreutils.
22267
22268 2004-08-05  Simon Josefsson  <jas@extundo.com>
22269
22270         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22271
22272 2004-08-05  Simon Josefsson  <jas@extundo.com>
22273
22274         * m4/getsubopt.m4: New file.
22275
22276 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22277
22278         Merge from coreutils.
22279
22280         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22281         * m4/getcwd-path-max.m4: New files.
22282
22283         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22284         FILESYSTEM_PREFIX_LEN ->
22285         FILE_SYSTEM_PREFIX_LEN.
22286         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22287         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22288         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22289         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22290
22291         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22292         prerequisite modules now handle the DOS stuff.
22293         Don't check for unistd.h.
22294
22295 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22296
22297         Merge from coreutils.
22298
22299         * lib/.gdb-history: Remove; this doesn't belong here.
22300
22301         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22302         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22303         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22304         * lib/getcwd.c: New files.
22305
22306         * lib/dirname.h: Include <stdbool.h>.
22307         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22308         for consistency with POSIX terminology.  All uses changed.
22309         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22310         (strip_trailing_slashes): Use bool for booleans.
22311         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22312
22313         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22314         sometimes returns a positive errno value even when it succeeds.
22315         (print_errno_message) [!LIBC]: Fall back on strerror if
22316         __strerror_r fails.
22317
22318         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22319         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22320         (longest_relative_suffix): New function.
22321         (path_concat): Use it.  Assume first argument is not NULL.
22322         Port to DOS.  Omit redundant separators.
22323         Report an error instead of returning NULL.
22324         Use mempcpy instead of memcpy.
22325         (xpath_concat): Remove: not declared or used.
22326
22327         * lib/same.h: Include <stdbool.h>
22328         (same_name): Return bool, not int.
22329         * lib/same.c (same_name): Likewise.
22330         (errno): Don't declare; we assume C89 or better now.
22331
22332         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22333         if not already defined.
22334
22335         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22336         * lib/dup-safer.c (errno): Likewise.
22337
22338 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22339
22340         Merge from coreutils.
22341         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22342         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22343         * modules/path-concat: Don't depend on strdup.
22344
22345 2004-08-03  Simon Josefsson  <jas@extundo.com>
22346
22347         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22348         * lib/progname.h: Don't include stdbool.h.
22349
22350 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22351
22352         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22353         * MODULES.html.sh (func_all_modules): Remove fatal.
22354
22355 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22356
22357         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22358
22359 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22360
22361         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22362         working.
22363
22364 2004-08-02  Simon Josefsson  <jas@extundo.com>
22365
22366         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22367         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22368         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22369
22370 2004-08-01  Simon Josefsson  <jas@extundo.com>
22371
22372         * lib/xgetdomainname.c: Include stdlib.h, for free().
22373
22374 2004-07-19  Bruno Haible  <bruno@clisp.org>
22375
22376         * MODULES.html.sh (func_all_modules): Add dummy.
22377
22378 2004-07-16  Simon Josefsson  <jas@extundo.com>
22379
22380         * modules/dummy: New file.
22381
22382 2004-07-16  Simon Josefsson  <jas@extundo.com>
22383
22384         * lib/dummy.c: New file.
22385
22386 2004-07-16  Bruno Haible  <bruno@clisp.org>
22387
22388         * lib/backupfile.h: Add extern "C" for C++.
22389         * lib/closeout.h: Likewise.
22390         * lib/copy-file.h: Likewise.
22391         * lib/findprog.h: Likewise.
22392         * lib/full-write.h: Likewise.
22393         * lib/pathname.h: Likewise.
22394         * lib/progname.h: Likewise.
22395         * lib/stpcpy.h: Likewise.
22396         * lib/stpncpy.h: Likewise.
22397         * lib/strcase.h: Likewise.
22398         * lib/strstr.h: Likewise.
22399         * lib/xalloc.h: Likewise.
22400
22401         * lib/mbswidth.h: Add extern "C" for C++.
22402         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22403
22404 2004-07-13  Robert Millan  <robertmh@gnu.org>
22405
22406         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22407
22408 2004-07-09  Simon Josefsson  <jas@extundo.com>
22409
22410         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22411         failed without this.)
22412
22413 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22414
22415         * modules/chown (Files): Add lib/fchown-stub.c, since
22416         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22417
22418 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22419
22420         * lib/fchown-stub.c: New file.
22421
22422 2004-06-24  Jim Meyering  <jim@meyering.net>
22423
22424         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22425
22426 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22427
22428         * modules/argz: Omit "#include".
22429
22430         * MODULES.html.sh (func_all_modules): Add calloc, to match
22431         2004-06-01 addition of calloc module.
22432
22433 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22434
22435         * m4/argz.m4: New file, which is autoupdated from libtool.
22436
22437 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22438
22439         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22440         libtool.
22441
22442 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22443
22444         * config/srclist-update: Don't insist on "USA." before the
22445         close-comment, as libtool omits the period and puts the */ on a
22446         separate line.
22447         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22448         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22449
22450 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22451
22452         * modules/argz: New file.
22453         * MODULES.html.sh (func_all_modules): Add argz.
22454
22455 2004-06-12  Jim Meyering  <jim@meyering.net>
22456         and  Paul Eggert  <eggert@cs.ucla.edu>
22457
22458         * modules/hash (Files): Add lib/xalloc.h.
22459         * modules/pipe (Depends-on): Add wait-process.
22460         * modules/stat (Depends-on): Add xalloc.
22461         * modules/userspec (Files): Add lib/userspec.h.
22462         * modules/xstrto
22463
22464         Upgrade from gettext-0.13.
22465         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22466         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22467         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22468
22469 2004-06-10  Jim Meyering  <jim@meyering.net>
22470
22471         * lib/calloc.c: New file.
22472
22473 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22474
22475         * lib/getdate.y (yylex): Allow space between sign and number.
22476         Problem reported by Dan Jacobson.
22477
22478 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22479
22480         Merge from coreutils CVS.
22481
22482         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22483         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22484         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22485         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22486         xstrtol.m4: Fix copyright date and/or serial number.
22487
22488         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22489         See if we need an fchown replacement.
22490         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22491         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22492         and use the replacement function if we detect either defect.
22493
22494         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22495         gl_UTIMECMP.
22496
22497 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22498         and  Jim Meyering  <jim@meyering.net>
22499
22500         Merge from coreutils CVS.
22501
22502         * lib/stat-macros.h: New file, with contents from file-type.h
22503         and coreutils' system.h.
22504         * lib/file-type.c: Include "stat-macros.h".
22505         * lib/file-type.h (file_type): Move all macro definitions to new file,
22506         stat-macros.h.
22507
22508         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22509         Wrap old code with this conditional.
22510         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22511         function that does not dereference symlinks.
22512         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22513
22514         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22515         dependency problems.
22516         (xreadlink): Accept new arg SIZE, for efficiency.
22517         All decls and uses changed.
22518         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22519
22520         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22521         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22522
22523         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22524         sysexits.h.
22525
22526 2004-06-01  Jim Meyering  <jim@meyering.net>
22527
22528         * m4/calloc.m4: New file.
22529
22530 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22531
22532         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22533         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22534         Also, fix a typo in a diagnostic.
22535
22536 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22537
22538         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22539         or AC_FUNC_REALLOC.
22540
22541 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22542
22543         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22544         macros to be defined.
22545         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22546         the allocator returns NULL because the requested size is zero.
22547
22548 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22549
22550         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22551         var.  Add comment explaining why libc still defines it.  This
22552         merges the following patch from glibc:
22553         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22554
22555 2004-05-20  Andreas Schwab  <schwab@suse.de>
22556
22557         * m4/free.m4: Replace free if it not known to work, not the other
22558         way round.
22559
22560 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22561
22562         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22563         present in glibc since revision 1.1 of this file.
22564         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22565         obstack_alignment_mask, obstack_alloc, obstack_base,
22566         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22567         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22568         obstack_grow0, obstack_init, obstack_int_grow,
22569         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22570         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22571         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22572         nonexistent functions.
22573
22574 2004-05-18  Karl Berry  <karl@gnu.org>
22575
22576         * config/srclist.txt: break link for vasnprintf.c.
22577
22578 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22579
22580         Port obstack to the AS/400, where pointers are 16 bytes wide and
22581         you cannot cast an integer to a valid pointer.  This patch is
22582         currently waiting to be integrated into glibc; see
22583         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22584
22585         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22586         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22587         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22588         (struct obstack): temp member is now a union of a pointer and
22589         an integer, instead of an integer.  All integer uses changed.
22590         This does not affect the physical layout of struct obstack,
22591         except on hosts (like the AS/400) where the size or alignment of
22592         void * is greater than that of ptrdiff_t.
22593         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22594         __STDC__)]: Store temporary in pointer member of union, not
22595         integer member.
22596         * lib/obstack.c: Include <stddef.h>, for offsetof.
22597         (struct fooalign): Remove; it doesn't need a name.
22598         (union fooround): Change double to long double, and add void *.
22599         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22600         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22601         not a macro.  Hence the values are always int; so remove all
22602         casts-to-int in uses.
22603
22604 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22605
22606         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22607         we can get this patch merged into glibc.
22608
22609 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22610             Paul Eggert  <eggert@cs.ucla.edu>
22611
22612         * m4/argp: Depend on alloca.
22613
22614 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22615             Paul Eggert  <eggert@cs.ucla.edu>
22616
22617         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22618         freecoding.
22619
22620 2004-05-17  Bruno Haible  <bruno@clisp.org>
22621
22622         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22623         precision that consists of a '.' followed by an empty digit string.
22624         Patch by Tor Lillqvist <tml@iki.fi>.
22625
22626 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22627
22628         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22629         for backward compatibility with older code.  We need our own
22630         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22631         it under some other name, and our alloca.h will define it.
22632
22633 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22634             Derek Price  <derek@ximbiot.com>
22635
22636         * lib/alloca.c: Include <alloca.h>, to get our interface.
22637         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22638         include <alloca.h> first.  Use C89 prototype for alloca; this
22639         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22640         Use #elif for simplicity, since we can assume C89 now.
22641         Don't try to source the system alloca.h since it will not be found
22642         and to prevent recursively including its replacement.
22643         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22644         * lib/regex.c: Likewise.
22645
22646 2004-05-16  Derek Price  <derek@ximbiot.com>
22647             Paul Eggert  <eggert@cs.ucla.edu>
22648
22649         getline cleanup.  This changes the getndelim2 API: both order of
22650         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22651         no delimiter).
22652
22653         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22654         interface does that.
22655         (getline): Always use getdelim, so that we don't have two
22656         copies of this code.
22657         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22658         if available.
22659         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22660         (GETNDELIM2_MAXIMUM): New macro.
22661         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22662         instead of the old practice of delim2==0.  All callers changed.
22663         Return -1 on overflow, instead of returning junk.
22664         Do not set *linesize unless allocation succeeds.
22665         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22666         that we include sys/types.h.
22667         * lib/getnline.h: Likewise.
22668         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22669         (getndelim2): Reorder arguments.
22670         * lib/getnline.c (getnline, getndelim):
22671         Don't discard the NMAX argument.
22672         (getnline): Invoke getndelim, to avoid code duplication.
22673         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22674         of (size_t) -1 by callers of the getnline family.
22675
22676 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22677
22678         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22679         Check for gettimeofday.
22680         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22681         Check for settimeofday, stime.
22682
22683 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22684
22685         * lib/nanosleep.c (suspended): Change its type from int to
22686         sig_atomic_t volatile.
22687         (first_call): Make it private to rpl_nanosleep, and have it
22688         be zero initially as that's a bit faster.
22689         (my_usleep): Round up fractional times instead of truncating them,
22690         as this is the usual meaning for 'sleep'.
22691
22692         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22693         doesn't work.
22694         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22695         (ENOSYS): Define if not defined.
22696         (settime): Fall back on stime if it exists and settimeofday fails.
22697         But don't bother with fallbacks if a method fails with errno == EPERM.
22698
22699 2004-05-11  Jim Meyering  <jim@meyering.net>
22700
22701         Prior to this change, the save_cwd caller required read access to the
22702         current directory on most systems (ones with the fchdir function).
22703
22704         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22705         fails, try write-only, and finally, resort to using xgetcwd.
22706
22707 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22708
22709         * lib/obstack.c, obstack.h: Import changes from libc.
22710
22711 2004-04-28  Bruno Haible  <bruno@clisp.org>
22712
22713         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22714         also implicitly appends .exe to executables.
22715         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22716         accepts Windows pathnames.
22717         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22718         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22719         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22720         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22721         Reported by Derek Robert Price <derek@ximbiot.com>.
22722
22723 2004-04-21  Karl Berry  <karl@gnu.org>
22724
22725         * config/srclist.txt (localcharset.c): break sync.
22726
22727 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22728
22729         * m4/host-os.m4: Add a copyright notice.
22730
22731 2004-04-20  Jim Meyering  <jim@meyering.net>
22732
22733         Change UTILS_ to gl_ in AC_DEFINE'd names.
22734         Change utils_- and jm_-prefixed variables, too.
22735         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22736         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22737         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22738
22739         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22740         Don't emit trailing blanks.
22741         Also rename jm_-prefixed variables to have gl_ prefix.
22742
22743         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22744         Also rename jm_-prefixed variables to have gl_ prefix.
22745
22746         * m4/jm-macros.m4: Reflect the renamings.
22747         * m4/prereq.m4: Likewise.
22748
22749 2004-04-20  Jim Meyering  <jim@meyering.net>
22750
22751         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22752         memory.
22753
22754 2004-04-20  Jim Meyering  <jim@meyering.net>
22755             Bruno Haible  <bruno@clisp.org>
22756
22757         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22758         memory when realloc fails.
22759
22760 2004-04-19  Jim Meyering  <jim@meyering.net>
22761
22762         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22763         now that readutmp.c may call `free (0)'.
22764
22765 2004-04-19  Bruno Haible  <bruno@clisp.org>
22766
22767         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22768         * m4/inttypes_h.m4: Likewise.
22769         * m4/stdint_h.m4: Likewise.
22770         * m4/intmax_t.m4: Likewise.
22771         * m4/uintmax_t.m4: Likewise.
22772
22773 2004-04-18  Jim Meyering  <jim@meyering.net>
22774
22775         * m4/prereq.m4: Don't forbid jm_ prefix.
22776
22777         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22778         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22779         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22780         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22781         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22782         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22783         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22784         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22785         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22786         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22787         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22788         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22789         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22790         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22791         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22792         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22793         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22794         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22795         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22796
22797 2004-04-18  Jim Meyering  <jim@meyering.net>
22798
22799         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22800         failure, don't leak memory and do call END_UTMP_ENT.
22801
22802 2004-04-16  Jim Meyering  <jim@meyering.net>
22803
22804         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22805         coreutils' stat program.
22806         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22807
22808 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22809
22810         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22811         C89.
22812         (CHAR_BIT): Remove, since we assume C89.
22813         Include <stdint.h> if available, as per current Autoconf CVS advice.
22814
22815 2004-03-31  Jim Meyering  <jim@meyering.net>
22816
22817         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22818         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22819         * m4/xalloc.m4: Likewise.
22820
22821 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22822
22823         Merge from coreutils.
22824
22825         * m4/inttostr.m4: New file.
22826         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22827         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22828         Require gl_CLOCK_TIME.
22829         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22830
22831 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22832
22833         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22834         not bool, to be more consistent with Unix conventions.
22835         Suggested by Bruno Haible.
22836
22837         Merge from coreutils.
22838
22839         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22840         * lib/umaxtostr.c: New files.
22841
22842         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22843         the usual <time.h> dance.
22844         (get_date): Change signature to support fractional time stamps.
22845         All callers changed.
22846         * lib/getdate.y: Include "getdate.h" first, as we can now
22847         assume C89 and don't need to worry about 'const'.
22848         Similarly, include "unlocked-io.h" near start, not in middle.
22849         Include <limits.h>.
22850         (textint.value): Use long int rather than int.
22851         (textint.digits): Use size_t rather than int.
22852         (BILLION, LOG10_BILLION): New constants.
22853         (parser_control): New member rel_ns.  Members day_ordinal,
22854         time_zone, month, day, hour, minutes, rel_year, rel_month,
22855         rel_day, rel_hour, rel_minutes, rel_seconds
22856         are now long int, not int.  Member seconds is now struct timespec,
22857         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22858         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22859         not int.
22860         (%union.intval): Now long int, not int.
22861         New member timespec.
22862         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22863         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22864         (spec): Now is a timespec or an item list.
22865         (timespec, items): New nonterminals.
22866         (time, rel, relunit, number, get_date):
22867         Add support for fractional seconds.
22868         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22869         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22870         (to_hour): First arg is now long int, not int.
22871         (to_year): Returns long int, not int.
22872         Don't treat year -70 like 70.
22873         (tm_diff): Returns long int, not int.
22874         (lookup_word): Use bool instead of int when appropriate.
22875         (yylex): Use size_t for count, not int.
22876         Detect overflow when parsing large integer constants.
22877         Add support for fractions.
22878         (get_date): Make pointers 'const' if possible.
22879         Use more-portable code to detect integer overflow.
22880         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22881         Don't use ctime; it's not reliable if the year has >4 digits.
22882
22883         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22884         This is for compatibility with BSD.
22885
22886         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22887         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22888         From coreutils' system.h.
22889
22890         * lib/userspec.c: Don't include "posixver.h".
22891         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22892         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22893         compatible extension.  Simplify code by removing a boolean int
22894         that was always nonzero if a string was nonnull.
22895
22896 2004-03-30  Jim Meyering  <jim@meyering.net>
22897
22898         Merge from coreutils.
22899
22900         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22901         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22902         on some systems one must include <grp.h> before it.
22903         Reported by Christian Krackowizer.
22904
22905 2004-03-30  Jim Meyering  <jim@meyering.net>
22906
22907         Merge from coreutils.
22908
22909         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22910
22911         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22912         an empty input stream.
22913
22914         * lib/readtokens.c: Include <stdbool.h>.
22915         (readtoken): Use `size_t' rather than int/long.
22916         All callers adjusted.
22917         Use `bool' rather than `int' where appropriate.
22918         Use memset rather than an explicit loop.
22919         Use x2nrealloc rather than xrealloc.
22920         Allow the use of `\0' as a delimiter.
22921         (readtokens): Likewise.
22922         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22923
22924 2004-03-30  Jim Meyering  <jim@meyering.net>
22925
22926         * m4/realloc.m4: Remove file, since now it does no more than
22927         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22928         the `configure.ac' section of module/realloc.
22929         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22930
22931 2004-03-30  Bruno Haible  <bruno@clisp.org>
22932
22933         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22934         nonnull.
22935
22936 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22937
22938         Merge changes to getloadavg.c from coreutils and Emacs.
22939
22940         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22941         Define to an expression, not to the empty string.
22942         Include cloexec.h and xalloc.h.
22943         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22944         Use set_cloexec_flag rather than rolling our own.
22945         * lib/cloexec.c, lib/cloexec.h: New files.
22946
22947 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22948
22949         * m4/cloexec.m4: New file.
22950
22951 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22952
22953         * lib/getopt.h: Sync with libc CVS.
22954
22955 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22956             Bruno Haible  <bruno@clisp.org>
22957
22958         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22959         mbswidth.
22960
22961 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22962             Bruno Haible  <bruno@clisp.org>
22963
22964         * lib/mbswidth.h: Include <wchar.h> only if
22965         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22966         <wchar.h>.
22967         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22968
22969 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22970
22971         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22972         Sync with libc CVS.
22973         * lib/getopt_int.h: New file, also synced from libc.
22974
22975 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22976
22977         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22978         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22979         Bring back getopt.c, getopt.h, getopt1.c.
22980
22981 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22982
22983         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22984         All uses changed.  Check for sa_sigaction member; this fixes
22985         a bug first reported by Jason Andrade in
22986         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22987
22988 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22989
22990         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22991         '#if' expressions.  Unlike the code it replaces, it does not
22992         depend on (defined _SC_PAGESIZE).  However, it does depend on
22993         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22994         first reported by Jason Andrade in
22995         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22996
22997 2004-02-25  Simon Josefsson  <jas@extundo.com>
22998
22999         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23000
23001 2004-02-25  Simon Josefsson  <jas@extundo.com>
23002
23003         * lib/strdup.h: New file.
23004         * lib/strdup.c: Include it.
23005         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23006         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23007
23008 2004-02-23  Karl Berry  <karl@gnu.org>
23009
23010         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23011         (from fencepost.gnu.org:/gd/gnuorg).
23012
23013 2004-02-23  Karl Berry  <karl@gnu.org>
23014
23015         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23016         * config/srclist.txt: add maintain/standards documents.
23017
23018 2004-02-18  Bruno Haible  <bruno@clisp.org>
23019
23020         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23021         Reported by Derek Robert Price <derek@ximbiot.com>.
23022
23023 2004-02-16  Karl Berry  <karl@gnu.org>
23024
23025         * config/mkinstalldirs, install-sh: update from automake.
23026
23027 2004-02-06  Karl Berry  <karl@gnu.org>
23028
23029         * m4/po.m4: update from gettext 0.14.1.
23030
23031 2004-02-06  Karl Berry  <karl@gnu.org>
23032
23033         * lib/config.charset: update from gettext 0.14.1.
23034
23035 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23036
23037         Add comments and code, prompted by suggestions from Bruno Haible
23038         for sh-quote.
23039         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23040         describing the enum quoting_style values.
23041         * lib/quotearg.c (quotearg_alloc): New function.
23042         (quotearg_buffer_restyled): Treat lone { and } as special.
23043         Treat = as special.  Work around bug with older shells
23044         that "see" a '\' that is really the 2nd byte of a multibyte char.
23045         Quote empty string with shell_quoting_style.
23046
23047 2004-02-03  Bruno Haible  <bruno@clisp.org>
23048
23049         * m4/pipe.m4: New file, from GNU gettext.
23050
23051 2004-02-03  Bruno Haible  <bruno@clisp.org>
23052
23053         * lib/pipe.h: New file, from GNU gettext.
23054         * lib/pipe.c: New file, from GNU gettext.
23055
23056 2004-01-27  Bruno Haible  <bruno@clisp.org>
23057
23058         * m4/execute.m4: New file, from GNU gettext.
23059
23060 2004-01-27  Bruno Haible  <bruno@clisp.org>
23061
23062         * lib/execute.h: New file, from GNU gettext.
23063         * lib/execute.c: New file, from GNU gettext.
23064         * lib/w32spawn.h: New file, from GNU gettext.
23065
23066 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23067
23068         Merge from diffutils.
23069
23070         * lib/file-type.c (file_type): Add typed memory objects.
23071         * lib/file-type.h (S_TYPEISTMO): New macro.
23072
23073         * lib/c-stack.h (c_stack_action): Remove argv argument.
23074         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23075         (die): Don't calculate message unless segv_action returns.
23076         (get_stack_location, min_address_from_argv, max_address_from_argv,
23077         volatile stack_base, volatile_stack_size): Remove.
23078         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23079         that every segmentation violation is a stack overflow.  (Ouch!)
23080         See Debian bug 136249 (still outstanding) for more info about why
23081         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23082
23083 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23084
23085         Exit-status fix from coreutils.
23086
23087         Use exit_failure consistently in place of EXIT_FAILURE,
23088         so that program exit statuses are consistent on failure.
23089
23090         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23091         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23092         * lib/argmatch.h: Comment fix to match the above.
23093         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23094         Now a macro referring to exit_failure, instead of a separate
23095         variable.  Include "exitfail.h" to get it.
23096         * lib/xstrtol.h: Include "exitfail.h".
23097         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23098
23099         * lib/long-options.c (parse_long_options): Use prototype
23100         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23101         for clarity.
23102
23103 2004-01-21  Jim Meyering  <jim@meyering.net>
23104
23105         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23106         so as not to conflict with a different-sized __mktime_internal
23107         function in GNU libc.
23108         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23109         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23110
23111 2004-01-20  Karl Berry  <karl@gnu.org>
23112
23113         * config/config.guess: update from config.
23114
23115         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23116
23117 2004-01-20  Bruno Haible  <bruno@clisp.org>
23118
23119         Safer stack allocation.
23120         * lib/setenv.c: Include allocsa.h.
23121         (alloca): Remove fallback definition.
23122         (freea): Remove macro.
23123         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23124         instead of freea.
23125
23126 2004-01-20  Bruno Haible  <bruno@clisp.org>
23127
23128         * m4/eealloc.m4: New file, from GNU gettext.
23129
23130 2004-01-20  Bruno Haible  <bruno@clisp.org>
23131
23132         * m4/allocsa.m4: New file, from GNU gettext.
23133
23134 2004-01-20  Bruno Haible  <bruno@clisp.org>
23135
23136         * lib/xallocsa.h: New file, from GNU gettext.
23137         * lib/xallocsa.c: New file, from GNU gettext.
23138
23139 2004-01-20  Bruno Haible  <bruno@clisp.org>
23140
23141         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23142
23143 2004-01-20  Bruno Haible  <bruno@clisp.org>
23144
23145         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23146         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23147         specially.
23148
23149 2004-01-20  Bruno Haible  <bruno@clisp.org>
23150
23151         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23152         patch.
23153
23154 2004-01-20  Bruno Haible  <bruno@clisp.org>
23155
23156         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23157
23158 2004-01-20  Bruno Haible  <bruno@clisp.org>
23159
23160         * lib/eealloc.h: New file.
23161
23162 2004-01-20  Bruno Haible  <bruno@clisp.org>
23163
23164         * lib/binary-io.h: Avoid warnings on Cygwin.
23165
23166 2004-01-20  Bruno Haible  <bruno@clisp.org>
23167
23168         * lib/allocsa.h: New file, from GNU gettext.
23169         * lib/allocsa.c: New file, from GNU gettext.
23170
23171 2004-01-18  Karl Berry  <karl@gnu.org>
23172
23173         * doc/gpl.texi, doc/lgpl.texi: new files.
23174
23175 2004-01-18  Karl Berry  <karl@gnu.org>
23176
23177         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23178         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23179
23180 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23181
23182         Merge from coreutils.
23183
23184         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23185         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23186         (gl_DEFAULT_POSIX2_VERSION): Move
23187         the documentation from 'configure' into 'config.hin',
23188         so that 'configure --help' isn't burdened by it and
23189         we don't have to worry about its formatting there.
23190         Reword the documentation so that it's more succinct
23191         and can be run together into a single paragraph.
23192         * m4/same.m4 (gl_SAME): Check for pathconf.
23193
23194 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23195
23196         Merge from coreutils.
23197
23198         * lib/posixver.c: Include posixver.h.
23199
23200         * lib/same.c: Include <stdbool.h>, <limits.h>.
23201         (_POSIX_NAME_MAX): Define if not defined.
23202         (MIN): New macro.
23203         (same_name): If file names are silently truncated, report
23204         that the file names are the same if they are the same after
23205         the silent truncation.
23206
23207         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23208         conversion function.
23209         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23210         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23211         longer needed.
23212
23213 2004-01-15  Jim Meyering  <jim@meyering.net>
23214
23215         Merge from coreutils.
23216
23217         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23218         if no library is required.
23219         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23220         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23221         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23222         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23223         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23224         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23225         value, $ac_cv_search_crypt, if it's "none required".
23226         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23227         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23228         not gl_FUNC_GETLOADAVG.
23229         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23230         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23231
23232 2004-01-15  Jim Meyering  <jim@meyering.net>
23233
23234         Merge from coreutils.
23235
23236         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23237         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23238         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23239
23240         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23241         optional configure-time default.
23242
23243         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23244
23245         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23246
23247 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23248
23249         Merge from coreutils.
23250
23251         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23252         value, $ac_cv_search_nanosleep, if it's "none required".
23253
23254 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23255
23256         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23257         with like-named macro in fnmatch.c.
23258         (EXT): Use an internal constant instead.
23259
23260         Merge fnmatch patches from glibc.
23261         * lib/fnmatch.c (mbsinit): Remove define.
23262         Add libc_hidden_ver (__fnmatch, fnmatch).
23263         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23264         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23265
23266 2004-01-14  Karl Berry  <karl@gnu.org>
23267
23268         * config/install-sh: update from automake.
23269
23270 2004-01-13  Karl Berry  <karl@gnu.org>
23271
23272         * config/install-sh: update from automake.
23273
23274 2004-01-09  Karl Berry  <karl@gnu.org>
23275
23276         * config/install-sh: update from automake.
23277
23278 2004-01-05  Karl Berry  <karl@gnu.org>
23279
23280         * config/config.{sub,guess}: update from config.
23281
23282 2003-12-31  Karl Berry  <karl@gnu.org>
23283
23284         * config/depcomp: update from automake.
23285
23286 2003-12-14  Karl Berry  <karl@gnu.org>
23287
23288         * lib/config.charset: update from gettext-runtime.
23289
23290 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23291
23292         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23293         Bug reported by Alfred M. Szmidt.
23294
23295 2003-12-03  Bruno Haible  <bruno@clisp.org>
23296
23297         * m4/gettext.m4: Upgrade from gettext-0.13.
23298         * m4/po.m4: Upgrade from gettext-0.13.
23299         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23300         * m4/intmax.m4: New file, from gettext-0.13.
23301         * m4/printf-posix.m4: New file, from gettext-0.13.
23302
23303 2003-11-29  Karl Berry  <karl@gnu.org>
23304
23305         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23306
23307 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23308             Bruno Haible  <bruno@clisp.org>
23309
23310         * lib/printf-parse.h: Don't include sys/types.h.
23311         (ARG_NONE): New macro.
23312         (char_directive): Change type of *arg_index fields to size_t.
23313         * lib/printf-parse.c: Don't include sys/types.h.
23314         (SSIZE_MAX): Remove macro.
23315         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23316         Remove unnecessary overflow check.
23317         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23318         fields.
23319
23320 2003-11-25  Bruno Haible  <bruno@clisp.org>
23321
23322         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23323
23324 2003-11-25  Bruno Haible  <bruno@clisp.org>
23325
23326         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23327         gt_TYPE_SSIZE_T.
23328
23329 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23330
23331         * modules/alloca: Remove dependency on xalloc.
23332
23333 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23334
23335         * lib/alloca.c: Remove dependency on xalloc module.
23336         (xalloc_die): Remove.
23337         (memory_full) [!defined emacs]: New macro.
23338         [!defined emacs]: Don't include xalloc.h.
23339         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23340         address arithmetic overflows.  Change datatypes a bit to avoid
23341         unnecessary casts.
23342
23343 2003-11-22  Jim Meyering  <jim@meyering.net>
23344
23345         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23346         s/size/size_t/.
23347
23348 2003-11-21  Karl Berry  <karl@gnu.org>
23349
23350         * config/config.{sub,guess}: update from config.
23351
23352 2003-11-18  Karl Berry  <karl@gnu.org>
23353
23354         * config/config.{sub,guess}: update from config.
23355
23356         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23357
23358 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23359
23360         * README: Mention that S+T cannot overflow if S is the size of
23361         an existing object and T is sufficiently small.
23362
23363 2003-11-17  Jim Meyering  <jim@meyering.net>
23364
23365         On systems without utime and without a utimes function capable of
23366         dealing with a NULL struct utimbuf* argument, this utime replacement
23367         could -- in unusual circumstances -- leak a file descriptor.
23368         * lib/utime.c: Include <unistd.h> and <errno.h>.
23369         (utime_null): Be sure to close `fd' and to preserve errno.
23370         Reported by Geoff Collyer via Arnold Robbins.
23371
23372 2003-11-17  Bruno Haible  <bruno@clisp.org>
23373
23374         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23375         (Depends-on): Add xsize.
23376
23377 2003-11-17  Bruno Haible  <bruno@clisp.org>
23378
23379         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23380
23381 2003-11-17  Bruno Haible  <bruno@clisp.org>
23382
23383         * lib/vasnprintf.c (alloca): Remove fallback definition.
23384         (freea): Remove definition.
23385         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23386         Reported by Paul Eggert.
23387
23388 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23389             Bruno Haible  <bruno@clisp.org>
23390
23391         Protect against address arithmetic overflow.
23392         * lib/printf-args.h: Include stddef.h.
23393         (arguments): Change type of field 'count' to size_t.
23394         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23395         'unsigned int' where appropriate.
23396         * lib/printf-parse.h: Include sys/types.h.
23397         (char_directive): Change type of *arg_index fields to ssize_t.
23398         (char_directives): Change type of fields 'count', max_*_length to
23399         size_t.
23400         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23401         (SSIZE_MAX): Define fallback value.
23402         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23403         instead of 'int' where appropriate. Check a_allocated, d_allocated
23404         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23405         * lib/vasnprintf.c: Include xsize.h.
23406         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23407         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23408         overflow. Avoid wraparound when converting a width or precision from
23409         decimal to binary.
23410
23411 2003-11-16  Bruno Haible  <bruno@clisp.org>
23412
23413         Update from GNU gettext.
23414         * lib/printf-parse.c: Generalize to it can be compiled for wide
23415         strings.
23416         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23417         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23418         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23419         SNPRINTF): New macros.
23420         Don't include <alloca.h> if the file is used inside libintl.
23421         (local_wcslen): New function, for Solaris 2.5.1.
23422         (VASNPRINTF): Use it instead of wcslen.
23423
23424 2003-11-16  Bruno Haible  <bruno@clisp.org>
23425
23426         * lib/xsize.h (xmax): New function.
23427         (xsum, xsum3, xsum4): Declare as "pure" functions.
23428
23429 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23430
23431         * modules/xalloc (Files): Undo latest change, since xalloc.h
23432         no longer needs SIZE_MAX or PTRDIFF_MAX.
23433
23434 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23435
23436         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23437         gl_PTRDIFF_MAX.
23438
23439 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23440
23441         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23442         "return", to pacify some unknown compiler.  Problem reported
23443         by Joerg Schilling.
23444
23445 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23446
23447         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23448         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23449         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23450         heuristic is just as accurate as far as we know, and it removes a
23451         dependency on size_max.m4 and ptrdiff_max.m4.
23452
23453 2003-11-11  Bruno Haible  <bruno@clisp.org>
23454
23455         * modules/xsize (Files): Add m4/size_max.m4.
23456         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23457
23458 2003-11-11  Bruno Haible  <bruno@clisp.org>
23459
23460         * m4/size_max.m4: New file.
23461         * m4/ptrdiff_max.m4: New file.
23462         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23463         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23464         (gl_XALLOC): Invoke it.
23465
23466 2003-11-11  Bruno Haible  <bruno@clisp.org>
23467
23468         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23469         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23470         defined.
23471
23472 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23473
23474         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23475         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23476         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23477         From Bruno Haible.
23478         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23479         not (size_t) -1, since it's defined here.
23480
23481 2003-11-09  Karl Berry  <karl@gnu.org>
23482
23483         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23484
23485 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23486
23487         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23488         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23489         Reject sizes of exactly SIZE_MAX bytes.
23490         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23491         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23492
23493 2003-11-05  Bruno Haible  <bruno@clisp.org>
23494
23495         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23496         SIZE_MAX defined in <limits.h> on Solaris.
23497
23498 2003-11-04  Jim Meyering  <jim@meyering.net>
23499
23500         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23501         variable names, rather than @VAR@.
23502         * modules/poll: Likewise.
23503
23504 2003-11-04  Bruno Haible  <bruno@clisp.org>
23505
23506         * modules/xsize: New file.
23507         * modules/linebreak: Depend on xsize.
23508         * MODULES.html.sh (func_all_modules): Add xsize.
23509
23510 2003-11-04  Bruno Haible  <bruno@clisp.org>
23511
23512         * m4/xsize.m4: New file.
23513
23514 2003-11-04  Bruno Haible  <bruno@clisp.org>
23515
23516         * lib/xsize.h: New file.
23517         * lib/linebreak.c: Include xsize.h.
23518         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23519         argument for overflow.
23520         Suggested by Paul Eggert.
23521
23522 2003-11-03  Karl Berry  <karl@gnu.org>
23523
23524         * config/config.{guess,sub}: update from config.
23525
23526 2003-11-03  Jim Meyering  <jim@meyering.net>
23527
23528         * modules/userspec (lib_SOURCES): Add userspec.h.
23529         (Include): Add "userspec.h".
23530         Improve description.
23531
23532 2003-11-03  Jim Meyering  <jim@meyering.net>
23533
23534         * lib/userspec.c: Include "userspec.h".
23535         * lib/userspec.h: New file.
23536
23537 2003-11-03  Bruno Haible  <bruno@clisp.org>
23538
23539         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23540
23541 2003-11-03  Bruno Haible  <bruno@clisp.org>
23542
23543         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23544         available, to avoid (extremely rare) race condition.
23545         Suggested by Paul Eggert.
23546
23547 2003-11-02  Karl Berry  <karl@gnu.org>
23548
23549         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23550
23551 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23552
23553         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23554         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23555         (read_filesystem_list): Set and use me_type_malloced.
23556         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23557         whatever the type happens to be), for brevity and consistency.
23558         Check for size calculation overflow on Alphas running OSF/1.
23559
23560 2003-10-31  Jim Meyering  <jim@meyering.net>
23561
23562         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23563
23564         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23565
23566 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23567             Bruno Haible  <bruno@clisp.org>
23568
23569         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23570         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23571
23572 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23573
23574         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23575         netbsd*-gnu*.  Suggested by Robert Millan.
23576
23577 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23578
23579         * modules/group-member: Depend on stdbool.
23580
23581 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23582
23583         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23584
23585 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23586
23587         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23588         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23589         after the 'gnu' in these cases.  This fixes some bugs in the
23590         previous change, and is based on suggestions by Robert Millan.
23591
23592 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23593
23594         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23595         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23596         no longer needed.
23597         * lib/quotearg.c (quotearg_n_options): Use it.
23598         * lib/group-member.c: Include <stdbool.h>.
23599         (free_group_info): Arg is now const *; don't free arg.
23600         (get_group_info): Now returns bool and accepts struct group_info *,
23601         rather than returning a malloc'ed struct group_info *.
23602         All uses changed.  Check for overflow in internal size calculation.
23603
23604         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23605         rather than xmalloc/xrealloc.
23606         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23607         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23608         conformance bug: the old code used a pointer after freeing the
23609         storage that it addressed.
23610         * lib/hash.c (hash_initialize): Simplify the code by using
23611         xalloc_oversized rather than doing it by hand.
23612         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23613         the buffer preserved.  Use free and xmalloc instead.
23614         * lib/quotearg.c (quotearg_n_options): Likewise.
23615         Use a simpler test for size overflow.  Don't use xalloc_oversized
23616         because unsigned int might be wider than size_t (!); this suggests
23617         that we should switch from unsigned int to size_t for slot numbers.
23618
23619 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23620
23621         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23622         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23623         NetBSD kernels.  Requested by Richard Stallman.
23624
23625 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23626
23627         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23628         to allocate the returned structure.  Do not allocate a subarray,
23629         as x2nrealloc will do that.
23630         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23631         instead of xnrealloc.
23632         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23633
23634 2003-10-27  Bruno Haible  <bruno@clisp.org>
23635
23636         * lib/stdbool_.h: Better support for BeOS.
23637
23638 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23639
23640         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23641         now uses inline.
23642
23643 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23644
23645         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23646         callers that want to do their own size-overflow checking.  Include
23647         <stdbool.h>, since xalloc_oversized returns bool.
23648         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23649         to use xalloc_oversized.
23650
23651         Add two functions x2realloc, x2nrealloc, for programs that grow
23652         arrays dynamically by doubling their sizes.
23653         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23654         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23655         New functions.
23656
23657         Port to C99 semantics for 'inline' of external functions.
23658         Bug reported by Bruno Haible.
23659         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23660         with the old contents of xnmalloc.
23661         (xnmalloc, xmalloc): Use it.
23662         (xnrealloc_inline): New static inline function,
23663         with the old contents of xnrealloc.
23664         (xnrealloc, xrealloc): Use it.
23665
23666         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23667         that.
23668
23669 2003-10-26  Karl Berry  <karl@gnu.org>
23670
23671         * config/srclist.txt (COPYING.DOC): no longer available from
23672         /gd/gnuorg; don't know where the ultimate source is.
23673
23674 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23675
23676         Fix several address-calculation bugs in the hash modules,
23677         plus some minor code cleanup.
23678
23679         * lib/hash.h: Include <stdbool.h>, for bool.
23680         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23681         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23682         hash_get_n_entries, hash_get_max_bucket_length,
23683         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23684         hash_rehash): Use size_t rather than unsigned.
23685         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23686         hash_get_n_buckets_used, hash_get_n_entries,
23687         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23688         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23689         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23690         Likewise.
23691         (SIZE_MAX): Define if not defined.
23692         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23693         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23694         hash_print):
23695         Use const * when possible.
23696         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23697         (check_tuning): Fix bug: if tuning parameters were very close to
23698         0 or 1, rounding errors could have caused subscript violations.
23699         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23700         (hash_initialize): Add 'fail:' label
23701         to free table and return NULL, and use it to simplify code.
23702         Use calloc rather than clearing the storage ourself.
23703         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23704         buffer size calculations.
23705         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23706         Include <stddef.h>, for size_t.
23707         * lib/hash-pjw.c (hash_pjw): Likewise.
23708         Switch to method described by Bruno Haible.
23709         Include <limits.h>, for CHAR_BIT.
23710         (SIZE_BITS): New macro.
23711
23712 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23713
23714         * m4/getline.m4 (AM_FUNC_GETLINE):
23715         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23716         hosts.  Problem reported by Derek Robert Price in
23717         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23718         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23719         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23720
23721 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23722
23723         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23724         ceiling the allocation at NMAX bytes rather than silently
23725         discarding input bytes before NMAX is reached.  This makes
23726         a difference only if NMAX exceeds SIZE_MAX / 2.
23727
23728         * lib/obstack.c: Merge from glibc.
23729         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23730         Add libc_hidden_def (_obstack_newchunk).
23731         (_obstack_free) [! defined _LIBC]: Remove.
23732         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23733         a clone of the function body.
23734         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23735         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23736
23737         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23738         glibc.
23739         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23740         arg to memcpy.
23741
23742         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23743         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23744         Don't use lvalue casts, as GCC plans to remove support for them
23745         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23746         was also present in the non-GCC version, indicating that this
23747         code had always been buggy and had never been widely used.
23748         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23749         Use the fast variant of each macro, rather than copying the
23750         definiens of the fast variant; that way, we'll be more likely to
23751         catch future bugs in the fast variants.
23752
23753 2003-10-20  Bruno Haible  <bruno@clisp.org>
23754
23755         * modules/wait-process: New file.
23756         * MODULES.html.sh (func_all_modules): Add wait-process.
23757
23758 2003-10-20  Bruno Haible  <bruno@clisp.org>
23759
23760         * m4/wait-process.m4: New file.
23761
23762 2003-10-20  Bruno Haible  <bruno@clisp.org>
23763
23764         * lib/wait-process.h: New file, from GNU gettext.
23765         * lib/wait-process.c: New file, from GNU gettext.
23766
23767 2003-10-19  Jim Meyering  <jim@meyering.net>
23768
23769         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23770         HPUX 10.20.
23771
23772 2003-10-18  Karl Berry  <karl@gnu.org>
23773
23774         * config/config.guess: update from config.
23775
23776 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23777
23778         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23779         (getgroups): First arg is int, not size_t.
23780         Don't let 'free' mangle errno.
23781
23782 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23783
23784         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23785
23786 2003-10-16  Karl Berry  <karl@gnu.org>
23787
23788         * config/config.{guess,sub}: update from config.
23789
23790 2003-10-16  Jim Meyering  <jim@meyering.net>
23791
23792         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23793         memcpy.
23794
23795 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23796
23797         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23798         (SIZE_MAX): Remove.
23799         (new_exclude, add_exclude_file): Initial size no longer needs to
23800         be a power of 2.
23801         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23802         our own address arithmetic overflow checking.
23803
23804         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23805         (fnmatch): Do not alloca more than 2000 wide characters;
23806         instead, use malloc for large buffers.
23807         Check for address arithmetic overflow, and return -1
23808         with errno set to ENOMEM in that case.
23809         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23810         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23811         instead, return -1.  Check for address arithmetic overflow.
23812
23813 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23814
23815         Handle invalid suffixes and overflow independently, so that
23816         callers can treat them independently as needed.  Fix some bugs in
23817         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23818         suffix for a human-readable blocksize.  The major caller-visible
23819         change is the addition of a new
23820         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23821         that both overflow and suffix chars were found.
23822
23823         * lib/human.c (humblock): Don't check separately for invalid suffix
23824         char; that is xstrtoumax's job (now that its bug is fixed).
23825         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23826         INTMAX_MAX]: New macros.
23827         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23828         TYPE_MAXIMUM): New macros.
23829         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23830         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23831         if overflow occurs, as it's what __strtol does and it's more useful
23832         in practice.
23833         (__xstrtol): If __strtol reports some error other than ERANGE,
23834         reflect it to the caller as LONGINT_INVALID.  If it reports
23835         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23836         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23837         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23838         value.
23839         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23840         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23841         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23842         [defined UINTMAX_MAX]: New macros.
23843
23844 2003-10-14  Bruno Haible  <bruno@clisp.org>
23845
23846         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23847
23848 2003-10-14  Bruno Haible  <bruno@clisp.org>
23849
23850         * m4/sig_atomic_t: New file, from GNU gettext.
23851         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23852
23853 2003-10-14  Bruno Haible  <bruno@clisp.org>
23854
23855         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23856         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23857         Also use volatile where needed.
23858
23859 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23860
23861         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23862         Change maintainer from Bruno Haible to 'all'.
23863
23864 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23865
23866         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23867
23868 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23869
23870         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23871         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23872         and define in terms of the other primitives.
23873         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23874         (SIZE_MAX): Define if not already defined.
23875         (array_size_overflow): New function.
23876         (xalloc_die): Abort instead of exiting if 'error' returns.
23877         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23878         (xmalloc, xrealloc): Use them.
23879         (xcalloc): Check for address arithmetic overflow.
23880         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23881         a bit faster than strcpy.
23882
23883 2003-10-10  Simon Josefsson  <jas@extundo.com>
23884
23885         * modules/argp (Depends-on): Add restrict and strcase.
23886
23887 2003-10-10  Simon Josefsson  <jas@extundo.com>
23888
23889         * m4/argp.m4: Add AC_C_INLINE.
23890
23891 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23892
23893         Merge getpass from libc, plus a few fixes.
23894
23895         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23896         Include <stdbool.h>.
23897         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23898         __fsetlocking to empty.
23899         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23900         do include <bits/libc-lock.h>.
23901         Do not include <fcntl.h>; not needed.
23902         [_LIBC]: Include <wchar.h>.
23903         (NOTCANCEL_MODE): New macro.
23904         (flockfile, funlockfile) [_LIBC]: New macros.
23905         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23906         [!_LIBC]: New macros.
23907         (call_fclose): New function.
23908         (getpass): Use it.  Save tty stream separately; this simplifies the
23909         code and makes it more reliable if stdin happens to equal stdout.
23910         Invoke __fsetlocking on tty.
23911         Handle thread cancellation if needed.
23912         Namespace cleanup (use __tcgetattr, __getline).
23913         Use bool for Booleans.
23914         [USE_IN_LIBIO]: Handle wide streams.
23915         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23916         stream might go where.
23917
23918         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23919         doesn't have to include <stdio.h> before us.
23920         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23921         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23922         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23923         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23924         if not declared, so that we can use getpass.c code from libc without
23925         rewriting it.
23926         (flockfile, ftrylockfile, funlockfile): New macros.
23927
23928 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23929
23930         * modules/getpass: Depend on stdbool.
23931
23932 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23933
23934         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23935
23936 2003-10-07  Karl Berry  <karl@gnu.org>
23937
23938         * config/config.{guess,sub}: update from config.
23939
23940 2003-10-06  Jim Meyering  <jim@meyering.net>
23941             Bruno Haible  <bruno@clisp.org>
23942
23943         This lets translators provide better translations for the
23944         "Written by ..." part of --version output.
23945         * lib/version-etc.h: Include stdarg.h.
23946         (version_etc_copyright): Declare as readonly.
23947         (version_etc): Make this function variadic with a NULL-terminated list
23948         of author name strings.
23949         (version_etc_va): New declaration.
23950         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23951         (version_etc_copyright): Declare as readonly.
23952         (version_etc_va): New function. Provide a different translatable string
23953         for each possible number of authors < 10. Abbreviate when there are 10
23954         authors or more.
23955         (version_etc): Make this function variadic. Call version_etc_va.
23956         Suggestion from Gary V. Vaughan.
23957
23958         * lib/long-options.h (parse_long_options): Change prototype: the
23959         authors string is moved to the end and becomes variadic.
23960         * lib/long-options.c: Include stdarg.h.
23961         (parse_long_options): Make this function variadic, too.
23962         Call version_etc_va, not version_etc.
23963
23964 2003-10-06  Bruno Haible  <bruno@clisp.org>
23965
23966         * modules/version-etc-2: Remove file.
23967         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23968
23969 2003-10-06  Bruno Haible  <bruno@clisp.org>
23970
23971         * modules/fatal-signal: New file.
23972         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23973
23974 2003-10-06  Bruno Haible  <bruno@clisp.org>
23975
23976         * m4/fatal-signal.m4: New file.
23977         * m4/signalblocking.m4: New file, from GNU gettext.
23978
23979 2003-10-06  Bruno Haible  <bruno@clisp.org>
23980
23981         * lib/version-etc-2.h: Remove file.
23982         * lib/version-etc-2.c: Remove file.
23983
23984 2003-10-06  Bruno Haible  <bruno@clisp.org>
23985
23986         * lib/fatal-signal.h: New file, from GNU gettext.
23987         * lib/fatal-signal.c: New file, from GNU gettext.
23988
23989 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23990
23991         * README: Rework advice for preventing empty .o files.
23992         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23993         not <sys/types.h>.
23994
23995 2003-10-04  Karl Berry  <karl@gnu.org>
23996
23997         * lib/argp*: update from libc.
23998
23999 2003-10-04  Karl Berry  <karl@gnu.org>
24000
24001         * config/config.{guess,sub}: update from config.
24002
24003 2003-10-02  Bruno Haible  <bruno@clisp.org>
24004
24005         * modules/lchown (Include): Add lchown.h.
24006         * modules/time_r (Include): Use "..." syntax.
24007         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24008
24009 2003-10-01  Simon Josefsson  <jas@extundo.com>
24010
24011         * MODULES.html.sh (func_all_modules): Move gethostname from section
24012         'based on' to section 'lacking' POSIX:2001.
24013
24014 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24015
24016         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24017         to output mode on the same stream.
24018
24019 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24020
24021         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24022         Fix arg typo in previous patch.
24023
24024 2003-09-28  Jim Meyering  <jim@meyering.net>
24025
24026         * lib/error.c: Correct cpp indentation.
24027
24028 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24029
24030         * modules/free: New file.
24031
24032 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24033
24034         * m4/free.m4: New file.
24035
24036 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24037
24038         * lib/minmax.h (MIN, MAX)
24039         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24040         Omit the special code that used __typeof__, since we worry that
24041         it could be more trouble than it's worth.  See:
24042         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24043         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24044
24045         * lib/free.c: New file.
24046
24047 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24048
24049         Trivial fixes to Makefile.am parts of module listings.
24050         * modules/strstr: Append strstr.h to lib_SOURCES.
24051         * modules/strcase: Likewise, for strcase.h.
24052
24053 2003-09-27  Karl Berry  <karl@gnu.org>
24054
24055         * config/mkinstalldirs: update from automake.
24056
24057 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24058
24059         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24060         (error_tail): Do not loop, reallocating temporary buffer, since
24061         the output cannot contain more wide characters than the input
24062         contains bytes, the size must be big enough already.  This avoids
24063         one potential size overflow calculation.  Check for size overflow
24064         when calculating temporary buffer size.  Free temporary buffer
24065         when done, if it was allocated with malloc; this plugs a memory
24066         leak.  Remove casts from void * to pointers, that are no longer
24067         needed now that we're assuming C89 or better.
24068
24069         Merge error changes from glibc.
24070
24071         * lib/error.c, error.h: Update copyright notice header to match glibc.
24072         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24073         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24074         Disable cancellation while printing error.
24075         * lib/error.h: Prepend __ to parameter names.
24076
24077 2003-09-26  Jim Meyering  <jim@meyering.net>
24078
24079         * lib/error.c (error_tail): Move some declarations
24080         into inner scope where the local variables are used.
24081
24082 2003-09-26  Bruno Haible  <bruno@clisp.org>
24083
24084         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24085         stpncpy().
24086         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24087
24088 2003-09-26  Bruno Haible  <bruno@clisp.org>
24089
24090         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24091         (stpncpy): Define as alias for gnu_stpncpy.
24092         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24093
24094 2003-09-25  Simon Josefsson  <jas@extundo.com>
24095
24096         * lib/xgetdomainname.h: New file.
24097         * lib/xgetdomainname.c: New file.
24098
24099 2003-09-25  Simon Josefsson  <jas@extundo.com>
24100             Bruno Haible  <bruno@clisp.org>
24101
24102         * modules/getdomainname: New file.
24103         * modules/xgetdomainname: New file.
24104         * MODULES.html.sh (func_all_modules): Add getdomainname,
24105         xgetdomainname.
24106
24107 2003-09-25  Simon Josefsson  <jas@extundo.com>
24108             Bruno Haible  <bruno@clisp.org>
24109
24110         * m4/getdomainname.m4: New file.
24111
24112 2003-09-25  Simon Josefsson  <jas@extundo.com>
24113             Bruno Haible  <bruno@clisp.org>
24114
24115         * lib/getdomainname.h: New file.
24116         * lib/getdomainname.c: New file.
24117
24118 2003-09-25  Karl Berry  <karl@gnu.org>
24119
24120         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24121
24122 2003-09-25  Karl Berry  <karl@gnu.org>
24123
24124         * config/install-sh: update from automake.
24125
24126 2003-09-25  Bruno Haible  <bruno@clisp.org>
24127
24128         * modules/version-etc-2: New file, from modules/version-etc with
24129         modifications.
24130         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24131
24132 2003-09-25  Bruno Haible  <bruno@clisp.org>
24133
24134         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24135         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24136
24137 2003-09-24  Simon Josefsson  <jas@extundo.com>
24138
24139         * modules/xgethostname: Add xgethostname.h.
24140
24141 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24142
24143         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24144         the buffer associated with the argument.  Bug reported by
24145         Simon Josefsson.
24146
24147 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24148
24149         * README: Document assumptions that 'int' is at least 32 bits
24150         wide, that integer arithmetic is 2's complement without overflow,
24151         that there are no holes in integer values, that adding sizes of
24152         two nonoverlapping objects can't overflow, and that all-bits-zero
24153         yields scalar zero.  Fix spelling and capitalization typos.
24154
24155 2003-09-19  Karl Berry  <karl@gnu.org>
24156
24157         * lib/argp.h: update from libc.
24158
24159 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24160
24161         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24162         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24163         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24164
24165 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24166
24167         * gnulib-tool: Use "test -h", not "test -L", for portability
24168         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24169         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24170         (sed_extract_prog): Issue s commands one-by-one, rather than
24171         using \| in one s command.
24172
24173 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24174
24175         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24176         input error, instead of returning NULL the next time we are called
24177         (and therefore losing track of errno).
24178
24179 2003-09-16  Bruno Haible  <bruno@clisp.org>
24180
24181         * gnulib-tool (func_create_testdir): Warn about duplicated
24182         dependencies.
24183
24184 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24185
24186         * modules/argmatch, modules/fatal, modules/obstack,
24187         modules/xalloc, modules/xgethostname: Sort dependencies by
24188         importance, not alphabetically.
24189
24190 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24191
24192         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24193         fails, so that the caller gets the proper errno.
24194
24195         * lib/readutmp.c (read_utmp): Likewise.
24196         Check for fstat error.  Close stream and free storage
24197         when failing.
24198
24199 2003-09-14  Karl Berry  <karl@gnu.org>
24200
24201         * config/srclist.txt (strdup.c): disable for c89 changes.
24202
24203 2003-09-14  Jim Meyering  <jim@meyering.net>
24204
24205         * lib/getloadavg.c: Correct cpp indentation.
24206         * lib/strdup.c: Likewise.
24207         * lib/vasnprintf.c: Likewise.
24208
24209 2003-09-14  Bruno Haible  <bruno@clisp.org>
24210
24211         * modules/fwriteerror: New file.
24212         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24213
24214 2003-09-14  Bruno Haible  <bruno@clisp.org>
24215
24216         * lib/fwriteerror.h: New file.
24217         * lib/fwriteerror.c: New file.
24218
24219 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24220
24221         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24222         modules/xgethostname, modules/xalloc: Depend on exit.
24223
24224 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24225
24226         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24227
24228         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24229         and AC_MINIX, too, so that their extensions are available.
24230
24231         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24232         This macro has been superseded by gl_BACKUPFILE.
24233
24234         More patches to assume C89 or better.
24235
24236         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24237
24238         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24239         unconditionally.
24240         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24241         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24242         Include <string.h>, <stdlib.h> unconditionally.
24243         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24244         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24245         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24246         headers or for string.h.
24247         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24248         or strtoul.
24249
24250         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24251         headers.
24252         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24253         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24254         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24255         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24256         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24257         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24258         memcpy, memset.
24259         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24260         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24261         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24262         strtol.
24263         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24264         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24265         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24266         strtoul.
24267
24268 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24269
24270         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24271         * lib/obstack.c [!defined _LIBC]: Likewise.
24272         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24273         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24274         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24275
24276         More changes to assume C89 or better.
24277
24278         * lib/error.c (error_tail): Assume vprintf.
24279
24280         * lib/argmatch.c (getenv): Remove decl.
24281         * lib/progreloc.c (get_full_program_name): Define via prototype.
24282         * lib/setenv.c (clearenv): Likewise.
24283         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24284         needed.
24285         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24286         (malloc, memcpy): Remove decls.
24287         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24288         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24289         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24290         (memcpy): Remove macro.
24291         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24292         (__P): Remove.  All uses removed.
24293         (PTR): Remove.  All uses changed to void *.
24294         (CHAR_BIT, NULL): Remove.
24295         (spaces, zeros, memset_space, memset_zero)
24296         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24297         Remove.
24298         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24299         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24300         Define with prototype.
24301         Remove now-unnecessary prototype decl.
24302         (extra_args_spec): Assume ANSI C.  All uses changed.
24303         (extra_args_spec_iso): Remove.
24304         (my_strftime, emacs_strftimeu): Define via prototype.
24305         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24306         unconditionally.
24307         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24308         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24309         (strtoul, strtol): Remove decls.
24310         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24311         LONG_MAX): Remove.
24312         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24313         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24314         (LOCALE_PARAM_PROTO): New macro.
24315         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24316         (INTERNAL (strtol), strtol): Define with a prototype.
24317         (PARAMS): Remove.  All uses removed.
24318         * lib/tempname.c: Include <string.h> unconditionally.
24319         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24320         * lib/xgethostname.c (main): Define with a prototype.
24321         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24322         Include <stdlib.h> unconditionally.
24323         (calloc, malloc, realloc, free): Remove decls.
24324         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24325         Include <stdlib.h> unconditionally.  Sort include file names.
24326         (strtod): Remove.
24327         (xstrtod): Define with a prototype.
24328         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24329         (strtol, strtoul): Remove decls.
24330
24331 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24332
24333         More patches to assume C89 or better.
24334         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24335         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24336         string.h, memchr, STDC_HEADERS.
24337
24338 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24339
24340         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24341         Include <stdlib.h>, <string.h> unconditionally.
24342         Remove now-unnecessary cast to char *.
24343         * lib/strnlen.c: Include <string.h> unconditionally.
24344         * lib/yesno.c (yesno): Define with a prototype.
24345
24346 2003-09-11  Bruno Haible  <bruno@clisp.org>
24347
24348         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24349
24350 2003-09-10  Jim Meyering  <jim@meyering.net>
24351
24352         * lib/error.c: Correct indentation of cpp directives.
24353
24354 2003-09-10  Bruno Haible  <bruno@clisp.org>
24355
24356         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24357         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24358         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24359         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24360         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24361         <stdlib.h> and <string.h> checks.
24362         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24363         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24364
24365 2003-09-10  Bruno Haible  <bruno@clisp.org>
24366
24367         * lib/strcspn.c: Include <string.h> unconditionally.
24368         * lib/strpbrk.c: Include <string.h> unconditionally.
24369         * lib/strstr.c: Include <string.h> unconditionally.
24370         * lib/unicodeio.c: Include <string.h> unconditionally.
24371         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24372         * lib/unsetenv.c: Likewise.
24373         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24374         * lib/yesno.c: Include <stdlib.h> unconditionally.
24375         (rpmatch): Add prototype.
24376
24377 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24378
24379         More patches to assume C89 or better.
24380         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24381         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24382         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24383         or for string.h.
24384         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24385         stdlib.h.
24386         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24387         C headers.
24388         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24389         string.h.
24390         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24391         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24392         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24393         or for string.h.
24394         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24395         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24396         C headers.
24397         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24398         memcpy.
24399         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24400         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24401         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24402         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24403         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24404         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24405         string.h, free.
24406         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24407         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24408         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24409         C headers, or for string.h.
24410         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24411         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24412         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24413         headers, memory.h, stdlib.h, string.h, strings.h.
24414         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24415         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24416         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24417         strchr.
24418         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24419         headers, memory.h, string.h.
24420         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24421         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24422         free.
24423         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24424         headers.
24425         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24426         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24427         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24428         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24429         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24430
24431 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24432
24433         More K&R removal.
24434
24435         * lib/acosl.c (main): Use a prototype.
24436         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24437         tanl.c: Likewise.
24438
24439         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24440
24441         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24442         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24443         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24444         with a prototype.
24445         * lib/getopt.c (const): Remove macro.
24446         Include <string.h> unconditionally.
24447         (my_index): Remove; all uses changed to strchr.
24448         (strlen): Remove decl.
24449         (exchange): Remove forward decl; no longer needed.
24450         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24451         Define with prototype.
24452         * lib/getopt1.c (const): Remove macro.
24453         (getopt_long, getopt_long_only, main): Define with prototype.
24454
24455         * lib/getugroups.c: Include <string.h> unconditionally.
24456
24457         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24458         (getusershell, setusershell, endusershell, readname, main):
24459         Define with prototypes.
24460
24461         * lib/group-member.c: Include group-member.h first.
24462         Include <stdlib.h> unconditionally.
24463
24464         * lib/hard-locale.c: Include hard-locale.h first.
24465         Include <stdlib.h>, <string.h> unconditionally.
24466
24467         * lib/hash.c (free, malloc): Remove decls.
24468         Include <stdlib.h> unconditionally.
24469
24470         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24471         (getenv): Do not declare.
24472
24473         * lib/idcache.c: Include <string.h> unconditionally.
24474
24475         * lib/long-options.c: Include long-options.h first, to test interface.
24476         Include <stdlib.h> unconditionally.
24477
24478         * lib/makepath.c: Include makepath.h first, to test interface.
24479         Include <stdlib.h> and <string.h> unconditionally.
24480
24481         * lib/linebuffer.c: Include <stdlib.h>.
24482         (free): Remove decl.
24483
24484         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24485         stddef.h. rpl_malloc returns void *, not char *.
24486         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24487         prototype.
24488
24489         * lib/md5.h: Include <limits.h> unconditionally.
24490         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24491         (__P): Remove; all uses removed.
24492         * lib/md5.c: Include "md5.h" first.
24493         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24494         md5_buffer, md5_process_bytes, md5_process_block):
24495         Define with prototypes.
24496         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24497         * lib/sha.c: Include "sha.h" first.
24498         Include <stdlib.h>, <string.h> unconditionally.
24499
24500         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24501         * lib/memcmp.c (__ptr_t): Likewise.
24502         * lib/memrchr.c (__ptr_t): Likewise.
24503         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24504         Include <string.h> unconditionally.
24505         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24506         * lib/memchr.c: Include <stdlib.h> unconditionally.
24507         * lib/memchr.c (LONG_MAX): Remove.
24508         * lib/memrchr.c (LONG_MAX): Likewise.
24509         * lib/memchr.c (__memchr): Define via a prototype.
24510         * lib/memrchr.c (__memrchr): Likewise.
24511         * lib/memcmp.c (__P): Remove, and remove all uses.
24512         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24513         Remove forward decls; no longer needed.
24514         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24515         Use types required by C89 in prototype.
24516
24517         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24518         * lib/savedir.c: Likewise.
24519         * lib/mkdir.c (free): Remove decl.
24520         * lib/rmdir.c (rmdir): Define with a prototype.
24521         * lib/savedir.c: Include savedir.h first, to test interface.
24522
24523         * lib/mktime.c (STDC_HEADERS): Remove.
24524         Include <stdlib.h>, <string.h> unconditionally.
24525
24526         * lib/modechange.c: Include <stdlib.h> unconditionally.
24527         (malloc): Remove decl.
24528
24529         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24530         (free): Remove decl.
24531
24532         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24533         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24534         (This type really should be intptr_t, but that's a C99ism.)
24535         (_obstack_memcpy): Remove: all uses changed to memcpy.
24536         Include <string.h> unconditionally.
24537         (struct obstack): Assume __STDC__ for types of members
24538         chunkfun, freefun, extra_arg.
24539         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24540         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24541         obstack_begin, obstack_specify_allocation,
24542         obstack_specify_allocation_with_arg, obstack_chunkfun,
24543         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24544         Remove unprototyped decls and the macros that use them.
24545         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24546         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24547         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24548         (defined __STDC__ && __STDC__)]:
24549         Remove nonprototyped code.
24550         Include <stdlib.h> unconditionally.
24551         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24552         _obstack_allocated_p, _obstack_free, obstack_free,
24553         _obstack_memory_used, print_and_abort):
24554         Define using prototypes.
24555         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24556         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24557         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24558         obstack_next_free, obstack_object_size, obstack_room) [0]:
24559         Remove unused, unprototyped code.
24560
24561         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24562
24563         * lib/physmem.c (physmem_total, physmem_available, main): Define
24564         with prototypes.
24565
24566         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24567         (main): Define with a prototype.
24568
24569         * lib/posixver.c (getenv): Remove decl.
24570
24571         * lib/putenv.c (malloc): Returns void *, not char *.
24572         Include <string.h> unconditionally.
24573         (strchr, memcpy, NULL): Do not define.
24574
24575         * lib/readtokens.c: Include readtokens.h first, to test interface.
24576         Include <stdlib.h>, <string.h> unconditionally.
24577         (init_tokenbuffer): Define with a prototype.
24578
24579         * lib/regex.c (PARAMS): Remove.  All uses removed.
24580         All uses of _RE_ARGS removed, too.
24581         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24582         unconditionally.
24583         (bzero): Assume memset exists.
24584         (memcmp, memcpy, NULL): Remove.
24585         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24586         char, or assignments to local vars of type signed char.
24587         (init_syntax_once, PREFIX(extract_number_and_incr),
24588         PREFIX(print_partial_compiled_pattern),
24589         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24590         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24591         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24592         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24593         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24594         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24595         wcs_compile_range, byte_compile_range, truncate_wchar,
24596         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24597         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24598         count_mbs_length, wcs_re_match_2_internal,
24599         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24600         PREFIX(alt_match_null_string_p),
24601         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24602         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24603         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24604         now-unnecessary declaration, if any.
24605         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24606         regcomp, regexec):
24607         Remove now-unnecessary casts among pointer types.
24608         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24609
24610         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24611         (free): Remove decl.
24612
24613         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24614
24615         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24616         (free): Remove decl.
24617
24618         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24619         * lib/xgetcwd.c: Likewise.
24620
24621         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24622         (free): Remove decl.
24623
24624         * lib/strchrnul.c (strchrnul): Define with a prototype.
24625         Fix bug: c_in was not converted to char before searching.
24626
24627         The following changes are not K&R related:
24628
24629         * lib/group-member.h: Include <sys/types.h>, so that this file is
24630         self-contained.
24631         * lib/makepath.h: Likewise.
24632
24633         * lib/getusershell.c (readname, default_index, line_size, readname):
24634         Use size_t, not int, for sizes.
24635         (readname): If the size overflows, report an error instead of
24636         looping forever.
24637
24638 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24639
24640         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24641         libc.
24642
24643 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24644
24645         * README: New section: portability guidelines.
24646
24647 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24648
24649         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24650         C89 spec.
24651
24652 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24653
24654         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24655
24656 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24657
24658         Assume C89 or better; remove K&R cruft.
24659         A few of these changes were first proposed by Derek Robert Price
24660         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24661
24662         * lib/addext.c: Include <string.h> unconditionally.
24663         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24664         Don't declare getenv or malloc.
24665
24666         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24667         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24668         (NULL): Remove.
24669         (find_stack_direction, alloca): Use prototypes.
24670
24671         * lib/atexit.c (atexit): Define using a prototype.
24672
24673         * lib/basename.c, dirname.c, stripslash.c:
24674         Include <string.h> unconditionally.
24675
24676         * lib/bcopy.c: Include <stddef.h>.
24677         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24678
24679         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24680
24681         * lib/error.h (error, error_at_line, error_print_progname)
24682         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24683         * lib/error.c: Include error.h first, to check interface.
24684         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24685         (VA_START): Remove; all uses changeed to va_start.
24686         (exit, strerror): Remove decls.
24687         (error_print_progname): Prototype uncondionally.
24688         Don't include <errno.h>; no longer needed.
24689         (private_strerror): Remove.
24690         (error_tail): Always define.
24691         (error, error_at_line): Assume C89 or better; always use prototypes.
24692         * lib/fatal.c: Include "fatal.h" first, to test interface.
24693         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24694         (VA_START): Remove; all uses changed to va_start.
24695         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24696         this case.
24697         (exit): Remove decl.
24698         (fatal): Prototype unconditionally.  Assume va_start works.
24699         Abort at end, to pacify gcc.
24700
24701         * lib/euidaccess.c (main): Define with a prototype.
24702
24703         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24704
24705         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24706
24707         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24708         prototypes.
24709         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24710         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24711         (getenv): Remove decl.
24712         (fnmatch): Define using a prototype.
24713         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24714         (FCT): Define using a prototype.
24715
24716         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24717
24718         * lib/gethostname.c: Include <stddef.h>.
24719         (gethostname): Define with prototype.  Length is size_t, not int.
24720
24721 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24722
24723         Assume C89 or better; remove K&R cruft.
24724         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24725         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24726         string.h, getenv, malloc.
24727         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24728         headers.
24729         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24730         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24731         do not check for strerror.
24732         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24733         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24734         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24735         do not check for doprnt or vprintf.
24736         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24737         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24738
24739 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24740
24741         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24742         getversion.c should have been removed then, but was accidentally
24743         preserved.
24744
24745         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24746         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24747
24748 2003-09-08  Karl Berry  <karl@gnu.org>
24749
24750         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24751                 config, forget about prep.
24752
24753         * config/depcomp, missing: update from automake.
24754
24755 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24756
24757         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24758         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24759
24760 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24761
24762         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24763         copy_tm_result.  Bug reported by Simon Josefsson in
24764         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24765
24766 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24767
24768         * m4/time_r.m4: New file.
24769         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24770         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24771         is. Check for timegm declaration.
24772         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24773         Do not check for gmtime_r.
24774         Replace mktime if __mktime_internal does not exist and if mktime
24775         hasn't been replaced already.
24776
24777 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24778
24779         * lib/time_r.c, lib/time_r.h: New files.
24780
24781         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24782         __localtime_r.
24783         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24784         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24785
24786         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24787         __gmtime_r.
24788         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24789         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24790         Include <time_r.h>.
24791
24792         * lib/timegm.c: Switch to glibc implementation, with the following
24793         changes:
24794         [defined HAVE_CONFIG_H]: Include <config.h>.
24795         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24796         (__mktime_internal) [!defined _LIBC]: New decl.
24797         (__gmtime_r) [!defined _LIBC]: New macro and function.
24798         (timegm): Use a prototype, since gnulib assumes C89.
24799         Do not bother declaring tmp to be const, as it's not really usefu.
24800         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24801         (timegm): Declare only if HAVE_DECL_TIMEGM.
24802
24803 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24804
24805         * MODULES.html.sh (func_all_modules): Add time_r.
24806         * modules/time_r: New file.
24807         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24808         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24809
24810 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24811
24812         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24813         Bug reported by Lute Kamstra in
24814         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24815
24816         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24817         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24818         course with correspondingly smaller numbers for tomorrow and
24819         yesterday.  From Tadayoshi Funaba.  Originally installed into
24820         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24821         coreutils merge?).
24822
24823 2003-08-31  Simon Josefsson  <jas@extundo.com>
24824
24825         * modules/timegm: New file.
24826         * MODULES.html.sh (func_all_modules): Add timegm.
24827
24828 2003-08-31  Simon Josefsson  <jas@extundo.com>
24829
24830         * m4/timegm.m4: New file.
24831
24832 2003-08-31  Simon Josefsson  <jas@extundo.com>
24833
24834         * lib/timegm.h: New file.
24835         * lib/timegm.c: New file.  Based on
24836         wget-1.8.2/src/http.c:mktime_from_utc.
24837
24838 2003-08-31  Karl Berry  <karl@gnu.org>
24839
24840         * lib/argp.h: update from libc.
24841
24842 2003-08-28  Bruno Haible  <bruno@clisp.org>
24843
24844         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24845         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24846         followed by '#define fnmatch fnmatch_posix' gives an error.
24847
24848 2003-08-28  Bruno Haible  <bruno@clisp.org>
24849
24850         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24851         warning on QNX, which defines O_BINARY to 000000.
24852
24853 2003-08-27  Jim Meyering  <jim@meyering.net>
24854
24855         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24856         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24857         would fail after 32.  Reported by Danny Levinson.  Details here:
24858         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24859
24860 2003-08-24  Bruno Haible  <bruno@clisp.org>
24861
24862         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24863         MSVC7 <stdio.h> is included later.
24864
24865 2003-08-22  Simon Josefsson  <jas@extundo.com>
24866
24867         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24868
24869 2003-08-20  Karl Berry  <karl@gnu.org>
24870
24871         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24872
24873 2003-08-20  Bruno Haible  <bruno@clisp.org>
24874
24875         * modules/progname: New file.
24876         * MODULES.html.sh (func_all_modules): Add progname.
24877
24878 2003-08-20  Bruno Haible  <bruno@clisp.org>
24879
24880         * lib/progname.h: New file, from GNU gettext.
24881         * lib/progname.c: New file, from GNU gettext.
24882         * lib/progreloc.c: New file, from GNU gettext.
24883
24884 2003-08-19  Jim Meyering  <jim@meyering.net>
24885
24886         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24887         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24888
24889 2003-08-19  Bruno Haible  <bruno@clisp.org>
24890
24891         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24892         more.
24893
24894 2003-08-19  Bruno Haible  <bruno@clisp.org>
24895
24896         * lib/xstrdup.c: Assume <string.h> exists.
24897
24898 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24899
24900         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24901         in makefile rules.
24902
24903 2003-08-18  Jim Meyering  <jim@meyering.net>
24904
24905         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24906         * m4/lib-ld.m4: Likewise.
24907
24908 2003-08-18  Jim Meyering  <jim@meyering.net>
24909
24910         * lib/setenv.h: Indent nested cpp directive.
24911         * lib/vasnprintf.c: Remove trailing blanks.
24912
24913 2003-08-17  Simon Josefsson  <jas@extundo.com>
24914
24915         * modules/xstrndup: New file.
24916         * MODULES.html.sh (func_all_modules): Add xstrndup.
24917
24918 2003-08-17  Simon Josefsson  <jas@extundo.com>
24919
24920         * modules/argp: Fix autoconf macro name. Add more dependencies.
24921
24922 2003-08-17  Simon Josefsson  <jas@extundo.com>
24923
24924         * m4/xstrndup.m4: New file.
24925
24926 2003-08-17  Simon Josefsson  <jas@extundo.com>
24927
24928         * m4/argp.m4: New file.
24929
24930 2003-08-17  Simon Josefsson  <jas@extundo.com>
24931             Bruno Haible  <bruno@clisp.org>
24932
24933         * lib/xstrndup.h: New file.
24934         * lib/xstrndup.c: New file.
24935
24936 2003-08-17  Bruno Haible  <bruno@clisp.org>
24937
24938         * modules/strndup (Files, Include): Add lib/strndup.h.
24939
24940 2003-08-17  Bruno Haible  <bruno@clisp.org>
24941
24942         * modules/euidaccess (Files): Add lib/euidaccess.h.
24943
24944 2003-08-17  Bruno Haible  <bruno@clisp.org>
24945
24946         * lib/strndup.h: New file.
24947
24948 2003-08-17  Bruno Haible  <bruno@clisp.org>
24949
24950         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24951         like AC_GNU_SOURCE.
24952         * modules/extensions (configure.ac): Comment out the invocation of
24953         gl_USE_SYSTEM_EXTENSIONS.
24954
24955 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24956
24957         Merges from coreutils, etc.
24958         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24959         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24960         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24961         fixing a typo.
24962         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24963         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24964
24965 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24966
24967         Document merge from coreutils.
24968         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24969         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24970         * modules/utime: Add m4/utimes-null.m4.
24971
24972 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24973
24974         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24975         space, undoing this 2003-08-12 change:
24976         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24977
24978 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24979
24980         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24981         strtoul.c from libc, undoing this 2003-08-12 change:
24982         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24983
24984 2003-08-16  Jim Meyering  <jim@meyering.net>
24985
24986         Merges from coreutils.
24987         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24988         prefix.  Adjust cache variables similarly.  Create 500 rather than
24989         just 300 files, to exercise bug on Darwin6.5, too.
24990         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24991         $missing_dir.
24992         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24993         AM_SYS_POSIX_TERMIOS.
24994         Reported by mkc@mathdogs.com.
24995         Also change use of $am_cv_sys_posix_termios
24996         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24997         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24998         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24999         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25000         in /proc/mounts until it finds one with matching device number.  This
25001         is unnecessary when the FILE argument *is* a mount point.  No stat call
25002         is necessary in that case.  So, disable the statvfs-testing code on
25003         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25004         as RedHat bug# 84846.
25005         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25006         to 1MB, so as not to render systems with no stack size limit (e.g.,
25007         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25008         Include <unistd.h>.  On some systems,
25009         it is required for the definition of _SC_PAGESIZE.
25010
25011 2003-08-16  Jim Meyering  <jim@meyering.net>
25012
25013         Merge from coreutils.
25014         * lib/xstrtoimax.c: #else #if -> #elif.
25015         * lib/xstrtoumax.c: Likewise.
25016
25017 2003-08-16  Jim Meyering  <jim@meyering.net>
25018
25019         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25020         * m4/utimes.m4: Removed.
25021         * m4/utimes-null.m4: Renamed from utimes.m4.
25022
25023         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25024         to 1MB, so as not to render systems with no stack size limit (e.g.,
25025         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25026         Include <unistd.h>.  On some systems,
25027         it is required for the definition of _SC_PAGESIZE.
25028
25029 2003-08-16  Jim Meyering  <jim@meyering.net>
25030         and Paul Eggert  <eggert@cs.ucla.edu>
25031
25032         Merges from coreutils, etc.
25033
25034         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25035         using the latest version from cvs.  This avoids problems with #line
25036         directives using a vendor (Sun) compiler.
25037         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25038         Don't set GETGROUPS_LIB here; now it's
25039         done via getgroups.m4's wrapper function.
25040         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25041         rather than just in sh-util/configure.in, so that the
25042         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25043         same.
25044         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25045         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25046         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25047         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25048         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25049         Remove code that is now done by the newly-required macros.
25050         Append $(EXEEXT) to DF_PROG.
25051         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25052         Do not invoke or require the following here,
25053         since prereq.m4 or some gnulib .m4 now does this for us:
25054         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25055         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25056         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25057         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25058         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25059         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25060         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25061         AC_FUNC_OBSTACK.
25062         Do not replace the following functions, as this is now the job
25063         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25064         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25065         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25066         atexit getpass, strdup, getpagesize.
25067         Replace 'raise'.
25068         Do not check for the following functions, as this is now the job
25069         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25070         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25071         setregid.
25072         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25073         Check for sys/sysctl.h.
25074         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25075         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25076         of checking for ssize_t ourselves.
25077
25078         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25079         Require every macro that gnulib/modules/* suggests for us.
25080         (jm_PREREQ_ADDEXT): New macro.
25081         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25082         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25083
25084         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25085         (gl_PHYSMEM): Use it.
25086         Also check for `table' function.
25087         Check for new headers and functions.
25088         Add check for sys/sysmp.h.
25089         With suggestions from Kaveh Ghazi.
25090         Ignore headers that are present but cannot be compiled.  This
25091         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25092         C 5.4.
25093
25094 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25095
25096         Document merge from coreutils.
25097         * modules/userspec: Depend on posixver.
25098         * modules/strftime: Depend on tzset.
25099
25100 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25101
25102         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25103         rather than tab, after '#' in shell-script copyright notices.
25104         Suggested by Bruno Haible.
25105
25106 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25107
25108         * config/srclist-update: Use three spaces, rather than tab, after '#'
25109         in shell-script copyright notices.  Suggested by Bruno Haible.
25110         Remove unnecessary parenthesization in regular expression.
25111
25112 2003-08-15  Jim Meyering  <jim@meyering.net>
25113
25114         Merge from coreutils.
25115         * lib/xgethostname.c: Include <stdlib.h>.
25116         (xghostname): Don't exit for anything other than memory-related
25117         failure; just return NULL.
25118         * lib/userspec.c: Include "posixver.h".
25119         (parse_user_spec): Accept `.' as a separator only
25120         in pre-POSIX-200112 mode.
25121         * lib/strtoimax.c: Use #elif rather than #else #if.
25122         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25123         Remove function, now that we can rely on a working tzset function.
25124         [!_LIBC]: Ensure that the required autoconf test has been run.
25125         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25126         Use underlying_strftime for %r.
25127         * lib/sha.c: Merge in some clean-up and optimization changes from
25128         glibc.
25129         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25130         Ensure that it is a multiple of 64.
25131         Rearrange loop exit tests so as to avoid performing an
25132         additional fread after encountering an error or EOF.
25133         * lib/realloc.c: Update copyright date.
25134
25135 2003-08-15  Jim Meyering  <jim@meyering.net>
25136         and Paul Eggert  <eggert@twinsun.com>
25137
25138         Merge from coreutils.
25139         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25140         member but strut utmpx does not.  Needed for AIX 4.3.3.
25141         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25142
25143 2003-08-15  Jim Meyering  <jim@meyering.net>
25144         and Paul Eggert  <eggert@cs.ucla.edu>
25145
25146         Merges from coreutils, etc.
25147         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25148         Require gl_FUNC_TZSET_CLOBBER.
25149         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25150         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25151         members.
25152
25153 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25154
25155         Help the merge from coreutils.
25156         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25157         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25158         * m4/tzset.m4: Use it too.
25159
25160 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25161
25162         * modules/tzset: New file.
25163
25164 2003-08-14  Jim Meyering  <jim@meyering.net>
25165
25166         Merges from coreutils.
25167         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25168         variable names, rather than @FNMATCH_H@.
25169         * modules/alloca: Likewise for $(ALLOCA_H).
25170
25171         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25172         the three copies of the literal target, `fnmatch.h'.
25173         * modules/alloca (alloca.h): Likewise.
25174
25175 2003-08-14  Jim Meyering  <jim@meyering.net>
25176
25177         Merge from coreutils.
25178         * m4/tzset.m4: New file.
25179         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25180         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25181         otherwise, AIX 5.1 systems would end up using the latter.
25182         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25183         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25184         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25185         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25186
25187 2003-08-14  Jim Meyering  <jim@meyering.net>
25188
25189         Merge from coreutils.
25190         * lib/obstack.h: Whitespace changes.
25191         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25192         and xcalloc return values.
25193         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25194         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25195         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25196         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25197         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25198         error from mntctl.
25199         Use mntctl's return value to drive the entry-processing loop, since
25200         we can't rely on the value of the vmt_length member in the last
25201         entry.  On some systems doing so could result in exhausting
25202         virtual memory.  Based in part on a patch from Mike Jetzer.
25203
25204 2003-08-14  Jim Meyering  <jim@meyering.net>
25205         and Paul Eggert  <eggert@twinsun.com>
25206
25207         Merges from coreutils, plus other fixes.
25208         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25209         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25210         for credits and details.  Thanks to Kaveh Ghazi for helping
25211         to keep these files in sync.
25212         (ARRAY_SIZE): Define it.
25213         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25214         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25215         (memcasecmp): Don't assume size_t fits in unsigned int.
25216         Remove casts and duplicate code.
25217         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25218         (memcpy): Remove definition.
25219         Merge in some clean-up and optimization changes from glibc.
25220         [BLOCKSIZE]: Move definition to top of file.
25221         Ensure that it is a multiple of 64.
25222         Rearrange loop exit tests so as to avoid performing an
25223         additional fread after encountering an error or EOF.
25224         * lib/md5.h (md5_uintptr): Define.
25225         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25226         return to the initial working directory.  Preserve errno
25227         for caller.
25228         * lib/idcache.c: Include "xalloc.h".
25229         (xmalloc, xrealloc): Remove decls.
25230         (getuser): Remove casts no longer required in C89.
25231         * lib/human.c: Include stdio.h, for sprintf.
25232         * lib/group-member.c: Include "xalloc.h".
25233         (xmalloc, xrealloc): Remove decls.
25234         (get_group_info): Remove casts no longer required in C89.
25235         * lib/getusershell.c (readname): Remove casts no longer required in
25236         C89.
25237         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25238         * lib/getline.c: Whitespace fix, from coreutils.
25239
25240 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25241
25242         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25243         Check for isascii.
25244
25245         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25246         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25247         Undo previous (whitespace-only) change.
25248
25249 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25250
25251         * lib/exclude.c: Include <ctype.h>
25252         (IN_CTYPE_DOMAIN): New macro.
25253         (is_space): New fn.
25254         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25255         and empty lines.
25256
25257         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25258         Undo previous (whitespace-only) change.
25259
25260 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25261
25262         * config/srclist-update: Change update back to the old behavior,
25263         leaving whitespace alone.  Use one 'sed' command rather than a
25264         pipeline.
25265         (fixlicense): Now a variable, not a function.
25266         (remove_trailing_blanks): Remove.
25267         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25268         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25269         Undo previous (whitespace-only) change.
25270
25271 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25272
25273         Merge from coreutils.
25274         * modules/euidaccess: Add lib_SOURCES, include for new
25275         file euidaccess.h
25276
25277 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25278
25279         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25280         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25281         Normalize leading white space and remove trailing white space.
25282
25283         Merge from coreutils
25284         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25285
25286         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25287         0.12.1.  These files are now being upgraded automatically by
25288         ../config/srclist-update.
25289
25290 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25291
25292         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25293         Normalize leading white space and remove trailing white space.
25294         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25295         notice, as per ../config/srclist-update.
25296
25297         Merge from coreutils.
25298         * lib/euidaccess.h: New file.
25299         * lib/euidaccess.c: Include it.
25300         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25301         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25302         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25303
25304 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25305
25306         * config/srclist-update: Add copyright notice.
25307         (remove_id_lines, remove_trailing_blanks): New constants.
25308         (fixfile): Use them to normalize spacing a bit in copied files.
25309         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25310         Normalize leading white space and remove trailing white space.
25311
25312         * config/texinfo.tex: Sync with texinfo.
25313
25314         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25315         strtoul.c from libc, to merge coreutils whitespace changes.
25316
25317         * config/srclist.txt: Get the following m4 files from gettext:
25318         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25319         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25320         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25321         wint_t.m4.
25322
25323 2003-08-12  Karl Berry  <karl@gnu.org>
25324
25325         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25326         been made.
25327
25328 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25329
25330         * modules/gnu-source, m4/gnu-source.m4:
25331         Remove; we're assuming Autoconf 2.54 or later now.
25332         Suggested by Bruno Haible.
25333         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25334
25335 2003-08-11  Bruno Haible  <bruno@clisp.org>
25336
25337         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25338
25339 2003-08-11  Bruno Haible  <bruno@clisp.org>
25340
25341         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25342         (vasnprintf): Use it instead of wcslen.
25343
25344 2003-08-11  Bruno Haible  <bruno@clisp.org>
25345
25346         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25347         value to ensure that _Bool promotes to int. Use #define for _Bool when
25348         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25349
25350 2003-08-10  Karl Berry  <karl@gnu.org>
25351
25352         * lib/regex.h: update from libc (whitespace fix).
25353
25354 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25355
25356         Merge some files from coreutils.  These changes were
25357         originally made by Jim Meyering.
25358         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25359         many older Unixes require this.
25360         * lib/alloca.c (alloca): Remove cast to argument of free;
25361         no longer needed in C89.
25362         * lib/alloca_.h, regex.h: Fix white space to match
25363         what GNU indent does.
25364
25365 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25366
25367         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25368         apparently Emacs's Unicode mode got confused before my 2003-08-05
25369         checkin.
25370
25371 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25372
25373         * m4/extensions.m4: New file.
25374         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25375         Require gl_USE_SYSTEM_EXTENSIONS.
25376         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25377         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25378
25379 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25380
25381         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25382         * modules/extensions, modules/gnu-source: New files.
25383         * modules/timespec, modules/unlocked-io: Depend on extensions.
25384
25385 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25386
25387         * modules/restrict: New file.
25388         * MODULES.html.sh (func_all_modules): Add restrict.
25389         * modules/regex: Depend on restrict.
25390
25391 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25392
25393         * m4/restrict.m4: New file.
25394         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25395
25396 2003-08-07  Bruno Haible  <bruno@clisp.org>
25397
25398         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25399         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25400
25401 2003-08-07  Bruno Haible  <bruno@clisp.org>
25402
25403         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25404         makes the module 'getndelim2' compatible with the module 'getline'.
25405
25406 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25407
25408         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25409         byte with "\201" to avoid glitches when editing that source file
25410         with multi-gnome-terminal.
25411
25412 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25413
25414         * lib/bumpalloc.h: Remove.
25415
25416 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25417
25418         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25419         * modules/bumpalloc: Remove.
25420
25421 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25422
25423         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25424         GNU coding style.
25425
25426         Merge from coreutils.
25427         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25428         1. From glibc.
25429         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25430         from Karl Berry, implemented by Jim Meyering.
25431         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25432         from Dmitry V. Levin.
25433         Remove anachronistic cast of xrealloc.
25434         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25435         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25436         type. Otherwise, it wouldn't compile with at least /bin/cc on
25437         ymp-cray-unicos9.0.2.X.
25438         Combine two mostly-identical uses of alloca into one.
25439         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25440
25441 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25442
25443         [From Emacs.]
25444
25445         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25446         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25447         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25448         obsolete NLIST_NAME_UNION.
25449         [__GNU__]: Undef BSD and FSCALE.
25450         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25451
25452 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25453
25454         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25455         an enum type, so that it's guaranteed to promote to int.  See:
25456         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25457
25458 2003-08-03  Karl Berry  <karl@gnu.org>
25459
25460         * config/depcomp: update from automake.
25461
25462 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25463
25464         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25465         (strerror): Don't assume that a printable int fits in 14 bytes.
25466
25467 2003-07-31  Bruno Haible  <bruno@clisp.org>
25468
25469         * modules/getpass-gnu: New file.
25470         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25471
25472 2003-07-31  Bruno Haible  <bruno@clisp.org>
25473
25474         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25475
25476 2003-07-24  Karl Berry  <karl@gnu.org>
25477
25478         * config/missing: update from automake.
25479
25480 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25481             Bruno Haible  <bruno@clisp.org>
25482
25483         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25484         * lib/getline.c (getline, getdelim): Likewise.
25485         Remove _GNU_SOURCE define; now it's defined in config.h through
25486         m4/getline.m4.
25487
25488 2003-07-23  Karl Berry  <karl@gnu.org>
25489
25490         * config/config.sub: update from prep.
25491
25492 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25493
25494         * modules/xalloc (Depends-on): Add exitfail.
25495         * modules/xmemcoll: Likewise.
25496
25497 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25498
25499         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25500         over-parenthesization in macros.
25501
25502         Sync with coreutils.
25503
25504         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25505         required by C99.
25506
25507         Use `exit_failure' for xalloc and xmemcoll instead of their own
25508         private exit-failure variables.
25509         * lib/xalloc.h (xalloc_exit_failure): Remove.
25510         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25511         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25512         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25513         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25514         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25515
25516 2003-07-20  Jim Meyering  <jim@meyering.net>
25517
25518         * modules/closeout (Depends-on): Add exitfail.
25519         Suggestion from Bruno Haible.
25520
25521 2003-07-19  Karl Berry  <karl@gnu.org>
25522
25523         * config/config.sub: update from prep.
25524
25525 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25526
25527         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25528         Remove.
25529         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25530         to test that it can stand by itself.  Include "exitfail.h".
25531         Clients should set exit_failure instead.
25532         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25533
25534 2003-07-18  Bruno Haible  <bruno@clisp.org>
25535
25536         * modules/getndelim2: New file.
25537         * modules/getline: Share files with module getndelim2.
25538         * modules/getnline: Depend on getndelim2 instead of sharing files with
25539         it. Add getnline.c to lib_SOURCES.
25540         * MODULES.html.sh (func_all_modules): Add getndelim2.
25541
25542 2003-07-18  Bruno Haible  <bruno@clisp.org>
25543
25544         * m4/getndelim2.m4: New file.
25545         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25546         invoke gl_PREREQ_GETNDELIM2.
25547         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25548         gl_PREREQ_GETNDELIM2.
25549         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25550         gl_GETNDELIM2.
25551
25552 2003-07-18  Bruno Haible  <bruno@clisp.org>
25553
25554         * lib/getndelim2.h: New file.
25555         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25556         getndelim2.h.
25557         (getndelim2): Make non-static. Change return type to ssize_t.
25558         * lib/getline.h: Change argument names.
25559         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25560         * lib/getnline.c: Include getndelim2.h.
25561
25562 2003-07-18  Andreas Schwab  <schwab@suse.de>
25563
25564         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25565
25566 2003-07-17  Karl Berry  <karl@gnu.org>
25567
25568         * config/config.sub: update from prep.
25569
25570 2003-07-17  Bruno Haible  <bruno@clisp.org>
25571
25572         * modules/getnline: New file.
25573         * modules/getline: Add lib/getndelim2.c to source file list.
25574         * MODULES.html.sh (func_all_modules): Add getnline.
25575
25576 2003-07-17  Bruno Haible  <bruno@clisp.org>
25577
25578         * m4/getnline.m4: New file.
25579
25580 2003-07-17  Bruno Haible  <bruno@clisp.org>
25581
25582         * m4/Makefile.am.in: Remove file.
25583         * m4/Makefile.am: Remove file.
25584         * m4/Makefile.in: Remove file.
25585
25586 2003-07-17  Bruno Haible  <bruno@clisp.org>
25587
25588         * lib/getnline.h: New file.
25589         * lib/getnline.c: New file.
25590         * lib/getndelim2.c: New file, extracted from getline.c.
25591         (getndelim2): Renamed from getdelim2, with added nmax argument.
25592         * lib/getline.c: Include getndelim2.c.
25593         (getdelim2): Moved out to getndelim2.c.
25594         (getline, getdelim): Update.
25595
25596 2003-07-17  Bruno Haible  <bruno@clisp.org>
25597
25598         * lib/Makefile.am: Remove file.
25599         * lib/Makefile.in: Remove file.
25600
25601 2003-07-17  Bruno Haible  <bruno@clisp.org>
25602
25603         * configure.in: Remove file.
25604         * Makefile.in: Remove file.
25605
25606 2003-07-17  Bruno Haible  <bruno@clisp.org>
25607
25608         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25609
25610 2003-07-16  Karl Berry  <karl@gnu.org>
25611
25612         * config/srclist-update: was running fixlicense twice, which caused
25613                 texinfo.tex to be nullified for some reason.  Simplify,
25614                 $gplsrc is no longer needed as far as I can see?
25615
25616 2003-07-16  Jim Meyering  <jim@meyering.net>
25617
25618         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25619
25620 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25621
25622         * config/srclist.txt: Get the following files from gettext-runtime/intl
25623         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25624         ref-del.sin.  From Bruno Haible.
25625         * config/srclist-update (fixfile): Change grep pattern again, since the
25626         previous fix didn't work (there was another trailing $).  Use
25627         '[$]' to escape the $s.
25628
25629 2003-07-15  Karl Berry  <karl@gnu.org>
25630
25631         * lib/vasnprintf.c: update from gettext.
25632
25633 2003-07-15  Karl Berry  <karl@gnu.org>
25634
25635         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25636         gets expanded when surrounded by '$'.
25637
25638 2003-07-15  Jim Meyering  <jim@meyering.net>
25639
25640         * modules/save-cwd: Don't depend on error.  From Derek Price.
25641
25642 2003-07-15  Jim Meyering  <jim@meyering.net>
25643
25644         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25645
25646 2003-07-14  Simon Josefsson  <jas@extundo.com>
25647
25648         * modules/mempcpy: New file.
25649         * MODULES.html.sh (func_all_modules): Add mempcpy.
25650
25651 2003-07-14  Simon Josefsson  <jas@extundo.com>
25652
25653         * m4/mempcpy.m4: New file.
25654
25655 2003-07-14  Simon Josefsson  <jas@extundo.com>
25656
25657         * lib/mempcpy.h: New file.
25658         * lib/mempcpy.c: New file.
25659
25660 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25661
25662         * modules/getdate, modules/posixtm: Depend on mktime.
25663
25664 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25665
25666         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25667         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25668         unicodeio.c, unicodeio.h, unlocked-io.h:
25669         Switch from LGPL to GPL.
25670
25671 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25672
25673         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25674         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25675         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25676         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25677         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25678         updated automatically by ../config/srclist-update.  This changes
25679         their license from LPGL to GPL.
25680
25681 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25682
25683         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25684         assumed to refer to the root of the most recent stable gettext version.
25685         * config/srclistvars.sh: Add defaults for eggert.
25686         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25687         Match "This program" as well as "The program".  This is needed
25688         for gettext.
25689
25690 2003-07-14  Jim Meyering  <jim@meyering.net>
25691
25692         Don't emit diagnostics.  Let callers do that.
25693         * lib/save-cwd.c: Don't include "error.h".
25694         (save_cwd): Don't call error.  Ensure that errno is valid
25695         when returning nonzero.
25696
25697         * lib/save-cwd.h (restore_cwd): Update prototype.
25698         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25699         Simplify.  Don't call error upon failure.  Let callers do that.
25700         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25701         when auditing is enabled.  But don't bother updating the #if.
25702
25703 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25704
25705         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25706         it breaks C++ compilation.
25707         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25708
25709 2003-07-10  Simon Josefsson  <jas@extundo.com>
25710
25711         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25712
25713 2003-07-10  Jim Meyering  <jim@meyering.net>
25714
25715         * m4/clock_time.m4: Remove trailing blank.
25716         * m4/intmax_t.m4: Likewise.
25717
25718 2003-07-10  Jim Meyering  <jim@meyering.net>
25719
25720         * lib/vasnprintf.c: Remove trailing blanks.
25721         Make cpp indentation consistent.
25722
25723 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25724
25725         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25726         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25727         Switch from LGPL to GPL.
25728
25729 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25730
25731         * config/srclist.txt: Sort sublists.  Add
25732         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25733         that differ from gnulib for one reason or another; we'd like this list
25734         to be smaller but for now let's document what we have.
25735
25736 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25737
25738         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25739         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25740         and sweeter "eval x=$x".
25741         * config/srclist.txt: Get lib/argp* from glibc.
25742
25743 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25744
25745         * lib/mktime.c: Fix some boundary cases and remove need for floating
25746         point.
25747
25748         Issue a compile-time diagnostic if time_t is floating point, or if
25749         two's complement arithmetic is not in effect, or if arithmetic
25750         right shift does not propagate the sign.  These assumptions were
25751         all in the original code but they weren't checked.
25752
25753         (TIME_T_MIDPOINT, verify): New macros.
25754         (__isleap): Remove; it has integer overflow problems.
25755         (leapyear): New function, without those problems.
25756         (ydhms_tm_diff): Remove; splitting into two parts.
25757         (ydhms_diff): New function, containing the arithmetic part of
25758         the old ydhms_tm_diff function.  Issue a compile-time
25759         diagnostic if we are not using C99 integer division.
25760         Avoid casts when possible.
25761         (guess_time_tm): New function, containing the checking part of
25762         the old ydhms_tm_diff function.  Return the new value, rather than
25763         the difference between it and the old.  Accept a new argument T
25764         so that *T specifies the old value.  Check for overflow in the result.
25765
25766         (__mktime_internal): Use a time_t offset, not a long int offset.
25767         This undoes the 2003-06-04 change, which is no longer needed now
25768         that we have better overflow checking.
25769         (localtime_offset): Likewise.
25770
25771         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25772         and long are 64-bit but int is only 32-bit.
25773         (ydhms_diff): Use long int to store year1 and yday1.
25774         Issue a compile-time diagnostic if long int is not wide enough.
25775
25776         (__mktime_internal): Use long int to store adjusted year and yday.
25777         Use plain C rather than preprocessor commands, if that doesn't
25778         affect efficiency.
25779         Check for overflow (and try to repair) after each probe
25780         rather than checking only at the very end.  This avoids some bugs
25781         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25782         does not equal GMT offset at maximum time).
25783         Use integer to check for overflow rather than floating point; this
25784         is more portable to non-IEEE hosts, and is a tad faster.
25785         When we detect that we are oscillating between two values,
25786         don't check whether tm_isdst has the requested value, since
25787         we already know the answer.  When tm_isdst has the wrong value,
25788         use a different heuristic to find the right one, based on the
25789         extreme values actually observed in practice in tz2003a,
25790         rather than the (overly optimistic) "previous 3 calendar quarters".
25791
25792         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25793         "T const" to accommodate glibc style.
25794         (check_result): Use less-confusing report format.  "long" -> "long int.
25795         (main): Likewise.
25796         Don't loop if the iteration overflows time_t.
25797         Allow a negative step in the iteration.
25798
25799 2003-07-06  Karl Berry  <karl@gnu.org>
25800
25801         * config/depcomp: update from automake.
25802         * config/config.sub: update from prep.
25803
25804 2003-07-03  Karl Berry  <karl@gnu.org>
25805
25806         * config/config.guess: update from prep.
25807
25808 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25809
25810         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25811         xreadlink.c now includes it unconditionally.
25812
25813 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25814
25815         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25816         having it depend on HAVE_SYS_TYPES_H.
25817
25818 2003-07-01  Bruno Haible  <bruno@clisp.org>
25819
25820         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25821         <sys/types.h> should be sufficient.
25822         Reported by Paul Eggert.
25823
25824 2003-06-26  Karl Berry  <karl@gnu.org>
25825
25826         * config/depcomp: update from automake.
25827
25828 2003-06-26  Bruno Haible  <bruno@clisp.org>
25829
25830         * modules/human: Depend on module stdbool.
25831
25832 2003-06-25  Bruno Haible  <bruno@clisp.org>
25833
25834         * modules/readlink: New file.
25835         * modules/xreadlink: Depend on it.
25836         * MODULES.html.sh (func_all_modules): Add readlink.
25837
25838 2003-06-25  Bruno Haible  <bruno@clisp.org>
25839
25840         * m4/readlink.m4: New file.
25841
25842 2003-06-25  Bruno Haible  <bruno@clisp.org>
25843
25844         * lib/readlink.c: New file.
25845
25846 2003-06-22  Karl Berry  <karl@gnu.org>
25847
25848         * config/srclist.txt: update mkinstalldirs from automake.
25849         * config/mkinstalldirs: update.
25850
25851 2003-06-22  Bruno Haible  <bruno@clisp.org>
25852
25853         Portability to mingw32.
25854         * m4/ssize_t.m4: New file, from GNU gettext.
25855         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25856         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25857
25858 2003-06-22  Bruno Haible  <bruno@clisp.org>
25859
25860         * modules/safe-read: Add m4/ssize_t.m4.
25861         * modules/xreadlink: Add m4/ssize_t.m4.
25862
25863 2003-06-20  Bruno Haible  <bruno@clisp.org>
25864
25865         Assume C89, so PARAMS isn't needed.
25866         * lib/unicodeio.h (PARAMS): Remove.
25867         * lib/unicodeio.c: Don't use PARAMS.
25868
25869 2003-06-18  Karl Berry  <karl@gnu.org>
25870
25871         * config/config.{guess,sub}: update from prep.
25872
25873 2003-06-18  Jim Meyering  <jim@meyering.net>
25874
25875         Merge changes from coreutils.
25876         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25877         Remove explicit declarations of xmalloc and realloc.
25878         Include xalloc.h.
25879         (read_utmp): Remove anachronistic cast of xmalloc.
25880
25881 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25882
25883         Assume C89, so PARAMS isn't needed.
25884         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25885         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25886         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25887         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25888         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25889         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25890         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25891         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25892         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25893         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25894         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25895         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25896         no longer needed. Anyway, config.h should always be included before any
25897         other file.
25898
25899 2003-06-11  Simon Josefsson  <jas@extundo.com>
25900
25901         * modules/sysexits: New file.
25902         * MODULES.html.sh (func_all_modules): Add sysexits.
25903
25904 2003-06-11  Simon Josefsson  <jas@extundo.com>
25905
25906         * lib/sysexit_.h: New file.
25907
25908 2003-06-11  Derek Price  <derek@ximbiot.com>
25909
25910         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25911         necessary.
25912
25913 2003-06-11  Bruno Haible  <bruno@clisp.org>
25914
25915         * m4/sysexits.m4: New file.
25916
25917 2003-06-10  Simon Josefsson  <jas@extundo.com>
25918
25919         * lib/argp.h: New file, from glibc.
25920         * lib/argp-ba.c: New file, from glibc.
25921         * lib/argp-eexst.c: New file, from glibc.
25922         * lib/argp-fmtstream.c: New file, from glibc.
25923         * lib/argp-fmtstream.h: New file, from glibc.
25924         * lib/argp-fs-xinl.c: New file, from glibc.
25925         * lib/argp-help.c: New file, from glibc.
25926         * lib/argp-namefrob.h: New file, from glibc.
25927         * lib/argp-parse.c: New file, from glibc.
25928         * lib/argp-pv.c: New file, from glibc.
25929         * lib/argp-pvh.c: New file, from glibc.
25930         * lib/argp-xinl.c: New file, from glibc.
25931
25932 2003-06-10  Simon Josefsson  <jas@extundo.com>
25933
25934         * modules/strchrnul: New file.
25935
25936 2003-06-10  Simon Josefsson  <jas@extundo.com>
25937
25938         * modules/argp: New file.
25939
25940 2003-06-10  Simon Josefsson  <jas@extundo.com>
25941
25942         * m4/strchrnul.m4: New file.
25943
25944 2003-06-10  Simon Josefsson  <jas@extundo.com>
25945
25946         * lib/strchrnul.h: New file.
25947         * lib/strchrnul.c: New file.
25948
25949 2003-06-10  Bruno Haible  <bruno@clisp.org>
25950
25951         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25952
25953 2003-06-07  Karl Berry  <karl@gnu.org>
25954
25955         * config/config.{guess,sub}: update from prep.
25956
25957 2003-06-07  Jim Meyering  <jim@meyering.net>
25958
25959         * modules/strtod: Use $(...) notation, not @...@ for
25960         AC_REPLACE'd variables.
25961         * modules/localcharset: Likewise.
25962
25963 2003-06-07  Jim Meyering  <jim@meyering.net>
25964
25965         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25966         in place of my name in the copyright comment.
25967         Remove definition and uses of __P.
25968
25969         From coreutils.
25970         * lib/stat.c: Don't declare xmalloc explicitly.
25971         Instead, include "xalloc.h".
25972         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25973         xrealloc, and xcalloc return values.
25974         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25975         Improve comment.
25976         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25977
25978 2003-06-07  Bruno Haible  <bruno@clisp.org>
25979
25980         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25981         avoid AC_CONFIG_LINKS.
25982         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25983         fnmatch.h, to avoid AC_CONFIG_LINKS.
25984         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25985
25986 2003-06-07  Bruno Haible  <bruno@clisp.org>
25987
25988         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25989         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25990         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25991         directory.
25992         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25993         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25994         directory.
25995
25996 2003-06-06  Jim Meyering  <jim@meyering.net>
25997
25998         Merge from coreutils.
25999         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26000         Consolidate declarations and initializations of *_base* locals.
26001
26002         Merge from coreutils.
26003         This avoids a core dump on systems without GNU putenv,
26004         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26005         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26006         (unsetenv): New static function, from GNU libc.
26007         (rpl_putenv): Use it.
26008
26009         * lib/modechange.c: Remove trailing blanks.
26010
26011         Merge from coreutils.
26012         * lib/fsusage.c: Remove declaration of statfs.
26013         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26014
26015         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26016
26017 2003-06-06  Jim Meyering  <jim@meyering.net>
26018
26019         * lib/stdbool_.h: Renamed from stdbool.h.in.
26020
26021 2003-06-06  Jim Meyering  <jim@meyering.net>
26022             Bruno Haible  <bruno@clisp.org>
26023
26024         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26025         Adjust Makefile.am snippet not to redirect directly to target.
26026         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26027
26028 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26029
26030         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26031         mismatch, look in future quarters as well as past.  This fixes a
26032         bug when processing fall-backwards gaps immediately after a long
26033         period of daylight-saving time.
26034
26035         * lib/mktime.c: Assume freestanding C89 or better.
26036         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26037         (__P): Remove; not used.
26038         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26039         (mktime, not_equal_tm, print_tm, check_result,
26040         main): Use prototypes.  Use const * where appropriate.
26041         (main): Fix typo in testing code that uncovered by above changes.
26042         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26043
26044 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26045
26046         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26047         locale.h, localeconv.  This merges changes from coreutils.
26048
26049         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26050         It can be removed after the next Autoconf is released.
26051         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26052         needed.
26053
26054 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26055
26056         * lib/mktime.c: Fix Debian bug 177940
26057         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26058         (localtime_offset): Now long int, not time_t, because we want it
26059         to be guaranteed to be signed.  All uses changed.
26060         (__mktime_internal): If overflow would occur when adding offset,
26061         don't add it.
26062
26063         Merge 'human' changes from coreutils.  Rewrite to support
26064         locale-specific notations like thousands separators.
26065         * lib/human.c: Simplify authorship notice.
26066         Include human.h immediately after config.h.
26067         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26068         <limits.h>: Do not include, since human.h does.
26069         (SIZE_MAX, UINTMAX_MAX): New macros.
26070         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26071         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26072         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26073         (power_letter): Renamed from suffixes.
26074         (generate_suffix_backwards): Remove.
26075         (adjust_value): Now takes int style (because of human.h changes)
26076         and long double value (for greater precision on some platforms).
26077         (group_number): New function.
26078         (human_readable): Use it.  Use integer options, not enum.
26079         Put the options before the sizes in the arg list.
26080         Support all the new options.
26081         The old human_readable function has been removed;
26082         use inttostr.h instead.
26083         (human_readable, default_block_size, humblock):
26084         Use uintmax_t, not int, for block sizes.
26085         (human_readable_inexact, block_size_types): Remove.
26086         (block_size_opts): New constant.
26087         (human_options): Renamed from human_block_size, with new signature
26088         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26089         * lib/human.h: Add copyright and authorship notice.
26090         Include <limits.h> and <stdbool.h> unconditionally.
26091         (PARAMS): Remove.  All uses removed.
26092         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26093         (enum human_inexact_style): Remove tag; now a nameless enum.
26094         (human_floor, human_ceiling, human_round_to_even): Now have
26095         values 2, 0, 1 rather than -1, 1, 0.
26096         (human_group_digits, human_suppress_point_zero, human_autoscale,
26097         human_base_1024, human_SI, human_B): New constants.
26098         (human_readable_inexact, human_block_size): Remove.
26099         (human_readable): Size args are now uintmax_t, not int.
26100         (human_options): New decl.
26101
26102         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26103         unnecessary now that we assume C89 or better.  This change
26104         imported from coreutils.
26105
26106         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26107         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26108         in the 2003-05-30 sync from glibc.
26109
26110         .h files should stand alone, but we shouldn't include <sys/types.h>
26111         if we can get away with just <stddef.h>.
26112
26113         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26114         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26115         rather than <sys/types.h>, as we merely need size_t.
26116         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26117         to get size_t.
26118         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26119         Include <stdio.h>, to get FILE.
26120         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26121         memcasecmp.h has included <stddef.h> and all we need is size_t.
26122         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26123         our interface, instead of including <sys/types.h>
26124
26125 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26126
26127         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26128         now, as glibc mktime is buggy on non-glibc systems.
26129
26130 2003-06-03  Karl Berry  <karl@gnu.org>
26131
26132         * config/config.sub: update from prep.
26133
26134 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26135
26136         [from coreutils]
26137         Fix some minor time-related bugs with POSIX time arguments.
26138         Some valid time stamps were being rejected (notably -1, and
26139         time stamps before 1900 on 64-bit hosts).  And some invalid
26140         time stamps were being accepted, e.g. September 31.
26141
26142         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26143         that we can return (time_t) -1 successfully.
26144         * lib/posixtm.c: Likewise.
26145         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26146         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26147         (t): Remove static var.
26148         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26149         of static var.  All uses changed.
26150         (year): Do not reject years before 1900; they can occur with
26151         64-bit time_t.
26152         (posix_time_parse): Do not check for out-of-range components;
26153         that is now the caller's responsibility, since our checks were
26154         only approximations.
26155         (posixtime): Use mktime to check for out-of-range components,
26156         since it knows them exactly.
26157         If mktime returns (time_t) -1, check whether an error actually occurred
26158         by invoking localtime on -1.
26159         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26160         posixtime failures better.
26161         Improve the test data (in comments only).
26162
26163 2003-06-02  Karl Berry  <karl@gnu.org>
26164
26165         * config/mkinstalldirs (version): new variable.
26166         (--version): new option.
26167         (usage): improve message.
26168
26169 2003-05-30  Karl Berry  <karl@gnu.org>
26170
26171         * lib/mktime.c: update from libc.
26172
26173 2003-05-30  Bruno Haible  <bruno@clisp.org>
26174
26175         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26176         * config/config.rpath: Upgrade to gettext-0.12.1.
26177
26178 2003-05-30  Bruno Haible  <bruno@clisp.org>
26179
26180         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26181         * m4/nls.m4: New file, from gettext-0.12.1.
26182         * m4/po.m4: New file, from gettext-0.12.1.
26183         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26184
26185 2003-05-30  Bruno Haible  <bruno@clisp.org>
26186
26187         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26188         * lib/localcharset.h: Likewise.
26189         * lib/localcharset.c: Likewise.
26190
26191 2003-05-29  Karl Berry  <karl@gnu.org>
26192
26193         * config/config.rpath: update from gettext.
26194
26195 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26196
26197         Assume the headers required for C89 freestanding compilers.
26198         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26199         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26200         * m4/human.m4 (gl_HUMAN): Likewise.
26201         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26202         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26203         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26204         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26205         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26206         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26207
26208 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26209
26210         Assume the headers required for C89 freestanding compilers.
26211         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26212         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26213         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26214         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26215         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26216         define, since <limits.h> is guaranteed to do that.
26217         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26218         * lib/exclude.c: Include <stdbool.h> unconditionally.
26219         * lib/tempname.c: Include <stddef.h> unconditionally.
26220         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26221         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26222         <stddef.h> does that.
26223         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26224         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26225         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26226         needed.
26227         * lib/xstrtol.c: Likewise.
26228         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26229         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26230
26231         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26232         warnings on some platforms.
26233
26234         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26235         arbitrarily.
26236
26237 2003-05-26  Jim Meyering  <jim@meyering.net>
26238
26239         Merge in a change from coreutils:
26240         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26241         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26242         that condition, rather than `-1' which is slightly misleading.
26243         Change the name of the cache variable to have the gl_ prefix.
26244         Prompted by a patch from Richard Dawe for DJGPP.
26245
26246 2003-05-24  Karl Berry  <karl@gnu.org>
26247
26248         * config/config.guess: update from prep.
26249
26250 2003-05-22  Karl Berry  <karl@gnu.org>
26251
26252         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26253
26254 2003-05-20  Karl Berry  <karl@gnu.org>
26255
26256         * config/config.guess: update from prep.
26257
26258 2003-05-18  Karl Berry  <karl@gnu.org>
26259
26260         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26261         might actually be set by the user.
26262
26263         * config/depcomp, install-sh, mdate-sh: update from automake.
26264
26265 2003-05-17  Bruno Haible  <bruno@clisp.org>
26266
26267         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26268         invalid expansion for AC_EGREP_CPP.
26269         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26270         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26271         Suggested by Akim Demaille <akim@epita.fr> in
26272         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26273
26274 2003-05-12  Jim Meyering  <jim@meyering.net>
26275
26276         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26277         the space-padded-by-default conversion specifiers, %e, %k, %l.
26278
26279 2003-05-12  Bruno Haible  <bruno@clisp.org>
26280
26281         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26282         the string is longer than 4 KB.
26283
26284 2003-05-11  Karl Berry  <karl@gnu.org>
26285
26286         * config/config.{guess,sub}: update from prep.
26287
26288 2003-05-09  Bruno Haible  <bruno@clisp.org>
26289
26290         * modules/error: Add m4/strerror_r.m4 to file list.
26291
26292 2003-05-03  Bruno Haible  <bruno@clisp.org>
26293
26294         Upgrade to Unicode-4.0.
26295         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26296         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26297         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26298         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26299         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26300         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26301         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26302         Change width of U+E0100..U+E01EF from 1 to 0.
26303
26304 2003-04-25  Jim Meyering  <jim@meyering.net>
26305
26306         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26307         of type size_t, not int.
26308
26309 2003-04-25  Bruno Haible  <bruno@clisp.org>
26310
26311         * lib/copy-file.c: Include <stddef.h>, for size_t.
26312
26313 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26314
26315         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26316         code which expansion is under static control.  Patch imported from
26317         Akim Demaille's patch to Bison; see
26318         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26319
26320 2003-04-14  Bruno Haible  <bruno@clisp.org>
26321
26322         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26323
26324 2003-04-11  Jim Meyering  <jim@meyering.net>
26325
26326         Merge changes from Coreutils.
26327
26328         2003-03-22  Jim Meyering  <jim@meyering.net>
26329
26330         * lib/strftime.c (widen): Cast alloca return value to proper type.
26331
26332         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26333
26334         From GNU libc.
26335         * lib/strftime.c (my_strftime): Handle very large width
26336         specifications for numeric values correctly.  Improve checks for
26337         overflow.
26338
26339         2003-01-19  Jim Meyering  <jim@meyering.net>
26340
26341         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26342         definitions.
26343         (nl_get_alt_digit) [! defined my_strftime]: Define.
26344         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26345         _nl_get_alt_digit and _nl_get_walt_digit.
26346
26347         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26348         libc. These changes have no effect outside of _LIBC.
26349
26350 2003-04-10  Bruno Haible  <bruno@clisp.org>
26351
26352         * modules/findprog: New file.
26353         * MODULES.html.sh (func_all_modules): Add it.
26354
26355 2003-04-10  Bruno Haible  <bruno@clisp.org>
26356
26357         * m4/findprog.m4: New file.
26358         * m4/eaccess.m4: New file.
26359
26360 2003-04-10  Bruno Haible  <bruno@clisp.org>
26361
26362         * lib/findprog.h: New file, from GNU gettext.
26363         * lib/findprog.c: New file, from GNU gettext.
26364
26365 2003-04-05  Jim Meyering  <jim@meyering.net>
26366
26367         Merge changes from Coreutils.
26368
26369         * lib/exclude.h (PARAMS): Remove definition and uses.
26370         * lib/exclude.c: Remove uses of `PARAMS'.
26371
26372         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26373         Add test-cases for DOS filenames. Declare program_name.
26374         (main): Set up program_name.  Patch by Rich Dawe.
26375
26376         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26377         error from mntctl.
26378         Use mntctl's return value to drive the entry-processing loop, since
26379         we can't rely on the value of the vmt_length member in the last
26380         entry.  On some systems doing so could result in exhausting
26381         virtual memory.  Based in part on a patch from Mike Jetzer.
26382
26383 2003-04-04  Bruno Haible  <bruno@clisp.org>
26384
26385         * modules/linebreak: New file.
26386         * MODULES.html.sh (func_all_modules): Add it.
26387
26388 2003-04-04  Bruno Haible  <bruno@clisp.org>
26389
26390         * m4/linebreak.m4: New file.
26391
26392 2003-04-04  Bruno Haible  <bruno@clisp.org>
26393
26394         * lib/linebreak.h: New file, from GNU gettext.
26395         * lib/linebreak.c: New file, from GNU gettext with slight
26396         modifications.
26397         * lib/lbrkprop.h: New file, from GNU gettext.
26398
26399 2003-04-03  Bruno Haible  <bruno@clisp.org>
26400
26401         * modules/utf8-ucs4: New file.
26402         * modules/utf16-ucs4: New file.
26403         * modules/ucs4-utf8: New file.
26404         * modules/ucs4-utf16: New file.
26405         * MODULES.html.sh (func_all_modules): Add them.
26406
26407 2003-04-03  Bruno Haible  <bruno@clisp.org>
26408
26409         * m4/utf-ucs4.m4: New file.
26410         * m4/ucs4-utf.m4: New file.
26411
26412 2003-04-03  Bruno Haible  <bruno@clisp.org>
26413
26414         * lib/utf8-ucs4.h: New file, from GNU gettext.
26415         * lib/utf16-ucs4.h: New file, from GNU gettext.
26416         * lib/ucs4-utf8.h: New file, from GNU gettext.
26417         * lib/ucs4-utf16.h: New file, from GNU gettext.
26418
26419 2003-04-02  Bruno Haible  <bruno@clisp.org>
26420
26421         * modules/binary-io: New file.
26422         * MODULES.html.sh (func_all_modules): Add it.
26423
26424 2003-04-02  Bruno Haible  <bruno@clisp.org>
26425
26426         * lib/binary-io.h: New file, from GNU gettext.
26427
26428 2003-04-01  Bruno Haible  <bruno@clisp.org>
26429
26430         * modules/pathname: New file.
26431         * MODULES.html.sh (func_all_modules): Add it.
26432
26433 2003-04-01  Bruno Haible  <bruno@clisp.org>
26434
26435         * lib/pathname.h: New file, from GNU gettext.
26436         * lib/concatpath.c: New file, from GNU gettext.
26437
26438 2003-03-30  Bruno Haible  <bruno@clisp.org>
26439
26440         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26441
26442 2003-03-30  Bruno Haible  <bruno@clisp.org>
26443
26444         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26445         function chown() doesn't exist.
26446
26447 2003-03-28  Bruno Haible  <bruno@clisp.org>
26448
26449         * modules/copy-file: New file.
26450         * MODULES.html.sh (func_all_modules): Add it.
26451
26452 2003-03-28  Bruno Haible  <bruno@clisp.org>
26453
26454         * m4/copy-file.m4: New file.
26455
26456 2003-03-28  Bruno Haible  <bruno@clisp.org>
26457
26458         * lib/copy-file.h: New file, from GNU gettext.
26459         * lib/copy-file.c: New file, from GNU gettext.
26460
26461 2003-03-18  Jim Meyering  <jim@meyering.net>
26462
26463         * lib/quote.c (quote_n): Fix typo in comment.
26464
26465 2003-03-18  Bruno Haible  <bruno@clisp.org>
26466
26467         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26468         checking.
26469         * m4/onceonly_2_57.m4: Likewise.
26470
26471 2003-03-17  Bruno Haible  <bruno@clisp.org>
26472
26473         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26474         (m4_quote): Remove macro.
26475         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26476
26477 2003-03-14  Jim Meyering  <jim@meyering.net>
26478
26479         Merge changes from Coreutils.
26480         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26481         to be const, in order to avoid warnings.
26482         (obstack_room): Likewise.
26483         (obstack_empty_p): Likewise.
26484
26485 2003-03-14  Bruno Haible  <bruno@clisp.org>
26486
26487         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26488         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26489
26490 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26491
26492         Merge changes from Bison.
26493         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26494         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26495         when compiling Bison 1.875's `bitset bset = obstack_alloc
26496         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26497         * lib/hash.c: Include <stdbool.h> unconditionally.
26498
26499 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26500
26501         * m4/onceonly.m4 (m4_quote): New macro.
26502         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26503         Quote AC_FOREACH variable-expansions properly.
26504
26505 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26506
26507         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26508
26509 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26510
26511         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26512         Reported by Bruce Becker; see:
26513         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26514
26515 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26516             Bruno Haible  <bruno@clisp.org>
26517
26518         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26519         Reported by John Hughes, see
26520         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26521
26522 2003-02-20  Bruno Haible  <bruno@clisp.org>
26523
26524         * MODULES.html.sh (func_all_modules): Add poll.
26525
26526 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26527
26528         * modules/poll: New file.
26529
26530 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26531
26532         * lib/poll_.h: New file.
26533         * lib/poll.c: New file.
26534
26535 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26536
26537         * m4/poll.m4: New file.
26538
26539 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26540
26541         * modules/mathl: New file.
26542
26543 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26544
26545         * lib/mathl.h: New file.
26546         * lib/acosl.c: New file.
26547         * lib/asinl.c: New file.
26548         * lib/atanl.c: New file.
26549         * lib/ceill.c: New file.
26550         * lib/cosl.c: New file.
26551         * lib/expl.c: New file.
26552         * lib/floorl.c: New file.
26553         * lib/frexpl.c: New file.
26554         * lib/ldexpl.c: New file.
26555         * lib/logl.c: New file.
26556         * lib/sincosl.c: New file.
26557         * lib/sinl.c: New file.
26558         * lib/sqrtl.c: New file.
26559         * lib/tanl.c: New file.
26560         * lib/trigl.c: New file.
26561         * lib/trigl.h: New file.
26562
26563 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26564
26565         * m4/mathl.m4: New file.
26566
26567 2003-02-18  Bruno Haible  <bruno@clisp.org>
26568
26569         * MODULES.html.sh (func_all_modules): Add mathl.
26570
26571 2003-02-17  Bruno Haible  <bruno@clisp.org>
26572
26573         * modules/mkdtemp: New module.
26574         * MODULES.html.sh (func_all_modules): Add it.
26575
26576 2003-02-17  Bruno Haible  <bruno@clisp.org>
26577
26578         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26579
26580 2003-02-17  Bruno Haible  <bruno@clisp.org>
26581
26582         * lib/mkdtemp.h: New file, from GNU gettext.
26583         * lib/mkdtemp.c: New file, from GNU gettext.
26584
26585 2003-02-02  Jim Meyering  <jim@meyering.net>
26586
26587         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26588         e.g. glibc-2.2.93.
26589
26590 2003-01-31  Bruno Haible  <bruno@clisp.org>
26591
26592         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26593         'rpl_rename'.
26594         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26595         'rpl_strnlen'.
26596         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26597         'rpl_strtod'.
26598         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26599         'rpl_utime'.
26600
26601 2003-01-31  Bruno Haible  <bruno@clisp.org>
26602
26603         * lib/rename.c: #undef rename before defining rpl_rename.
26604         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26605
26606 2003-01-30  Bruno Haible  <bruno@clisp.org>
26607
26608         * modules/vasnprintf, modules/vasprintf: New modules.
26609         * MODULES.html.sh (func_all_modules): Add them.
26610
26611 2003-01-30  Bruno Haible  <bruno@clisp.org>
26612
26613         * m4/signed.m4: New file, from GNU gettext.
26614         * m4/longdouble.m4: New file, from GNU gettext.
26615         * m4/wchar_t.m4: New file, from GNU gettext.
26616         * m4/wint_t.m4: New file, from GNU gettext.
26617         * m4/vasnprintf.m4: New file.
26618         * m4/vasprintf.m4: New file.
26619
26620 2003-01-30  Bruno Haible  <bruno@clisp.org>
26621
26622         * lib/printf-args.h: New file, from GNU gettext.
26623         * lib/printf-args.c: New file, from GNU gettext.
26624         * lib/printf-parse.h: New file, from GNU gettext.
26625         * lib/printf-parse.c: New file, from GNU gettext.
26626         * lib/vasnprintf.h: New file, from GNU gettext.
26627         * lib/vasnprintf.c: New file, from GNU gettext.
26628         * lib/asnprintf.c: New file, from GNU gettext.
26629         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26630         * lib/vasprintf.c: New file, from GNU gettext.
26631         * lib/asprintf.c: New file, from GNU gettext.
26632
26633 2003-01-29  Bruno Haible  <bruno@clisp.org>
26634
26635         * modules/stpncpy: New module.
26636         * MODULES.html.sh (func_all_modules): Add it.
26637
26638 2003-01-29  Bruno Haible  <bruno@clisp.org>
26639
26640         * m4/stpncpy.m4: New file.
26641
26642 2003-01-29  Bruno Haible  <bruno@clisp.org>
26643
26644         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26645         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26646
26647 2003-01-28  Bruno Haible  <bruno@clisp.org>
26648
26649         * modules/c-ctype: New module.
26650         * MODULES.html.sh (func_all_modules): Add it.
26651
26652 2003-01-28  Bruno Haible  <bruno@clisp.org>
26653
26654         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26655         Paul Eggert.
26656         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26657         Paul Eggert.
26658
26659 2003-01-27  Bruno Haible  <bruno@clisp.org>
26660
26661         * modules/xsetenv: New module.
26662         * MODULES.html.sh (func_all_modules): Add it.
26663
26664 2003-01-27  Bruno Haible  <bruno@clisp.org>
26665
26666         * lib/xsetenv.h: New file, from GNU gettext.
26667         * lib/xsetenv.c: New file, from GNU gettext.
26668
26669 2003-01-23  Jim Meyering  <jim@meyering.net>
26670
26671         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26672         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26673
26674 2003-01-23  Bruno Haible  <bruno@clisp.org>
26675
26676         * modules/minmax: New module.
26677         * MODULES.html.sh (func_all_modules): Add it.
26678
26679 2003-01-23  Bruno Haible  <bruno@clisp.org>
26680
26681         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26682         Eggert.
26683
26684 2003-01-22  Bruno Haible  <bruno@clisp.org>
26685
26686         * modules/exit: New module.
26687         * MODULES.html.sh (func_all_modules): Add it.
26688
26689 2003-01-22  Bruno Haible  <bruno@clisp.org>
26690
26691         * lib/exit.h: New file, from GNU gettext.
26692
26693 2003-01-19  Bruno Haible  <bruno@clisp.org>
26694
26695         * gnulib-tool: Recognize option --extract-maintainer.
26696         (func_get_maintainer): New function.
26697         * modules/*: Add Maintainer entry.
26698
26699 2003-01-16  Jim Meyering  <jim@meyering.net>
26700
26701         * m4/regex.m4: The `regex' struct is both input and output.
26702         Initialize it before each use.  Patch by Tim Waugh.
26703
26704 2003-01-16  Bruno Haible  <bruno@clisp.org>
26705
26706         * MODULES.html.sh: Add a table of contents. Add the module name as
26707         leftmost column. Add hyperlinks.
26708
26709 2003-01-15  Bruno Haible  <bruno@clisp.org>
26710
26711         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26712
26713 2003-01-15  Bruno Haible  <bruno@clisp.org>
26714
26715         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26716         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26717         suffix.
26718
26719 2003-01-15  Bruno Haible  <bruno@clisp.org>
26720
26721         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26722
26723 2003-01-15  Bruno Haible  <bruno@clisp.org>
26724
26725         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26726         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26727
26728 2003-01-14  Jim Meyering  <jim@meyering.net>
26729
26730         * lib/same.c (same_name): Tweak a comment.
26731
26732 2003-01-14  Bruno Haible  <bruno@clisp.org>
26733
26734         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26735         when a string comparison is sufficient.
26736
26737 2003-01-14  Bruno Haible  <bruno@clisp.org>
26738
26739         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26740         'unsigned int'.
26741
26742 2003-01-14  Bruno Haible  <bruno@clisp.org>
26743
26744         * lib/hash-pjw.c: Add comment about low quality of this function.
26745
26746 2003-01-13  Bruno Haible  <bruno@clisp.org>
26747
26748         * modules/stpcpy: Distribute lib/stpcpy.h.
26749         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26750
26751 2003-01-13  Bruno Haible  <bruno@clisp.org>
26752
26753         * modules/*: Add a description.
26754         * modules/strpbrk: Fix Makefile.am snippet.
26755         * modules/strtoimax: Fix dependencies.
26756         * modules/strtoumax: Likewise.
26757
26758 2003-01-13  Bruno Haible  <bruno@clisp.org>
26759
26760         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26761         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26762         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26763
26764 2003-01-13  Bruno Haible  <bruno@clisp.org>
26765
26766         * gnulib-tool (func_create_testdir): Store config/* files in the main
26767         directory.
26768         * config.rpath: Move to ...
26769         * config/config.rpath: ... here.
26770         * modules/gettext: Contains config/config.rpath, not config.rpath.
26771         * modules/iconv: Likewise.
26772
26773 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26774
26775         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26776         to avoid collisions with libcurses and libreadline.
26777
26778         * m4/getstr.m4: Remove.
26779         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26780
26781 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26782
26783         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26784         to avoid collisions with libcurses and libreadline.
26785
26786         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26787         * lib/getstr.h, getstr.c: Remove.
26788         * lib/getline.c: Include "getline.h", to check interface.
26789         Move body of old getstr.c here: this defines MIN_CHUNK and
26790         declares getdelim2, which is renamed from getstr.
26791         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26792
26793         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26794         All uses changed.
26795         * lib/linebuffer.h: Likewise.
26796         (readline): Remove backward-compatibility macro.
26797
26798 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26799
26800         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26801         to avoid collisions with libcurses and libreadline.
26802         * getstr: Remove.
26803         * MODULES.html.sh: Remove getstr.
26804         * modules/getline: Depend on unlocked-io, not getstr.
26805
26806 2003-01-12  Jim Meyering  <jim@meyering.net>
26807
26808         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26809
26810 2003-01-10  Bruno Haible  <bruno@clisp.org>
26811
26812         * modules/alloca: Change Makefile.am requirements. Simplify Include
26813         requirements. Add lib/alloca_.h to file list.
26814
26815 2003-01-10  Bruno Haible  <bruno@clisp.org>
26816
26817         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26818
26819 2003-01-10  Bruno Haible  <bruno@clisp.org>
26820
26821         * lib/alloca_.h: New file.
26822         * lib/getdate.y: Unconditionally include alloca.h.
26823         * lib/makepath.c: Likewise.
26824         * lib/setenv.c: Likewise.
26825         * lib/userspec.c: Likewise.
26826
26827 2003-01-09  Karl Berry  <karl@gnu.org>
26828
26829         * MODULES.html.sh: include `dirname $0` in PATH, to find
26830         gnulib-tool.
26831
26832 2003-01-09  Bruno Haible  <bruno@clisp.org>
26833
26834         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26835         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26836
26837 2003-01-09  Bruno Haible  <bruno@clisp.org>
26838
26839         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26840
26841 2003-01-09  Bruno Haible  <bruno@clisp.org>
26842
26843         * lib/stdbool.h.in: New file.
26844
26845 2003-01-09  Bruno Haible  <bruno@clisp.org>
26846
26847         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26848         * MODULES.html.sh: Likewise.
26849
26850 2003-01-08  Jim Meyering  <jim@meyering.net>
26851
26852         * lib/full-write.c: Undefine and define-away `const' after inclusion
26853         of errno.h, not before.  Suggestion from Bruno Haible.
26854
26855 2003-01-08  Bruno Haible  <bruno@clisp.org>
26856
26857         * modules/full-read: Depend on full-write.
26858
26859 2003-01-08  Bruno Haible  <bruno@clisp.org>
26860
26861         * lib/safe-read.c: Include specification header first, to ensure its
26862         selfcontainedness.
26863         * lib/full-write.c: Likewise.
26864
26865 2003-01-07  Jim Meyering  <jim@meyering.net>
26866
26867         * lib/full-write.c: Rework so that it may serve to define full_read,
26868         too.
26869         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26870
26871 2003-01-07  Bruno Haible  <bruno@clisp.org>
26872
26873         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26874         <inttypes.h>.
26875         * lib/xstrtol.h: Likewise.
26876         * lib/xstrtoimax.c: Likewise.
26877         * lib/xstrtoumax.c: Likewise.
26878         * lib/human.h: Likewise.
26879
26880         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26881         on systems that have <inttypes.h> but not <stdint.h>.
26882
26883 2003-01-07  Bruno Haible  <bruno@clisp.org>
26884
26885         * MODULES.html.sh: Add copyright notice.
26886         (missed_files): Omit CVS directory entries.
26887         (func_module): Make it work with sed-3.02.
26888         * MODULES.txt: Remove file.
26889
26890 2003-01-06  Jim Meyering  <jim@meyering.net>
26891
26892         * lib/version-etc.c: Update year in translatable copyright string.
26893
26894 2003-01-03  Karl Berry  <karl@gnu.org>
26895
26896         * config/config.{guess,sub}: update from prep.
26897
26898 2003-01-02  Karl Berry  <karl@gnu.org>
26899
26900         * doc/COPYING.DOC: belatedly updated to 1.2.
26901
26902 2003-01-01  Karl Berry  <karl@gnu.org>
26903
26904         * gnulib-tool (func_verify_module): report module name $module in
26905         error message, not $1.
26906         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26907         be created, only if it doesn't exist.
26908         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26909
26910 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26911
26912         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26913
26914 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26915
26916         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26917         memcmp if strcoll doesn't work.
26918
26919 2002-12-31  Bruno Haible  <bruno@clisp.org>
26920
26921         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26922         nonempty.
26923
26924 2002-12-31  Bruno Haible  <bruno@clisp.org>
26925
26926         * lib/memcoll.c (STRCOLL): New macro.
26927         (memcoll): Use it.
26928
26929 2002-12-31  Bruno Haible  <bruno@clisp.org>
26930
26931         * lib/localcharset.h: New file.
26932         * lib/localcharset.c: Include it.
26933         * lib/unicodeio.c: Likewise.
26934
26935 2002-12-31  Bruno Haible  <bruno@clisp.org>
26936
26937         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26938         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26939
26940 2002-12-31  Bruno Haible  <bruno@clisp.org>
26941
26942         * lib/getline.h: Include <stddef.h>, for size_t.
26943
26944         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26945         * lib/unicodeio.c: Don't include <stddef.h>.
26946
26947 2002-12-31  Bruno Haible  <bruno@clisp.org>
26948
26949         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26950         HAVE_TM_ZONE.
26951
26952 2002-12-24  Karl Berry  <karl@gnu.org>
26953
26954         * config/config.guess: update from prep.
26955
26956 2002-12-24  Bruno Haible  <bruno@clisp.org>
26957
26958         General infrasructure.
26959         * m4/README: Rewritten.
26960         * m4/onceonly.m4: New file.
26961         * m4/onceonly_2_57.m4: New file.
26962
26963         Module atexit.
26964         * m4/atexit.m4: New file.
26965
26966         Module strtod.
26967         * m4/strtod.m4: New file.
26968
26969         Module strtol.
26970         * m4/strtol.m4: New file.
26971
26972         Module strtoul.
26973         * m4/strtoul.m4: New file.
26974
26975         Module memchr.
26976         * m4/memchr.m4: New file.
26977
26978         Module memcmp.
26979         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26980         (jm_FUNC_MEMCMP): Invoke it.
26981
26982         Module memcpy.
26983         * m4/memcpy.m4: New file.
26984
26985         Module memmove.
26986         * m4/memmove.m4: New file.
26987
26988         Module memset.
26989         * m4/memset.m4: New file.
26990
26991         Module strcspn.
26992         * m4/strcspn.m4: New file.
26993
26994         Module strpbrk.
26995         * m4/strpbrk.m4: New file.
26996
26997         Module strstr.
26998         * m4/strstr.m4: New file.
26999
27000         Module strerror.
27001         * m4/strerror.m4: New file.
27002
27003         Module mktime.
27004         * m4/mktime.m4: Renamed from jm-mktime.m4.
27005         (gl_PREREQ_MKTIME): New macro.
27006         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27007
27008         Module malloc.
27009         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27010         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27011         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27012
27013         Module realloc.
27014         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27015         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27016         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27017
27018         Module strftime.
27019         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27020         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27021         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27022         gl_TM_GMTOFF.
27023         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27024
27025         Module xalloc.
27026         * m4/xalloc.m4: New file.
27027
27028         Module alloca.
27029         * m4/alloca.m4: New file.
27030
27031         Module putenv.
27032         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27033         (jm_FUNC_PUTENV): Invoke it.
27034
27035         Module setenv.
27036         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27037         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27038         when invoked twice.
27039         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27040         gt_FUNC_SETENV.
27041
27042         Module memrchr.
27043         * m4/memrchr.m4: New file.
27044
27045         Module stpcpy.
27046         * m4/stpcpy.m4: New file.
27047
27048         Module strcase.
27049         * m4/strcase.m4: New file.
27050
27051         Module strdup.
27052         * m4/strdup.m4: New file.
27053
27054         Module strnlen.
27055         * m4/strnlen.m4: New file.
27056
27057         Module strndup.
27058         * m4/strndup.m4: New file.
27059
27060         Module xstrtod.
27061         * m4/xstrtod.m4: New file.
27062
27063         Module xstrtol.
27064         * m4/xstrtol.m4: New file.
27065
27066         Module getdate.
27067         * m4/getdate.m4: New file.
27068
27069         Module unlocked-io.
27070         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27071         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27072         * m4/jm-glibc-io.m4n: Remove file.
27073
27074         Module long-options.
27075         * m4/long-options.m4: New file.
27076
27077         Module md5.
27078         * m4/md5.m4: New file.
27079
27080         Module sha.
27081         * m4/sha.m4: New file.
27082
27083         Module getstr.
27084         * m4/getstr.m4: New file.
27085
27086         Module getline.
27087         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27088         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27089         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27090         simply getline. Infoke gl_PREREQ_GETLINE.
27091
27092         Module obstack.
27093         * m4/obstack.m4: New file.
27094
27095         Module hash.
27096         * m4/hash.m4: New file.
27097
27098         Module readtokens.
27099         * m4/readtokens.m4: New file.
27100
27101         Module strverscmp.
27102         * m4/strverscmp.m4: New file.
27103
27104         Module stdbool.
27105         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27106         OSF/1.
27107
27108         Module strtoll.
27109         * m4/strtoll.m4: New file.
27110
27111         Module strtoull.
27112         * m4/strtoull.m4: New file.
27113
27114         Module strtoimax.
27115         * m4/strtoimax.m4: New file.
27116
27117         Module strtoumax.
27118         * m4/strtoumax.m4: New file.
27119
27120         Module xstrtoimax.
27121         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27122         jm_AC_PREREQ_XSTRTOIMAX.
27123         Moved the strtol prerequisites to strtol.m4.
27124         Moved the strtoll prerequisites to strtoll.m4.
27125         Moved the strtoimax prerequisites to strtoimax.m4.
27126
27127         Module xstrtoumax.
27128         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27129         jm_AC_PREREQ_XSTRTOUMAX.
27130         Moved the strtoul prerequisites to strtoul.m4.
27131         Moved the strtoull prerequisites to strtoull.m4.
27132         Moved the strtoumax prerequisites to strtoumax.m4.
27133
27134         Module chown.
27135         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27136         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27137
27138         Module dup2.
27139         * m4/dup2.m4: New file.
27140
27141         Module ftruncate.
27142         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27143         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27144
27145         Module getgroups.
27146         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27147         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27148
27149         Module gettimeofday.
27150         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27151         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27152         gl_PREREQ_GETTIMEOFDAY.
27153
27154         Module mkdir.
27155         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27156         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27157
27158         Module mkstemp.
27159         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27160         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27161         jm_AC_TYPE_UINTMAX_T.
27162         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27163
27164         Module stat.
27165         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27166         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27167
27168         Module lstat.
27169         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27170         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27171
27172         Module timespec.
27173         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27174         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27175         * m4/st_mtim.m4: Indentation.
27176
27177         Module nanosleep.
27178         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27179         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27180         gl_PREREQ_NANOSLEEP.
27181
27182         Module regex.
27183         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27184         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27185         (gl_REGEX): New macro.
27186
27187         Module rename.
27188         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27189         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27190
27191         Module rmdir.
27192         * m4/rmdir.m4: New file.
27193
27194         Module utime.
27195         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27196         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27197         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27198
27199         Module dirname.
27200         * m4/dirname.m4: New file.
27201
27202         Module getopt.
27203         * m4/getopt.m4: New file.
27204
27205         Module unistd-safer.
27206         * m4/unistd-safer.m4: New file.
27207
27208         Module fnmatch.
27209         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27210         declaration.
27211         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27212         (gl_FUNC_FNMATCH_POSIX): New macro.
27213         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27214         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27215         simply fnmatch.
27216
27217         Module exclude.
27218         * m4/exclude.m4: New file.
27219
27220         Module human.
27221         * m4/human.m4: New file.
27222
27223         Module acl.
27224         * m4/acl.m4: Nop.
27225
27226         Module backupfile.
27227         * m4/backupfile.m4: New file.
27228         * m4/d-ino.m4: Indentation.
27229
27230         Module fsusage.
27231         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27232         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27233         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27234
27235         Module dirfd.
27236         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27237         requirements.
27238
27239         Module euidaccess.
27240         * m4/euidaccess.m4: New file.
27241
27242         Module file-type.
27243         * m4/file-type.m4: New file.
27244
27245         Module fileblocks.
27246         * m4/fileblocks.m4: New file.
27247
27248         Module filemode.
27249         * m4/filemode.m4: New file.
27250
27251         Module isdir.
27252         * m4/isdir.m4: New file.
27253
27254         Module lchown.
27255         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27256         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27257
27258         Module makepath.
27259         * m4/makepath.m4: New file.
27260
27261         Module modechange.
27262         * m4/modechange.m4: New file.
27263
27264         Module mountlist.
27265         * m4/mountlist.m4: New file.
27266         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27267         Indentation.
27268
27269         Module path-concat.
27270         * m4/path-concat.m4: New file.
27271
27272         Module pathmax.
27273         * m4/pathmax.m4: New file.
27274
27275         Module same.
27276         * m4/same.m4: New file.
27277
27278         Module save-cwd.
27279         * m4/save-cwd.m4: New file.
27280
27281         Module savedir.
27282         * m4/savedir.m4: New file.
27283
27284         Module xgetcwd.
27285         * m4/xgetcwd.m4: New file.
27286         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27287
27288         Module xreadlink.
27289         * m4/xreadlink.m4: New file.
27290
27291         Module safe-read.
27292         * m4/safe-read.m4: New file.
27293
27294         Module safe-write.
27295         * m4/safe-write.m4: New file.
27296
27297         Module closeout.
27298         * m4/closeout.m4: New file.
27299
27300         Module stdio-safer.
27301         * m4/stdio-safer.m4: New file.
27302
27303         Module getpass.
27304         * m4/getpass.m4: New file.
27305
27306         Module getugroups.
27307         * m4/getugroups.m4: New file.
27308
27309         Module group-member.
27310         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27311         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27312
27313         Module idcache.
27314         * m4/idcache.m4: New file.
27315
27316         Module userspec.
27317         * m4/userspec.m4: New file.
27318
27319         Module gettime.
27320         * m4/clock_time.m4: New file.
27321         * m4/gettime.m4: New file.
27322
27323         Module settime.
27324         * m4/settime.m4: New file.
27325
27326         Module posixtm.
27327         * m4/posixtm.m4: New file.
27328
27329         Module gethostname.
27330         * m4/gethostname.m4: New file.
27331
27332         Module canon-host.
27333         * m4/canon-host.m4: New file.
27334
27335         Module gettext.
27336         * m4/codeset.m4: New file, from gettext-0.11.5.
27337         * m4/gettext.m4: New file, from gettext-0.11.5.
27338         * m4/glibc21.m4: New file, from gettext-0.11.5.
27339         * m4/iconv.m4: New file, from gettext-0.11.5.
27340         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27341         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27342         * m4/inttypes.m4: New file, from gettext-0.11.5.
27343         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27344         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27345         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27346         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27347         * m4/lib-link.m4: New file, from gettext-0.11.5.
27348         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27349         * m4/progtest.m4: New file, from gettext-0.11.5.
27350         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27351         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27352         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27353
27354         Module localcharset.
27355         * m4/localcharset.m4: New file.
27356
27357         Module hard-locale.
27358         * m4/hard-locale.m4: New file.
27359
27360         Module mbswidth.
27361         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27362         onceonly macros.
27363         * m4/mbrtowc.m4: Add comment.
27364
27365         Module memcasecmp.
27366         * m4/memcasecmp.m4: New file.
27367
27368         Module memcoll.
27369         * m4/memcoll.m4: New file.
27370
27371         Module unicodeio.
27372         * m4/unicodeio.m4: New file.
27373
27374         Module rpmatch.
27375         * m4/rpmatch.m4: New file.
27376
27377         Module yesno.
27378         * m4/yesno.m4: New file.
27379
27380         Module exitfail.
27381         * m4/exitfail.m4: New file.
27382
27383         Module c-stack.
27384         * m4/c-stack.m4 (gl_C_STACK): New macro.
27385         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27386
27387         Module error.
27388         * m4/error.m4 (gl_ERROR): New macro.
27389         (jm_PREREQ_ERROR): Use onceonly macros.
27390
27391         Module fatal.
27392         * m4/fatal.m4: New file.
27393
27394         Module getloadavg.
27395         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27396         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27397
27398         Module getpagesize.
27399         * m4/getpagesize.m4: New file.
27400
27401         Module getusershell.
27402         * m4/getusershell.m4: New file.
27403
27404         Module physmem.
27405         * m4/physmem.m4: New file.
27406
27407         Module posixver.
27408         * m4/posixver.m4: New file.
27409
27410         Module quotearg.
27411         * m4/quotearg.m4: New file.
27412
27413         Module quote.
27414         * m4/quote.m4: New file.
27415
27416         Module readutmp.
27417         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27418
27419         Module sig2str.
27420         * m4/sig2str.m4: New file.
27421
27422         Other.
27423         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27424         ulonglong.m4.
27425         * m4/intmax_t.m4: New file.
27426         * m4/d-type.m4: Indentation.
27427         * m4/jm-macros.m4: Update.
27428         * m4/prereq.m4 (jm_PREREQ): Update.
27429         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27430         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27431         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27432         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27433         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27434         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27435         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27436         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27437         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27438         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27439         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27440         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27441         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27442         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27443         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27444         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27445         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27446         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27447         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27448
27449 2002-12-24  Bruno Haible  <bruno@clisp.org>
27450
27451         * MODULES.txt: Update according to m4/ changes.
27452
27453         Module gettext.
27454         * config.rpath: New file, from gettext-0.11.5.
27455
27456         * modules/*: New module descriptions.
27457         * gnulib-tool: New file.
27458         * MODULES.html.sh: New file.
27459
27460 2002-12-21  Karl Berry  <karl@gnu.org>
27461
27462         * doc/fdl.texi: update to version 1.2.
27463
27464 2002-12-19  Karl Berry  <karl@gnu.org>
27465
27466         * config/config.guess: update from prep.
27467
27468 2002-12-18  Bruno Haible  <bruno@clisp.org>
27469
27470         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27471         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27472
27473 2002-12-17  Bruno Haible  <bruno@clisp.org>
27474
27475         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27476         stdlib.h, string.h.
27477
27478 2002-12-17  Bruno Haible  <bruno@clisp.org>
27479
27480         * lib/canon-host.c (strdup): Remove unused declaration.
27481
27482         * lib/fsusage.c: Include full_read.h.
27483         (get_fs_usage): Use full_read instead of safe_read.
27484
27485         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27486
27487 2002-12-12  Karl Berry  <karl@gnu.org>
27488
27489         * config/config.guess: update from prep.
27490
27491 2002-12-11  Bruno Haible  <bruno@clisp.org>
27492
27493         * m4/setenv.m4: New file, from gettext-0.11.5.
27494
27495 2002-12-11  Bruno Haible  <bruno@clisp.org>
27496
27497         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27498         not unsetenv().
27499         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27500         modifications:
27501
27502         2002-12-11  Bruno Haible  <bruno@clisp.org>
27503
27504                 * setenv.c (alloca): Fall back to malloc.
27505                 (freea): New macro.
27506                 (setenv): Use freea() to free memory allocated with alloca().
27507
27508         2002-11-13  Bruno Haible  <bruno@clisp.org>
27509
27510                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27511                 function declarations.
27512                 * unsetenv.c (unsetenv): Likewise.
27513
27514         2002-03-04  Bruno Haible  <bruno@clisp.org>
27515
27516                 Portability to AIX 4.3.3.
27517                 * unsetenv.c: New file, extracted from setenv.c.
27518                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27519
27520         2001-12-20  Bruno Haible  <bruno@clisp.org>
27521
27522                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27523                 use malloc instead. For SunOS 4.
27524
27525         2001-12-11  Bruno Haible  <bruno@clisp.org>
27526
27527                 * setenv.c: Declare alloca.
27528                 (compar_fn_t): New typedef.
27529                 (KNOWN_VALUE, STORE_VALUE): Use it.
27530
27531         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27532         setenv.h.
27533
27534 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27535
27536         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27537         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27538         Choose values that are less likely to collide with system fnmatch
27539         options.
27540         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27541         defined (e.g., a pure POSIX system).
27542         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27543         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27544
27545 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27546
27547         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27548         a pain in practice to deal with generated m4 files.  This change
27549         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27550
27551         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27552         and jm-glibc-io.m4, as they are no longer a special case.
27553         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27554         kludge and the auto-generation stuff.  Check only whether the
27555         functions are declared, not whether they exist, since older hosts
27556         that don't declare the functions can't use the optimization anyway.
27557
27558 2002-12-06  Jim Meyering  <jim@meyering.net>
27559
27560         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27561
27562         Merge in changes from libc's misc/error.c, in preparation
27563         for the merge of gnulib's changes back into libc.
27564
27565         * lib/error.c (_): Define only if not already defined.
27566         Move definition to follow all #include directives.
27567         Include unlocked-io.h only if !_LIBC.
27568         [_LIBC]: Include <libio/libioP.h>.
27569         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27570         (fflush): Tweak definition to use INTUSE.
27571         (putc): Define.
27572
27573 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27574
27575         * lib/alloca.c [defined emacs]: Include "lisp.h".
27576         (xalloc_die) [defined emacs]: New macro.
27577         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27578         [! defined emacs]: Include <xalloc.h>.
27579         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27580         (pointer): Typedef to POINTER_TYPE *.
27581         (malloc): Remove decl; we now always use xmalloc.
27582         (alloca): Use old-style definition, since Emacs needs this.
27583         Check for arithmetic overflow when computing combined size.
27584
27585 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27586
27587         Do not generate unlocked-io.h automatically, since it's easier to
27588         maintain it by hand.
27589
27590         * lib/unlocked-io.h: New file, from GNU diffutils,
27591         but with proper copyright notice and attribution.
27592         * lib/gen-uio: Remove.
27593         * lib/Makefile.am: Add copyright notice.
27594         (libfetish_a_SOURCES): Add unlocked-io.h.
27595         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27596         (DISTCLEANFILES, io_functions): Remove macros.
27597         (EXTRA_DIST): Remove gen_uio.
27598         (unlocked-io.h): Remove rule.
27599
27600 2002-12-04  Jim Meyering  <jim@meyering.net>
27601
27602         Reflect the fact that stat.c and lstat.c are no longer generated.
27603         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27604         (DISTCLEANFILES): Likewise.
27605         (EXTRA_DIST): Likewise.
27606         (all_local): Don't depend on stat.c or lstat.c.
27607         (stat.c, lstat.c): Remove rules.
27608         (EXTRA_DIST): Remove xstat.in.
27609
27610         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27611         * lib/stat.c: New file.  Contents mostly from xstat.in.
27612         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27613         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27614
27615         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27616         too.
27617         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27618
27619 2002-12-03  Jim Meyering  <jim@meyering.net>
27620
27621         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27622         but not semantics, to minimize the differences between these two files.
27623         (safe_read): Change comment to mention SAFE_READ_ERROR.
27624
27625         * lib/safe-read.c (IS_EINTR): Define.
27626         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27627
27628 2002-12-02  Jim Meyering  <jim@meyering.net>
27629
27630         * lib/safe-read.c (EINTR): Define.
27631         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27632         (INT_MAX): Provide fallback.
27633         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27634
27635         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27636
27637 2002-12-02  Bruno Haible  <bruno@clisp.org>
27638
27639         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27640         Define, taken from safe-read.c.
27641         (INT_MAX): Provide fallback.
27642         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27643         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27644
27645         * lib/safe-read.c (EINTR): Remove definition.
27646         (safe_read): Don't use EINTR if it is absent.
27647
27648 2002-12-01  Jim Meyering  <jim@meyering.net>
27649
27650         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27651         zero.
27652         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27653
27654 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27655
27656         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27657         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27658         with `if (! (value < limit)) abort ();', for readability.
27659
27660 2002-11-26  Karl Berry  <karl@gnu.org>
27661
27662         * lib/strdup.c: copy from libc again, with jim's ok.
27663         * lib/.cppi-disable: re-add strdup.c
27664
27665 2002-11-25  Karl Berry  <karl@gnu.org>
27666
27667         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27668         instead of "strtol.c".
27669
27670 2002-11-25  Karl Berry  <karl@gnu.org>
27671
27672         * config/install-sh: update from automake for variable quoting, $0 in
27673         error msgs, etc.
27674
27675         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27676         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27677         entry.
27678
27679 2002-11-25  Jim Meyering  <jim@meyering.net>
27680
27681         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27682
27683 2002-11-24  Karl Berry  <karl@gnu.org>
27684
27685         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27686         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27687
27688 2002-11-24  Jim Meyering  <jim@meyering.net>
27689
27690         Update from coreutils:
27691
27692         * lib/mktime.c: Merge in changes from libc.
27693
27694         Avoid a link-time failure on some Linux systems.
27695         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27696         (otherwise).
27697         (__mon_yday): Declare with the STATIC attribute.
27698         (__mktime_internal): Likewise.
27699         Based on a report from Greg Schafer.
27700
27701 2002-11-23  Jim Meyering  <jim@meyering.net>
27702
27703         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27704         Use `unsigned', not `int', as type of index.
27705
27706         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27707
27708         * lib/fsusage.c: Remove unneeded parentheses around operands of
27709         `defined'.
27710
27711 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27712
27713         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27714         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27715         so that we can be included first.
27716         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27717         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27718         No need to include stddef.h or sys/types.h any more.
27719         Surround local include files with "", not "<>".
27720         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27721         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27722         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27723         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27724         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27725         (ISPRINT): Remove; no longer needed now that we assume C89.
27726
27727         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27728         Preserve errno.
27729
27730         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27731         quotearg_char): Use SIZE_MAX rather than
27732         (size_t) -1 when we are talking about "infinity".
27733
27734         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27735
27736 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27737
27738         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27739         hint that one should use `if (! x) abort ();' rather than `assert
27740         (x);', and anyway it's one less thing to worry about configuring.
27741         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27742         hash_rehash, hash_insert): Use abort rather than assert.
27743
27744 2002-11-22  Bruno Haible  <bruno@clisp.org>
27745
27746         * lib/safe-read.h: Assume C89. Add comments.
27747         (safe_read): Change return type to size_t.
27748         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27749         byte counts > SSIZE_MAX correctly.
27750         * lib/safe-write.h: New file.
27751         * lib/safe-write.c: New file.
27752         * lib/full-read.h: New file.
27753         * lib/full-read.c: New file.
27754         * lib/full-write.h: Assume C89. Add comments.
27755         * lib/full-write.c: Include safe-write.h.
27756         (full_write): Rewritten to use safe_write.
27757         Suggested by Jim Meyering and Paul Eggert.
27758
27759 2002-11-21  Jim Meyering  <jim@meyering.net>
27760
27761         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27762
27763         Merge in changes from the coreutils.
27764
27765         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27766         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27767         <stdint.h>.
27768         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27769         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27770         int.  Work more efficiently if X is the same width as uintmax_t.
27771         Do not compare X to -1, to avoid bogus compiler warning.
27772         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27773         Don't assume that f_frsize and f_bsize are the same type.
27774
27775         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27776         warning on FreeBSD.
27777
27778         * lib/makepath.c (make_path): Restore umask *before* creating the final
27779         component.
27780         (make_path): Minor reformatting.
27781
27782         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27783         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27784         HAVE_MALLOC/HAVE_REALLOC.
27785
27786         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27787         dummy ones.  At least on GNU/Linux systems, `auto' means something
27788         else.
27789         From Michael Stone.
27790
27791 2002-11-21  Bruno Haible  <bruno@clisp.org>
27792
27793         Remove case insensitive option matching.
27794         * lib/argmatch.h (argcasematch): Remove declaration.
27795         (ARGCASEMATCH): Remove macro.
27796         (__xargmatch_internal): Remove case_sensitive argument.
27797         (XARGMATCH): Update.
27798         (XARGCASEMATCH): Remove macro.
27799         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27800         case_sensitive argument.
27801         (argcasematch): Remove function.
27802         (__xargmatch_internal): Remove case_sensitive argument.
27803         (main): Use XARGMATCH instead of XARGCASEMATCH.
27804
27805         * lib/xmalloc.c: Change compile-time error message. Add comment about
27806         required autoconf version.
27807
27808 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27809
27810         Merge argmatch cleanups from Bison.  Assume C89.
27811
27812         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27813         Include stdlib.h, for EXIT_FAILURE.
27814         Always include <string.h>, since we assume C89.
27815         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27816         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27817         Include <stddef.h> instead, since it's all we need for size_t.
27818         (PARAMS): Remove.  All uses removed.
27819         (ARRAY_CARDINALITY): Do not bother to #undef.
27820         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27821         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27822         Remove unnecessary parentheses.
27823         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27824         Insert necessary parentheses.
27825         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27826         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27827
27828 2002-11-19  Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27831         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27832
27833         * lib/mbswidth.h (PARAMS): Remove macro.
27834         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27835         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27836
27837         * lib/gcd.h (PARAMS): Remove macro.
27838         (gcd): Use ANSI C function declarations.
27839         * lib/gcd.c (gcd): Likewise.
27840
27841 2002-11-15  Bruno Haible  <bruno@clisp.org>
27842
27843         * lib/strcspn.c: Include <stddef.h>.
27844         (strcspn): Use ANSI C function declaration. Change return type to
27845         size_t. Use NULL.
27846         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27847         (strpbrk): Use NULL.
27848         * lib/strpbrk.h (PARAMS): Remove macro.
27849         (strpbrk): Use ANSI C function declaration.
27850         * lib/strstr.c: Don't include <sys/types.h>.
27851         * lib/strstr.h (PARAMS): Remove macro.
27852         (strstr): Use ANSI C function declarations.
27853
27854 2002-11-14  Karl Berry  <karl@gnu.org>
27855
27856         * config/mkinstalldirs: `do' on separate line, instead of
27857         `for var; do'.
27858
27859 2002-11-06  Bruno Haible  <bruno@clisp.org>
27860
27861         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27862         * lib/gcd.c (gcd): Likewise.
27863
27864 2002-11-05  Bruno Haible  <bruno@clisp.org>
27865
27866         * lib/gcd.h: New file, from gettext-0.11.5.
27867         * lib/gcd.c: New file, from gettext-0.11.5.
27868
27869 2002-11-05  Bruno Haible  <bruno@clisp.org>
27870
27871         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27872         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27873         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27874         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27875
27876         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27877         <libintl.h>.
27878         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27879         <libintl.h>.
27880
27881         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27882         * lib/human.c: Include gettext.h instead of <libintl.h>.
27883         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27884         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27885         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27886         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27887         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27888         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27889         (textdomain): Remove definition.
27890         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27891
27892         * lib/long-options.c: Remove include of <libintl.h> and definition of
27893         _.
27894         * lib/same.c: Remove include of <libintl.h> and definition of _.
27895
27896 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27897
27898         * lib/config.charset: A few additions for Solaris.
27899
27900 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27901
27902         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27903         * lib/localcharset.c (locale_charset): Declare as extern "C".
27904
27905 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27906
27907         * lib/config.charset: msdos in uk_UA uses CP1125.
27908
27909 2002-11-04  Bruno Haible  <bruno@clisp.org>
27910
27911         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27912         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27913         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27914         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27915         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27916
27917 2002-11-04  Bruno Haible  <bruno@clisp.org>
27918
27919         * lib/localcharset.c (locale_charset): Don't return an empty string.
27920
27921 2002-11-04  Bruno Haible  <bruno@clisp.org>
27922
27923         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27924         aliases.
27925
27926 2002-11-04  Bruno Haible  <bruno@clisp.org>
27927
27928         * lib/config.charset: Update for newest glibc. Add canonical names
27929         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27930
27931 2002-11-04  Bruno Haible  <bruno@clisp.org>
27932
27933         * lib/config.charset: Add support for NetBSD.
27934
27935 2002-11-04  Bruno Haible  <bruno@clisp.org>
27936
27937         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27938
27939 2002-11-01  Bruno Haible  <bruno@clisp.org>
27940
27941         * configure.in: Add AC_CONFIG_AUX_DIR call.
27942         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27943         test/Makefile.
27944         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27945
27946 2002-09-28  Karl Berry  <karl@gnu.org>
27947
27948         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27949         installed automake until the next release, since changes have been
27950         made.
27951
27952 2002-09-25  Karl Berry  <karl@gnu.org>
27953
27954         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27955         * lib/getopt*: copy from libc/posix.
27956         * lib/gettext.h: copy from gettext.
27957         * lib/.cppi-disable: add strdup.c, gettext.h.
27958
27959 2002-09-25  Karl Berry  <karl@gnu.org>
27960
27961         * config/srclist.txt: enable gettext.h check.
27962         * config/config.{guess,sub}: update from prep.
27963         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27964                 from automake 1.6.3.
27965         See srclist*.
27966
27967 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27968
27969         * regex.c (PATFETCH): Remove the translating fetch.
27970         (PATFETCH_RAW): Rename to PATFETCH.
27971         (set_image_of_range): New fun.
27972         (SET_RANGE_TABLE_WORK_AREA): Use it.
27973         (regex_compile): Don't translate the pattern chars so eagerly.
27974         Only do it when inserting an `exactn' bytecode or when handling
27975         a char-range.
27976         (mutually_exclusive_p): Avoid empty statement.
27977
27978 2002-07-06  Jim Meyering  <meyering@lucent.com>
27979
27980         * m4/README: Don't mention Makefile.am.in.
27981         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27982
27983 2002-07-01  Jim Meyering  <meyering@lucent.com>
27984
27985         * lib/c-stack.c: Include sys/time.h.
27986         From Volker Borchert.
27987
27988 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27989
27990         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27991
27992 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27993
27994         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27995         New macro.  Use it uniformly instead of
27996         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27997         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27998         reported by Vin Shelton.
27999
28000 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28001
28002         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28003         Do not assume SA_SIGINFO behavior.
28004         Bug reported by Jim Meyering on NetBSD 1.5.2.
28005
28006 2002-06-22  Jim Meyering  <meyering@lucent.com>
28007
28008         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28009         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28010
28011         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28012         now that configure.ac uses AC_GNU_SOURCE.
28013         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28014         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28015
28016         Update to latest tools.  Suggestions from Paul Eggert.
28017         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28018         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28019         * m4/fnmatch.m4: Likewise.
28020         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28021         to AC_HEADER_STDBOOL
28022
28023 2002-06-22  Jim Meyering  <meyering@lucent.com>
28024
28025         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28026         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28027
28028 2002-06-22  Jim Meyering  <meyering@lucent.com>
28029
28030         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28031
28032         * lib/exitfail.c, exitfail.h: Likewise.
28033         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28034
28035         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28036         of fnmatch.h.
28037         (EXTRA_DIST): Add fnmatch_loop.c.
28038         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28039
28040         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28041         * lib/fnmatch.c: Update from diffutils-2.8.2.
28042         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28043         * lib/fnmatch.h: Remove file.
28044
28045 2002-06-21  Jim Meyering  <meyering@lucent.com>
28046
28047         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28048         * m4/mbrtowc.m4: Likewise.
28049
28050         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28051         * m4/mbswidth.m4: Reflect name change:
28052         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28053         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28054
28055         * m4/lib-link.m4: Update from gettext-0.11.2.
28056         * m4/gettext.m4: Likewise.
28057
28058         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28059         From Alfred M. Szmidt.
28060
28061 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28062
28063         * lib/file-type.h: Report an error if neither S_ISREG nor
28064         S_IFREG is defined, instead of using a test specific to glibc
28065         2.2.  This should be safe, since POSIX requires S_ISREG and
28066         Unix Version 7 had S_IFREG.  We don't need to check for
28067         <sys/types.h> since we don't use any symbols that it defines.
28068
28069 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28070
28071         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28072         $@-t, so that each temporary file name is unique and valid in the first
28073         8 characters, for operation under DOS.
28074
28075 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28076
28077         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28078
28079 2002-06-15  Jim Meyering  <meyering@lucent.com>
28080
28081         Work even with DJGPP 2.03, which lacks support for symlinks.
28082         From Richard Dawe.
28083         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28084         is defined.
28085         * lib/lchown.c (S_ISLNK): Likewise.
28086
28087 2002-06-15  Jim Meyering  <meyering@lucent.com>
28088
28089         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28090         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28091         have been included before this file.
28092
28093 2002-06-14  Jim Meyering  <meyering@lucent.com>
28094
28095         * lib/file-type.h: Use the version from diffutils-2.8.2.
28096         * lib/file-type.c: Likewise.
28097
28098 2002-06-07  Jim Meyering  <meyering@lucent.com>
28099
28100         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28101         They're needed at least for NetBSD 1.5.2.
28102         ($statxfs_includes): Include those same headers.
28103         ($statxfs_includes): Include sys/vfs.h if available.
28104         ($statxfs_includes): Likewise for sys/statvfs.h.
28105         Check for the following members in both structs statfs and statvfs:
28106         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28107
28108 2002-06-01  Jim Meyering  <meyering@lucent.com>
28109
28110         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28111         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28112
28113 2002-05-28  Jim Meyering  <meyering@lucent.com>
28114
28115         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28116         Reported by Volker Borchert.
28117
28118 2002-05-27  Jim Meyering  <meyering@lucent.com>
28119
28120         Fix a problem seen only on nonconforming systems whereby ls.c's
28121         use of localtime, and then of gettimeofday would cause trouble:
28122         the localtime call used to initialize rpl_gettimeofday's save
28123         mechanism would clobber ls's current local time information so
28124         that in any long listing the first file would always be listed
28125         with date 1970-01-01.  Analysis by Volker Borchert.
28126
28127         * lib/gettimeofday.c (localtime): Undefine.
28128         (rpl_localtime): New function.
28129
28130 2002-05-27  Jim Meyering  <meyering@lucent.com>
28131
28132         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28133         localtime.
28134
28135         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28136         use the replacement function; it wouldn't resolve at link time.
28137         Reported by Volker Borchert.
28138
28139 2002-05-22  Jim Meyering  <meyering@lucent.com>
28140
28141         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28142         file-type.h.
28143         * lib/file-type.h: New file.
28144         * lib/file-type.c (file_type): New file/function.  Extracted from
28145         diffutils.
28146
28147 2002-04-30  Jim Meyering  <meyering@lucent.com>
28148
28149         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28150
28151 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28152
28153         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28154
28155 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28156
28157         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28158         Do not check for alloca.h (no longer used) or stdbool.h (was never
28159         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28160
28161 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28162
28163         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28164
28165 2002-04-29  Jim Meyering  <meyering@lucent.com>
28166
28167         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28168         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28169         Use AC_FUNC_STRNLEN here instead.
28170
28171         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28172         With autoconf-2.53a, it's part of AC_PROG_CC.
28173
28174 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28175
28176         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28177         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28178
28179 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28180
28181         * lib/sig2str.h, lib/sig2str.c: New files.
28182         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28183
28184 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28185
28186         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28187         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28188         of 127, since 64 is the largest conceivable number for ancient
28189         nonstandard hosts.
28190         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28191
28192 2002-04-28  Jim Meyering  <meyering@lucent.com>
28193
28194         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28195
28196 2002-04-24  Jim Meyering  <meyering@lucent.com>
28197
28198         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28199         (jm_PREREQ): Use it.
28200
28201         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28202         mach/mach.h fcntl.h.
28203         Check for this function: setlocale.
28204
28205 2002-04-24  Jim Meyering  <meyering@lucent.com>
28206
28207         * lib/gettext.h: New file, from Gettext.
28208         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28209         (libfetish_a_SOURCES): Add gettext.h.
28210
28211 2002-04-16  Jim Meyering  <meyering@lucent.com>
28212
28213         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28214         ut_pid, ut_id, ut_exit.
28215
28216 2002-04-16  Jim Meyering  <meyering@lucent.com>
28217
28218         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28219         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28220         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28221
28222 2002-04-12  Jim Meyering  <meyering@lucent.com>
28223
28224         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28225         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28226         existence of the getmntinfo function.  Needed for Darwin 5.3.
28227
28228         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28229         This is necessary at least on Darwin 5.3.
28230
28231         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28232         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28233         strnlen.o in the library, and that makes some versions of ranlib
28234         object.
28235
28236 2002-04-12  Jim Meyering  <meyering@lucent.com>
28237
28238         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28239
28240 2002-04-09  Jim Meyering  <meyering@lucent.com>
28241
28242         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28243         to be more precise.  Rather than saying we're checking whether the
28244         function `works', say what we're testing.
28245         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28246         Reported by Bruno Haible.
28247
28248 2002-03-10  Jim Meyering  <meyering@lucent.com>
28249
28250         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28251         Suggestion from Santiago Vila.
28252
28253 2002-03-08  Jim Meyering  <meyering@lucent.com>
28254
28255         * lib/rename.c: Mention that this wrapper is needed also on
28256         mips-dec-ultrix4.4 systems.
28257
28258 2002-03-02  Jim Meyering  <meyering@lucent.com>
28259
28260         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28261         not HAVE_CLOCK_SETTIME.
28262
28263 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28264
28265         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28266         Check for clock_settime.
28267
28268 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28269
28270         * lib/nanosleep.h: Rename to....
28271         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28272
28273         * lib/gettime.c: New file.
28274         * lib/settime.c: New file.
28275         * lib/stime.c: Remove.
28276
28277         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28278         timespec.h.  Remove nanosleep.h.
28279
28280 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28281
28282         * m4/acl.m4: New file.
28283         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28284         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28285
28286 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28287
28288         * lib/acl.c, lib/acl.h: New files.
28289         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28290
28291 2002-02-24  Jim Meyering  <meyering@lucent.com>
28292
28293         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28294         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28295         cause trouble.  Reported by Nelson Beebe.
28296
28297 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28298
28299         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28300         compilers that don't know that xalloc_die never returns.
28301
28302 2002-02-20  Jim Meyering  <meyering@lucent.com>
28303
28304         * lib/getdate.c: Regenerate using bison-1.33.
28305
28306 2002-02-17  Jim Meyering  <meyering@lucent.com>
28307
28308         * config/config.guess (main): Don't use `head -1'; it's no longer
28309         portable. Use `sed 1q' instead.
28310
28311 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28312
28313         * m4/codeset.m4: Upgrade to gettext-0.11.
28314         * m4/gettext.m4: Upgrade to gettext-0.11.
28315         * m4/glibc21.m4: Upgrade to gettext-0.11.
28316         * m4/iconv.m4: Upgrade to gettext-0.11.
28317         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28318         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28319         * m4/lib-ld.m4: New file, from gettext-0.11.
28320         * m4/lib-link.m4: New file, from gettext-0.11.
28321         * m4/lib-prefix.m4: New file, from gettext-0.11.
28322         * m4/progtest.m4: Upgrade to gettext-0.11.
28323
28324 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28325
28326         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28327         (jm_PREREQ): Use it.
28328
28329 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28330
28331         * lib/posixver.c, lib/posixver.h: New files.
28332         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28333
28334 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28335             Bruno Haible  <bruno@clisp.org>
28336
28337         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28338         (fwrite_success_callback): New declaration.
28339         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28340         print_unicode_char. Call failure callback instead of error.
28341         (fwrite_success_callback): New function.
28342         (exit_failure_callback): New function.
28343         (fallback_failure_callback): New function.
28344         (print_unicode_char): Call unicode_to_mb.
28345
28346 2002-01-26  Jim Meyering  <meyering@lucent.com>
28347
28348         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28349         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28350
28351 2002-01-26  Jim Meyering  <meyering@lucent.com>
28352
28353         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28354
28355 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28356
28357         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28358
28359 2002-01-22  Jim Meyering  <meyering@lucent.com>
28360
28361         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28362         Otherwise, some versions of automake would omit the rule that makes
28363         Makefile from Makefile.in.
28364
28365 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28366
28367         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28368         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28369         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28370         (memcoll): Set errno to zero if there is no error.
28371
28372         * lib/quotearg.c (quotearg_buffer_restyled):
28373         Fix bug with quoting buffers containing NUL when backslashing escapes.
28374         This bug was exposed by the other changes in this patch.
28375         (quotearg_n_options): New arg ARGSIZE.
28376         All callers changed.
28377         (quoting_options_from_style): New function.
28378         (quotearg_n_style): Use it.
28379         (quotearg_n_style_mem): New function.
28380
28381         * lib/quotearg.h (quotearg_n_style_mem): New function.
28382
28383 2002-01-19  Jim Meyering  <meyering@lucent.com>
28384
28385         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28386         Remove useless quotes: DF_PROG="df".
28387         * m4/strnlen.m4: New file.
28388
28389 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28390
28391         * lib/backupfile.c (ISDIGIT): Comment fix.
28392         * lib/getdate.y (ISDIGIT): Likewise.
28393         * lib/posixtm.c (ISDIGIT, year): Likewise.
28394         * lib/strverscmp.c (ISDIGIT): Likewise.
28395         * lib/userspec.c (ISDIGIT): Likewise.
28396
28397 2002-01-16  Jim Meyering  <meyering@lucent.com>
28398
28399         * lib/getdate.y: Add three semicolons, each just before a closing
28400         brace. Bison (as of version 1.31) no longer papers over that mistake.
28401
28402 2002-01-05  Jim Meyering  <meyering@lucent.com>
28403
28404         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28405
28406 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28407
28408         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28409         not silently exit merely because the output buffer happens to
28410         have nothing pending.
28411
28412 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28413
28414         See the big note in ../ChangeLog.
28415         * lib/human.c (suffixes): Prefer K to k for 1024.
28416         (generate_suffix_backwards): New function.
28417         (human_readable_inexact): Use it.
28418         * lib/xstrtol.c (__xstrtol): If there is no number but there
28419         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28420         Accept 'K' as well as 'k'.
28421
28422 2001-12-15  Jim Meyering  <meyering@lucent.com>
28423
28424         * lib/regex.h (__restrict_arr): Update from libc.
28425
28426         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28427         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28428         (STREQ): Define.
28429
28430 2001-12-14  Jim Meyering  <meyering@lucent.com>
28431
28432         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28433         Suggestion from Bruno Haible.
28434
28435 2001-12-10  Jim Meyering  <meyering@lucent.com>
28436
28437         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28438         xrealloc, Instead, include "xalloc.h".
28439         (initbuffer): Don't cast xmalloc return value to char*.
28440         (readline): Reword comment.
28441         Don't cast xrealloc return value to char*
28442         Return NULL, not 0.
28443
28444 2001-12-09  Jim Meyering  <meyering@lucent.com>
28445
28446         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28447         about `signed and unsigned type in conditional expression'.
28448         * lib/posixtm.c (posix_time_parse): Likewise.
28449
28450         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28451
28452         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28453         to avoid a pedantic warning.
28454
28455         * lib/getstr.c: Don't include assert.h.
28456         (getstr): Remove warning-evoking assertions.
28457         Return -1 if offset parameter is out of bounds.
28458         Change the type of a local from int to size_t.
28459
28460         * lib/strftime.c (my_strftime_localtime_r): Include this function
28461         definition in the `#if ! HAVE_TM_GMTOFF' block.
28462
28463         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28464         Include xalloc.h instead.
28465
28466 2001-12-02  Jim Meyering  <meyering@lucent.com>
28467
28468         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28469         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28470         included.
28471
28472         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28473         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28474
28475 2001-11-30  Akim Demaille  <akim@epita.fr>
28476
28477         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28478         before being defined.
28479
28480 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28481
28482         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28483         First arg is int, not unsigned.
28484         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28485         (SIZE_MAX, UINT_MAX): New macros.
28486         (quotearg_n_options): Abort if N is negative.
28487         Avoid overflow check on hosts where size_t is 64 bits and int
28488         is 32 bits, as overflow is impossible there.
28489         Fix off-by-one typo that caused unnecessary reallocation.
28490
28491 2001-11-27  Jim Meyering  <meyering@lucent.com>
28492
28493         * lib/tempname.c: Merge with version from libc.
28494         * lib/regex.c: Likewise.
28495
28496         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28497         systems for which STDC_HEADERS is 0, it was not included, resulting in
28498         a warning about an integer-to-pointer conversion problem with getenv.
28499         Reported by Volker Borchert.
28500
28501 2001-11-26  Jim Meyering  <meyering@lucent.com>
28502
28503         * lib/gtod.h: Remove file.
28504         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28505         * lib/gettimeofday.c: Don't include gtod.h.
28506         (GTOD_init): Remove function.
28507         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28508         Suggestion from Volker Borchert.
28509
28510 2001-11-23  Jim Meyering  <meyering@lucent.com>
28511
28512         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28513         it.
28514         * lib/hash.c (struct hash_table): Define it here instead.
28515
28516 2001-11-22  Jim Meyering  <meyering@lucent.com>
28517
28518         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28519
28520 2001-11-20  Jim Meyering  <meyering@lucent.com>
28521
28522         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28523         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28524
28525 2001-11-19  Jim Meyering  <meyering@lucent.com>
28526
28527         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28528         directory.  Use "conftestXXXXXX" as the template.
28529         Suggestion from Paul Eggert.
28530
28531         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28532         immediately, so the test doesn't mistakenly hit the max-open-files
28533         limit.
28534
28535 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28536
28537         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28538         (TEMPORARIES): New macro.
28539         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28540         removes an artificial limitation (e.g. HP-UX 10.20, where
28541         TMP_MAX is 17576).
28542
28543 2001-11-18  Jim Meyering  <meyering@lucent.com>
28544
28545         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28546
28547 2001-11-18  Jim Meyering  <meyering@lucent.com>
28548
28549         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28550         on SunOS 4.
28551
28552         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28553         files will be created before anything else.
28554
28555 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28556
28557         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28558         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28559
28560 2001-11-17  Jim Meyering  <meyering@lucent.com>
28561
28562         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28563         Prompted by a report from Bob Proulx.
28564
28565         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28566         Instead, require UTILS_FUNC_MKSTEMP.
28567
28568 2001-11-17  Jim Meyering  <meyering@lucent.com>
28569
28570         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28571         Now, that's done as part of AC_FUNC_STRTOD.
28572
28573 2001-11-17  Jim Meyering  <meyering@lucent.com>
28574
28575         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28576         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28577         rather than group writable.  Patch by Juan F. Codagnone.
28578
28579         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28580         xrealloc, Instead, include "xalloc.h".
28581
28582         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28583         Remove explicit declarations of xmalloc, xrealloc,
28584         and xstrdup.  Instead, include "xalloc.h".
28585
28586         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28587         unlocked-io.h.
28588         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28589         Likewise.
28590         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28591
28592         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28593         Reported by Padraig Brady.
28594
28595         * lib/mkstemp.c: #undef mkstemp.
28596         Include config.h.
28597         (rpl_mkstemp): Rename from mkstemp.
28598         Protoize.
28599
28600 2001-11-16  Jim Meyering  <meyering@lucent.com>
28601
28602         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28603         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28604         determine the amount of total physical memory, use pstat_getstatic.
28605         HPUX-11 doesn't define _SC_PHYS_PAGES.
28606         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28607         If sysconf couldn't be used to determine the amount of available
28608         physical memory, use both pstat_getstatic and pstat_getdynamic.
28609         Based on a patch from Bob Proulx.
28610
28611 2001-11-10  Jim Meyering  <meyering@lucent.com>
28612
28613         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28614         (jm_PREREQ): Use it.
28615
28616 2001-11-09  Jim Meyering  <meyering@lucent.com>
28617
28618         * m4/jm-macros.m4: Require autoconf-2.52f.
28619         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28620         Use these AC_-prefixed names, not the AM_-prefixed ones.
28621
28622         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28623
28624 2001-11-05  Jim Meyering  <meyering@lucent.com>
28625
28626         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28627
28628 2001-11-04  Jim Meyering  <meyering@lucent.com>
28629
28630         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28631         $DEFS.
28632
28633 2001-11-03  Jim Meyering  <meyering@lucent.com>
28634
28635         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28636         of AC_DEFUN.
28637
28638         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28639         know the name of the variable in the macro definition.
28640
28641 2001-11-03  Jim Meyering  <meyering@lucent.com>
28642
28643         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28644         in argmatch_to_argument call.
28645
28646         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28647         argument.
28648
28649         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28650         e.g., a fault due to an attempt to free a NULL pointer.
28651
28652 2001-11-01  Jim Meyering  <meyering@lucent.com>
28653
28654         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28655         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28656
28657 2001-11-01  Jim Meyering  <meyering@lucent.com>
28658
28659         * lib/dirfd.c, lib/dirfd.h: New files.
28660         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28661
28662         * lib/hash.c (hash_print) [TESTING]: Clean up.
28663
28664 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28665
28666         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28667         to avoid a warning if -Wall.
28668
28669 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28670
28671         * README: New file
28672         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28673         (per RMS's instructions, this is now the canonical source)
28674         * lgpl/, gpl/: New directories.
28675
28676 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28677
28678         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28679
28680 2001-10-21  Jim Meyering  <meyering@lucent.com>
28681
28682         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28683         this code would end up calling gettext even in packages built
28684         with --disable-nls.
28685         * lib/getopt.c (_): Likewise.
28686         * lib/regex.c (_): Likewise.
28687
28688 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28689
28690         * m4/error.m4 (jm_PREREQ_ERROR):
28691         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28692         AC_FUNC_STRERROR_R does that.
28693         Check for strerror declaration.
28694
28695         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28696         are supposed to have them these days.
28697         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28698         Merge changes from latest Autoconf CVS.
28699         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28700         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28701         POSIX decided to standardize on the int flavor of strerror_r.
28702
28703 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28704
28705         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28706         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28707         Use strerror_r that is only a macro, even if it is not a function.
28708         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28709         (private_strerror): Use prototypes, not old-style function definition.
28710         (print_errno_message): New function.
28711         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28712         char*-flavored one.
28713         (error_tail, error, error_at_line): Use it.
28714
28715 2001-10-11  Jim Meyering  <meyering@lucent.com>
28716
28717         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28718         and quote_n (1, ... to avoid clobbering a buffer.
28719
28720 2001-10-05  Jim Meyering  <meyering@lucent.com>
28721
28722         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28723         hash-pjw.h.
28724         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28725         * lib/hash-pjw.h: New file.
28726
28727 2001-09-30  Jim Meyering  <meyering@lucent.com>
28728
28729         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28730         `struct fsstat' has the `f_fstypename' member.
28731         Use that to define FS_TYPE, which is now used to make
28732         the getfsstat link test tighter.
28733
28734 2001-09-30  Jim Meyering  <meyering@lucent.com>
28735
28736         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28737         Include <sys/ucred.h>, for Apple Darwin.
28738         Include sys/mount.h and sys/fs_types.h only if available.
28739         (FS_TYPE): Define.
28740         (read_filesystem_list): Use FS_TYPE.
28741
28742 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28743
28744         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28745         a boolean context.
28746
28747 2001-09-29  Jim Meyering  <meyering@lucent.com>
28748
28749         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28750         [one-argument getmntent function]): Include stdio.h before mntent.h.
28751         SunOS 4.1.x needs it for the declaration of `FILE'.
28752         Patch by Volker Borchert.
28753
28754         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28755         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28756         sys/fs_types.h, and make the link-test for getfsstat guard #include
28757         directives with appropriate #if HAVE_*_H tests so that we can
28758         detect getfsstat on Apple Darwin1.3.7 systems.
28759         Reported by Nelson Beebe.
28760         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28761
28762 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28763
28764         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28765         #defines strtoimax.  Also treat the other strto* functions
28766         like strtoimax.
28767
28768         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28769         Check for strtoul and strtoumax,
28770         as those declarations are made even in the signed case.
28771         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28772         Likewise, for strtol and strtoimax.
28773
28774 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28775
28776         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28777         #defines strtoimax.  Also treat the other strto* functions
28778         like strtoimax.
28779
28780         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28781         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28782         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28783
28784 2001-09-26  Jim Meyering  <meyering@lucent.com>
28785
28786         Most macros in unlocked-io.h had the wrong number of arguments.
28787         * lib/gen-uio: New script.
28788         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28789         * lib/unlocked-io.hin: Remove file.
28790         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28791         rather than trying to embed it here.
28792         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28793         Reported by Padraig Brady.
28794
28795 2001-09-25  Volker Borchert  <bt@teknon.de>
28796
28797         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28798         `result'.
28799
28800 2001-09-24  Jim Meyering  <meyering@lucent.com>
28801
28802         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28803
28804 2001-09-23  Jim Meyering  <meyering@lucent.com>
28805
28806         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28807         instead of the mere test for existence of mntent.h.  The latter
28808         would get a false-positive on AIX 3.4 systems.
28809         In the outer getmntent if-block, don't die if neither of the getmntent
28810         tests succeeds.  Instead, just fall through and continue with the
28811         remaining tests.
28812
28813 2001-09-23  Jim Meyering  <meyering@lucent.com>
28814
28815         * lib/mountlist.c: Remove useless parentheses in #if directives.
28816         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28817         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28818
28819 2001-09-22  Jim Meyering  <meyering@lucent.com>
28820
28821         * m4/gettext.m4: New file.  From gettext.
28822         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28823         * m4/progtest.m4: Likewise
28824         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28825         * m4/glibc21.m4: Likewise.
28826
28827         * m4/libintl.m4: Remove.  No longer used.
28828
28829 2001-09-22  Jim Meyering  <meyering@lucent.com>
28830
28831         * lib/localcharset.c: Update from latest gettext.
28832         * lib/config.charset: Likewise.
28833
28834 2001-09-20  Jim Meyering  <meyering@lucent.com>
28835
28836         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28837         strtoimax.
28838         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28839         strtoumax.
28840
28841 2001-09-20  Jim Meyering  <meyering@lucent.com>
28842
28843         * lib/xstrtol.c (strtoimax): Guard declaration with
28844         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28845         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28846         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28847         (strtoumax): Likewise, for completeness (it wasn't necessary).
28848
28849 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28850
28851         * lib/strtoimax.c (HAVE_LONG_LONG):
28852         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28853         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28854         to work around bug in IBM C compiler.
28855
28856 2001-09-17  Jim Meyering  <meyering@lucent.com>
28857
28858         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28859         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28860         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28861         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28862         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28863         whenever the right hand side need not be expanded by the shell.
28864
28865 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28866
28867         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28868         library.  It's not correct, as some older glibcs are buggy.
28869         fnmatch wasn't fixed until glibc 2.2.
28870
28871         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28872         special shell magic here.
28873
28874 2001-09-16  Jim Meyering  <meyering@lucent.com>
28875
28876         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28877         * m4/jm-macros.m4: Require it.
28878
28879 2001-09-16  Jim Meyering  <meyering@lucent.com>
28880
28881         * lib/mkdir.c: New file.
28882
28883 2001-09-15  Jim Meyering  <meyering@lucent.com>
28884
28885         * m4/jm-macros.m4: Check for help2man.
28886
28887 2001-09-11  Jim Meyering  <meyering@lucent.com>
28888
28889         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28890         The body, by Paul Eggert, was moved here from configure.in.
28891         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28892
28893 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28894
28895         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28896         (jm_PREREQ): Use it.
28897
28898 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28899
28900         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28901         Use ssize_t, not int, to store result of readlink.
28902         Check for ssize_t overflow as well as size_t overflow,
28903         as POSIX says the result of readlink is implementation-defined
28904         when ssize_t overflows.
28905         Remove unnecessary cast to char*.
28906         Use free+malloc instead of realloc, as the storage doesn't need
28907         to be preserved and it's clearer and can be more efficient that way.
28908         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28909         * lib/xreadlink.h (xreadlink): Update prototype.
28910
28911 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28912
28913         * lib/xgetcwd.c: Revert some of the previous change; intead,
28914         fix the HAVE_GETCWD_NULL code to behave more like the
28915         !HAVE_GETCWD_NULL code used to.
28916
28917         Include "xalloc.h".
28918         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28919         invoke xalloc_die.
28920
28921 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28922
28923         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28924         sys/param.h, as pathmax.h includes them.
28925
28926 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28927
28928         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28929         (jm_PREREQ_XGETCWD): New macro.
28930
28931         * m4/getcwd.m4: New file.
28932
28933 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28934
28935         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28936         like the HAVE_GETCWD_NULL code.
28937         Include pathmax.h if not HAVE_GETCWD.
28938         Do not include xalloc.h.
28939         (INITIAL_BUFFER_SIZE): New symbol.
28940         Do not use xmalloc / xrealloc, since the caller is responsible for
28941         handling errors.  Preserve errno around `free' during failure.
28942         Do not overrun buffer when using getwd.
28943
28944 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28945
28946         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28947         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28948         getcwd (NULL, 0).
28949
28950 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28951
28952         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28953         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28954         spotted by Jim Meyering.
28955
28956 2001-09-03  Jim Meyering  <meyering@lucent.com>
28957
28958         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28959         failure.
28960
28961 2001-09-02  Jim Meyering  <meyering@lucent.com>
28962
28963         * lib/error.c: Update from GNU libc.
28964
28965 2001-09-01  Jim Meyering  <meyering@lucent.com>
28966
28967         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28968         Used by df.
28969
28970 2001-09-01  Jim Meyering  <meyering@lucent.com>
28971
28972         * lib/xreadlink.c: New file.
28973         * lib/xreadlink.h: New file.
28974         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28975         xreadlink.h.
28976
28977         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28978         doesn't conflict with sparc Solaris 7's definition in
28979         /usr/include/sys/int_types.h.
28980
28981         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28982         files.
28983         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28984         and strncasecmp as r-values.  Unixware didn't have declarations.
28985
28986 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28987
28988         * lib/xstrtol.h: Add copyright notice.
28989         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28990         LONGINT_INVALID_SUFFIX_CHAR.
28991
28992 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28993
28994         * lib/xstrtol.c (strtoimax): New decl.
28995
28996 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28997
28998         * lib/xgetcwd.c: Don't include pathmax.h.
28999         Include stdlib.h and unistd.h if available.
29000         Include xalloc.h.
29001         (xmalloc, xstrdup, free): Remove decls.
29002         (xgetcwd): Don't assume sizes fit in unsigned.
29003         Check for overflow when computing sizes.
29004         Simplify reallocation code.
29005
29006 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29007
29008         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29009         a directory's st_size can have an arbitrary value, so the old
29010         usage could waste an arbitrary amount of memory.  All uses
29011         changed.
29012         * lib/savedir.h: Update prototype.
29013
29014 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29015
29016         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29017
29018         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29019         old strtoimax.c.
29020
29021         Also, make the following further changes to make this file's
29022         configuration more similar to that of strtol.c:
29023         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29024         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29025         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29026         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29027         changed to signed values.
29028
29029         And make the following changes as well:
29030         Fix copyright notice, as 1999 was missing.
29031         (verify): New macro.
29032         (strtoimax): Check sizes at compile-time, not run-time.
29033         Prefer strtol to strtoll if both work.
29034         (main): Remove; it was not that useful and was a pain to maintain.
29035
29036         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29037
29038 2001-08-31  Jim Meyering  <meyering@lucent.com>
29039
29040         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29041         Use an initial, malloc'd, buffer of length 128 rather than
29042         a statically allocated one of length 1024.
29043
29044 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29045
29046         Simplify code, partly by assuming autoconf 2.52 semantics.
29047
29048         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29049
29050         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29051         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29052         All uses removed.
29053         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29054         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29055         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29056         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29057         jm_AC_HEADER_INTTYPES_H.
29058         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29059
29060         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29061
29062         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29063         Quote first arg of AC_DEFUN.
29064         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29065         since they are needed to parse the include file even if we need
29066         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29067         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29068         but with opposite signedness.
29069
29070 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29071
29072         Merge 'exclude' changes from tar 1.13.22.
29073         This fixes one or two unlikely storage allocation overflow bugs,
29074         but doesn't change user-visible behavior otherwise.
29075
29076 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29077
29078         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29079         (jm_PREREQ_EXCLUDE): New macro.
29080
29081 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29082
29083         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29084         tm to be declared.
29085
29086 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29087
29088         * lib/hash.c: Remove '2001' from copyright notice.
29089
29090 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29091
29092         * lib/full-write.h: New file.
29093         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29094         * lib/full-write.c: Correct credits, as cccp.c no longer
29095         exists and anyway it was so heavily changed from the old cccp
29096         code as to be unrecognizable.  Include full-write.h.
29097         (full_write) Return size_t, with short writes meaning failure.
29098         All callers changed.  This fixes a bug with large buffers
29099         on 64-bit hosts.
29100         * lib/utime.c: Include full-write.h.
29101
29102 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29103
29104         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29105         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29106         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29107         Include if available.
29108         (<xalloc.h>): Include
29109         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29110         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29111         collide with FNM macros.
29112         (struct patopts): New struct.
29113         (struct exclude): Use it, as exclude patterns now come with options.
29114         (new_exclude): Support above changes.
29115         (new_exclude, add_exclude_file):
29116         Initial size must now be a power of two to simplify overflow checking.
29117         (free_exclude, fnmatch_no_wildcards): New function.
29118         (excluded_filename): No longer requires options arg, as the options
29119         are determined by add_exclude.  Now returns bool, not int.
29120         (excluded_filename, add_exclude):
29121         Add support for the fancy new exclusion options.
29122         (add_exclude, add_exclude_file): Now takes int options arg.
29123         Check for arithmetic overflow when computing sizes.
29124         (add_exclude_file): xrealloc might modify errno, so don't
29125         realloc until after errno might be used.
29126
29127         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29128         New macros.
29129         (free_exclude): New decl.
29130         (add_exclude, add_exclude_file): Now takes int options arg.
29131         (excluded_filename): No longer requires options arg, as the options
29132         are determined by add_exclude.  Now returns bool, not int.
29133
29134 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29135
29136         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29137
29138 2001-08-27  Jim Meyering  <meyering@lucent.com>
29139
29140         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29141
29142         * lib/version-etc.c (N_): Remove definition.
29143         Revert most of last change.
29144         Instead, simply don't mark the `Copyright...' string for translation.
29145         Based on advice from Paul Eggert.
29146
29147         * lib/strtoxmax.c: Tweak comment.
29148
29149 2001-08-26  Jim Meyering  <meyering@lucent.com>
29150
29151         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29152
29153         * m4/xstrtoimax.m4: New file.
29154         * m4/xstrtoumax.m4: Add comments explaining why we
29155         AC_REPLACE_FUNCS(strtol).
29156
29157 2001-08-26  Jim Meyering  <meyering@lucent.com>
29158
29159         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29160         of copyright with `%s' so translators don't get an untranslated
29161         message in 2002.
29162         (COPYRIGHT_YEAR): Define.
29163         (version_etc): Use fprintf rather than fputs.
29164         Suggestion from Ulrich Drepper.
29165
29166         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29167
29168         * lib/strtoll.c: New file, from GNU libc.
29169         * lib/xstrtoimax.c: New file.
29170
29171         * lib/xstrtol.h: Add xstrtoimax.
29172         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29173         * lib/strtoimax.c: New file.  Likewise, but first define
29174         STRTOUXMAX_SIGNED.
29175
29176         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29177         ...
29178         * lib/strtoxmax.c: ... then renamed to this.
29179
29180 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29181
29182         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29183         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29184         (jm_AC_TYPE_INTMAX_T): New macro.
29185         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29186
29187         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29188
29189         * m4/longlong.m4: Renamed from ulonglong.m4.
29190         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29191         * m4/uintmax_t.m4: Removed.
29192
29193 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29194
29195         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29196         Port to Solaris 8, where 'sed' requires a space after the 'r'
29197         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29198         Redirect output to $tmp just once.
29199
29200 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29201
29202         * lib/addext.c (<errno.h>): Include.
29203         (errno): Declare if not defined.
29204         (addext): Work correctly when pathconf returns -1 and leaves
29205         errno alone because there is no limit.  Also, work even if
29206         pathconf returns a value greater than SIZE_MAX.
29207
29208 2001-08-12  Jim Meyering  <meyering@lucent.com>
29209
29210         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29211         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29212         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29213         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29214         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29215         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29216         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29217         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29218         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29219         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29220         utime.m4, utimes.m4, xstrtoumax.m4:
29221         Quote the first argument in each use of AC_DEFUN.
29222
29223 2001-08-12  Jim Meyering  <meyering@lucent.com>
29224
29225         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29226         Simply `return getcwd (NULL, 0);'.
29227         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29228         Use 1300 as initial value for length, not PATH_MAX.
29229
29230         * lib/pathmax.h: Clean up cpp syntax.
29231
29232 2001-08-12  Jim Meyering  <meyering@lucent.com>
29233
29234         * lib/gettimeofday.c: New file.
29235         * lib/gtod.h: New file.
29236         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29237
29238 2001-08-05  Jim Meyering  <meyering@lucent.com>
29239
29240         * m4/jm-macros.m4: Require autoconf-2.52.
29241
29242 2001-08-04  Jim Meyering  <meyering@lucent.com>
29243
29244         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29245         stmt, to get in sync with glibc.
29246
29247 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29248
29249         The following changes are from gettext 0.10.39 as maintained by
29250         Bruno Haible.
29251
29252         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29253         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29254         with inverted sense.  All uses changed.
29255
29256         * lib/mbswidth.c: Don't include <limits.h>.
29257         Include <stdlib.h> and <string.h> unconditionally.
29258         (iswcntrl, mbsinit, ISCNTRL): New macros.
29259         (mbsnwidth): Use K&R style function declarations.
29260         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29261         can optimize it when MB_CUR_MAX == 1.
29262         The width of control characters is zero, not 1.
29263
29264 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29265
29266         The following changes are from gettext 0.10.39 as maintained by
29267         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29268
29269         * m4/codeset.m4: Upgrade to serial AM1.
29270         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29271         all uses changed.  Quote first arg of AC_DEFUN.
29272         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29273
29274         * m4/iconv.m4: Upgrade to serial AM2.
29275         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29276         Add --with-libconv-prefix.
29277         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29278         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29279         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29280         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29281         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29282
29283         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29284         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29285         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29286         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29287         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29288         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29289         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29290         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29291         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29292
29293         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29294         string.h any more.
29295
29296         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29297         not the default value.
29298
29299         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29300         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29301         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29302         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29303         Also check for iswcntrl, used for wcwidth fallback.
29304         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29305         to Autoconf 2.13.
29306
29307 2001-08-03  Jim Meyering  <meyering@lucent.com>
29308
29309         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29310         as it was in the original.  Reported by Paul Eggert.
29311
29312 2001-07-16  Jim Meyering  <meyering@lucent.com>
29313
29314         * m4/gettimeofday.m4: New file.
29315         Prompted by a report from Bernhard Baehr.
29316
29317 2001-07-15  Jim Meyering  <meyering@lucent.com>
29318
29319         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29320         stuff. Now it's in ../Makefile.cfg.
29321
29322 2001-07-15  Jim Meyering  <meyering@lucent.com>
29323
29324         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29325         (BUILT_SOURCES): Add unlocked-io.h.
29326         (io_functions): Define.
29327         (unlocked-io.h): New rule.
29328         (DISTCLEANFILES): Add unlocked-io.h.
29329         (all-local): Depend on unlocked-io.h, to ensure it is created.
29330
29331         * lib/unlocked-io.hin: New file
29332
29333         * lib/regex.c: Update from glibc.
29334
29335 2001-07-05  Jim Meyering  <meyering@lucent.com>
29336
29337         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29338         recommendation.
29339         (libfetish_a_SOURCES): Put all .h files here instead.
29340         Remove a thus-exposed (better checks in automake) duplicate and
29341         two unnecessary .h files.
29342
29343 2001-07-04  Jim Meyering  <meyering@lucent.com>
29344
29345         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29346         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29347         distcheck failure.
29348
29349 2001-07-02  Jim Meyering  <meyering@lucent.com>
29350
29351         The following changes were prompted by suggestions from Bruno Haible.
29352
29353         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29354         is now generated.
29355         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29356         definition of EXTRA_DIST.
29357         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29358         ensure that the generated file is created/updated whenever the list
29359         of $(unlocked_functions) is changed.
29360         (jm-glibc-io.m4): New rule.
29361         (unlocked-io.h): New rule -- currently unused.
29362
29363 2001-06-24  Jim Meyering  <meyering@lucent.com>
29364
29365         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29366         unmatched right bracket, rather than kludging it with an extra,
29367         falsely-matching quote in a comment.  Patch by Akim Demaille.
29368
29369 2001-06-11  Jim Meyering  <meyering@lucent.com>
29370
29371         * lib/regex.c: Update from GNU libc.
29372
29373 2001-05-27  Jim Meyering  <meyering@lucent.com>
29374
29375         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29376         Check for ut_type in struct utmp.
29377
29378 2001-05-27  Jim Meyering  <meyering@lucent.com>
29379
29380         * lib/readutmp.h (UT_TYPE): Define.
29381
29382 2001-05-24  Jim Meyering  <meyering@lucent.com>
29383
29384         * lib/argmatch.c: Include "quote.h".
29385         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29386         quote function.  Reported by Göran Uddeborg.
29387
29388 2001-05-22  Jim Meyering  <meyering@lucent.com>
29389
29390         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29391         now that we use the package-supplied version unconditionally.
29392         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29393
29394 2001-05-21  Jim Meyering  <meyering@lucent.com>
29395
29396         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29397         shell syntax errors.
29398
29399 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29400
29401         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29402
29403 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29404
29405         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29406         Don't bother to check library strftime, since
29407         we'll be using our own my_strftime function anyway.
29408         Define my_strftime instead of strftime.
29409
29410 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29411
29412         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29413         which is not yet declared.
29414
29415 2001-05-15  Jim Meyering  <meyering@lucent.com>
29416
29417         * m4/regex.m4: Use proper quoting so brackets appear in the test
29418         program.
29419         Reported by, and with help from, Bruno Haible.
29420
29421 2001-05-13  Jim Meyering  <meyering@lucent.com>
29422
29423         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29424         undefined.
29425
29426 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29427
29428         dirname code cleanup.  base_name now behaves more compatibly
29429         with POSIX basename when given file names that have trailing
29430         slashes, and similarly for dir_name.  Add new primitives
29431         base_len and dir_len.  Put the directory-name-related decls
29432         into dirname.h.
29433
29434         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29435         * lib/backupfile.c (base_name): Likewise.
29436         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29437         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29438         * lib/makepath.c (strip_trailing_slashes): Likewise.
29439         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29440         ISSLASH): Likewise.
29441         * lib/rename.c (strip_trailing_slashes): Likewise.
29442         * lib/same.c (base_name): Likewise.
29443         * lib/stripslash.c (ISSLASH): Likewise.
29444
29445         * lib/addext.c: Include <dirname.h> after size_t is defined.
29446         * lib/backupfile.c: Likewise.
29447
29448         * lib/addext.c (addext): Use base_len to trim redundant
29449         trailing slashes instead of doing it ourselves.
29450         But do not trim the last slash if it is not redundant.
29451
29452         * lib/backupfile.c (find_backup_file_name,
29453         max_backup_version): Use base_len instead of rolling it ourselves.
29454         Handle the case of "" and (on DOS) "C:" correctly.
29455
29456         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29457         needed. Include <string.h>, <dirname.h>.
29458         (base_name): Allow file names ending in slashes, other than names
29459         that are all slashes.  In this case, return the basename followed
29460         by the slashes.  This is more general, and can be used in places
29461         where the original base_name purposely had an assertion failure.
29462         (base_len): New function.
29463
29464         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29465         Do not include <assert.h>; no longer needed.
29466         Include xalloc.h.
29467         (memrchr): Remove decl.
29468         (dir_name_r): Remove.
29469         (dir_len): Renamed from dirlen.  All callers changed.
29470         Rewrite in terms of base_name, for simplicity and consistency.
29471         (dir_name): Never return NULL.  All callers changed.
29472         Do not include <stdlib.h> in test program; no longer needed.
29473         return 0; is fine for test program.
29474
29475         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29476         New macros.
29477         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29478
29479         * lib/path-concat.c (path_concat): Use base_len to compute
29480         base length, not strlen; this means we cannot rely on memcpy
29481         to null-terminate.
29482
29483         * lib/same.c (STREQ): Remove.
29484         (same_name): Handle the case where the basename ends in trailing '/'.
29485
29486         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29487         a slash was stripped.  Do not strip the last slash after a
29488         file system prefix.
29489
29490 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29491
29492         * lib/Makefile.am (libfetish_a_SOURCES):
29493         Add strftime.c, since we now compile it on all hosts.
29494
29495         * lib/strftime.c (my_strftime):
29496         Define to nstrftime if emacs, but only if my_strftime is not defined.
29497         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29498         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29499         Add one more extra argument: a nanoseconds value.
29500         All uses changed.
29501         (ns): New macro.
29502         (my_strftime function): Add %N format.
29503         (emacs_strftimeu): Renamed from emacs_strftime,
29504         with extra ut argument.
29505
29506 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29507
29508         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29509
29510 2001-04-21  Jim Meyering  <meyering@lucent.com>
29511
29512         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29513         doesn't interfere.
29514
29515 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29516
29517         * m4/ftruncate.m4: Check for chsize.
29518         Link with ftruncate.o unconditionally if ftruncate is missing.
29519         This was required when cross-compiling to i586-mingw32msvc.
29520
29521 2001-04-08  Jim Meyering  <meyering@lucent.com>
29522
29523         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29524         recomputed; that's necessary when the offset spans a DST transition.
29525         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29526
29527 2001-04-02  Jim Meyering  <meyering@lucent.com>
29528
29529         * lib/regex.h, regex.c: Update from GNU libc.
29530
29531 2001-03-24  Jim Meyering  <meyering@lucent.com>
29532
29533         * m4/jm-macros.m4: Require autoconf-2.49d.
29534
29535 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29536
29537         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29538
29539 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29540
29541         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29542
29543 2001-03-17  Jim Meyering  <meyering@lucent.com>
29544
29545         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29546         now that the version in autoconf is equivalent.
29547         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29548
29549         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29550         Suggestion from Akim Demaille.
29551
29552         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29553         (jm_PREREQ_TEMPNAME): New function.
29554
29555 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29556
29557         * lib/tempname.c (uint64_t): Define to uintmax_t if
29558         not defined, and if UINT64_MAX is not defined.
29559         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29560         Reported by John David Anglin.
29561
29562 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29563
29564         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29565         resolve alias if codeset is empty.
29566         * lib/config.charset (BeOS): Use wildcard syntax.
29567
29568 2001-03-13  Jim Meyering  <meyering@lucent.com>
29569
29570         * lib/path-concat.c (path_concat)
29571         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29572         concatenating e.g., `C:' and `foo'.
29573         From Bruno Haible.
29574
29575 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29576
29577         * lib/localcharset.c (locale_charset): Don't use
29578         setlocale(LC_CTYPE,NULL). Don't return NULL.
29579         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29580
29581 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29582
29583         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29584         support for DOS/DJGPP.
29585
29586 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29587
29588         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29589         lacks mkstemp.  Compile our own tempname.c if we compile our own
29590         mkstemp.c, as mkstemp relies on tempname.
29591
29592 2001-03-01  Jim Meyering  <meyering@lucent.com>
29593
29594         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29595         AH_VERBATIM really does output its argument verbatim.
29596
29597 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29598
29599         * lib/Makefile.am (libfetish_a_SOURCES):
29600         Add dup-safer.c, fopen-safer.c.
29601         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29602
29603         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29604         * lib/unistd-safer.h: New files.
29605
29606 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29607
29608         The mkstemp replacement is taken from glibc 2.2.2, with some
29609         portability fixes for use outside glibc, as follows:
29610
29611         * lib/tempname.c (struct_stat64): New macro.
29612         (direxists, __gen_tempname): Use it.
29613         This avoids a portability problem with Solaris 8.
29614
29615         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29616         (<stddef.h>, <stdint.h>, <string.h>):
29617         Include only if STDC_HEADERS || _LIBC.
29618         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29619         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29620         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29621         (__set_errno): Define this macro if <errno.h> doesn't.
29622         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29623         Define these macros if <stdio.h> doesn't.
29624         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29625         Define these macros if <sys/stat.h>
29626         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29627         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29628         __xstat64): Define if not _LIBC.
29629         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29630         (__gen_tempname): Invoke gettimeofday only if
29631         HAVE_GETTIMEOFDAY || _LIBC;
29632         otherwise, fall back on plain "time".
29633         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29634
29635         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29636
29637         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29638
29639 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29640
29641         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29642
29643 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29644
29645         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29646         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29647         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29648         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29649
29650 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29651
29652         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29653         Remove workaround macros for hosts that have mbrtowc but not
29654         mbstate_t, as we now insist on proper declarations for both
29655         before using mbrtowc.
29656
29657 2001-02-17  Jim Meyering  <meyering@lucent.com>
29658
29659         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29660         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29661         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29662         UnixWare 7.1.1.
29663
29664         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29665         rather than AC_CACHE_VAL.
29666
29667 2001-02-17  Jim Meyering  <meyering@lucent.com>
29668
29669         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29670         around included file name.
29671
29672         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29673
29674         * lib/strftime.c: Update from GNU libc (the only changes were to
29675         comments).
29676
29677 2001-02-17  Jim Meyering  <meyering@lucent.com>
29678
29679         * lib/regex.c: Update from libc.
29680
29681 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29682
29683         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29684         clash.
29685
29686 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29687
29688         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29689         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29690         Reported by Mark Hounschell via Paul Eggert.
29691
29692 2001-02-07  Jim Meyering  <meyering@lucent.com>
29693
29694         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29695
29696 2001-02-05  Jim Meyering  <meyering@lucent.com>
29697
29698         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29699         it includes the patch required for `large file' support with at least
29700         HP-UX's 10.20 /bin/cc.
29701
29702 2001-02-03  Jim Meyering  <meyering@lucent.com>
29703
29704         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29705         AS_IF, now that it works once again (mysteriously).
29706         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29707
29708 2001-01-30  Jim Meyering  <meyering@lucent.com>
29709
29710         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29711         * m4/chown.m4: Rename conftestchown to conftest.chown.
29712         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29713         s/conftestdir2/conftest.d2/.
29714         * m4/utimes.m4: s/conftestdata/conftest.data/
29715         Inspired by Pavel Roskin's change in autoconf.
29716
29717 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29718
29719         * lib/config.charset: Update for FreeBSD 4.2.
29720
29721 2001-01-27  Jim Meyering  <meyering@lucent.com>
29722
29723         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29724         a use of AS_IF.
29725         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29726
29727 2001-01-26  Jim Meyering  <meyering@lucent.com>
29728
29729         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29730         quotearg.c includes it.
29731
29732 2001-01-26  Jim Meyering  <meyering@lucent.com>
29733
29734         * lib/quotearg.c: Include stddef.h.
29735         * lib/quote.c: Include stddef.h.
29736         Reported by Axel Kittenberger.
29737
29738         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29739         line in double quotes so that it evokes a better diagnostic.
29740         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29741         Reported by Axel Kittenberger.
29742
29743 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29744
29745         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29746         as if it was a `charset'.
29747
29748 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29749
29750         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29751         has const.
29752
29753 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29754
29755         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29756         to avoid a warning.  Add back 'const' to inptr.
29757
29758 2001-01-20  Jim Meyering  <meyering@lucent.com>
29759
29760         Be sure that headers are checked before used in code compiled
29761         for the type checks.
29762         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29763         In place of that, invoke jm_CHECK_ALL_TYPES.
29764         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29765         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29766         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29767         The check for ssize_t was mistakenly run before the test for unistd.h.
29768
29769         The configure-time check for stdbool.h was missing.
29770         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29771         (jm_PREREQ_HASH): New function.
29772
29773 2001-01-17  Jim Meyering  <meyering@lucent.com>
29774
29775         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29776         for autoconf-2.49c.
29777         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29778
29779 2001-01-16  Jim Meyering  <meyering@lucent.com>
29780
29781         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29782         From Bruno Haible.
29783
29784 2001-01-14  Jim Meyering  <meyering@lucent.com>
29785
29786         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29787         foo and bar.  Create conftestdir/ in the script, not in the C code.
29788         Remove directories in the script, not in the C code.
29789         Remove conftestdir{,2} before trying to create the directory.
29790         Make the entire configure script fail if the mkdir fails.
29791
29792 2001-01-14  Jim Meyering  <meyering@lucent.com>
29793
29794         * lib/rename.c: New file.  From Volker Borchert.
29795         Include stdlib.h, string.h or strings.h, and xalloc.h.
29796         Use strip_trailing_slashes rather than open-coding it.
29797
29798 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29799
29800         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29801
29802 2001-01-03  Jim Meyering  <meyering@lucent.com>
29803
29804         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29805         of local `inptr' to avoid warning with some system declarations of
29806         iconv.
29807
29808 2001-01-02  Volker Borchert  <bt@teknon.de>
29809
29810         * m4/rename.m4: New file.
29811         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29812
29813 2001-01-01  Jim Meyering  <meyering@lucent.com>
29814
29815         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29816         even on systems with utmpx.h.  It's necessary for the declaration of
29817         utmp's ut_user member.  Reported by Andreas Jaeger.
29818
29819         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29820         available. They are required for the declarations of getgrgid and
29821         getpwuid resp.
29822         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29823         Reported by Andreas Jaeger.
29824
29825 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29826
29827         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29828         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29829         so `make install' also works in VPATH builds.
29830
29831 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29832
29833         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29834         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29835         can be used in subdirectories.
29836
29837 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29838
29839         * lib/modechange.c: Do not assume that mode_t uses the
29840         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29841         the other-execute bit of FOO even if S_IXOTH != 1.
29842
29843         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29844         WOTH, XOTH, ALLM): New macros.
29845         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29846          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29847         Use them.
29848         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29849         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29850         (mode_compile):
29851         No need to use uintmax_t; unsigned long is long enough.
29852         Don't bother to get suffix since we don't use it.
29853
29854 2000-12-26  Jim Meyering  <meyering@lucent.com>
29855
29856         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29857         better with autoheader.
29858
29859 2000-12-24  Jim Meyering  <meyering@lucent.com>
29860
29861         * lib/hash.c (is_prime): Return explicit boolean values.
29862         (hash_get_first): Return NULL to appease Irix5.6's 89.
29863         Reported by Nelson Beebe.
29864
29865 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29866
29867         * lib/localcharset.c (locale_charset): Add support for Win32.
29868
29869 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29870
29871         * lib/physmem.h, lib/physmem.c: New files.
29872
29873         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29874         (noinst_HEADERS): Add physmem.h.
29875
29876         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29877         't' for compatibility with Solaris 8 sort.
29878
29879 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29880
29881         * lib/config.charset: Add support for BeOS.
29882
29883 2000-12-17  Jim Meyering  <meyering@lucent.com>
29884
29885         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29886         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29887
29888 2000-12-16  Jim Meyering  <meyering@lucent.com>
29889
29890         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29891         N and M) would have treated it like `chown N:N FILE'.
29892
29893         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29894
29895 2000-12-16  Jim Meyering  <meyering@lucent.com>
29896
29897         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29898         SHELLS_FILE to a file name that's useful on djgpp systems.
29899         Include stdlib.h.
29900         (ADDITIONAL_DEFAULT_SHELLS): Define.
29901         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29902         Based mostly on a patch from Prashant TR.
29903
29904 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29905
29906         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29907         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29908         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29909
29910 2000-12-08  Andreas Schwab  <schwab@suse.de>
29911
29912         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29913         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29914
29915 2000-12-07  Jim Meyering  <meyering@lucent.com>
29916
29917         * lib/stripslash.c (ISSLASH): Define.
29918         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29919         `/'.
29920         From Prashant TR.
29921
29922         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29923         (dir_name_r): Declare this function as static.
29924         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29925         manifest itself on a name containing a mix of slashes and
29926         backslashes.
29927         Make this function work with names starting with a DOS-style
29928         drive letter and colon prefix.
29929         (dir_name): Append `.' if necessary.
29930         Based mostly on patches from Prashant TR and Eli Zaretskii.
29931
29932         * lib/dirname.h (dir_name_r): Remove prototype.
29933
29934 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29935
29936         * m4/off_t-format.m4: Remove this file.
29937         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29938
29939 2000-12-06  Jim Meyering  <meyering@lucent.com>
29940
29941         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29942         replacement strtoull, we may well need the replacement strtoul, too.
29943         Check for declarations of strtoul and strtoull.
29944         Check for strtol.  Mainly as a cue to cause automake to include
29945         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29946         Check for limits.h -- strtol.c needs it.
29947
29948 2000-12-05  Jim Meyering  <meyering@lucent.com>
29949
29950         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29951
29952 2000-12-04  Jim Meyering  <meyering@lucent.com>
29953
29954         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29955         Also include memory.h, stdlib.h, unistd.h if appropriate.
29956         Reported by Andreas Jaeger (conflicting declaration of malloc).
29957
29958 2000-12-02  Jim Meyering  <meyering@lucent.com>
29959
29960         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29961         * m4/jm-macros.m4 (jm_MACROS): require it.
29962
29963 2000-12-02  Jim Meyering  <meyering@lucent.com>
29964
29965         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29966
29967 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29968
29969         * lib/memrchr.c: Include <config.h> before any system include file.
29970
29971 2000-11-30  Jim Meyering  <meyering@lucent.com>
29972
29973         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29974
29975 2000-11-30  Jim Meyering  <meyering@lucent.com>
29976
29977         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29978
29979 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29980
29981         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29982
29983 2000-11-26  Jim Meyering  <meyering@lucent.com>
29984
29985         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29986
29987 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29988
29989         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29990         size of (size_t) -1; it's not portable.
29991
29992 2000-11-17  Jim Meyering  <meyering@lucent.com>
29993
29994         * lib/strstr.c: Update from GNU libc.
29995
29996 2000-11-17  Akim Demaille  <akim@epita.fr>
29997
29998         * lib/obstack.h: Formatting changes.
29999         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30000         prevent type checking.
30001         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30002         cast the value to (void *): assigning a `foo *' to a `void *'
30003         variable is valid.
30004         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30005
30006 2000-11-16  Jim Meyering  <meyering@lucent.com>
30007
30008         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30009
30010 2000-11-11  Jim Meyering  <meyering@lucent.com>
30011
30012         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30013
30014 2000-11-10  Jim Meyering  <meyering@lucent.com>
30015
30016         * lib/obstack.h: Update from GNU libc.
30017         * lib/obstack.c: Likewise.
30018
30019 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30020
30021         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30022
30023 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30024
30025         * lib/getusershell.c (setusershell): Use rewind rather than
30026         fseek/fseeko, to avoid configuration hassles with fseeko.
30027         Don't bother opening SHELLS_FILE if shellstream is NULL;
30028         it's not necessary.
30029
30030 2000-11-05  Jim Meyering  <meyering@lucent.com>
30031
30032         * lib/makepath.h (make_dir): Declare.
30033         * lib/makepath.c (make_dir): Remove `static' attribute.
30034         Tweak a comment.
30035
30036 2000-11-04  Jim Meyering  <meyering@lucent.com>
30037
30038         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30039
30040 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30041
30042         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30043         last one in a bucket, advance to the next bucket.
30044
30045 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30046
30047         * lib/fnmatch.c: Do not comment out all the code if we are using
30048         the GNU C library, because in some cases we are replacing buggy
30049         code in the GNU C library itself.
30050
30051 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30052
30053         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30054         (regex_compile): Catch bogus \(\1\).
30055
30056 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30057
30058         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30059         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30060         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30061
30062 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30063
30064         * lib/error.h, getline.h, modechange.h:
30065         Remove "2000" from Copyright line, as the file hasn't been
30066         changed this year other than in the copyright notice.
30067
30068         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30069         was changed this year.
30070
30071 2000-10-29  Jim Meyering  <meyering@lucent.com>
30072
30073         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30074         renaming.
30075         * m4/ls-mntd-fs.m4: Likewise
30076
30077 2000-10-29  Jim Meyering  <meyering@lucent.com>
30078
30079         * lib/xstat.in: Fix grammar in comment.
30080
30081 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30082
30083         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30084         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30085         doesn't define __restrict_arr.
30086
30087 2000-10-28  Jim Meyering  <meyering@lucent.com>
30088
30089         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30090         (jm_PREREQ_MEMCHR): New function.
30091
30092 2000-10-28  Jim Meyering  <meyering@lucent.com>
30093
30094         * lib/memchr.c: Update from libc.
30095         Adjust for portability:
30096         [HAVE_STDLIB_H]: Include stdlib.h.
30097         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30098         Undef __memchr, too.
30099         [!weak_alias]: Define __memchr to memchr.
30100
30101         * lib/regex.c: Update from libc.
30102         * lib/regex.h: Likewise.
30103         * lib/getopt1.c: Likewise.
30104         * lib/memcmp.c: Likewise.
30105
30106         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30107         Avoid using fseek, when possible -- it's broken by design.
30108         Patch by Ulrich Drepper.
30109
30110 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30111
30112         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30113         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30114         Giving in to popular pressure to shut up the compiler with casts.
30115
30116 2000-10-26  Jim Meyering  <meyering@lucent.com>
30117
30118         * lib/strftime.c: Update from libc.
30119
30120 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30121
30122         * regex.c: More `unsigned char' -> `re_char' changes.
30123         Also change several `int' into `re_wchar_t'.
30124         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30125         (PUSH_FAILURE_POINTER): Don't cast any more.
30126         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30127         We want GCC to complain, since this piece of code makes
30128         re_match non-reentrant, which *should* be fixed.
30129         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30130         (EXTEND_BUFFER): Use RETALLOC.
30131         (SET_LIST_BIT): Don't cast.
30132         (re_wchar_t): New type.
30133         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30134         that those two functions will always properly return.
30135         (IMMEDIATE_QUIT_CHECK): Cast to void.
30136         (analyse_first): Use recursion rather than an explicit stack.
30137         (re_compile_fastmap): Can't fail anymore.
30138         (re_search_2): Don't check re_compile_fastmap for failure.
30139         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30140         Now also sets the new value (passed in a new argument).
30141         (re_match_2_internal): Use it.
30142         Also, use a new var `reg' of type size_t when looping through regs
30143         rather than reuse the inappropriate `mcnt'.
30144
30145 2000-10-25  Jim Meyering  <meyering@lucent.com>
30146
30147         * lib/obstack.c: Update from libc.
30148
30149 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30150
30151         * regex.c (regex_compile): Change the way of handling a range from
30152         a char less than 256 to a char not less than 256.
30153
30154 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30155
30156         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30157         NT-Emacs only.
30158         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30159         so that re_search functions only quit when callers expect them to.
30160
30161 2000-10-23  Jim Meyering  <meyering@lucent.com>
30162
30163         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30164         wrong.  That set_locale call must not have any side effects.
30165         From Paul Eggert.
30166
30167 2000-10-22  Jim Meyering  <meyering@lucent.com>
30168
30169         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30170         [CYCLIC]: Remove now-unused definition.
30171
30172         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30173         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30174         Suggestion from Ulrich Drepper.
30175
30176 2000-10-21  Jim Meyering  <meyering@lucent.com>
30177
30178         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30179         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30180         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30181
30182 2000-10-21  Jim Meyering  <meyering@lucent.com>
30183
30184         * lib/dirname.c (memrchr): Declare if necessary.
30185         (dir_name): Remove the restriction that there be no
30186         trailing slashes.  Now, this code skips past them, effectively
30187         ignoring them.
30188         [TEST_DIRNAME] (main): New unit tests.
30189
30190         * lib/memrchr.c: New file from GNU libc.
30191         Undef __memrchr, too.
30192         [!weak_alias]: Define __memrchr to memrchr.
30193         Guard weak_alias use with `#ifdef weak_alias'.
30194
30195 2000-10-21  Jim Meyering  <meyering@lucent.com>
30196
30197         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30198         (dir_name): Use dir_name_r.
30199         * lib/dirname.h (dir_name_r): Declare it.
30200
30201 2000-10-17  Jim Meyering  <meyering@lucent.com>
30202
30203         * lib/quote.h (PARAMS): Define and use.
30204         Reported by Akim Demaille.
30205
30206         * lib/getopt.c: Update from libc.
30207
30208 2000-10-16  Jim Meyering  <meyering@lucent.com>
30209
30210         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30211         setlocale.
30212         From Jan Fedak.
30213
30214 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30215
30216         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30217
30218 2000-09-25  Jim Meyering  <meyering@lucent.com>
30219
30220         * lib/md5.h (rol): Define (from GnuPG).
30221
30222         * lib/sha.c: Give credit (GnuPG) where due.
30223         (M): Use rol rather than open-coding it.
30224         Add a FIXME comment.
30225
30226 2000-09-21  Jim Meyering  <meyering@lucent.com>
30227
30228         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30229         Reported by Michael Stone.
30230
30231 2000-09-20  Jim Meyering  <meyering@lucent.com>
30232
30233         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30234         (noinst_HEADERS): Add sha.h.
30235         Based on code from Scott G. Miller and from GnuPG.
30236
30237 2000-09-18  Jim Meyering  <meyering@lucent.com>
30238
30239         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30240         LIBS. Otherwise, everyone ends up linking with -lelf for some
30241         configurations.
30242         Reported by Mike Stone.
30243
30244 2000-09-15  Jim Meyering  <meyering@lucent.com>
30245
30246         * lib/regex.c: Update from libc.
30247
30248 2000-09-10  Jim Meyering  <meyering@lucent.com>
30249
30250         * lib/getopt.c (_getopt_internal): Update from glibc.
30251
30252 2000-09-09  Jim Meyering  <meyering@lucent.com>
30253
30254         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30255         think it should be used as a general replacement for isascii.
30256         * lib/fnmatch.c: Likewise.
30257         * lib/mbswidth.c: Likewise
30258         * lib/regex.c: Likewise.
30259
30260         Don't use atoi.
30261         * lib/userspec.c: Include sys/param.h and limits.h.
30262         Include xstrtol.h.
30263         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30264         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30265         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30266         UID, GID.  Check range.
30267
30268 2000-09-06  Jim Meyering  <meyering@lucent.com>
30269
30270         * lib/getopt.c (_getopt_internal): Update from glibc.
30271
30272 2000-08-30  Jim Meyering  <meyering@lucent.com>
30273
30274         * lib/strftime.c: Merge in changes from GNU libc.
30275
30276 2000-08-26  Jim Meyering  <meyering@lucent.com>
30277
30278         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30279         * m4/fpending.m4: New file.
30280
30281 2000-08-26  Jim Meyering  <meyering@lucent.com>
30282
30283         * lib/closeout.c: Include "__fpending.h".
30284         (close_stdout_status): Return right away if there's nothing to flush.
30285
30286         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30287         * lib/__fpending.c: New file.
30288         * lib/__fpending.h: New file.
30289
30290 2000-08-20  Jim Meyering  <meyering@lucent.com>
30291
30292         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30293         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30294         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30295
30296 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30297
30298         Improve fileutils installation on systems where running
30299         programs (like install) can't be unlinked.
30300         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30301         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30302
30303 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30304
30305         Standardize on "memory exhausted" instead of "Memory exhausted"
30306         or "virtual memory exhausted".
30307         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30308         "virtual memory exhausted".
30309         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30310         our own message.
30311         * lib/userspec.c (parse_user_spec): Likewise.
30312         * lib/bumpalloc.h: comment fix
30313         * lib/same.c, userspec.c: Include xalloc.h.
30314
30315         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30316         not char *const and pointing to a constant array.
30317         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30318         (xrealloc): Comment fix.
30319
30320         * lib/userspec.c (parse_user_spec):
30321         Don't translate a message until just before returning,
30322         to avoid unnecessary translation.
30323
30324 2000-08-07  Jim Meyering  <meyering@lucent.com>
30325
30326         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30327         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30328         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30329         getgroups.c, gethostname.c, getopt.h, group-member.c,
30330         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30331         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30332         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30333         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30334         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30335         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30336         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30337         yesno.c: Back out Copyright date changes for each file with no change
30338         this year.  This eases coordination with other programs using the same
30339         source code modules.  From Paul Eggert.
30340
30341 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30342
30343         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30344         not char, for compatibility with glibc 2.1.3 strftime.c.
30345
30346 2000-08-03  Greg McGary  <greg@mcgary.org>
30347
30348         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30349         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30350         (EXTEND_BUFFER): Use them.
30351
30352 2000-08-01  Jim Meyering  <meyering@lucent.com>
30353
30354         * lib/dirname.c (ISSLASH): Define.
30355         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30356         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30357         both `\' and `/' may be use as path separators.
30358         Based on a patch from Prashant TR.
30359
30360 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30361
30362         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30363         slot vector a constant, since it might get modified.
30364
30365 2000-07-31  Jim Meyering  <meyering@lucent.com>
30366
30367         * lib/xmalloc.c: Use `virtual memory exhausted', not
30368         `Memory exhausted'.
30369         * lib/obstack.c (print_and_abort): Likewise.
30370
30371 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30372
30373         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30374         buffer, so that the caller can always quote one small
30375         component of a "memory exhausted" message in slot 0.
30376         From a suggestion by Jim Meyering.
30377
30378 2000-07-30  Jim Meyering  <meyering@lucent.com>
30379
30380         * lib/makepath.c (make_path): Quote the other instance, too.
30381
30382         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30383         (STATIC_BUF_SIZE): Define.
30384         (quotearg_n_options): Use only statically allocated storage when
30385         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30386         than STATIC_BUF_SIZE.
30387
30388 2000-07-29  Jim Meyering  <meyering@lucent.com>
30389
30390         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30391         * lib/dirname.c (dir_name): Likewise.
30392
30393         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30394         `/'.
30395
30396         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30397         (dir_name): Assert that there are no trailing slashes.
30398
30399 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30400
30401         * lib/mbswidth.h (mbswidth): Add a flags argument.
30402         (mbswidth): New declaration.
30403         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30404         * lib/mbswidth.c (mbswidth): Add a flags argument.
30405         (mbsnwidth): New function.
30406
30407 2000-07-24  Jim Meyering  <meyering@lucent.com>
30408
30409         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30410
30411 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30412
30413         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30414
30415 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30416
30417         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30418         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30419         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30420         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30421         invoke multibyte primitives.
30422
30423 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30424
30425         * lib/quotearg.c:
30426         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30427         so that mbstate_t is always defined.
30428
30429         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30430         be 1 in at least one GCC installation, and this configuration
30431         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30432         performance on hosts that have mbrtowc but have only unibyte
30433         locales, but I assume these hosts are rare.
30434
30435 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30436
30437         * lib/mbswidth.c (_XOPEN_SOURCE):
30438         Don't define; this causes problems on Solaris 7.
30439         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30440
30441 2000-07-23  Jim Meyering  <meyering@lucent.com>
30442
30443         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30444         too: getgrgid, getpwuid, getuid.
30445
30446 2000-07-23  Jim Meyering  <meyering@lucent.com>
30447
30448         * lib/basename.c (base_name): Add an assertion.
30449
30450 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30451
30452         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30453         shadow its mbsinit function.
30454
30455 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30456
30457         * lib/mbswidth.h: New file.
30458         * lib/mbswidth.c: New file.
30459         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30460         (noinst_HEADERS): Add mbswidth.h.
30461
30462 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30463
30464         * lib/config.charset: Add support for FreeBSD. Improve support for
30465         HP-UX and IRIX 6.
30466
30467 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30468
30469         * m4/mbswidth.m4: New file.
30470         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30471
30472 2000-07-15  Jim Meyering  <meyering@lucent.com>
30473
30474         * lib/makepath.c: Include quote.h.
30475         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30476         corresponding argument in a `quote (...)' call.
30477         Give better diagnostics.
30478
30479         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30480         (noinst_HEADERS): Add quote.h.
30481
30482         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30483         from tar's src/misc.c.
30484         * lib/quote.h: New file.  Prototypes for same.
30485
30486 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30487
30488         From a suggestion by Bruno Haible.
30489         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30490         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30491         to decide whether to define the BeOS workaround macro;
30492         this adjusts to the change to AC_MBSTATE_T.
30493
30494 2000-07-14  Jim Meyering  <meyering@lucent.com>
30495
30496         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30497         jm_AC_TYPE_UINTMAX_T.
30498
30499 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30500
30501         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30502
30503         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30504         quotearg_buffer_restyled): Add support for
30505         clocale_quoting_style.  Undo previous change to
30506         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30507         and "{RIGHT QUOTATION MARK}" msgids.
30508
30509 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30510
30511         From a suggestion by Bruno Haible.
30512         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30513         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30514         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30515         and mbstate_t, to a single-part test that simply defines mbstate_t.
30516         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30517         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30518
30519 2000-07-10  Jim Meyering  <meyering@lucent.com>
30520
30521         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30522
30523         * m4/gnu-source.m4: Output to confdefs.h directly.
30524         Suggestion from Akim Demaille.
30525
30526 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30527
30528         The old behavior of quoting `like this' doesn't look good with
30529         newer, ISO-style fonts.  See:
30530         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30531
30532         Instead, quote "like this" by default.  Let the translator
30533         tailor the locale-specific quoting behavior by providing
30534         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30535
30536         * lib/quotearg.c (N_): New macro.
30537         (gettext_default): New function.
30538         (quotearg_buffer_restyled): Use
30539         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30540         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30541
30542 2000-07-09  Jim Meyering  <meyering@lucent.com>
30543
30544         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30545         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30546
30547         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30548         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30549
30550 2000-07-09  Jim Meyering  <meyering@lucent.com>
30551
30552         * lib/Most files: Update copyright dates to include 2000.
30553
30554 2000-07-08  Jim Meyering  <meyering@lucent.com>
30555
30556         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30557         if not defined.
30558         (xgethostname): Remove now-unnecessary #ifdef.
30559         Move declaration of `err' into loop where it's used.
30560
30561 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30562         and Bruno Haible  <haible@clisp.cons.org>
30563
30564         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30565         only if the test for an object-type mbstate_t fails.  This
30566         prevents us from mistakenly reporting that mbstate_t is a
30567         system object type after we "#define mbstate_t int" to work
30568         around its lack.
30569
30570 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30571         and Bruno Haible  <haible@clisp.cons.org>
30572
30573         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30574
30575 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30576
30577         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30578         to strerror_r.
30579         Include <ctype.h> for use of isalpha.
30580
30581 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30582
30583         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30584         by allocating a larger buffer. Test the gethostname return value for
30585         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30586         returns an error and ENAMETOOLONG isn't defined.
30587
30588 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30589
30590         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30591         dimension.
30592
30593 2000-07-04  Jim Meyering  <meyering@lucent.com>
30594
30595         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30596         of the deprecated AC_CHECKING.
30597
30598 2000-07-04  Jim Meyering  <meyering@lucent.com>
30599
30600         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30601         Reported by Bruno Haible.
30602
30603 2000-07-04  Jim Meyering  <meyering@lucent.com>
30604
30605         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30606         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30607         lacks mbrtowc.
30608
30609 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30610
30611         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30612         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30613
30614 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30615         and Bruno Haible  <haible@clisp.cons.org>
30616
30617         * lib/quotearg.c (mbrtowc):
30618         Assign to *pwc, and return 1 only if result is nonzero.
30619         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30620
30621 2000-07-03  Jim Meyering  <meyering@lucent.com>
30622
30623         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30624
30625 2000-07-03  Jim Meyering  <meyering@lucent.com>
30626
30627         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30628         This is necessary to get a definition of e.g., UTMP_FILE on
30629         HP-UX 10.20.
30630         From Bob Proulx.
30631
30632 2000-07-02  Jim Meyering  <meyering@lucent.com>
30633
30634         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30635
30636         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30637         AC_LIBOBJ(function_name).
30638         * m4/chown.m4: Likewise.
30639         * m4/fnmatch.m4: Likewise.
30640         * m4/ftruncate.m4: Likewise.
30641         * m4/getgroups.m4: Likewise.
30642         * m4/getline.m4: Likewise.
30643         * m4/group-member.m4: Likewise.
30644         * m4/jm-macros.m4: Likewise.
30645         * m4/lstat.m4: Likewise.
30646         * m4/malloc.m4: Likewise.
30647         * m4/memcmp.m4: Likewise.
30648         * m4/nanosleep.m4: Likewise.
30649         * m4/putenv.m4: Likewise.
30650         * m4/realloc.m4: Likewise.
30651         * m4/regex.m4: Likewise.
30652         * m4/stat.m4: Likewise.
30653         * m4/strftime.m4: Likewise.
30654
30655 2000-07-02  Jim Meyering  <meyering@lucent.com>
30656
30657         * lib/quotearg.c (mbstate_t): Don't define here.
30658
30659 2000-07-02  Jim Meyering  <meyering@lucent.com>
30660
30661         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30662
30663 2000-07-01  Jim Meyering  <meyering@lucent.com>
30664
30665         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30666
30667 2000-07-01  Jim Meyering  <meyering@lucent.com>
30668
30669         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30670         problem.
30671
30672 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30673
30674         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30675         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30676
30677 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30678
30679         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30680         per change in ../m4/ls-mntd-fs.m4.
30681         (read_filesystem_list): Ignore symbolic links.
30682
30683 2000-06-29  Jim Meyering  <meyering@lucent.com>
30684
30685         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30686         for declaration of strcmp.
30687
30688         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30689
30690         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30691         Avoid warning by casting result to `char *' to remove `const'.
30692
30693 2000-06-28  Jim Meyering  <meyering@lucent.com>
30694
30695         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30696         included by quotearg.c, for which we perform this test.  From
30697         Bruno Haible.
30698
30699 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30700
30701         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30702         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30703         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30704
30705 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30706
30707         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30708
30709 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30710
30711         savedir now sets errno on failure and invokes xmalloc to get memory.
30712         Fix a couple of other minor bugs while we're at it.
30713
30714         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30715         (NAMLEN): Remove macro.
30716         (malloc, realloc): Remove decls.
30717         (stpcpy): Likewise.
30718         ("xalloc.h"): Include.
30719         (NAME_SIZE_DEFAULT): New macro.
30720         (savedir): Use xmalloc / xrealloc to allocate memory.
30721         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30722         Skip "" directory entries.
30723         Use strlen to calculate directory entry length, since the old method
30724         is rarely used these days and isn't worth supporting.
30725         Don't use a pointer after freeing it.
30726         Check for integer overflow when calculating allocation size.
30727         Use memcpy to copy entries, instead of stpcpy.
30728         Set errno properly when returning NULL.
30729         Check for readdir error.
30730
30731 2000-06-26  Jim Meyering  <meyering@lucent.com>
30732
30733         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30734
30735 2000-06-25  Jim Meyering  <meyering@lucent.com>
30736
30737         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30738         Linux header bug when _XOPEN_SOURCE is defined to 500.
30739
30740 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30741
30742         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30743         deficiency.
30744
30745 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30746
30747         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30748         Include xalloc.h.
30749         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30750
30751 2000-06-24  Jim Meyering  <meyering@lucent.com>
30752
30753         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30754         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30755         for which strerror does return char*, but which lacks a conveniently
30756         accessible declaration of the function.  If the compile-test says
30757         strerror_r doesn't work, then resort to a `run'-test that works on
30758         BeOS and segfaults on DEC Unix.
30759
30760 2000-06-24  Jim Meyering  <meyering@lucent.com>
30761
30762         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30763
30764 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30765
30766         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30767         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30768
30769 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30770
30771         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30772         (mbrtowc, mbstate_t): Define substitutes if
30773         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30774         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30775         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30776
30777 2000-06-23  Jim Meyering  <meyering@lucent.com>
30778
30779         * m4/afs.m4: Add missing AC_MSG_RESULT.
30780         Reported by Bruno Haible.
30781
30782         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30783         Suggestion from Bruno Haible.
30784
30785 2000-06-23  Jim Meyering  <meyering@lucent.com>
30786
30787         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30788
30789 2000-06-21  Jim Meyering  <meyering@lucent.com>
30790
30791         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30792
30793 2000-06-21  Jim Meyering  <meyering@lucent.com>
30794
30795         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30796         (noinst_HEADERS): Add getstr.h.
30797
30798         * lib/getline.c (getstr): Move into a separate file.
30799         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30800         the following changes: new parameter, delim2; both delim[12]
30801         parameters have type `int', not `char'.  The latter would lose
30802         with 8-bit delimiters.
30803         * lib/getstr.h: New file.
30804
30805 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30806
30807         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30808         than 1024, return a memory chunk of least possible size, instead
30809         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30810         Use free/xmalloc instead of xrealloc to avoid copying for very long
30811         paths.
30812
30813 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30814
30815         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30816         the empty string.
30817
30818 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30819
30820         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30821         address, not strdup.  Include <stdlib.h> and don't declare free().
30822
30823 2000-06-19  Jim Meyering  <meyering@lucent.com>
30824
30825         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30826
30827 2000-06-18  Jim Meyering  <meyering@lucent.com>
30828
30829         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30830
30831         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30832         `checking whether...' message to be consistent with that of the
30833         lstat test.
30834
30835 2000-06-18  Jim Meyering  <meyering@lucent.com>
30836
30837         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30838         Besides, these days every porting target provides a mkdir function.
30839
30840         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30841         needed. (this snippet comes from src/system.h).
30842
30843 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30844
30845         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30846
30847 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30848
30849         * lib/human.c (adjust_value): New function.
30850         (human_readable_inexact): Apply rounding style even when
30851         printing approximate values.
30852
30853 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30854
30855         * lib/human.c (human_readable_inexact): Allow an input block
30856         size that is not a multiple of the output block size, and vice versa.
30857         Reported by Piergiorgio Sartor.
30858
30859 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30860
30861         * lib/getdate.y (get_date): Apply relative times after time
30862         zone indicator, not before.  Reported by Todd A. Jacobs.
30863
30864 2000-06-13  Jim Meyering  <meyering@lucent.com>
30865
30866         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30867
30868         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30869
30870 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30871
30872         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30873
30874 2000-06-12  Jim Meyering  <meyering@lucent.com>
30875
30876         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30877         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30878         optional argument.
30879         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30880         the optional argument, `lib'.
30881
30882 2000-06-08  Jim Meyering  <meyering@lucent.com>
30883
30884         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30885
30886 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30887
30888         Rewrite largefile configuration so that we don't need to run
30889         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30890         AC_CANONICAL_HOST in configure.in -- jmm]
30891
30892         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30893         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30894         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30895         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30896         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30897         All uses changed.
30898         Instead of inspecting the output of getconf, try to compile the
30899         test program without and with the macro definition.
30900         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30901         for getconf.  Instead, check for the needed flags by compiling
30902         test programs.
30903
30904 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30905
30906         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30907
30908 2000-06-04  Jim Meyering  <meyering@lucent.com>
30909
30910         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30911         SunOS 4.1.4 for which gid_t is an unsigned type.
30912
30913 2000-06-03  Jim Meyering  <meyering@lucent.com>
30914
30915         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30916         now that autoconf requires that.
30917
30918         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30919         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30920         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30921
30922 2000-06-03  Jim Meyering  <meyering@lucent.com>
30923
30924         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30925
30926 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30927
30928         * m4/glibc21.m4: New file.
30929         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30930
30931 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30932
30933         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30934         newer, don't install charset.alias.
30935         * lib/config.charset: Change the Linux/glibc rules so they become empty
30936         on glibc-2.1 or newer.
30937
30938 2000-06-02  Jim Meyering  <meyering@lucent.com>
30939
30940         * lib/mountlist.c: Back out last change.  Instead, do this...
30941         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30942         me_dummy member using the same `ignore'-testing code.
30943         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30944         fs_type strings.
30945         From Mark D. Roth.
30946
30947 2000-05-29  Jim Meyering  <meyering@lucent.com>
30948
30949         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30950         mounts with the `ignore' attribute.  Based on a patch from
30951         Mark D. Roth.
30952
30953 2000-05-28  Jim Meyering  <meyering@lucent.com>
30954
30955         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30956         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30957         * m4/stat.m4: Likewise.
30958         * m4/lstat.m4: Likewise.
30959         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30960
30961         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30962         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30963
30964 2000-05-26  Jim Meyering  <meyering@lucent.com>
30965
30966         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30967
30968 2000-05-24  Jim Meyering  <meyering@lucent.com>
30969
30970         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30971         autoconf requires that.
30972         * m4/lib-check.m4: Likewise.
30973         * m4/jm-macros.m4: Likewise.
30974         * m4/strftime.m4: Likewise.
30975
30976         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30977         AC_CHECK_DECLS, now that autoconf requires that.
30978
30979 2000-05-22  Jim Meyering  <meyering@lucent.com>
30980
30981         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30982         * m4/lstat.m4: Likewise.
30983
30984 2000-05-22  Jim Meyering  <meyering@lucent.com>
30985
30986         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30987
30988 2000-05-20  Jim Meyering  <meyering@lucent.com>
30989
30990         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30991         (jm_PREREQ): Use it.
30992
30993 2000-05-18  Jim Meyering  <meyering@lucent.com>
30994
30995         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30996         back, too, since it may have been modified by allocate_entry.
30997         (hash_delete): Rewrite to use neither the assignment operator
30998         nor the comma operator in an if-expression.
30999
31000 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31001
31002         * lib/closeout.c:
31003         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31004         Remove; no longer needed.
31005         "quotearg.h": Add include.
31006         (file_name): Do not bother to explicitly initialize to NULL; it's less
31007         efficient on some hosts.
31008         (close_stdout_status): Remove test as to whether stdout was already
31009         closed; it breaks for the case "echo x | sort >&-".
31010         Quote file name colons.
31011         Do not assume that _("write error") lacks format strings.
31012
31013 2000-05-15  Jim Meyering  <meyering@lucent.com>
31014
31015         * lib/version-etc.c (version_etc_copyright): Update the copyright
31016         string used in all --version output.
31017
31018 2000-05-14  Jim Meyering  <meyering@lucent.com>
31019
31020         * lib/closeout.c (close_stdout_set_file_name): New function.
31021         (close_stdout_status): Use new file-scoped global.
31022         Return right away if fstat says the stdout file descriptor is invalid.
31023         * lib/closeout.h (close_stdout_set_file_name): Declare.
31024
31025 2000-05-10  Jim Meyering  <meyering@lucent.com>
31026
31027         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31028         (close_stdout_set_status): New function.
31029         * lib/closeout.h (close_stdout_set_status): Declare.
31030
31031 2000-05-09  Jim Meyering  <meyering@lucent.com>
31032
31033         * m4/gettext.m4: Rename this...
31034         * m4/libintl.m4: ...to this.
31035
31036 2000-05-08  Jim Meyering  <meyering@lucent.com>
31037
31038         * lib/long-options.c: Don't include closeout.h.
31039         (parse_long_options): Don't call close_stdout for --version.
31040
31041 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31042
31043         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31044         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31045         2.1.3 bug.  This avoids a clash when files like regex.c define
31046         _GNU_SOURCE.
31047
31048 2000-05-06  Jim Meyering  <meyering@lucent.com>
31049
31050         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31051         (AC_REPLACE_FUNCS): Add strnlen.
31052
31053         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31054         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31055
31056         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31057         AC_SEARCH_LIBS call for nanosleep.
31058         (LIB_NANOSLEEP): Set and AC_SUBST.
31059
31060 2000-05-06  Jim Meyering  <meyering@lucent.com>
31061
31062         * lib/strnlen.c: Undefine __strnlen and strnlen.
31063         [!weak_alias]: Define __strnlen to strnlen.
31064
31065         * lib/atexit.c: New file, from libiberty.
31066
31067 2000-05-06  Jim Meyering  <meyering@lucent.com>
31068
31069         * lib/closeout.c (close_stdout_status): Also check for errors on the
31070         stderr stream.
31071
31072 2000-05-05  Jim Meyering  <meyering@lucent.com>
31073
31074         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31075         AC_SEARCH_LIBS call for clock_gettime.
31076         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31077
31078         * m4/search-libs.m4: Update from autoconf.
31079
31080         su doesn't work on Solaris 2.6.
31081         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31082         <shadow.h>.  Reported by Dragos Harabor.
31083
31084 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31085
31086         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31087         memcpy instead of xmalloc, xrealloc, path_concat.
31088         (locale_charset): Treat empty environment variables as absent.
31089         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31090
31091 2000-05-04  Jim Meyering  <meyering@lucent.com>
31092
31093         * lib/getopt.c: Update from glibc.
31094         * lib/obstack.c: Likewise.
31095         * lib/obstack.h: Likewise.
31096         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31097         file
31098
31099         * lib/regex.h: Likewise.
31100         * lib/strndup.c: Likewise.
31101         * lib/strnlen.c: New file, from glibc.
31102
31103 2000-05-03  Jim Meyering  <meyering@lucent.com>
31104
31105         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31106
31107 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31108
31109         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31110         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31111         compile-time test, rather than inspecting host and OS, to
31112         decide whether to define _LARGEFILE_SOURCE.
31113
31114 2000-05-01  Jim Meyering  <meyering@lucent.com>
31115
31116         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31117
31118         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31119         Based on a patch from Bruno Haible.
31120
31121 2000-05-01  Jim Meyering  <meyering@lucent.com>
31122
31123         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31124
31125 2000-04-29  Jim Meyering  <meyering@lucent.com>
31126
31127         * lib/path-concat.c: Declare strdup only if it's not defined.
31128         * lib/canon-host.c: Likewise.
31129
31130 2000-04-28  Jim Meyering  <meyering@lucent.com>
31131
31132         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31133         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31134         is included first, then limits.h is included by locale.h by libintl.h.
31135         From John David Anglin.
31136
31137 2000-04-25  Jim Meyering  <meyering@lucent.com>
31138
31139         * lib/makepath.c (S_IRWXUGO): Define.
31140         (make_path): Always perform explicit chmod if MODE specifies any
31141         of the `special' permission bits.  Prompted by a bug report against
31142         install from Mate Wierdl and Joost van Baal.
31143
31144 2000-04-18  Jim Meyering  <meyering@lucent.com>
31145
31146         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31147         (jm_PREREQ): Use it.
31148
31149 2000-04-18  Jim Meyering  <meyering@lucent.com>
31150
31151         * lib/README: New file.
31152
31153         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31154         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31155
31156 2000-04-17  Jim Meyering  <meyering@lucent.com>
31157
31158         Get it right :-)
31159         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31160         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31161         Suggestion from Akim Demaille.
31162
31163 2000-04-17  Jim Meyering  <meyering@lucent.com>
31164
31165         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31166         the definition of it to rpl_strftime also defined-away the system's
31167         declaration.
31168
31169 2000-04-15  Jim Meyering  <meyering@lucent.com>
31170
31171         Use `C' to denote so-called `contiguous' files, the same way
31172         that tar does.
31173         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31174         (ftypelet): Use S_ISCTG.
31175         From Michael Deutschmann.
31176
31177 2000-04-14  Jim Meyering  <meyering@lucent.com>
31178
31179         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31180         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31181         clobbered.
31182
31183 2000-04-14  Jim Meyering  <meyering@lucent.com>
31184
31185         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31186
31187 2000-04-13  Jim Meyering  <meyering@lucent.com>
31188
31189         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31190         AH_VERBATIM to insert required #ifndef into config.h.in.
31191         Suggestion from Akim Demaille.
31192
31193 2000-04-12  Jim Meyering  <meyering@lucent.com>
31194
31195         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31196         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31197         Christian Krackowizer.
31198
31199         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31200         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31201         (AC_SYS_LARGEFILE): Require.
31202         (AM_C_PROTOTYPES): Require.
31203
31204 2000-04-08  Jim Meyering  <meyering@lucent.com>
31205
31206         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31207         names don't conflict.  Reported by Eli Zaretskii.
31208
31209 2000-04-07  Jim Meyering  <meyering@lucent.com>
31210
31211         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31212         sys/types.h, to work around system header problems on AIX 3.2.5.
31213         From Bruno Haible.
31214
31215 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31216
31217         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31218         bug.  Deal with the different error behavior of Irix iconv.
31219
31220 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31221
31222         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31223         IRIX if the installer said otherwise.
31224
31225 2000-04-05  Jim Meyering  <meyering@lucent.com>
31226
31227         Portability tweaks required for ultrix4.3.
31228         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31229         (jm_CHECK_DECLS): Add getutent to the list of functions.
31230         (_jm_DECL_HEADERS): Add utmpx.h.
31231         From John David Anglin.
31232
31233         * m4/strftime.m4: Back out the 2000-04-02 change.
31234         Instead of that change, simply undefine putenv in the test program.
31235
31236 2000-04-05  Jim Meyering  <meyering@lucent.com>
31237
31238         Portability tweaks required for ultrix4.3.
31239         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31240         getutent.
31241         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31242         * lib/canon-host.c: Declare strdup.
31243         * lib/path-concat.c: Likewise.
31244         From John David Anglin.
31245
31246 2000-04-04  Jim Meyering  <meyering@lucent.com>
31247
31248         Be more DOS 8.3-friendly.
31249         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31250         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31251         * lib/Makefile.am: Reflect renaming.
31252         Reported by Eli Zaretskii.
31253
31254         Use a temporary file name that won't clash with `charset.alias'
31255         in the DOS 8.3 name space.
31256         * lib/Makefile.am (charset_tmp): Define.
31257         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31258         (uninstall-local): Likewise.
31259         Reported by Eli Zaretskii.
31260
31261 2000-04-03  Jim Meyering  <meyering@lucent.com>
31262
31263         * m4/gettext.m4: Fix typo in comment.
31264
31265         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31266         textutils/configure.in).  Suggestion from Paul Eggert.
31267         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31268
31269 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31270
31271         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31272         variable in the shell rather than using putenv, which isn't
31273         portable.  This avoids the configure-time inter-test dependency
31274         on the potentially-renamed putenv function.
31275
31276 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31277
31278         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31279         before checking struct stat.st_blksize, so that
31280         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31281
31282 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31283
31284         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31285         since strftime.c uses HAVE_STRFTIME to decide whether to use
31286         the underlying strftime.
31287
31288 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31289
31290         * lib/time/strftime.c (my_strftime): Make sure we call the system
31291         strftime, not ourselves, when invoking the underlying strftime.
31292
31293 2000-03-24  Jim Meyering  <meyering@lucent.com>
31294
31295         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31296         (charset_alias): Define.
31297         (install-exec-local): Factor out common code.
31298         (uninstall-local): Split lines longer than 80.
31299         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31300         (SUFFIXES): Define.
31301         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31302         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31303
31304 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31305
31306         * lib/config.charset: Output a line containing "Packages using this
31307         file".
31308         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31309         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31310         ref-del.sed): New rules.
31311
31312 2000-03-17  Jim Meyering  <meyering@lucent.com>
31313
31314         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31315         Otherwise, include <strings.h>
31316
31317 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31318
31319         * lib/unicodeio.c (utf8_wctomb): New function.
31320         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31321         format instead of in UCS-4 with platform dependent endianness.
31322
31323 2000-03-10  Jim Meyering  <meyering@lucent.com>
31324
31325         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31326         From Marco Franzen.
31327
31328 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31329
31330         * lib/savedir.c (savedir): Work even if directory size is
31331         negative; this can happen with some screwy NFS configurations.
31332
31333 2000-03-06  Jim Meyering  <meyering@lucent.com>
31334
31335         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31336         if it's NULL (because we ran out of memory).  From Bruno Haible.
31337
31338 2000-03-05  Jim Meyering  <meyering@lucent.com>
31339
31340         * lib/localcharset.c ("path-concat.h"): Include.
31341         (get_charset_aliases): Use path_concat instead of ANSI string
31342         concatenation.
31343
31344         * lib/unicodeio.h (PARAMS): Define.
31345         Use it to guard prototype.
31346
31347 2000-03-04  Jim Meyering  <meyering@lucent.com>
31348
31349         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31350         for lib/localcharset.c.
31351
31352 2000-03-04  Jim Meyering  <meyering@lucent.com>
31353
31354         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31355         installing into it.
31356         (uninstall-local): Uncomment this rule so `make distcheck' works
31357         once again.
31358
31359         * lib/unicodeio.c (<errno.h>): Include it.
31360         (errno): Declare if not defined.
31361
31362         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31363
31364         * lib/config.charset: New version, incorporating remarks from a linux
31365         i18n mailing list.  From Bruno Haible.
31366
31367 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31368
31369         * m4/codeset.m4: New file.
31370         * m4/iconv.m4: New file.
31371         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31372
31373 2000-03-03  Jim Meyering  <meyering@lucent.com>
31374
31375         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31376
31377 2000-03-02  Jim Meyering  <meyering@lucent.com>
31378
31379         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31380         the messages come out on separate lines.
31381
31382         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31383         rather than jm_CHECK_DECLARATIONS.
31384         * m4/decl.m4: Remove now-unused file.
31385
31386         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31387         geteuid.
31388
31389 2000-03-02  Jim Meyering  <meyering@lucent.com>
31390
31391         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31392
31393 2000-03-01  Jim Meyering  <meyering@lucent.com>
31394
31395         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31396         * lib/unicodeio.c: Likewise.
31397
31398 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31399
31400         * lib/config.charset: New file.
31401         * lib/localcharset.c: New file.
31402         * lib/unicodeio.h, lib/unicodeio.c: New files.
31403         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31404         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31405         (noinst_HEADERS): Add unicodeio.h.
31406         (all-local, install-exec-local, charset.alias): New targets.
31407
31408 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31409
31410         * lib/quotearg.c (ALERT_CHAR): New macro.
31411         (quotearg_buffer_restyled): Use it.
31412
31413 2000-02-27  Jim Meyering  <meyering@lucent.com>
31414
31415         * m4/check-decl.m4: Add getenv to the list.
31416
31417 2000-02-27  Jim Meyering  <meyering@lucent.com>
31418
31419         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31420         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31421
31422         * lib/backupfile.c: Guard inclusion of stdlib.h with
31423         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31424         Declare malloc if needed.
31425
31426         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31427         `#ifndef HAVE_DECL..'
31428         now that autoconf always defines the HAVE_DECL_ symbols.
31429         * lib/human.c: Likewise.
31430         * lib/same.c: Likewise.
31431         * lib/strtoumax.c: Likewise.
31432
31433         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31434         declaration check was not run.
31435         * lib/hash.c: Likewise.
31436         * lib/human.c: Likewise.
31437         * lib/same.c: Likewise.
31438         * lib/strtoumax.c: Likewise.
31439
31440         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31441         `.', then first look up the entire `.'-containing string as a login
31442         name.
31443
31444 2000-02-23  Jim Meyering  <meyering@lucent.com>
31445
31446         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31447         in place of my hack.
31448
31449 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31450
31451         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31452         (textint): New typedef.
31453         (parser_control): Member year changed from int to textint.
31454         All uses changed.
31455         (YYSTYPE): Removed; replaced by %union with int and textint members.
31456         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31457         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31458         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31459         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31460         (date, number, to_year): Use width of number in digits, not its value,
31461         to determine whether it's a 2-digit year, or a 2-digit time.
31462         (yylex): Store number of digits of numeric tokens.
31463         Reported by John Kendall.
31464
31465         (parser_control): Changed from struct parser_control to typedef (for
31466         consistency).  All uses changed.
31467
31468         (tID): Removed; not used.
31469         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31470
31471 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31472
31473         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31474         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31475
31476 2000-02-12  Jim Meyering  <meyering@lucent.com>
31477
31478         * lib/userspec.c (ISDIGIT): Define it.
31479         (isdigit): Remove definition.
31480         (is_number): Use ISDIGIT, not isdigit.
31481         <libintl.h>: Include.
31482         (_ and N_): Define.
31483         (parse_user_spec): Mark translatable strings.
31484
31485 2000-02-10  Jim Meyering  <meyering@lucent.com>
31486
31487         With these changes, nanosleep.[ch] are finally enough like the other
31488         lib/* replacement files to compile on a few more losing systems.
31489
31490         * lib/nanosleep.h: Don't include config.h.
31491         Remove prototype from declaration of nanosleep.
31492         (PARAMS): Remove now-unneeded definition.
31493         * lib/nanosleep.c: #undef nanosleep.
31494         (rpl_nanosleep): Rename from nanosleep.
31495
31496 2000-02-10  Jim Meyering  <meyering@lucent.com>
31497
31498         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31499         gnu_nanosleep to rpl_nanosleep.
31500
31501 2000-02-09  Jim Meyering  <meyering@lucent.com>
31502
31503         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31504         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31505
31506 2000-02-08  Akim Demaille  <akim@epita.fr>
31507
31508         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31509         `[' and `]' and remove uses of `changequote'.
31510         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31511         (AC_SYS_LARGEFILE): Likewise.
31512         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31513         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31514         of changequote.
31515         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31516         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31517         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31518         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31519
31520 2000-02-05  Jim Meyering  <meyering@lucent.com>
31521
31522         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31523         Remove explicit use of AC_HEADER_TIME.  It is required by
31524         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31525         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31526         in autoconf whereby the expansion of the latter ended up preceding
31527         the expansion of its prerequisite, AC_HEADER_TIME.
31528         Reported by Volker Borchert.
31529
31530 2000-02-03  Jim Meyering  <meyering@lucent.com>
31531
31532         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31533
31534 2000-02-03  Jim Meyering  <meyering@lucent.com>
31535
31536         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31537         rather than with `#if HAVE_UTMPNAME'.
31538
31539 2000-02-02  Jim Meyering  <meyering@lucent.com>
31540
31541         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31542         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31543         Reported by Eli Zaretskii.
31544
31545 2000-02-01  Jim Meyering  <meyering@lucent.com>
31546
31547         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31548
31549 2000-01-31  Jim Meyering  <meyering@lucent.com>
31550
31551         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31552         functions.  Add the time.h and sys/time.h headers along with the
31553         AC_REQUIRE'ment of AC_HEADER_TIME.
31554
31555 2000-01-31  Jim Meyering  <meyering@lucent.com>
31556
31557         * lib/nanosleep.h (nanosleep): Guard declaration with
31558         `#if ! HAVE_DECL_NANOSLEEP'.
31559         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31560         the declaration in that vendor's sys/timers.h.
31561         Reported by Christian Krackowizer.
31562
31563         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31564         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31565         (ISPRINT): Likewise.
31566         Reported by Tom Tromey.
31567
31568 2000-01-30  Jim Meyering  <meyering@lucent.com>
31569
31570         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31571
31572         * m4/prereq.m4 (utmp_includes): Define.
31573         Check for ut_user and ut_name members in both struct utmpx
31574         and struct utmp.
31575
31576 2000-01-30  Jim Meyering  <meyering@lucent.com>
31577
31578         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31579         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31580         header files where only utmpx.ut_user is declared.
31581
31582         * lib/readutmp.h (UT_USER): Define.
31583
31584 2000-01-29  Jim Meyering  <meyering@lucent.com>
31585
31586         * m4/lib-check.m4: New file containing library-related checks from
31587         fileutils and sh-utils (textutils had none).
31588
31589 2000-01-28  Jim Meyering  <meyering@lucent.com>
31590
31591         * m4/perl.m4: Change format of warning message to look more like that
31592         from the missing script.  Suggestion from François Pinard.
31593
31594 2000-01-25  Jim Meyering  <meyering@lucent.com>
31595
31596         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31597         well as time.h in the compile check.
31598         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31599         Fix typo in cross-compiling case: s/yes/no/.
31600
31601 2000-01-23  Jim Meyering  <meyering@lucent.com>
31602
31603         * m4/jm-macros.m4: Move df-related tests here from
31604         fileutils/configure.in
31605
31606         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31607         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31608
31609         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31610         s/space/ac_fsusage_space/.
31611         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31612
31613         * m4/ftruncate.m4: New file (derived from part of
31614         fileutils/configure.in).
31615         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31616         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31617
31618         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31619         AC_SUBST these here, rather than just in sh-util/configure.in, so
31620         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31621         all the same.
31622         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31623         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31624         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31625         (AC_SUBST(POW_LIBM)): Likewise.
31626         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31627
31628 2000-01-23  Jim Meyering  <meyering@lucent.com>
31629
31630         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31631         obstack.c.
31632
31633 2000-01-22  Jim Meyering  <meyering@lucent.com>
31634
31635         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31636
31637         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31638
31639         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31640         configure.in
31641         (AC_CHECK_HEADERS): Likewise for sh-utils.
31642         (AC_CHECK_HEADERS): Likewise for textutils.
31643         Merge the three lists of headers.
31644
31645         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31646         from fileutils' configure.in.
31647
31648         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31649         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31650         check-decl.m4.
31651
31652         * m4/check-decl.m4: Use #if rather than #ifdef.
31653         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31654         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31655         (_jm_DECL_HEADERS): Define new function.
31656         (jm_CHECK_DECLARATIONS): Require it.
31657
31658 2000-01-22  Jim Meyering  <meyering@lucent.com>
31659
31660         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31661         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31662         Required for some AIX systems.  Reported by Christian Krackowizer.
31663         [TESTING] (main): New function.
31664
31665         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31666         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31667         letters.
31668
31669         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31670         iswprint.
31671
31672         * lib/strverscmp.c (ISDIGIT): Define.
31673         (strverscmp): Use ISDIGIT, not isdigit.
31674
31675 2000-01-19  Jim Meyering  <meyering@lucent.com>
31676
31677         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31678         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31679         defines `struct timespec' in <sys/time.h>
31680
31681         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31682         Thanks to Akim for explaining.
31683
31684 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31685
31686         * lib/nanosleep.c (nanosleep):
31687         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31688         POSIX.1 doesn't require SA_INTERRUPT and some systems
31689         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31690         it's been part of POSIX.1 since day 1 (in 1988).
31691
31692 2000-01-17  Jim Meyering  <meyering@lucent.com>
31693
31694         * lib/interlock: Remove unused file.  Reported by François Pinard.
31695
31696 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31697
31698         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31699         alert, backslash, formfeed, and vertical tab unnecessarily in
31700         shell quoting style.
31701
31702 2000-01-16  Jim Meyering  <meyering@lucent.com>
31703
31704         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31705         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31706         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31707         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31708
31709 2000-01-16  Jim Meyering  <meyering@lucent.com>
31710
31711         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31712         because the latter didn't work.
31713
31714 2000-01-15  Jim Meyering  <meyering@lucent.com>
31715
31716         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31717         (AC_REPLACE_FUNCS): Add memcpy and memset.
31718         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31719         Add strpbrk.
31720         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31721
31722 2000-01-12  Jim Meyering  <meyering@lucent.com>
31723
31724         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31725         (jm_PREREQ): Use it.
31726         (jm_PREREQ_READUTMP): New macro.
31727         (jm_PREREQ): Use it.
31728
31729 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31730
31731         Quote multibyte characters correctly.
31732         * m4/c-bs-a.m4: New file.
31733         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31734         (jm_PREREQ): Use it.
31735
31736 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31737
31738         * m4/uintmax_t.m4: Port to autoconf 2.13.
31739
31740 2000-01-08  Jim Meyering  <meyering@ascend.com>
31741
31742         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31743         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31744
31745 2000-01-04  Jim Meyering  <meyering@ascend.com>
31746
31747         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31748         jm_STRUCT_DIRENT_D_TYPE.
31749         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31750         jm_STRUCT_DIRENT_D_INO.
31751         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31752         jm_STRUCT_UTIMBUF.
31753         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31754         renamings.
31755         * m4/utime.m4: Likewise.
31756
31757         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31758         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31759
31760 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31761
31762         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31763         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31764
31765 2000-01-02  Jim Meyering  <meyering@ascend.com>
31766
31767         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31768         remember if this is necessary.
31769
31770 1999-12-26  Jim Meyering  <meyering@ascend.com>
31771
31772         * m4/jm-macros.m4: Use it here.
31773         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31774
31775 1999-12-23  Jim Meyering  <meyering@ascend.com>
31776
31777         * m4/jm-macros.m4: Check for clock_gettime (moved from
31778         fileutils/configure.in)
31779         Check for gettimeofday.
31780
31781 1999-12-20  Jim Meyering  <meyering@ascend.com>
31782
31783         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31784         autoconf-2.14a-1999-12-20.
31785
31786 1999-12-19  Jim Meyering  <meyering@ascend.com>
31787
31788         * m4/lstat-slash.m4: New file.
31789         * m4/jm-macros.m4: Use the new macro:
31790         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31791
31792 1999-12-07  Jim Meyering  <meyering@ascend.com>
31793
31794         * m4/perl.m4: Require that File::Compare be available, too.
31795         Too many systems seem to lack it.
31796
31797         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31798         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31799
31800 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31801
31802         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31803         problem with the QNX 4.25 shell, which doesn't propagate exit
31804         status of failed commands inside shell assignments.
31805
31806 1999-11-17  Jim Meyering  <meyering@ascend.com>
31807
31808         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31809
31810 1999-11-07  Jim Meyering  <meyering@ascend.com>
31811
31812         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31813
31814 1999-11-06  Jim Meyering  <meyering@ascend.com>
31815
31816         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31817         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31818
31819 1999-11-05  Jim Meyering  <meyering@ascend.com>
31820
31821         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31822         configure.in of textutils, fileutils, and sh-utils into this one
31823         (shared between those packages) file.
31824         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31825         AC_STRUCT_ST_BLKSIZE.
31826
31827 1999-11-03  Jim Meyering  <meyering@ascend.com>
31828
31829         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31830         of AC_CHECK_TYPE checks includes unistd.h.
31831         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31832         Suggestion from Akim Demaille.
31833
31834 1999-10-30  Jim Meyering  <meyering@ascend.com>
31835
31836         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31837         m4-quoted string.
31838         * m4/ls-mntd-fs.m4: Likewise.
31839         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31840         * m4/jm-winsz1.m4: Likewise.
31841
31842         * m4/const.m4: Remove file, since the fix made it into the experimental
31843         version of autoconf.
31844         * m4/mktime.m4: Likewise.
31845
31846         * m4/check-type.m4: Remove file, now that the latest version of
31847         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31848
31849         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31850         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31851         AC_CHECK_TYPE.
31852
31853 1999-10-04  Jim Meyering  <meyering@ascend.com>
31854
31855         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31856
31857 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31858
31859         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31860         2.95.1 bug with HP-UX 10.20.
31861
31862 1999-09-17  Jim Meyering  <meyering@ascend.com>
31863
31864         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31865         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31866         due to missing strdup (against sh-utils-2.0).
31867
31868 1999-08-29  Jim Meyering  <meyering@ascend.com>
31869
31870         * m4/jm-macros.m4: Require jm_BISON.
31871         * m4/bison.m4: New file.
31872
31873 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31874
31875         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31876         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31877
31878 1999-08-05  Jim Meyering  <meyering@ascend.com>
31879
31880         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31881         to avoid conflicts with `conftest' on 8+3 filesystems.
31882         Suggestion from Eli Zaretskii.
31883
31884 1999-08-04  Jim Meyering  <meyering@ascend.com>
31885
31886         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31887         fileutils and sh-utils (textutils's getline test was inadequate).
31888         (AM_FUNC_GETLINE): Run this test.
31889         (AC_CHECK_FUNCS): Check for getdelim.
31890         Reported by Bob Proulx.
31891
31892 1999-08-02  Jim Meyering  <meyering@ascend.com>
31893
31894         * m4/jm-macros.m4: Add a comment.
31895
31896 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31897
31898         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31899         <inttypes.h> defines strtoumax as a macro (and not as a
31900         function).
31901
31902 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31903
31904         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31905         that we can shift, multiply and divide unsigned long long
31906         values; Ultrix cc can't do it.
31907
31908 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31909
31910         * m4/mktime.m4: New file, which is a preview of what should appear
31911         in the next public autoconf release.
31912
31913 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31914
31915         * m4/lfs.m4: Remove this file.
31916         * m4/largefile.m4: New file.  It contains the old contents of
31917         lfs.m4, except that all names with prefix AC_LFS have been
31918         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31919         compatible with future autoconf versions.  Also, some minor m4
31920         quoting problems have been fixed.
31921
31922 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31923
31924         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31925         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31926         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31927         and simplify the shell code.
31928
31929 1999-08-01  Jim Meyering  <meyering@ascend.com>
31930
31931         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31932         m4.
31933
31934 1999-07-20  Jim Meyering  <meyering@ascend.com>
31935
31936         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31937
31938 1999-07-15  Jim Meyering  <meyering@ascend.com>
31939
31940         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31941
31942 1999-05-22  Jim Meyering  <meyering@ascend.com>
31943
31944         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31945
31946 1999-05-20  Jim Meyering  <meyering@ascend.com>
31947
31948         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31949         Add a colon after each `then' in case $4 is empty.
31950
31951 1999-05-16  Jim Meyering  <meyering@ascend.com>
31952
31953         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31954
31955 1999-05-10  Jim Meyering  <meyering@ascend.com>
31956
31957         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31958
31959         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31960         AC_FUNC_MKTIME.
31961
31962 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31963
31964         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31965
31966 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31967
31968         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31969         not CPPFLAGS, so that linking works correctly in IRIX.
31970
31971 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31972
31973         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31974
31975 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31976
31977         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31978         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31979         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31980         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31981         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31982
31983         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31984
31985 1999-04-20  Jim Meyering  <meyering@ascend.com>
31986
31987         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31988         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31989         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31990
31991 1999-04-18  Jim Meyering  <meyering@ascend.com>
31992
31993         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31994         * m4/jm-macros.m4: Use it.
31995
31996 1999-04-06  Jim Meyering  <meyering@ascend.com>
31997
31998         * m4/strftime.m4: Remove test for %f.
31999
32000 1999-03-29  Jim Meyering  <meyering@ascend.com>
32001
32002         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32003         superset of the AC_TYPE_* checks in the textutils, fileutils,
32004         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32005         AC_TYPE_PID_T.
32006
32007 1999-03-28  Jim Meyering  <meyering@ascend.com>
32008
32009         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32010         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32011         replaced e.g., in the *.sh files of the sh-utils.
32012
32013 1999-03-20  Jim Meyering  <meyering@ascend.com>
32014
32015         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32016         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32017         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32018
32019 1999-03-19  Jim Meyering  <meyering@ascend.com>
32020
32021         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32022
32023 1999-03-12  Jim Meyering  <meyering@ascend.com>
32024
32025         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32026
32027 1999-03-07  Jim Meyering  <meyering@ascend.com>
32028
32029         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32030         declared.
32031
32032 1999-02-17  Jim Meyering  <meyering@ascend.com>
32033
32034         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32035         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32036
32037 1999-02-07  Jim Meyering  <meyering@ascend.com>
32038
32039         * m4/group-member.m4: New file -- extracted from sh-utils'
32040         configure.in.
32041
32042         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32043         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32044
32045 1999-02-06  Jim Meyering  <meyering@ascend.com>
32046
32047         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32048         * m4/fnmatch.m4: Likewise.
32049         * m4/getgroups.m4: Likewise.
32050         * m4/lstat.m4: Likewise.
32051         * m4/malloc.m4: Likewise.
32052         * m4/putenv.m4: Likewise.
32053         * m4/realloc.m4: Likewise.
32054         * m4/regex.m4: Likewise.
32055         * m4/stat.m4: Likewise.
32056         * m4/strftime.m4: Likewise.
32057         Suggestion from Alain Magloire.
32058
32059         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32060         * m4/fnmatch.m4: Likewise.
32061         * m4/getgroups.m4: Likewise.
32062         * m4/getline.m4: Likewise.
32063         * m4/lstat.m4: Likewise.
32064         * m4/malloc.m4: Likewise.
32065         * m4/memcmp.m4: Likewise.
32066         * m4/putenv.m4: Likewise.
32067         * m4/realloc.m4: Likewise.
32068         * m4/regex.m4: Likewise.
32069         * m4/stat.m4: Likewise.
32070         * m4/strftime.m4: Likewise.
32071         Suggestion from Alain Magloire.
32072
32073         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32074         an argument.
32075
32076         * m4/regex.m4: Add a run-time Test for proper operation of
32077         re_compile_pattern.
32078
32079 1999-01-31  Jim Meyering  <meyering@ascend.com>
32080
32081         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32082
32083 1999-01-30  Jim Meyering  <meyering@ascend.com>
32084
32085         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32086
32087         * m4/jm-mktime.m4: Make this a wrapper around the official
32088         AM_FUNC_MKTIME rather than my private copy, now that the official one
32089         is up to date.
32090         * m4/mktime.m4: Remove file.
32091
32092         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32093         * m4/uptime.m4: Likewise.
32094         * m4/uintmax_t.m4: Likewise.
32095
32096 1999-01-28  Jim Meyering  <meyering@ascend.com>
32097
32098         * m4/jm-macros.m4: Use jm_AFS.
32099         * m4/afs.m4: New file (from fileutils' configure.in).
32100
32101         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32102         * m4/chown.m4: Likewise.
32103         * m4/d-ino.m4: Likewise.
32104         * m4/d-type.m4: Likewise.
32105         * m4/fnmatch.m4: Likewise.
32106         * m4/getgroups.m4: Likewise.
32107         * m4/gettext.m4: Likewise.
32108         * m4/jm-mktime.m4: Likewise.
32109         * m4/jm-winsz2.m4: Likewise.
32110         * m4/lcmessage.m4: Likewise.
32111         * m4/ls-mntd-fs.m4: Likewise.
32112         * m4/malloc.m4: Likewise.
32113         * m4/memcmp.m4: Likewise.
32114         * m4/putenv.m4: Likewise.
32115         * m4/realloc.m4: Likewise.
32116         * m4/st_mtim.m4: Likewise.
32117         * m4/strftime.m4: Likewise.
32118
32119 1999-01-16  Jim Meyering  <meyering@ascend.com>
32120
32121         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32122         (ARGMATCH_DIE_DECL): Define.
32123
32124 1999-01-12  Jim Meyering  <meyering@ascend.com>
32125
32126         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32127         Reported by Lars Hecking.
32128
32129 1999-01-10  Jim Meyering  <meyering@ascend.com>
32130
32131         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32132         gross kludge.
32133         * m4/inttypes_h.m4: Likewise.
32134         * m4/lstat.m4: Likewise.
32135         * m4/malloc.m4: Likewise.
32136         * m4/readdir.m4: Likewise.
32137         * m4/realloc.m4: Likewise.
32138         * m4/st_dm_mode.m4: Likewise.
32139         * m4/stat.m4: Likewise.
32140         * m4/utimbuf.m4: Likewise.
32141         * m4/utimes.m4: Likewise.
32142
32143         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32144         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32145         comments in config.h.in are meaningful.
32146
32147         * m4/jm-macros.m4: Require autoconf-2.13 here.
32148
32149         * m4/regex.m4: By default, don't use the included regex.c on systems
32150         with glibc 2.  Suggestion from Uli Drepper.
32151
32152 1999-01-02  Jim Meyering  <meyering@ascend.com>
32153
32154         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32155
32156 1998-12-18  Jim Meyering  <meyering@ascend.com>
32157
32158         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32159         Based on a suggestion from Lars Hecking.
32160
32161 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32162
32163         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32164
32165 1998-11-16  Jim Meyering  <meyering@ascend.com>
32166
32167         * m4/lfs.m4: Double-quote the `uname...` expression.
32168
32169 1998-11-14  Jim Meyering  <meyering@ascend.com>
32170
32171         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32172         * m4/stat.m4: Likewise.
32173
32174 1998-11-03  Jim Meyering  <meyering@ascend.com>
32175
32176         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32177         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32178
32179 1998-10-18  Jim Meyering  <meyering@ascend.com>
32180
32181         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32182
32183 1998-10-17  Jim Meyering  <meyering@ascend.com>
32184
32185         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32186         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32187         calls for those previously hard-coded headers.  Instead, take a new
32188         parameter.
32189         (jm_CHECK_DECLARATIONS): Reflect interface change.
32190         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32191         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32192
32193         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32194
32195 1998-10-14  Jim Meyering  <meyering@ascend.com>
32196
32197         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32198         instead of "TZ=America/Vancouver".  From Paul Eggert.
32199
32200 1998-10-11  Jim Meyering  <meyering@ascend.com>
32201
32202         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32203         This adds a test for a recently added compatibility fix for mktime.c.
32204         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32205
32206 1998-09-27  Jim Meyering  <meyering@ascend.com>
32207
32208         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32209
32210         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32211         ../configure.in, including a change from Gordon Matzigkeit to allow
32212         cross-compiling for the Hurd.
32213
32214         * m4/glibc.m4: New file/macro to test for the GNU C Library
32215         versions 1 and 2.  From Gordon Matzigkeit.
32216         Indent.
32217
32218 1998-09-21  Jim Meyering  <meyering@ascend.com>
32219
32220         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32221
32222 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32223
32224         Port nanosecond-resolution times to UnixWare 2.1.2 and
32225         pedantic Solaris 2.6.
32226
32227         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32228         AC_STRUCT_ST_MTIM.
32229         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32230         Generate name of ns member, instead of just 1 or undef.
32231         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32232
32233 1998-08-15  Jim Meyering  <meyering@ascend.com>
32234
32235         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32236         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32237         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32238         instead of jm_TYPE_SSIZE_T.
32239
32240 1998-08-12  Jim Meyering  <meyering@ascend.com>
32241
32242         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32243
32244 1998-08-02  Jim Meyering  <meyering@ascend.com>
32245
32246         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32247         in acconfig.h manually.
32248
32249 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32250
32251         * m4/st_mtim.m4: New file.
32252
32253 1998-07-28  Jim Meyering  <meyering@ascend.com>
32254
32255         * m4/utimes.m4: Undef stat.
32256
32257 1998-07-25  Jim Meyering  <meyering@ascend.com>
32258
32259         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32260         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32261
32262 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32263
32264         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32265         uid and gid actually remain unchanged.
32266
32267 1998-07-07  Jim Meyering  <meyering@ascend.com>
32268
32269         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32270
32271 1998-07-04  Jim Meyering  <meyering@ascend.com>
32272
32273         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32274         to prove that this macro can be used in packages without regex.c.
32275
32276 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32277
32278         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32279         is to be used.
32280
32281 1998-07-03  Jim Meyering  <meyering@ascend.com>
32282
32283         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32284
32285         * m4/gettext.m4: New file -- from gettext-0.10.35.
32286         * m4/lcmessage.m4: Likewise.
32287         * m4/progtest.m4: Likewise.
32288
32289         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32290         * m4/jm-macros.m4: Require the new macro.
32291
32292 1998-06-29  Jim Meyering  <meyering@ascend.com>
32293
32294         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32295         for the definition of NGROUPS (used in a system header included
32296         by sys/mount.h).
32297
32298 1998-06-28  Jim Meyering  <meyering@ascend.com>
32299
32300         * m4/ls-mntd-fs.m4: New file.
32301         * m4/fstypename.m4: New file.
32302
32303         * m4/jm-macros.m4: Require the new macro.
32304         * m4/jm-glibc-io.m4: New file.
32305
32306 1998-05-19  Jim Meyering  <meyering@ascend.com>
32307
32308         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32309         * m4/lchown.m4: New file.
32310
32311         * m4/Makefile.am.in: New file.
32312         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32313
32314 1998-05-14  Jim Meyering  <meyering@ascend.com>
32315
32316         * m4/Makefile.am (EXTRA_DIST): Add them.
32317         * m4/jm-macros.m4: New file.
32318         * m4/utimbuf.m4: New file.
32319
32320 1998-05-12  Jim Meyering  <meyering@ascend.com>
32321
32322         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32323
32324 1998-05-11  Jim Meyering  <meyering@ascend.com>
32325
32326         * m4/isc-posix.m4: New file.
32327
32328 1998-05-10  Jim Meyering  <meyering@ascend.com>