New module: popcount.
[gnulib.git] / ChangeLog
1 2007-07-22  Ben Pfaff  <blp@gnu.org>
2
3         New module: popcount.
4         * MODULES.html.sh: Add popcount.
5         * modules/popcount: New file.
6         * modules/popcount-tests: New file.
7         * tests/test-popcount.c: New file.
8         * lib/popcount.h: New file.
9         * m4/popcount.m4: New file.
10
11 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12
13         * build-aux/announce-gen: Update to GPLv3.
14
15         * build-aux/config.guess: Update from config.
16
17 2007-07-21  Bruno Haible  <bruno@clisp.org>
18
19         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
20         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
21
22 2007-07-20  Jim Meyering  <jim@meyering.net>
23
24         * check-module: Diagnose a self-dependency.
25
26 2007-07-19  Bruno Haible  <bruno@clisp.org>
27
28         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
29         empty.
30         Reported by Eric Blake.
31
32 2007-07-18  Bruno Haible  <bruno@clisp.org>
33
34         * gnulib-tool: New options --po-base, --po-domain.
35         (func_usage): Document them.
36         (pobase, po_domain): New variables.
37         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
38         DEFAULT_TEXT_DOMAIN.
39         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
40         (func_import): Consider pobase and po_domain. Create a po/ directory.
41         (func_create_testdir): Set pobase and po_domain to empty.
42         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
43         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
44
45 2007-07-18  Bruno Haible  <bruno@clisp.org>
46
47         * gnulib-tool (func_get_automake_snippet): Synthesize also an
48         EXTRA_DIST augmentation for files in build-aux/.
49
50 2007-07-16  Bruno Haible  <bruno@clisp.org>
51
52         * modules/lseek (License): Use the synonymous term "LGPLv2+".
53         * modules/getdelim (License): Likewise.
54
55 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
56
57         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
58         * modules/d-type (License): Likewise.
59         * modules/extensions (License): Likewise.
60         * modules/fnmatch (License): Likewise.
61         * modules/fseeko (License): Likewise.
62         * modules/getaddrinfo (License): Likewise.
63         * modules/getline (License): Likewise.
64         * modules/getlogin_r (License): Likewise.
65         * modules/getpass (License): Likewise.
66         * modules/gettimeofday (License): Likewise.
67         * modules/glob (License): Likewise.
68         * modules/inet_ntop (License): Likewise.
69         * modules/malloc (License): Likewise.
70         * modules/malloca (License): Likewise.
71         * modules/memmem (License): Likewise.
72         * modules/mempcpy (License): Likewise.
73         * modules/memset (License): Likewise.
74         * modules/minmax (License): Likewise.
75         * modules/mktime (License): Likewise.
76         * modules/netinet_in (License): Likewise.
77         * modules/pathmax (License): Likewise.
78         * modules/poll (License): Likewise.
79         * modules/regex (License): Likewise.
80         * modules/snprintf (License): Likewise.
81         * modules/stdbool (License): Likewise.
82         * modules/stdint (License): Likewise.
83         * modules/stdio (License): Likewise.
84         * modules/strcase (License): Likewise.
85         * modules/strcasestr (License): Likewise.
86         * modules/strdup (License): Likewise.
87         * modules/string (License): Likewise.
88         * modules/strndup (License): Likewise.
89         * modules/strnlen (License): Likewise.
90         * modules/strpbrk (License): Likewise.
91         * modules/strptime (License): Likewise.
92         * modules/strsep (License): Likewise.
93         * modules/sys_select (License): Likewise.
94         * modules/sys_socket (License): Likewise.
95         * modules/sys_stat (License): Likewise.
96         * modules/sys_time (License): Likewise.
97         * modules/time (License): Likewise.
98         * modules/time_r (License): Likewise.
99         * modules/timegm (License): Likewise.
100         * modules/unistd (License): Likewise.
101         * modules/vsnprintf (License): Likewise.
102         * modules/wctype (License): Likewise.
103
104 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
105
106         * modules/argz (License): LGPLv2+.
107
108 2007-07-15  Karl Berry  <karl@gnu.org>
109
110         * doc/gnulib.texi: revise node structure per new fdl.texi.
111
112 2007-07-14  Bruno Haible  <bruno@clisp.org>
113
114         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
115         the output file.
116         * lib/uniname/uninames.h: Regenerated.
117
118 2007-07-14  Karl Berry  <karl@gnu.org>
119
120         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
121         omitting sectioning and index commands.
122
123 2007-07-13  Bruno Haible  <bruno@clisp.org>
124
125         New gnulib-tool option --more-symlinks.
126         * gnulib-tool (func_usage): Document --more-symlinks.
127         (do_copyrights): New variable.
128         Recognize option --more-symlinks.
129         (func_import): Don't add a copyright notice transform to
130         sed_transform_lib_file if do_copyrights is empty.
131
132 2007-07-13  Bruno Haible  <bruno@clisp.org>
133
134         * lib/vasnprintf.c (decimal_point_char): Define also if
135         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
136         && !NEED_PRINTF_DIRECTIVE_A.
137         Reported by Clemens Koller <clemens.koller@anagramm.de> via
138         Gary V. Vaughan <gary@gnu.org>.
139
140 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
141
142         * lib/inttypes_.h: Undo previous change, since it was fixed
143         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
144
145 2007-07-13  Bruno Haible  <bruno@clisp.org>
146
147         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
148         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
149
150 2007-07-13  Jim Meyering  <jim@meyering.net>
151
152         df: Don't fail for Tru64's "file-on-file mount".
153         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
154         so we fall through and use statfs instead.  Details here:
155         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
156         Reported by Albert Chin.
157
158 2007-07-13  Bruno Haible  <bruno@clisp.org>
159
160         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
161         * modules/configmake (License): Likewise.
162         * modules/gettext (License): Likewise.
163         * modules/gettext-h (License): Likewise.
164         * modules/include_next (License): Likewise.
165         * modules/link-warning (License): Likewise.
166         * modules/localcharset (License): Likewise.
167         * modules/localename (License): Likewise.
168         * modules/lock (License): Likewise.
169         * modules/relocatable-lib-lgpl (License): Likewise.
170         * modules/size_max (License): Likewise.
171         * modules/vasnprintf (License): Likewise.
172         * modules/wchar (License): Likewise.
173         * modules/xsize (License): Likewise.
174
175 2007-07-13  Bruno Haible  <bruno@clisp.org>
176
177         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
178         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
179
180 2007-07-12  Bruno Haible  <bruno@clisp.org>
181
182         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
183         in the modules files.
184
185 2007-07-11  Karl Berry  <karl@gnu.org>
186
187         * MODULES.html.sh (func_module): use
188          sed -e '\|^'"${includefile}"'$|d'
189          instead of /.../d, to avoid errors on $includefile's containing /.
190
191 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
192
193         * gnulib-tool (func_import): Avoid duplication of --avoid
194         statements
195         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
196         names to `_' in variable names.
197
198 2007-07-10  Eric Blake  <ebb9@byu.net>
199
200         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
201         * NEWS: Document this change.
202
203 2007-07-08  Bruno Haible  <bruno@clisp.org>
204
205         Update to Unicode 5.0.
206         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
207         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
208         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
209         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
210         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
211         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
212         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
213         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
214         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
215         U+10A3F, U+1D242..U+1D244.
216         (nonspacing_table_ind): Update.
217         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
218         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
219
220 2007-07-08  Bruno Haible  <bruno@clisp.org>
221
222         Update to Unicode 5.0.
223         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
224         code transform. Extend the name index field of unicode_name_to_code and
225         unicode_code_to_name from 16 to 24 bits.
226         * lib/uniname/uniname.c (unicode_character_name,
227         unicode_name_character): Add the range 0x12xxx to the code transform.
228         * lib/uniname/uninames.h: Regenerated.
229         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
230
231 2007-07-07  Bruno Haible  <bruno@clisp.org>
232
233         * modules/wcwidth-tests: New file.
234         * tests/test-wcwidth.c: New file.
235
236         Work around MacOS X wcwidth() bug.
237         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
238         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
239         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
240         original wcwidth in non-UTF-8 locales.
241         * modules/wcwidth (Depends-on): Add localcharset, streq,
242         uniwidth/width.
243         * doc/functions/wcwidth.texi: Update.
244
245 2007-07-07  Bruno Haible  <bruno@clisp.org>
246
247         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
248         (wcwidth): New declaration.
249         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
250         macros.
251         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
252         here. Prepare for creating <wchar.h> unconditionally.
253         * modules/wchar (Depends-on): Add link-warning.
254         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
255         REPLACE_WCWIDTH, and GL_LINK_WARNING.
256         * lib/wcwidth.h: Remove file.
257         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
258         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
259         * modules/wcwidth (Files): Remove lib/wcwidth.h.
260         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
261         (Include): Replace wcwidth.h with <wchar.h>.
262         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
263         * lib/mbchar.h: Don't include wcwidth.h.
264         * lib/mbswidth.c: Likewise.
265         * NEWS: Mention the change.
266
267 2007-07-07  Bruno Haible  <bruno@clisp.org>
268
269         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
270         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
271         definition with an external declaration.
272         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
273         defined as a function. Remove AC_C_INLINE requirement.
274         * modules/wcwidth (Files): Add lib/wcwidth.c.
275         (Makefile.am): Remove redundant statement.
276
277 2007-07-07  Bruno Haible  <bruno@clisp.org>
278
279         * MODULES.html.sh (Unicode string functions): Add the new modules.
280
281         * tests/uniwidth/test-u32-strwidth.c: New file.
282         * modules/uniwidth/u32-strwidth-tests: New file.
283
284         * lib/uniwidth/u32-strwidth.c: New file.
285         * modules/uniwidth/u32-strwidth: New file.
286
287         * tests/uniwidth/test-u16-strwidth.c: New file.
288         * modules/uniwidth/u16-strwidth-tests: New file.
289
290         * lib/uniwidth/u16-strwidth.c: New file.
291         * modules/uniwidth/u16-strwidth: New file.
292
293         * tests/uniwidth/test-u8-strwidth.c: New file.
294         * modules/uniwidth/u8-strwidth-tests: New file.
295
296         * lib/uniwidth/u8-strwidth.c: New file.
297         * modules/uniwidth/u8-strwidth: New file.
298
299         * tests/uniwidth/test-u32-width.c: New file.
300         * modules/uniwidth/u32-width-tests: New file.
301
302         * lib/uniwidth/u32-width.c: New file.
303         * modules/uniwidth/u32-width: New file.
304
305         * tests/uniwidth/test-u16-width.c: New file.
306         * modules/uniwidth/u16-width-tests: New file.
307
308         * lib/uniwidth/u16-width.c: New file.
309         * modules/uniwidth/u16-width: New file.
310
311         * tests/uniwidth/test-u8-width.c: New file.
312         * modules/uniwidth/u8-width-tests: New file.
313
314         * lib/uniwidth/u8-width.c: New file.
315         * modules/uniwidth/u8-width: New file.
316
317         * tests/uniwidth/test-uc_width.c: New file.
318         * modules/uniwidth/width-tests: New file.
319
320         * lib/uniwidth/width.c: New file, from GNU libiconv.
321         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
322         * modules/uniwidth/width: New file.
323
324         * lib/uniwidth.h: New file, from GNU libiconv.
325         * modules/uniwidth/base: New file.
326
327 2007-07-07  Bruno Haible  <bruno@clisp.org>
328
329         * lib/uniname.h: New file, from GNU gettext.
330         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
331         * lib/uniname/uninames.h: New file, from GNU gettext.
332         * lib/uniname/uniname.c: New file, from GNU gettext.
333         * tests/uniname/test-uninames.sh: New file.
334         * tests/uniname/test-uninames.c: New file, from GNU gettext.
335         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
336         * modules/uniname/base: New file.
337         * modules/uniname/uniname: New file.
338         * modules/uniname/uniname-tests: New file.
339         * MODULES.html.sh (Unicode string functions): Add the new modules.
340
341 2007-07-06  Bruno Haible  <bruno@clisp.org>
342
343         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
344
345 2007-07-06  Bruno Haible  <bruno@clisp.org>
346
347         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
348         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
349         includes <cygwin/sys_time.h> which includes <sys/select.h> which
350         include <sys/time.h>.
351         Reported by Eric Blake.
352
353 2007-07-06  Eric Blake  <ebb9@byu.net>
354
355         Fix testing canonicalize on cygwin.
356         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
357         Revert patch from 2007-06-19.
358         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
359         canonicalize module is also in use.
360         * tests/test-canonicalize.c: New file.
361         * tests/test-canonicalize.sh: Likewise.
362         * modules/canonicalize-tests: Likewise.
363
364 2007-07-06  Jim Meyering  <jim@meyering.net>
365
366         * lib/getugroups.c (getugroups): Detect getgrent failure.
367         Adjust comment to reflect reality: this function may return -1.
368
369 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
370
371         * build-aux/bootstrap (TP_URL,get_translations): Update to use
372         the new TP address.
373         (usage): Fix typo
374         (gnulib_mk): New variable.
375
376 2007-07-05  Jim Meyering  <jim@meyering.net>
377
378         Don't let endgrent clobber errno, no matter how improbable.
379         * lib/getugroups.c (getugroups): Save and restore errno around
380         endgrent call.
381
382         Close the group DB even when failing with 2^31 or more members.
383         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
384
385 2007-07-04  Jim Meyering  <jim@meyering.net>
386
387         * lib/getugroups.h: New file.
388         * lib/getugroups.c: Include "getugroups.h".
389         Remove uses of "register" keyword.
390         Move local variable, "cp", down into scope where used.
391         Give "username" parameter the "const" attribute.
392         * modules/getugroups (Files): Add lib/getugroups.h
393
394 2007-07-04  Karl Berry  <karl@gnu.org>
395
396         * MODULES.html.sh (func_all_modules): Complete rename of
397         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
398
399 2007-07-02  Bruno Haible  <bruno@clisp.org>
400
401         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
402         mode, when inttypes.h comes from gnulib.
403         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
404
405 2007-07-02  Simon Josefsson  <simon@josefsson.org>
406
407         * NEWS: Mention lgpl module name change.
408
409         * modules/lgpl-2.1: Renamed from lgpl.
410
411         * NEWS: Mention gpl module name change.
412
413         * modules/gpl-3.0: New file, based on gpl-2.0.
414
415         * modules/gpl-2.0: Renamed from gpl.
416
417         * modules/gpl: Fix filename, doc/gpl.texi is now found at
418         doc/gpl-2.0.texi.
419
420 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
421
422         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
423         #define __STDC_LIMIT_MACROS temporarily while including
424         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
425         Problem reported by Joel E. Denny in
426         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
427
428 2007-07-01  Bruno Haible  <bruno@clisp.org>
429
430         * lib/unistdio.h: New file.
431         * lib/unistdio/u-asnprintf.h: New file.
432         * lib/unistdio/u-asprintf.h: New file.
433         * lib/unistdio/u-printf-args.c: New file.
434         * lib/unistdio/u-printf-args.h: New file.
435         * lib/unistdio/u-printf-parse.h: New file.
436         * lib/unistdio/u-snprintf.h: New file.
437         * lib/unistdio/u-sprintf.h: New file.
438         * lib/unistdio/u-vasprintf.h: New file.
439         * lib/unistdio/u-vsnprintf.h: New file.
440         * lib/unistdio/u-vsprintf.h: New file.
441         * lib/unistdio/ulc-asnprintf.c: New file.
442         * lib/unistdio/ulc-asprintf.c: New file.
443         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
444         * lib/unistdio/ulc-printf-parse.c: New file.
445         * lib/unistdio/ulc-snprintf.c: New file.
446         * lib/unistdio/ulc-sprintf.c: New file.
447         * lib/unistdio/ulc-vasnprintf.c: New file.
448         * lib/unistdio/ulc-vasprintf.c: New file.
449         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
450         * lib/unistdio/ulc-vsnprintf.c: New file.
451         * lib/unistdio/ulc-vsprintf.c: New file.
452         * lib/unistdio/u8-asnprintf.c: New file.
453         * lib/unistdio/u8-asprintf.c: New file.
454         * lib/unistdio/u8-printf-parse.c: New file.
455         * lib/unistdio/u8-snprintf.c: New file.
456         * lib/unistdio/u8-sprintf.c: New file.
457         * lib/unistdio/u8-vasnprintf.c: New file.
458         * lib/unistdio/u8-vasprintf.c: New file.
459         * lib/unistdio/u8-vsnprintf.c: New file.
460         * lib/unistdio/u8-vsprintf.c: New file.
461         * lib/unistdio/u8-u8-asnprintf.c: New file.
462         * lib/unistdio/u8-u8-asprintf.c: New file.
463         * lib/unistdio/u8-u8-snprintf.c: New file.
464         * lib/unistdio/u8-u8-sprintf.c: New file.
465         * lib/unistdio/u8-u8-vasnprintf.c: New file.
466         * lib/unistdio/u8-u8-vasprintf.c: New file.
467         * lib/unistdio/u8-u8-vsnprintf.c: New file.
468         * lib/unistdio/u8-u8-vsprintf.c: New file.
469         * lib/unistdio/u16-asnprintf.c: New file.
470         * lib/unistdio/u16-asprintf.c: New file.
471         * lib/unistdio/u16-printf-parse.c: New file.
472         * lib/unistdio/u16-snprintf.c: New file.
473         * lib/unistdio/u16-sprintf.c: New file.
474         * lib/unistdio/u16-vasnprintf.c: New file.
475         * lib/unistdio/u16-vasprintf.c: New file.
476         * lib/unistdio/u16-vsnprintf.c: New file.
477         * lib/unistdio/u16-vsprintf.c: New file.
478         * lib/unistdio/u16-u16-asnprintf.c: New file.
479         * lib/unistdio/u16-u16-asprintf.c: New file.
480         * lib/unistdio/u16-u16-snprintf.c: New file.
481         * lib/unistdio/u16-u16-sprintf.c: New file.
482         * lib/unistdio/u16-u16-vasnprintf.c: New file.
483         * lib/unistdio/u16-u16-vasprintf.c: New file.
484         * lib/unistdio/u16-u16-vsnprintf.c: New file.
485         * lib/unistdio/u16-u16-vsprintf.c: New file.
486         * lib/unistdio/u32-asnprintf.c: New file.
487         * lib/unistdio/u32-asprintf.c: New file.
488         * lib/unistdio/u32-printf-parse.c: New file.
489         * lib/unistdio/u32-snprintf.c: New file.
490         * lib/unistdio/u32-sprintf.c: New file.
491         * lib/unistdio/u32-vasnprintf.c: New file.
492         * lib/unistdio/u32-vasprintf.c: New file.
493         * lib/unistdio/u32-vsnprintf.c: New file.
494         * lib/unistdio/u32-vsprintf.c: New file.
495         * lib/unistdio/u32-u32-asnprintf.c: New file.
496         * lib/unistdio/u32-u32-asprintf.c: New file.
497         * lib/unistdio/u32-u32-snprintf.c: New file.
498         * lib/unistdio/u32-u32-sprintf.c: New file.
499         * lib/unistdio/u32-u32-vasnprintf.c: New file.
500         * lib/unistdio/u32-u32-vasprintf.c: New file.
501         * lib/unistdio/u32-u32-vsnprintf.c: New file.
502         * lib/unistdio/u32-u32-vsprintf.c: New file.
503         * tests/unistdio/test-ulc-asnprintf1.c: New file.
504         * tests/unistdio/test-ulc-asnprintf1.h: New file.
505         * tests/unistdio/test-ulc-printf1.h: New file.
506         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
507         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
508         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
509         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
510         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
511         * tests/unistdio/test-ulc-vasprintf1.c: New file.
512         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
513         * tests/unistdio/test-ulc-vsprintf1.c: New file.
514         * tests/unistdio/test-u8-asnprintf1.c: New file.
515         * tests/unistdio/test-u8-asnprintf1.h: New file.
516         * tests/unistdio/test-u8-printf1.h: New file.
517         * tests/unistdio/test-u8-vasnprintf1.c: New file.
518         * tests/unistdio/test-u8-vasnprintf2.c: New file.
519         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
520         * tests/unistdio/test-u8-vasnprintf3.c: New file.
521         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
522         * tests/unistdio/test-u8-vasprintf1.c: New file.
523         * tests/unistdio/test-u8-vsnprintf1.c: New file.
524         * tests/unistdio/test-u8-vsprintf1.c: New file.
525         * tests/unistdio/test-u16-asnprintf1.c: New file.
526         * tests/unistdio/test-u16-asnprintf1.h: New file.
527         * tests/unistdio/test-u16-printf1.h: New file.
528         * tests/unistdio/test-u16-vasnprintf1.c: New file.
529         * tests/unistdio/test-u16-vasnprintf2.c: New file.
530         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
531         * tests/unistdio/test-u16-vasnprintf3.c: New file.
532         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
533         * tests/unistdio/test-u16-vasprintf1.c: New file.
534         * tests/unistdio/test-u16-vsnprintf1.c: New file.
535         * tests/unistdio/test-u16-vsprintf1.c: New file.
536         * tests/unistdio/test-u32-asnprintf1.c: New file.
537         * tests/unistdio/test-u32-asnprintf1.h: New file.
538         * tests/unistdio/test-u32-printf1.h: New file.
539         * tests/unistdio/test-u32-vasnprintf1.c: New file.
540         * tests/unistdio/test-u32-vasnprintf2.c: New file.
541         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
542         * tests/unistdio/test-u32-vasnprintf3.c: New file.
543         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
544         * tests/unistdio/test-u32-vasprintf1.c: New file.
545         * tests/unistdio/test-u32-vsnprintf1.c: New file.
546         * tests/unistdio/test-u32-vsprintf1.c: New file.
547         * modules/unistdio/base: New file.
548         * modules/unistdio/u-printf-args: New file.
549         * modules/unistdio/ulc-asnprintf: New file.
550         * modules/unistdio/ulc-asprintf: New file.
551         * modules/unistdio/ulc-fprintf: New file.
552         * modules/unistdio/ulc-printf-parse: New file.
553         * modules/unistdio/ulc-snprintf: New file.
554         * modules/unistdio/ulc-sprintf: New file.
555         * modules/unistdio/ulc-vasnprintf: New file.
556         * modules/unistdio/ulc-vasprintf: New file.
557         * modules/unistdio/ulc-vfprintf: New file.
558         * modules/unistdio/ulc-vsnprintf: New file.
559         * modules/unistdio/ulc-vsprintf: New file.
560         * modules/unistdio/u8-asnprintf: New file.
561         * modules/unistdio/u8-asprintf: New file.
562         * modules/unistdio/u8-printf-parse: New file.
563         * modules/unistdio/u8-snprintf: New file.
564         * modules/unistdio/u8-sprintf: New file.
565         * modules/unistdio/u8-vasnprintf: New file.
566         * modules/unistdio/u8-vasprintf: New file.
567         * modules/unistdio/u8-vsnprintf: New file.
568         * modules/unistdio/u8-vsprintf: New file.
569         * modules/unistdio/u8-u8-asnprintf: New file.
570         * modules/unistdio/u8-u8-asprintf: New file.
571         * modules/unistdio/u8-u8-snprintf: New file.
572         * modules/unistdio/u8-u8-sprintf: New file.
573         * modules/unistdio/u8-u8-vasnprintf: New file.
574         * modules/unistdio/u8-u8-vasprintf: New file.
575         * modules/unistdio/u8-u8-vsnprintf: New file.
576         * modules/unistdio/u8-u8-vsprintf: New file.
577         * modules/unistdio/u16-asnprintf: New file.
578         * modules/unistdio/u16-asprintf: New file.
579         * modules/unistdio/u16-printf-parse: New file.
580         * modules/unistdio/u16-snprintf: New file.
581         * modules/unistdio/u16-sprintf: New file.
582         * modules/unistdio/u16-vasnprintf: New file.
583         * modules/unistdio/u16-vasprintf: New file.
584         * modules/unistdio/u16-vsnprintf: New file.
585         * modules/unistdio/u16-vsprintf: New file.
586         * modules/unistdio/u16-u16-asnprintf: New file.
587         * modules/unistdio/u16-u16-asprintf: New file.
588         * modules/unistdio/u16-u16-snprintf: New file.
589         * modules/unistdio/u16-u16-sprintf: New file.
590         * modules/unistdio/u16-u16-vasnprintf: New file.
591         * modules/unistdio/u16-u16-vasprintf: New file.
592         * modules/unistdio/u16-u16-vsnprintf: New file.
593         * modules/unistdio/u16-u16-vsprintf: New file.
594         * modules/unistdio/u32-asnprintf: New file.
595         * modules/unistdio/u32-asprintf: New file.
596         * modules/unistdio/u32-printf-parse: New file.
597         * modules/unistdio/u32-snprintf: New file.
598         * modules/unistdio/u32-sprintf: New file.
599         * modules/unistdio/u32-vasnprintf: New file.
600         * modules/unistdio/u32-vasprintf: New file.
601         * modules/unistdio/u32-vsnprintf: New file.
602         * modules/unistdio/u32-vsprintf: New file.
603         * modules/unistdio/u32-u32-asnprintf: New file.
604         * modules/unistdio/u32-u32-asprintf: New file.
605         * modules/unistdio/u32-u32-snprintf: New file.
606         * modules/unistdio/u32-u32-sprintf: New file.
607         * modules/unistdio/u32-u32-vasnprintf: New file.
608         * modules/unistdio/u32-u32-vasprintf: New file.
609         * modules/unistdio/u32-u32-vsnprintf: New file.
610         * modules/unistdio/u32-u32-vsprintf: New file.
611         * modules/unistdio/ulc-asnprintf-tests: New file.
612         * modules/unistdio/ulc-vasnprintf-tests: New file.
613         * modules/unistdio/ulc-vasprintf-tests: New file.
614         * modules/unistdio/ulc-vsnprintf-tests: New file.
615         * modules/unistdio/ulc-vsprintf-tests: New file.
616         * modules/unistdio/u8-asnprintf-tests: New file.
617         * modules/unistdio/u8-vasnprintf-tests: New file.
618         * modules/unistdio/u8-vasprintf-tests: New file.
619         * modules/unistdio/u8-vsnprintf-tests: New file.
620         * modules/unistdio/u8-vsprintf-tests: New file.
621         * modules/unistdio/u16-asnprintf-tests: New file.
622         * modules/unistdio/u16-vasnprintf-tests: New file.
623         * modules/unistdio/u16-vasprintf-tests: New file.
624         * modules/unistdio/u16-vsnprintf-tests: New file.
625         * modules/unistdio/u16-vsprintf-tests: New file.
626         * modules/unistdio/u32-asnprintf-tests: New file.
627         * modules/unistdio/u32-vasnprintf-tests: New file.
628         * modules/unistdio/u32-vasprintf-tests: New file.
629         * modules/unistdio/u32-vsnprintf-tests: New file.
630         * modules/unistdio/u32-vsprintf-tests: New file.
631         * MODULES.html.sh (Unicode string functions): Add the new modules.
632
633 2007-07-01  Bruno Haible  <bruno@clisp.org>
634
635         * lib/sprintf.c (sprintf): Limit the available length estimation,
636         to avoid address wraparound.
637         * lib/vsprintf.c (vsprintf): Likewise.
638         * modules/sprintf-posix (Dependencies): Add stdint.
639         * modules/vsprintf-posix (Dependencies): Likewise.
640
641 2007-07-01  Bruno Haible <bruno@clisp.org>
642
643         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
644         Windows PATH as well. Conservative double-quoting. Comments.
645
646 2007-07-01  Bruno Haible <bruno@clisp.org>
647             Eric Blake  <ebb9@byu.net>
648             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
649
650         * gnulib-tool (self_abspathname): Fix algorithm to cope with
651         empty components in $PATH, denoting '.'.
652
653 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
654
655         * gnulib-tool: Fix indentation.
656         (func_create_megatestdir): Likewise.
657         Report by Bruno Haible.
658
659 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
660
661         Sync from Automake.
662         * build-aux/gnupload: Fix shell portability issues with for loops.
663         Report by Karl Berry.
664
665 2007-06-29  Simon Josefsson  <simon@josefsson.org>
666
667         * build-aux/maint.mk (POURL): Use translationproject.org.
668
669 2007-06-27  Simon Josefsson  <simon@josefsson.org>
670             Bruno Haible  <bruno@clisp.org>
671
672         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
673         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
674         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
675         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
676         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
677
678 2007-06-27  Bruno Haible  <bruno@clisp.org>
679
680         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
681         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
682
683 2007-06-26  Karl Berry  <karl@gnu.org>
684
685         * MODULES.html.sh: remove xreadlink-with-size.
686
687 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
688
689         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
690         method that I hope also handles the double-include problem noted
691         by Bruno Haible in
692         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
693
694 2007-06-23  Bruno Haible  <bruno@clisp.org>
695
696         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
697         Don't let the 'mostlyclean' target fail if the last subdirectory could
698         not be removed.
699         Reported by Karl Berry.
700
701 2007-06-23  Bruno Haible  <bruno@clisp.org>
702
703         * gnulib-tool (echo): Add a speedier workaround for ksh.
704         * tests/test-echo.sh: Likewise.
705
706 2007-06-23  Bruno Haible  <bruno@clisp.org>
707
708         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
709         * tests/test-echo.sh: Likewise.
710
711 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
712
713         * gnulib-tool (IFS): Initialize early, so we don't set it to
714         empty later.
715         (self_abspathname): Rewrite algorithm to set it, reindent.
716         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
717         (func_create_megatestdir): Merge some sed scripts.
718
719 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
720
721         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
722         exposed by Sun Studio 11 cc on Solaris 8.
723
724 2007-06-22  Bruno Haible  <bruno@clisp.org>
725
726         * gnulib-tool (echo): Ensure the echo primitive does not interpret
727         backslashes.
728         * tests/test-echo.sh: New file.
729
730 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
731
732         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
733         simplify `sed_replace_build_aux' scripts, they are portable but
734         echoing them with `echo' is not.
735         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
736
737 2007-06-21  Karl Berry  <karl@gnu.org>
738
739         * config/srclist.txt: guess we can't handle the licenses via
740         srclist at the moment.
741
742 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
743
744         * MODULES.html.sh: Add include_next.
745         * modules/include_next: New file.
746
747 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
748
749         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
750         INCLUDE_NEXT.
751         (gl_CHECK_NEXT_HEADERS): New macro.
752         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
753         the obsolescent gl_ABSOLUTE_HEADER.
754         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
755         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
756         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
757         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
758         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
759         * m4/math_h.m4 (gl_MATH_H): Likewise.
760         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
761         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
762         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
763         * m4/stdint.m4 (gl_STDINT_H): Likewise.
764         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
765         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
766         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
767         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
768         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
769         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
770         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
771         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
772         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
773         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
774         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
775         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
776         * m4/inttypes.m4 (gl_INTTYPES_H): Define
777         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
778         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
779         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
780         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
781         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
782         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
783         * lib/float_.h: Likewise.
784         * lib/inttypes_.h: Likewise.
785         * lib/math_.h: Likewise.
786         * lib/search_.h: Likewise.
787         * lib/signal_.h: Likewise.
788         * lib/stdint_.h: Likewise.
789         * lib/stdio_.h: Likewise.
790         * lib/stdlib_.h: Likewise.
791         * lib/string_.h: Likewise.
792         * lib/sys_stat_.h: Likewise.
793         * lib/sys_time_.h: Likewise.
794         * lib/time_.h: Likewise.
795         * lib/unistd_.h: Likewise.
796         * lib/wchar_.h: Likewise.
797         * lib/wctype_.h: Likewise.
798         * lib/dirent_.h: Likewise.
799         * lib/iconv_.h: Likewise.
800         * lib/locale_.h: Likewise.
801         * lib/netinet_in_.h: Likewise.
802         * lib/sys_select_.h: Likewise.
803         * lib/sys_socket_.h: Likewise.
804         * lib/sysexits_.h: Likewise.
805         * modules/fcntl (Depends-on): Depend on include_next, not
806         absolute_header.
807         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
808         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
809         * modules/fchdir: Likewise.
810         * modules/float: Likewise.
811         * modules/iconv_open: Likewise.
812         * modules/inttypes: Likewise.
813         * modules/locale: Likewise.
814         * modules/math: Likewise.
815         * modules/netinet_in: Likewise.
816         * modules/search: Likewise.
817         * modules/signal: Likewise.
818         * modules/stdint: Likewise.
819         * modules/stdio: Likewise.
820         * modules/stdlib: Likewise.
821         * modules/string: Likewise.
822         * modules/sys_select: Likewise.
823         * modules/sys_socket: Likewise.
824         * modules/sys_stat: Likewise.
825         * modules/sys_time: Likewise.
826         * modules/sysexits: Likewise.
827         * modules/time: Likewise.
828         * modules/unistd: Likewise.
829         * modules/wchar: Likewise.
830         * modules/wctype: Likewise.
831         * modules/sys_stat: Change maintainer to "all".
832         * modules/unistd: Likewise.
833
834 2007-06-20  Karl Berry  <karl@gnu.org>
835
836         * config/srclist.txt: track www changes in license files.
837
838 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
839
840         * build-aux/bootstrap: Remove stray dot.
841         Make sure build_aux settings are honored when linking
842         gnulib_extra_files.
843
844 2007-06-19  Eric Blake  <ebb9@byu.net>
845
846         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
847         Allow compilation on cygwin.
848
849 2007-06-19  Jim Meyering  <jim@meyering.net>
850
851         xreadlink-with-size: Remove module.  No longer used.
852         Ex-callers now use xreadlink or mreadlink-with-size.
853         * modules/xreadlink-with-size: Remove module.
854         * lib/xreadlink-with-size.c: Remove file.
855         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
856         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
857         just before the function definition *is* accurate.
858
859         Eliminate one way canonicalize_filename_mode could exit.
860         * lib/canonicalize.c (canonicalize_filename_mode):
861         Use mreadlink_with_size, not xreadlink_with_size.
862
863 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
864
865         Detect porting problems to FreeBSD/arm, which has time_t wider than
866         long int.  Original problem reported for GNU diff by Xin Li in
867         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
868         * modules/getdate (Depends-on): Add intprops, verify.
869         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
870         is an integer type no wider than long int.
871
872 2007-06-18  Jim Meyering  <jim@meyering.net>
873
874         New module: mreadlink-with-size.
875         * MODULES.html.sh: Add mreadlink-with-size.
876         * modules/mreadlink-with-size: New module
877         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
878         not xreadlink-with-size.
879         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
880
881 2007-06-16  Bruno Haible  <bruno@clisp.org>
882
883         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
884         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
885         Reported by Gary V. Vaughan <gary@gnu.org>.
886
887 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
888
889         Revamp lchown so that it lives in unistd.h where it belongs.
890         * lib/lchown.h: Remove.
891         * lib/dirchownmod.c: Don't include lib/lchown.h.
892         * lib/fchownat.c: Likewise.
893         * lib/openat.c: Likewise.
894         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
895         does not follow symlinks.
896         (EOPNOTSUPP): Define if not defined.
897         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
898         is defined to 0.
899         (lchown): New decl.
900         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
901         Do not check for lchown decl.
902         Set REPLACE_LCHOWN.
903         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
904         REPLACE_LCHOWN.
905         * modules/chown: Make it clear it follows symlinks.
906         * modules/lchown: Make it clear it doesn't follow symlinks.
907         (Files): Remove lib/lchown.h
908         (Depends-on): Add unistd.
909         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
910         (Include): Include <unistd.h>, not "lchown.h".
911         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
912         REPLACE_LCHOWN.
913
914 2007-06-15  Jim Meyering  <jim@meyering.net>
915
916         Change license (GPL to LGPL) of fsusage and dependents.
917         * modules/fsusage (License): Change to LGPL.
918         * modules/full-read (License): Likewise.
919         * modules/full-write (License): Likewise.
920         * modules/safe-read (License): Likewise.
921         * modules/safe-write (License): Likewise.
922
923 2007-06-14  Ben Pfaff  <blp@gnu.org>
924
925         Missing part of allocsa -> malloca transition.
926         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
927         gl_MALLOCA.
928
929 2007-06-12  Bruno Haible  <bruno@clisp.org>
930
931         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
932         to ia64, x86_64, i386.
933         Reported by Eric Blake.
934
935 2007-06-12  Bruno Haible  <bruno@clisp.org>
936
937         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
938         cross-compiling to x86_64.
939
940 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
941
942         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
943         glitch reported by Ralf Wildenhues in
944         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
945
946         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
947         Vin Shelton.
948
949 2007-06-11  Bruno Haible  <bruno@clisp.org>
950
951         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
952         replacement string.
953         Reported by Eric Blake.
954
955 2007-06-10  Bruno Haible  <bruno@clisp.org>
956
957         Prepare vasnprintf code for use with Unicode strings.
958         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
959         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
960         TYPE_U32_STRING.
961         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
962         a_u32_string variants.
963         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
964         * lib/printf-args.c: Don't include config.h and the specification
965         header if PRINTF_FETCHARGS is already defined.
966         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
967         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
968         TYPE_U16_STRING, TYPE_U32_STRING.
969         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
970         u16_directive, u16_directives, u32_directive, u32_directives): New
971         types.
972         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
973         New declarations.
974         * lib/printf-parse.c: Don't include config.h and the specification
975         header if PRINTF_PARSE is already defined. Eliminate the set of
976         parameters for WIDE_CHAR_VERSION; the user of this file must provide
977         them now. Include c-ctype.h.
978         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
979         directive and CHAR_T_ONLY_ASCII.
980         * lib/vasnprintf.c: Don't include config.h and the specification header
981         if VASNPRINTF is already defined.
982         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
983         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
984         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
985         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
986         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
987         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
988         code accordingly.
989         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
990         pad_ourselves also in this case, with the 'c' and 's' directives, and
991         with a different notion of "width".
992         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
993
994 2007-06-10  Bruno Haible  <bruno@clisp.org>
995
996         * modules/unistr/u32-mbsnlen: New file.
997         * lib/unistr/u32-mbsnlen.c: New file.
998
999         * modules/unistr/u16-mbsnlen: New file.
1000         * lib/unistr/u16-mbsnlen.c: New file.
1001
1002         * modules/unistr/u8-mbsnlen: New file.
1003         * lib/unistr/u8-mbsnlen.c: New file.
1004
1005         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1006         declarations.
1007
1008 2007-06-10  Bruno Haible  <bruno@clisp.org>
1009
1010         * lib/string_.h (mbsnlen): New declaration.
1011         * lib/mbsnlen.c: New file.
1012         * m4/mbsnlen.m4: New file.
1013         * modules/mbsnlen: New file.
1014         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1015         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1016         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1017
1018 2007-06-10  Bruno Haible  <bruno@clisp.org>
1019
1020         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1021
1022 2007-06-10  Bruno Haible  <bruno@clisp.org>
1023
1024         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1025         * lib/mbuiter.h: Likewise.
1026
1027 2007-06-10  Bruno Haible  <bruno@clisp.org>
1028
1029         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1030         declaration.
1031
1032 2007-06-10  Karl Berry  <karl@gnu.org>
1033
1034         * config/srclist.txt: remove gettext entries, Bruno prefers
1035         to update individually.
1036
1037 2007-06-10  Bruno Haible  <bruno@clisp.org>
1038
1039         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1040         'maxlen'. Ensure only length + width bytes are allocated, not
1041         length + 1 + width.
1042
1043 2007-06-09  Bruno Haible  <bruno@clisp.org>
1044
1045         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1046         (CHAR_T): Remove macro.
1047         (VASNPRINTF): Update.
1048
1049 2007-06-09  Bruno Haible  <bruno@clisp.org>
1050
1051         * MODULES.html.sh (Unicode string functions): Add the new modules.
1052
1053         * modules/uniconv/u32-conv-to-enc: New file.
1054         * lib/uniconv/u32-conv-to-enc.c: New file.
1055         * modules/uniconv/u32-conv-to-enc-tests: New file.
1056         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1057
1058         * modules/uniconv/u16-conv-to-enc: New file.
1059         * lib/uniconv/u16-conv-to-enc.c: New file.
1060         * lib/uniconv/u-conv-to-enc.h: New file.
1061         * modules/uniconv/u16-conv-to-enc-tests: New file.
1062         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1063
1064         * modules/uniconv/u8-conv-to-enc: New file.
1065         * lib/uniconv/u8-conv-to-enc.c: New file.
1066         * modules/uniconv/u8-conv-to-enc-tests: New file.
1067         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1068
1069         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1070         u32_conv_to_encoding): New declarations.
1071
1072 2007-06-09  Bruno Haible  <bruno@clisp.org>
1073
1074         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1075
1076 2007-06-09  Bruno Haible  <bruno@clisp.org>
1077
1078         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1079         * modules/malloca: Renamed from modules/allocsa, updated.
1080         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1081         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1082         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1083         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1084         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1085         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1086         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1087         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1088         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1089         * modules/c-strcasestr (Depends-on): Update.
1090         * lib/c-strcasestr.c: Update.
1091         * modules/c-strstr (Depends-on): Update.
1092         * lib/c-strstr.c: Update.
1093         * modules/canonicalize-lgpl (Depends-on): Update.
1094         * lib/canonicalize-lgpl.c: Update.
1095         * modules/clean-temp (Depends-on): Update.
1096         * lib/clean-temp.c: Update.
1097         * modules/csharpcomp (Depends-on): Update.
1098         * lib/csharpcomp.c: Update.
1099         * modules/csharpexec (Depends-on): Update.
1100         * lib/csharpexec.c: Update.
1101         * modules/javacomp (Depends-on): Update.
1102         * lib/javacomp.c: Update.
1103         * modules/javaexec (Depends-on): Update.
1104         * lib/javaexec.c: Update.
1105         * modules/mbscasestr (Depends-on): Update.
1106         * lib/mbscasestr.c: Update.
1107         * modules/mbsstr (Depends-on): Update.
1108         * lib/mbsstr.c: Update.
1109         * modules/setenv (Depends-on): Update.
1110         * lib/setenv.c: Update.
1111         * modules/strcasestr (Depends-on): Update.
1112         * lib/strcasestr.c: Update.
1113         * modules/striconveha (Depends-on): Update.
1114         * lib/striconveha.c: Update.
1115         * modules/relocatable-prog-wrapper (Files): Update.
1116         * lib/relocwrapper.c: Update.
1117         * build-aux/install-reloc: Update.
1118         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1119
1120 2007-06-08  Bruno Haible  <bruno@clisp.org>
1121
1122         Port to uClibc.
1123         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1124         * lib/fpurge.c (fpurge): Likewise.
1125         * lib/freading.c (freading): Likewise.
1126         * lib/fseeko.c (rpl_fseeko): Likewise.
1127         * lib/fseterr.c (fseterr): Likewise.
1128         * lib/fwriting.c (fwriting): Likewise.
1129         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1130
1131 2007-06-08  Bruno Haible  <bruno@clisp.org>
1132
1133         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1134         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1135         * modules/gettext (Files): Add m4/intlmacosx.m4.
1136
1137 2007-06-07  Bruno Haible  <bruno@clisp.org>
1138
1139         * modules/localename-tests: New file.
1140         * tests/test-localename.c: New file.
1141
1142         New module 'localename'.
1143         * lib/localename.h: New file.
1144         * lib/localename.c: New file, from GNU gettext.
1145         * m4/localename.m4: New file.
1146         * modules/localename: New file.
1147
1148 2007-06-07  Bruno Haible  <bruno@clisp.org>
1149
1150         Work around the lack of <wchar.h> on some builds of uClibc.
1151         * doc/headers/wchar.texi: Update.
1152         * lib/wchar_.h: Include <wchar.h> only if it exists.
1153         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1154         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1155         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1156         doesn't exist.
1157         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1158         * modules/mbfile (Depends-on): Add wchar.
1159         * modules/mbiter (Depends-on): Likewise.
1160         * modules/mbuiter (Depends-on): Likewise.
1161         Reported by Simon Josefsson.
1162
1163 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1164
1165         Work around problem reported by Steven M. Schweda in
1166         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1167         Tru64 5.1B with the Compaq compiler environment installed declares
1168         an 'isblank' function but does not define it in the C library.
1169         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1170         * lib/regex_internal.h (isblank): Likewise.
1171         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1172         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1173
1174 2007-06-05  Bruno Haible  <bruno@clisp.org>
1175
1176         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1177         ia64.
1178         * modules/printf-safe: New file.
1179         * modules/fprintf-posix (Depends-on): Add printf-safe.
1180         * modules/printf-posix (Depends-on): Likewise.
1181         * modules/snprintf-posix (Depends-on): Likewise.
1182         * modules/sprintf-posix (Depends-on): Likewise.
1183         * modules/vasnprintf-posix (Depends-on): Likewise.
1184         * modules/vasprintf-posix (Depends-on): Likewise.
1185         * modules/vfprintf-posix (Depends-on): Likewise.
1186         * modules/vprintf-posix (Depends-on): Likewise.
1187         * modules/vsnprintf-posix (Depends-on): Likewise.
1188         * modules/vsprintf-posix (Depends-on): Likewise.
1189         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1190         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1191         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1192         "no" on i386, x86_64, ia64.
1193         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1194         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1195         on i386, x86_64, ia64.
1196         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1197         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1198         on i386, x86_64, ia64.
1199         * tests/test-vasnprintf-posix.c: Include float.h.
1200         (LDBL80_WORDS): New macro.
1201         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1202         on i386, x86_64, ia64.
1203         * tests/test-vasprintf-posix.c: Include float.h.
1204         (LDBL80_WORDS): New macro.
1205         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1206         on i386, x86_64, ia64.
1207         * tests/test-snprintf-posix.c: Include float.h.
1208         * tests/test-sprintf-posix.c: Likewise.
1209         * tests/test-vsnprintf-posix.c: Likewise.
1210         * tests/test-vsprintf-posix.c: Likewise.
1211
1212 2007-06-05  Bruno Haible  <bruno@clisp.org>
1213
1214         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1215         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1216         non-IEEE numbers on i386, x86_64, ia64.
1217         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1218         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1219         * tests/test-isnanl.h: Include float.h.
1220         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1221
1222 2007-06-05  Bruno Haible  <bruno@clisp.org>
1223
1224         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1225         also the %a / %A. Handle the %a / %A code before this extra handling.
1226
1227 2007-06-05  Bruno Haible  <bruno@clisp.org>
1228
1229         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1230         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1231
1232 2007-06-05  Bruno Haible  <bruno@clisp.org>
1233
1234         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1235         typo in variable name.
1236
1237 2007-06-05  Eric Blake  <ebb9@byu.net>
1238
1239         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1240         Reported by Simon Josefsson.
1241
1242 2007-06-04  Bruno Haible  <bruno@clisp.org>
1243
1244         Avoid test failures on some PowerPC platforms.
1245         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1246         Define differently for PowerPC.
1247         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1248         Reported by Gary V. Vaughan <gary@gnu.org>.
1249
1250 2007-06-02  Bruno Haible  <bruno@clisp.org>
1251
1252         Fix test-stdint failure on FreeBSD/ia64.
1253         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1254         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1255         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1256         * doc/headers/stdint.texi: Update.
1257
1258 2007-06-01  Bruno Haible  <bruno@clisp.org>
1259
1260         * tests/test-binary-io.c (main): Pass a third argument to open().
1261         Reported by Gary V. Vaughan <gary@gnu.org>.
1262
1263 2007-06-01  Bruno Haible  <bruno@clisp.org>
1264
1265         * doc/functions/frexpl.texi: Update for mingw.
1266
1267 2007-06-01  Bruno Haible  <bruno@clisp.org>
1268
1269         * tests/test-lseek.c (main): Disable test of errno for invalid third
1270         argument.
1271         * doc/functions/lseek.texi: Update.
1272         Reported by Gary V. Vaughan <gary@gnu.org>.
1273
1274 2007-05-28  Bruno Haible  <bruno@clisp.org>
1275
1276         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1277
1278 2007-05-31  Eric Blake  <ebb9@byu.net>
1279
1280         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1281         cross compiling.
1282
1283 2007-05-30  Eric Blake  <ebb9@byu.net>
1284         and Bruno Haible  <bruno@clisp.org>
1285
1286         Work around mingw test failures exposed by m4-1.4.9b.
1287         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1288         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1289         moment.
1290
1291 2007-05-30  Bruno Haible  <bruno@clisp.org>
1292
1293         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1294         assuming that they are closed. Needed on HP-UX 11.
1295
1296 2007-05-29  Bruno Haible  <bruno@clisp.org>
1297
1298         Fix a problem with #include_next.
1299         * lib/dirent_.h: Split the double-inclusion guard.
1300         * lib/fcntl_.h: Likewise.
1301         * lib/float_.h: Likewise.
1302         * lib/iconv_.h: Likewise.
1303         * lib/inttypes_.h: Likewise.
1304         * lib/locale_.h: Likewise.
1305         * lib/math_.h: Likewise.
1306         * lib/netinet_in_.h: Likewise.
1307         * lib/search_.h: Likewise.
1308         * lib/signal_.h: Likewise.
1309         * lib/stdint_.h: Likewise.
1310         * lib/stdio_.h: Likewise.
1311         * lib/stdlib_.h: Likewise.
1312         * lib/string_.h: Likewise.
1313         * lib/sys_select_.h: Likewise.
1314         * lib/sys_socket_.h: Likewise.
1315         * lib/sys_stat_.h: Likewise.
1316         * lib/sys_time_.h: Likewise.
1317         * lib/sysexits_.h: Likewise.
1318         * lib/time_.h: Likewise.
1319         * lib/unistd_.h: Likewise.
1320         * lib/wchar_.h: Likewise.
1321         * lib/wctype_.h: Likewise.
1322
1323 2007-05-29  Bruno Haible  <bruno@clisp.org>
1324
1325         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1326         for the moment.
1327
1328 2007-05-29  Bruno Haible  <bruno@clisp.org>
1329
1330         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1331         invocation.
1332         Reported by Eric Blake.
1333
1334 2007-05-29  Bruno Haible  <bruno@clisp.org>
1335
1336         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1337         compiling case.
1338
1339 2007-05-29  Eric Blake  <ebb9@byu.net>
1340             Bruno Haible  <bruno@clisp.org>
1341
1342         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1343         cross compiles.
1344
1345 2007-05-28  Eric Blake  <ebb9@byu.net>
1346
1347         * modules/closein-tests (test_closein_LDADD): Support test on
1348         cygwin with libtool.
1349
1350 2007-05-28  Bruno Haible  <bruno@clisp.org>
1351
1352         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1353         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1354         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1355         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1356         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1357         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1358         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1359         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1360         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1361
1362 2007-05-28  Eric Blake  <ebb9@byu.net>
1363
1364         Unconditionally include <config.h> in unit tests.
1365         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1366         * tests/test-allocsa.c, tests/test-arcfour.c,
1367         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1368         tests/test-array_list.c, tests/test-array_oset.c,
1369         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1370         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1371         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1372         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1373         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1374         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1375         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1376         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1377         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1378         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1379         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1380         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1381         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1382         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1383         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1384         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1385         test-md5.c, test-memmem.c, test-printf-posix.c,
1386         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1387         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1388         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1389         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1390         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1391         test-vasnprintf-posix2.c, test-vasnprintf.c,
1392         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1393         test-vfprintf-posix.c, test-vprintf-posix.c,
1394         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1395         test-xvasprintf.c: Likewise.
1396
1397 2007-05-28  Bruno Haible  <bruno@clisp.org>
1398
1399         * gnulib-tool (func_import): Remember the --with-tests command-line
1400         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1401         Reported by Eric Blake.
1402
1403 2007-05-28  Bruno Haible  <bruno@clisp.org>
1404
1405         * modules/ftell-tests: New file.
1406         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1407         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1408
1409         * lib/ftell.c: New file.
1410         * modules/ftell: New file.
1411         * m4/ftell.m4: New file.
1412         * doc/functions/ftell.texi: Update.
1413         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1414         REPLACE_FTELL.
1415         * lib/stdio_.h (rpl_ftell): New declaration.
1416         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1417         REPLACE_FTELL.
1418
1419 2007-05-28  Eric Blake  <ebb9@byu.net>
1420
1421         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1422
1423 2007-05-28  Bruno Haible  <bruno@clisp.org>
1424
1425         * modules/fseek-tests: New file.
1426         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1427         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1428
1429         * lib/fseek.c: New file.
1430         * modules/fseek: New file.
1431         * m4/fseek.m4: New file.
1432         * doc/functions/fseek.texi: Update.
1433         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1434         REPLACE_FSEEK.
1435         * lib/stdio_.h (rpl_fseek): New declaration.
1436         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1437         REPLACE_FSEEK.
1438
1439 2007-05-28  Bruno Haible  <bruno@clisp.org>
1440
1441         * lib/stdio_.h (fflush): More comments.
1442
1443 2007-05-28  Bruno Haible  <bruno@clisp.org>
1444
1445         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1446         runtime test.
1447
1448 2007-05-28  Eric Blake  <ebb9@byu.net>
1449
1450         Improve lseek module.
1451         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1452         * lib/unistd_.h (lseek): Scale back link warning message.
1453         * tests/test-lseek.c: Beef up test.
1454         * tests/test-lseek.sh: Exercise more facets of lseek.
1455         Reported by Bruno Haible.
1456
1457 2007-05-28  Bruno Haible  <bruno@clisp.org>
1458
1459         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1460         to define.
1461
1462 2007-05-27  Bruno Haible  <bruno@clisp.org>
1463
1464         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1465
1466 2007-05-27  Bruno Haible  <bruno@clisp.org>
1467
1468         * modules/openmp: New file.
1469         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1470         Noah Misch.
1471
1472 2007-05-26  Bruno Haible  <bruno@clisp.org>
1473
1474         * modules/chdir-long (Depends-on): Add fchdir.
1475         * modules/chdir-safer (Depends-on): Likewise.
1476         * modules/fts (Depends-on): Likewise.
1477         * modules/fts-lgpl (Depends-on): Likewise.
1478         * modules/openat (Depends-on): Likewise.
1479         * modules/savewd (Depends-on): Likewise.
1480
1481 2007-05-24  Eric Blake  <ebb9@byu.net>
1482
1483         Fix lseek on mingw.
1484         * modules/lseek: New module.
1485         * m4/lseek.m4: New file.
1486         * lib/lseek.c: New file.
1487         * modules/lseek-tests: New file.
1488         * tests/test-lseek.c: New file.
1489         * tests/test-lseek.sh: New file.
1490         * MODULES.html.sh: Document lseek module.
1491         * modules/fflush (Depends-on): Add lseek, fseeko.
1492         * modules/fseeko (Depends-on): Likewise.
1493         * modules/ftello (Depends-on): Likewise.
1494         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1495         broken.
1496         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1497         broken.
1498         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1499         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1500         * lib/ftello.c (rpl_ftello): Likewise.
1501         * tests/test-fseeko.c (main): Test this.
1502         * tests/test-fseeko.sh: Likewise.
1503         * tests/test-ftello.c (main): Likewise.
1504         * tests/test-ftello.sh: Likewise.
1505         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1506         implies replacing fseek.
1507         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1508         HAVE_FTELLO.
1509         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1510         * modules/unistd (Makefile.am): Likewise.
1511         * lib/unistd_.h (lseek): Declare a replacement.
1512         * doc/functions/lseek.texi (lseek): Document this fix.
1513         * doc/functions/fseek.texi (fseek): Likewise.
1514         * doc/functions/ftell.texi (ftell): Likewise.
1515
1516 2007-05-24  Bruno Haible  <bruno@clisp.org>
1517
1518         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1519         in the printed representation of a NaN.
1520         * tests/test-vasprintf-posix.c (test_function): Likewise.
1521         * tests/test-snprintf-posix.h (test_function): Likewise.
1522         * tests/test-sprintf-posix.h (test_function): Likewise.
1523         Reported by Eric Blake.
1524
1525 2007-05-23  Eric Blake  <ebb9@byu.net>
1526
1527         Fix fseeko/ftello on cygwin 1.5.24.
1528         * doc/functions/fseeko.texi (fseeko): Document the fix.
1529         * doc/functions/ftello.texi (ftello): Document the fix.
1530         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1531         * doc/functions/stdout.text (stdout): New file.
1532         * doc/functions/stderr.text (stderr): New file.
1533         * doc/gnulib.texi (Function Substitutes): Use new files.
1534         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1535         prior to 1.7.0.
1536         * tests/test-ftello.c (main): Likewise for ftello.
1537         * tests/test-fseeko.sh: New file.
1538         * tests/test-ftello.sh: New file.
1539         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1540         with seekable stdin.
1541         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1542         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1543         (gl_REPLACE_FSEEKO): New macro.
1544         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1545         * modules/fseeko (Files): Distribute fseeko.c.
1546         * modules/ftello (Files): Distribute ftello.c.
1547         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1548         mode.
1549         * lib/ftello.c (rpl_ftello): New file.
1550         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1551         fseeko, ftello.
1552         (gl_STDIN_LARGE_OFFSET): New macro.
1553         * modules/stdio (Makefile.am): Perform the replacement.
1554         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1555
1556 2007-05-23  Bruno Haible  <bruno@clisp.org>
1557
1558         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1559         GNULIB_POSIXCHECK is defined.
1560
1561 2007-05-21  Bruno Haible  <bruno@clisp.org>
1562
1563         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1564         Check also the output for NaN arguments. When cross-compiling, guess
1565         no on IRIX.
1566         * lib/vasnprintf.c: Update comments.
1567         * tests/test-vasnprintf-posix.c (strisnan): New function.
1568         (test_function): Use it.
1569         * tests/test-vasprintf-posix.c (strisnan): New function.
1570         (test_function): Use it.
1571         * tests/test-snprintf-posix.h (strisnan): New function.
1572         (test_function): Use it.
1573         * tests/test-sprintf-posix.h (strisnan): New function.
1574         (test_function): Use it.
1575         Reported by Eric Blake.
1576
1577 2007-05-20  Bruno Haible  <bruno@clisp.org>
1578
1579         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1580         numbers that fails on BeOS.
1581         * doc/functions/frexpl.texi: Update.
1582
1583 2007-05-20  Jim Meyering  <jim@meyering.net>
1584
1585         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1586         forced upon us by glibc-2.6.
1587
1588 2007-05-20  Bruno Haible  <bruno@clisp.org>
1589
1590         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1591         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1592         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1593         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1594         NEED_PRINTF_INFINITE.
1595         (is_infinitel): New function.
1596         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1597         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1598         gl_PREREQ_VASNPRINTF_INFINITE.
1599         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1600         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1601         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1602         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1603         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1604         gl_PREREQ_VASNPRINTF_INFINITE.
1605         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1606         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1607         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1608         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1609         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1610         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1611         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1612         * doc/functions/fprintf.texi: Update.
1613         * doc/functions/printf.texi: Update.
1614         * doc/functions/snprintf.texi: Update.
1615         * doc/functions/sprintf.texi: Update.
1616         * doc/functions/vfprintf.texi: Update.
1617         * doc/functions/vprintf.texi: Update.
1618         * doc/functions/vsnprintf.texi: Update.
1619         * doc/functions/vsprintf.texi: Update.
1620
1621 2007-05-20  Bruno Haible  <bruno@clisp.org>
1622
1623         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1624         was not found in libc.
1625         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1626
1627 2007-05-20  Bruno Haible  <bruno@clisp.org>
1628
1629         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1630         printed as "-nan" instead of "nan".
1631         * tests/test-vasprintf-posix.c (test_function): Likewise.
1632         * tests/test-snprintf-posix.h (test_function): Likewise.
1633         * tests/test-sprintf-posix.h (test_function): Likewise.
1634         Needed for HP-UX 11.
1635
1636 2007-05-20  Jim Meyering  <jim@meyering.net>
1637
1638         Fix buggy test for the fchownat-deref bug.
1639         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1640         symlink required for the run-test.  Without it, this test would
1641         always declare that fchownat doesn't work, and client code would
1642         unnecessarily use the replacement function with fixed libc.
1643         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1644         Reported by Greg Schafer.
1645
1646 2007-05-19  Bruno Haible  <bruno@clisp.org>
1647
1648         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1649         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1650         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1651         Needed for IRIX 6.5 and Solaris 2.5.1.
1652
1653 2007-05-19  Bruno Haible  <bruno@clisp.org>
1654
1655         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1656         (test_function): Skip tests involving -0.0 on platforms where
1657         -0.0 = 0.0.
1658         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1659         (test_function): Skip tests involving -0.0 on platforms where
1660         -0.0 = 0.0.
1661         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1662         (test_function): Skip tests involving -0.0 on platforms where
1663         -0.0 = 0.0.
1664         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1665         (test_function): Skip tests involving -0.0 on platforms where
1666         -0.0 = 0.0.
1667         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1668         tests.
1669         * tests/test-printf-posix.h (test_function): Likewise.
1670         * tests/test-printf-posix.output: Remove all -0.0 related results.
1671         Needed for IRIX 6.5.
1672
1673 2007-05-19  Bruno Haible  <bruno@clisp.org>
1674
1675         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1676         printed as "nan0x7fffffff" instead of "nan".
1677         * tests/test-vasprintf-posix.c (test_function): Likewise.
1678         * tests/test-snprintf-posix.h (test_function): Likewise.
1679         * tests/test-sprintf-posix.h (test_function): Likewise.
1680         * tests/test-fprintf-posix.h (NaN): Remove macro.
1681         (test_function): Remove all NaN related tests.
1682         * tests/test-printf-posix.h (NaN): Remove macro.
1683         (test_function): Remove all NaN related tests.
1684         * tests/test-printf-posix.output: Remove all NaN related results.
1685         Needed for IRIX 6.5.
1686
1687 2007-05-19  Bruno Haible  <bruno@clisp.org>
1688
1689         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1690         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1691
1692 2007-05-19  Bruno Haible  <bruno@clisp.org>
1693
1694         * lib/float_.h: New file.
1695         * m4/float_h.m4: New file.
1696         * modules/float: New file.
1697         * modules/isnanl (Dependencies): Add float.
1698         * modules/isnanl-nolibm (Dependencies): Likewise.
1699         * modules/mathl (Dependencies): Likewise.
1700         * modules/printf-frexpl (Dependencies): Likewise.
1701         * modules/signbit (Dependencies): Likewise.
1702         * modules/vasnprintf (Dependencies): Likewise.
1703         * doc/headers/float.texi: Update.
1704
1705 2007-05-19  Jim Meyering  <jim@meyering.net>
1706
1707         * lib/utimens.c (gl_futimens): Rename from futimens,
1708         now that glibc-2.6 declares futimens.
1709         * lib/utimens.h: Likewise.
1710
1711 2007-05-19  Bruno Haible  <bruno@clisp.org>
1712
1713         Avoid test failures on mingw.
1714         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1715         * tests/test-printf-posix.sh: Likewise.
1716         * tests/test-vfprintf-posix.sh: Likewise.
1717         * tests/test-vprintf-posix.sh: Likewise.
1718
1719 2007-05-19  Bruno Haible  <bruno@clisp.org>
1720
1721         Fix *printf result for NaN, Inf, -0.0 on mingw.
1722         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1723         * lib/vasnprintf.c: Include math.h and isnan.h.
1724         (is_infinite_or_zero): New function.
1725         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1726         values in the %f, %F, %e, %E, %g, %G directives.
1727         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1728         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1729         gl_PRINTF_INFINITE and test its result. Invoke
1730         gl_PREREQ_VASNPRINTF_INFINITE.
1731         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1732         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1733         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1734         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1735         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1736         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1737         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1738         * doc/functions/fprintf.texi: Update.
1739         * doc/functions/printf.texi: Update.
1740         * doc/functions/snprintf.texi: Update.
1741         * doc/functions/sprintf.texi: Update.
1742         * doc/functions/vfprintf.texi: Update.
1743         * doc/functions/vprintf.texi: Update.
1744         * doc/functions/vsnprintf.texi: Update.
1745         * doc/functions/vsprintf.texi: Update.
1746
1747 2007-05-19  Bruno Haible  <bruno@clisp.org>
1748
1749         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1750         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1751         Instead of multiplying with 10^k, set extra_zeroes to k.
1752         (scale10_round_long_double): Remove function.
1753
1754 2007-05-18  Bruno Haible  <bruno@clisp.org>
1755
1756         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1757         introduced on 2007-05-06.
1758
1759 2007-05-18  Bruno Haible  <bruno@clisp.org>
1760
1761         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1762         %g directives.
1763         * tests/test-vasprintf-posix.c (test_function): Likewise.
1764         * tests/test-snprintf-posix.h (test_function): Likewise.
1765         * tests/test-sprintf-posix.h (test_function): Likewise.
1766
1767 2007-05-18  Bruno Haible  <bruno@clisp.org>
1768
1769         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1770         (strmatch): New function.
1771         (test_function): Test the %f directive on numbers of various exponents.
1772         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1773         (strmatch): New function.
1774         (test_function): Test the %f directive on numbers of various exponents.
1775         * tests/test-snprintf-posix.h (strmatch): New function.
1776         (test_function): Test the %f directive on numbers of various exponents.
1777         * tests/test-sprintf-posix.h (strmatch): New function.
1778         (test_function): Test the %f directive on numbers of various exponents.
1779         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1780         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1781         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1782         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1783
1784 2007-05-18  Bruno Haible  <bruno@clisp.org>
1785
1786         Add support for 'long double' number output.
1787         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1788         * lib/vasnprintf.c: Include math.h and float+.h.
1789         (mp_limb_t): New type.
1790         (GMP_LIMB_BITS): New macro.
1791         (mp_twolimb_t): New type.
1792         (GMP_TWOLIMB_BITS): New macro.
1793         (mpn_t): New type.
1794         (multiply, divide, convert_to_decimal, decode_long_double,
1795         scale10_round_long_double, scale10_round_decimal_long_double,
1796         floorlog10l): New functions.
1797         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1798         for the %f, %F, %e, %E, %g, %G directives.
1799         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1800         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1801         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1802         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1803         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1804         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1805         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1806         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1807         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1808         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1809         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1810         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1811         * modules/snprintf-posix (Depends-on): Likewise.
1812         * modules/sprintf-posix (Depends-on): Likewise.
1813         * modules/vasnprintf-posix (Depends-on): Likewise.
1814         * modules/vasprintf-posix (Depends-on): Likewise.
1815         * modules/vfprintf-posix (Depends-on): Likewise.
1816         * modules/vsnprintf-posix (Depends-on): Likewise.
1817         * modules/vsprintf-posix (Depends-on): Likewise.
1818         * modules/vasnprintf (Files): Add lib/float+.h.
1819         * doc/functions/fprintf.texi: Update.
1820         * doc/functions/printf.texi: Update.
1821         * doc/functions/snprintf.texi: Update.
1822         * doc/functions/sprintf.texi: Update.
1823         * doc/functions/vfprintf.texi: Update.
1824         * doc/functions/vprintf.texi: Update.
1825         * doc/functions/vsnprintf.texi: Update.
1826         * doc/functions/vsprintf.texi: Update.
1827
1828 2007-05-18  Bruno Haible  <bruno@clisp.org>
1829
1830         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1831
1832 2007-05-18  Bruno Haible  <bruno@clisp.org>
1833
1834         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1835         for printing 64-bit integers. Needed for mingw.
1836
1837 2007-05-18  Bruno Haible  <bruno@clisp.org>
1838
1839         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1840         gl_FUNC_FREXPL_WORKS.
1841         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1842
1843 2007-05-18  Bruno Haible  <bruno@clisp.org>
1844
1845         * modules/frexpl-nolibm-tests: New file.
1846
1847         * modules/frexpl-nolibm: New file.
1848         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1849
1850 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1851
1852         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1853         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1854         GCC 4.2, which otherwise issues a lot of warnings.
1855         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1856         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1857         Likewise.
1858         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1859         * modules/iconv_open (iconv.h): Likewise.
1860         * modules/locale (locale.h): Likewise.
1861         * modules/netinet_in (netinet/in.h): Likewise.
1862         * modules/sys_select (sys_select.h): Likewise.
1863         * modules/sys_socket (sys/socket.h): Likewise.
1864         * modules/sys_stat (sys/stat.h): Likewise.
1865         * modules/sysexits (sysexits.h): Likewise.
1866         * modules/unistd (unistd.h): Likewise.
1867
1868 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1869
1870         * modules/closein-tests (Makefile.am): Distribute
1871         `test-closein.sh'.
1872
1873 2007-05-17  Bruno Haible  <bruno@clisp.org>
1874
1875         * tests/test-printf-posix.output: Renamed from
1876         tests/test-fprintf-posix.out.
1877         * modules/fprintf-posix-tests: Update.
1878         * modules/printf-posix-tests: Update.
1879         * modules/vfprintf-posix-tests: Update.
1880         * modules/vprintf-posix-tests: Update.
1881         * tests/test-fprintf-posix.sh: Update.
1882         * tests/test-printf-posix.sh: Update.
1883         * tests/test-vfprintf-posix.sh: Update.
1884         * tests/test-vprintf-posix.sh: Update.
1885         Reported by Ralf Wildenhues.
1886
1887 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1888
1889         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1890         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1891         GCC 4.2, which otherwise issues a lot of warnings.
1892         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1893         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1894         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1895         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1896         it should no longer be needed.
1897         * lib/string_.h: Likewise.
1898         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1899         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1900         * modules/inttypes (inttypes.h): Likewise.
1901         * modules/math (math.h): Likewise.
1902         * modules/search (search.h): Likewise.
1903         * modules/signal (signal.h): Likewise.
1904         * modules/stdint (stdint.h): Likewise.
1905         * modules/stdio (stdio.h): Likewise.
1906         * modules/stdlib (stdlib.h): Likewise.
1907         * modules/string (string.h): Likewise.
1908         * modules/sys_time (sys/time.h): Likewise.
1909         * modules/time (time.h): Likewise.
1910         * modules/wchar (wchar.h): Likewise.
1911         * modules/wctype (wtype.h): Likewise.
1912
1913 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1914
1915         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
1916
1917 2007-05-13  Bruno Haible  <bruno@clisp.org>
1918
1919         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
1920         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1921         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
1922         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1923         (gl_PREREQ_STRTOK_R): Don't require it here.
1924
1925 2007-05-13  Bruno Haible  <bruno@clisp.org>
1926
1927         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
1928         when used in C++ mode.
1929
1930 2007-05-12  Bruno Haible  <bruno@clisp.org>
1931
1932         * lib/linebuffer.h: Tweak doc.
1933         * lib/linebuffer.c: Likewise.
1934
1935 2007-05-12  James Youngman  <jay@gnu.org>
1936
1937         * lib/linebuffer.c (readlinebuffer_delim): New function,
1938         like readlinebuffer, but use a caller-specified delimiter.
1939         (readlinebuffer): Just call readlinebuffer_delim with '\n'
1940         as the delimiter.
1941         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
1942
1943 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1944
1945         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
1946         * modules/openat (Files): Remove openat-die.c.
1947         (Depends-on): Add openat-die.
1948         * modules/openat-die: New module.
1949
1950 2007-05-06  Bruno Haible  <bruno@clisp.org>
1951
1952         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
1953         Update with info about Cygwin.
1954         * doc/functions/fprintf.texi: Update.
1955         * doc/functions/printf.texi: Update.
1956         * doc/functions/snprintf.texi: Update.
1957         * doc/functions/sprintf.texi: Update.
1958         * doc/functions/vfprintf.texi: Update.
1959         * doc/functions/vprintf.texi: Update.
1960         * doc/functions/vsnprintf.texi: Update.
1961         * doc/functions/vsprintf.texi: Update.
1962         Reported by Eric Blake.
1963
1964 2007-05-06  Bruno Haible  <bruno@clisp.org>
1965
1966         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
1967         padding ourselves for the floating-point directives.
1968         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
1969         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
1970         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1971         gl_PRINTF_FLAG_ZERO and test its result. Invoke
1972         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
1973         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1974         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
1975         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1976         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1977         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1978         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1979         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1980         * tests/test-snprintf-posix.h (test_function): Also check the width
1981         and some flags in the %f directive.
1982         * tests/test-sprintf-posix.h (test_function): Likewise.
1983         * tests/test-vasnprintf-posix.c (test_function): Likewise.
1984         * tests/test-vasprintf-posix.c (test_function): Likewise.
1985         * doc/functions/fprintf.texi: Update.
1986         * doc/functions/printf.texi: Update.
1987         * doc/functions/snprintf.texi: Update.
1988         * doc/functions/sprintf.texi: Update.
1989         * doc/functions/vfprintf.texi: Update.
1990         * doc/functions/vprintf.texi: Update.
1991         * doc/functions/vsnprintf.texi: Update.
1992         * doc/functions/vsprintf.texi: Update.
1993
1994 2007-05-06  Bruno Haible  <bruno@clisp.org>
1995
1996         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
1997         pass the ' flag character to sprintf or snprintf.
1998         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
1999         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2000         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2001         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2002         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2003         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2004         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2005         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2006         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2007         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2008         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2009         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2010         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2011         flag.
2012         * tests/test-sprintf-posix.h (test_function): Likewise.
2013         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2014         * tests/test-vasprintf-posix.c (test_function): Likewise.
2015         * doc/functions/fprintf.texi: Update.
2016         * doc/functions/printf.texi: Update.
2017         * doc/functions/snprintf.texi: Update.
2018         * doc/functions/sprintf.texi: Update.
2019         * doc/functions/vfprintf.texi: Update.
2020         * doc/functions/vprintf.texi: Update.
2021         * doc/functions/vsnprintf.texi: Update.
2022         * doc/functions/vsprintf.texi: Update.
2023
2024 2007-05-01  Bruno Haible  <bruno@clisp.org>
2025
2026         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2027
2028 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2029
2030         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2031         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2032
2033 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2034
2035         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2036         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2037         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2038
2039 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2040
2041         * lib/argp-help.c (struct hol_entry): New member `ord'.
2042         (HOL_ENTRY_PTRCMP): Use ord for comparison
2043         (hol_sort): Initialize ord.
2044
2045 2007-05-01  Bruno Haible  <bruno@clisp.org>
2046
2047         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2048         Reported by Eric Blake.
2049         * doc/gnulib.texi (Function Substitutes): Update.
2050
2051 2007-05-01  Bruno Haible  <bruno@clisp.org>
2052
2053         * doc/functions.texi: Remove file, now redundant through
2054         doc/functions/*.texi.
2055
2056 2007-05-01  Bruno Haible  <bruno@clisp.org>
2057
2058         * modules/argp (Depends-on): Add sleep.
2059
2060 2007-05-01  Bruno Haible  <bruno@clisp.org>
2061
2062         * modules/sleep-tests: New file.
2063         * tests/test-sleep.c: New file.
2064
2065         * modules/sleep: New file.
2066         * lib/sleep.c: New file.
2067         * m4/sleep.m4: New file.
2068         * lib/unistd_.h (sleep): New declaration.
2069         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2070         HAVE_SLEEP.
2071         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2072         * doc/functions/sleep.texi: Document the sleep module.
2073
2074 2007-05-01  Bruno Haible  <bruno@clisp.org>
2075
2076         * lib/sigprocmask.h: Remove file.
2077         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2078         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2079         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2080         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2081         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2082         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2083         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2084         HAVE_SIGSET_T as a shell variable.
2085         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2086         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2087         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2088         (Depends-on): Add signal. Remove verify.
2089         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2090         (Include): Mention <signal.h> instead of sigprocmask.h.
2091         * NEWS: Mention the change.
2092         * lib/fatal-signal.c: Don't include sigprocmask.h.
2093
2094 2007-05-01  Bruno Haible  <bruno@clisp.org>
2095
2096         * modules/signal: New file.
2097         * lib/signal_.h: New file.
2098         * m4/signal_h.m4: New file.
2099
2100 2007-05-01  Bruno Haible  <bruno@clisp.org>
2101
2102         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2103         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2104         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2105         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2106
2107 2007-05-01  Bruno Haible  <bruno@clisp.org>
2108
2109         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2110         configure time.
2111         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2112         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2113         * modules/sys_stat (Makefile.am): Substitute their values into
2114         sys/stat.h.
2115
2116 2007-05-01  Bruno Haible  <bruno@clisp.org>
2117
2118         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2119         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2120         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2121
2122 2007-05-01  Bruno Haible  <bruno@clisp.org>
2123
2124         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2125         'assert' module here.
2126
2127 2007-05-01  Bruno Haible  <bruno@clisp.org>
2128
2129         * doc/functions/*.texi: New files.
2130         * doc/functions/google-ranking.txt: New file.
2131         * doc/gnulib.texi (Function Substitutes): New chapter.
2132         (ctime, inet_ntoa): Remove sections.
2133         * doc/ctime.texi: Remove file.
2134         * doc/inet_ntoa.texi: Remove file.
2135         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2136         dependencies.
2137         (%.info): New rule, specifying a --reference-limit.
2138
2139 2007-05-01  Bruno Haible  <bruno@clisp.org>
2140
2141         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2142
2143 2007-05-01  Bruno Haible  <bruno@clisp.org>
2144
2145         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2146         the portability of 'mkdir' to mingw systems.
2147
2148 2007-05-01  Bruno Haible  <bruno@clisp.org>
2149
2150         * doc/headers/google-ranking.txt: New file.
2151
2152 2007-04-30  Eric Blake  <ebb9@byu.net>
2153
2154         Prefer fseeko to fseek.
2155         * modules/getpass (Depends-on): Add fseeko.
2156         * lib/getpass.c (getpass): Use fseeko, not fseek.
2157
2158 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2159
2160         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2161         assumes the sorting is stable, while most qsort implementations
2162         are not.  Use argument addresses to ensure they never compare as
2163         equal.
2164
2165         * tests/test-argp-2.sh (usage-indent test): Fix output
2166         (func_compare): Restore diff options
2167         * tests/test-argp.c: Restore #include "progname.h"
2168
2169 2007-04-29  Bruno Haible  <bruno@clisp.org>
2170
2171         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2172         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2173         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2174         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2175         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2176         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2177         (TESTS, check_PROGRAMS): Add test-snprintf.
2178         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2179         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2180         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2181         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2182         assertions that fail on HP-UX, OSF/1, or IRIX.
2183         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2184
2185 2007-04-29  Bruno Haible  <bruno@clisp.org>
2186
2187         * MODULES.html.sh (posix_functions): Remove 'contents'.
2188
2189 2007-04-29  Karl Berry  <karl@gnu.org>
2190
2191         * config/srclist.txt (gendocs_template_min): new entry.
2192
2193 2007-04-29  Bruno Haible  <bruno@clisp.org>
2194
2195         Work around fpurge bug on BSD systems.
2196         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2197         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2198         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2199         fpurge to rpl_fpurge if the system already has this function.
2200         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2201         the case where the system already has this function. Correct invariants
2202         on BSD systems.
2203         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2204         BSD systems.
2205
2206 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2207
2208         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2209         proposed by Sven Verdoolaege.
2210
2211         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2212         options.
2213         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2214         (usage and help tests): Update
2215
2216 2007-04-29  Bruno Haible  <bruno@clisp.org>
2217
2218         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2219         Print more information in case of failure. Disable a test on BeOS.
2220
2221 2007-04-29  Bruno Haible  <bruno@clisp.org>
2222
2223         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2224         This helps debugging on systems on which no gdb is available.
2225
2226 2007-04-29  Bruno Haible  <bruno@clisp.org>
2227
2228         * lib/freading.h: Improve comments.
2229         * lib/fwriting.h: Likewise.
2230         * tests/test-freading.c (main): Don't check freading immediately after
2231         repositioning. Needed for glibc.
2232
2233 2007-04-29  Bruno Haible  <bruno@clisp.org>
2234
2235         * lib/freading.c (freading): Trivial simplification.
2236
2237 2007-04-28  Bruno Haible  <bruno@clisp.org>
2238
2239         * tests/test-fwriting.c (main): Also test the interaction between
2240         fflush and fwriting.
2241         * modules/fwriting-tests (Depends-on): Add fflush.
2242
2243         * tests/test-freading.c (main): Also test the interaction between
2244         fflush and freading.
2245         * modules/freading-tests (Depends-on): Add fflush.
2246
2247 2007-04-28  Bruno Haible  <bruno@clisp.org>
2248
2249         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2250         fseeko and ftello.
2251         Suggested by Eric Blake.
2252
2253 2007-04-28  Jim Meyering  <jim@meyering.net>
2254
2255         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2256         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2257         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2258
2259 2007-04-27  Eric Blake  <ebb9@byu.net>
2260
2261         * doc/headers/assert.texi (assert.h): Document assert module use.
2262
2263 2007-04-27  Bruno Haible  <bruno@clisp.org>
2264
2265         * doc/headers/*.texi: New files.
2266         * doc/gnulib.texi (Header File Substitutes): New chapter.
2267         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2268         dependencies.
2269         (standards.info ,standards.html, standards.dvi): Update dependencies.
2270         (mostlyclean, clean): New targets.
2271
2272 2007-04-27  Bruno Haible  <bruno@clisp.org>
2273
2274         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2275         * modules/sysexits (Files, Makefile.am): Update.
2276
2277         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2278         * modules/sys_socket (Files, Makefile.am): Update.
2279
2280         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2281         * modules/sys_stat (Files, Makefile.am): Update.
2282
2283 2007-04-27  Eric Blake  <ebb9@byu.net>
2284
2285         * lib/freading.h: Improve comments.
2286         * lib/fwriting.h: Likewise.
2287         * lib/fflush.c: Likewise.
2288
2289         Fix closein for mingw.
2290         * modules/closein-tests: Add tests for closein.
2291         * tests/test-closein.c: New file.
2292         * tests/test-closein.sh: Likewise.
2293         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2294         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2295
2296 2007-04-27  Bruno Haible  <bruno@clisp.org>
2297
2298         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2299         version is < 6.
2300         * lib/math_.h [__DECC]: Likewise.
2301         * lib/stdio_.h [__DECC]: Likewise.
2302         * lib/stdlib_.h [__DECC]: Likewise.
2303         * lib/string_.h [__DECC]: Likewise.
2304         * lib/time_.h [__DECC]: Likewise.
2305         * lib/wchar_.h [__DECC]: Likewise.
2306         * lib/wctype_.h [__DECC]: Likewise.
2307
2308 2007-04-27  Bruno Haible  <bruno@clisp.org>
2309
2310         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2311
2312 2007-04-27  Bruno Haible  <bruno@clisp.org>
2313
2314         * lib/fflush.c: Add comments.
2315         * modules/fpurge-tests (Depends-on): Add fflush.
2316         * modules/freadable-tests (Depends-on): Likewise.
2317         * modules/fwritable-tests (Depends-on): Likewise.
2318
2319 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2320
2321         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2322         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2323         Report by Bruno Haible <bruno@clisp.org>.
2324
2325 2007-04-26  Eric Blake  <ebb9@byu.net>
2326
2327         Fix fflush on mingw.
2328         * modules/fflush (Depends-on): Add freading.
2329         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2330         but unread data.
2331
2332 2007-04-26  Eric Blake  <ebb9@byu.net>
2333         and Bruno Haible  <bruno@clisp.org>
2334
2335         Implement freading and fwriting.
2336         * lib/freading.c: New file.
2337         * lib/freading.h: Likewise.
2338         * m4/freading.m4: Likewise.
2339         * modules/freading: Likewise.
2340         * modules/freading-tests: Likewise.
2341         * tests/test-freading.c: Likewise.
2342         * lib/fwriting.c: New file.
2343         * lib/fwriting.h: Likewise.
2344         * m4/fwriting.m4: Likewise.
2345         * modules/fwriting: Likewise.
2346         * modules/fwriting-tests: Likewise.
2347         * tests/test-fwriting.c: Likewise.
2348         * MODULES.html.sh (File stream based Input/Output): Mention them.
2349
2350 2007-04-26  Bruno Haible  <bruno@clisp.org>
2351
2352         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2353         'long' when we assume it.
2354         Suggested by Eric Blake.
2355
2356 2007-04-26  Bruno Haible  <bruno@clisp.org>
2357
2358         Ensure fseeko, ftello are declared on glibc systems.
2359         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2360         * modules/fseeko (configure.ac-early): Likewise.
2361         * modules/ftello (configure.ac-early): Likewise.
2362         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2363         AC_FUNC_FSEEKO for this.
2364         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2365         (gl_CHECK_FSEEKO): Remove macro.
2366
2367 2007-04-26  Bruno Haible  <bruno@clisp.org>
2368
2369         * tests/test-fflush.c (main): Also check the ftell result after
2370         fflush and fseek/fseeko.
2371         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2372         file descriptor position cache in the stream.
2373         * lib/fseeko.c (rpl_fseeko): Likewise.
2374
2375 2007-04-26  Bruno Haible  <bruno@clisp.org>
2376
2377         * modules/fflush-tests (Depends-on): Add fseeko.
2378
2379 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2380             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2381
2382         * lib/argz_.h: ensure error_t definition is obtained in same
2383         mechanism system argz.h would have.
2384         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2385         argz facilities are known bad.  Err on the side of caution if
2386         cross-compiling.
2387
2388 2007-04-25  Eric Blake  <ebb9@byu.net>
2389
2390         * lib/fpurge.c (includes): Use stdlib.h for free.
2391         * tests/test-fflush.c (main): Also test fflush-fseeko.
2392
2393 2007-04-25  Bruno Haible  <bruno@clisp.org>
2394
2395         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2396         * lib/fseeko.c: New file.
2397         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2398         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2399         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2400         gl_FUNC_FSEEKO.
2401         (gl_FUNC_FSEEKO): Invoke it.
2402         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2403         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2404         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2405
2406 2007-04-25  Bruno Haible  <bruno@clisp.org>
2407
2408         * modules/fflush (Depends-on): Add ftello.
2409
2410 2007-04-25  Bruno Haible  <bruno@clisp.org>
2411
2412         * modules/ftello-tests: New file.
2413         * tests/test-ftello.c: New file.
2414
2415         * modules/ftello: New file.
2416         * m4/ftello.m4: New file.
2417         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2418         HAVE_FTELLO.
2419         * lib/stdio_.h (ftello): New declaration.
2420         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2421         HAVE_FTELLO.
2422
2423 2007-04-25  Bruno Haible  <bruno@clisp.org>
2424
2425         * modules/fseeko-tests: New file.
2426         * tests/test-fseeko.c: New file.
2427
2428         * modules/fseeko: New file.
2429         * m4/fseeko.m4: New file.
2430         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2431         HAVE_FSEEKO.
2432         * lib/stdio_.h (fseeko): New declaration.
2433         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2434         HAVE_FSEEKO.
2435
2436 2007-04-25  Bruno Haible  <bruno@clisp.org>
2437
2438         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2439
2440 2007-04-25  Bruno Haible  <bruno@clisp.org>
2441
2442         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2443         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2444         * tests/test-unistd.c: Likewise.
2445         * tests/test-fcntl.c: Likewise.
2446
2447 2007-04-23  Eric Blake  <ebb9@byu.net>
2448
2449         * lib/fflush.c: Fix missing include.
2450         Reported by Bruno Haible.
2451
2452 2007-04-23  Bruno Haible  <bruno@clisp.org>
2453
2454         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2455         Reported by Eric Blake.
2456
2457 2007-04-23  Bruno Haible  <bruno@clisp.org>
2458
2459         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2460
2461 2007-04-23  Bruno Haible  <bruno@clisp.org>
2462
2463         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2464
2465 2007-04-23  Bruno Haible  <bruno@clisp.org>
2466
2467         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2468         Needed on HP-UX 11.
2469
2470 2007-04-16  Eric Blake  <ebb9@byu.net>
2471
2472         Make fflush rely on fpurge.
2473         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2474         open coding all variants.
2475         * modules/fflush (Depends-on): Add fpurge and unistd.
2476         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2477         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2478
2479         Fix --with-tests compilation on cygwin.
2480         * modules/argmatch-tests (Makefile.am): List gnulib library first
2481         in LDADD.
2482         * modules/argp-tests (Makefile.am): Likewise.
2483         * modules/array-list-tests (Makefile.am): Likewise.
2484         * modules/array-oset-tests (Makefile.am): Likewise.
2485         * modules/avltree-list-tests (Makefile.am): Likewise.
2486         * modules/avltree-oset-tests (Makefile.am): Likewise.
2487         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2488         * modules/carray-list-tests (Makefile.am): Likewise.
2489         * modules/dirname-tests (Makefile.am): Likewise.
2490         * modules/frexp-tests (Makefile.am): Likewise.
2491         * modules/isnanl-tests (Makefile.am): Likewise.
2492         * modules/linked-list-tests (Makefile.am): Likewise.
2493         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2494         * modules/lock-tests (Makefile.am): Likewise.
2495         * modules/rbtree-list-tests (Makefile.am): Likewise.
2496         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2497         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2498         * modules/tls-tests (Makefile.am): Likewise.
2499         * modules/tsearch-tests (Makefile.am): Likewise.
2500         * modules/xvasprintf-tests (Makefile.am): Likewise.
2501
2502         Fix fpurge for cygwin.
2503         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2504         value.
2505         * modules/fpurge-tests (Depends-on): Clean up trash.
2506
2507 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2508
2509         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2510
2511         * m4/autobuild.m4: Re-indent.
2512
2513 2007-04-13  Bruno Haible  <bruno@clisp.org>
2514
2515         * modules/fpurge-tests: New file.
2516         * tests/test-fpurge.c: New file.
2517
2518         * modules/fpurge: New file.
2519         * lib/fpurge.h: New file.
2520         * lib/fpurge.c: New file.
2521         * m4/fpurge.m4: New file.
2522
2523 2007-04-13  Bruno Haible  <bruno@clisp.org>
2524
2525         * modules/fbufmode-tests: New file.
2526         * tests/test-fbufmode.c: New file.
2527
2528         * modules/fbufmode: New file.
2529         * lib/fbufmode.h: New file.
2530         * lib/fbufmode.c: New file.
2531         * m4/fbufmode.m4: New file.
2532
2533 2007-04-13  Bruno Haible  <bruno@clisp.org>
2534
2535         * modules/fwritable-tests: New file.
2536         * tests/test-fwritable.c: New file.
2537
2538         * modules/fwritable: New file.
2539         * lib/fwritable.h: New file.
2540         * lib/fwritable.c: New file.
2541         * m4/fwritable.m4: New file.
2542
2543 2007-04-13  Bruno Haible  <bruno@clisp.org>
2544
2545         * modules/freadable-tests: New file.
2546         * tests/test-freadable.c: New file.
2547
2548         * modules/freadable: New file.
2549         * lib/freadable.h: New file.
2550         * lib/freadable.c: New file.
2551         * m4/freadable.m4: New file.
2552
2553 2007-04-13  Bruno Haible  <bruno@clisp.org>
2554
2555         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2556         MOSTLYCLEANFILES.
2557
2558 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2559
2560         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2561         gzip bootstrap.conf to avoid dragging in i18n machinery.
2562         (gnulib_tool_option): Use it.
2563
2564 2007-04-13  Bruno Haible  <bruno@clisp.org>
2565
2566         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2567         %F directives.
2568         * tests/test-vasprintf-posix.c (test_function): Likewise.
2569         * tests/test-snprintf-posix.h (test_function): Likewise.
2570         * tests/test-sprintf-posix.h (test_function): Likewise.
2571         * tests/test-fprintf-posix.h (test_function): Likewise.
2572         * tests/test-printf-posix.h (test_function): Likewise.
2573         * tests/test-fprintf-posix.out: Likewise.
2574
2575 2007-04-13  Bruno Haible  <bruno@clisp.org>
2576
2577         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2578         * modules/tls-tests (configure.ac): Likewise.
2579         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2580
2581 2007-04-13  Bruno Haible  <bruno@clisp.org>
2582
2583         * lib/tls.c (glthread_tls_get): Fix return type.
2584         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2585
2586 2007-04-12  Eric Blake  <ebb9@byu.net>
2587
2588         * modules/gettime (Depends-on): Remove gettime.
2589         Reported by Dmitry V. Levin.
2590
2591 2007-04-12  Bruno Haible  <bruno@clisp.org>
2592
2593         * modules/fflush (Include): Mention <stdio.h>.
2594         * modules/strtoimax (Include): Mention <inttypes.h>.
2595         * modules/strtoumax (Include): Likewise.
2596
2597 2007-04-12  Eric Blake  <ebb9@byu.net>
2598
2599         * .cvsignore: New file.
2600         * .gitignore: Likewise.
2601
2602 2007-04-12  Bruno Haible  <bruno@clisp.org>
2603
2604         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2605         not before, since $(LDADD) often contains libgnu.a.
2606         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2607         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2608         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2609         Needed on Cygwin.
2610
2611 2007-04-12  Eric Blake  <ebb9@byu.net>
2612
2613         Work around glibc's failure to flush stdin on fclose.
2614         * lib/closein.c (close_stdin): Flush stdin before closing.
2615
2616         Work around glibc's failure to reset seekable stdin on exit.
2617         * modules/closein: New module.
2618         * lib/closein.c: New file.
2619         * lib/closein.h: Likewise.
2620         * m4/closein.m4: Likewise.
2621         * MODULES.html.sh (File stream based Input/Output): Document it.
2622
2623 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2624
2625         * gnulib-tool: Rename generated 'autobuild' script to
2626         'do-autobuild' in --create-megatestdir output.
2627
2628         * doc/gnulib.texi (Build robot for gnulib): Fix.
2629
2630 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2631
2632         * modules/sysexits (Depends-on): Add absolute-header.
2633
2634 2007-04-12  Eric Blake  <ebb9@byu.net>
2635
2636         No need to preserve errno on success.
2637         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2638         Reported by Bruno Haible.
2639
2640 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2641
2642         * MODULES.html.sh (Support for maintaining and releasing
2643         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2644
2645 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2646
2647         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2648
2649 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2650
2651         * modules/autobuild: New module.
2652
2653         * m4/autobuild.m4: New file.
2654
2655 2007-04-11  Bruno Haible  <bruno@clisp.org>
2656
2657         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2658         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2659         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2660         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2661         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2662         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2663         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2664         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2665         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2666         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2667         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2668         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2669         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2670         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2671         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2672         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2673         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2674         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2675         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2676         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2677         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2678         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2679         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2680         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2681         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2682         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2683         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2684         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2685         Reported by Eric Blake.
2686
2687 2007-04-11  Bruno Haible  <bruno@clisp.org>
2688
2689         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2690
2691 2007-04-10  Bruno Haible  <bruno@clisp.org>
2692
2693         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2694         for NaN and Infinity. Needed on FreeBSD 6.1.
2695         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2696         regarding results for "%010a" of Infinity and NaN.
2697         * tests/test-vasprintf-posix.c (test_function): Likewise.
2698         * tests/test-snprintf-posix.h (test_function): Likewise.
2699         * tests/test-sprintf-posix.h (test_function): Likewise.
2700         * tests/test-fprintf-posix.h (test_function): Likewise.
2701         * tests/test-printf-posix.h (test_function): Likewise.
2702         * tests/test-fprintf-posix.out: Likewise.
2703
2704 2007-04-10  Bruno Haible  <bruno@clisp.org>
2705
2706         * modules/locale-tests: New file.
2707         * tests/test-locale.c: New file.
2708
2709         * modules/locale: New file.
2710         * lib/locale_.h: New file.
2711         * m4/locale_h.m4: New file.
2712
2713 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2714             Bruno Haible  <bruno@clisp.org>
2715
2716         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2717         be determined, test for availability of the copysignf, copysign,
2718         copysignl functions.
2719         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2720         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2721         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2722
2723 2007-04-09  Eric Blake  <ebb9@byu.net>
2724
2725         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2726         * modules/stdio (Makefile.am): Support fflush.
2727         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2728         * modules/fflush: New file.
2729         * lib/fflush.c: Likewise.
2730         * m4/fflush.m4: Likewise.
2731         * modules/fflush-tests: New test.
2732         * tests/test-fflush.c: Likewise.
2733         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2734
2735 2007-04-06  Bruno Haible  <bruno@clisp.org>
2736
2737         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2738         (VASNPRINTF): Use signbit for faster determination whether to print a
2739         minus sign.
2740         * modules/vasnprintf (Files): Remove lib/float+.h.
2741         * modules/fprintf-posix (Depends-on): Add signbit.
2742         * modules/snprintf-posix (Depends-on): Likewise.
2743         * modules/sprintf-posix (Depends-on): Likewise.
2744         * modules/vasnprintf-posix (Depends-on): Likewise.
2745         * modules/vasprintf-posix (Depends-on): Likewise.
2746         * modules/vfprintf-posix (Depends-on): Likewise.
2747         * modules/vsnprintf-posix (Depends-on): Likewise.
2748         * modules/vsprintf-posix (Depends-on): Likewise.
2749
2750 2007-04-06  Bruno Haible  <bruno@clisp.org>
2751
2752         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2753         * tests/test-frexpl.c (main): Likewise.
2754         * tests/test-ldexpl.c (main): Likewise.
2755         * modules/frexp-tests (Depends-on): Add signbit.
2756         * modules/frexpl-tests (Depdends-on): Likewise.
2757         * modules/ldexpl-tests (Depdends-on): Likewise.
2758
2759 2007-04-06  Bruno Haible  <bruno@clisp.org>
2760
2761         * modules/signbit-tests: New file.
2762         * tests/test-signbit.c: New file.
2763
2764         * modules/signbit: New file.
2765         * lib/signbitf.c: New file.
2766         * lib/signbitd.c: New file.
2767         * lib/signbitl.c: New file.
2768         * m4/signbit.m4: New file.
2769         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2770         (signbit): New macro.
2771         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2772         REPLACE_SIGNBIT.
2773         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2774         REPLACE_FREXPL into math.h.
2775
2776 2007-04-06  Bruno Haible  <bruno@clisp.org>
2777
2778         * modules/isnanf-nolibm-tests: New file.
2779         * tests/test-isnanf.c: New file.
2780
2781         * modules/isnanf-nolibm: New file.
2782         * lib/isnanf.h: New file.
2783         * lib/isnanf.c: New file.
2784         * lib/isnan.c: Consider the USE_FLOAT macro.
2785         * m4/isnanf.m4: New file.
2786
2787 2007-04-06  Bruno Haible  <bruno@clisp.org>
2788
2789         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2790         (Link): New section.
2791
2792         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2793
2794 2007-04-06  Bruno Haible  <bruno@clisp.org>
2795
2796         Assume the 'long double' type.
2797         * m4/longdouble.m4: Remove file.
2798         * config/srclist.txt: Don't mention longdouble.m4.
2799         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2800         * lib/float+.h: Likewise.
2801         * lib/frexp.c: Likewise.
2802         * lib/printf-args.h: Likewise.
2803         * lib/printf-args.c: Likewise.
2804         * lib/printf-frexp.c: Likewise.
2805         * lib/printf-parse.c: Likewise.
2806         * lib/vasnprintf.c: Likewise.
2807         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2808         * m4/intl.m4: Likewise.
2809         * m4/isnanl.m4: Likewise.
2810         * m4/printf.m4: Likewise.
2811         * m4/printf-frexpl.m4: Likewise.
2812         * m4/vasnprintf.m4: Likewise.
2813         * modules/allocsa (Files): Remove m4/longdouble.m4.
2814         * modules/gettext (Files): Likewise.
2815         * modules/relocatable-prog-wrapper (Files): Likewise.
2816         * modules/vasnprintf (Files): Likewise.
2817         * modules/isnanl (Files): Likewise.
2818         (Include): Simplify.
2819         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2820         (Include): Simplify.
2821         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2822         (Include): Simplify.
2823         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2824         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2825         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2826         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2827         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2828         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2829         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2830         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2831         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2832         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2833         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2834         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2835         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2836         * tests/test-isnanl.c: Likewise.
2837         * tests/test-snprintf-posix.h: Likewise.
2838         * tests/test-sprintf-posix.h: Likewise.
2839         * tests/test-vasnprintf-posix.c: Likewise.
2840         * tests/test-vasnprintf-posix2.c: Likewise.
2841         * tests/test-vasprintf-posix.c: Likewise.
2842
2843 2007-04-06  Bruno Haible  <bruno@clisp.org>
2844
2845         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2846         * lib/math_.h [__DECC]: Include the overridden include file through
2847         #include_next, outside the double-inclusion guard.
2848         * lib/stdio_.h [__DECC]: Likewise.
2849         * lib/stdlib_.h [__DECC]: Likewise.
2850         * lib/string_.h [__DECC]: Likewise.
2851         * lib/time_.h [__DECC]: Likewise.
2852         * lib/wchar_.h [__DECC]: Likewise.
2853         * lib/wctype_.h [__DECC]: Likewise.
2854         * lib/inttypes_.h [__DECC]: Likewise.
2855         Reported by Albert Chin <china@thewrittenword.com> in
2856         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2857
2858 2007-04-04  Eric Blake  <ebb9@byu.net>
2859
2860         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2861         1.5.x.
2862
2863 2007-04-04  Bruno Haible  <bruno@clisp.org>
2864
2865         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2866         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2867
2868 2007-04-04  Bruno Haible  <bruno@clisp.org>
2869
2870         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2871         results for "%010a" of Infinity and NaN.
2872         * tests/test-vasprintf-posix.c (test_function): Likewise.
2873         * tests/test-snprintf-posix.h (test_function): Likewise.
2874         * tests/test-sprintf-posix.h (test_function): Likewise.
2875         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2876         * tests/test-printf-posix.h (test_function): Likewise.
2877         * tests/test-fprintf-posix.out: Update.
2878         Needed for FreeBSD 6.1.
2879
2880 2007-04-04  Bruno Haible  <bruno@clisp.org>
2881
2882         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2883         directly used by the gnulib modules nor by gnulib-tool.
2884
2885 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2886
2887         * DEPENDENCIES: Give overall description of version dependency
2888         desirability.  Use more-typical names for apps.
2889         Add shell, coreutils, diffutils, grep, tar, gzip.
2890
2891 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2892
2893         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2894
2895 2007-04-04  Karl Berry  <karl@gnu.org>
2896
2897         * MODULES.html.sh (func_module): missing '.
2898
2899 2007-04-03  Bruno Haible  <bruno@clisp.org>
2900
2901         * modules/argmatch-tests (Makefile.am): New variable
2902         test_argmatch_LDADD.
2903         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2904         * modules/array-list-tests (Makefile.am): New variable
2905         test_array_list_LDADD.
2906         * modules/array-oset-tests (Makefile.am): New variable
2907         test_array_oset_LDADD.
2908         * modules/avltree-list-tests (Makefile.am): New variable
2909         test_avltree_list_LDADD.
2910         * modules/avltree-oset-tests (Makefile.am): New variable
2911         test_avltree_oset_LDADD.
2912         * modules/avltreehash-list-tests (Makefile.am): New variable
2913         test_avltreehash_list_LDADD.
2914         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
2915         test_canonicalize_lgpl_LDADD.
2916         * modules/carray-list-tests (Makefile.am): New variable
2917         test_carray_list_LDADD.
2918         * modules/dirname-tests (Makefile.am): New variable
2919         test_dirname_LDADD.
2920         * modules/linked-list-tests (Makefile.am): New variable
2921         test_linked_list_LDADD.
2922         * modules/linkedhash-list-tests (Makefile.am): New variable
2923         test_linkedhash_list_LDADD.
2924         * modules/rbtree-list-tests (Makefile.am): New variable
2925         test_rbtree_list_LDADD.
2926         * modules/rbtree-oset-tests (Makefile.am): New variable
2927         test_rbtree_oset_LDADD.
2928         * modules/rbtreehash-list-tests (Makefile.am): New variable
2929         test_rbtreehash_list_LDADD.
2930         * modules/xvasprintf-tests (Makefile.am): New variable
2931         test_xvasprintf_LDADD.
2932         Reported by Eric Blake.
2933
2934 2007-04-03  Eric Blake  <ebb9@byu.net>
2935
2936         * DEPENDENCIES: Weaken m4 requirements.
2937
2938 2007-04-03  Bruno Haible  <bruno@clisp.org>
2939
2940         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
2941         * modules/isnanl-tests (configure.ac): Likewise.
2942
2943 2007-04-03  Ben Pfaff  <blp@gnu.org>
2944
2945         * modules/iconv_open: Add $(srcdir)/ to source directory
2946         references in Makefile fragments that call gperf, to fix VPATH
2947         builds.
2948
2949 2007-04-03  Bruno Haible  <bruno@clisp.org>
2950
2951         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
2952         * lib/ldexpl.c: Undo last change.
2953
2954 2007-04-03  Bruno Haible  <bruno@clisp.org>
2955
2956         * modules/printf-frexpl (Depends-on): Undo last change.
2957         (Files): Add m4/ldexpl.m4.
2958
2959 2007-04-03  Bruno Haible  <bruno@clisp.org>
2960
2961         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
2962         * modules/isnanl (Link): New section.
2963
2964         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
2965         * modules/frexp (Link): New section.
2966
2967         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
2968         * modules/frexpl (Link): New section.
2969
2970         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
2971         * modules/ldexpl (Link): New section.
2972
2973 2007-04-03  Bruno Haible  <bruno@clisp.org>
2974
2975         * modules/TEMPLATE-EXTENDED: New file.
2976         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
2977
2978 2007-04-03  Bruno Haible  <bruno@clisp.org>
2979
2980         * DEPENDENCIES: New file.
2981         Suggested by Simon Josefsson.
2982
2983 2007-04-03  Bruno Haible  <bruno@clisp.org>
2984
2985         * doc/gnulib.texi: Escape @.
2986
2987 2007-04-03  James Youngman  <jay@gnu.org>
2988         and Paul Eggert  <eggert@cs.ucla.edu>
2989
2990         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
2991         birthtime on all systems that have birthtime, not just those which
2992         use st_birthtimensec rather than st_birthtim.  Putting zero in
2993         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
2994         that the birth time is not available for files on an NFS mount.
2995
2996 2007-04-03  Simon Josefsson  <simon@josefsson.org>
2997
2998         * modules/memxor: Move back from crypto/, suggested by Bruno.
2999         * modules/crypto/hmac-sha1: Fix memxor dependency.
3000
3001         * modules/crypto/gc: Moved from ../.
3002
3003 2007-04-02  Eric Blake  <ebb9@byu.net>
3004
3005         * lib/ldexpl.c (includes): Avoid libm.
3006
3007         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3008
3009 2007-04-02  Bruno Haible  <bruno@clisp.org>
3010
3011         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3012         on IRIX.
3013
3014 2007-04-02  Bruno Haible  <bruno@clisp.org>
3015
3016         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3017         x86 or x86_64 platforms running MacOS X.
3018         Reported by Ryan Schmidt <@ryandesign.com>.
3019
3020 2007-04-02  Bruno Haible  <bruno@clisp.org>
3021
3022         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3023         i386.
3024
3025 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3026
3027         * modules/crypto/arcfour: Moved from ../.
3028         * modules/crypto/arcfour-tests: Moved from ../.
3029         * modules/crypto/arctwo: Moved from ../.
3030         * modules/crypto/arctwo-tests: Moved from ../.
3031         * modules/crypto/des: Moved from ../.
3032         * modules/crypto/des-tests: Moved from ../.
3033         * modules/crypto/gc-arcfour: Moved from ../.
3034         * modules/crypto/gc-arcfour-tests: Moved from ../.
3035         * modules/crypto/gc-arctwo: Moved from ../.
3036         * modules/crypto/gc-arctwo-tests: Moved from ../.
3037         * modules/crypto/gc-des: Moved from ../.
3038         * modules/crypto/gc-des-tests: Moved from ../.
3039         * modules/crypto/gc-hmac-md5: Moved from ../.
3040         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3041         * modules/crypto/gc-hmac-sha1: Moved from ../.
3042         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3043         * modules/crypto/gc-md2: Moved from ../.
3044         * modules/crypto/gc-md2-tests: Moved from ../.
3045         * modules/crypto/gc-md4: Moved from ../.
3046         * modules/crypto/gc-md4-tests: Moved from ../.
3047         * modules/crypto/gc-md5: Moved from ../.
3048         * modules/crypto/gc-md5-tests: Moved from ../.
3049         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3050         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3051         * modules/crypto/gc-random: Moved from ../.
3052         * modules/crypto/gc-rijndael: Moved from ../.
3053         * modules/crypto/gc-rijndael-tests: Moved from ../.
3054         * modules/crypto/gc-sha1: Moved from ../.
3055         * modules/crypto/gc-sha1-tests: Moved from ../.
3056         * modules/crypto/gc-tests: Moved from ../.
3057         * modules/crypto/hmac-md5: Moved from ../.
3058         * modules/crypto/hmac-md5-tests: Moved from ../.
3059         * modules/crypto/hmac-sha1: Moved from ../.
3060         * modules/crypto/hmac-sha1-tests: Moved from ../.
3061         * modules/crypto/md2: Moved from ../.
3062         * modules/crypto/md2-tests: Moved from ../.
3063         * modules/crypto/md4: Moved from ../.
3064         * modules/crypto/md4-tests: Moved from ../.
3065         * modules/crypto/md5: Moved from ../.
3066         * modules/crypto/md5-tests: Moved from ../.
3067         * modules/crypto/memxor: Moved from ../.
3068         * modules/crypto/rijndael: Moved from ../.
3069         * modules/crypto/rijndael-tests: Moved from ../.
3070         * modules/crypto/sha1: Moved from ../.
3071
3072 2007-03-30  James Youngman  <jay@gnu.org>
3073
3074         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3075         rename() to change the ctime of a file (because ctime is unaffected
3076         by rename on jfs2 on AIX 5.1).
3077         (main): Start by doing cleanup, in case a previous run failed leaving
3078         test files behind.
3079
3080 2007-03-31  Bruno Haible  <bruno@clisp.org>
3081
3082         Support old proprietary implementations of iconv.
3083         * modules/iconv_open: New file.
3084         * lib/iconv_.h: New file.
3085         * m4/iconv_h.m4: New file.
3086         * lib/iconv_open.c: New file.
3087         * lib/iconv_open-aix.gperf: New file.
3088         * lib/iconv_open-hpux.gperf: New file.
3089         * lib/iconv_open-irix.gperf: New file.
3090         * lib/iconv_open-osf.gperf: New file.
3091         * m4/iconv_open.m4: New file.
3092         * modules/linebreak (Depends-on): Add iconv_open.
3093         * modules/striconv (Depends-on): Likewise.
3094         * modules/striconveh (Depends-on): Likewise.
3095         * modules/unicodeio (Depends-on): Likewise.
3096         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3097         (iconv_t)(-1).
3098         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3099         conversion if cd is (iconv_t)(-1).
3100         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3101         is not possible.
3102
3103 2007-03-31  Bruno Haible  <bruno@clisp.org>
3104
3105         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3106         work on Solaris either. Protect also second use of "autodetect_jp".
3107
3108 2007-03-31  Bruno Haible  <bruno@clisp.org>
3109
3110         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3111         the function is not present.
3112
3113 2007-03-31  Bruno Haible  <bruno@clisp.org>
3114
3115         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3116         the function is not present.
3117
3118 2007-03-31  Bruno Haible  <bruno@clisp.org>
3119
3120         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3121         a bug in HP-UX iconv_open().
3122
3123 2007-03-31  Bruno Haible  <bruno@clisp.org>
3124
3125         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3126         (Mathematics <math.h>): New section, add fpieee.
3127         (Input/output <stdio.h>): Add fseterr.
3128         (Mathematics <math.h>): New section, add printf-frexp.
3129         (Container data structures): Add sublist.
3130         (Core language properties): Add fpucw, inline.
3131         (Functions for greatest-width integer types <inttypes.h>): Add
3132         imaxabs, imaxdiv, inttypes.
3133         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3134         isnanl-nolibm, ldexp.
3135         (Mathematics <math.h>): New section, add printf-frexpl.
3136         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3137         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3138         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3139         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3140         (Unicode string functions): Add unistr/u*-mbtoucr.
3141         (Java): Add javacomp-script, javaexec-script.
3142         (C#): Add csharpcomp-script, csharpexec-script.
3143         (Support for building libraries and executables): Add havelib,
3144         relocatable-*.
3145         (Support for maintaining and releasing projects): Renamed from
3146         'Support for maintaining and release projects'. Add announce-gen.
3147
3148 2007-03-31  Bruno Haible  <bruno@clisp.org>
3149
3150         * README: Talk primarily about git.
3151         (git and CVS): Renamed from CVS.
3152         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3153         gnulib is available through git.
3154         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3155
3156 2007-03-30  Bruno Haible  <bruno@clisp.org>
3157
3158         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3159         * lib/poll_.h: Likewise.
3160         * lib/stat_.h: Likewise.
3161         * lib/sys_time_.h: Likewise.
3162         * lib/sysexit_.h: Likewise.
3163         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3164         * lib/stdbool_.h: Likewise.
3165         * lib/byteswap_.h: Add double-inclusion guard.
3166
3167 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3168
3169         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3170
3171 2007-03-30  Karl Berry  <karl@gnu.org>
3172
3173         * config/srclist-update: double space after USA in the license
3174         substitution, since that's how it's usually (?) written.
3175
3176 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3177
3178         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3179         reported by Bruno Haible.
3180
3181 2007-03-29  Bruno Haible  <bruno@clisp.org>
3182
3183         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3184         a bug in AIX iconv().
3185
3186 2007-03-29  Bruno Haible  <bruno@clisp.org>
3187
3188         * modules/ldexpl-tests: New file.
3189         * tests/test-ldexpl.c: New file.
3190
3191 2007-03-29  Bruno Haible  <bruno@clisp.org>
3192
3193         * lib/ldexpl.c: Include fpucw.h.
3194         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3195         multiplication.
3196         * modules/ldexpl (Depends-on): Add fpucw.
3197
3198 2007-03-29  Bruno Haible  <bruno@clisp.org>
3199
3200         * modules/ldexpl: New file.
3201         * m4/ldexpl.m4: New file.
3202         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3203         set.
3204         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3205         REPLACE_LDEXPL.
3206         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3207         REPLACE_LDEXPL.
3208         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3209         gl_FUNC_LDEXPL_WORKS.
3210         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3211         * modules/mathl (Files): Remove lib/ldexpl.c.
3212         (Depends-on): Add ldexpl.
3213
3214 2007-03-29  Bruno Haible  <bruno@clisp.org>
3215
3216         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3217
3218 2007-03-29  Bruno Haible  <bruno@clisp.org>
3219
3220         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3221         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3222         and possibly also HP-UX.
3223         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3224         work on AIX, IRIX, HP-UX, OSF/1.
3225         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3226         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3227         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3228         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3229         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3230         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3231
3232 2007-03-29  Bruno Haible  <bruno@clisp.org>
3233
3234         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3235
3236 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3237
3238         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3239         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3240
3241 2007-03-29  Eric Blake  <ebb9@byu.net>
3242
3243         * lib/acl-internal.h: Remove redundant include.
3244         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3245         Cygwin when a file is locked.
3246
3247 2007-03-29  Bruno Haible  <bruno@clisp.org>
3248
3249         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3250         file.
3251         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3252
3253 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3254
3255         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3256         try to remove a parent directory if the child couldn't be removed
3257         (except for the first rmdir, which could fail because the child
3258         doesn't exist).  Problem reported by Jeff Blaine in
3259         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3260
3261 2007-03-28  Bruno Haible  <bruno@clisp.org>
3262
3263         * lib/striconveh.c (utf8conv_carefully): New function.
3264         (mem_cd_iconveh_internal): Invoke it.
3265
3266 2007-03-28  Bruno Haible  <bruno@clisp.org>
3267
3268         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3269         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3270         input.
3271         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3272         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3273         unistr/u8-uctomb.
3274
3275 2007-03-28  Bruno Haible  <bruno@clisp.org>
3276
3277         * modules/unistr/u8-mbtoucr: New file.
3278         * lib/unistr/u8-mbtoucr.c: New file.
3279         * modules/unistr/u16-mbtoucr: New file.
3280         * lib/unistr/u16-mbtoucr.c: New file.
3281         * modules/unistr/u16-mbtoucr: New file.
3282         * lib/unistr/u16-mbtoucr.c: New file.
3283         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3284
3285 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3286             Bruno Haible  <bruno@clisp.org>
3287
3288         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3289         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3290         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3291
3292         * m4/stdio_h.m4: Add stubs for vasprintf too.
3293
3294         * modules/stdio: Support vasprintf in sed command.
3295
3296         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3297         vasprintf.h.  Add stdio module indicator.
3298
3299         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3300         vasprintf.h.
3301
3302         * lib/vasprintf.h: File removed.
3303
3304         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3305         * lib/vasprintf.c: Ditto.
3306         * lib/xvasprintf.c: Ditto.
3307         * tests/test-vasprintf-posix.c: Ditto.
3308         * tests/test-vasprintf.c: Ditto.
3309
3310 2007-03-27  Bruno Haible  <bruno@clisp.org>
3311
3312         Make vasnprintf multithread-safe.
3313         * lib/vasnprintf.c (decimal_point_char): New function.
3314         (VASNPRINTF): Use it.
3315         Suggested by Simon Josefsson.
3316
3317 2007-03-27  Eric Blake  <ebb9@byu.net>
3318
3319         Support sub-second birthtime on cygwin.
3320         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3321         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3322         (get_stat_birthtime): Also work with st_birthtim.
3323
3324 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3325
3326         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3327         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3328         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3329         (get_stat_birthtime_ns): Simplify compile-time tests.
3330         (get_stat_birthtime): Change the API to look like
3331         get_stat_mtime etc., except return a negative tv_nsec on error.
3332         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3333         Don't check for "spare" fields.
3334         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3335         or for struct stat.st_birthtime, as these tests aren't used.
3336         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3337
3338 2007-03-27  Bruno Haible  <bruno@clisp.org>
3339
3340         * lib/stat-time.h: Include <sys/stat.h>.
3341
3342 2007-03-27  James Youngman  <jay@gnu.org>
3343
3344         * lib/stat-time.h (get_stat_birthtime): New function for
3345           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3346         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3347           and its variants.
3348         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3349         * modules/stat-time-test: New file.
3350         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3351
3352 2007-03-26  Bruno Haible  <bruno@clisp.org>
3353
3354         Better support of signalling NaNs.
3355         * lib/atanl.c: Include isnanl.h.
3356         (atanl): Perform test for NaN at the beginning of the function and
3357         through a call to isnanl.
3358         * lib/cosl.c: Include isnanl.h.
3359         (cosl): Perform test for NaN at the beginning of the function and
3360         through a call to isnanl.
3361         * lib/ldexpl.c: Include isnanl.h.
3362         (ldexpl): Perform test for NaN through a call to isnanl.
3363         * lib/logl.c: Include isnanl.h.
3364         (logl): Perform test for NaN at the beginning of the function and
3365         through a call to isnanl.
3366         * lib/sinl.c: Include isnanl.h.
3367         (sinl): Perform test for NaN at the beginning of the function and
3368         through a call to isnanl.
3369         * lib/sqrtl.c: Include isnanl.h.
3370         (sqrtl): Perform test for NaN at the beginning of the function and
3371         through a call to isnanl.
3372         * lib/tanl.c: Include isnanl.h.
3373         (tanl): Perform test for NaN at the beginning of the function and
3374         through a call to isnanl.
3375         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3376         * modules/mathl (Depends-on): Add isnanl.
3377
3378 2007-03-26  Eric Blake  <ebb9@byu.net>
3379
3380         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3381         regression in logic sense of previous patch.
3382
3383 2007-03-26  Bruno Haible  <bruno@clisp.org>
3384
3385         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3386         unportable shell command "if ! ...".
3387         Reported by Ralf Wildenhues.
3388
3389 2007-03-25  Bruno Haible  <bruno@clisp.org>
3390
3391         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3392         <sysexits.h> file, and only add EX_CONFIG.
3393         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3394         absolute file name and whether it is sufficient. Substitute also
3395         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3396         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3397         ABSOLUTE_SYSEXITS_H into sysexits.h.
3398
3399 2007-03-25  Bruno Haible  <bruno@clisp.org>
3400
3401         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3402         hints is NULL.
3403
3404 2007-03-25  Bruno Haible  <bruno@clisp.org>
3405
3406         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3407         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3408
3409 2007-03-25  Bruno Haible  <bruno@clisp.org>
3410
3411         * lib/vasnprintf.c: Include langinfo.h.
3412         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3413         multithread-safe.
3414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3415         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3416         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3417         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3418         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3419         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3420         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3421         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3422         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3423         Reported by Simon Josefsson.
3424
3425 2007-03-25  Bruno Haible  <bruno@clisp.org>
3426
3427         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3428         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3429         * modules/vasnprintf (Depends-on): Add stdint.
3430
3431 2007-03-25  Bruno Haible  <bruno@clisp.org>
3432
3433         * modules/fpieee: New file.
3434         * m4/fpieee.m4: New file.
3435         * modules/isnan-nolibm (Depends-on): Add fpieee.
3436         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3437         * modules/isnanl (Depends-on): Add fpieee.
3438
3439 2007-03-25  Bruno Haible  <bruno@clisp.org>
3440
3441         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3442
3443 2007-03-25  Bruno Haible  <bruno@clisp.org>
3444
3445         Avoid test failures on IRIX 6.5.
3446         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3447         (main): Use it.
3448         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3449         macros.
3450         (main): Use them.
3451
3452 2007-03-25  Bruno Haible  <bruno@clisp.org>
3453
3454         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3455         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3456         exists but doesn't work.
3457         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3458         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3459         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3460         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3461
3462 2007-03-25  Bruno Haible  <bruno@clisp.org>
3463
3464         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3465         returns inf. Needed on IRIX 6.5.
3466
3467 2007-03-25  Bruno Haible  <bruno@clisp.org>
3468
3469         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3470         (main): Use isnanl instead of x != x idiom.
3471         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3472
3473         * tests/test-frexp.c: Include isnan.h.
3474         (main): Use isnan instead of x != x idiom.
3475         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3476
3477 2007-03-25  Bruno Haible  <bruno@clisp.org>
3478
3479         * tests/test-frexp.c (NaN): New function/macro.
3480         (main): Use it instead of 0.0 / 0.0.
3481         * tests/test-isnan.c (NaN): New function/macro.
3482         (main): Use it instead of 0.0 / 0.0.
3483         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3484         (test_function): Use it instead of 0.0 / 0.0.
3485         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3486         (test_function): Use it instead of 0.0 / 0.0.
3487         * tests/test-snprintf-posix.h (NaN): New function/macro.
3488         (test_function): Use it instead of 0.0 / 0.0.
3489         * tests/test-sprintf-posix.h (NaN): New function/macro.
3490         (test_function): Use it instead of 0.0 / 0.0.
3491         * tests/test-fprintf-posix.h (NaN): New function/macro.
3492         (test_function): Use it instead of 0.0 / 0.0.
3493         * tests/test-printf-posix.h (NaN): New function/macro.
3494         (test_function): Use it instead of 0.0 / 0.0.
3495
3496         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3497
3498 2007-03-25  Bruno Haible  <bruno@clisp.org>
3499
3500         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3501
3502 2007-03-25  Bruno Haible  <bruno@clisp.org>
3503
3504         * lib/regexec.c (merge_state_with_log): Make static.
3505
3506 2007-03-25  Bruno Haible  <bruno@clisp.org>
3507
3508         * lib/trigl.c (kernel_rem_pio2): Make static.
3509
3510 2007-03-25  Bruno Haible  <bruno@clisp.org>
3511
3512         * lib/sincosl.c (sincosl_table): Make static.
3513
3514 2007-03-25  Bruno Haible  <bruno@clisp.org>
3515
3516         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3517         if the compiler does not support C99.
3518
3519 2007-03-25  Bruno Haible  <bruno@clisp.org>
3520
3521         * modules/time (Makefile.am): Ensure all rule action lines start with a
3522         tab.
3523
3524 2007-03-24  Bruno Haible  <bruno@clisp.org>
3525
3526         * modules/tsearch-tests: New file.
3527         * tests/test-tsearch.sh: New file.
3528         * tests/test-tsearch.c: New file, mostly copied from glibc.
3529
3530         * modules/search-tests: New file.
3531         * tests/test-search.c: New file.
3532
3533         * modules/search: New file.
3534         * lib/search_.h: New file, incorporating lib/tsearch.h.
3535         * m4/search_h.m4: New file.
3536         * lib/tsearch.h: Remove file.
3537         * lib/tsearch.c: Include search.h instead of tsearch.h.
3538         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3539         HAVE_TSEARCH.
3540         * modules/tsearch (Files): Remove lib/tsearch.h.
3541         (Depends-on): Add search.
3542         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3543         (Include): Change tsearch.h into search.h.
3544
3545 2007-03-24  Bruno Haible  <bruno@clisp.org>
3546
3547         * modules/fpucw: New file.
3548         * lib/fpucw.h: New file.
3549         * lib/frexp.c: Include fpucw.h.
3550         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3551         (FUNC): Use them.
3552         * lib/printf-frexp.c: Include fpucw.h.
3553         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3554         (FUNC): Use them.
3555         * lib/vasnprintf.c: Include fpucw.h.
3556         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3557         'long double' calculations.
3558         * tests/test-frexpl.c: Include fpucw.h.
3559         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3560         * tests/test-printf-frexpl.c: Include fpucw.h.
3561         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3562         * modules/frexpl (Depends-on): Add fpucw.
3563         * modules/printf-frexpl (Depends-on): Likewise.
3564         * modules/fprintf-posix (Depends-on): Likewise.
3565         * modules/snprintf-posix (Depends-on): Likewise.
3566         * modules/sprintf-posix (Depends-on): Likewise.
3567         * modules/vasnprintf-posix (Depends-on): Likewise.
3568         * modules/vasprintf-posix (Depends-on): Likewise.
3569         * modules/vfprintf-posix (Depends-on): Likewise.
3570         * modules/vsnprintf-posix (Depends-on): Likewise.
3571         * modules/vsprintf-posix (Depends-on): Likewise.
3572         * modules/frexpl-tests (Depends-on): Likewise.
3573         * modules/printf-frexpl-tests (Depends-on): Likewise.
3574
3575 2007-03-24  Bruno Haible  <bruno@clisp.org>
3576
3577         * lib/float+.h: New file.
3578         * lib/isnan.c: Include float+.h.
3579         (SIZE): New macro.
3580         (FUNC): Compare only SIZE bytes of the value.
3581         * lib/vasnprintf.c: Include float+.h.
3582         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3583         SIZEOF_LDBL or SIZEOF_DBL bytes.
3584         * modules/isnan-nolibm (Files): Add lib/float+.h.
3585         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3586         * modules/isnanl (Files): Add lib/float+.h.
3587         * modules/vasnprintf (Files): Add lib/float+.h.
3588
3589 2007-03-24  Bruno Haible  <bruno@clisp.org>
3590
3591         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3592         include isnanl-nolibm.h.
3593
3594 2007-03-24  Bruno Haible  <bruno@clisp.org>
3595
3596         * tests/test-read-file.c (main): Don't produce spurious output for
3597         expected situations. Make the test fail if it encountered unexpected
3598         results.
3599
3600 2007-03-24  Bruno Haible  <bruno@clisp.org>
3601
3602         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3603         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3604
3605 2007-03-24  Bruno Haible  <bruno@clisp.org>
3606
3607         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3608
3609 2007-03-24  Bruno Haible  <bruno@clisp.org>
3610
3611         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3612         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3613
3614         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3615         * modules/utf8-ucs4: Turn into a symbolic link to module
3616         unistr/u8-mbtouc.
3617
3618         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3619         utf8-ucs4-unsafe.
3620         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3621         unistr/u8-mbtouc-unsafe.
3622
3623         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3624         * modules/utf16-ucs4: Turn into a symbolic link to module
3625         unistr/u16-mbtouc.
3626
3627         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3628         utf16-ucs4-unsafe.
3629         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3630         unistr/u16-mbtouc-unsafe.
3631
3632         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3633         * modules/ucs4-utf8: Turn into a symbolic link to module
3634         unistr/u8-ubtomb.
3635
3636         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3637         * modules/ucs4-utf16: Turn into a symbolic link to module
3638         unistr/u16-ubtomb.
3639
3640 2007-03-24  Bruno Haible  <bruno@clisp.org>
3641
3642         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3643         Enable the function only if HAVE_INLINE.
3644         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3645         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3646         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3647         Enable the function only if HAVE_INLINE.
3648         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3649         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3650         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3651         Enable the function only if HAVE_INLINE.
3652         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3653         Enable the function only if HAVE_INLINE.
3654         * modules/utf8-ucs4: Update.
3655         * modules/utf8-ucs4-unsafe: Update.
3656         * modules/utf16-ucs4: Update.
3657         * modules/utf16-ucs4-unsafe: Update.
3658         * modules/ucs4-utf8: Update.
3659         * modules/ucs4-utf16: Update.
3660
3661 2007-03-24  Bruno Haible  <bruno@clisp.org>
3662
3663         * lib/utf8-ucs4.h: Remove file.
3664         * lib/utf8-ucs4-unsafe.h: Remove file.
3665         * lib/utf16-ucs4.h: Remove file.
3666         * lib/utf16-ucs4-unsafe.h: Remove file.
3667         * lib/ucs4-utf8.h: Remove file.
3668         * lib/ucs4-utf16.h: Remove file.
3669         * lib/unistr.h: Include their previous contents.
3670         * m4/utf-ucs4.m4: Remove file.
3671         * m4/ucs4-utf.m4: Remove file.
3672         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3673         (Depends-on): Add unistr/base.
3674         (configure.ac): Remove gl_UTF_UCS4.
3675         (Makefile.am): Update.
3676         (Include): Change to unistr.h.
3677         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3678         (Depends-on): Add unistr/base.
3679         (configure.ac): Remove gl_UTF_UCS4.
3680         (Makefile.am): Update.
3681         (Include): Change to unistr.h.
3682         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3683         (Depends-on): Add unistr/base.
3684         (configure.ac): Remove gl_UTF_UCS4.
3685         (Makefile.am): Update.
3686         (Include): Change to unistr.h.
3687         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3688         (Depends-on): Add unistr/base.
3689         (configure.ac): Remove gl_UTF_UCS4.
3690         (Makefile.am): Update.
3691         (Include): Change to unistr.h.
3692         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3693         (Depends-on): Add unistr/base.
3694         (configure.ac): Remove gl_UCS4_UTF.
3695         (Makefile.am): Update.
3696         (Include): Change to unistr.h.
3697         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3698         (Depends-on): Add unistr/base.
3699         (configure.ac): Remove gl_UCS4_UTF.
3700         (Makefile.am): Update.
3701         (Include): Change to unistr.h.
3702         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3703         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3704         utf8-ucs4-unsafe.h.
3705         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3706         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3707         utf16-ucs4-unsafe.h.
3708         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3709         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3710         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3711         * lib/unistr/u8-strchr.c: Likewise.
3712         * lib/unistr/u8-strrchr.c: Likewise.
3713         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3714         * lib/unistr/u16-strchr.c: Likewise.
3715         * lib/unistr/u16-strrchr.c: Likewise.
3716         * lib/striconveh.c: Update.
3717         * lib/linebreak.c: Update.
3718
3719 2007-03-24  Bruno Haible  <bruno@clisp.org>
3720
3721         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3722         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3723
3724 2007-03-22  Bruno Haible  <bruno@clisp.org>
3725
3726         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3727
3728 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3729
3730         * MODULES.html.sh (File system functions): New module write-any-file.
3731         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3732         * m4/write-any-file.m4: New files.
3733
3734 2007-03-23  Eric Blake  <ebb9@byu.net>
3735
3736         * gnulib-tool: Rearrange space-tab sequences, since some editors
3737         like to eat them.
3738
3739 2007-03-23  Eric Blake  <ebb9@byu.net>
3740
3741         * lib/version-etc.c (version_etc_va): Update license wording to
3742         be more concise.  Recommended by Richard Stallman.
3743
3744 2007-03-22  Bruno Haible  <bruno@clisp.org>
3745
3746         * lib/poll.c (MSG_PEEK): New fallback definition.
3747
3748 2007-03-22  Bruno Haible  <bruno@clisp.org>
3749
3750         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3751         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3752         (main): Update.
3753         Fixes a compilation error on BeOS.
3754
3755 2007-03-22  Bruno Haible  <bruno@clisp.org>
3756
3757         * modules/frexpl-tests: New file.
3758         * tests/test-frexpl.c: New file.
3759
3760         * modules/frexpl: New file.
3761         * m4/frexpl.m4: New file.
3762         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3763         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3764         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3765         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3766         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3767         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3768
3769 2007-03-22  Bruno Haible  <bruno@clisp.org>
3770
3771         * lib/frexpl.c: Share code with lib/frexp.c.
3772         * modules/mathl (Files): Add lib/frexp.c.
3773         (Depends-on): Add isnanl-nolibm.
3774
3775 2007-03-22  Bruno Haible  <bruno@clisp.org>
3776
3777         * modules/printf-frexp (Files): Add m4/frexp.m4.
3778         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3779         only if the found frexp function actually works.
3780
3781 2007-03-22  Bruno Haible  <bruno@clisp.org>
3782
3783         * lib/frexp.c: Remove older implementation that uses divisions.
3784
3785 2007-03-21  Bruno Haible  <bruno@clisp.org>
3786
3787         * modules/frexp-tests: New file.
3788         * tests/test-frexp.c: New file.
3789
3790         * modules/frexp: New file.
3791         * lib/frexp.c: New file.
3792         * m4/frexp.m4: New file.
3793         * lib/math_.h (frexp): New declaration.
3794         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3795         REPLACE_FREXP.
3796         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3797
3798 2007-03-21  Bruno Haible  <bruno@clisp.org>
3799
3800         * modules/isnanl-tests: New file.
3801         * tests/test-isnanl.c: New file.
3802
3803         * modules/isnanl: New file.
3804         * lib/isnanl.h: New file.
3805         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3806         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3807         gl_FUNC_ISNANL_WORKS.
3808         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3809         New macros.
3810
3811 2007-03-21  Bruno Haible  <bruno@clisp.org>
3812
3813         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3814         lib/isnanl.h.
3815         (Include): Update.
3816         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3817         * lib/vasnprintf.c: Update.
3818         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3819         tests/test-isnanl.h, remove tests/test-isnanl.c.
3820         (Makefile.am): Update.
3821         * tests/test-isnanl-nolibm.c: New file.
3822         * tests/test-isnanl.h: New file.
3823         * tests/test-isnanl.c: Remove file.
3824
3825 2007-03-21  Jim Meyering  <jim@meyering.net>
3826
3827         When trying to open ".", treat ESTALE like EACCES.
3828         * lib/savewd.c (savewd_save): Resort to forking not just upon
3829         failure with EACCES, but also when errno is ESTALE.
3830
3831 2007-03-20  Bruno Haible  <bruno@clisp.org>
3832
3833         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3834         Needed on AIX 5.1. Reported by Matthew Woehlke.
3835
3836 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3837
3838         Suggestions by Bruno Haible:
3839         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3840         our own.
3841         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3842         * modules/acl (Depends-on): Add gettext.
3843
3844 2007-03-19  Bruno Haible  <bruno@clisp.org>
3845
3846         * modules/iconvme: Remove file.
3847         * lib/iconvme.h: Remove file.
3848         * lib/iconvme.c: Remove file.
3849         * m4/iconvme.m4: Remove file.
3850
3851 2007-03-19  Bruno Haible  <bruno@clisp.org>
3852
3853         * doc/relocatable-maint.texi: Break long shell script line.
3854         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3855
3856 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3857
3858         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3859         handle file_has_acl.
3860         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3861         * lib/acl.c: Move header inclusions and related macro defns into
3862         lib/acl-internal.h.
3863         (S_ISLNK): Remove defn, since that's now done for us.
3864         (file_has_acl): Move to lib/file-has-acl.c.
3865         Call acl_trivial if available.  This is the crucial part of the fix.
3866         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3867         shared within the library.  Rewrite a bit, partly to make it compatible
3868         with the GNU coding style.
3869         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3870         Remove unnecessary double-quotes.
3871         Don't test for acl_to_text; the build will catch that.
3872         Replace acl_entries if it doesn't exist and it is needed.
3873         Check for -lsec and acl_trivial (as used on Solaris 10).
3874         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3875         lib/file-has-acl.c.
3876         (Depends-on): Add sys_stat, for S_ISLNK.
3877
3878 2007-03-19  Ben Pfaff  <blp@gnu.org>
3879
3880         * doc/gnulib.texi: Fix typos.
3881         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3882
3883 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3884
3885         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3886         If size is zero here, buf must be zero.
3887
3888 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3889
3890         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3891         <bruno@clisp.org>.
3892
3893 2007-03-18  Bruno Haible  <bruno@clisp.org>
3894
3895         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3896         Suggested by Eric Blake.
3897
3898 2007-03-18  Ben Pfaff  <blp@gnu.org>
3899
3900         * doc/relocatable.texi: Recommend using as prefix a directory
3901         that does not exist and will never be created.  Based on
3902         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3903         and others.
3904
3905 2007-03-17  Bruno Haible  <bruno@clisp.org>
3906
3907         * lib/fchownat.c: Include lchown.h.
3908
3909 2007-03-17  Bruno Haible  <bruno@clisp.org>
3910
3911         Fix endless loop when the given allocated size was > INT_MAX.
3912         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
3913         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
3914         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
3915         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
3916         * lib/sprintf.c (sprintf): Likewise.
3917
3918 2007-03-17  Bruno Haible  <bruno@clisp.org>
3919
3920         * tests/test-argp-2.sh (func_compare): Output a context diff.
3921
3922 2007-03-17  Bruno Haible  <bruno@clisp.org>
3923
3924         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
3925         locale's decimal-point character.
3926
3927 2007-03-17  Bruno Haible  <bruno@clisp.org>
3928
3929         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
3930         before comparing it. Needed because on some platforms (e.g. x86) a
3931         'long double' occupies less bytes than sizeof (long double).
3932
3933 2007-03-17  Bruno Haible  <bruno@clisp.org>
3934
3935         * tests/test-crc.c (main): Make printf statements 64-bit clean.
3936         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
3937         * tests/test-getaddrinfo.c (simple): Likewise.
3938         * tests/test-read-file.c (main): Likewise.
3939
3940 2007-03-17  Bruno Haible  <bruno@clisp.org>
3941
3942         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
3943
3944 2007-03-17  Bruno Haible  <bruno@clisp.org>
3945
3946         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
3947         unused variable.
3948
3949 2007-03-17  Bruno Haible  <bruno@clisp.org>
3950
3951         * tests/test-c-strcasecmp.c: Include c-strcase.h.
3952         * tests/test-c-strncasecmp.c: Likewise.
3953
3954 2007-03-17  Bruno Haible  <bruno@clisp.org>
3955
3956         * modules/stdlib (Depends-on): Add unistd.
3957         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
3958         Needed for MacOS X 10.3.
3959
3960 2007-03-17  Bruno Haible  <bruno@clisp.org>
3961
3962         * lib/unistr/u-strdup.h: Include <stdlib.h>.
3963
3964 2007-03-17  Bruno Haible  <bruno@clisp.org>
3965
3966         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
3967
3968 2007-03-17  Bruno Haible  <bruno@clisp.org>
3969
3970         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
3971         to reflect files copied from gnulib (with or without modifications).
3972         Suggested by Jim Meyering.
3973
3974 2007-03-17  Eric Blake  <ebb9@byu.net>
3975
3976         * NEWS: Document stdlib change from 2007-02-18.
3977
3978 2007-03-17  Jim Meyering  <jim@meyering.net>
3979
3980         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
3981         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
3982         someone uses a name containing shell meta-characters.
3983         Reported by Alfred M. Szmidt.
3984
3985         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
3986
3987 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3988
3989         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
3990         and copy gettext configuration files only if configure.ac contains
3991         a use of AM_GNU_GETTEXT_VERSION.
3992
3993 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
3994
3995         * build-aux/bootstrap (gnulib_name): New variable.
3996         (gnulib_tool_options): Use it.
3997
3998 2007-03-13  Simon Josefsson  <simon@josefsson.org>
3999
4000         * tests/test-des.c: Use new namespace.
4001
4002 2007-03-15  Bruno Haible  <bruno@clisp.org>
4003
4004         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4005         Reported by James Youngman <jay@gnu.org>.
4006
4007 2007-03-15  Bruno Haible  <bruno@clisp.org>
4008
4009         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4010         declared prototype. Needed with cc on OSF/1 5.1.
4011
4012 2007-03-15  Bruno Haible  <bruno@clisp.org>
4013
4014         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4015         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4016         (struct gl_list_implementation): Add dispose_fn argument to the
4017         'create_empty', 'create' methods.
4018         (struct gl_list_impl_base): Add field 'dispose_fn'.
4019         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4020         argument.
4021         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4022         dispose_fn argument.
4023         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4024         dispose_fn on the dropped values.
4025         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4026         dispose_fn argument.
4027         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4028         dropped values.
4029         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4030         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4031         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4032         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4033         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4034         argument.
4035         (gl_tree_list_free): Call dispose_fn on the dropped values.
4036         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4037         the dropped values.
4038         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4039         Add dispose_fn argument.
4040         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4041         Call dispose_fn on the dropped values.
4042         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4043         Add dispose_fn argument.
4044         (gl_sublist_create): Initialize the 'dispose_fn' field.
4045         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4046         * tests/test-array_list.c (main): Update.
4047         * tests/test-carray_list.c (main): Update.
4048         * tests/test-avltree_list.c (main): Update.
4049         * tests/test-rbtree_list.c (main): Update.
4050         * tests/test-avltreehash_list.c (main): Update.
4051         * tests/test-rbtreehash_list.c (main): Update.
4052         * tests/test-linked_list.c (main): Update.
4053         * tests/test-linkedhash_list.c (main): Update.
4054         * tests/test-array_oset.c (main): Update.
4055
4056 2007-03-15  Bruno Haible  <bruno@clisp.org>
4057
4058         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4059         (gl_oset_create_empty): Add dispose_fn argument.
4060         (struct gl_oset_implementation): Add dispose_fn argument to
4061         'create_empty' method.
4062         (struct gl_oset_impl_base): Add dispose_fn field.
4063         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4064         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4065         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4066         values.
4067         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4068         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4069         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4070         dropped value.
4071         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4072         dropped value.
4073         * tests/test-array_oset.c (main): Update.
4074         * tests/test-avltree_oset.c (main): Update.
4075         * tests/test-rbtree_oset.c (main): Update.
4076         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4077
4078 2007-03-13  Bruno Haible  <bruno@clisp.org>
4079
4080         * tests/test-stdbool.c (i): Update after last patch.
4081
4082 2007-03-12  Bruno Haible  <bruno@clisp.org>
4083
4084         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4085         the iswprint macro. Needed on Solaris 2.5.1.
4086
4087 2007-03-12  Bruno Haible  <bruno@clisp.org>
4088
4089         * tests/test-printf-frexp.c (main): Declare x as volatile.
4090
4091 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4092
4093         * doc/gnulib.texi (Build robot for gnulib): New section.
4094
4095 2007-03-12  Jim Meyering  <jim@meyering.net>
4096
4097         * build-aux/bootstrap: New file.
4098         * build-aux/bootstrap.conf: New file, from coreutils.
4099
4100 2007-03-11  Bruno Haible  <bruno@clisp.org>
4101
4102         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4103
4104 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4105
4106         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4107         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4108         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4109
4110 2007-03-11  Bruno Haible  <bruno@clisp.org>
4111
4112         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4113         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4114
4115 2007-03-11  Bruno Haible  <bruno@clisp.org>
4116
4117         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4118         formula. Needed for SunPRO C 5.0.
4119
4120 2007-03-11  Bruno Haible  <bruno@clisp.org>
4121
4122         * modules/long-options (Depends-on): Add getopt.
4123
4124 2007-03-11  Bruno Haible  <bruno@clisp.org>
4125
4126         * modules/modechange (Depends-on): Add stdbool.
4127
4128 2007-03-11  Bruno Haible  <bruno@clisp.org>
4129
4130         * modules/i-ring (Depends-on): Add stdbool.
4131
4132 2007-03-11  Bruno Haible  <bruno@clisp.org>
4133
4134         * modules/gc-des (Depends-on): Add stdbool.
4135
4136 2007-03-11  Bruno Haible  <bruno@clisp.org>
4137
4138         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4139
4140 2007-03-11  Bruno Haible  <bruno@clisp.org>
4141
4142         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4143
4144 2007-03-11  Bruno Haible  <bruno@clisp.org>
4145
4146         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4147
4148 2007-03-11  Bruno Haible  <bruno@clisp.org>
4149
4150         * lib/vasnprintf.c (sprintf): Undefine.
4151
4152 2007-03-11  Bruno Haible  <bruno@clisp.org>
4153
4154         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4155         initializers in SunPRO C and Compaq C compilers.
4156
4157 2007-03-11  Bruno Haible  <bruno@clisp.org>
4158
4159         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4160         decrementing code ANSI C compliant.
4161
4162 2007-03-11  Bruno Haible  <bruno@clisp.org>
4163
4164         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4165         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4166
4167 2007-03-11  Bruno Haible  <bruno@clisp.org>
4168
4169         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4170         <stdbool.h> substitute doesn't pass.
4171
4172 2007-03-11  Bruno Haible  <bruno@clisp.org>
4173
4174         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4175
4176 2007-03-11  Bruno Haible  <bruno@clisp.org>
4177
4178         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4179         script, for submission to autobuild.josefsson.org.
4180
4181 2007-03-10  Bruno Haible  <bruno@clisp.org>
4182
4183         * modules/canonicalize-lgpl-tests: New file.
4184         * tests/test-canonicalize-lgpl.sh: New file.
4185         * tests/test-canonicalize-lgpl.c: New file.
4186
4187         * modules/c-strcase-tests: New file.
4188         * tests/test-c-strcase.sh: New file.
4189         * tests/test-c-strcasecmp.c: New file.
4190         * tests/test-c-strncasecmp.c: New file.
4191
4192         * modules/atexit-tests: New file.
4193         * tests/test-atexit.sh: New file.
4194         * tests/test-atexit.c: New file.
4195
4196 2007-03-10  Bruno Haible  <bruno@clisp.org>
4197
4198         * tests/test-binary-io.sh: Use temporary filenames that are not so
4199         likely to clash with those of other tests (in a parallel make).
4200         * tests/test-binary-io.c: Likewise.
4201
4202 2007-03-10  Bruno Haible  <bruno@clisp.org>
4203
4204         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4205         fallback; use #error instead.
4206         Suggested by Simon Josefsson.
4207
4208 2007-03-10  Bruno Haible  <bruno@clisp.org>
4209
4210         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4211         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4212         first and the last.
4213
4214 2007-03-10  Bruno Haible  <bruno@clisp.org>
4215
4216         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4217
4218 2007-03-10  Bruno Haible  <bruno@clisp.org>
4219
4220         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4221         "make distcheck".
4222         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4223         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4224         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4225
4226 2007-03-10  Bruno Haible  <bruno@clisp.org>
4227
4228         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4229         variable.
4230         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4231         variable.
4232
4233 2007-03-09  Eric Blake  <ebb9@byu.net>
4234         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4235
4236         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4237         types are not being provided by gnulib.
4238         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4239         types are supported.
4240
4241 2007-03-10  Bruno Haible  <bruno@clisp.org>
4242
4243         * lib/stdio_.h (__attribute__): New macro.
4244         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4245         vsprintf): Specify __attribute__ __format__ for GCC.
4246         Suggested by Eric Blake.
4247
4248 2007-03-09  Bruno Haible  <bruno@clisp.org>
4249
4250         * modules/printf-posix-tests: New file.
4251         * tests/test-printf-posix.sh: New file.
4252         * tests/test-printf-posix.c: New file.
4253
4254         * modules/printf-posix: New file.
4255         * lib/printf.c: New file.
4256         * m4/printf-posix-rpl.m4: New file.
4257         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4258         REPLACE_PRINTF.
4259         * lib/stdio_.h (printf): New declaration.
4260         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4261         ____strfmon____): New macros.
4262         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4263         REPLACE_PRINTF.
4264
4265 2007-03-09  Bruno Haible  <bruno@clisp.org>
4266
4267         * tests/test-vasnprintf-posix2.sh: New file.
4268         * tests/test-vasnprintf-posix2.c: New file.
4269         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4270         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4271         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4272
4273         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4274         a locale dependent decimal point, rather than always '.'.
4275
4276 2007-03-09  Eric Blake  <ebb9@byu.net>
4277
4278         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4279         spite of platforms like Tandem/NSK that define it to -1.
4280
4281 2007-03-08  Bruno Haible  <bruno@clisp.org>
4282
4283         * modules/vprintf-posix-tests: New file.
4284         * tests/test-vprintf-posix.sh: New file.
4285         * tests/test-vprintf-posix.c: New file.
4286         * tests/test-printf-posix.h: New file.
4287
4288         * modules/vprintf-posix: New file.
4289         * lib/vprintf.c: New file.
4290         * m4/vprintf-posix.m4: New file.
4291         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4292         REPLACE_VPRINTF.
4293         * lib/stdio_.h (vprintf): New declaration.
4294         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4295         REPLACE_VPRINTF.
4296
4297 2007-03-08  Bruno Haible  <bruno@clisp.org>
4298
4299         * modules/fprintf-posix-tests: New file.
4300         * tests/test-fprintf-posix.sh: New file.
4301         * tests/test-fprintf-posix.c: New file.
4302
4303         * modules/fprintf-posix: New file.
4304         * lib/fprintf.c: New file.
4305         * m4/fprintf-posix.m4: New file.
4306         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4307         REPLACE_FPRINTF.
4308         * lib/stdio_.h (fprintf): New declaration.
4309         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4310         REPLACE_FPRINTF.
4311
4312 2007-03-08  Bruno Haible  <bruno@clisp.org>
4313
4314         * modules/vfprintf-posix-tests: New file.
4315         * tests/test-vfprintf-posix.sh: New file.
4316         * tests/test-vfprintf-posix.c: New file.
4317         * tests/test-fprintf-posix.h: New file.
4318         * tests/test-fprintf-posix.out: New file.
4319
4320         * modules/vfprintf-posix: New file.
4321         * lib/vfprintf.c: New file.
4322         * m4/vfprintf-posix.m4: New file.
4323         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4324         REPLACE_VFPRINTF.
4325         * lib/stdio_.h (vfprintf): New declaration.
4326         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4327         REPLACE_VFPRINTF.
4328
4329 2007-03-08  Bruno Haible  <bruno@clisp.org>
4330
4331         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4332
4333 2007-03-08  Bruno Haible  <bruno@clisp.org>
4334
4335         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4336         instead of 'expr' invocations.
4337         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4338         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4339         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4340         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4341         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4342         Suggested by Paul Eggert.
4343
4344 2007-03-08  Bruno Haible  <bruno@clisp.org>
4345
4346         * modules/fseterr-tests: New file.
4347         * tests/test-fseterr.c: New file.
4348
4349         * modules/fseterr: New file.
4350         * lib/fseterr.h: New file.
4351         * lib/fseterr.c: New file.
4352
4353 2007-03-08  Bruno Haible  <bruno@clisp.org>
4354
4355         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4356         * lib/getopt_.h: Likewise.
4357         * lib/mbswidth.h: Likewise.
4358         * lib/setenv.h: Likewise.
4359         * lib/vasnprintf.h: Likewise.
4360         * lib/vasprintf.h: Likewise.
4361         * lib/verror.h: Likewise.
4362         * lib/xsetenv.h: Likewise.
4363         * lib/xvasprintf.h: Likewise.
4364
4365 2007-03-08  Jim Meyering  <jim@meyering.net>
4366
4367         * users.txt: Add parted.
4368
4369         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4370
4371 2007-03-07  Bruno Haible  <bruno@clisp.org>
4372
4373         * m4/printf.m4: Make the shell script snippets copy&pastable.
4374
4375 2007-03-02  Bruno Haible  <bruno@clisp.org>
4376
4377         * lib/netinet_in_.h: New file.
4378         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4379         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4380         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4381         (Depends-on): Add absolute-header.
4382         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4383         into netinet/in.h.
4384
4385 2007-03-03  Bruno Haible  <bruno@clisp.org>
4386
4387         * lib/sys_select_.h: New file.
4388         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4389         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4390         * modules/sys_select (Files): Add lib/sys_select_.h.
4391         (Depends-on): Add absolute-header.
4392         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4393         into sys/select.h.
4394
4395 2007-03-02  Bruno Haible  <bruno@clisp.org>
4396
4397         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4398         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4399         values.
4400         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4401         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4402         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4403         * modules/sys_socket (Depends-on): Add absolute-header.
4404         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4405         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4406         (Include): Remove requirement of inclusion of <sys/types.h>.
4407
4408 2007-03-02  Bruno Haible  <bruno@clisp.org>
4409
4410         * lib/byteswap_.h (bswap_32): Fix formula.
4411
4412 2007-03-06  Bruno Haible  <bruno@clisp.org>
4413
4414         * modules/sprintf-posix-tests: New file.
4415         * tests/test-sprintf-posix.c: New file.
4416
4417         * modules/sprintf-posix: New file.
4418         * lib/sprintf.c: New file.
4419         * m4/sprintf-posix.m4: New file.
4420         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4421         REPLACE_SPRINTF.
4422         * lib/stdio_.h (sprintf): New declaration.
4423         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4424         REPLACE_SPRINTF.
4425
4426 2007-03-06  Bruno Haible  <bruno@clisp.org>
4427
4428         * modules/vsprintf-posix-tests: New file.
4429         * tests/test-vsprintf-posix.c: New file.
4430         * tests/test-sprintf-posix.h: New file.
4431
4432         * modules/vsprintf-posix: New file.
4433         * lib/vsprintf.c: New file.
4434         * m4/vsprintf-posix.m4: New file.
4435         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4436         REPLACE_VSPRINTF.
4437         * lib/stdio_.h (vsprintf): New declaration.
4438         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4439         REPLACE_VSPRINTF.
4440
4441 2007-03-06  Bruno Haible  <bruno@clisp.org>
4442
4443         * modules/vsnprintf (Depend-on): Remove minmax.
4444
4445 2007-03-06  Bruno Haible  <bruno@clisp.org>
4446
4447         * modules/snprintf-posix-tests: New file.
4448         * tests/test-snprintf-posix.c: New file.
4449
4450         * modules/snprintf-posix: New file.
4451         * m4/snprintf-posix.m4: New file.
4452         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4453         gl_FUNC_SNPRINTF.
4454         (gl_FUNC_SNPRINTF): Invoke it.
4455         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4456         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4457         is set.
4458         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4459
4460 2007-03-06  Bruno Haible  <bruno@clisp.org>
4461
4462         * modules/vsnprintf-posix-tests: New file.
4463         * tests/test-vsnprintf-posix.c: New file.
4464         * tests/test-snprintf-posix.h: New file.
4465
4466         * modules/vsnprintf-posix: New file.
4467         * m4/vsnprintf-posix.m4: New file.
4468         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4469         gl_FUNC_VSNPRINTF.
4470         (gl_FUNC_VSNPRINTF): Invoke it.
4471         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4472         * lib/stdio_.h (vsnprintf): Define as a replacement if
4473         REPLACE_VSNPRINTF is set.
4474         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4475
4476 2007-03-06  Bruno Haible  <bruno@clisp.org>
4477
4478         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4479         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4480
4481 2007-03-06  Bruno Haible  <bruno@clisp.org>
4482
4483         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4484         (asinl): Declare also if HAVE_DECL_ASINL is set.
4485         (atanl): Declare also if HAVE_DECL_ATANL is set.
4486         (ceill): Declare also if HAVE_DECL_CEILL is set.
4487         (cosl): Declare also if HAVE_DECL_COSL is set.
4488         (expl): Declare also if HAVE_DECL_EXPL is set.
4489         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4490         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4491         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4492         (logl): Declare also if HAVE_DECL_LOGL is set.
4493         (sinl): Declare also if HAVE_DECL_SINL is set.
4494         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4495         (tanl): Declare also if HAVE_DECL_TANL is set.
4496         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4497         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4498         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4499         declaration of frexpl, ldexpl.
4500         * modules/printf-frexpl (Depends-on): Add math.
4501         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4502
4503 2007-03-05  Bruno Haible  <bruno@clisp.org>
4504
4505         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4506         frexpl and ldexpl are declared.
4507         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4508
4509 2007-03-05  Bruno Haible  <bruno@clisp.org>
4510
4511         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4512         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4513
4514 2007-03-05  Bruno Haible  <bruno@clisp.org>
4515
4516         * lib/stdio_.h: Include <stddef.h>.
4517
4518 2007-03-05  Bruno Haible  <bruno@clisp.org>
4519
4520         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4521
4522 2007-03-05  Bruno Haible  <bruno@clisp.org>
4523
4524         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4525         NetBSD 4, from Ralf Wildenhues.
4526
4527 2007-03-04  Bruno Haible  <bruno@clisp.org>
4528
4529         * lib/vasprintf.h: Update #if logic for the case when the functions
4530         exist but are overridden.
4531
4532 2007-03-04  Bruno Haible  <bruno@clisp.org>
4533
4534         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4535         implementations: glibc-2.4 and MacOS X 10.3.
4536         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4537         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4538         * tests/test-vasprintf-posix.c (test_function): Likewise.
4539
4540 2007-03-04  Bruno Haible  <bruno@clisp.org>
4541
4542         * modules/vasprintf-posix-tests: New file.
4543         * tests/test-vasprintf-posix.c: New file.
4544
4545         * modules/vasprintf-posix: New file.
4546         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4547         defined.
4548         * m4/vasprintf-posix.m4: New file.
4549         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4550         gl_FUNC_VASPRINTF.
4551         (gl_FUNC_VASPRINTF): Invoke it.
4552         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4553         here.
4554         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4555
4556 2007-03-04  Bruno Haible  <bruno@clisp.org>
4557
4558         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4559         REPLACE_GETTIMEOFDAY.
4560         * modules/sys_time (Makefile.am): Likewise.
4561         * m4/sys_time_h.m4: Likewise.
4562         * m4/gettimeofday.m4: Likewise.
4563
4564 2007-03-04  Bruno Haible  <bruno@clisp.org>
4565
4566         * modules/vasnprintf-posix-tests: New file.
4567         * tests/test-vasnprintf-posix.c: New file.
4568
4569         * modules/vasnprintf-posix: New file.
4570         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4571         printf-frexpl.h.
4572         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4573         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4574         REPLACE_VASNPRINTF is defined.
4575         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4576         gl_FUNC_VASNPRINTF.
4577         (gl_FUNC_VASNPRINTF): Invoke it.
4578         * m4/vasnprintf-posix.m4: New file.
4579         * m4/printf.m4: New file.
4580
4581 2007-03-04  Bruno Haible  <bruno@clisp.org>
4582
4583         Compile progreloc.c only if --enable-relocatable is specified.
4584         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4585         if --enable-relocatable was specified.
4586         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4587         lib_SOURCES.
4588
4589 2007-03-04  Jim Meyering  <jim@meyering.net>
4590
4591         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4592         Use it consistently, rather than enumerating errno constants.
4593
4594 2007-03-04  Bruno Haible  <bruno@clisp.org>
4595
4596         * modules/xvasprintf-tests: New file.
4597         * tests/test-xvasprintf.c: New file.
4598
4599         * modules/vasprintf-tests: New file.
4600         * tests/test-vasprintf.c: New file.
4601
4602         * modules/vasnprintf-tests: New file.
4603         * tests/test-vasnprintf.c: New file.
4604
4605         * modules/vsnprintf-tests: New file.
4606         * tests/test-vsnprintf.c: New file.
4607
4608         * modules/snprintf-tests: New file.
4609         * tests/test-snprintf.c: New file.
4610
4611 2007-03-04  Bruno Haible  <bruno@clisp.org>
4612
4613         Compile relocatable.c only if --enable-relocatable is specified.
4614         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4615         gl_RELOCATABLE_LIBRARY.
4616         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4617         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4618         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4619         gl_RELOCATABLE_LIBRARY.
4620         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4621         (Makefile.am): Remove lib_SOURCES.
4622         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4623         gl_RELOCATABLE_LIBRARY.
4624         (Makefile.am): Remove lib_SOURCES.
4625         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4626         always.
4627         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4628         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4629
4630 2007-03-04  Bruno Haible  <bruno@clisp.org>
4631
4632         * modules/argmatch-tests: New file.
4633         * tests/test-argmatch.c: New file.
4634
4635         * tests/test-allocsa.c (main): Halve the number of loop runs.
4636
4637         * modules/alloca-opt-tests: New file.
4638         * tests/test-alloca-opt.c: New file.
4639
4640 2007-03-04  Jim Meyering  <jim@meyering.net>
4641
4642         Work around difference between Linux ACLs and Solaris 10 ZFS.
4643         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4644         for EINVAL.
4645
4646 2007-03-03  Bruno Haible  <bruno@clisp.org>
4647
4648         * modules/relocatable-prog (Depends-on): Add back progreloc's
4649         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4650
4651 2007-03-03  Bruno Haible  <bruno@clisp.org>
4652
4653         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4654         * modules/relocatable-lib: New file.
4655
4656 2007-03-03  Bruno Haible  <bruno@clisp.org>
4657
4658         * modules/relocatable-prog: Renamed from modules/relocatable.
4659         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4660
4661 2007-03-03  Bruno Haible  <bruno@clisp.org>
4662
4663         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4664         m4/relocatable-lib.m4.
4665         (Depends-on): Remove 'relocatable'.
4666         (configure.ac): Add gl_RELOCATABLE_NOP.
4667
4668 2007-03-03  Bruno Haible  <bruno@clisp.org>
4669
4670         * modules/relocatable-prog-wrapper: New file.
4671         * modules/relocatable (Depends-on): Add it. Remove all other
4672         dependencies except progname.
4673         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4674
4675         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4676         (gl_FUNC_STRERROR): Nop.
4677         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4678
4679         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4680         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4681
4682         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4683         (gl_FUNC_READLINK): Update.
4684
4685         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4686
4687 2007-03-03  Bruno Haible  <bruno@clisp.org>
4688
4689         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4690         * modules/xreadlink (Depends-on): Add unistd.
4691         * modules/xreadlink-with-size (Depends-on): Likewise.
4692
4693 2007-03-03  Bruno Haible  <bruno@clisp.org>
4694
4695         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4696         extracted from gt_FUNC_SETENV.
4697         (gt_FUNC_SETENV): Remove macro.
4698         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4699         remove gt_FUNC_SETENV.
4700
4701 2007-03-03  Bruno Haible  <bruno@clisp.org>
4702
4703         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4704         ENABLE_RELOCATABLE here.
4705         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4706
4707 2007-03-03  Bruno Haible  <bruno@clisp.org>
4708
4709         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4710         * tests/test-rbtreehash_list.c: Include progname.h.
4711         (main): Call set_program_name.
4712
4713         * modules/rbtree-oset-tests (Depends-on): Add progname.
4714         * tests/test-rbtree_oset.c: Include progname.h.
4715         (main): Call set_program_name.
4716
4717         * modules/rbtree-list-tests (Depends-on): Add progname.
4718         * tests/test-rbtree_list.c: Include progname.h.
4719         (main): Call set_program_name.
4720
4721         * modules/linked-list-tests (Depends-on): Add progname.
4722         * tests/test-linked_list.c: Include progname.h.
4723         (main): Call set_program_name.
4724
4725 2007-03-03  Bruno Haible  <bruno@clisp.org>
4726
4727         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4728         All uses of __restrict changed to _Restrict_.
4729         * lib/glob_.h (__restrict): Remove macro.
4730
4731 2007-03-02  Bruno Haible  <bruno@clisp.org>
4732
4733         * modules/gettext (configure.ac): Require gettext infrastructure
4734         from version 0.16.1.
4735
4736 2007-03-02  Bruno Haible  <bruno@clisp.org>
4737
4738         * modules/linkedhash-list-tests (Depends-on): Add progname.
4739         * tests/test-linkedhash_list.c: Include progname.h.
4740         (main): Call set_program_name.
4741
4742         * modules/carray-list-tests (Depends-on): Add progname.
4743         * tests/test-carray_list.c: Include progname.h.
4744         (main): Call set_program_name.
4745
4746         * modules/avltreehash-list-tests (Depends-on): Add progname.
4747         * tests/test-avltreehash_list.c: Include progname.h.
4748         (main): Call set_program_name.
4749
4750         * modules/avltree-oset-tests (Depends-on): Add progname.
4751         * tests/test-avltree_oset.c: Include progname.h.
4752         (main): Call set_program_name.
4753
4754         * modules/avltree-list-tests (Depends-on): Add progname.
4755         * tests/test-avltree_list.c: Include progname.h.
4756         (main): Call set_program_name.
4757
4758         * modules/array-oset-tests (Depends-on): Add progname.
4759         * tests/test-array_oset.c: Include progname.h.
4760         (main): Call set_program_name.
4761
4762         * modules/array-list-tests (Depends-on): Add progname.
4763         * tests/test-array_list.c: Include progname.h.
4764         (main): Call set_program_name.
4765
4766         * modules/argp-tests (Depends-on): Add progname.
4767         * tests/test-argp.c: Include argp.h first. Include progname.h.
4768         (main): Call set_program_name.
4769
4770 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4771
4772         * doc/gnulib-tool.texi (Initial import): Reword description of
4773         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4774         limited effect even if defined after the first system include.
4775
4776 2007-03-01  Bruno Haible  <bruno@clisp.org>
4777
4778         * build-aux/config.libpath: Update to libtool-1.5.22.
4779         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4780
4781 2007-03-01  Bruno Haible  <bruno@clisp.org>
4782
4783         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4784         foo_CFLAGS.
4785         Reported by Ralf Wildenhues.
4786
4787 2007-03-01  Bruno Haible  <bruno@clisp.org>
4788
4789         * build-aux/install-reloc: Remove object files left over by some
4790         compilers.
4791         Reported by Ralf Wildenhues.
4792
4793 2007-03-01  Bruno Haible  <bruno@clisp.org>
4794
4795         * build-aux/install-reloc: Break long lines.
4796
4797 2007-03-01  Bruno Haible  <bruno@clisp.org>
4798
4799         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4800         Reported by Ralf Wildenhues.
4801
4802 2007-03-01  Bruno Haible  <bruno@clisp.org>
4803
4804         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4805         include ordering constraints.
4806
4807 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4808
4809         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4810         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4811         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4812         as another example.
4813         * lib/time_.h: Fix misspelling.
4814         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4815         Require gl_HEADER_TIME_H_DEFAULTS.
4816         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4817         * m4/time_r.m4 (gl_TIME_R): Likewise.
4818         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4819
4820 2007-03-01  Bruno Haible  <bruno@clisp.org>
4821
4822         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4823         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4824
4825 2007-03-01  Jim Meyering  <jim@meyering.net>
4826
4827         * modules/xreadlink (Maintainer): Add my name.
4828         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4829
4830 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4831             Bruno Haible  <bruno@clisp.org>
4832
4833         * build-aux/install-reloc: Compile also c-ctype.c.
4834         * build-aux/relocatable.sh.in: New file.
4835         * doc/relocatable.texi: New file.
4836         * doc/relocatable-maint.texi: New file.
4837         * doc/gnulib.texi: Include relocatable-maint.texi.
4838         * lib/progreloc.c: Include unistd.h unconditionally.
4839         * lib/relocwrapper.c: Include unistd.h unconditionally.
4840         Include c-ctype.h.
4841         (add_dotbin): Use c_tolower.
4842         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4843         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4844         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4845         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4846         to m4/relocatable-lib.m4.
4847         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4848         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4849         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4850         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4851         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4852         * modules/relocatable: New file.
4853         * modules/relocatable-lib: New file.
4854         * modules/relocatable-script: New file.
4855
4856 2007-02-28  Bruno Haible  <bruno@clisp.org>
4857
4858         Import --enable-relocatable infrastructure.
4859         * build-aux/config.libpath: New file, from GNU gettext.
4860         * build-aux/install-reloc: New file, from GNU gettext.
4861         * build-aux/reloc-ldflags: New file, from GNU gettext.
4862         * lib/relocatable.h: New file, from GNU gettext.
4863         * lib/relocatable.c: New file, from GNU gettext.
4864         * lib/relocwrapper.c: New file, from GNU gettext.
4865         * m4/relocatable.m4: New file, from GNU gettext.
4866
4867 2007-02-28  Bruno Haible  <bruno@clisp.org>
4868
4869         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4870
4871         * modules/xreadlink: New file, from GNU gettext with modifications.
4872         * lib/xreadlink.c: New file, from GNU gettext.
4873         * lib/xreadlink.h: Add comments.
4874         (xreadlink): New declaration.
4875
4876         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4877         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4878         lib/xreadlink-with-size.c.
4879         (configure.ac): Remove gl_XREADLINK invocation.
4880         (Makefile.am): Augment lib_SOURCES.
4881         * m4/xreadlink.m4: Remove file.
4882         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4883         (xreadlink_with_size): Renamed from xreadink.
4884         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4885         * modules/canonicalize (Depends-on): Replace xreadlink with
4886         xreadlink-with-size.
4887         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4888
4889 2007-02-25  Jim Meyering  <jim@meyering.net>
4890
4891         * build-aux/announce-gen: When complaining about excess arguments,
4892         list them.
4893
4894 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4895
4896         * README: Document signed integer overflow situation more
4897         accurately.
4898
4899 2007-02-25  Bruno Haible  <bruno@clisp.org>
4900
4901         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4902         'a' or 'A' conversion.
4903
4904 2007-02-25  Bruno Haible  <bruno@clisp.org>
4905
4906         * modules/filename: Renamed from modules/pathname.
4907         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4908         lib/concatpath.c with lib/concat-filename.c.
4909         (Makefile.am): Update.
4910         (Include): Replace pathname.h with filename.h.
4911         * lib/filename.h: Renamed from lib/pathname.h.
4912         (concatenated_filename): Renamed from concatenated_pathname.
4913         * lib/concat-filename.c: Renamed from lib/concatpath.c.
4914         (concatenated_filename): Renamed from concatenated_pathname.
4915         * lib/findprog.c: Include filename.h instead of pathname.h.
4916         (find_in_path): Update.
4917         * lib/javacomp.c: Include filename.h instead of pathname.h.
4918         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4919         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4920         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4921         is_oldgcj_14_13_usable, is_javac_usable): Update.
4922         * lib/javaexec.c: Include filename.h instead of pathname.h.
4923         (execute_java_class): Update.
4924         * modules/findprog: Update.
4925         * modules/javacomp: Update.
4926         * modules/javaexec: Update.
4927         * MODULES.html.sh (File system functions): Add 'filename', remove
4928         'pathname'.
4929
4930 2007-02-25  Bruno Haible  <bruno@clisp.org>
4931
4932         * modules/printf-frexpl-tests: New file.
4933         * tests/test-printf-frexpl.c: New file.
4934
4935         * modules/printf-frexpl: New file.
4936         * lib/printf-frexpl.h: New file.
4937         * lib/printf-frexpl.c: New file.
4938         * m4/printf-frexpl.m4: New file.
4939
4940 2007-02-25  Bruno Haible  <bruno@clisp.org>
4941
4942         * modules/printf-frexp-tests: New file.
4943         * tests/test-printf-frexp.c: New file.
4944
4945         * modules/printf-frexp: New file.
4946         * lib/printf-frexp.h: New file.
4947         * lib/printf-frexp.c: New file.
4948         * m4/printf-frexp.m4: New file.
4949
4950 2007-02-25  Bruno Haible  <bruno@clisp.org>
4951
4952         Assume automake >= 1.10 for the tests.
4953         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
4954         * modules/arctwo-tests: Likewise.
4955         * modules/argp-tests: Likewise.
4956         * modules/avltree-list-tests: Likewise.
4957         * modules/avltree-oset-tests: Likewise.
4958         * modules/avltreehash-list-tests: Likewise.
4959         * modules/carray-list-tests: Likewise.
4960         * modules/crc-tests: Likewise.
4961         * modules/des-tests: Likewise.
4962         * modules/gc-arcfour-tests: Likewise.
4963         * modules/gc-arctwo-tests: Likewise.
4964         * modules/gc-des-tests: Likewise.
4965         * modules/gc-hmac-md5-tests: Likewise.
4966         * modules/gc-hmac-sha1-tests: Likewise.
4967         * modules/gc-md2-tests: Likewise.
4968         * modules/gc-md4-tests: Likewise.
4969         * modules/gc-md5-tests: Likewise.
4970         * modules/gc-pbkdf2-sha1-tests: Likewise.
4971         * modules/gc-rijndael-tests: Likewise.
4972         * modules/gc-sha1-tests: Likewise.
4973         * modules/gc-tests: Likewise.
4974         * modules/getaddrinfo-tests: Likewise.
4975         * modules/hmac-md5-tests: Likewise.
4976         * modules/hmac-sha1-tests: Likewise.
4977         * modules/linked-list-tests: Likewise.
4978         * modules/linkedhash-list-tests: Likewise.
4979         * modules/lock-tests: Likewise.
4980         * modules/md2-tests: Likewise.
4981         * modules/md4-tests: Likewise.
4982         * modules/md5-tests: Likewise.
4983         * modules/rbtree-list-tests: Likewise.
4984         * modules/rbtree-oset-tests: Likewise.
4985         * modules/rbtreehash-list-tests: Likewise.
4986         * modules/read-file-tests: Likewise.
4987         * modules/rijndael-tests: Likewise.
4988         * modules/stdint-tests: Likewise.
4989         * modules/tls-tests: Likewise.
4990
4991 2007-02-24  Bruno Haible  <bruno@clisp.org>
4992
4993         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
4994         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
4995         function; instead check whether isnan with a double argument links.
4996         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
4997         function; instead check whether isnan with a 'long double' argument
4998         links.
4999         Reported by Eric Blake <ebb9@byu.net>.
5000
5001 2007-02-24  Bruno Haible  <bruno@clisp.org>
5002
5003         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5004         defined.
5005         * lib/isnanl.c: Remove all code. Just include isnan.c.
5006         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5007
5008 2007-02-25  Jim Meyering  <jim@meyering.net>
5009
5010         Avoid conflicting types for 'unsetenv' on FreeBSD.
5011         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5012         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5013         in stdlib.h.
5014
5015 2007-02-24  Bruno Haible  <bruno@clisp.org>
5016
5017         * modules/isnanl-nolibm-tests: New file.
5018         * tests/test-isnanl.c: New file.
5019
5020         * modules/isnanl-nolibm: New file.
5021         * lib/isnanl.h: New file.
5022         * lib/isnanl.c: New file.
5023         * m4/isnanl.m4: New file.
5024
5025 2007-02-24  Bruno Haible  <bruno@clisp.org>
5026
5027         * modules/isnan-nolibm-tests: New file.
5028         * tests/test-isnan.c: New file.
5029
5030         * modules/isnan-nolibm: New file.
5031         * lib/isnan.h: New file.
5032         * lib/isnan.c: New file.
5033         * m4/isnan.m4: New file.
5034
5035 2007-02-24  Bruno Haible  <bruno@clisp.org>
5036
5037         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5038         assume that an exponent fits in 20 bits.
5039
5040 2007-02-24  Jim Meyering  <jim@meyering.net>
5041
5042         * m4/regex.m4: Update the description of the configure-time option,
5043         --without-included-regex, to state accurately what the defaults are,
5044         and perhaps to give people an idea why using this option is risky.
5045
5046 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5047
5048         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5049         loops on small arguments.  This attempts to avoid the problem
5050         Bruno Haible reported for AIX 4.3.2 in
5051         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5052
5053 2007-02-23  Bruno Haible  <bruno@clisp.org>
5054
5055         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5056         Needed for help2man.
5057
5058 2007-02-23  Karl Berry  <karl@gnu.org>
5059
5060         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5061         exists, foo.h should be cvs-ignored, not committed.
5062
5063 2007-02-23  Eric Blake  <ebb9@byu.net>
5064
5065         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5066         * lib/stat-time.h (includes): Likewise.
5067         * lib/utimecmp.c (includes): Likewise.
5068         * lib/utimens.h (includes): Likewise.
5069         * lib/getdate.y (includes): Also include "timespec.h" for use
5070         internal to the module.
5071         * modules/utimens (Depends-on): Revert yesterday's patch.
5072         * modules/nanosleep (Depends-on): Add missing dependency.
5073
5074 2007-02-22  Bruno Haible  <bruno@clisp.org>
5075
5076         * lib/glob.c: Don't include getlogin_r.h.
5077
5078 2007-02-22  Jim Meyering  <jim@meyering.net>
5079
5080         * modules/utimens (Depends-on): Add timespec, required for
5081         utimens.h's inclusion of timespec.h.
5082
5083 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5084
5085         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5086         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5087         Schwab in
5088         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5089         I'll try to think of a better way to fix the Solaris problem.
5090
5091         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5092         like glibc; on Solaris 10, it fails with errno == EINVAL.
5093         POSIX says the behavior is unspecified if the first argument is NULL,
5094         so play it safe and never pass NULL to the system getcwd.
5095
5096 2007-02-21  Jim Meyering  <jim@meyering.net>
5097
5098         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5099         of gettimeofday.  It would conflict with the one now always
5100         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5101         an IRIX 6.5 build failure.
5102
5103 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5104
5105         Minor fixups to port to Solaris 10 with Sun C 5.8.
5106         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5107         * modules/getcwd (Depends-on): Add dirfd.
5108         * lib/putenv.c (putenv): #undef it.
5109         (rpl_putenv): New decl.
5110         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5111
5112 2007-02-20  Bruno Haible  <bruno@clisp.org>
5113
5114         * modules/stdio-tests: New file.
5115         * tests/test-stdio.c: New file.
5116
5117         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5118         (Depends-on): Add stdio.
5119         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5120         (Include): Use <stdio.h> instead of vsnprintf.h.
5121         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5122         HAVE_DECL_VSNPRINTF.
5123         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5124
5125         * modules/snprintf (Files): Remove lib/snprintf.h.
5126         (Depends-on): Add stdio.
5127         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5128         (Include): Use <stdio.h> instead of snprintf.h.
5129         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5130         HAVE_DECL_SNPRINTF.
5131         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5132         * lib/getaddrinfo.c: Likewise.
5133
5134         * modules/stdio: New file.
5135         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5136         * lib/snprintf.h: Remove file.
5137         * lib/vsnprintf.h: Remove file.
5138         * lib/.cppi-disable: Remove snprintf.h.
5139         * m4/stdio_h.m4: New file.
5140         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5141
5142 2007-02-20  Jim Meyering  <jim@meyering.net>
5143
5144         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5145         used by e.g., mingw.  From Bruno Haible.
5146
5147 2007-02-19  Bruno Haible  <bruno@clisp.org>
5148
5149         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5150         warnings.
5151         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5152
5153 2007-02-19  Bruno Haible  <bruno@clisp.org>
5154
5155         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5156         from mingw users.
5157
5158 2007-02-19  Bruno Haible  <bruno@clisp.org>
5159
5160         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5161         warnings.
5162         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5163
5164 2007-02-19  Jim Meyering  <jim@meyering.net>
5165
5166         Don't use FD after a successful "fdopendir (fd)".
5167         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5168         Reset it by calling dirfd on the just-obtained DIR*.
5169
5170         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5171         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5172
5173 2007-02-18  Bruno Haible  <bruno@clisp.org>
5174
5175         * lib/readlink.c: Include <unistd.h>.
5176         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5177         HAVE_READLINK.
5178         * modules/readlink (Depends-on): Add unistd.
5179         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5180         (Include): Add <unistd.h>.
5181
5182         * lib/getlogin_r.h: Remove file.
5183         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5184         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5185         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5186         HAVE_DECL_GETLOGIN_R.
5187         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5188         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5189         (Include): Use <unistd.h> instead of getlogin_r.h.
5190
5191         * lib/getcwd.h: Remove file.
5192         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5193         * lib/xgetcwd.c: Likewise.
5194         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5195         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5196         * modules/getcwd (Files): Remove lib/getcwd.h.
5197         (Depends-on): Add unistd.
5198         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5199         (Include): Use <unistd.h> instad of getcwd.h.
5200
5201         * lib/ftruncate.c: Include <unistd.h> first.
5202         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5203         Set HAVE_FTRUNCATE.
5204         * modules/ftruncate (Depends-on): Add unistd.
5205         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5206
5207         * lib/fchdir.c: Include <unistd.h> first.
5208         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5209         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5210         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5211         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5212         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5213
5214         * lib/dup2.c: Include <unistd.h> first.
5215         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5216         HAVE_DUP2.
5217         * modules/dup2 (Depends-on): Add unistd.
5218         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5219
5220         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5221         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5222         REPLACE_CHOWN. Don't define chown as a macro here.
5223         * modules/chown (Depends-on): Add unistd.
5224         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5225
5226         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5227         Add definition for GL_LINK_WARNING.
5228         (chown, dup2): New declarations.
5229         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5230         link warning.
5231         (ftruncate): New declaration.
5232         (getcwd): New declaration, taken from old getcwd.h.
5233         (getlogin_r): New declaration, taken from old getlogin_r.h.
5234         (readlink): New declaration.
5235         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5236         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5237         (gl_PREREQ_UNISTD): Remove macro.
5238         (gl_UNISTD_MODULE_INDICATOR): New macro.
5239         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5240         many new variables. Don't set UNISTD_H.
5241         * modules/unistd (Description): Change.
5242         (Depends-on): Add link-warning.
5243         (configure.ac): Update.
5244         (Makefile.am): Create unistd.h always. Substitute many new variables
5245         into it.
5246
5247 2007-02-18  Bruno Haible  <bruno@clisp.org>
5248
5249         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5250         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5251         HAVE_GETSUBOPT.
5252         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5253         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5254         * lib/getsubopt.h: Remove file.
5255         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5256         (Depends-on): Add stdlib.
5257         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5258         (Includes): Use <stdlib.h> instead of getsubopt.h.
5259         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5260         Set HAVE_GETSUBOPT.
5261         * lib/getsubopt.c: Don't include getsubopt.h.
5262
5263 2007-02-18  Bruno Haible  <bruno@clisp.org>
5264
5265         * modules/fchdir (Depends-on): Add dup2.
5266
5267 2007-02-18  Bruno Haible  <bruno@clisp.org>
5268
5269         * lib/stdlib_.h: Handle glibc's special invocation convention
5270         specially.
5271
5272 2007-02-18  Bruno Haible  <bruno@clisp.org>
5273
5274         * modules/stdlib-tests: New file.
5275         * tests/test-stdlib.c: New file.
5276
5277         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5278         (Depends-on): Add stdlib.
5279         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5280         (Includes): Use <stdlib.h> instead of mkstemp.h.
5281         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5282         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5283         * lib/mkstemp.c: Don't include mkstemp.h.
5284         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5285         * lib/stdlib--.h: Don't include mkstemp.h.
5286
5287         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5288         (Depends-on): Add stdlib.
5289         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5290         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5291         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5292         HAVE_MKDTEMP.
5293         * lib/mkdtemp.c: Don't include mkdtemp.h.
5294         * lib/clean-temp.c: Don't include mkdtemp.h.
5295
5296         * modules/exit (Files): Remove lib/exit.h.
5297         (Depends-on): Add stdlib.
5298         (Makefile.am): Remove lib_SOURCES.
5299         (Include): Use <stdlib.h> instead of exit.h.
5300         * lib/argmatch.c: Don't include exit.h.
5301         * lib/execute.c: Likewise.
5302         * lib/pagealign_alloc.c: Likewise.
5303         * lib/pipe.c: Likewise.
5304         * lib/wait-process.c: Likewise.
5305         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5306         * lib/exitfail.c: Likewise.
5307         * lib/savewd.c: Likewise.
5308         * lib/xsetenv.c: Likewise.
5309
5310         * modules/stdlib: New file.
5311         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5312         and extra comments about mkstemp().
5313         * lib/exit.h: Remove file.
5314         * lib/mkdtemp.h: Remove file.
5315         * lib/mkstemp.h: Remove file.
5316         * m4/stdlib_h.m4: New file.
5317         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5318
5319 2007-02-18  Bruno Haible  <bruno@clisp.org>
5320
5321         * modules/math-tests: New file.
5322         * tests/test-math.c: New file.
5323
5324         * modules/math: New file.
5325         * modules/mathl (Files): Remove lib/mathl.h.
5326         (Depends-on): Add math.
5327         (Makefile.am): Don't mention mathl.h.
5328         (Include): Use <math.h> instead of mathl.h.
5329         * lib/math_.h: New file.
5330         * lib/mathl.h: Remove file.
5331         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5332         mathl.h.
5333         * lib/asinl.c: Likewise.
5334         * lib/atanl.c: Likewise.
5335         * lib/ceill.c: Likewise.
5336         * lib/cosl.c: Likewise.
5337         * lib/expl.c: Likewise.
5338         * lib/floorl.c: Likewise.
5339         * lib/frexpl.c: Likewise.
5340         * lib/ldexpl.c: Likewise.
5341         * lib/logl.c: Likewise.
5342         * lib/sincosl.c: Likewise.
5343         * lib/sinl.c: Likewise.
5344         * lib/sqrtl.c: Likewise.
5345         * lib/tanl.c: Likewise.
5346         * lib/trigl.c: Likewise.
5347         * m4/math_h.m4: New file.
5348         * MODULES.html.sh (Mathematics): Add math.
5349
5350 2007-02-17  Bruno Haible  <bruno@clisp.org>
5351
5352         * modules/wctype-tests: New file.
5353         * tests/test-wctype.c: New file.
5354
5355         * modules/wchar-tests: New file.
5356         * tests/test-wchar.c: New file.
5357
5358         * modules/unistd-tests: New file.
5359         * tests/test-unistd.c: New file.
5360
5361         * modules/time-tests: New file.
5362         * tests/test-time.c: New file.
5363
5364         * modules/sysexits-tests: New file.
5365         * tests/test-sysexits.c: New file.
5366
5367         * modules/sys_time-tests: New file.
5368         * tests/test-sys_time.c: New file.
5369
5370         * modules/sys_stat-tests: New file.
5371         * tests/test-sys_stat.c: New file.
5372
5373         * modules/sys_socket-tests: New file.
5374         * tests/test-sys_socket.c: New file.
5375
5376         * modules/sys_select-tests: New file.
5377         * tests/test-sys_select.c: New file.
5378
5379         * modules/string-tests: New file.
5380         * tests/test-string.c: New file.
5381
5382         * modules/stdbool-tests: New file.
5383         * tests/test-stdbool.c: New file.
5384
5385         * modules/netinet_in-tests: New file.
5386         * tests/test-netinet_in.c: New file.
5387
5388         * modules/inttypes-tests: New file.
5389         * tests/test-inttypes.c: New file.
5390
5391         * modules/fcntl-tests: New file.
5392         * tests/test-fcntl.c: New file.
5393
5394         * modules/byteswap-tests: New file.
5395         * tests/test-byteswap.c: New file.
5396
5397         * modules/arpa_inet-tests: New file.
5398         * tests/test-arpa_inet.c: New file.
5399
5400 2007-02-17  Bruno Haible  <bruno@clisp.org>
5401
5402         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5403         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5404         if the corresponding module is not enabled. Emit link warnings if
5405         the function is used nevertheless.
5406         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5407         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5408         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5409         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5410         * modules/inttypes (Depends-on): Add link-warning.
5411         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5412         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5413         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5414         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5415         * modules/imaxdiv (configure.ac): Likewise.
5416         * modules/strtoimax (configure.ac): Likewise.
5417         * modules/strtoumax (configure.ac): Likewise.
5418
5419 2007-02-17  Bruno Haible  <bruno@clisp.org>
5420
5421         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5422         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5423         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5424         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5425
5426 2007-02-17  Bruno Haible  <bruno@clisp.org>
5427
5428         * modules/link-warning: New file.
5429         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5430         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5431         * modules/string (Depends-on): Add link-warning.
5432         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5433         string.h.
5434         * MODULES.html.sh (Support for building libraries and executables): Add
5435         link-warning.
5436
5437 2007-02-17  Bruno Haible  <bruno@clisp.org>
5438
5439         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5440         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5441         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5442         long lines.
5443
5444 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5445             Bruno Haible  <bruno@clisp.org>
5446
5447         * modules/tmpfile: New file.
5448         * lib/tmpfile.c: New file.
5449         * m4/tmpfile.m4: New file.
5450         * MODULES.html.sh (func_all_modules): New section "Input/output".
5451
5452 2007-02-15  Bruno Haible  <bruno@clisp.org>
5453
5454         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5455         (supports_delete_on_close): New function.
5456         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5457
5458 2007-02-14  Bruno Haible  <bruno@clisp.org>
5459
5460         * modules/mbspcasecmp-tests: New file.
5461         * tests/test-mbspcasecmp.sh: New file.
5462         * tests/test-mbspcasecmp.c: New file.
5463
5464         New module mbspcasecmp.
5465         * modules/mbspcasecmp: New file.
5466         * lib/mbspcasecmp.c: New file.
5467         * lib/string_.h (strncasecmp): Change warning message.
5468         (mbspcasecmp): New declaration.
5469         * m4/mbspcasecmp.m4: New file.
5470         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5471         GNULIB_MBSPCASECMP.
5472         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5473         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5474
5475 2007-02-14  Bruno Haible  <bruno@clisp.org>
5476
5477         * modules/mbsncasecmp-tests: New file.
5478         * tests/test-mbsncasecmp.sh: New file.
5479         * tests/test-mbsncasecmp.c: New file.
5480
5481         New module mbsncasecmp.
5482         * modules/mbsncasecmp: New file.
5483         * lib/mbsncasecmp.c: New file.
5484         * lib/string_.h (mbsncasecmp): New declaration.
5485         * m4/mbsncasecmp.m4: New file.
5486         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5487         GNULIB_MBSNCASECMP.
5488         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5489         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5490
5491 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5492
5493         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5494         Verify that it doesn't overlap with our flags.
5495         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5496         do not have the desired effect in multibyte locales; instead, use
5497         mbscasecmp.
5498         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5499         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5500         we don't require GNU fnmatch ourselves (if our users require it, they
5501         should do so explicitly).
5502
5503         Fix regex code so it doesn't rely on strcasecmp.
5504         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5505         Otherwise, include gnulib's langinfo.h.
5506         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5507         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5508         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5509         * modules/regex (FILES): Remove m4/codeset.m4.
5510         (Depends-on): Add localcharset.  Remove strcase.
5511
5512 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5513
5514         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5515         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5516
5517 2007-02-13  Bruno Haible  <bruno@clisp.org>
5518
5519         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5520         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5521
5522 2007-02-12  Bruno Haible  <bruno@clisp.org>
5523
5524         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5525         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5526         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5527         time warning rather than a link error.
5528
5529 2007-02-12  Bruno Haible  <bruno@clisp.org>
5530
5531         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5532         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5533         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5534
5535 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5536
5537         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5538         args, not 2.
5539
5540 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5541
5542         New module 'time', so that apps can include <time.h> as per
5543         POSIX and GNU instead of separate include files like time_r.h
5544         and timegm.h.  This implementation tries out a simpler approach
5545         for replacing decls in standard include files (as compared to
5546         the string module), somewhat as an experiment.
5547
5548         * config/srclist.txt: Comment out mktime.c for now.
5549         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5550         since it doesn't apply any more.  Use generic wording instead.
5551         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5552         'time'.
5553         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5554         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5555         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5556         Don't include <sys/types.h>; no longer needed since we assume C89.
5557         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5558         * lib/strftime.c: Likewise.
5559         * lib/time_r.c: Likewise.
5560         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5561         * lib/nanosleep.c: Include <time.h> first, to check interface.
5562         * lib/strptime.c: Likewise.
5563         * lib/time_r.c: Likewise.
5564         * lib/timegm.c: Likewise.
5565         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5566         needed.
5567         * lib/timegm.c: Don't include timegm.h; no longer needed.
5568         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5569         time.h now handles any problems in that area.
5570         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5571         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5572         that time.h defines struct timespec.
5573         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5574         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5575         handles that.
5576         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5577         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5578         needed.  Set REPLACE_LOCALTIME.
5579         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5580         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5581         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5582         nanosleep; time_h.m4 now does that.  Don't require
5583         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5584         module handles this now.
5585         * modules/getdate (Depends-on): Remove timespec.  Add time.
5586         * modules/nanosleep (Depends-on): Likewise.
5587         * modules/stat-time (Depends-on): Likewise.
5588         * modules/nanosleep (Include): Include time.h, not timespec.h.
5589         * modules/strptime (Files): Remove lib/strptime.h.
5590         (Depends-on): Add extensions, time.
5591         (Include): Include time.h, not strptime.h.
5592         * modules/time_r (Files): Remove lib/time_r.h.
5593         (Depends-on): Add time.
5594         (Include): Include time.h, not time_r.h.
5595         * modules/timegm: Likewise.
5596         * modules/timespec (Description): Now does timespec-related decls
5597         of our own, instead of struct timespec itself.
5598         (Depends-on): Add time; remove extensions.
5599         (Maintainer): Add self.
5600         * modules/utimecmp (Depends-on): Add time; remove timespec.
5601         * modules/utimens (Depends-on): Likewise.
5602         * modules/xnanosleep (Depends-on): Likewise.
5603
5604 2007-02-11  Bruno Haible  <bruno@clisp.org>
5605
5606         * lib/c-strstr.c: Include allocsa.h.
5607         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5608         * lib/c-strcasestr.c: Include allocsa.h.
5609         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5610         * lib/strcasestr.c: Include allocsa.h.
5611         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5612         * lib/mbsstr.c: Include allocsa.h.
5613         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5614         allocsa/freesa instead of malloc/free.
5615         * lib/mbscasestr.c: Include allocsa.h.
5616         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5617         allocsa/freesa instead of malloc/free.
5618         * modules/c-strstr (Depends-on): Add allocsa.
5619         * modules/c-strcasestr (Depends-on): Likewise.
5620         * modules/strcasestr (Depends-on): Likewise.
5621         * modules/mbsstr (Depends-on): Likewise.
5622         * modules/mbscasestr (Depends-on): Likewise.
5623
5624 2007-02-11  Bruno Haible  <bruno@clisp.org>
5625
5626         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5627
5628         * modules/mbsspn-tests: New file.
5629         * tests/test-mbsspn.sh: New file.
5630         * tests/test-mbsspn.c: New file.
5631
5632 2007-02-11  Bruno Haible  <bruno@clisp.org>
5633
5634         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5635
5636         * modules/mbspbrk-tests: New file.
5637         * tests/test-mbspbrk.sh: New file.
5638         * tests/test-mbspbrk.c: New file.
5639
5640 2007-02-11  Bruno Haible  <bruno@clisp.org>
5641
5642         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5643         unneeded cast.
5644
5645         * modules/mbscspn-tests: New file.
5646         * tests/test-mbscspn.sh: New file.
5647         * tests/test-mbscspn.c: New file.
5648
5649 2007-02-11  Bruno Haible  <bruno@clisp.org>
5650
5651         * modules/mbscasecmp-tests: New file.
5652         * tests/test-mbscasecmp.sh: New file.
5653         * tests/test-mbscasecmp.c: New file.
5654
5655 2007-02-11  Bruno Haible  <bruno@clisp.org>
5656
5657         Ensure O(n) worst-case complexity of mbscasestr.
5658         * lib/mbscasestr.c: Include stdbool.h.
5659         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5660         functions.
5661         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5662         the bookkeeping indicates that it's worth it.
5663         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5664
5665         * modules/mbscasestr-tests: New file.
5666         * tests/test-mbscasestr1.c: New file.
5667         * tests/test-mbscasestr2.sh: New file.
5668         * tests/test-mbscasestr2.c: New file.
5669         * tests/test-mbscasestr3.sh: New file.
5670         * tests/test-mbscasestr3.c: New file.
5671         * tests/test-mbscasestr4.sh: New file.
5672         * tests/test-mbscasestr4.c: New file.
5673         * m4/locale-tr.m4: New file.
5674
5675 2007-02-11  Bruno Haible  <bruno@clisp.org>
5676
5677         Ensure O(n) worst-case complexity of mbsstr.
5678         * lib/mbsstr.c: Include stdbool.h.
5679         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5680         functions.
5681         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5682         bookkeeping indicates that it's worth it.
5683         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5684
5685         * modules/mbsstr-tests: New file.
5686         * tests/test-mbsstr1.c: New file.
5687         * tests/test-mbsstr2.sh: New file.
5688         * tests/test-mbsstr2.c: New file.
5689         * tests/test-mbsstr3.sh: New file.
5690         * tests/test-mbsstr3.c: New file.
5691         * m4/locale-fr.m4: New file.
5692
5693 2007-02-11  Bruno Haible  <bruno@clisp.org>
5694
5695         * lib/mbsrchr.c (mbsrchr): Fix bug.
5696
5697         * modules/mbsrchr-tests: New file.
5698         * tests/test-mbsrchr.sh: New file.
5699         * tests/test-mbsrchr.c: New file.
5700
5701 2007-02-11  Bruno Haible  <bruno@clisp.org>
5702
5703         * lib/mbschr.c (mbschr): Fix bug.
5704
5705         * modules/mbschr-tests: New file.
5706         * tests/test-mbschr.sh: New file.
5707         * tests/test-mbschr.c: New file.
5708         * m4/locale-zh.m4: New file.
5709
5710 2007-02-11  Bruno Haible  <bruno@clisp.org>
5711
5712         Support for copying multibyte string iterators.
5713         * lib/mbiter.h: Include <string.h>.
5714         (mbiter_multi_copy): New function.
5715         (mbi_copy): New macro.
5716         * lib/mbuiter.h: Include <string.h>.
5717         (mbuiter_multi_copy): New function.
5718         (mbui_copy): New macro.
5719
5720 2007-02-11  Bruno Haible  <bruno@clisp.org>
5721
5722         New module mbslen.
5723         * modules/mbslen: New file.
5724         * lib/mbslen.c: New file.
5725         * lib/string_.h (mbslen): New declaration.
5726         * m4/mbslen.m4: New file.
5727         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5728         GNULIB_MBSLEN.
5729         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5730         * MODULES.html.sh (Internationalization functions): Add mbslen.
5731
5732 2007-02-11  Bruno Haible  <bruno@clisp.org>
5733
5734         Ensure O(n) worst-case complexity of strcasestr substitute.
5735         * lib/strcasestr.c: Include stdbool.h.
5736         (knuth_morris_pratt): New function.
5737         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5738         bookkeeping indicates that it's worth it.
5739         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5740
5741         * modules/strcasestr-tests: New file.
5742         * tests/test-strcasestr.c: New file.
5743
5744 2007-02-11  Bruno Haible  <bruno@clisp.org>
5745
5746         Ensure O(n) worst-case complexity of c_strcasestr.
5747         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5748         (knuth_morris_pratt): New function.
5749         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5750         the bookkeeping indicates that it's worth it.
5751         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5752
5753         * modules/c-strcasestr-tests: New file.
5754         * tests/test-c-strcasestr.c: New file.
5755
5756 2007-02-11  Bruno Haible  <bruno@clisp.org>
5757
5758         Ensure O(n) worst-case complexity of c_strstr.
5759         * lib/c-strstr.c: Include stdbool.h, string.h.
5760         (knuth_morris_pratt): New function.
5761         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5762         bookkeeping indicates that it's worth it.
5763         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5764
5765         * lib/c-strstr.c: Complete rewrite for maintainability.
5766
5767         * modules/c-strstr-tests: New file.
5768         * tests/test-c-strstr.c: New file.
5769
5770 2007-02-11  Bruno Haible  <bruno@clisp.org>
5771
5772         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5773         5.2.1 and earlier, whereby \055 was treated just like the range
5774         delimiter '-'.
5775         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5776
5777 2007-02-08  Bruno Haible  <bruno@clisp.org>
5778
5779         * modules/regex (Depends-on): Add stdbool.
5780         Reported by Dalibor Topic <robilad@kaffe.org>.
5781
5782 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5783
5784         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5785         Prefer returning from main to exiting from it.
5786         Remove unnecessary parens after sizeof.
5787
5788 2007-02-05  Bruno Haible  <bruno@clisp.org>
5789
5790         New module mbssep.
5791         * modules/mbssep: New file.
5792         * lib/mbssep.c: New file.
5793         * lib/string_.h (strsep): Add a conditional link warning.
5794         (mbssep): New declaration.
5795         * m4/mbssep.m4: New file.
5796         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5797         GNULIB_MBSSEP.
5798         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5799         * MODULES.html.sh (Internationalization functions): Add mbssep.
5800
5801 2007-02-05  Bruno Haible  <bruno@clisp.org>
5802
5803         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5804         Optimize search in case of 1 delimiter.
5805
5806 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5807
5808         * lib/acl.h: Include sys/types.h before sys/acl.h.
5809
5810 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5811
5812         Merge upstream fix for glibc bugzilla #3957:
5813
5814         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5815
5816         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5817         bit for RE_HAT_LISTS_NOT_NEWLINE.
5818         (build_charclass_op): Remove bogus comment.
5819
5820 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5821
5822         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5823
5824 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5825
5826         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5827         * lib/memmem.c [!defined _LIBC]: Include config.h.
5828
5829 2007-02-04  Bruno Haible  <bruno@clisp.org>
5830
5831         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5832         warning message.
5833
5834 2007-02-04  Bruno Haible  <bruno@clisp.org>
5835
5836         New module mbstok_r.
5837         * modules/mbstok_r: New file.
5838         * lib/mbstok_r.c: New file.
5839         * lib/string_.h (strtok_r): Change argument names to match the
5840         comments. Add a conditional link warning.
5841         (mbstok_r): New declaration.
5842         * m4/mbstok_r.m4: New file.
5843         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5844         GNULIB_MBSTOK_R.
5845         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5846         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5847
5848 2007-02-04  Bruno Haible  <bruno@clisp.org>
5849
5850         New module mbsspn.
5851         * modules/mbsspn: New file.
5852         * lib/mbsspn.c: New file.
5853         * lib/string_.h (strspn): Add a conditional link warning.
5854         (mbsspn): New declaration.
5855         * m4/mbsspn.m4: New file.
5856         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5857         GNULIB_MBSSPN.
5858         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5859         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5860
5861 2007-02-04  Bruno Haible  <bruno@clisp.org>
5862
5863         New module mbspbrk.
5864         * modules/mbspbrk: New file.
5865         * lib/mbspbrk.c: New file.
5866         * lib/string_.h (strpbrk): Add a conditional link warning.
5867         (mbspbrk): New declaration.
5868         * m4/mbspbrk.m4: New file.
5869         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5870         GNULIB_MBSPBRK.
5871         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5872         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5873
5874 2007-02-04  Bruno Haible  <bruno@clisp.org>
5875
5876         New module mbscspn.
5877         * modules/mbscspn: New file.
5878         * lib/mbscspn.c: New file.
5879         * lib/string_.h (strcspn): Add a conditional link warning.
5880         (mbscspn): New declaration.
5881         * m4/mbscspn.m4: New file.
5882         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5883         GNULIB_MBSCSPN.
5884         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5885         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5886
5887 2007-02-04  Bruno Haible  <bruno@clisp.org>
5888
5889         New module mbscasestr, reduced goal of strcasestr.
5890         * modules/mbscasestr: New file.
5891         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5892         (mbscasestr): Renamed from strcasestr.
5893         * lib/strcasestr.c: Don't include mbuiter.h.
5894         (strcasestr): Remove support for multibyte locales.
5895         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5896         Change the conditional link warning.
5897         (mbscasestr): New declaration.
5898         * m4/mbscasestr.m4: New file.
5899         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5900         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5901         REPLACE_STRCASESTR.
5902         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5903         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5904         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5905         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5906         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5907         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5908         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
5909         (Depends-on): Remove mbuiter.
5910         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
5911
5912 2007-02-04  Bruno Haible  <bruno@clisp.org>
5913
5914         Simplify handling of strncasecmp.
5915         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
5916         the conditional link warning.
5917         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5918         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
5919         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
5920         * modules/strcase (configure.ac): Don't invoke
5921         gl_STRING_MODULE_INDICATOR.
5922         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
5923
5924 2007-02-04  Bruno Haible  <bruno@clisp.org>
5925
5926         New module mbscasecmp, reduced goal of strcasecmp.
5927         * modules/mbscasecmp: New file.
5928         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
5929         (mbscasecmp): Renamed from strcasecmp.
5930         * lib/strcasecmp.c: Don't include mbuiter.h.
5931         (strcasecmp): Remove support for multibyte locales.
5932         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
5933         Change the conditional link warning.
5934         (mbscasecmp): New declaration.
5935         * m4/mbscasecmp.m4: New file.
5936         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
5937         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
5938         REPLACE_STRCASECMP.
5939         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
5940         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5941         GNULIB_MBSCASECMP.
5942         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
5943         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
5944         * modules/strcase (Files): Remove m4/mbrtowc.m4.
5945         (Depends-on): Remove mbuiter.
5946         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
5947
5948 2007-02-04  Bruno Haible  <bruno@clisp.org>
5949
5950         New module mbsstr. Remove module strstr.
5951         * modules/mbsstr: New file.
5952         * modules/strstr: Remove file.
5953         * lib/mbsstr.c: Renamed from lib/strstr.c.
5954         (mbsstr): Renamed from strstr.
5955         * lib/string_.h (strstr): Remove declaration. Change the conditional
5956         link warning.
5957         (mbsstr): New declaration.
5958         * m4/mbsstr.m4: New file.
5959         * m4/strstr.m4: Remove file.
5960         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
5961         REPLACE_STRSTR.
5962         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
5963         Don't initialize GNULIB_STRSTR.
5964         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
5965         substitute GNULIB_STRSTR and REPLACE_STRSTR.
5966         * MODULES.html.sh (Internationalization functions): Add mbsstr.
5967         (Support for systems lacking ANSI C 89): Remove strstr.
5968
5969 2007-02-04  Bruno Haible  <bruno@clisp.org>
5970
5971         New module mbsrchr.
5972         * modules/mbsrchr: New file.
5973         * lib/mbsrchr.c: New file.
5974         * lib/string_.h (strrchr): Add a conditional link warning.
5975         (mbsrchr): New declaration.
5976         * m4/mbsrchr.m4: New file.
5977         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5978         GNULIB_MBSRCHR.
5979         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
5980         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
5981
5982 2007-02-04  Bruno Haible  <bruno@clisp.org>
5983
5984         New module mbschr.
5985         * modules/mbschr: New file.
5986         * lib/mbschr.c: New file.
5987         * lib/string_.h (strchr): Add a conditional link warning.
5988         (mbschr): New declaration.
5989         * m4/mbschr.m4: New file.
5990         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5991         GNULIB_MBSCHR.
5992         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
5993         * MODULES.html.sh (Internationalization functions): Add mbschr.
5994
5995 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5996
5997         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
5998
5999         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6000
6001 2007-02-04  Bruno Haible  <bruno@clisp.org>
6002
6003         New module description section 'configure.ac-early'.
6004         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6005         (func_get_autoconf_early_snippet): New function.
6006         (func_import, func_create_testdir): Use it. Remove special cases for
6007         modules 'extensions' and 'lock'.
6008         * modules/extensions (configure.ac-early): Require
6009         gl_USE_SYSTEM_EXTENSIONS.
6010         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6011
6012 2007-02-04  Bruno Haible  <bruno@clisp.org>
6013
6014         Make use of gcj-4.3's -fsource and -ftarget option.
6015         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6016         and if so try the options -fsource and -ftarget.
6017         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6018         source_version, ftarget_option, target_version arguments.
6019         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6020         (is_envjavac_oldgcj_14_14_usable): Renamed from
6021         is_envjavac_gcj_14_14_usable.
6022         (is_envjavac_oldgcj_14_13_usable): Renamed from
6023         is_envjavac_gcj_14_13_usable.
6024         (is_gcj_present): Update.
6025         (is_gcj_43, is_gcj43_usable): New functions.
6026         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6027         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6028         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6029         try the options -fsource and -ftarget.
6030
6031 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6032
6033         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6034         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6035         larger value.
6036
6037 2007-02-03  Jim Meyering  <jim@meyering.net>
6038
6039         Give tools a better chance to allocate space for very large buffers.
6040         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6041
6042         Make pwd and readlink work also when run with an unreadable parent dir
6043         on systems with openat support.
6044         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6045         provided getcwd function, even when we have openat support.
6046         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6047
6048 2007-02-02  Bruno Haible  <bruno@clisp.org>
6049
6050         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6051         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6052         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6053         portability problems if one of these functions is only used on specific
6054         platforms.
6055         Reported by Paul Eggert.
6056
6057 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6058
6059         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6060         is causing more trouble than it's curing.
6061         * lib/regex_internal.h (__mempcpy): Remove.
6062         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6063         (and make the code a tad smaller to boot).
6064         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6065
6066 2007-02-02  Jim Meyering  <jim@meyering.net>
6067
6068         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6069         section, not in the Makefile.am: one.
6070
6071 2007-02-02  Eric Blake  <ebb9@byu.net>
6072
6073         * lib/strchrnul.c: Always include config.h first.
6074
6075         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6076         gnulib strstr is not necessary here.
6077
6078 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6079
6080         * m4/socklen.m4: Fix typo.
6081
6082 2007-02-02  Eric Blake  <ebb9@byu.net>
6083
6084         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6085         * modules/netinet_in (Makefile.am): Likewise.
6086
6087 2007-02-01  Bruno Haible  <bruno@clisp.org>
6088
6089         * lib/string_.h (GL_LINK_WARNING): New macro.
6090         (strcasecmp, strstr, strcasestr): If provided by the system,
6091         conditionally define as a macro that leads to a warning instead of to
6092         an error.
6093         (strncasecmp): Conditionally define as a macro that leads to a warning.
6094
6095 2007-02-01  Karl Berry  <karl@gnu.org>
6096
6097         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6098
6099 2007-02-01  Bruno Haible  <bruno@clisp.org>
6100
6101         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6102         renamings.
6103
6104 2007-02-01  Eric Blake  <ebb9@byu.net>
6105
6106         * modules/regex (Depends-on): Revert dependence on mempcpy.
6107         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6108         module's definition of mempcpy.
6109         Reported by Paul Eggert.
6110
6111 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6112
6113         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6114         the symbol XYZ before redefining it.  This fixes a problem with
6115         programs that don't use XYZ, when compiled on systems that define
6116         XYZ to something else.
6117
6118 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6119
6120         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6121         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6122         writeable to group or other and (2) is intended to have a special
6123         mode bit that is set or cleared.  In such a case, the directory
6124         should be neither group- nor other-writeable until the special
6125         mode bits are right.
6126
6127 2007-01-31  Eric Blake  <ebb9@byu.net>
6128
6129         * modules/mountlist (Depends-on): Add strstr.
6130
6131         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6132         bug.
6133         * modules/string (Makefile.am): Remove redundant replacement.
6134         * modules/regex (Depends-on): Add mempcpy.
6135
6136 2007-01-31  Bruno Haible  <bruno@clisp.org>
6137
6138         New module description field 'Link'.
6139         * gnulib-tool (func_usage): Document --extract-link-directive.
6140         (sed_extract_prog): Recognize 'Link' directive.
6141         (func_get_link_directive): New function.
6142         (func_import): Show summary of link directives.
6143         Handle --extract-link-directive option.
6144         * modules/acl (Link): New section.
6145         * modules/clock-time (Link): New section.
6146         * modules/euidaccess (Link): New section.
6147         * modules/gettext (Link): New section.
6148         * modules/iconv (Link): New section.
6149         * modules/lock (Link): New section.
6150         * modules/nanosleep (Link): New section.
6151         * modules/readline (Link): New section.
6152
6153 2007-01-27  Bruno Haible  <bruno@clisp.org>
6154
6155         Enforce the use of gnulib modules for unportable <string.h> functions.
6156         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6157         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6158         (gl_HEADER_STRING_H_BODY): Require it.
6159         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6160         the symbol XYZ to one that gives a link error.
6161         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6162         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6163         * modules/mempcpy (configure.ac): Likewise.
6164         * modules/memrchr (configure.ac): Likewise.
6165         * modules/stpcpy (configure.ac): Likewise.
6166         * modules/stpncpy (configure.ac): Likewise.
6167         * modules/strcase (configure.ac): Likewise.
6168         * modules/strcasestr (configure.ac): Likewise.
6169         * modules/strchrnul (configure.ac): Likewise.
6170         * modules/strdup (configure.ac): Likewise.
6171         * modules/strndup (configure.ac): Likewise.
6172         * modules/strnlen (configure.ac): Likewise.
6173         * modules/strpbrk (configure.ac): Likewise.
6174         * modules/strsep (configure.ac): Likewise.
6175         * modules/strstr (configure.ac): Likewise.
6176         * modules/strtok_r (configure.ac): Likewise.
6177
6178 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6179
6180         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6181
6182 2007-01-30  Jim Meyering  <jim@meyering.net>
6183
6184         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6185
6186 2007-01-29  Bruno Haible  <bruno@clisp.org>
6187
6188         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6189         * lib/execute.c: Likewise.
6190         * lib/pipe.c: Likewise.
6191         * lib/printf-args.h: Likewise.
6192         * lib/printf-args.c: Likewise.
6193         * lib/printf-parse.c: Likewise.
6194         * lib/vasnprintf.c: Likewise.
6195
6196 2007-01-29  Eric Blake  <ebb9@byu.net>
6197
6198         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6199         declaration.
6200
6201 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6202
6203         * lib/strptime.h (strptime): Use 'restrict' for args where
6204         POSIX requires this.
6205         * lib/strptime.c (strptime): Likewise.
6206         Change license notice from LGPL to GPL, since gnulib-tool will
6207         change this as needed.
6208         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6209         defined.
6210         Include "strptime.h" first, to check interface.
6211         Do not #undef _LIBC and _NL_CURRENT.
6212         Do not include <stdlib.h>; no longer needed.
6213         Include "time_r.h" and declare ptime_locale_status
6214         only if _LIBC is not defined.
6215         (__P): Remove unused macro.
6216         (match_string): Bring back glibc version, but use it only if _LIBC
6217         is defined.
6218         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6219         Remove unnecessary assertion and abort() call.
6220         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6221         * m4/strptime.m4: Fix serial number comment.
6222         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6223         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6224         (Depends-on): Add time_r.
6225
6226 2007-01-29  Bruno Haible  <bruno@clisp.org>
6227
6228         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6229         strptime.
6230         * modules/strptime (Depends-on): Add stdbool.
6231         * lib/strptime.h: Include <time.h> always. Add comments.
6232
6233 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6234
6235         * modules/strptime: New file.
6236         * lib/strptime.h: New file.
6237         * lib/strptime.c: New file.
6238         * m4/strptime.m4: New file.
6239
6240 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6241
6242         * MODULES.html.sh: New module mpsort.
6243         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6244
6245         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6246         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6247         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6248         All uses changed.
6249         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6250         All uses changed.
6251         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6252         to _Restrict_.
6253         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6254         the parameter matches the prototype.
6255
6256 2007-01-28  Jim Meyering  <jim@meyering.net>
6257
6258         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6259         sys/time.h here, reverting that part of the previous patch:
6260         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6261
6262 2007-01-28  Bruno Haible  <bruno@clisp.org>
6263
6264         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6265         value of $(SYS_TIME_H).
6266         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6267         remove it conditionally, too. [added by Jim Meyering]
6268         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6269         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6270         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6271         GETTIMEOFDAY_REPLACEMENT to 1.
6272
6273 2007-01-28  Bruno Haible  <bruno@clisp.org>
6274
6275         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6276         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6277         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6278         Set UNISTD_H instead of UNISTD_H2.
6279         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6280
6281 2007-01-28  Bruno Haible  <bruno@clisp.org>
6282
6283         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6284         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6285
6286 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6287
6288         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6289         (func_create_testdir): Ensure C locale for `grep' and `tr'
6290         character ranges.
6291         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6292         ACLOCAL_AMFLAGS parsing state machine.
6293
6294 2007-01-27  Bruno Haible  <bruno@clisp.org>
6295
6296         * modules/unistr/base: Update.
6297
6298 2007-01-27  Bruno Haible  <bruno@clisp.org>
6299
6300         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6301         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6302         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6303         modules/unistr/u32-mbtouc.
6304         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6305         * lib/unistr.h: Update.
6306         * lib/linebreak.c: Update.
6307         * modules/unistr/u32-mbtouc: Renamed from
6308         modules/unistr/u32-mbtouc-safe.
6309         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6310         * lib/unistr.h: Update.
6311         * lib/unistr/u32-to-u8.c: Update.
6312         * lib/unistr/u32-to-u16.c: Update.
6313
6314 2007-01-27  Bruno Haible  <bruno@clisp.org>
6315
6316         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6317         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6318         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6319         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6320         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6321         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6322         modules/unistr/u16-mbtouc.
6323         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6324         * lib/unistr.h: Update.
6325         * lib/linebreak.c: Update.
6326         * modules/linebreak: Update.
6327         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6328         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6329         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6330         * modules/unistr/u16-mbtouc: Renamed from
6331         modules/unistr/u16-mbtouc-safe.
6332         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6333         * lib/unistr.h: Update.
6334         * lib/unistr/u16-to-u8.c: Update.
6335         * modules/unistr/u16-to-u8: Update.
6336         * lib/unistr/u16-to-u32.c: Update.
6337         * modules/unistr/u16-to-u32: Update.
6338
6339 2007-01-27  Bruno Haible  <bruno@clisp.org>
6340
6341         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6342         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6343         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6344         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6345         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6346         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6347         modules/unistr/u8-mbtouc.
6348         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6349         * lib/unistr.h: Update.
6350         * lib/striconveh.c: Update.
6351         * modules/striconveh: Update.
6352         * lib/linebreak.c: Update.
6353         * modules/linebreak: Update.
6354         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6355         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6356         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6357         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6358         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6359         * lib/unistr.h: Update.
6360         * lib/striconveh.c: Update.
6361         * modules/striconveh: Update.
6362         * lib/unistr/u8-to-u16.c: Update.
6363         * modules/unistr/u8-to-u16: Update.
6364         * lib/unistr/u8-to-u32.c: Update.
6365         * modules/unistr/u8-to-u32: Update.
6366
6367 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6368
6369         Sync from Libtool.
6370         * lib/argz.c: Do not include strings.h nor memory.h, include
6371         string.h unconditionally.  Patch by Simon Josefsson.
6372
6373 2007-01-27  Bruno Haible  <bruno@clisp.org>
6374
6375         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6376         from gl_HEADER_STRING_H_BODY.
6377         (gl_HEADER_STRING_H_BODY): Require it.
6378         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6379         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6380         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6381         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6382         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6383         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6384         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6385         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6386         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6387         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6388         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6389         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6390         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6391         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6392         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6393
6394 2007-01-27  Bruno Haible  <bruno@clisp.org>
6395
6396         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6397         check_PROGRAMS into noinst_PROGRAMS.
6398         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6399         check_PROGRAMS in this case.
6400         (func_import): Set for_test to false.
6401         (func_create_testdir): Set for_test to true.
6402
6403 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6404             Bruno Haible  <bruno@clisp.org>
6405
6406         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6407         (Depends-on): Add string.
6408         (Includes): Use <string.h> instead of strcasestr.h.
6409         * modules/string (Makefile.am): Also substitute the value of
6410         REPLACE_STRCASESTR.
6411         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6412         assume strcasestr is declared in <string.h> not <strings.h>. Also
6413         set REPLACE_STRCASESTR.
6414         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6415         REPLACE_STRCASESTR.
6416         * lib/strcasestr.h: Remove file.
6417         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6418         * lib/string_.h (strcasestr): New declaration.
6419
6420 2007-01-27  Bruno Haible  <bruno@clisp.org>
6421
6422         * lib/string_.h: Use 'extern'.
6423
6424 2007-01-27  Jim Meyering  <jim@meyering.net>
6425
6426         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6427         of set-but-not-used local, "q".
6428
6429         * lib/mempcpy.c: Include <config.h> before <string.h>.
6430         This fixes a compilation error on HP-UX, due to the system's
6431         "restrict"-using mempcpy prototype.
6432
6433 2007-01-26  Bruno Haible  <bruno@clisp.org>
6434
6435         Small optimization.
6436         * lib/javacomp.c: Include c-strstr.h.
6437          (is_envjavac_gcj): Use c_strstr instead of strstr.
6438         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6439
6440 2007-01-26  Bruno Haible  <bruno@clisp.org>
6441
6442         * MODULES.html.sh (Unicode string functions): Add the new modules.
6443
6444         * modules/uniconv/u32-strconv-to-locale: New file.
6445         * lib/uniconv/u32-strconv-to-locale.c: New file.
6446
6447         * modules/uniconv/u16-strconv-to-locale: New file.
6448         * lib/uniconv/u16-strconv-to-locale.c: New file.
6449
6450         * modules/uniconv/u8-strconv-to-locale: New file.
6451         * lib/uniconv/u8-strconv-to-locale.c: New file.
6452
6453         * modules/uniconv/u32-strconv-from-locale: New file.
6454         * lib/uniconv/u32-strconv-from-locale.c: New file.
6455
6456         * modules/uniconv/u16-strconv-from-locale: New file.
6457         * lib/uniconv/u16-strconv-from-locale.c: New file.
6458
6459         * modules/uniconv/u8-strconv-from-locale: New file.
6460         * lib/uniconv/u8-strconv-from-locale.c: New file.
6461
6462         * modules/uniconv/u32-strconv-to-enc: New file.
6463         * lib/uniconv/u32-strconv-to-enc.c: New file.
6464         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6465         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6466
6467         * modules/uniconv/u16-strconv-to-enc: New file.
6468         * lib/uniconv/u16-strconv-to-enc.c: New file.
6469         * lib/uniconv/u-strconv-to-enc.h: New file.
6470         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6471         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6472
6473         * modules/uniconv/u8-strconv-to-enc: New file.
6474         * lib/uniconv/u8-strconv-to-enc.c: New file.
6475         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6476         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6477
6478         * modules/uniconv/u32-strconv-from-enc: New file.
6479         * lib/uniconv/u32-strconv-from-enc.c: New file.
6480         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6481         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6482
6483         * modules/uniconv/u16-strconv-from-enc: New file.
6484         * lib/uniconv/u16-strconv-from-enc.c: New file.
6485         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6486         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6487
6488         * modules/uniconv/u8-strconv-from-enc: New file.
6489         * lib/uniconv/u8-strconv-from-enc.c: New file.
6490         * lib/uniconv/u-strconv-from-enc.h: New file.
6491         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6492         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6493
6494         * modules/uniconv/u32-conv-from-enc: New file.
6495         * lib/uniconv/u32-conv-from-enc.c: New file.
6496         * modules/uniconv/u32-conv-from-enc-tests: New file.
6497         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6498
6499         * modules/uniconv/u16-conv-from-enc: New file.
6500         * lib/uniconv/u16-conv-from-enc.c: New file.
6501         * lib/uniconv/u-conv-from-enc.h: New file.
6502         * modules/uniconv/u16-conv-from-enc-tests: New file.
6503         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6504
6505         * modules/uniconv/u8-conv-from-enc: New file.
6506         * lib/uniconv/u8-conv-from-enc.c: New file.
6507         * modules/uniconv/u8-conv-from-enc-tests: New file.
6508         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6509
6510         * modules/uniconv/base: New file.
6511         * lib/uniconv.h: New file.
6512
6513 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6514
6515         * doc/gnulib-tool.texi (Initial import): Update to match current
6516         behavior with strdup module.
6517         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6518         * lib/memmem.h: Remove; all uses removed.  This is now done
6519         by <string.h>.
6520         * lib/mempcpy.h: Likewise.
6521         * lib/memrchr.h: Likewise.
6522         * lib/stpcpy.h: Likewise.
6523         * lib/stpncpy.h: Likewise.
6524         * lib/strcase.h: Likewise.
6525         * lib/strchrnul.h: Likewise.
6526         * lib/strdup.h: Likewise.
6527         * lib/strndup.h: Likewise.
6528         * lib/strnlen.h: Likewise.
6529         * lib/strpbrk.h: Likewise.
6530         * lib/strsep.h: Likewise.
6531         * lib/strstr.h: Likewise.
6532         * lib/strtok_r.h: Likewise.
6533         * lib/string_.h: New file.
6534         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6535         Rely on <string.h> instead.
6536         * lib/canon-host.c: Likewise.
6537         * lib/chdir-long.c: Likewise.
6538         * lib/concatpath.c: Likewise.
6539         * lib/exclude.c: Likewise.
6540         * lib/fchdir.c: Likewise.
6541         * lib/getaddrinfo.c: Likewise.
6542         * lib/getcwd.c: Likewise.
6543         * lib/getsubopt.c: Likewise.
6544         * lib/glob.c: Likewise.
6545         * lib/hard-locale.c: Likewise.
6546         * lib/iconvme.c: Likewise.
6547         * lib/javacomp.c: Likewise.
6548         * lib/mempcpy.c: Likewise.
6549         * lib/memrchr.c: Likewise.
6550         * lib/regex_internal.h: Likewise.
6551         * lib/stpncpy.c: Likewise.
6552         * lib/strcasecmp.c: Likewise.
6553         * lib/strchrnul.c: Likewise.
6554         * lib/strdup.c: Likewise.
6555         * lib/striconv.c: Likewise.
6556         * lib/striconveh.c: Likewise.
6557         * lib/striconveha.c: Likewise.
6558         * lib/strncasecmp.c: Likewise.
6559         * lib/strndup.c: Likewise.
6560         * lib/strnlen.c: Likewise.
6561         * lib/strsep.c: Likewise.
6562         * lib/strstr.c: Likewise.
6563         * lib/strtok_r.c: Likewise.
6564         * lib/userspec.c: Likewise.
6565         * lib/w32spawn.h: Likewise.
6566         * lib/xstrndup.c: Likewise.
6567         * lib/mountlist.c (strstr): Remove decl.
6568         * m4/string_h.m4: New file.
6569         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6570         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6571         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6572         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6573         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6574         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6575         Set REPLACE_STRCASECMP if necessary.
6576         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6577         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6578         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6579         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6580         HAVE_DECL_STRDUP if necessary.
6581         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6582         since gl_FUNC_STRNDUP does that now.
6583         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6584         Check for decl here...
6585         (gl_PREREQ_STRNLEN): ... not here.
6586         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6587         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6588         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6589         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6590         necessary.
6591         * modules/string: New file.
6592         * modules/memmem (Files): Remove special-purpose include file.
6593         (Depends-on): Add string.
6594         (Include): Include <string.h>, not the removed file.
6595         * modules/mempcpy: Likewise.
6596         * modules/memrchr: Likewise.
6597         * modules/stpcpy: Likewise.
6598         * modules/stpncpy: Likewise.
6599         * modules/strcase: Likewise.
6600         * modules/strchrnul: Likewise.
6601         * modules/strdup: Likewise.
6602         * modules/strndup: Likewise.
6603         * modules/strnlen: Likewise.
6604         * modules/strpbrk: Likewise.
6605         * modules/strsep: Likewise.
6606         * modules/strstr: Likewise.
6607         * modules/strtok_r: Likewise.
6608         * tests/test-dirname.c: Don't include "strdup.h", since
6609         <string.h> now suffices.
6610         * tests/test-memmem.c: Don't include "memmem.h", since
6611         <string.h> now suffices.
6612
6613 2007-01-25  Bruno Haible  <bruno@clisp.org>
6614
6615         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6616         *resultp is 0.
6617
6618         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6619         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6620         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6621         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6622
6623         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6624         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6625         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6626         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6627         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6628         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6629
6630 2007-01-24  Bruno Haible  <bruno@clisp.org>
6631
6632         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6633         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6634         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6635         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6636         gl_FUNC_FTS_CORE.
6637         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6638         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6639         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6640         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6641         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6642         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6643         gl_FUNC_FCHOWNAT.
6644         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6645         gl_FUNC_STRFTIME.
6646         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6647         Reported by Ralf Wildenhues.
6648
6649 2007-01-24  Bruno Haible  <bruno@clisp.org>
6650
6651         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6652         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6653         gl_GETADDRINFO.
6654         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6655         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6656         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6657
6658 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6659
6660         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6661         Don't use 'exit'; just return from 'main'.
6662         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6663
6664         * lib/fnmatch_.h: Readjust white space and comments to match
6665         glibc, to avoid spurious diffs.
6666
6667 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6668
6669         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6670         2004-12-01 change by Jakub Jelinek, since this code won't compile
6671         if !LIBC.  Problem reported by Bob Proulx.
6672
6673 2007-01-23  Bruno Haible  <bruno@clisp.org>
6674
6675         * lib/striconveh.c: Include c-strcaseeq.h.
6676         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6677         * modules/striconveh (Depends-on): Add c-strcaseeq.
6678
6679 2007-01-23  Bruno Haible  <bruno@clisp.org>
6680
6681         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6682
6683         * modules/c-strcaseeq: New file.
6684         * lib/c-strcaseeq.h: New file.
6685
6686         * modules/streq: New file.
6687         * lib/streq.h: New file.
6688
6689 2007-01-23  Bruno Haible  <bruno@clisp.org>
6690
6691         * modules/striconveha-tests: New file.
6692         * tests/test-striconveha.c: New file.
6693
6694         * lib/striconveha.h: Include <stdbool.h>.
6695         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6696         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6697         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6698         (mem_iconveha): New function.
6699         (str_iconveha_notranslit): Renamed from str_iconveha.
6700         (str_iconveha): New function.
6701         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6702         c-strcase.
6703
6704 2007-01-23  Bruno Haible  <bruno@clisp.org>
6705
6706         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6707         encodings without forgiving before trying any encoding with handler.
6708         (str_iconveha): Try all encodings without forgiving before trying any
6709         encoding with handler.
6710
6711 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6712
6713         Import the following changes from libc.
6714
6715         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6716
6717         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6718
6719         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6720
6721         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6722         normal_bracket label.
6723
6724         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6725
6726         [BZ #361]
6727         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6728         to normal_bracket after fetching the next character.
6729
6730 2007-01-22  Bruno Haible  <bruno@clisp.org>
6731
6732         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6733         argument.
6734         * lib/striconveh.c (iconv_carefully_1): New function.
6735         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6736         argument.
6737         (str_cd_iconveh): Update.
6738         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6739         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6740         * tests/test-striconveh.c (MAGIC): New macro.
6741         (new_offsets): New function.
6742         (main): Test call with and without offsets.
6743
6744 2007-01-22  Bruno Haible  <bruno@clisp.org>
6745
6746         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6747         * modules/sys_select (Makefile.am): Likewise.
6748         * modules/sys_socket (Makefile.am): Likewise.
6749         * modules/sys_time (Makefile.am): Likewise.
6750
6751 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6752
6753         * modules/gettimeofday (License): Change from GPL to LGPL, since
6754         gettimeofday is a library function.
6755
6756 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6757
6758         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6759
6760 2007-01-21  Bruno Haible  <bruno@clisp.org>
6761
6762         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6763
6764 2007-01-21  Bruno Haible  <bruno@clisp.org>
6765
6766         * modules/striconveha: New file.
6767         * lib/striconveha.h: New file.
6768         * lib/striconveha.c: New file.
6769         * MODULES.html.sh (Internationalization functions): Add striconveha.
6770         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6771         string.
6772         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6773
6774 2007-01-21  Bruno Haible  <bruno@clisp.org>
6775
6776         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6777         * lib/striconveh.c (str_iconveh): Likewise.
6778
6779 2007-01-21  Bruno Haible  <bruno@clisp.org>
6780
6781         * lib/striconveh.h (mem_iconveh): New declaration.
6782         * lib/striconveh.c (mem_iconveh): New function.
6783         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6784
6785 2007-01-21  Bruno Haible  <bruno@clisp.org>
6786
6787         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6788
6789         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6790         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6791         original result buffer.
6792         (str_cd_iconveh): Update.
6793         * tests/test-striconveh.c (main): Update.
6794
6795         * lib/striconv.h (mem_cd_iconv): Change specification.
6796         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6797         result buffer.
6798         (str_cd_iconv): Update.
6799         * tests/test-striconv.c (main): Update.
6800
6801 2007-01-21  Bruno Haible  <bruno@clisp.org>
6802
6803         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6804
6805 2007-01-20  Jim Meyering  <jim@meyering.net>
6806
6807         * lib/userspec.c (parse_with_separator): If a user or group string
6808         starts with "+", skip the corresponding name-to-ID look-up, since
6809         such a look-up must fail: user and group names may not include "+".
6810
6811 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6812
6813         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6814         since we now assume the sys_time module.
6815         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6816         check for sys/time.h; no longer needed.
6817         * modules/poll (Depends-on): Depend on sys_time.
6818
6819 2007-01-18  Bruno Haible  <bruno@clisp.org>
6820
6821         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6822         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6823
6824         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6825         gettimeofday.
6826
6827         * tests/test-gettimeofday.c: Include <time.h>.
6828         (dummy): Remove variable.
6829
6830         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6831         gl_HEADER_SYS_TIME_H.
6832         (gl_HEADER_SYS_TIME_H): New macro.
6833
6834         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6835         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6836         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6837         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6838         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6839         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6840         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6841         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6842         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6843         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6844         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6845
6846         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6847         last change; it caused a compilation error when cross-compiling to
6848         Cygwin.
6849
6850 2007-01-18  Jim Meyering  <jim@meyering.net>
6851
6852         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6853         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6854         than the race-prone "test -d sys || mkdir sys".
6855         (configure.ac): Use AC_PROG_MKDIR_P.
6856         * modules/sys_select: Likewise.
6857         * modules/sys_socket: Likewise.
6858         * modules/sys_time: Likewise.
6859
6860 2007-01-18  Eric Blake  <ebb9@byu.net>
6861
6862         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6863         replace gettimeofday.
6864         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6865         name, to avoid infinite recursion.
6866
6867 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6868
6869         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6870         module sys_time.
6871         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6872         assume timespec.h defines struct timeval.
6873         * lib/settime.c: Likewise.
6874         * lib/utimens.c: Likewise.
6875         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6876         since we now assume the gettimeofday module.
6877         * lib/tempname.c (__gen_tempname): Likewise.
6878         * lib/gettimeofday.h: Remove.
6879         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6880         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6881         Include <time.h>, for 'time()'.
6882         (localtime_buffer_addr): Also use this workaround if
6883         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6884         to simplify the uses.  All uses changed.
6885         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6886         that #undef is inside {}, and 'const' follows type name consistently.
6887         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6888         (gettimeofday): Do not use the maximum possible value for
6889         tv->tv_usec, since that might break usages other than ls.c.
6890         Instead, we'll leave ls.c alone.  This undoes today's patch
6891         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6892         we've never observed the problem but might as well keep the
6893         canary.
6894         * lib/nanosleep.c: Include timespec.h first, for interface check.
6895         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6896         now assume the sys_time module.
6897         * lib/tempname.c: Likewise.
6898         * lib/timespec.h: Likewise.
6899         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6900         needed.
6901         * lib/strftime.c: Likewise.
6902         * lib/timespec.h: Likewise.
6903         * lib/posixtm.c: Include posixtm.h first, for interface check.
6904         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6905         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6906         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6907         * lib/sys_time_.h: New file.
6908         * lib/timespec.h (struct timespec): Use long int, not long.
6909         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6910         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
6911         Remove obsolescent call to AC_HEADER_TIME.
6912         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
6913         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6914         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6915         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
6916         Likewise.
6917         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
6918         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
6919         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
6920         into the sys_time module.  Check for gettimeofday just once.
6921         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
6922         for gettimeofday signature to just check the signature.  Merely
6923         compile it, since linking doesn't test signature.  Improve test for
6924         whether gettimeofday.o is actually needed.
6925         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
6926         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
6927         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
6928         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6929         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
6930         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
6931         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
6932         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
6933         than worrying about sys/time.h.
6934         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6935         Don't bother worrying about TIME_WITH_SYS_TIME.
6936         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6937         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
6938         * m4/sys_time_h.m4: New file.
6939         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
6940         Don't include sys/time.h.  Return from main rather than exiting.
6941         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
6942         all uses changed.
6943         * modules/gethrxtime (Depends-on): Add sys_time.
6944         * modules/gettime (Depends-on): Likewise.
6945         * modules/gettimeofday (Depends-on): Likewise.
6946         * modules/nanosleep (Depends-on): Likewise.
6947         * modules/settime (Depends-on): Likewise.
6948         * modules/tempname (Depends-on): Likewise.
6949         * modules/utimens (Depends-on): Likewise.
6950         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
6951         (Include:) Change back to <sys/time.h>.
6952         (Maintainer:) Add self.
6953         * modules/sys_time: New file.
6954         * modules/tempname (Depends-on): Add gettimeofday.
6955         * tests/test-gettimeofday.c: Include <sys/time.h>
6956         rather than gettimeofday.h.
6957
6958 2007-01-17  Bruno Haible  <bruno@clisp.org>
6959
6960         * gnulib-tool (func_get_license): Revert last patch. Instead, let
6961         the license default to GPL.
6962         (func_create_testdir): Don't complain if a module is LGPL and its
6963         tests module depends on GPLed modules.
6964
6965 2007-01-17  Bruno Haible  <bruno@clisp.org>
6966
6967         * lib/gettimeofday.c (gettimeofday): Add code for the case
6968         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
6969         maximum possible value for tv->tv_usec, rather than the minimum one.
6970
6971 2005-10-08  Martin Lambers  <marlam@marlam.de>
6972 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6973 2007-01-16  Bruno Haible  <bruno@clisp.org>
6974
6975         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6976         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
6977         gl_FUNC_GETTIMEOFDAY.
6978         (Include): Add gettimeofday.h.
6979         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
6980         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
6981         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
6982         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
6983         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
6984         * lib/gettimeofday.h: New file.
6985         * lib/gettimeofday.c: Include <sys/timeb.h>.
6986         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
6987         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6988         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
6989         fall back on time().
6990
6991         * tests/test-gettimeofday.c: New file.
6992         * modules/gettimeofday-tests: New file.
6993
6994 2007-01-16  Eric Blake  <ebb9@byu.net>
6995
6996         * modules/fnmatch (Depends-on): Depend on wchar.
6997         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
6998         * m4/fnmatch.m4: Likewise.
6999         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7000         * m4/mbchar.m4: Likewise.
7001         * modules/mbswidth (Depends-on): Depend on wchar.
7002         * lib/mbswidth.c: Assume <wchar.h>.
7003         * m4/mbswidth.m4: Likewise.
7004         * modules/quotearg (Depends-on): Depend on wchar.
7005         * lib/quotearg.c: Assume <wchar.h>.
7006         * m4/quotearg.m4: Likewise.
7007         * modules/regex (Depends-on): Depend on wchar.
7008         * lib/regex_internal.h: Assume <wchar.h>.
7009         * m4/regex.m4: Likewise.
7010         * modules/stdint (Depends-on): Depend on wchar.
7011         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7012         * m4/stdint.m4: Likewise.
7013         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7014         * modules/strftime (Depends-on): Depend on wchar.
7015         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7016         * modules/strtol (Depends-on): Depend on wchar.
7017         * lib/strtol.c: Assume <wchar.h>.
7018         * modules/wcwidth (Depends-on): Depend on wchar.
7019         * lib/wcwidth.h: Assume <wchar.h>.
7020         * m4/wcwidth.m4: Likewise.
7021
7022 2007-01-16  Bruno Haible  <bruno@clisp.org>
7023
7024         * modules/csharpexec-script: New, created from...
7025         * modules/csharpexec: ... this.
7026
7027 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7028
7029         * modules/javaexec-script: New, created from...
7030         * modules/javaexec: ... this.
7031
7032 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7033
7034         * modules/poll (Dependencies): Add sys_select.
7035
7036 2007-01-15  Jim Meyering  <jim@meyering.net>
7037
7038         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7039         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7040         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7041         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7042
7043 2007-01-15  Bruno Haible  <bruno@clisp.org>
7044
7045         * modules/striconveh: New file.
7046         * lib/striconveh.h: New file.
7047         * lib/striconveh.c: New file.
7048         * MODULES.html.sh (Internationalization functions): Add striconveh.
7049
7050         * modules/striconveh-tests: New file.
7051         * tests/test-striconveh.c: New file.
7052
7053 2007-01-15  Bruno Haible  <bruno@clisp.org>
7054
7055         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7056         not from GNU libiconv or GNU libc.
7057
7058 2007-01-15  Bruno Haible  <bruno@clisp.org>
7059
7060         * doc/gnulib-intro.texi (Copyright): Explain the different license
7061         terms for module descriptions, autoconf macros, tests, documentation.
7062
7063 2007-01-14  Bruno Haible  <bruno@clisp.org>
7064
7065         * modules/striconv-tests: New file.
7066         * tests/test-striconv.c: New file.
7067
7068 2007-01-14  Bruno Haible  <bruno@clisp.org>
7069
7070         * modules/iconv-tests: New file.
7071         * tests/test-iconv.c: New file.
7072
7073 2007-01-14  Bruno Haible  <bruno@clisp.org>
7074
7075         * gnulib-tool (func_get_license): For test modules, use the license of
7076         the main module.
7077
7078 2007-01-14  Bruno Haible  <bruno@clisp.org>
7079
7080         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7081         if iconv is found to exist.
7082
7083 2007-01-14  Bruno Haible  <bruno@clisp.org>
7084
7085         * modules/c-ctype-tests: New file.
7086         * tests/test-c-ctype.c: New file.
7087
7088 2007-01-14  Bruno Haible  <bruno@clisp.org>
7089
7090         * modules/binary-io-tests: New file.
7091         * tests/test-binary-io.sh: New file.
7092         * tests/test-binary-io.c: New file.
7093
7094 2007-01-14  Bruno Haible  <bruno@clisp.org>
7095
7096         * modules/array-oset-tests: New file.
7097         * tests/test-array_oset.c: New file.
7098
7099 2007-01-14  Bruno Haible  <bruno@clisp.org>
7100
7101         * modules/array-list-tests: New file.
7102         * tests/test-array_list.c: New file.
7103
7104 2007-01-14  Bruno Haible  <bruno@clisp.org>
7105
7106         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7107         and make.
7108         Reported by Simon Josefsson in
7109         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7110
7111 2007-01-14  Bruno Haible  <bruno@clisp.org>
7112
7113         * modules/allocsa-tests: New file.
7114         * tests/test-allocsa.c: New file.
7115
7116 2007-01-14  Bruno Haible  <bruno@clisp.org>
7117
7118         * modules/fchdir (Depends-on): Add absolute-header.
7119         * modules/unistd (Depends-on): Likewise.
7120
7121 2006-12-30  Bruno Haible  <bruno@clisp.org>
7122
7123         * modules/fchdir: New file.
7124         * modules/unistd (Files): Add lib/unistd_.h.
7125         (Makefile.am): Generate unistd.h from unistd_.h.
7126         * lib/fchdir.c: New file.
7127         * lib/dirent_.h: New file.
7128         * lib/unistd_.h: New file.
7129         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7130         * m4/fchdir.m4: New file.
7131         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7132         (gl_HEADER_UNISTD): Invoke it.
7133         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7134         function.
7135         * lib/backupfile.c (opendir, closedir): Undefine.
7136         * lib/chown.c (open, close): Undefine.
7137         * lib/clean-temp.c (open, close): Undefine.
7138         * lib/copy-file.c (open, close): Undefine.
7139         * lib/execute.c (open, close): Undefine.
7140         * lib/fsusage.c (open, close): Undefine.
7141         * lib/gc-gnulib.c (open, close): Undefine.
7142         * lib/getcwd.c (opendir, closedir): Undefine.
7143         * lib/glob.c (opendir, closedir): Undefine.
7144         * lib/javacomp.c (open, close): Undefine.
7145         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7146         * lib/openat-proc.c (open, close): Undefine.
7147         * lib/pagealign_alloc.c (open, close): Undefine.
7148         * lib/pipe.c (open, close): Undefine.
7149         * lib/progreloc.c (open, close): Undefine.
7150         * lib/savedir.c (opendir, closedir): Undefine.
7151         * lib/utime.c (open, close): Undefine.
7152         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7153
7154 2007-01-10  Bruno Haible  <bruno@clisp.org>
7155
7156         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7157
7158 2007-01-12  Eric Blake  <ebb9@byu.net>
7159
7160         Provide a robust <wchar.h>.  Further simplifications are now
7161         possible in other modules, but not included here.
7162         * modules/wchar: New module.
7163         * m4/wchar.m4: New file.
7164         * lib/wchar_.h: Likewise.
7165         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7166         of the new module.
7167         * MODULES.html.sh (Extended multibyte and wide character utilities):
7168         New section.
7169
7170 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7171
7172         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7173         to a reasonable default for memory allocation.
7174         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7175         file system that reports garbage st_size values for symlinks.
7176         Problem reported by Liyang Hu.
7177
7178 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7179
7180         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7181         Emacs .#* auto-save files).
7182
7183 2007-01-11  Bruno Haible  <bruno@clisp.org>
7184
7185         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7186         directory.
7187
7188 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7189
7190         Use @...@ consistently in lib/wctype_.h.
7191         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7192         on it being set to 1 or 0.
7193         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7194         go back to AC_SUBSTing it.
7195         * modules/wctype (Makefile.am): Undo previous change.
7196
7197 2007-01-10  Eric Blake  <ebb9@byu.net>
7198
7199         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7200         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7201         * modules/wctype (Makefile.am): Likewise.
7202         Reported by Chris McGuire.
7203
7204 2007-01-10  Jim Meyering  <jim@meyering.net>
7205
7206         fts.c: a small readability/maintainability improvement
7207         * lib/fts.c (fts_read): Make this code slightly more readable and
7208         maintainable by hoisting the "sp->fts_cur = p" assignments to
7209         immediately follow the statements that set P.  Derived from
7210         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7211
7212 2007-01-10  Eric Blake  <ebb9@byu.net>
7213
7214         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7215         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7216         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7217         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7218         Reported by Chris McGuire.
7219
7220 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7221
7222         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7223         in sed script.
7224
7225 2007-01-09  Bruno Haible  <bruno@clisp.org>
7226
7227         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7228         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7229         variables.
7230         (func_module): Use them.
7231
7232 2007-01-09  Bruno Haible  <bruno@clisp.org>
7233
7234         * modules/unistr/base: New file.
7235         * lib/unistr.h: New file.
7236
7237         * modules/unistr/u8-to-u16: New file.
7238         * lib/unistr/u8-to-u16.c: New file.
7239
7240         * modules/unistr/u8-to-u32: New file.
7241         * lib/unistr/u8-to-u32.c: New file.
7242
7243         * modules/unistr/u16-to-u8: New file.
7244         * lib/unistr/u16-to-u8.c: New file.
7245
7246         * modules/unistr/u16-to-u32: New file.
7247         * lib/unistr/u16-to-u32.c: New file.
7248
7249         * modules/unistr/u32-to-u8: New file.
7250         * lib/unistr/u32-to-u8.c: New file.
7251
7252         * modules/unistr/u32-to-u16: New file.
7253         * lib/unistr/u32-to-u16.c: New file.
7254
7255         * modules/unistr/u8-check: New file.
7256         * modules/unistr/u16-check: New file.
7257         * modules/unistr/u32-check: New file.
7258         * lib/unistr/u8-check.c: New file.
7259         * lib/unistr/u16-check.c: New file.
7260         * lib/unistr/u32-check.c: New file.
7261
7262         * modules/unistr/u8-chr: New file.
7263         * modules/unistr/u16-chr: New file.
7264         * modules/unistr/u32-chr: New file.
7265         * lib/unistr/u8-chr.c: New file.
7266         * lib/unistr/u16-chr.c: New file.
7267         * lib/unistr/u32-chr.c: New file.
7268
7269         * modules/unistr/u8-cmp: New file.
7270         * modules/unistr/u16-cmp: New file.
7271         * modules/unistr/u32-cmp: New file.
7272         * lib/unistr/u8-cmp.c: New file.
7273         * lib/unistr/u16-cmp.c: New file.
7274         * lib/unistr/u32-cmp.c: New file.
7275
7276         * modules/unistr/u8-cpy: New file.
7277         * modules/unistr/u16-cpy: New file.
7278         * modules/unistr/u32-cpy: New file.
7279         * lib/unistr/u8-cpy.c: New file.
7280         * lib/unistr/u16-cpy.c: New file.
7281         * lib/unistr/u32-cpy.c: New file.
7282         * lib/unistr/u-cpy.h: New file.
7283
7284         * modules/unistr/u8-cpy-alloc: New file.
7285         * modules/unistr/u16-cpy-alloc: New file.
7286         * modules/unistr/u32-cpy-alloc: New file.
7287         * lib/unistr/u8-cpy-alloc.c: New file.
7288         * lib/unistr/u16-cpy-alloc.c: New file.
7289         * lib/unistr/u32-cpy-alloc.c: New file.
7290         * lib/unistr/u-cpy-alloc.h: New file.
7291
7292         * modules/unistr/u8-endswith: New file.
7293         * modules/unistr/u16-endswith: New file.
7294         * modules/unistr/u32-endswith: New file.
7295         * lib/unistr/u8-endswith.c: New file.
7296         * lib/unistr/u16-endswith.c: New file.
7297         * lib/unistr/u32-endswith.c: New file.
7298         * lib/unistr/u-endswith.h: New file.
7299
7300         * modules/unistr/u8-mblen: New file.
7301         * modules/unistr/u16-mblen: New file.
7302         * modules/unistr/u32-mblen: New file.
7303         * lib/unistr/u8-mblen.c: New file.
7304         * lib/unistr/u16-mblen.c: New file.
7305         * lib/unistr/u32-mblen.c: New file.
7306
7307         * modules/unistr/u8-mbtouc: New file.
7308         * modules/unistr/u16-mbtouc: New file.
7309         * modules/unistr/u32-mbtouc: New file.
7310         * lib/unistr/u8-mbtouc.c: New file.
7311         * lib/unistr/u16-mbtouc.c: New file.
7312         * lib/unistr/u32-mbtouc.c: New file.
7313
7314         * modules/unistr/u8-mbtouc-safe: New file.
7315         * modules/unistr/u16-mbtouc-safe: New file.
7316         * modules/unistr/u32-mbtouc-safe: New file.
7317         * lib/unistr/u8-mbtouc-safe.c: New file.
7318         * lib/unistr/u16-mbtouc-safe.c: New file.
7319         * lib/unistr/u32-mbtouc-safe.c: New file.
7320
7321         * modules/unistr/u8-move: New file.
7322         * modules/unistr/u16-move: New file.
7323         * modules/unistr/u32-move: New file.
7324         * lib/unistr/u8-move.c: New file.
7325         * lib/unistr/u16-move.c: New file.
7326         * lib/unistr/u32-move.c: New file.
7327         * lib/unistr/u-move.h: New file.
7328
7329         * modules/unistr/u8-next: New file.
7330         * modules/unistr/u16-next: New file.
7331         * modules/unistr/u32-next: New file.
7332         * lib/unistr/u8-next.c: New file.
7333         * lib/unistr/u16-next.c: New file.
7334         * lib/unistr/u32-next.c: New file.
7335
7336         * modules/unistr/u8-prev: New file.
7337         * modules/unistr/u16-prev: New file.
7338         * modules/unistr/u32-prev: New file.
7339         * lib/unistr/u8-prev.c: New file.
7340         * lib/unistr/u16-prev.c: New file.
7341         * lib/unistr/u32-prev.c: New file.
7342
7343         * modules/unistr/u8-set: New file.
7344         * modules/unistr/u16-set: New file.
7345         * modules/unistr/u32-set: New file.
7346         * lib/unistr/u8-set.c: New file.
7347         * lib/unistr/u16-set.c: New file.
7348         * lib/unistr/u32-set.c: New file.
7349         * lib/unistr/u-set.h: New file.
7350
7351         * modules/unistr/u8-startswith: New file.
7352         * modules/unistr/u16-startswith: New file.
7353         * modules/unistr/u32-startswith: New file.
7354         * lib/unistr/u8-startswith.c: New file.
7355         * lib/unistr/u16-startswith.c: New file.
7356         * lib/unistr/u32-startswith.c: New file.
7357         * lib/unistr/u-startswith.h: New file.
7358
7359         * modules/unistr/u8-stpcpy: New file.
7360         * modules/unistr/u16-stpcpy: New file.
7361         * modules/unistr/u32-stpcpy: New file.
7362         * lib/unistr/u8-stpcpy.c: New file.
7363         * lib/unistr/u16-stpcpy.c: New file.
7364         * lib/unistr/u32-stpcpy.c: New file.
7365         * lib/unistr/u-stpcpy.h: New file.
7366
7367         * modules/unistr/u8-stpncpy: New file.
7368         * modules/unistr/u16-stpncpy: New file.
7369         * modules/unistr/u32-stpncpy: New file.
7370         * lib/unistr/u8-stpncpy.c: New file.
7371         * lib/unistr/u16-stpncpy.c: New file.
7372         * lib/unistr/u32-stpncpy.c: New file.
7373         * lib/unistr/u-stpncpy.h: New file.
7374
7375         * modules/unistr/u8-strcat: New file.
7376         * modules/unistr/u16-strcat: New file.
7377         * modules/unistr/u32-strcat: New file.
7378         * lib/unistr/u8-strcat.c: New file.
7379         * lib/unistr/u16-strcat.c: New file.
7380         * lib/unistr/u32-strcat.c: New file.
7381         * lib/unistr/u-strcat.h: New file.
7382
7383         * modules/unistr/u8-strchr: New file.
7384         * modules/unistr/u16-strchr: New file.
7385         * modules/unistr/u32-strchr: New file.
7386         * lib/unistr/u8-strchr.c: New file.
7387         * lib/unistr/u16-strchr.c: New file.
7388         * lib/unistr/u32-strchr.c: New file.
7389
7390         * modules/unistr/u8-strcmp: New file.
7391         * modules/unistr/u16-strcmp: New file.
7392         * modules/unistr/u32-strcmp: New file.
7393         * lib/unistr/u8-strcmp.c: New file.
7394         * lib/unistr/u16-strcmp.c: New file.
7395         * lib/unistr/u32-strcmp.c: New file.
7396
7397         * modules/unistr/u8-strcpy: New file.
7398         * modules/unistr/u16-strcpy: New file.
7399         * modules/unistr/u32-strcpy: New file.
7400         * lib/unistr/u8-strcpy.c: New file.
7401         * lib/unistr/u16-strcpy.c: New file.
7402         * lib/unistr/u32-strcpy.c: New file.
7403         * lib/unistr/u-strcpy.h: New file.
7404
7405         * modules/unistr/u8-strcspn: New file.
7406         * modules/unistr/u16-strcspn: New file.
7407         * modules/unistr/u32-strcspn: New file.
7408         * lib/unistr/u8-strcspn.c: New file.
7409         * lib/unistr/u16-strcspn.c: New file.
7410         * lib/unistr/u32-strcspn.c: New file.
7411         * lib/unistr/u-strcspn.h: New file.
7412
7413         * modules/unistr/u8-strdup: New file.
7414         * modules/unistr/u16-strdup: New file.
7415         * modules/unistr/u32-strdup: New file.
7416         * lib/unistr/u8-strdup.c: New file.
7417         * lib/unistr/u16-strdup.c: New file.
7418         * lib/unistr/u32-strdup.c: New file.
7419         * lib/unistr/u-strdup.h: New file.
7420
7421         * modules/unistr/u8-strlen: New file.
7422         * modules/unistr/u16-strlen: New file.
7423         * modules/unistr/u32-strlen: New file.
7424         * lib/unistr/u8-strlen.c: New file.
7425         * lib/unistr/u16-strlen.c: New file.
7426         * lib/unistr/u32-strlen.c: New file.
7427         * lib/unistr/u-strlen.h: New file.
7428
7429         * modules/unistr/u8-strmblen: New file.
7430         * modules/unistr/u16-strmblen: New file.
7431         * modules/unistr/u32-strmblen: New file.
7432         * lib/unistr/u8-strmblen.c: New file.
7433         * lib/unistr/u16-strmblen.c: New file.
7434         * lib/unistr/u32-strmblen.c: New file.
7435
7436         * modules/unistr/u8-strmbtouc: New file.
7437         * modules/unistr/u16-strmbtouc: New file.
7438         * modules/unistr/u32-strmbtouc: New file.
7439         * lib/unistr/u8-strmbtouc.c: New file.
7440         * lib/unistr/u16-strmbtouc.c: New file.
7441         * lib/unistr/u32-strmbtouc.c: New file.
7442
7443         * modules/unistr/u8-strncat: New file.
7444         * modules/unistr/u16-strncat: New file.
7445         * modules/unistr/u32-strncat: New file.
7446         * lib/unistr/u8-strncat.c: New file.
7447         * lib/unistr/u16-strncat.c: New file.
7448         * lib/unistr/u32-strncat.c: New file.
7449         * lib/unistr/u-strncat.h: New file.
7450
7451         * modules/unistr/u8-strncmp: New file.
7452         * modules/unistr/u16-strncmp: New file.
7453         * modules/unistr/u32-strncmp: New file.
7454         * lib/unistr/u8-strncmp.c: New file.
7455         * lib/unistr/u16-strncmp.c: New file.
7456         * lib/unistr/u32-strncmp.c: New file.
7457
7458         * modules/unistr/u8-strncpy: New file.
7459         * modules/unistr/u16-strncpy: New file.
7460         * modules/unistr/u32-strncpy: New file.
7461         * lib/unistr/u8-strncpy.c: New file.
7462         * lib/unistr/u16-strncpy.c: New file.
7463         * lib/unistr/u32-strncpy.c: New file.
7464         * lib/unistr/u-strncpy.h: New file.
7465
7466         * modules/unistr/u8-strnlen: New file.
7467         * modules/unistr/u16-strnlen: New file.
7468         * modules/unistr/u32-strnlen: New file.
7469         * lib/unistr/u8-strnlen.c: New file.
7470         * lib/unistr/u16-strnlen.c: New file.
7471         * lib/unistr/u32-strnlen.c: New file.
7472         * lib/unistr/u-strnlen.h: New file.
7473
7474         * modules/unistr/u8-strpbrk: New file.
7475         * modules/unistr/u16-strpbrk: New file.
7476         * modules/unistr/u32-strpbrk: New file.
7477         * lib/unistr/u8-strpbrk.c: New file.
7478         * lib/unistr/u16-strpbrk.c: New file.
7479         * lib/unistr/u32-strpbrk.c: New file.
7480         * lib/unistr/u-strpbrk.h: New file.
7481
7482         * modules/unistr/u8-strrchr: New file.
7483         * modules/unistr/u16-strrchr: New file.
7484         * modules/unistr/u32-strrchr: New file.
7485         * lib/unistr/u8-strrchr.c: New file.
7486         * lib/unistr/u16-strrchr.c: New file.
7487         * lib/unistr/u32-strrchr.c: New file.
7488
7489         * modules/unistr/u8-strspn: New file.
7490         * modules/unistr/u16-strspn: New file.
7491         * modules/unistr/u32-strspn: New file.
7492         * lib/unistr/u8-strspn.c: New file.
7493         * lib/unistr/u16-strspn.c: New file.
7494         * lib/unistr/u32-strspn.c: New file.
7495         * lib/unistr/u-strspn.h: New file.
7496
7497         * modules/unistr/u8-strstr: New file.
7498         * modules/unistr/u16-strstr: New file.
7499         * modules/unistr/u32-strstr: New file.
7500         * lib/unistr/u8-strstr.c: New file.
7501         * lib/unistr/u16-strstr.c: New file.
7502         * lib/unistr/u32-strstr.c: New file.
7503         * lib/unistr/u-strstr.h: New file.
7504
7505         * modules/unistr/u8-strtok: New file.
7506         * modules/unistr/u16-strtok: New file.
7507         * modules/unistr/u32-strtok: New file.
7508         * lib/unistr/u8-strtok.c: New file.
7509         * lib/unistr/u16-strtok.c: New file.
7510         * lib/unistr/u32-strtok.c: New file.
7511         * lib/unistr/u-strtok.h: New file.
7512
7513         * modules/unistr/u8-uctomb: New file.
7514         * modules/unistr/u16-uctomb: New file.
7515         * modules/unistr/u32-uctomb: New file.
7516         * lib/unistr/u8-uctomb.c: New file.
7517         * lib/unistr/u16-uctomb.c: New file.
7518         * lib/unistr/u32-uctomb.c: New file.
7519
7520         * MODULES.html.sh (Unicode string functions): Add the new modules.
7521
7522 2007-01-08  Bruno Haible  <bruno@clisp.org>
7523
7524         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7525         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7526         subdirectories.
7527
7528 2007-01-08  Karl Berry  <karl@gnu.org>
7529
7530         * doc/error.texi: mention that main() fns must set program_name
7531         when progname is used.
7532
7533 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7534
7535         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7536         WCTYPE_H is empty, for the benefit of builds from non-distclean
7537         directories.  Problem reported by Eric Blake in
7538         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7539
7540 2007-01-08  Bruno Haible  <bruno@clisp.org>
7541
7542         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7543         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7544         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7545         PROVIDE_CANONICALIZE_FILENAME_MODE.
7546         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7547
7548 2007-01-08  Bruno Haible  <bruno@clisp.org>
7549
7550         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7551         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7552         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7553         * lib/fts.c: Likewise.
7554         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7555
7556 2006-12-25  Bruno Haible  <bruno@clisp.org>
7557
7558         * modules/utf8-ucs4-safe: New file.
7559         * lib/utf8-ucs4-safe.h: New file.
7560         * lib/unistr/utf8-ucs4-safe.c: New file.
7561
7562         * modules/utf16-ucs4-safe: New file.
7563         * lib/utf16-ucs4-safe.h: New file.
7564         * lib/unistr/utf16-ucs4-safe.c: New file.
7565
7566         * MODULES.html.sh (Unicode string functions): Add the new modules.
7567
7568 2007-01-08  Bruno Haible  <bruno@clisp.org>
7569
7570         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7571         (Depends-on): Add unitypes.
7572         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7573         (u8_mbtouc_aux): Move out to separate file.
7574         (u8_mbtouc): Use ucs4_t, uint8_t types.
7575         * lib/unistr/utf8-ucs4.c: New file.
7576
7577         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7578         (Depends-on): Add unitypes.
7579         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7580         (u16_mbtouc_aux): Move out to separate file.
7581         (u16_mbtouc): Use ucs4_t, uint16_t types.
7582         * lib/unistr/utf16-ucs4.c: New file.
7583
7584         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7585         (Depends-on): Add unitypes.
7586         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7587         (u8_uctomb_aux): Move out to separate file.
7588         (u8_uctomb): Use ucs4_t, uint8_t types.
7589         * lib/unistr/ucs4-utf8.c: New file.
7590
7591         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7592         (Depends-on): Add unitypes.
7593         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7594         (u16_uctomb_aux): Move out to separate file.
7595         (u16_uctomb): Use ucs4_t, uint16_t types.
7596         * lib/unistr/ucs4-utf16.c: New file.
7597
7598 2006-12-25  Bruno Haible  <bruno@clisp.org>
7599
7600         * modules/unitypes: New file.
7601         * lib/unitypes.h: New file.
7602         * MODULES.html.sh (func_all_modules): New section "Unicode string
7603         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7604         this section. Add unitypes.
7605
7606 2007-01-08  Bruno Haible  <bruno@clisp.org>
7607
7608         Avoid variable names that conflict with those from libtool.
7609         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7610         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7611         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7612         library_names_spec to acl_library_names_spec, hardcode_* to
7613         acl_hardcode_*.
7614         Reported by Ralf Wildenhues.
7615
7616 2007-01-08  Bruno Haible  <bruno@clisp.org>
7617
7618         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7619         definition.
7620         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7621         definition.
7622         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7623         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7624         definition.
7625         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7626         definition.
7627         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7628         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7629         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7630         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7631         definition.
7632         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7633         definition.
7634         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7635         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7636         GC_USE_<algorithm>.
7637         * lib/gc-libgcrypt.c: Likewise.
7638         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7639         * modules/gc-arctwo (configure.ac): Likewise.
7640         * modules/gc-des (configure.ac): Likewise.
7641         * modules/gc-hmac-md5 (configure.ac): Likewise.
7642         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7643         * modules/gc-md2 (configure.ac): Likewise.
7644         * modules/gc-md4 (configure.ac): Likewise.
7645         * modules/gc-md5 (configure.ac): Likewise.
7646         * modules/gc-random (configure.ac): Likewise.
7647         * modules/gc-rijndael (configure.ac): Likewise.
7648         * modules/gc-sha1 (configure.ac): Likewise.
7649
7650 2007-01-08  Bruno Haible  <bruno@clisp.org>
7651
7652         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7653         macro definition.
7654         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7655         definition.
7656         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7657         definition.
7658         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7659         * modules/fcntl-safer (configure.ac): Likewise.
7660         * modules/fopen-safer (configure.ac): Likewise.
7661         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7662         GNULIB_FWRITEERROR macro definition.
7663
7664 2007-01-08  Bruno Haible  <bruno@clisp.org>
7665
7666         * m4/gnulib-common.m4: New file.
7667         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7668         (func_get_filelist): Add m4/gnulib-common.m4.
7669
7670 2007-01-08  Bruno Haible  <bruno@clisp.org>
7671
7672         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7673         command.
7674
7675 2007-01-08  Jim Meyering  <jim@meyering.net>
7676
7677         Use a more robust test for a "can't happen" condition.
7678         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7679         narrowed the st_size value.  Presuming the "can't happen" condition
7680         is true, that narrowing could conceivably convert an invalid st_size
7681         value into a valid one.  Instead, use a change based on Matthew
7682         Woehlke's original patch.
7683
7684         Slight readability improvement: use an assert-like macro
7685         in place of literal "abort ()" uses.
7686         * lib/fts.c (fts_assert): Define.
7687         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7688         Use this macro instead of a bare 'abort'.
7689
7690 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7691
7692         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7693         simply work around them.
7694         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7695         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7696         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7697         declaring.
7698         Don't bother to define as macros, since the standard doesn't require it.
7699         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7700         longer worry about IRIX 5.3.
7701         (HAVE_WCTYPE_CTMP_BUG): Remove.
7702
7703 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7704
7705         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7706         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7707         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7708         Problems reported by Georg Schwarz for IRIX 5.3.
7709
7710         * gnulib-tool (autoconf_minversion): Take the maximum version number
7711         found, not the minimum.  Problem reported by James Youngman.
7712
7713 2007-01-03  Karl Berry  <karl@gnu.org>
7714
7715         * doc/error.texi: new file, explaining interaction with progname.
7716         * doc/gnulib.texi: include it.  Update copyright.
7717
7718 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7719
7720         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7721         AC_CANONICAL_HOST, to improve autobuild outputs.
7722
7723 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7724             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7725
7726         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7727         sockets, server sockets, and other file descriptors.  Count errors
7728         to compute the return value.  Reorder the code a bit to be easier
7729         to follow.  Don't set event bits that were not requested (except
7730         POLLERR and POLLHUP).
7731
7732 2007-01-01  Bruno Haible  <bruno@clisp.org>
7733
7734         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7735
7736 2007-01-03  Jim Meyering  <jim@meyering.net>
7737
7738         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7739
7740 2007-01-02  Bruno Haible  <bruno@clisp.org>
7741
7742         * modules/settime (Include): Require timespec.h.
7743         * modules/nanosleep (Include): Likewise.
7744
7745 2007-01-01  Bruno Haible  <bruno@clisp.org>
7746
7747         * gnulib-tool (func_emit_copyright_notice): Bump year.
7748         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7749
7750 2007-01-01  Bruno Haible  <bruno@clisp.org>
7751
7752         Improve support for OpenBSD.
7753         * build-aux/config.rpath (libname_spec): Export.
7754         (library_names_spec): New variable. Export.
7755         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7756         library_names_spec from the config.rpath output. Locate shared library
7757         through the name pattern in library_names_spec.
7758
7759 2007-01-01  Eric Blake  <ebb9@byu.net>
7760
7761         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7762
7763 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7764
7765         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7766         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7767         assume the C locale, and avoid an "eval" that could cause trouble.
7768         Problem with SORT reported by Bob Proulx.
7769
7770         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7771         Define.  Trivial patch from Henning Nielsen Lund, originally
7772         sent to bug-grep@gnu.org today.
7773
7774 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7775
7776         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7777         struct stat.  Problem reported by Henning Nielsen Lund.
7778         * lib/acl.c: Include acl.h first, to check interface.  Don't
7779         bother to include sys/types.h and sys/stat.h again.
7780
7781 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7782
7783         Import the following change from libc; problem reported by
7784         Sven Verdoolaege.
7785
7786         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7787
7788         [BZ #1373]
7789         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7790
7791 2006-12-28  Jim Meyering  <jim@meyering.net>
7792
7793         * build-aux/announce-gen: Do not assume that the package
7794         builds any of tar.gz, tar.bz2, and .xdelta files.
7795         Suggestion from Simon Josefsson.
7796
7797 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7798
7799         * modules/announce-gen: New file.
7800
7801 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7802
7803         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7804         handles its gotchas now.
7805         * lib/mbswidth.c: Likewise.
7806         * lib/wcwidth.h: Likewise.
7807         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7808         and iswcntrl; the wctype module does this stuff now.
7809         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7810         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7811         * modules/mbchar (Depends-on): Add wctype.
7812         * modules/mbswidth (Depends-on): Likewise.
7813         * modules/wcwidth (Depends-on): Likewise.
7814
7815 2006-12-27  Eric Blake  <ebb9@byu.net>
7816
7817         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7818         module uses more than what <wctype.h> is required to provide.
7819
7820 2006-12-26  Eric Blake  <ebb9@byu.net>
7821
7822         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7823
7824 2006-12-26  Eric Blake  <ebb9@byu.net>
7825
7826         * modules/absolute-header: New module.
7827         * modules/fcntl (Depends-on): Depend on it.
7828         * modules/inttypes (Depends-on): Likewise.
7829         * modules/stdint (Depends-on): Likewise.
7830         * modules/sys_stat (Depends-on): Likewise.
7831         * modules/wctype (Depends-on): Likewise.
7832         * MODULES.html.sh (Support for building libraries and
7833         executables): Document it.
7834
7835 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7836
7837         * gnulib-tool (SED): Remove, undoing previous change.
7838         The problem was that it broke coreutils on Solaris, because
7839         "sed --posix" leaked into a makefile.
7840         (sed): New alias, if 'alias' and GNU sed.
7841
7842 2006-12-24  Jim Meyering  <jim@meyering.net>
7843
7844         Work around an fchownat bug in glibc-2.4:
7845         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7846         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7847         in spite of the -P option.
7848         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7849         New macros.
7850         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7851         * modules/openat (Files): Add lib/fchownat.c.
7852         * lib/openat.c (fchownat): Don't define here.  Move to...
7853         * lib/fchownat.c: ...this new file.
7854
7855 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7856
7857         Fix bug reported by Bruno Haible in
7858         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7859         where quotearg.c didn't compile on Mac OS X 10.2 because it
7860         lacks <wchar.h> and wint_t.
7861         * lib/wctype_.h (__wctype_wint_t): New type.
7862         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7863         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7864         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7865         Arg is now of type __wctype_wint_t, not wint_t.
7866         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7867         substitute HAVE_WINT_T.
7868         * modules/wctype (Files): Add m4/wint_t.m4.
7869         (wctype.h): Substitute HAVE_WINT_T.
7870
7871 2006-12-23  Bruno Haible  <bruno@clisp.org>
7872
7873         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7874
7875 2006-12-23  Bruno Haible  <bruno@clisp.org>
7876
7877         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7878         S_ISLNK.
7879         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7880         mingw.
7881
7882 2006-12-22  Bruno Haible  <bruno@clisp.org>
7883
7884         * lib/copy-file.c: Include acl.h.
7885         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7886         Close the file descriptors only after being done with copy_acl.
7887         * modules/copy-file (Depends-on): Add acl.
7888
7889 2006-12-22  Bruno Haible  <bruno@clisp.org>
7890
7891         * gnulib-tool (SED): New variable.
7892         Use $SED instead of sed everywhere.
7893
7894 2006-12-22  Bruno Haible  <bruno@clisp.org>
7895
7896         * modules/no-c++: New file.
7897         * m4/no-c++.m4: New file.
7898         * MODULES.html.sh (Support for building libraries and executables):
7899         Add no-c++.
7900
7901 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7902
7903         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7904         Include <limits.h>, and use its INT_MAX to rewrite the
7905         j loop so that it does not overflow 'int'.  Problem reported by
7906         Ralf Wildenhues in
7907         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7908         Play it safe by shifting left by 1 rather than multiplying by 2,
7909         as GCC is less likely to optimize this away when the value
7910         is signed (when it assumes overflow leads to undefined behavior).
7911         Also, don't assume time_t uses two's complement.
7912
7913 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
7914
7915         * MODULES.html.sh: New module wctype.
7916         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
7917         * lib/fnmatch.c: Don't bother to include <wchar.h> before
7918         <wctype.h>, since the new wctype module should fix this.
7919         * lib/quotearg.c: Include <wctype.h> unconditionally, since
7920         the wctype module should arrange for it.
7921         * lib/regex_internal.h: Likewise.
7922         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
7923         since the wctype module should handle this now.
7924         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
7925         * modules/fnmatch (Depends-on): Add wctype.
7926         * modules/quotearg (Depends-on): Likewise.
7927         * modules/regex (Depends-on): Likewise.
7928
7929 2006-12-19  Bruno Haible  <bruno@clisp.org>
7930
7931         * lib/strdup.h [C++]: Wrap definitions in extern "C".
7932         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
7933
7934 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7935
7936         * modules/savewd (Depends-on): Fix dependency on fcntl.
7937
7938 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7939
7940         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
7941         conforms to C99, rather than relying on the user's environment
7942         setting of STDINT_H.
7943
7944 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7945         and Eric Blake  <ebb9@byu.net>
7946
7947         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
7948         This is more consistent with the other defines here.
7949         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
7950         Port to z/OS.  Problem reported by Paul Gilmartin.
7951         Change local vars to use gl_ prefix rather than ac_.
7952         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
7953         with other defines.
7954         * modules/double-slash-root: New module.
7955         * modules/dirname (Files): Remove m4/double-slash-root.m4.
7956         (Depends-on): Add double-slash-root.
7957         * MODULES.html.sh (File system functions): Mention new module.
7958
7959 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
7960
7961         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
7962         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
7963         This is for the benefit of gzip, which doesn't do i18n.
7964
7965 2006-12-12  Jim Meyering  <jim@meyering.net>
7966
7967         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
7968         Reported by Andreas Schwab <schwab@suse.de>.
7969
7970 2006-12-12  Bruno Haible  <bruno@clisp.org>
7971
7972         Merge these changes.
7973         2006-09-05  Bruno Haible  <bruno@clisp.org>
7974         * lib/iconvme.c (iconv_string): No need to save and restore errno when
7975         iconv_alloc succeeded.
7976         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
7977         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
7978         test for " && dest " at the end - dest is always != NULL there. Call
7979         iconv with 4xNULL arguments initially, to reset the state. Call iconv
7980         with 2xNULL arguments, also to flush the state storage. Handle the
7981         IRIX iconv behaviour. Realloc the final result, to throw away unused
7982         memory.
7983
7984 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7985
7986         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
7987         and fchmodat unconditionally, since glibc 2.4 has them.
7988         Problem reported by Arkadiusz Miskiewicz.
7989
7990 2006-12-10  Bruno Haible  <bruno@clisp.org>
7991
7992         * gnulib-tool (func_import): Show the include files only for those
7993         modules that are copied and specified.
7994         Reported by Karl Berry.
7995
7996 2006-12-08  Jim Meyering  <jim@meyering.net>
7997
7998         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
7999         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8000
8001         * build-aux/announce-gen: Add two new options, both optional:
8002         --bootstrap-tools=TOOL_LIST
8003               a comma-separated list of tools, e.g.,
8004               autoconf,automake,bison,gnulib
8005         --gnulib-snapshot-date=DATE
8006               if gnulib is in the bootstrap tool list,
8007               then report this as the snapshot date.
8008               If not specified, use the current date/time.
8009               If you specify a date here, be sure it's UTC.
8010
8011 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8012
8013         * tests/test-argp-2.sh: Fix test to match actual output.
8014         (func_compare): Fix sed script to be portable.
8015
8016 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8017
8018         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8019         workaround for this case.  It is not autoconfigured now; offhand
8020         it's hard to see how to autoconfigure it.
8021
8022 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8023
8024         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8025         a directory that is about to be chowned.  Such a directory's
8026         initial file permissions should permit the owner only and this
8027         should not be changed until after the chown, since the group and
8028         other bits would be incorrect if they granted permission before
8029         the chown.
8030
8031         Fix porting problem for iswctype reported by Georg Schwarz in:
8032         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8033         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8034         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8035         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8036         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8037
8038 2006-12-03  Jim Meyering  <jim@meyering.net>
8039
8040         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8041         p->fts_statp may not yet be defined.
8042         (fts_read): Instead, set it in the caller, once p->fts_statp is
8043         sure to be defined, and corresponds to a top-level directory.
8044         This bug made du -x fail.  Here's the coreutils test case:
8045         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8046         Reported by Mike Frysinger.
8047
8048 2006-12-01  Jim Meyering  <jim@meyering.net>
8049
8050         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8051         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8052         Reported by Simon Josefsson.
8053
8054 2006-11-30  Jim Meyering  <jim@meyering.net>
8055
8056         * m4/warning.m4: Use the all-permissive copyright notice
8057         recommended by RMS (rather than LGPL).
8058         * m4/vararrays.m4: Likewise.
8059         * m4/flexmember.m4: Likewise.
8060
8061 2006-11-29  Bruno Haible  <bruno@clisp.org>
8062
8063         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8064         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8065         using +=.
8066         Reported by Simon Josefsson <simon@josefsson.org>.
8067
8068 2006-11-28  James Youngman <jay@gnu.org>
8069
8070         * README: Advise users that they might find the bug-gnulib@gnu.org
8071         and autotools-announce@gnu.org mailing lists useful.
8072
8073 2006-11-28  Bruno Haible  <bruno@clisp.org>
8074
8075         * m4/ptrdiff_max.m4: Remove file.
8076
8077 2006-11-21  Bruno Haible  <bruno@clisp.org>
8078
8079         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8080         _AC_COMPUTE_INT.
8081         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8082         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8083         _AC_COMPUTE_INT.
8084         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8085         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8086         _AC_COMPUTE_INT.
8087         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8088
8089 2006-11-28  Jim Meyering  <jim@meyering.net>
8090
8091         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8092         warning from "gcc -Wshadow" about shadowing the builtin.
8093
8094 2006-11-27  Bruno Haible  <bruno@clisp.org>
8095
8096         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8097         _AC_COMPUTE_INT.
8098         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8099
8100 2006-11-27  Bruno Haible  <bruno@clisp.org>
8101             Paul Eggert  <eggert@cs.ucla.edu>
8102
8103         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8104
8105 2006-11-26  Bruno Haible  <bruno@clisp.org>
8106
8107         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8108         noinst_LTLIBRARIES.
8109
8110 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8111             Bruno Haible  <bruno@clisp.org>
8112
8113         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8114         if compiling with "gcc -ansi".
8115
8116 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8117
8118         Fix some incompatibilities with gcc -ansi -pedantic.
8119         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8120         if compiling pedantically with GCC, unless it's C99 or later.
8121         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8122         it mishandles gcc -ansi -pedantic as well.
8123         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8124         if gcc -pedantic.
8125         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8126         initializers for struct if -pedantic, unless it's C99 or later.
8127
8128 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8129
8130         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8131         Don't close an fd more than once. Identical atimes indicate
8132         success, not failure.
8133
8134 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8135
8136         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8137
8138 2006-11-23  Jim Meyering  <jim@meyering.net>
8139
8140         * build-aux/announce-gen: New file.  From coreutils.
8141
8142 2006-11-22  Jim Meyering  <jim@meyering.net>
8143
8144         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8145         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8146         (fts_read): Use a temporary to narrow the overused st_size member
8147         before using it in a switch statement.  Reported by Matthew Woehlke.
8148
8149         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8150         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8151
8152 2006-11-20  Bruno Haible  <bruno@clisp.org>
8153
8154         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8155         changequote instead of pairs of brackets.
8156         Reported by Andreas Schwab <schwab@suse.de>.
8157
8158 2006-11-21  Jim Meyering  <jim@meyering.net>
8159
8160         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8161         so as to remain compatible with older compilers.
8162         Patch from Michael Deutschmann.
8163
8164 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8165
8166         * MODULES.html.sh (File system functions): Add openat.
8167
8168         * lib/openat.h (rpl_fstatat): New macro, if
8169         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8170         (fstatat): Define to rpl_fstatat under the same conditions,
8171         unless COMPILING_FSTATAT.
8172         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8173         seems to have the bug.
8174         * lib/fstatat.c: New file.
8175         * modules/openat (Files): Add it.
8176
8177 2006-11-20  Bruno Haible  <bruno@clisp.org>
8178
8179         * Makefile: New file.
8180
8181 2006-11-20  Jim Meyering  <jim@meyering.net>
8182
8183         The beginnings of syntax-related checks for gnulib.
8184         * lib/Makefile: New file.
8185         * lib/t-idcache: New script.  Ensure that the two halves of
8186         idcache.c stay in sync.
8187
8188         * lib/idcache.c: Adjust comments in user- and group- portions to
8189         be more accurate, and to be consistent with one another.
8190
8191 2006-11-20  Jim Meyering  <jim@meyering.net>
8192
8193         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8194         continue using the flexible array member (thus, this module performs
8195         half as many malloc calls), with the addition that...
8196         (getgroup, getuser): Consistently record a non-match via an empty
8197         "name" string, and map an empty string match to a NULL return value.
8198         * modules/idcache (Depends-on): Re-add flexmember.
8199
8200         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8201         (getuidbyname, getgroup, getgidbyname): Likewise.
8202
8203         Use cleaner syntax: NULL rather than 0.
8204         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8205
8206 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8207
8208         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8209         It mishandled the case where the group was missing.
8210         Problem reported by Greg Schafer.
8211         * modules/idcache: Likewise.
8212
8213 2006-11-18  Jim Meyering  <jim@meyering.net>
8214
8215         * check-module (%exempt_header): Add exception for some
8216         conditionally-included headers.
8217
8218         * modules/i-ring (Depends-on): Add verify.
8219         (License): Change to LGPL.
8220
8221 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8222
8223         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8224         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8225         and inttostr.h.  Use snprintf rather than uinttostr, so that
8226         LGPLed code doesn't depend on GPLed.
8227
8228 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8229
8230         * modules/inline (License): Change from GPL to LGPL.
8231
8232 2006-11-17  Jim Meyering  <jim@meyering.net>
8233
8234         * modules/d-type (License): Switch to LGPL.
8235
8236 2006-11-15  Bruno Haible  <bruno@clisp.org>
8237
8238         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8239
8240 2006-11-15  Eric Blake  <ebb9@byu.net>
8241
8242         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8243         the module dependency.
8244
8245 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8246             Bruno Haible  <bruno@clisp.org>
8247
8248         * gnulib-tool (func_create_testdir): Add license consistency check.
8249
8250 2006-11-15  Eric Blake  <ebb9@byu.net>
8251
8252         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8253         random "(cached)" in configure output.
8254
8255 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8256
8257         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8258         test for conforming inttypes.h is both announced and cached.
8259
8260         * MODULES.html.sh (seen_modules, seen_files): New variables.
8261         (func_module): Rewrite to use a few less gnulib-tool and sed
8262         invocations.  Avoid a couple of quadratic algorithms for ...
8263         (missed_modules, missed_files): ... these, with ...
8264         (func_append, func_tmpdir): ... these new functions, from
8265         gnulib-tool.  Analogously, install traps for cleanup.
8266
8267         * tests/test-gc.c (main): Remove unused variables.
8268         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8269
8270 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8271
8272         * modules/inttostr (License): Change to LGPL.
8273
8274 2006-11-14  Eric Blake  <ebb9@byu.net>
8275
8276         * modules/tempname (License): Change to LGPL.
8277
8278 2006-11-14  Eric Blake  <ebb9@byu.net>
8279
8280         * doc/functions.texi (Function Portability): *printf functions on
8281         Cygwin now understand all POSIX size specifiers.
8282
8283 2006-11-14  Bruno Haible  <bruno@clisp.org>
8284
8285         * modules/c-ctype (License): Change to LGPL.
8286
8287 2006-11-12  Bruno Haible  <bruno@clisp.org>
8288
8289         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8290         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8291         for GNOME libraries, for which the include files are installed in
8292         subdirectories of $prefix/include.
8293
8294 2006-11-12  Bruno Haible  <bruno@clisp.org>
8295
8296         * m4/lib-link.m4: Require at least autoconf-2.54.
8297         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8298         name to underscores for the --with option.
8299
8300 2006-11-13  Bruno Haible  <bruno@clisp.org>
8301
8302         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8303         the tests directory.
8304         Reported by Ralf Wildenhues.
8305
8306 2006-11-13  Bruno Haible  <bruno@clisp.org>
8307
8308         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8309         (func_emit_initmacro_end): Undo the override here.
8310         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8311         Works around the famous automake error in coreutils.
8312
8313 2006-11-13  Eric Blake  <ebb9@byu.net>
8314
8315         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8316         element, not its node.
8317
8318 2006-11-12  Bruno Haible  <bruno@clisp.org>
8319
8320         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8321         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8322
8323 2006-11-12  Bruno Haible  <bruno@clisp.org>
8324
8325         * gnulib-tool: New option --local-symlink.
8326         (func_usage): Document it.
8327         (lsymbolic): New variable.
8328         (func_import, func_create_testdir): If --symlink was not specified,
8329         test whether --local-symlink was specified and the file comes from
8330         the local_gnulib_dir.
8331
8332 2006-11-12  Bruno Haible  <bruno@clisp.org>
8333
8334         * gnulib-tool (func_ln): New function.
8335         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8336
8337 2006-11-12  Bruno Haible  <bruno@clisp.org>
8338
8339         Finish support for source files in subdirectories.
8340         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8341         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8342         AUTOMAKE_OPTIONS.
8343         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8344
8345 2006-11-12  Bruno Haible  <bruno@clisp.org>
8346
8347         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8348         EXTRA_lib_SOURCES augmentation.
8349         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8350
8351 2006-11-12  Jim Meyering  <jim@meyering.net>
8352
8353         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8354         file descriptors.  This also averts a failure on systems with
8355         native openat support when a traversed directory lacks "x" access.
8356         * lib/fts_.h: Include "i-ring.h"
8357         (struct FTS) [fts_fd_ring]: New member.
8358         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8359         (FCHDIR): Add parentheses.
8360         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8361         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8362         When descending, rather than simply closing the previous
8363         fts_cwd_fd value, push that file descriptor onto the ring.
8364         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8365         (fts_open): Initialize the new fd_ring member.
8366         (fts_close): Clear the ring.
8367         (fts_safe_changedir): When possible, use our new fd_ring to skip
8368         the diropen and fstat and dev/ino comparison that would normally
8369         accompany a virtual `chdir ("..")'.
8370
8371         * modules/fts (Depends-on): Add i-ring.
8372         * modules/i-ring: New module.
8373         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8374         * m4/i-ring.m4: New file.
8375
8376 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8377
8378         * gnulib-tool (func_create_testdir): Fix replacement of
8379         `build-aux' in configure.ac.  Run autotools in gltests
8380         subdirectory.
8381         (func_create_testdir, func_create_megatestdir, test): There is
8382         no need for '--force' in most autotool invocations in a new
8383         tree.  Actually fail the whole test if any of the tools, or the
8384         configure or make stages fail.
8385
8386         Sync from Automake.
8387         * build-aux/gnupload: Revert last change.  Add pointer to upload
8388         instructions of the GNU Maintenance Instructions.
8389         Suggestion by Karl Berry.
8390
8391 2006-11-10  Jim Meyering  <jim@meyering.net>
8392
8393         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8394
8395 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8396
8397         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8398         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8399         (bind_textdomain_codeset) [! ENABLE_NLS]:
8400         Evaluate all the arguments.  That way, callers get compatible behavior
8401         if the arguments have side effects.  Also, it avoids some GCC
8402         diagnostics in some cases; Joel E. Denny reported problems when Bison
8403         was configured with --enable-gcc-warnigs.
8404
8405 2006-11-10  Jim Meyering  <jim@meyering.net>
8406
8407         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8408         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8409         account.
8410
8411 2006-11-10  Jim Meyering  <jim@meyering.net>
8412
8413         * modules/inline: New file/module.
8414         * modules/xalloc (Files): Remove m4/inline.m4.
8415         (Depends-on): Add inline, instead.
8416         * modules/oset: Likewise.
8417         * modules/list: Likewise.
8418
8419 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8420
8421         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8422         Problem reported by Matthew Woehlke.
8423
8424 2006-11-09  Bruno Haible  <bruno@clisp.org>
8425
8426         * lib/tempname.c (gen_tempname): Remove variant that invokes
8427         __gen_tempname.
8428         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8429         __gen_tempname.
8430
8431 2006-11-08  Bruno Haible  <bruno@clisp.org>
8432
8433         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8434         to 'yes' instead of 'cross-compiling'.
8435
8436 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8437
8438         * lib/quotearg.h (quotearg_free): New decl.
8439         * lib/quotearg.c (quotearg_free): New function.
8440         (slot0, nslots, slotvec0, slotvec):
8441         Now file-scope so that quotearg_free can get at them.
8442
8443 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8444
8445         Sync from Automake.
8446         * build-aux/gnupload: Add missing 'gnu' to example URL.
8447         Report by Karl Berry.
8448
8449 2006-11-08  Bruno Haible  <bruno@clisp.org>
8450
8451         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8452         Suggested by Paul Eggert.
8453
8454 2006-11-08  Jim Meyering  <jim@meyering.net>
8455
8456         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8457         It's already included if !_LIBC.
8458         (fts_safe_changedir): Add a comment.
8459
8460 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8461
8462         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8463         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8464         Matthew Woehlke.
8465
8466         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8467         definitions up, to avoid colliding with change below.
8468         (static_inline) [HAVE_INLINE]: New macro.
8469         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8470         Provide extern decls when !HAVE_INLINE.  Do not define unless
8471         static_inline is defined, either by us or by xmalloc.c.  Use
8472         static_inline rather than static inline.
8473         (XCALLOC): Optimize sizeof(T) = 1 case.
8474         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8475
8476 2006-11-07  Bruno Haible  <bruno@clisp.org>
8477
8478         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8479         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8480         AC_C_INLINE.
8481         * modules/xalloc (Files): Add m4/inline.m4.
8482
8483 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8484
8485         * README: Fix typo.
8486         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8487         (Miscellanous Notes): ...from this.
8488
8489 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8490
8491         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8492         Mention that offsetof should be used instead of sizeof.
8493         From Bruno Haible.
8494
8495 2006-11-07  Bruno Haible  <bruno@clisp.org>
8496
8497         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8498
8499 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8500
8501         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8502         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8503         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8504         (gl_tree_add_before, gl_tree_add_after):
8505         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8506         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8507         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8508         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8509         (gl_linked_add_after, gl_linked_add_at): Likewise.
8510         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8511         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8512         (gl_tree_add_before, gl_tree_add_after): Likewise.
8513         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8514         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8515         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8516
8517 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8518
8519         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8520
8521 2006-11-06  Bruno Haible  <bruno@clisp.org>
8522
8523         * m4/inline.m4: New file.
8524         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8525         * modules/list (Files): Add m4/inline.m4.
8526         * modules/oset (Files): Likewise.
8527
8528 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8529
8530         * lib/idcache.c: Include <stddef.h>, for offsetof.
8531         (struct userid.name): Change from char * to a flexible array member.
8532         All uses changed.
8533         * modules/idcache (Depends-on): Add flexmember.
8534
8535         * MODULES.html.sh (Core language properties): New module flexmember.
8536         * modules/flexmember, m4/flexmember.m4: New files.
8537
8538         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8539         inline functions that are identical with the old xnmalloc_inline,
8540         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8541         that we can avoid some unnecessary integer multiplications and
8542         divisions in the common case where the element size is known at
8543         compile time.
8544         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8545         needed.
8546         (xnboundedmalloc): Remove.
8547         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8548         arguments, for consistency with rest of this header.
8549         (xcharalloc): Rewrite using XNMALLOC.
8550         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8551         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8552         versions have been moved to lib/xalloc.h and renamed to be the
8553         non-*_inline versions.
8554         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8555         and xnrealloc functions, since those functions are now inline and
8556         now call us.
8557         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8558         renaming described above.
8559         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8560         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8561         captures the dependency in AC_C_INLINE.
8562
8563         New module canonicalize-lgpl, proposed by Charles Wilson in
8564         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8565         with a few small changes afterwards.
8566         * MODULES.html.sh (File system functions): New module
8567         canonicalize-lgpl.
8568         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8569         and canonicalize_file_name.
8570         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8571         * modules/canonicalize-lgpl: New files.
8572
8573 2006-11-05  Bruno Haible  <bruno@clisp.org>
8574
8575         * gnulib-tool (func_import, func_create_testdir): Create directories
8576         also for files in subdirectories of lib/.
8577
8578 2006-11-05  Bruno Haible  <bruno@clisp.org>
8579
8580         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8581         ANSI C compliant.
8582
8583 2006-11-03  Bruno Haible  <bruno@clisp.org>
8584
8585         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8586         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8587         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8588         (xnboundedmalloc): New inline function.
8589         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8590         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8591         xmalloc.
8592         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8593         xmalloc.
8594         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8595         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8596         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8597         xmalloc.
8598         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8599         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8600         xmalloc.
8601         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8602         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8603         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8604         xmalloc.
8605         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8606         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8607         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8608         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8609         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8610         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8611         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8612
8613 2006-11-03  Bruno Haible  <bruno@clisp.org>
8614
8615         * lib/c-ctype.h [C++]: Define functions without name mangling.
8616         * lib/fwriteerror.h [C++]: Likewise.
8617         * lib/gcd.h [C++]: Likewise.
8618         * lib/linebreak.h [C++]: Likewise.
8619
8620 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8621
8622         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8623         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8624         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8625         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8626         Check for functions and headers just once.
8627         Check for declaration of canonicalize_file_name.
8628         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8629
8630 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8631
8632         * gnulib-tool (func_import): Fix typo in actioncmd.
8633
8634 2006-11-02  Bruno Haible  <bruno@clisp.org>
8635
8636         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8637         newline sequence in the Makefile.am snippet as a space, like "make"
8638         does.
8639         Reported by Roger Persson <perrog@gmail.com>.
8640
8641 2006-11-01  Bruno Haible  <bruno@clisp.org>
8642
8643         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8644         already declared in <string.h>.
8645         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8646
8647 2006-11-01  Bruno Haible  <bruno@clisp.org>
8648
8649         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8650         * lib/strcase.h: Include <string.h>.
8651         (strcasecmp): Define to rpl_strcasecmp here.
8652
8653 2006-11-01  Bruno Haible  <bruno@clisp.org>
8654
8655         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8656
8657 2006-11-01  Eric Blake  <ebb9@byu.net>
8658
8659         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8660
8661         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8662
8663 2006-10-29  Bruno Haible  <bruno@clisp.org>
8664
8665         Make it compile in C++ mode.
8666         * lib/full-write.c (full_rw): Add a cast.
8667
8668 2006-11-01  Bruno Haible  <bruno@clisp.org>
8669
8670         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8671         be POSIX compliant.
8672         Reported by Roger Persson <perrog@gmail.com>.
8673
8674 2006-11-01  Eric Blake  <ebb9@byu.net>
8675
8676         * lib/getopt_.h: Fix comments.
8677
8678 2006-10-31  Eric Blake  <ebb9@byu.net>
8679
8680         * modules/tmpdir (Depends-on): Add sys_stat.
8681         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8682         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8683         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8684         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8685         tempname.
8686
8687 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8688
8689         Avoid some C++ diagnostics reported by Bruno Haible.
8690         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8691         xmalloc.
8692         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8693         (struct slotvec): Move to top level.
8694         (quotearg_n_options): Rewrite to avoid xmalloc.
8695         * lib/xalloc.h (xcharalloc): New function.
8696         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8697         [defined __cplusplus]: Add function template that provides result
8698         type propagation.  This part of the change is from Bruno Haible.
8699
8700 2006-10-29  Bruno Haible  <bruno@clisp.org>
8701
8702         Make it compile in C++ mode.
8703         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8704         * lib/strnlen1.c (strnlen1): Cast memchr result.
8705         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8706         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8707         (create_temp_dir): Rename local variable 'template'.
8708         (compile_csharp_using_sscli): Add cast.
8709         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8710         * lib/findprog.c (find_in_path): Likewise.
8711         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8712         * lib/wait-process.c (register_slave_subprocess): Likewise.
8713
8714 2006-10-22  Bruno Haible  <bruno@clisp.org>
8715
8716         * modules/tsearch: New file.
8717         * lib/tsearch.h: New file.
8718         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8719         * m4/tsearch.m4: New file.
8720         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8721
8722 2006-10-29  Eric Blake  <ebb9@byu.net>
8723
8724         * lib/arcfour.c: Assume config.h.
8725         * lib/arctwo.c: Likewise.
8726         * lib/base64.c: Likewise.
8727         * lib/check-version.c: Likewise.
8728         * lib/crc.c: Likewise.
8729         * lib/des.c: Likewise.
8730         * lib/gc-gnulib.c: Likewise.
8731         * lib/gc-libgcrypt.c: Likewise.
8732         * lib/gc-pbkdf2-sha1.c: Likewise.
8733         * lib/getaddrinfo.c: Likewise.
8734         * lib/getdelim.c: Likewise.
8735         * lib/getline.c: Likewise.
8736         * lib/hmac-md5.c: Likewise.
8737         * lib/hmac-sha1.c: Likewise.
8738         * lib/iconvme.c: Likewise.
8739         * lib/md2.c: Likewise.
8740         * lib/md4.c: Likewise.
8741         * lib/memxor.c: Likewise.
8742         * lib/read-file.c: Likewise.
8743         * lib/readline.c: Likewise.
8744         * lib/rijndael-alg-fst.c: Likewise.
8745         * lib/rijndael-api-fst.c: Likewise.
8746         * lib/xgetdomainname.c: Likewise.
8747
8748 2006-10-28  Eric Blake  <ebb9@byu.net>
8749
8750         * lib/xstrndup.c: Assume config.h.
8751
8752 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8753
8754         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8755         stat-macros.h is now for our own macros, whereas stat_h is for
8756         macros in the <sys/stat.h> name space.
8757         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8758         (STAT_MACROS_H): Remove.
8759         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8760         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8761         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8762         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8763         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8764         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8765         Move these macros to ...
8766         * lib/stat_.h: here.  Don't include stat-macros.h.
8767         * lib/canonicalize.c: Don't include stat-macros.h.
8768         * lib/chown.c: Likewise.
8769         * lib/euidaccess.c: Likewise.
8770         * lib/file-type.c: Likewise.
8771         * lib/filemode.c: Likewise.
8772         * lib/glob.c: Likewise.
8773         * lib/isapipe.c: Likewise.
8774         * lib/lchown.c: Likewise.
8775         * lib/lstat.c: Likewise.
8776         * lib/mkdir-p.c: Likewise.
8777         * lib/rmdir.c: Likewise.
8778         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8779         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8780         unless mkdir isn't declared, to speed up 'configure'.
8781         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8782         would define all the S_* symbols.
8783         * modules/canonicalize (Depends-on):
8784         Depend on sys_stat, not stat-macros.
8785         * modules/chown: Likewise.
8786         * modules/euidaccess: Likewise.
8787         * modules/filemode: Likewise.
8788         * modules/file-type: Likewise.
8789         * modules/glob: Likewise.
8790         * modules/isapipe: Likewise.
8791         * modules/lchown: Likewise.
8792         * modules/lstat: Likewise.
8793         * modules/mkancesdirs: Likewise.
8794         * modules/rmdir: Likewise.
8795         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8796         * modules/modechange: Likewise.
8797         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8798         (configure.ac): Remove gl_STAT_MACROS.
8799         * modules/sys_stat (Depends-on): Remove stat-macros.
8800
8801 2006-10-27  Bruno Haible  <bruno@clisp.org>
8802
8803         * m4/signed.m4: Remove file.
8804         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8805         invocation.
8806         * modules/vasnprintf (Files): Remove m4/signed.m4.
8807
8808 2006-10-27  Bruno Haible  <bruno@clisp.org>
8809
8810         Update to GNU gettext 0.16.
8811         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8812         m4/inttypes-h.m4, m4/signed.m4.
8813         * m4/gettext.m4: Update to GNU gettext 0.16.
8814         * m4/intl.m4: New file, from GNU gettext.
8815         * m4/intldir.m4: New file, from GNU gettext.
8816         * config/srclist.txt: Update
8817
8818 2006-10-27  Eric Blake  <ebb9@byu.net>
8819
8820         * MODULES.html.sh: Document tempname.
8821         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8822         dependencies.
8823         (Files): Move lib/tempname.c...
8824         * modules/tempname: ...to this new module.
8825         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8826         (gl_PREREQ_TEMPNAME): Move...
8827         * m4/tempname.m4: ...to this new file.
8828         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8829         * modules/sys_stat (Depends-on): Add stat-macros.
8830         * lib/stat_.h (includes): Pick up stat macros.
8831         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8832         if stat macros are broken.
8833         * lib/tempname.c (includes): No need to include "stat-macros.h".
8834         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8835         (direxists, __path_search) [!_LIBC]: Don't compile these in
8836         gnulib; the tmpdir module covers that.
8837         * lib/tempname.h: New file.
8838
8839 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8840
8841         * COPYING: Explain how gnulib-tool converts licence headers.
8842         Almost all wording by Eric Blake.
8843
8844 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8845
8846         * lib/mbchar.h (is_basic_table): Make read-only.
8847         * lib/mbchar.c (is_basic_table): Likewise.
8848         Reported by John Darrington.
8849
8850 2006-10-25  Bruno Haible  <bruno@clisp.org>
8851
8852         * lib/progname.h (set_program_name): Undefine before defining.
8853
8854 2006-10-25  Bruno Haible  <bruno@clisp.org>
8855
8856         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8857         false for non-gcc C++ compilers.
8858         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8859
8860 2006-10-24  Bruno Haible  <bruno@clisp.org>
8861
8862         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8863         iconv implementations like Irix iconv.
8864
8865 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8866
8867         * modules/vararrays: New file.
8868         * m4/vararrays.m4: New file, taken from diffutils.
8869         * MODULES.html.sh: New module vararrays.
8870
8871 2006-10-24  Karl Berry  <karl@gnu.org>
8872
8873         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8874         Don't call GNU Unix.
8875
8876 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8877
8878         * users.txt: Add Libtool.
8879
8880         Sync from Libtool:
8881
8882         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8883
8884         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8885         to gnulib's policy of including config.h unconditionally.
8886
8887 2006-10-24  Bruno Haible  <bruno@clisp.org>
8888
8889         * modules/wcwidth (Files): Add m4/wint_t.m4.
8890         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8891         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8892
8893 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8894
8895         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8896         to pacify GCC with some -W flags enabled.  Problem reported by
8897         Bruno Haible.
8898
8899 2006-10-24  Jim Meyering  <jim@meyering.net>
8900
8901         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8902         Reported by Karl Berry.
8903
8904 2006-10-23  Bruno Haible  <bruno@clisp.org>
8905
8906         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8907
8908 2006-10-24  Bruno Haible  <bruno@clisp.org>
8909
8910         * lib/gl_list.h: Use C comment style, not C++ comment style.
8911
8912 2006-10-23  Eric Blake  <ebb9@byu.net>
8913
8914         * lib/getaddrinfo.c (includes): Add missing include.
8915
8916 2006-10-23  Bruno Haible  <bruno@clisp.org>
8917             Paul Eggert  <eggert@cs.ucla.edu>
8918
8919         Ability to rename obstack_free.
8920         * lib/obstack.h (__obstack_free): New macro. Declare instead of
8921         obstack_free.
8922         (obstack_free): Invoke the __obstack_free macro.
8923         * lib/obstack.c (obstack_free): Use __obstack_free macro.
8924
8925 2006-10-23  Bruno Haible  <bruno@clisp.org>
8926             Paul Eggert  <eggert@cs.ucla.edu>
8927
8928         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
8929         __argc, __argv from the declaration. (They are defined as macros on
8930         mingw.)
8931
8932 2006-10-22  Bruno Haible  <bruno@clisp.org>
8933
8934         * doc/gnulib-intro.texi: New file.
8935         * doc/gnulib.texi: Include it.
8936
8937 2006-10-21  Bruno Haible  <bruno@clisp.org>
8938
8939         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
8940         "Introduction", "Miscellanous Notes", "Particular Modules".
8941
8942 2006-10-21  Bruno Haible  <bruno@clisp.org>
8943
8944         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8945         Change mostlyclean-local rule to avoid sh syntax error from bash
8946         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
8947
8948 2006-10-23  Jim Meyering  <jim@meyering.net>
8949
8950         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
8951         in place of snprintf.
8952
8953         * modules/inttostr (Files): Add lib/uinttostr.c.
8954         * lib/uinttostr.c (inttostr): New file/function.
8955         * lib/inttostr.h (uinttostr): Declare.
8956         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
8957         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8958         Add uinttostr.
8959         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
8960
8961 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8962
8963         * lib/canonicalize.c (ELOOP): Define if not already defined.
8964         Problem reported by Bruno Haible in
8965         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
8966
8967 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
8968
8969         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
8970         Problem reported by Perry Smith and Ville Laurikari.
8971
8972         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
8973         uses.
8974
8975 2006-10-19  Bruno Haible  <bruno@clisp.org>
8976
8977         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
8978         for mingw.
8979
8980 2006-10-19  Bruno Haible  <bruno@clisp.org>
8981
8982         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
8983         Needed for mingw.
8984
8985 2006-10-19  Bruno Haible  <bruno@clisp.org>
8986
8987         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
8988
8989 2006-10-19  Bruno Haible  <bruno@clisp.org>
8990
8991         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
8992         it.
8993
8994 2006-10-19  Bruno Haible  <bruno@clisp.org>
8995
8996         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
8997         invocation.
8998
8999 2006-10-19  Bruno Haible  <bruno@clisp.org>
9000
9001         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9002         mountlist by default.
9003
9004 2006-10-16  Bruno Haible  <bruno@clisp.org>
9005
9006         * lib/c-strstr.c: Include c-strstr.h.
9007
9008 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9009
9010         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9011         in a slash.
9012
9013 2006-10-18  Bruno Haible  <bruno@clisp.org>
9014
9015         * lib/lock.h [C++]: Wrap definitions in extern "C".
9016
9017 2006-10-18  Bruno Haible  <bruno@clisp.org>
9018
9019         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9020         gl_LIBOBJS list.
9021
9022 2006-10-18  Bruno Haible  <bruno@clisp.org>
9023
9024         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9025
9026 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9027
9028         * lib/xstrtol.h: Include gettext.h.
9029         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9030         Problem reported by Eric Blake.
9031         * modules/xstrtol (Depends-on): Add gettext-h.
9032
9033 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9034
9035         * lib/strftime.c (advance): New macro.
9036         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9037         incomplete type, so you can't add 0 to it.  Problem and patch
9038         reported by Eelco Dolstra for dietlibc.
9039
9040 2006-10-18  Jim Meyering  <jim@meyering.net>
9041
9042         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9043         type for a local, and rename it: s/up/user_proc/.
9044
9045 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9046
9047         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9048         READ_UTMP_USER_PROCESS.
9049         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9050
9051 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9052
9053         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9054         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9055
9056 2006-10-17  Eric Blake  <ebb9@byu.net>
9057
9058         * lib/sigprocmask.c (sigprocmask): Fix typo.
9059
9060         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9061
9062         * modules/clean-temp (Makefile.am): Don't add to make output...
9063         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9064         config.h.
9065
9066 2006-10-17  Bruno Haible  <bruno@clisp.org>
9067
9068         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9069         differently if DEFAULT_TEXT_DOMAIN is set.
9070
9071 2006-10-16  Bruno Haible  <bruno@clisp.org>
9072
9073         * lib/clean-temp.c: Include fwriteerror.h.
9074
9075 2006-10-16  Bruno Haible  <bruno@clisp.org>
9076
9077         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9078
9079 2006-10-16  Bruno Haible  <bruno@clisp.org>
9080
9081         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9082         * lib/sigprocmask.h: Include <sys/types.h>.
9083         (sigset_t): Use the system's definition if present.
9084
9085 2006-10-17  Eric Blake  <ebb9@byu.net>
9086
9087         * lib/xvasprintf.c (includes): Assume config.h.
9088         * lib/xasprintf.c (includes): Likewise.
9089
9090 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9093         at least as wide as intmax_t.
9094
9095 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9096
9097         (Imported from Automake.)
9098         * build-aux/gnupload: Update to version 1.1 of directive file.
9099
9100 2006-10-16  Eric Blake  <ebb9@byu.net>
9101
9102         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9103         match Automake 1.10a.
9104
9105 2006-10-14  Bruno Haible  <bruno@clisp.org>
9106
9107         * modules/sigprocmask: New file.
9108         * lib/sigprocmask.h: New file.
9109         * lib/sigprocmask.c: New file.
9110         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9111         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9112         request sigprocmask.o.
9113         (gl_PREREQ_SIGPROCMASK): New macro.
9114         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9115         (Depends-on): Add sigprocmask.
9116         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9117         gt_SIGNALBLOCKING. Test for 'raise' only once.
9118         * lib/fatal-signal.c: Include sigprocmask.h.
9119         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9120         unblock_fatal_signals): Define always.
9121         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9122         sigprocmask.
9123
9124 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9125
9126         Sync from Automake.
9127         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9128         which incorrectly sets the mode of an existing destination
9129         directory.  In some cases the unpatched install-sh could do the
9130         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9131         system.  We hope this is rare in practice, but it's clearly worth
9132         fixing.  Problem reported by Alex Unleashed in
9133         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9134         Also, don't bother to check for -m bugs unless we're using -m;
9135         suggested by Stepan Kasal.
9136
9137 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9138
9139         Sync from Automake.
9140         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9141         `-c' flag, so they appear at the same position as in %FASTDEP%
9142         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9143         which ignores unknown options only after the first non-option.
9144         Bug report against M4 by Nelson H. F. Beebe.
9145
9146 2006-10-13  Jim Meyering  <jim@meyering.net>
9147
9148         Fix a bug in yesterday's change.
9149         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9150         p->fts_statp->st_dev would be used uninitialized.
9151         Ensures that we always call fts_stat on the very first entry.
9152         Miklos Szeredi reported that find -xdev stopped working.
9153
9154 2006-10-12  Bruno Haible  <bruno@clisp.org>
9155
9156         * gnulib-tool (func_get_automake_snippet): Append an automatically
9157         computed EXTRA_DIST augmentation.
9158         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9159         * modules/alloca-opt (Makefile.am): Likewise.
9160         * modules/allocsa (Makefile.am): Likewise.
9161         * modules/arcfour (Makefile.am): Likewise.
9162         * modules/arctwo (Makefile.am): Likewise.
9163         * modules/argmatch (Makefile.am): Likewise.
9164         * modules/argz (Makefile.am): Likewise.
9165         * modules/atexit (Makefile.am): Likewise.
9166         * modules/backupfile (Makefile.am): Likewise.
9167         * modules/byteswap (Makefile.am): Likewise.
9168         * modules/c-strtod (Makefile.am): Likewise.
9169         * modules/c-strtold (Makefile.am): Likewise.
9170         * modules/calloc (Makefile.am): Likewise.
9171         * modules/canon-host (Makefile.am): Likewise.
9172         * modules/canonicalize (Makefile.am): Likewise.
9173         * modules/chdir-long (Makefile.am): Likewise.
9174         * modules/chdir-safer (Makefile.am): Likewise.
9175         * modules/check-version (Makefile.am): Likewise.
9176         * modules/chown (Makefile.am): Likewise.
9177         * modules/cloexec (Makefile.am): Likewise.
9178         * modules/close-stream (Makefile.am): Likewise.
9179         * modules/closeout (Makefile.am): Likewise.
9180         * modules/crc (Makefile.am): Likewise.
9181         * modules/csharpexec (Makefile.am): Likewise.
9182         * modules/cycle-check (Makefile.am): Likewise.
9183         * modules/des (Makefile.am): Likewise.
9184         * modules/dev-ino (Makefile.am): Likewise.
9185         * modules/dirfd (Makefile.am): Likewise.
9186         * modules/dirname (Makefile.am): Likewise.
9187         * modules/dup2 (Makefile.am): Likewise.
9188         * modules/eealloc (Makefile.am): Likewise.
9189         * modules/error (Makefile.am): Likewise.
9190         * modules/euidaccess (Makefile.am): Likewise.
9191         * modules/exclude (Makefile.am): Likewise.
9192         * modules/exitfail (Makefile.am): Likewise.
9193         * modules/fcntl-safer (Makefile.am): Likewise.
9194         * modules/fcntl (Makefile.am): Likewise.
9195         * modules/file-type (Makefile.am): Likewise.
9196         * modules/fileblocks (Makefile.am): Likewise.
9197         * modules/filemode (Makefile.am): Likewise.
9198         * modules/filenamecat (Makefile.am): Likewise.
9199         * modules/fnmatch (Makefile.am): Likewise.
9200         * modules/fopen-safer (Makefile.am): Likewise.
9201         * modules/fpending (Makefile.am): Likewise.
9202         * modules/fprintftime (Makefile.am): Likewise.
9203         * modules/free (Makefile.am): Likewise.
9204         * modules/fsusage (Makefile.am): Likewise.
9205         * modules/ftruncate (Makefile.am): Likewise.
9206         * modules/fts (Makefile.am): Likewise.
9207         * modules/gc-arcfour (Makefile.am): Likewise.
9208         * modules/gc-des (Makefile.am): Likewise.
9209         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9210         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9211         * modules/gc-md4 (Makefile.am): Likewise.
9212         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9213         * modules/gc-sha1 (Makefile.am): Likewise.
9214         * modules/gc (Makefile.am): Likewise.
9215         * modules/getaddrinfo (Makefile.am): Likewise.
9216         * modules/getcwd (Makefile.am): Likewise.
9217         * modules/getdelim (Makefile.am): Likewise.
9218         * modules/getdomainname (Makefile.am): Likewise.
9219         * modules/getgroups (Makefile.am): Likewise.
9220         * modules/gethostname (Makefile.am): Likewise.
9221         * modules/gethrxtime (Makefile.am): Likewise.
9222         * modules/getline (Makefile.am): Likewise.
9223         * modules/getloadavg (Makefile.am): Likewise.
9224         * modules/getlogin_r (Makefile.am): Likewise.
9225         * modules/getndelim2 (Makefile.am): Likewise.
9226         * modules/getopt (Makefile.am): Likewise.
9227         * modules/getpagesize (Makefile.am): Likewise.
9228         * modules/getpass-gnu (Makefile.am): Likewise.
9229         * modules/getpass (Makefile.am): Likewise.
9230         * modules/getsubopt (Makefile.am): Likewise.
9231         * modules/gettime (Makefile.am): Likewise.
9232         * modules/gettimeofday (Makefile.am): Likewise.
9233         * modules/getugroups (Makefile.am): Likewise.
9234         * modules/getusershell (Makefile.am): Likewise.
9235         * modules/glob (Makefile.am): Likewise.
9236         * modules/group-member (Makefile.am): Likewise.
9237         * modules/hard-locale (Makefile.am): Likewise.
9238         * modules/hash (Makefile.am): Likewise.
9239         * modules/hmac-md5 (Makefile.am): Likewise.
9240         * modules/hmac-sha1 (Makefile.am): Likewise.
9241         * modules/human (Makefile.am): Likewise.
9242         * modules/idcache (Makefile.am): Likewise.
9243         * modules/imaxabs (Makefile.am): Likewise.
9244         * modules/imaxdiv (Makefile.am): Likewise.
9245         * modules/inet_ntop (Makefile.am): Likewise.
9246         * modules/inet_pton (Makefile.am): Likewise.
9247         * modules/intprops (Makefile.am): Likewise.
9248         * modules/inttostr (Makefile.am): Likewise.
9249         * modules/inttypes (Makefile.am): Likewise.
9250         * modules/isapipe (Makefile.am): Likewise.
9251         * modules/javaversion (Makefile.am): Likewise.
9252         * modules/lchmod (Makefile.am): Likewise.
9253         * modules/lchown (Makefile.am): Likewise.
9254         * modules/localcharset (Makefile.am): Likewise.
9255         * modules/long-options (Makefile.am): Likewise.
9256         * modules/lstat (Makefile.am): Likewise.
9257         * modules/malloc (Makefile.am): Likewise.
9258         * modules/mathl (Makefile.am): Likewise.
9259         * modules/mbchar (Makefile.am): Likewise.
9260         * modules/md2 (Makefile.am): Likewise.
9261         * modules/md4 (Makefile.am): Likewise.
9262         * modules/md5 (Makefile.am): Likewise.
9263         * modules/memcasecmp (Makefile.am): Likewise.
9264         * modules/memchr (Makefile.am): Likewise.
9265         * modules/memcmp (Makefile.am): Likewise.
9266         * modules/memcoll (Makefile.am): Likewise.
9267         * modules/memcpy (Makefile.am): Likewise.
9268         * modules/memmem (Makefile.am): Likewise.
9269         * modules/memmove (Makefile.am): Likewise.
9270         * modules/mempcpy (Makefile.am): Likewise.
9271         * modules/memrchr (Makefile.am): Likewise.
9272         * modules/memset (Makefile.am): Likewise.
9273         * modules/memxor (Makefile.am): Likewise.
9274         * modules/mkancesdirs (Makefile.am): Likewise.
9275         * modules/mkdir-p (Makefile.am): Likewise.
9276         * modules/mkdir (Makefile.am): Likewise.
9277         * modules/mkdtemp (Makefile.am): Likewise.
9278         * modules/mkstemp (Makefile.am): Likewise.
9279         * modules/mktime (Makefile.am): Likewise.
9280         * modules/modechange (Makefile.am): Likewise.
9281         * modules/mountlist (Makefile.am): Likewise.
9282         * modules/nanosleep (Makefile.am): Likewise.
9283         * modules/obstack (Makefile.am): Likewise.
9284         * modules/openat (Makefile.am): Likewise.
9285         * modules/pagealign_alloc (Makefile.am): Likewise.
9286         * modules/pathmax (Makefile.am): Likewise.
9287         * modules/physmem (Makefile.am): Likewise.
9288         * modules/poll (Makefile.am): Likewise.
9289         * modules/posixtm (Makefile.am): Likewise.
9290         * modules/posixver (Makefile.am): Likewise.
9291         * modules/putenv (Makefile.am): Likewise.
9292         * modules/quote (Makefile.am): Likewise.
9293         * modules/quotearg (Makefile.am): Likewise.
9294         * modules/raise (Makefile.am): Likewise.
9295         * modules/read-file (Makefile.am): Likewise.
9296         * modules/readline (Makefile.am): Likewise.
9297         * modules/readlink (Makefile.am): Likewise.
9298         * modules/readtokens (Makefile.am): Likewise.
9299         * modules/readutmp (Makefile.am): Likewise.
9300         * modules/realloc (Makefile.am): Likewise.
9301         * modules/regex (Makefile.am): Likewise.
9302         * modules/rename-dest-slash (Makefile.am): Likewise.
9303         * modules/rename (Makefile.am): Likewise.
9304         * modules/rijndael (Makefile.am): Likewise.
9305         * modules/rmdir (Makefile.am): Likewise.
9306         * modules/rpmatch (Makefile.am): Likewise.
9307         * modules/safe-read (Makefile.am): Likewise.
9308         * modules/safe-write (Makefile.am): Likewise.
9309         * modules/same-inode (Makefile.am): Likewise.
9310         * modules/same (Makefile.am): Likewise.
9311         * modules/save-cwd (Makefile.am): Likewise.
9312         * modules/savedir (Makefile.am): Likewise.
9313         * modules/setenv (Makefile.am): Likewise.
9314         * modules/settime (Makefile.am): Likewise.
9315         * modules/sha1 (Makefile.am): Likewise.
9316         * modules/sig2str (Makefile.am): Likewise.
9317         * modules/snprintf (Makefile.am): Likewise.
9318         * modules/stat-macros (Makefile.am): Likewise.
9319         * modules/stat-time (Makefile.am): Likewise.
9320         * modules/stdbool (Makefile.am): Likewise.
9321         * modules/stdint (Makefile.am): Likewise.
9322         * modules/stdlib-safer (Makefile.am): Likewise.
9323         * modules/stpcpy (Makefile.am): Likewise.
9324         * modules/stpncpy (Makefile.am): Likewise.
9325         * modules/strcase (Makefile.am): Likewise.
9326         * modules/strcasestr (Makefile.am): Likewise.
9327         * modules/strchrnul (Makefile.am): Likewise.
9328         * modules/strcspn (Makefile.am): Likewise.
9329         * modules/strdup (Makefile.am): Likewise.
9330         * modules/strerror (Makefile.am): Likewise.
9331         * modules/strftime (Makefile.am): Likewise.
9332         * modules/strndup (Makefile.am): Likewise.
9333         * modules/strnlen (Makefile.am): Likewise.
9334         * modules/strpbrk (Makefile.am): Likewise.
9335         * modules/strsep (Makefile.am): Likewise.
9336         * modules/strstr (Makefile.am): Likewise.
9337         * modules/strtod (Makefile.am): Likewise.
9338         * modules/strtoimax (Makefile.am): Likewise.
9339         * modules/strtok_r (Makefile.am): Likewise.
9340         * modules/strtol (Makefile.am): Likewise.
9341         * modules/strtoll (Makefile.am): Likewise.
9342         * modules/strtoul (Makefile.am): Likewise.
9343         * modules/strtoull (Makefile.am): Likewise.
9344         * modules/strtoumax (Makefile.am): Likewise.
9345         * modules/strverscmp (Makefile.am): Likewise.
9346         * modules/sys_socket (Makefile.am): Likewise.
9347         * modules/sys_stat (Makefile.am): Likewise.
9348         * modules/sysexits (Makefile.am): Likewise.
9349         * modules/time_r (Makefile.am): Likewise.
9350         * modules/timegm (Makefile.am): Likewise.
9351         * modules/timespec (Makefile.am): Likewise.
9352         * modules/tmpfile-safer (Makefile.am): Likewise.
9353         * modules/trim (Makefile.am): Likewise.
9354         * modules/unistd-safer (Makefile.am): Likewise.
9355         * modules/unlinkdir (Makefile.am): Likewise.
9356         * modules/unlocked-io (Makefile.am): Likewise.
9357         * modules/userspec (Makefile.am): Likewise.
9358         * modules/utime (Makefile.am): Likewise.
9359         * modules/utimecmp (Makefile.am): Likewise.
9360         * modules/utimens (Makefile.am): Likewise.
9361         * modules/vasnprintf (Makefile.am): Likewise.
9362         * modules/vasprintf (Makefile.am): Likewise.
9363         * modules/vsnprintf (Makefile.am): Likewise.
9364         * modules/xalloc (Makefile.am): Likewise.
9365         * modules/xgetcwd (Makefile.am): Likewise.
9366         * modules/xnanosleep (Makefile.am): Likewise.
9367         * modules/xreadlink (Makefile.am): Likewise.
9368         * modules/xstrtod (Makefile.am): Likewise.
9369         * modules/xstrtol (Makefile.am): Likewise.
9370         * modules/xstrtold (Makefile.am): Likewise.
9371         * modules/yesno (Makefile.am): Likewise.
9372         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9373
9374 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9375
9376         * modules/error (Makefile.am): Distribute files through
9377         EXTRA_DIST, not lib_SOURCES.
9378
9379 2006-10-12  Eric Blake  <ebb9@byu.net>
9380
9381         * modules/error (Makefile.am): Distribute files in /lib.
9382         * modules/obstack (Makefile.am): Likewise.
9383
9384 2006-10-12  Bruno Haible  <bruno@clisp.org>
9385
9386         * modules/acl (Makefile.am): Distribute all files in lib/ through
9387         EXTRA_DIST.
9388         * modules/arcfour (Makefile.am): Likewise.
9389         * modules/arctwo (Makefile.am): Likewise.
9390         * modules/argmatch (Makefile.am): Likewise.
9391         * modules/argz (Makefile.am): Likewise.
9392         * modules/atexit (Makefile.am): Likewise.
9393         * modules/backupfile (Makefile.am): Likewise.
9394         * modules/c-strtod (Makefile.am): Likewise.
9395         * modules/c-strtold (Makefile.am): Likewise.
9396         * modules/calloc (Makefile.am): Likewise.
9397         * modules/canon-host (Makefile.am): Likewise.
9398         * modules/canonicalize (Makefile.am): Likewise.
9399         * modules/chdir-long (Makefile.am): Likewise.
9400         * modules/chdir-safer (Makefile.am): Likewise.
9401         * modules/check-version (Makefile.am): Likewise.
9402         * modules/chown (Makefile.am): Likewise.
9403         * modules/cloexec (Makefile.am): Likewise.
9404         * modules/close-stream (Makefile.am): Likewise.
9405         * modules/closeout (Makefile.am): Likewise.
9406         * modules/crc (Makefile.am): Likewise.
9407         * modules/cycle-check (Makefile.am): Likewise.
9408         * modules/des (Makefile.am): Likewise.
9409         * modules/dirfd (Makefile.am): Likewise.
9410         * modules/dirname (Makefile.am): Likewise.
9411         * modules/dup2 (Makefile.am): Likewise.
9412         * modules/euidaccess (Makefile.am): Likewise.
9413         * modules/exclude (Makefile.am): Likewise.
9414         * modules/exitfail (Makefile.am): Likewise.
9415         * modules/fcntl-safer (Makefile.am): Likewise.
9416         * modules/file-type (Makefile.am): Likewise.
9417         * modules/fileblocks (Makefile.am): Likewise.
9418         * modules/filemode (Makefile.am): Likewise.
9419         * modules/filenamecat (Makefile.am): Likewise.
9420         * modules/fnmatch (Makefile.am): Likewise.
9421         * modules/fopen-safer (Makefile.am): Likewise.
9422         * modules/fpending (Makefile.am): Likewise.
9423         * modules/fprintftime (Makefile.am): Likewise.
9424         * modules/free (Makefile.am): Likewise.
9425         * modules/fsusage (Makefile.am): Likewise.
9426         * modules/ftruncate (Makefile.am): Likewise.
9427         * modules/fts (Makefile.am): Likewise.
9428         * modules/gc (Makefile.am): Likewise.
9429         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9430         * modules/getaddrinfo (Makefile.am): Likewise.
9431         * modules/getcwd (Makefile.am): Likewise.
9432         * modules/getdelim (Makefile.am): Likewise.
9433         * modules/getdomainname (Makefile.am): Likewise.
9434         * modules/getgroups (Makefile.am): Likewise.
9435         * modules/gethostname (Makefile.am): Likewise.
9436         * modules/gethrxtime (Makefile.am): Likewise.
9437         * modules/getline (Makefile.am): Likewise.
9438         * modules/getloadavg (Makefile.am): Likewise.
9439         * modules/getlogin_r (Makefile.am): Likewise.
9440         * modules/getopt (Makefile.am): Likewise.
9441         * modules/getpass (Makefile.am): Likewise.
9442         * modules/getpass-gnu (Makefile.am): Likewise.
9443         * modules/getsubopt (Makefile.am): Likewise.
9444         * modules/gettime (Makefile.am): Likewise.
9445         * modules/gettimeofday (Makefile.am): Likewise.
9446         * modules/getugroups (Makefile.am): Likewise.
9447         * modules/getusershell (Makefile.am): Likewise.
9448         * modules/glob (Makefile.am): Likewise.
9449         * modules/group-member (Makefile.am): Likewise.
9450         * modules/hard-locale (Makefile.am): Likewise.
9451         * modules/hash (Makefile.am): Likewise.
9452         * modules/hmac-md5 (Makefile.am): Likewise.
9453         * modules/hmac-sha1 (Makefile.am): Likewise.
9454         * modules/human (Makefile.am): Likewise.
9455         * modules/idcache (Makefile.am): Likewise.
9456         * modules/imaxabs (Makefile.am): Likewise.
9457         * modules/imaxdiv (Makefile.am): Likewise.
9458         * modules/inet_ntop (Makefile.am): Likewise.
9459         * modules/inet_pton (Makefile.am): Likewise.
9460         * modules/inttostr (Makefile.am): Likewise.
9461         * modules/isapipe (Makefile.am): Likewise.
9462         * modules/lchown (Makefile.am): Likewise.
9463         * modules/long-options (Makefile.am): Likewise.
9464         * modules/lstat (Makefile.am): Likewise.
9465         * modules/malloc (Makefile.am): Likewise.
9466         * modules/mathl (Makefile.am): Likewise.
9467         * modules/mbchar (Makefile.am): Likewise.
9468         * modules/md2 (Makefile.am): Likewise.
9469         * modules/md4 (Makefile.am): Likewise.
9470         * modules/md5 (Makefile.am): Likewise.
9471         * modules/memcasecmp (Makefile.am): Likewise.
9472         * modules/memchr (Makefile.am): Likewise.
9473         * modules/memcmp (Makefile.am): Likewise.
9474         * modules/memcoll (Makefile.am): Likewise.
9475         * modules/memcpy (Makefile.am): Likewise.
9476         * modules/memmem (Makefile.am): Likewise.
9477         * modules/memmove (Makefile.am): Likewise.
9478         * modules/mempcpy (Makefile.am): Likewise.
9479         * modules/memrchr (Makefile.am): Likewise.
9480         * modules/memset (Makefile.am): Likewise.
9481         * modules/memxor (Makefile.am): Likewise.
9482         * modules/mkancesdirs (Makefile.am): Likewise.
9483         * modules/mkdir (Makefile.am): Likewise.
9484         * modules/mkdir-p (Makefile.am): Likewise.
9485         * modules/mkdtemp (Makefile.am): Likewise.
9486         * modules/mkstemp (Makefile.am): Likewise.
9487         * modules/mktime (Makefile.am): Likewise.
9488         * modules/modechange (Makefile.am): Likewise.
9489         * modules/mountlist (Makefile.am): Likewise.
9490         * modules/nanosleep (Makefile.am): Likewise.
9491         * modules/openat (Makefile.am): Likewise.
9492         * modules/pagealign_alloc (Makefile.am): Likewise.
9493         * modules/physmem (Makefile.am): Likewise.
9494         * modules/poll (Makefile.am): Likewise.
9495         * modules/posixtm (Makefile.am): Likewise.
9496         * modules/posixver (Makefile.am): Likewise.
9497         * modules/putenv (Makefile.am): Likewise.
9498         * modules/quote (Makefile.am): Likewise.
9499         * modules/quotearg (Makefile.am): Likewise.
9500         * modules/raise (Makefile.am): Likewise.
9501         * modules/read-file (Makefile.am): Likewise.
9502         * modules/readline (Makefile.am): Likewise.
9503         * modules/readlink (Makefile.am): Likewise.
9504         * modules/readtokens (Makefile.am): Likewise.
9505         * modules/readutmp (Makefile.am): Likewise.
9506         * modules/realloc (Makefile.am): Likewise.
9507         * modules/regex (Makefile.am): Likewise.
9508         * modules/rename (Makefile.am): Likewise.
9509         * modules/rename-dest-slash (Makefile.am): Likewise.
9510         * modules/rijndael (Makefile.am): Likewise.
9511         * modules/rmdir (Makefile.am): Likewise.
9512         * modules/rpmatch (Makefile.am): Likewise.
9513         * modules/safe-read (Makefile.am): Likewise.
9514         * modules/safe-write (Makefile.am): Likewise.
9515         * modules/same (Makefile.am): Likewise.
9516         * modules/save-cwd (Makefile.am): Likewise.
9517         * modules/savedir (Makefile.am): Likewise.
9518         * modules/setenv (Makefile.am): Likewise.
9519         * modules/settime (Makefile.am): Likewise.
9520         * modules/sha1 (Makefile.am): Likewise.
9521         * modules/sig2str (Makefile.am): Likewise.
9522         * modules/snprintf (Makefile.am): Likewise.
9523         * modules/stdlib-safer (Makefile.am): Likewise.
9524         * modules/stpcpy (Makefile.am): Likewise.
9525         * modules/stpncpy (Makefile.am): Likewise.
9526         * modules/strcase (Makefile.am): Likewise.
9527         * modules/strcasestr (Makefile.am): Likewise.
9528         * modules/strchrnul (Makefile.am): Likewise.
9529         * modules/strcspn (Makefile.am): Likewise.
9530         * modules/strdup (Makefile.am): Likewise.
9531         * modules/strerror (Makefile.am): Likewise.
9532         * modules/strftime (Makefile.am): Likewise.
9533         * modules/strndup (Makefile.am): Likewise.
9534         * modules/strnlen (Makefile.am): Likewise.
9535         * modules/strpbrk (Makefile.am): Likewise.
9536         * modules/strsep (Makefile.am): Likewise.
9537         * modules/strstr (Makefile.am): Likewise.
9538         * modules/strtod (Makefile.am): Likewise.
9539         * modules/strtoimax (Makefile.am): Likewise.
9540         * modules/strtok_r (Makefile.am): Likewise.
9541         * modules/strtol (Makefile.am): Likewise.
9542         * modules/strtoll (Makefile.am): Likewise.
9543         * modules/strtoul (Makefile.am): Likewise.
9544         * modules/strtoull (Makefile.am): Likewise.
9545         * modules/strtoumax (Makefile.am): Likewise.
9546         * modules/strverscmp (Makefile.am): Likewise.
9547         * modules/time_r (Makefile.am): Likewise.
9548         * modules/timegm (Makefile.am): Likewise.
9549         * modules/tmpfile-safer (Makefile.am): Likewise.
9550         * modules/unistd-safer (Makefile.am): Likewise.
9551         * modules/unlinkdir (Makefile.am): Likewise.
9552         * modules/userspec (Makefile.am): Likewise.
9553         * modules/utime (Makefile.am): Likewise.
9554         * modules/utimecmp (Makefile.am): Likewise.
9555         * modules/utimens (Makefile.am): Likewise.
9556         * modules/vasnprintf (Makefile.am): Likewise.
9557         * modules/vasprintf (Makefile.am): Likewise.
9558         * modules/vsnprintf (Makefile.am): Likewise.
9559         * modules/xalloc (Makefile.am): Likewise.
9560         * modules/xgetcwd (Makefile.am): Likewise.
9561         * modules/xnanosleep (Makefile.am): Likewise.
9562         * modules/xreadlink (Makefile.am): Likewise.
9563         * modules/xstrtod (Makefile.am): Likewise.
9564         * modules/xstrtol (Makefile.am): Likewise.
9565         * modules/xstrtold (Makefile.am): Likewise.
9566         * modules/yesno (Makefile.am): Likewise.
9567
9568 2006-10-12  Jim Meyering  <jim@meyering.net>
9569
9570         * m4/getloadavg.m4: Revert the change below.
9571
9572         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9573         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9574         fail with a symlink, which is what coreutils' ./bootstrap now
9575         creates by default.
9576
9577 2006-10-12  Bruno Haible  <bruno@clisp.org>
9578
9579         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9580         mingw.
9581         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9582         MSVC and mingw explicitly.
9583
9584 2006-10-11  Simon Josefsson  <jas@extundo.com>
9585             Bruno Haible  <bruno@clisp.org>
9586
9587         Add support for multiple gnulib-tool invocations in the scope of a
9588         single configure.ac file.
9589         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9590         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9591         with the same contents as the _LIBADD variable.
9592         (func_emit_initmacro_start, func_emit_initmacro_end,
9593         func_emit_initmacro_done): New functions.
9594         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9595         gl_LIBOBJS and gl_LTLIBOBJS.
9596
9597 2006-10-11  Bruno Haible  <bruno@clisp.org>
9598
9599         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9600         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9601         autoreconf. Instead, invoke autopoint explicitly but move back the
9602         *.m4 files from gnulib.
9603
9604 2006-10-11  Bruno Haible  <bruno@clisp.org>
9605
9606         * gnulib-tool (func_usage): Make module names after --create-testdir
9607         optional.
9608         (func_create_testdir): If no module was specified, use nearly all
9609         modules.
9610
9611 2006-10-12  Jim Meyering  <jim@meyering.net>
9612
9613         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9614         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9615         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9616         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9617         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9618         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9619         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9620         (fts_set_stat_required): New function.
9621         (fts_open): Defer the calls to fts_stat, if possible or requested.
9622         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9623         into fts_stat itself.
9624         (fts_read): Perform any required (deferred) fts_stat call.
9625         (fts_build): Likewise, for the directory we're about to open and read.
9626         In the readdir loop, carefully decide whether each entry will require
9627         an eventual call to fts_stat, using dirent.d_type info if available.
9628         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9629         a command line argument into this function.  Update all callers.
9630         Map a return value of FTS_DOT to FTS_D for a command line argument.
9631         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9632         Thanks to Miklos Szeredi for his tenacity and for the initial
9633         bug report about "find" failing on a FUSE-based file system.
9634
9635         * lib/fts.c (fts_open): Use consistent indentation.
9636
9637 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9638
9639         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9640         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9641         reported by Jim Meyering.  All uses of cache variables renamed
9642         to match Autoconf's.
9643         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9644         the other one.
9645
9646         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9647         Fix misspelling in diagnostic.
9648
9649 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9650
9651         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9652         defined.  Problem reported by Matthew Woehlke.
9653
9654         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9655         Add support for Tandem NonStop R series.
9656         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9657         Use new macro.
9658
9659         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9660         (has_trailing_slash): Omit size arg; all callers changed.
9661         Omit 'inline', since it doesn't help performance and we'd
9662         need to configure it.
9663         Don't count //, ///, etc. as having a trailing slash.
9664         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9665         (rpl_rename_dest_slash): On failure, use rename's errno rather
9666         than (in some cases) an incorrect or junk errno.
9667         Simplify code by removing need to compute length; this does
9668         cause it to make two passes instead of one over the file name,
9669         but it's worth it.
9670
9671         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9672         change, since Autoconf's version may no longer be appropriate now
9673         that we are using CVS Autoconf's version.  Add support for Tandem.
9674
9675 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9676             Bruno Haible  <bruno@clisp.org>
9677
9678         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9679         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9680         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9681         gl_AC_TYPE_LONG_LONG.
9682
9683         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9684         instead of HAVE_LONG_LONG.
9685         * lib/printf-args.c (printf_fetchargs): Likewise.
9686         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9687         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9688         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9689         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9690         gl_AC_TYPE_LONG_LONG.
9691
9692 2006-10-11  Bruno Haible  <bruno@clisp.org>
9693
9694         * m4/longlong.m4: Add comments.
9695         * m4/ulonglong.m4: Likewise.
9696
9697 2006-10-10  Bruno Haible  <bruno@clisp.org>
9698
9699         Make it possible to #define stpcpy, strdup to aliases.
9700         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9701         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9702
9703 2006-10-10  Bruno Haible  <bruno@clisp.org>
9704
9705         Make it possible to #define gcd to an alias.
9706         * lib/gcd.c: Include config.h.
9707
9708 2006-10-10  Bruno Haible  <bruno@clisp.org>
9709
9710         Make it possible to #define c_isascii to an alias.
9711         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9712         defined. Undefine the macros before defining them, to avoid gcc
9713         warnings.
9714         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9715         define NO_C_CTYPE_MACROS early.
9716
9717 2006-10-10  Bruno Haible  <bruno@clisp.org>
9718
9719         Make it possible to #define set_program_name to an alias.
9720         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9721         ENABLE_RELOCATABLE early.
9722
9723 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9724
9725         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9726         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9727         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9728         More generally, don't assume that 64-bit signed int is available
9729         if unsigned int is, and vice versa.
9730         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9731         unsigned symbols, not on their signed counterparts.
9732         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9733         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9734         (UINT64_C, UINTMAX_C):
9735         Likewise.
9736         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9737         unsigned counterparts.
9738         (Have_long_long, Unsigned): New macros.
9739         (Int): Renamed from INT.
9740         (strtoimax): Use the new macros.
9741         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9742         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9743         * modules/inttypes (inttypes.h): Substitute
9744         HAVE_UNSIGNED_LONG_LONG_INT.
9745         * modules/stdint (stdint.h): Likewise.
9746         (Files): Add m4/ulonglong.m4.
9747
9748 2006-10-10  Bruno Haible  <bruno@clisp.org>
9749
9750         Fix a gcc -Wshadow warning.
9751         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9752         to 'bucket'.
9753         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9754         gl_linked_indexof_from_to): Likewise.
9755         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9756         Likewise.
9757         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9758         Likewise.
9759         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9760         Reported by Eric Blake.
9761
9762 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9763
9764         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9765         for NetBSD.  Problem reported by Bruno Haible.
9766
9767 2006-10-09  Jim Meyering  <jim@meyering.net>
9768
9769         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9770         Patch from Bruno Haible.
9771
9772 2006-10-09  Jim Meyering  <jim@meyering.net>
9773
9774         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9775         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9776         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9777
9778 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9779
9780         Don't include <config.h> twice; this doesn't work in some cases,
9781         e.g., when config.h has "#define intmax_t long long int" and
9782         we include <config.h>, <inttypes.h>, <config.h> in that order.
9783         Problem reported by Matthew Woehlke in:
9784         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9785         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9786         * lib/fts-cycle.c: Don't include config.h.
9787         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9788         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9789         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9790         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9791         inttypes.h.
9792         * lib/xstrtoumax.c: Likewise.
9793         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9794         __strtol and the like, so that this module is more like its siblings.
9795         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9796         Remove; no longer needed now that we assume gnulib inttypes.h.
9797
9798 2006-10-08  Bruno Haible  <bruno@clisp.org>
9799
9800         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9801         option.
9802
9803 2006-10-07  Jim Meyering  <jim@meyering.net>
9804
9805         * modules/inttypes (inttypes.h): Revert what seems to have been
9806         an inadvertent part of today's change: use "|", not "/" in the
9807         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9808
9809 2006-10-07  Bruno Haible  <bruno@clisp.org>
9810
9811         * modules/sublist: New file.
9812
9813 2006-10-07  Bruno Haible  <bruno@clisp.org>
9814
9815         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9816         * modules/argz (argz.h): Likewise.
9817         * modules/arpa_inet (arpa/inet.h): Likewise.
9818         * modules/byteswap (byteswap.h): Likewise.
9819         * modules/configmake (configmake.h): Likewise.
9820         * modules/fcntl (fcntl.h): Likewise.
9821         * modules/fnmatch (fnmatch.h): Likewise.
9822         * modules/getopt (getopt.h): Likewise.
9823         * modules/glob (glob.h): Likewise.
9824         * modules/inttypes (inttypes.h): Likewise.
9825         * modules/netinet_in (netinet/in.h): Likewise.
9826         * modules/poll (poll.h): Likewise.
9827         * modules/stdbool (stdbool.h): Likewise.
9828         * modules/stdint (stdint.h): Likewise.
9829         * modules/sys_select (sys/select.h): Likewise.
9830         * modules/sys_socket (sys/socket.h): Likewise.
9831         * modules/sys_stat (sys/stat.h): Likewise.
9832         * modules/sysexits (sysexits.h): Likewise.
9833         * modules/unistd (unistd.h): Likewise.
9834         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9835         Add a "DO NOT EDIT" comment to the generated file.
9836         (func_import): Likewise for gnulib-comp.m4.
9837
9838 2006-10-07  Bruno Haible  <bruno@clisp.org>
9839
9840         * lib/gl_sublist.h: New file.
9841         * lib/gl_sublist.c: New file.
9842
9843 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9844
9845         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9846         name (relative to the original working directory) and the file
9847         name component (relative to the temporary working directory).  All
9848         callers changed.
9849         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9850         * lib/mkdir-p.c (make_dir_parents): Likewise.
9851         * lib/mkdir-p.h (make_dir_parents): Likewise.
9852
9853 2006-10-06  Eric Blake  <ebb9@byu.net>
9854
9855         Define several macros for use by the clean-temp module.
9856         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9857         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9858         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9859
9860         * lib/clean-temp.h (close_stream_temp): New declaration.
9861         * lib/clean-temp.c (includes): Pull in headers according to what
9862         other modules are in use.
9863         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9864
9865 2006-10-06  Bruno Haible  <bruno@clisp.org>
9866
9867         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9868         instead of fopen, fwriteerror.
9869
9870 2006-10-06  Bruno Haible  <bruno@clisp.org>
9871
9872         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9873         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9874         int.
9875         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9876         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9877         Return an error indicator.
9878         Suggested by Eric Blake.
9879
9880 2006-10-06  Bruno Haible  <bruno@clisp.org>
9881
9882         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9883         Reported by Eric Blake.
9884
9885 2006-10-06  Bruno Haible  <bruno@clisp.org>
9886
9887         * modules/closeout (Description): Mention stderr too.
9888
9889 2006-10-06  Bruno Haible  <bruno@clisp.org>
9890         and Paul Eggert  <eggert@cs.ucla.edu>
9891
9892         * lib/closeout.c (close_stdout): Also close stderr.
9893         * lib/closeout.h: Update comment.
9894
9895 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9896
9897         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9898         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9899         * lib/dirchownmod.c: Include lchown.h.
9900         * lib/lchown.c: Don't include files that lchown.h now includes.
9901         Don't declare chown, since lchown.h now does that.
9902         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9903         (lchown): Define to rpl_chown if lchown is declared but
9904         does not exist.  Declare using a prototype if lchown is not
9905         declared.  Add a copyright notice.
9906         * lib/mkstemp.h: Include <unistd.h>.
9907         * lib/openat.c: Include lchown.h.
9908
9909         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
9910         we now test for that separately.
9911         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
9912         rather than O_NOFOLLOW, when testing whether it's possible to
9913         avoid a race condition reliably.
9914         * lib/savewd.c (savewd_chdir): Likewise.
9915
9916         Remove macros that are no longer needed now that stdint.h is
9917         reliable.
9918         * lib/fsusage.c (UINTMAX_MAX): Remove.
9919         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
9920         * lib/utimecmp.c (SIZE_MAX): Remove.
9921
9922         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
9923
9924         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
9925         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
9926         O_NOATIME works.
9927
9928 2006-10-05  Bruno Haible  <bruno@clisp.org>
9929
9930         * lib/gl_list.h (gl_sortedlist_search_from_to,
9931         gl_sortedlist_indexof_from_to): New declarations.
9932         (gl_list_implementation): New fields sortedlist_search_from_to,
9933         sortedlist_indexof_from_to.
9934         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
9935         inline functions.
9936         * lib/gl_list.c (gl_sortedlist_search_from_to,
9937         gl_sortedlist_indexof_from_to): New functions.
9938         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
9939         function.
9940         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
9941         (gl_array_sortedlist_search_from_to): New function.
9942         (gl_array_list_implementation): Update.
9943         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
9944         function.
9945         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
9946         (gl_carray_sortedlist_search_from_to): New function.
9947         (gl_carray_list_implementation): Update.
9948         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
9949         gl_linked_sortedlist_indexof_from_to): New functions.
9950         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9951         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9952         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
9953         gl_tree_sortedlist_indexof_from_to): New functions.
9954         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
9955         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
9956         Update.
9957         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
9958         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
9959         Update.
9960
9961 2006-10-05  Bruno Haible  <bruno@clisp.org>
9962
9963         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
9964         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
9965         (struct gl_list_implementation): Add fields search_from_to,
9966         indexof_from_to. Remove fields search, indexof.
9967         (gl_list_search): Use the search_from_to method.
9968         (gl_list_search_from, gl_list_search_from_to): New functions.
9969         (gl_list_indexof): Use the indexof_from_to method.
9970         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9971         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
9972         (gl_list_search_from, gl_list_search_from_to): New functions.
9973         (gl_list_indexof): Use the indexof_from_to method.
9974         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
9975         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
9976         gl_array_indexof. Add start_index, end_index arguments.
9977         (gl_array_search_from_to): Renamed from gl_array_search. Add
9978         start_index, end_index arguments.
9979         (gl_array_remove, gl_array_list_implementation): Update.
9980         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
9981         gl_carray_indexof. Add start_index, end_index arguments.
9982         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
9983         start_index, end_index arguments.
9984         (gl_carray_remove, gl_carray_list_implementation): Update.
9985         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
9986         gl_linked_search. Add start_index, end_index arguments.
9987         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
9988         start_index, end_index arguments.
9989         (gl_linked_remove): Update.
9990         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
9991         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
9992         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
9993         field to 'size_t'.
9994         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
9995         gl_tree_search. Add start_index, end_index arguments.
9996         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
9997         start_index, end_index arguments.
9998         (gl_tree_remove): Update.
9999         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10000         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10001         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10002         function.
10003         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10004         gl_tree_search. Add start_index, end_index arguments.
10005         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10006         start_index, end_index arguments.
10007         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10008         Update.
10009         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10010
10011 2006-10-05  Bruno Haible  <bruno@clisp.org>
10012
10013         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10014
10015         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10016         fwriteerror_temp): New declarations.
10017         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10018         (descriptors): New variable.
10019         (cleanup): First, close the descriptors.
10020         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10021         fclose_temp, fwriteerror_temp): New functions.
10022
10023 2006-10-04  Jim Meyering  <jim@meyering.net>
10024
10025         * lib/fts.c (fts_open): Tiny comment change.
10026
10027 2006-10-04  Bruno Haible  <bruno@clisp.org>
10028
10029         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10030         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10031         gl_LOCK_BODY.
10032         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10033         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10034         gl_LOCK_EARLY_BODY.
10035         (gl_LOCK): Require gl_LOCK_BODY.
10036
10037 2006-10-04  Bruno Haible  <bruno@clisp.org>
10038
10039         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10040         (gl_oset_search_atleast): New declaration.
10041         (struct gl_oset_implementation): Add field 'search_atleast'.
10042         (gl_oset_search_atleast): New inline function.
10043         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10044         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10045         (gl_array_oset_implementation): Update.
10046         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10047         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10048         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10049
10050 2006-10-04  Bruno Haible  <bruno@clisp.org>
10051
10052         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10053
10054 2006-10-03  Bruno Haible  <bruno@clisp.org>
10055
10056         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10057         from gl_avltreehash_list_implementation.
10058
10059 2006-10-03  Bruno Haible  <bruno@clisp.org>
10060
10061         * lib/gl_oset.c (gl_oset_add): Fix return type.
10062
10063 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10064
10065         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10066
10067 2006-10-02  Eric Blake  <ebb9@byu.net>
10068
10069         * modules/strnlen (Depends-on): Add extensions.
10070
10071 2006-10-02  Eric Blake  <ebb9@byu.net>
10072
10073         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10074         definition in 2.60+.
10075
10076 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10077
10078         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10079         checks.
10080
10081 2006-10-02  Bruno Haible  <bruno@clisp.org>
10082
10083         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10084         to the AUTOMAKE_OPTIONS.
10085         Reported by Jim Meyering.
10086
10087 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10088
10089         Work around bug in Solaris 10 /proc file system:
10090         /proc/self/fd/NNN/.. isn't the parent directory of
10091         the directory whose file descriptor is NNN.  This needs to
10092         be worked around at run time, not compile time, since a
10093         program might be built on Solaris 8, where things work, and
10094         run on Solaris 10.
10095         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10096         to use the following interface instead:
10097         (OPENAT_BUFFER_SIZE): New macro.
10098         (openat_proc_name): New function.
10099         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10100         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10101         Likewise.
10102         * lib/openat-proc.c: New file.
10103         * modules/openat (Files): Add lib/openat-proc.c.
10104         (Depends-on): Add same-inode, stdbool.
10105         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10106
10107 2006-09-29  Bruno Haible  <bruno@clisp.org>
10108
10109         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10110         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10111         argument. Set stdout_closed before testing for ferror, not after.
10112         (fwriteerror, fwriteerror_no_ebadf): New functions.
10113
10114 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10115
10116         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10117
10118 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10119
10120         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10121         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10122
10123 2006-09-28  Jim Meyering  <jim@meyering.net>
10124
10125         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10126         Include <unistd.h>.
10127
10128 2006-09-28  Bruno Haible  <bruno@clisp.org>
10129
10130         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10131         * modules/linkedhash-list (Depends-on): Likewise.
10132         * modules/rbtreehash-list (Depends-on): Likewise.
10133
10134 2006-09-28  Bruno Haible  <bruno@clisp.org>
10135
10136         * lib/strndup.h: Simplify the redefinition of strndup.
10137         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10138         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10139
10140 2006-09-28  Bruno Haible  <bruno@clisp.org>
10141
10142         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10143         * lib/gl_linkedhash_list.c: Likewise.
10144         * lib/gl_rbtreehash_list.c: Likewise.
10145
10146 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10147
10148         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10149         getaddrinfo.
10150
10151         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10152         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10153         it causes <stdio_ext.h> to cause a compile-time error.
10154         Problem reported by Nelson H. F. Beebe.
10155         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10156         of HAVE_DECL___PENDING.
10157
10158         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10159         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10160         declaration.
10161
10162 2006-09-27  Jim Meyering  <jim@meyering.net>
10163
10164         This file could end up with a definition for a function
10165         named __strndup, rather than rpl_strndup on a system with
10166         incomplete weak_alias support.
10167         * lib/strndup.c (strndup): Rename from __strndup.
10168         Remove #defines that used to map __strndup to strndup.
10169         Don't use K&R prototypes.
10170         Remove LIBC-related code, since this file is not sync'd with glibc.
10171         * lib/strndup.h: Revamp, accordingly.
10172         * m4/strndup.m4: Modernize.
10173
10174 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10175
10176         * modules/savewd (Depends-on): Add 'raise'.
10177         * lib/savewd.c: Include <signal.h>, for 'raise'.
10178
10179 2006-09-26  Jim Meyering  <jim@meyering.net>
10180
10181         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10182         when we detect Darwin 8.7.0's acl_get_file bug.
10183         Rearrange to perform the new (below) run-test while $LIBS
10184         contains any acl-related library.  Set USE_ACL at the end.
10185         (gl_ACL_GET_FILE): New function.
10186
10187 2006-09-26  Eric Blake  <ebb9@byu.net>
10188
10189         * lib/verror.c: Include <config.h> unconditionally.
10190
10191 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10192
10193         * modules/clock-time (Maintainer): Add self.
10194         * modules/getlogin_r (Depends-on): Add extensions.
10195
10196 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10197
10198         * modules/clock-time: New module.
10199         * modules/nanosleep (Depends-on): Add clock-time.
10200         * modules/gethrxtime (Depends-on): Likewise.
10201         * modules/gettime (Depends-on): Likewise.
10202         * modules/settime (Depends-on): Likewise.
10203
10204         * modules/fts-lgpl: Depend on openat.
10205         * modules/mkancesdirs: Depend on savewd.
10206         * modules/mkdir-p: Likewise.
10207
10208 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10209
10210         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10211
10212         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10213         `gl_have_arbitrary_file_name_length_limit' to
10214         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10215         actually works between configure runs.
10216
10217 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10218             Bruno Haible  <bruno@clisp.org>
10219
10220         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10221
10222 2006-09-25  Jim Meyering  <jim@meyering.net>
10223
10224         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10225         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10226
10227 2006-09-25  Eric Blake  <ebb9@byu.net>
10228
10229         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10230         exec's in 2006-09-18 patch when shuffling fds.
10231
10232 2006-09-25  Bruno Haible  <bruno@clisp.org>
10233
10234         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10235         Reported by Jim Meyering.
10236
10237 2006-09-24  Jim Meyering  <jim@meyering.net>
10238
10239         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10240         compare a pointer against a literal "0".  That caused failures with
10241         at least HP-UX's hpcc.
10242
10243 2006-09-22  Simon Josefsson  <jas@extundo.com>
10244
10245         * modules/gc-sha1:
10246         * modules/gc-md4:
10247         * modules/gc-hmac-sha1:
10248         * modules/gc-hmac-md5:
10249         * modules/gc-des:
10250         * modules/gc-arcfour: Distribute more files.
10251
10252 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10253
10254         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10255         (gl_linked_iterator_from_to): Initialize struct completely.
10256         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10257         (gl_tree_iterator_from_to): Likewise
10258         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10259         * lib/gl_array_list.c [lint] (gl_array_iterator)
10260         (gl_array_iterator_from_to): Likewise.
10261         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10262         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10263         (gl_carray_iterator_from_to): Likewise.
10264
10265         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10266         * lib/md4.c (md4_process_block): Remove unused variable.
10267         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10268         parentheses for clarity.
10269
10270 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10271
10272         * modules/bison-i18n (Depends-on): Add gettext.
10273
10274 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10275
10276         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10277         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10278         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10279         also add missing comma that caused broken test.
10280         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10281         stdlib.h, for `abort'.
10282         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10283         variables.
10284         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10285         include unistd.h if present, for `rmdir'.
10286         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10287         variables.
10288         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10289         in the process include standard headers for prototypes.
10290         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10291         gets declared on GNU/Linux.
10292         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10293         unistd.h, for `rmdir'.
10294         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10295
10296         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10297         always true.
10298         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10299
10300         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10301
10302 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10303
10304         * gnulib-tool (func_version): Create output all at once.  This
10305         may help avoid triggering unnecessary SIGPIPEs, and at any
10306         rate it doesn't hurt.
10307
10308 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10309             Bruno Haible  <bruno@clisp.org>
10310
10311         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10312         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10313         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10314
10315         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10316         (gl_FUNC_VASPRINTF): Invoke it.
10317
10318 2006-09-22  Bruno Haible  <bruno@clisp.org>
10319
10320         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10321         getloadavg.c as first argument.
10322
10323 2006-09-22  Bruno Haible  <bruno@clisp.org>
10324
10325         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10326         at the beginning of the gl_INIT macro.
10327         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10328         gl_GETLOADAVG.
10329
10330 2006-09-22  Bruno Haible  <bruno@clisp.org>
10331
10332         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10333         module.
10334         Suggested by Ralf Wildenhues.
10335
10336 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10337
10338         Import this patch from libc:
10339
10340         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10341
10342         * lib/regex_internal.c (re_string_reconstruct): Handle
10343         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10344         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10345         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10346         re_string_context_at.
10347
10348         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10349         now requires it.
10350         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10351         gl_REGEX now does it for us.
10352         (gl_REGEX): Add test taken from
10353         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10354
10355         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10356         Check that large offsets work.  Modernize Autoconf usages.
10357         Prefer "yes" to mean a good thing rather than a bad.
10358         Don't put "#define mkstemp" in config.h, as this might interfere
10359         with standard system headers that "#define mkstemp mkstemp64".
10360
10361         * modules/mkstemp (Depends-on): Add extensions, so that
10362         mkstemp is visible on some platforms.
10363         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10364         (Include): Change to "mkstemp.h" from <stdlib.h>.
10365         (Files): Add mkstemp.h.
10366
10367         * lib/mkstemp.h: New file, since some standard headers
10368         #define mkstemp.
10369         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10370         Include "mkstemp.h".
10371         Make the _LIBC code resemble glibc original more,
10372         e.g., use K&R style.
10373         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10374         (mkstemp): Remove, since mkstemp.h does this for us.
10375         * lib/stdlib--.h: Include mkstemp.h.
10376
10377         Import this patch from libc:
10378
10379         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10380
10381         * lib/tempname.c (__gen_tempname): Change attempts_min
10382         into a macro.  Use preprocessor to decide how to initialize
10383         attempts [Coverity CID 67].
10384
10385 2006-09-20  Bruno Haible  <bruno@clisp.org>
10386
10387         * lib/mkdtemp.c: Import from libc.
10388         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10389                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10390                 attempts_min into a macro.  Use preprocessor to decide how to
10391                 initialize attempts [Coverity CID 67].
10392         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10393                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10394                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10395
10396 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10397
10398         * gnulib-tool (func_exit): New function, to allow to pass the
10399         exit status portably through the trap.  Use everywhere.
10400         (--help, --version): Signal a write error.
10401         (trap): catch SIGPIPE, for write errors.
10402         Exit at the end of the trap, with the correct exit status.
10403
10404 2006-09-19  Karl Berry  <karl@gnu.org>
10405
10406         * doc/gnulib.texi: note about the license texinfo files.
10407
10408 2006-09-19  Eric Blake  <ebb9@byu.net>
10409
10410         * gnulib-tool: Avoid space-tab.
10411
10412 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10413
10414         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10415         that prevented coreutils 6.1 from building.  Problem reported
10416         by Petter Reinholdtsen.
10417
10418 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10419
10420         * gnulib-tool (avoidlist): Fix typo that broke options like
10421         --avoid=lock that are used by coreutils bootstrap.
10422
10423 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10424
10425         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10426         more systematically.
10427
10428 2006-09-18  Jim Meyering  <jim@meyering.net>
10429
10430         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10431
10432 2006-09-18  Bruno Haible  <bruno@clisp.org>
10433
10434         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10435
10436 2006-09-18  Bruno Haible  <bruno@clisp.org>
10437
10438         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10439         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10440         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10441         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10442         * m4/gettext.m4: Require autoconf >= 2.52.
10443         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10444         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10445         of gl_cv_header_inttypes_h.
10446
10447 2006-09-18  Bruno Haible  <bruno@clisp.org>
10448
10449         * lib/javaversion.c: Include configmake.h.
10450
10451 2006-09-18  Bruno Haible  <bruno@clisp.org>
10452
10453         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10454         avoid that the while loops be executed in a subshell.
10455
10456 2006-09-18  Bruno Haible  <bruno@clisp.org>
10457
10458         * MODULES.html.sh (func_module): Break long lines.
10459         Suggested by Bruce Korb <bkorb@gnu.org>.
10460
10461 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10462
10463         Speed up by a factor of 1.12.
10464         * gnulib-tool (nl): New variable.
10465         (func_import): Rewrite include directive extraction to only read each
10466         directive once.
10467
10468 2006-09-17  Bruno Haible  <bruno@clisp.org>
10469
10470         * modules/javaversion (Makefile.am): Remove DEFS setting.
10471         (Depends-on): Add configmake, for PKGDATADIR definition.
10472
10473 2006-09-17  Bruno Haible  <bruno@clisp.org>
10474
10475         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10476
10477 2006-09-17  Bruno Haible  <bruno@clisp.org>
10478
10479         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10480         (func_modules_transitive_closure, func_modules_add_dummy,
10481         func_modules_to_filelist, func_import, func_create_testdir,
10482         func_create_megatestdir, ...): Use it wherever possible.
10483         Suggested by Ralf Wildenhues.
10484
10485 2006-09-16  Karl Berry  <karl@gnu.org>
10486
10487         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10488         to avoid sectioning errors.
10489         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10490         [ifinfo]: blank line after @center-ed titles.
10491         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10492         Spell FSF address consistently with others.
10493         (These changes approved by rms.)
10494
10495 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10496
10497         Speed up by a factor of 1.61.
10498         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10499         already checked module names again.
10500
10501 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10502
10503         Speed up by a factor of 1.13.
10504         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10505         for new_files, and the input to func_add_or_update.
10506
10507 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10508
10509         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10510         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10511
10512 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10513
10514         * modules/mkancesdirs (Depends-on): Add fcntl.
10515         * modules/savewd: New file.
10516         * MODULES.html.sh (File system functions): Add savewd.
10517
10518         * modules/configmake (Makefile.am): Add support for the
10519         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10520
10521 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10522
10523         * m4/savewd.m4: New file.
10524
10525 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10526
10527         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10528         (dirchownmod): New arg FD.  All callers changed.
10529         Use FD rather than opening the directory ourself, as opening is
10530         now the caller's responsibility.
10531         * lib/dirchownmod.h: Likewise.
10532         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10533         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10534         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10535         (test_dir): Remove.
10536         (mkancesdirs): Return length of prefix of FILE that has already
10537         been made, or -2 if there is a child doing the work.  Redo
10538         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10539         ".", and treat ".." specially since it might stray back into
10540         already-created areas.  Use a subprocess if necessary.  New arg
10541         WD; all users changed.  MAKE_DIR function should now return 1
10542         if it creates a directory that is not readable.  Return -2 if
10543         a child process is spun off.
10544         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10545         Adjust signature to match code.
10546         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10547         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10548         all users changed.
10549         * lib/savewd.c, lib/savewd.h: New files.
10550
10551 2006-09-15  Jim Meyering  <jim@meyering.net>
10552
10553         * modules/rename-dest-slash: New module.
10554         * MODULES.html.sh (posix_compat): Add it here.
10555
10556         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10557
10558 2006-09-15  Jim Meyering  <jim@meyering.net>
10559
10560         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10561         file.
10562
10563         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10564
10565 2006-09-15  Jim Meyering  <jim@meyering.net>
10566
10567         * lib/rename-dest-slash.c (has_trailing_slash): Use
10568         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10569         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10570         test before testing whether SRC is a directory.
10571         Suggestions from Bruno Haible.
10572
10573         Avoid a warning about an unused variable.
10574         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10575         into the #ifdef block where it's used.
10576
10577         * lib/rename-dest-slash.c: New file.
10578
10579 2006-09-14  Bruno Haible  <bruno@clisp.org>
10580
10581         * lib/allocsa.c: Include <config.h> unconditionally.
10582         * lib/asnprintf.c: Likewise.
10583         * lib/asprintf.c: Likewise.
10584         * lib/c-strcasecmp.c: Likewise.
10585         * lib/c-strcasestr.c: Likewise.
10586         * lib/c-strncasecmp.c: Likewise.
10587         * lib/c-strstr.c: Likewise.
10588         * lib/classpath.c: Likewise.
10589         * lib/clean-temp.c: Likewise.
10590         * lib/concatpath.c: Likewise.
10591         * lib/copy-file.c: Likewise.
10592         * lib/csharpcomp.c: Likewise.
10593         * lib/csharpexec.c: Likewise.
10594         * lib/execute.c: Likewise.
10595         * lib/fatal-signal.c: Likewise.
10596         * lib/findprog.c: Likewise.
10597         * lib/fwriteerror.c: Likewise.
10598         * lib/gl_array_list.c: Likewise.
10599         * lib/gl_array_oset.c: Likewise.
10600         * lib/gl_avltree_list.c: Likewise.
10601         * lib/gl_avltree_oset.c: Likewise.
10602         * lib/gl_avltreehash_list.c: Likewise.
10603         * lib/gl_carray_list.c: Likewise.
10604         * lib/gl_linked_list.c: Likewise.
10605         * lib/gl_linkedhash_list.c: Likewise.
10606         * lib/gl_list.c: Likewise.
10607         * lib/gl_oset.c: Likewise.
10608         * lib/gl_rbtree_list.c: Likewise.
10609         * lib/gl_rbtree_oset.c: Likewise.
10610         * lib/gl_rbtreehash_list.c: Likewise.
10611         * lib/imaxabs.c: Likewise.
10612         * lib/imaxdiv.c: Likewise.
10613         * lib/javacomp.c: Likewise.
10614         * lib/javaexec.c: Likewise.
10615         * lib/javaversion.c: Likewise.
10616         * lib/linebreak.c: Likewise.
10617         * lib/localcharset.c: Likewise.
10618         * lib/lock.c: Likewise.
10619         * lib/mbchar.c: Likewise.
10620         * lib/mbswidth.c: Likewise.
10621         * lib/mkdtemp.c: Likewise.
10622         * lib/pipe.c: Likewise.
10623         * lib/printf-args.c: Likewise.
10624         * lib/printf-parse.c: Likewise.
10625         * lib/progname.c: Likewise.
10626         * lib/progreloc.c: Likewise.
10627         * lib/readlink.c: Likewise.
10628         * lib/sh-quote.c: Likewise.
10629         * lib/stpcpy.c: Likewise.
10630         * lib/stpncpy.c: Likewise.
10631         * lib/strcasecmp.c: Likewise.
10632         * lib/strcasestr.c: Likewise.
10633         * lib/strcspn.c: Likewise.
10634         * lib/striconv.c: Likewise.
10635         * lib/strncasecmp.c: Likewise.
10636         * lib/strnlen1.c: Likewise.
10637         * lib/strstr.c: Likewise.
10638         * lib/strtok_r.c: Likewise.
10639         * lib/tls.c: Likewise.
10640         * lib/tmpdir.c: Likewise.
10641         * lib/unicodeio.c: Likewise.
10642         * lib/unsetenv.c: Likewise.
10643         * lib/vasnprintf.c: Likewise.
10644         * lib/vasprintf.c: Likewise.
10645         * lib/wait-process.c: Likewise.
10646         * lib/xallocsa.c: Likewise.
10647         * lib/xsetenv.c: Likewise.
10648         * lib/xstriconv.c: Likewise.
10649
10650 2006-09-13  Simon Josefsson  <jas@extundo.com>
10651
10652         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10653         that internally, suggested by Ralf Wildenhues
10654         <Ralf.Wildenhues@gmx.de>.
10655
10656 2006-09-13  Simon Josefsson  <jas@extundo.com>
10657
10658         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10659         @LIBOBJS@.
10660         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10661
10662 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10663
10664         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10665         longer worry about uses that don't define HAVE_CONFIG_H.
10666         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10667         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10668         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10669         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10670         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10671         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10672         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10673         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10674         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10675         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10676         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10677         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10678         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10679         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10680         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10681         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10682         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10683         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10684         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10685         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10686         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10687         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10688         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10689         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10690         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10691         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10692         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10693         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10694         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10695         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10696         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10697         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10698         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10699         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10700         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10701         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10702         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10703         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10704         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10705         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10706         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10707         Likewise.
10708
10709 2006-09-13  Eric Blake  <ebb9@byu.net>
10710
10711         * lib/getopt.c: Fix typo in last commit.
10712
10713 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10714
10715         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10716         dgettext.
10717
10718 2006-09-12  Jim Meyering  <jim@meyering.net>
10719
10720         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10721         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10722         Reported by Nelson H. F. Beebe.
10723
10724 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10725
10726         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10727         program_invocation_name and program_invocation_short_name are
10728         initialized.
10729         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10730         and program_invocation_short_name to argp.h, so they are visible
10731         to user programs.
10732         * lib/argp.h: Likewise
10733
10734 2006-09-10  Bruno Haible  <bruno@clisp.org>
10735
10736         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10737         m4/inttypes_h.m4, m4/uintmax_t.m4.
10738
10739 2006-09-10  Bruno Haible  <bruno@clisp.org>
10740
10741         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10742         gl_AC_TYPE_UINTMAX_T.
10743
10744 2006-09-10  Bruno Haible  <bruno@clisp.org>
10745
10746         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10747
10748 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10749
10750         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10751         convention.  Text proposed by Bruno Haible.
10752         (struct argp_option): Document the use of N_() wrappers.
10753
10754         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10755         '\v', and translate the two parts separately, instead of feeding
10756         the whole string to gettext.  This allows to exclude
10757         '\v' from the strings visible to the translator by writing doc
10758         strings as N_("..") "\v" N_("..").
10759
10760 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10761
10762         * config/srclist.txt: Undo latest change; the bug was fixed.
10763
10764 2006-09-09  Bruno Haible  <bruno@clisp.org>
10765
10766         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10767         assignments if building a library without libtool.
10768         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10769         in func_emit_lib_Makefile_am.
10770         (func_import): When building a static library libfoo.a, arrange to
10771         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10772         (func_create_testdir): Likewise.
10773         * modules/gc (configure.ac, Makefile.am): If building statically,
10774         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10775         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10776         * modules/striconv (configure.ac, Makefile.am): Likewise.
10777         Based on a suggestion by Ralf Wildenhues.
10778
10779 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10780
10781         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10782         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10783         Also:
10784
10785         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10786         Add year_2050_test to catch glibc bug 2821
10787         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10788
10789         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10790         Prefer #ifdef to #if.
10791
10792         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10793         Return from 'main' instead of calling 'exit'.
10794
10795 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10796
10797         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10798         returned the maximum time_t value rather than (time_t) -1.
10799         Problem originally reported by William Bardwell
10800         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10801
10802         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10803         Moved to here ...
10804         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10805         ... from here.
10806
10807 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10808
10809         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10810         2821 is fixed.
10811
10812 2006-09-08  Jim Meyering  <jim@meyering.net>
10813
10814         Don't make generated files read-only.  That would bother too many
10815         people.  However, do retain the ability to work when targets are
10816         read-only: remove the destination and temporary files before writing
10817         them (when generated via sed or echo), or by using the -f option for
10818         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10819         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10820         * modules/byteswap, modules/configmake, modules/fcntl:
10821         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10822         * modules/localcharset, modules/netinet_in, modules/poll:
10823         * modules/stdbool, modules/stdint, modules/sys_select:
10824         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10825
10826 2006-09-08  Jim Meyering  <jim@meyering.net>
10827
10828         Avoid new build failure on FreeBSD 6.0.
10829         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10830         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10831         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10832
10833 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10834
10835         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10836
10837 2006-09-07  Jim Meyering  <jim@meyering.net>
10838
10839         Fix global typo in last change: use chmod u-w, not chmod u-x.
10840         Spotted by Paul Eggert and Bruce Korb.
10841         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10842         * modules/byteswap, modules/configmake, modules/fcntl:
10843         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10844         * modules/localcharset, modules/netinet_in, modules/poll:
10845         * modules/stdbool, modules/stdint, modules/sys_select:
10846         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10847
10848 2006-09-06  Jim Meyering  <jim@meyering.net>
10849
10850         Make generated files be read-only.
10851         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10852         Ensure that each generated file is now read-only.
10853         * modules/argz: Likewise.
10854         * modules/arpa_inet: Likewise.
10855         * modules/byteswap: Likewise.
10856         * modules/configmake: Likewise.
10857         * modules/fcntl: Likewise.
10858         * modules/fnmatch: Likewise.
10859         * modules/getopt: Likewise.
10860         * modules/glob: Likewise.
10861         * modules/inttypes: Likewise.
10862         * modules/netinet_in: Likewise.
10863         * modules/poll: Likewise.
10864         * modules/stdbool: Likewise.
10865         * modules/stdint: Likewise.
10866         * modules/sys_select: Likewise.
10867         * modules/sys_socket: Likewise.
10868         * modules/sys_stat: Likewise.
10869         * modules/sysexits: Likewise.
10870         * modules/localcharset: Same as above, but continue using temporary
10871         file named "t-$@" (why different?) rather than the "$@-t" used
10872         everywhere else.
10873
10874         * modules/sysexits (Makefile.am): Replace literal occurrences
10875         of "sysexit.h" more readable, and more consistent, "$@".
10876
10877 2006-09-06  Bruno Haible  <bruno@clisp.org>
10878
10879         * modules/striconv: New file.
10880         * modules/xstriconv: New file.
10881         * MODULES.html.sh (Internationalization functions): Add striconv,
10882         xstriconv.
10883
10884 2006-09-06  Bruno Haible  <bruno@clisp.org>
10885
10886         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10887         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10888         not using libtool correctly.
10889
10890 2006-09-06  Bruno Haible  <bruno@clisp.org>
10891
10892         * lib/striconv.h: New file.
10893         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10894         iconvstring.c.
10895         * lib/xstriconv.h: New file.
10896         * lib/xstriconv.c: New file.
10897
10898 2006-09-06  Bruno Haible  <bruno@clisp.org>
10899
10900         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10901         lib_..._LDFLAGS.
10902
10903 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10904
10905         * lib/argz_.h: Sync from Libtool.
10906
10907         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10908                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10909
10910         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
10911
10912 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10913
10914         * modules/trim: New file.
10915
10916 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
10917
10918         * lib/trim.h: New file.
10919         * lib/trim.c: New file.
10920
10921 2006-09-05  Bruno Haible  <bruno@clisp.org>
10922
10923         * MODULES.html.sh (String handling): Add trim.
10924
10925 2006-09-04  Karl Berry  <karl@gnu.org>
10926
10927         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
10928         until next release.
10929
10930 2006-09-03  Bruno Haible  <bruno@clisp.org>
10931
10932         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
10933         correctly.
10934
10935 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10936
10937         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
10938         not gl_GETLOADAVG.  Omit unneeded semicolons.
10939         Problems reported by Ralf Wildenhues in
10940         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10941         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
10942         at the end, which is the usual gnulib style.
10943
10944         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
10945         of doing all the work ourselves.
10946         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
10947         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
10948
10949 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10950
10951         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
10952         Problem reported by Ralf Wildenhues in
10953         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
10954
10955         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
10956         HAVE_STRUCT_STATFS_F_FSTYPENAME.
10957
10958 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10959
10960         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
10961         yesterday's patch by changing test -n to test -z.
10962
10963 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10964
10965         * modules/getloadavg (Files): Add m4/getloadavg.m4.
10966         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
10967         the former is now obsolescent.
10968
10969         * modules/chdir-long (Depends-on): Add fcntl.
10970
10971 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10972
10973         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
10974         obsolescent, and programs should use gnulib instead.
10975         * m4/getloadavg.m4: New file, with contents taken from Autoconf
10976         but with prefixes changed.
10977
10978 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10979
10980         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
10981         or stdbool.h, because they might not exist while configuring.
10982
10983         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
10984         Don't include unistd.h or limits.h; not needed, since chdir-long.h
10985         does that for us.
10986         (O_DIRECTORY): Remove.
10987
10988 2006-08-31  Eric Blake  <ebb9@byu.net>
10989
10990         * gnulib-tool: Don't let emacs change spaces to TAB.
10991
10992 2006-08-31  Bruno Haible  <bruno@clisp.org>
10993
10994         * gnulib-tool: When calling func_import more than once, do it in a
10995         subshell.
10996         Reported by Eric Blake <ebb9@byu.net>.
10997
10998 2006-08-31  Bruno Haible  <bruno@clisp.org>
10999
11000         * gnulib-tool (nl): Remove variable.
11001         (sed_transform_lib_file): Use more robust test for config-h module.
11002         (func_import): Fix typo in 2006-08-25 patch.
11003
11004 2006-08-31  Bruno Haible  <bruno@clisp.org>
11005
11006         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11007         specified, augment Makefile.am variables instead of assigning them.
11008
11009 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11010
11011         Work around a bug in both the Linux and SunOS 64-bit kernels:
11012         nanosleep mishandles sleeps for longer than 2**31 seconds.
11013         Problem reported by Frank v Waveren in
11014         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11015         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11016         Check for nanosleep bug.
11017         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11018
11019 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11020
11021         Work around a bug in both the Linux and SunOS 64-bit kernels:
11022         nanosleep mishandles sleeps for longer than 2**31 seconds.
11023         Problem reported by Frank v Waveren in
11024         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11025         * lib/nanosleep.c (BILLION): New constant.
11026         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11027         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11028         implementation.
11029
11030 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11031
11032         * modules/nanosleep (Depends-on): Add gettime.
11033
11034 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11035         and Simon Josefsson  <jas@extundo.com>
11036         and Oskar Liljeblad  <oskar@osk.mine.nu>
11037
11038         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11039         * gnulib-tool (func_import): New license type 'unmodifiable license
11040         text'.
11041         * modules/fdl: Use it.  Longer description.
11042         * module/gpl, module/lgpl: New files.
11043
11044 2006-08-30  Jim Meyering  <jim@meyering.net>
11045
11046         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11047         shadowing the parameter.
11048
11049 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11050
11051         Sync from Libtool:
11052
11053         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11054
11055         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11056         sharing with gnulib.  Report by Eric Blake.
11057
11058 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11059
11060         * modules/isapipe: New file.
11061         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11062
11063 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         * modules/configmake (Makefile.am): Add a comment, and omit
11066         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11067         by Bruno Haible.
11068
11069 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11070
11071         * m4/isapipe.m4: New file.
11072
11073 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11074
11075         * lib/isapipe.c, lib/isapipe.h: New files.
11076
11077 2006-08-29  Jim Meyering  <jim@meyering.net>
11078
11079         * modules/configmake (Makefile.am): Make configmake.h depend on
11080         Makefile.  Otherwise, a stale configmake.h could hang around.
11081
11082 2006-08-29  Eric Blake  <ebb9@byu.net>
11083
11084         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11085         resolution of upstream bug 3044.
11086
11087 2006-08-29  Bruno Haible  <bruno@clisp.org>
11088
11089         * modules/localcharset (Depends-on): Add configmake.
11090         (Makefile.am): Remove setting of LIBDIR through DEFS.
11091
11092 2006-08-29  Bruno Haible  <bruno@clisp.org>
11093
11094         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11095         defined.
11096
11097 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11098
11099         * modules/fcntl: New file.
11100         * modules/chdir-safer (Depends-on): Add fcntl.
11101         * modules/fts: Likewise.
11102         * modules/mkdir-p: Likewise.
11103
11104         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11105         This undoes the most recent change, since we're now addressing the
11106         problem in a different way.
11107
11108         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11109         into output, since the output might be called Makefile.am even
11110         if $makefile_name is something different.
11111         (func_import): Use $makefile_am rather than
11112         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11113         empty.
11114
11115         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11116
11117 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11120         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11121         recent change to stdint.m4, since we're now addressing the problem in a
11122         different way.
11123
11124 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11125
11126         * m4/fcntl_h.m4: New file.
11127
11128 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11129
11130         * lib/fcntl_.h: New file.
11131         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11132         the fcntl module.
11133         * lib/dirchownmod.c: Likewise.
11134         * lib/fts.c: Likewise.
11135
11136         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11137         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11138         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11139         just before including <inttypes.h>, to avoid circular inclusion.
11140
11141 2006-08-28  Jim Meyering  <jim@meyering.net>
11142
11143         * doc/visibility.texi: Actually read and correct the grammar of the
11144         sentence affected by yesterday's change.
11145
11146 2006-08-28  Eric Blake  <ebb9@byu.net>
11147
11148         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11149         needs wrapper.
11150
11151 2006-08-28  Eric Blake  <ebb9@byu.net>
11152
11153         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11154
11155 2006-08-28  Eric Blake  <ebb9@byu.net>
11156
11157         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11158
11159 2006-08-28  Bruno Haible  <bruno@clisp.org>
11160
11161         * modules/c-strstr: New file, from GNU gettext.
11162         * MODULES.html.sh (String handling): Add c-strstr.
11163
11164 2006-08-28  Bruno Haible  <bruno@clisp.org>
11165
11166         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11167         macros.
11168         Reported by Eric Blake.
11169
11170 2006-08-28  Bruno Haible  <bruno@clisp.org>
11171
11172         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11173         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11174         * lib/vasprintf.c: Include errno.h, limits.h.
11175         (EOVERFLOW): New fallback definition.
11176         (vasprintf): Test here whether the string length is > INT_MAX.
11177         * lib/vsnprintf.c: Include errno.h, limits.h.
11178         (EOVERFLOW): New fallback definition.
11179         (vsnprintf): Fix bug when generated string was too long for the buffer.
11180         Test here whether the string length is > INT_MAX.
11181
11182 2006-08-28  Bruno Haible  <bruno@clisp.org>
11183
11184         * lib/inttypes_.h (SCNX*): Remove definitions.
11185         Reported by Eric Blake.
11186
11187 2006-08-28  Bruno Haible  <bruno@clisp.org>
11188
11189         * lib/c-strstr.h: New file, from GNU gettext.
11190         * lib/c-strstr.c: New file, from GNU gettext.
11191
11192 2006-08-28  Bruno Haible  <bruno@clisp.org>
11193
11194         * gnulib-tool: Reorder some statements.
11195
11196 2006-08-28  Bruno Haible  <bruno@clisp.org>
11197
11198         * gnulib-tool: New option --makefile-name.
11199         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11200         $makefile_name.
11201         (func_import): Write $makefile_name to the cache file, and read it from
11202         there unless explicitly specified. Use $makefile_name as file name
11203         instead of Makefile.am. Adjust the recommendations accordingly.
11204
11205 2006-08-28  Bruno Haible  <bruno@clisp.org>
11206
11207         * gnulib-tool (func_verify_module): Check against misapplying patch.
11208
11209 2006-08-28  Bruno Haible  <bruno@clisp.org>
11210
11211         * gnulib-tool (func_relativize, func_relconcat): New functions.
11212         Give an error if --local-dir is given with --update.
11213         Remove trailing slashes from $local_gnulib_dir.
11214         (func_import): Store the relativized $local_gnulib_dir in
11215         gnulib-cache.m4, and read it from there if not specified explicitly.
11216
11217 2006-08-28  Bruno Haible  <bruno@clisp.org>
11218
11219         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11220         is the current directory. Respect also $local_gnulib_dir.
11221
11222 2006-08-28  Bruno Haible  <bruno@clisp.org>
11223             Simon Josefsson  <jas@extundo.com>
11224
11225         BeOS portability.
11226         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11227
11228 2006-08-27  Jim Meyering  <jim@meyering.net>
11229
11230         * doc/visibility.texi: Remove duplicate word: "pointer".
11231
11232 2006-08-26  Bruno Haible  <bruno@clisp.org>
11233
11234         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11235         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11236         (Makefile.am): Create inttypes.h from inttypes_.h.
11237         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11238
11239         * modules/imaxabs: New file.
11240
11241         * modules/imaxdiv: New file.
11242
11243 2006-08-26  Bruno Haible  <bruno@clisp.org>
11244
11245         * m4/inttypes.m4: New file.
11246         * m4/_inttypes_h.m4: Remove file.
11247         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11248         PRI_MACROS_BROKEN.
11249         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11250
11251         * m4/imaxabs.m4: New file.
11252
11253         * m4/imaxdiv.m4: New file.
11254
11255 2006-08-26  Bruno Haible  <bruno@clisp.org>
11256
11257         * lib/inttypes_.h: New file.
11258         * lib/inttypes.h: Remove file.
11259         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11260
11261         * lib/imaxabs.c: New file.
11262
11263         * lib/imaxdiv.c: New file.
11264
11265 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11266
11267         New config-h module, so that "make" output needn't be cluttered
11268         by -DHAVE_CONFIG_H.
11269         * MODULES.html.sh (Support for building libraries and executables):
11270         Add config-h.
11271         * modules/config-h: New file.
11272         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11273         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11274         the config-h module is used.
11275
11276         New configmake module, so that "make" output needn't be cluttered
11277         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11278         * MODULES.html.sh (Support for building libraries and executables):
11279         Add configmake.
11280         * modules/configmake: New file.
11281
11282 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11283
11284         * m4/config-h.m4: New file.
11285
11286 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11287
11288         * config/srclist.txt: Add elisp-comp.
11289
11290 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11291
11292         * MODULES.html.sh (Support for building libraries and executables):
11293         Add elisp-comp.
11294         * build-aux/elisp-comp: New file.
11295         * modules/elisp-comp: New file.
11296
11297 2006-08-24  Bruno Haible  <bruno@clisp.org>
11298
11299         * gnulib-tool (func_create_testdir): Use non-default values of
11300         sourcebase and m4base.
11301
11302 2006-08-24  Bruno Haible  <bruno@clisp.org>
11303
11304         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11305         HTML structure.
11306
11307 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11308
11309         * modules/openat (Depends-on): Add lchown.
11310
11311 2006-08-23  Bruno Haible  <bruno@clisp.org>
11312
11313         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11314         of gl_LOCK_EARLY instead of gl_LOCK.
11315
11316 2006-08-23  Bruno Haible  <bruno@clisp.org>
11317
11318         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11319         on OSF/1 to no.
11320         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11321
11322 2006-08-23  Bruno Haible  <bruno@clisp.org>
11323
11324         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11325         as unusable.
11326
11327         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11328         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11329         (gl_LOCK): New macro.
11330
11331 2006-08-22  Simon Josefsson  <jas@extundo.com>
11332
11333         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11334         to md5 module.
11335
11336 2006-08-22  Simon Josefsson  <jas@extundo.com>
11337
11338         * MODULES.html.sh: Add "Support for maintaining and release
11339         projects".
11340
11341         * build-aux/gnupload: New file, from coreutils.
11342
11343 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11344
11345         Avoid the need for AC_LIBSOURCES in m4 macros.
11346         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11347         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11348         * modules/check-version (EXTRA_DIST): Add check-version.h.
11349         * modules/crc (EXTRA_DIST): Add crc.h.
11350         * modules/des (EXTRA_DIST): Add des.h.
11351         * modules/gc (EXTRA_DIST): Add gc.h.
11352         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11353         * modules/getline (EXTRA_DIST): Add getline.h.
11354         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11355         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11356         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11357         * modules/md2 (EXTRA_DIST): Add md2.h.
11358         * modules/md4 (EXTRA_DIST): Add md4.h.
11359         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11360         * modules/read-file (EXTRA_DIST): Add read-file.h.
11361         * modules/readline (EXTRA_DIST): Add readline.h.
11362         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11363         rijndael-api-fst.h.
11364
11365 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11366
11367         * m4/rijndael.m4 (gl_ARCFOUR):
11368         * m4/arctwo.m4 (gl_ARCTWO):
11369         * m4/check-version.m4 (gl_CHECK_VERSION):
11370         * m4/crc.m4 (gl_CRC):
11371         * m4/des.m4 (gl_DES):
11372         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11373         * m4/gc.m4 (gl_GC):
11374         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11375         * m4/getline.m4 (gl_FUNC_GETLINE):
11376         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11377         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11378         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11379         * m4/md2.m4 (gl_MD2):
11380         * m4/md4.m4 (gl_MD4):
11381         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11382         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11383         * m4/readline.m4 (gl_FUNC_READLINE):
11384         * m4/rijndael.m4 (gl_RIJNDAEL):
11385         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11386         to get the necessary .h files and whatnot.
11387
11388 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11389
11390         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11391         gnulib rather than the other way around.
11392         * config/srclistvars.sh (COREUTILS): Remove.
11393
11394 2006-08-22  Jim Meyering  <jim@meyering.net>
11395
11396         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11397
11398         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11399
11400 2006-08-22  Eric Blake  <ebb9@byu.net>
11401
11402         * modules/regexprops-generic: New file.
11403         * MODULES.html.sh (Support for building documentation): List it.
11404
11405 2006-08-22  Eric Blake  <ebb9@byu.net>
11406
11407         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11408         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11409         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11410         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11411
11412 2006-08-22  Bruno Haible  <bruno@clisp.org>
11413
11414         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11415         and lib_LTLIBRARIES like the other lib_* variables.
11416
11417 2006-08-22  Bruno Haible  <bruno@clisp.org>
11418
11419         * build-aux/x-to-1.in: New file, from GNU gettext.
11420
11421 2006-08-22  Bruno Haible  <bruno@clisp.org>
11422
11423         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11424         <utmpx.h> exists.
11425
11426 2006-08-22  Bruno Haible  <bruno@clisp.org>
11427
11428         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11429         <utmpx.h> exists.
11430
11431 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11432
11433         BeOS portability.
11434         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11435         exist.
11436         Problem reported by Bruno Haible.
11437
11438 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11439
11440         Avoid the need for AC_LIBSOURCES in m4 macros.
11441         * modules/acl (EXTRA_DIST): Add acl.h.
11442         * modules/argmatch (Files): Add m4/argmatch.m4.
11443         (configure.ac): Add gl_ARGMATCH.
11444         (EXTRA_DIST): Renamed from lib_SOURCES, for
11445         consistency with the other modules.  Remove argmatch.c.
11446         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11447         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11448         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11449         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11450         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11451         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11452         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11453         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11454         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11455         * modules/closeout (EXTRA_DIST): Add closeout.h.
11456         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11457         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11458         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11459         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11460         dirname.h; remove basename.c and stripslash.c.
11461         * modules/exclude (EXTRA_DIST): Add exclude.h.
11462         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11463         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11464         * modules/file-type (EXTRA_DIST): Add file-type.h.
11465         * modules/filemode (EXTRA_DIST): Add filemode.h.
11466         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11467         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11468         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11469         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11470         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11471         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11472         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11473         * modules/getdate (EXTRA_DIST): Add getdate.c.
11474         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11475         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11476         * modules/getpass (EXTRA_DIST): Add getpass.h.
11477         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11478         * modules/group-member (EXTRA_DIST): Add group-member.h.
11479         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11480         * modules/hash (EXTRA_DIST): Add hash.h.
11481         * modules/human (EXTRA_DIST): Add human.h.
11482         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11483         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11484         * modules/lchown (EXTRA_DIST): Add lchown.h.
11485         * modules/long-options (EXTRA_DIST): Add long-options.h.
11486         * modules/lstat (EXTRA_DIST): Add lstat.h.
11487         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11488         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11489         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11490         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11491         * modules/memxor (EXTRA_DIST): Add memxor.h.
11492         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11493         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11494         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11495         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11496         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11497         * modules/physmem (EXTRA_DIST): Add physmem.h.
11498         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11499         * modules/posixver (EXTRA_DIST): Add posixver.h.
11500         * modules/quote (EXTRA_DIST): Add quote.h.
11501         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11502         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11503         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11504         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11505         regex_internal.h regexec.c.
11506         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11507         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11508         * modules/same (EXTRA_DIST): Add same.h.
11509         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11510         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11511         * modules/savedir (EXTRA_DIST): Add savedir.h.
11512         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11513         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11514         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11515         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11516         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11517         * modules/strdup (EXTRA_DIST): Add strdup.h.
11518         * modules/strftime (EXTRA_DIST): Add strftime.h.
11519         * modules/strndup (EXTRA_DIST): Add strndup.h.
11520         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11521         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11522         * modules/time_r (EXTRA_DIST): Add time_r.h.
11523         * modules/timespec (EXTRA_DIST): Add timespec.h.
11524         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11525         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11526         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11527         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11528         * modules/userspec (EXTRA_DIST): Add userspec.h.
11529         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11530         * modules/utimens (EXTRA_DIST): Add utimens.h.
11531         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11532         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11533         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11534         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11535         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11536         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11537         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11538         * modules/yesno (EXTRA_DIST): Add yesno.h.
11539
11540 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11541
11542         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11543
11544         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11545         * m4/dev-ino.m4, same-inode.m4: Remove.
11546
11547         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11548         * m4/acl.m4 (AC_FUNC_ACL):
11549         * m4/backupfile.m4 (gl_BACKUPFILE):
11550         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11551         * m4/canon-host.m4 (gl_CANON_HOST):
11552         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11553         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11554         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11555         * m4/cloexec.m4 (gl_CLOEXEC):
11556         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11557         * m4/closeout.m4 (gl_CLOSEOUT):
11558         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11559         * m4/dirname.m4 (gl_DIRNAME):
11560         * m4/exclude.m4 (gl_EXCLUDE):
11561         * m4/exitfail.m4 (gl_EXITFAIL):
11562         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11563         * m4/file-type.m4 (gl_FILE_TYPE):
11564         * m4/filemode.m4 (gl_FILEMODE):
11565         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11566         * m4/fpending.m4 (gl_FUNC_FPENDING):
11567         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11568         * m4/fts.m4 (gl_FUNC_FTS):
11569         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11570         * m4/getdate.m4 (gl_GETDATE):
11571         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11572         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11573         * m4/getpass.m4 (gl_FUNC_GETPASS):
11574         * m4/gettime.m4 (gl_GETTIME):
11575         * m4/getugroups.m4 (gl_GETUGROUPS):
11576         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11577         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11578         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11579         * m4/hash.m4 (gl_HASH):
11580         * m4/idcache.m4 (gl_IDCACHE):
11581         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11582         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11583         * m4/long-options.m4 (gl_LONG_OPTIONS):
11584         * m4/lstat.m4 (gl_FUNC_LSTAT):
11585         * m4/md5.m4 (gl_MD5):
11586         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11587         * m4/memcoll.m4 (gl_MEMCOLL):
11588         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11589         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11590         * m4/memxor.m4 (gl_MEMXOR):
11591         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11592         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11593         * m4/modechange.m4 (gl_MODECHANGE):
11594         * m4/mountlist.m4 (gl_MOUNTLIST):
11595         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11596         * m4/openat.m4 (gl_FUNC_OPENAT):
11597         * m4/pathmax.m4 (gl_PATHMAX):
11598         * m4/physmem.m4 (gl_PHYSMEM):
11599         * m4/posixtm.m4 (gl_POSIXTM):
11600         * m4/posixver.m4 (gl_POSIXVER):
11601         * m4/quote.m4 (gl_QUOTE):
11602         * m4/quotearg.m4 (gl_QUOTEARG):
11603         * m4/readtokens.m4 (gl_READTOKENS):
11604         * m4/readutmp.m4 (gl_READUTMP):
11605         * m4/regex.m4 (gl_REGEX):
11606         * m4/safe-read.m4 (gl_SAFE_READ):
11607         * m4/safe-write.m4 (gl_SAFE_WRITE):
11608         * m4/same.m4 (gl_SAME):
11609         * m4/save-cwd.m4 (gl_SAVE_CWD):
11610         * m4/savedir.m4 (gl_SAVEDIR):
11611         * m4/settime.m4 (gl_SETTIME):
11612         * m4/sha1.m4 (gl_SHA1):
11613         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11614         * m4/stat-macros.m4 (gl_STAT_MACROS):
11615         * m4/stat-time.m4 (gl_STAT_TIME):
11616         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11617         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11618         * m4/strdup.m4 (gl_FUNC_STRDUP):
11619         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11620         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11621         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11622         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11623         * m4/time_r.m4 (gl_TIME_R):
11624         * m4/timespec.m4 (gl_TIMESPEC):
11625         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11626         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11627         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11628         * m4/userspec.m4 (gl_USERSPEC):
11629         * m4/utimecmp.m4 (gl_UTIMECMP):
11630         * m4/utimens.m4 (gl_UTIMENS):
11631         * m4/xalloc.m4 (gl_XALLOC):
11632         * m4/xgetcwd.m4 (gl_XGETCWD):
11633         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11634         * m4/xreadlink.m4 (gl_XREADLINK):
11635         * m4/xstrtod.m4 (gl_XSTRTOD):
11636         * m4/yesno.m4 (gl_YESNO):
11637         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11638         to get the necessary .h files and whatnot.
11639
11640 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11641             Bruno Haible  <bruno@clisp.org>
11642
11643         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11644         /bin/sh understanding of '!' conditional negation.
11645
11646 2006-08-21  Jim Meyering  <jim@meyering.net>
11647
11648         * modules/openat (Depends-on): Really alphabetize.
11649
11650         * modules/acl (Depends-on): Add error and quote.
11651
11652         * check-module (find_included_lib_files): Add at-func.c to the
11653         ok-to-include-more-than-once white list.
11654
11655         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11656
11657 2006-08-21  Bruno Haible  <bruno@clisp.org>
11658
11659         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11660         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11661         Reported by Martin Lambers <marlam@marlam.de>.
11662
11663 2006-08-21  Bruno Haible  <bruno@clisp.org>
11664
11665         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11666         specify an installation location, don't emit a noinst_LIBRARIES or
11667         noinst_LTLIBRARIES assignment.
11668
11669 2006-08-21  Bruno Haible  <bruno@clisp.org>
11670
11671         BeOS portability.
11672         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11673         BeOS has mbrtowc() but no <wctype.h>.
11674
11675 2006-08-21  Bruno Haible  <bruno@clisp.org>
11676
11677         BeOS portability.
11678         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11679         exist.
11680
11681 2006-08-21  Bruno Haible  <bruno@clisp.org>
11682
11683         BeOS portability.
11684         * lib/mbchar.h: Include <wctype.h> only if it exists.
11685
11686 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11687
11688         Remove files that are no longer needed by their respective modules.
11689         * m4/obstack.m4: Remove.
11690         * m4/strerror_r.m4: Remove.
11691         * m4/uint32_t.m4: Remove.
11692         * m4/uintptr_t.m4: Remove.
11693         * m4/ullong_max.m4: Remove.
11694         * m4/xstrtoimax.m4: Remove.
11695         * m4/xstrtoumax.m4: Remove.
11696
11697         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11698         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11699         dependencies now capture this.
11700
11701         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11702         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11703         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11704         * m4/human.m4 (gl_HUMAN): Likewise.
11705         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11706         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11707
11708         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11709
11710         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11711         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11712         stdint.
11713         * m4/human.m4 (gl_HUMAN): Likewise.
11714         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11715         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11716         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11717         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11718         * m4/xstrtol (gl_XSTRTOL): Likewise.
11719
11720         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11721         AC_TYPE_LONG_LONG_INT.
11722         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11723         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11724         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11725         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11726
11727         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11728         on stdbool.
11729
11730         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11731         (gl_PREREQ_XSTRTOUL): Remove.
11732
11733         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11734
11735         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11736         mode.
11737
11738 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11739
11740         Add and change modules to make it easier for coreutils to use
11741         gnulib-tool.
11742         * modules/backupfile (Files): Remove m4/d-ino.m4.
11743         (Depends-on): Add d-ino.
11744         * modules/cycle-check (Depends-on): Add stdint.
11745         (lib_SOURCES): Add cycle-check.h.
11746         * modules/d-ino: New module.
11747         * modules/d-type: New module.
11748         * modules/error (Files): Remove m4/strerror_r.m4.
11749         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11750         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11751         m4/inttypes_h.m4, m4/uintmax_t.m4.
11752         (Depends-on): Add stdint.
11753         (lib_SOURCES): Add fsusage.h.
11754         * modules/getcwd (Files): Remove d-ino.m4.
11755         (Depends-on): Add d-ino.
11756         * modules/getndelim2 (Depends-on): Add stdint.
11757         * modules/glob (Files): Remove m4/d-type.m4.
11758         (Depends-on): Add d-type.
11759         * modules/host-os: New module.
11760         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11761         m4/inttypes_h.m4, m4/uintmax_t.m4.
11762         * Depends-on: Add stdint.
11763         (lib_SOURCES): Add human.h.
11764         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11765         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11766         m4/uintmax_t.m4, m4/ulonglong.m4.
11767         (Depends-on): Add stdint.
11768         (EXTRA_DIST): Add inttostr.h.
11769         * modules/lchmod: New module.
11770         * modules/link-follow: New module.
11771         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11772         (Depends-on): Add lchmod.
11773         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11774         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11775         (Depends-on): Add stdint.
11776         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11777         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11778         (Depends-on): Add stdint.
11779         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11780         * modules/perl: New module.
11781         * modules/regex (Depends-on): Add stdint.
11782         * modules/rmdir-errno: New module.
11783         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11784         m4/intmax_t.m4.
11785         (Depends-on): Add stdint.
11786         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11787         m4/uintmax_t.m4.
11788         (Depends-on): Add stdint.
11789         * modules/unlink-busy: New module.
11790         * modules/utimecmp (Depends-on): Add stdint.
11791         * modules/uptime: New module.
11792         * modules/winsz-ioctl: New module.
11793         * modules/winsz-termios: New module.
11794         * modules/xnanosleep (Depends-on): Add nanosleep.
11795         * modules/ullong_max: Remove.
11796         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11797         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11798         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11799         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11800         (Depends-on): Add inttypes.
11801         (lib_SOURCES): Add xstrtol.h.
11802         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11803         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11804         * MODULES.html.sh: Move 'assert' into the assert section.
11805         Move 'dummy' into the linking section.
11806         Remove ullong_max.
11807         Add section for compatibility checks for POSIX:2001 functions,
11808         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11809         winsz-ioctl, and winsz-termios into it.
11810         Add lchmod.
11811         Add top-level Misc section and put host-os, perl, and uptime
11812         into it.
11813
11814 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11815
11816         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11817         now assume the stdint module.  Do not include inttypes.h.
11818         * lib/fsusage.h: Likewise.
11819         * lib/getndelim2.c: Likewise.
11820         * lib/human.h: Likewise.
11821         * lib/inttostr.h: Likewise.
11822         * lib/obstack.c: Likewise.
11823         * lib/regex_internal.h: Likewise.
11824         * lib/tempname.c: Likewise.
11825         * lib/utimecmp.c: Likewise.
11826         * lib/xstrtol.h: Likewise.
11827
11828         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11829
11830         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11831         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11832         * lib/xtime.h: Likewise.
11833
11834 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11835
11836         * modules/openat (Files): Add lib/fchmodat.c.
11837         Fixes problem reported by Jay Youngman.
11838
11839 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11840
11841         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11842         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11843
11844 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11845             Bruno Haible  <bruno@clisp.org>
11846
11847         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11848         and is a script that invokes bison. Tighten the code. Add comments.
11849
11850 2006-08-18  Jim Meyering  <jim@meyering.net>
11851
11852         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11853         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11854         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11855         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11856
11857 2006-08-18  Bruno Haible  <bruno@clisp.org>
11858
11859         * modules/bison-i18n: New file.
11860         * MODULES.html.sh (Internationalization functions): Add it.
11861
11862 2006-08-18  Bruno Haible  <bruno@clisp.org>
11863
11864         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11865         sys/statvfs.h. When getmntinfo was found, check its declaration and
11866         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11867
11868 2006-08-18  Bruno Haible  <bruno@clisp.org>
11869
11870         * m4/bison-i18n.m4: New file, from bison.
11871
11872 2006-08-18  Bruno Haible  <bruno@clisp.org>
11873
11874         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11875         (ME_DUMMY): Treat "kernfs" as a dummy.
11876         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11877
11878 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11879
11880         Update from coreutils.
11881
11882         2006-08-15  Jim Meyering  <jim@meyering.net>
11883
11884         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11885
11886         2006-01-17  Jim Meyering  <jim@meyering.net>
11887
11888         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11889
11890         2006-01-11  Jim Meyering  <jim@meyering.net>
11891
11892         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11893         Check for the lchmod function.
11894
11895 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11896
11897         Update from coreutils.
11898
11899         * lib/__fpending.h: Add copyright notice.
11900         * lib/fprintftime.h: Likewise.
11901         * lib/savedir.c: Use (C) in copyright notice.
11902         * lib/savedir.h: Likewise.
11903
11904         2006-08-15  Jim Meyering  <jim@meyering.net>
11905
11906         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11907         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11908         in support of the EXPECTED_ERRNO macro.
11909         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
11910         definitions.  Instead, define the appropriate symbols and include
11911         "at-func.c".
11912         * lib/mkdirat.c (mkdirat): Likewise.
11913         * lib/fchmodat.c (fchmodat): Likewise.
11914         (ENOSYS): Remove definition.
11915         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
11916         it.  Don't include "unistd--.h" -- it wasn't ever used.
11917
11918         2006-01-17  Jim Meyering  <jim@meyering.net>
11919
11920         Rewrite fts.c not to change the current working directory,
11921         by using openat, fstatat, fdopendir, etc..
11922
11923         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
11924         (HAVE_OPENAT_SUPPORT): Define.
11925         [_LIBC] (fchdir): Don't undef or define; no longer used.
11926         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
11927         Now, this `function' always succeeds, and consumes its file descriptor
11928         parameter -- so callers must not close such FDs.  Update callers.
11929         (diropen_fd, opendirat, cwd_advance_fd): New functions.
11930         (diropen): Add parameter, SP.  Adjust all callers.
11931         Implement using diropen_fd, rather than open.
11932         (fts_open): Initialize new member, fts_cwd_fd.
11933         Remove fts_rft-setting code.
11934         (fts_close): Close fts_cwd_fd, if necessary.
11935         (__opendir2): Define in terms of opendir or opendirat,
11936         depending on whether the FST_NOCHDIR flag is set.
11937         (fts_build): Since fts_safe_changedir consumes its FD, and since
11938         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
11939         and close the dup'd file descriptor upon failure.
11940         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
11941         (fts_safe_changedir): Tweak semantics to reflect that this function
11942         now calls cwd_advance_fd and hence consumes its FD argument.
11943         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
11944         [struct FTS] (fts_rft): Remove now-unused member.
11945         [struct FTS] (fts_cycle.state): Improve comment.
11946
11947         * lib/openat.c (openat_needs_fchdir): New function.
11948         * lib/openat.h (openat_needs_fchdir): Declare it.
11949
11950 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11951
11952         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
11953         Problem and fix reported by Pádraig Brady in
11954         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
11955
11956 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11957
11958         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
11959
11960 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11961
11962         * lib/memcoll.c (memcoll): Optimize for the common case where the
11963         arguments are bytewise equal.
11964
11965 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11966
11967         * doc/regexprops-generic.texi: Add a copyright notice.
11968
11969 2006-08-15  Bruno Haible  <bruno@clisp.org>
11970
11971         * modules/tmpdir (License): Change to LGPL.
11972
11973 2006-08-15  Bruno Haible  <bruno@clisp.org>
11974
11975         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
11976         module.
11977
11978 2006-08-14  Simon Josefsson  <jas@extundo.com>
11979
11980         * config/srclist.txt: Add gnupload.
11981
11982 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11983
11984         Change copyright notice from LGPL 2 to GPL 2, since that's the
11985         standard form used in the gnulib repository.
11986         * tests/test-lock.c: Likewise.
11987         * tests/test-stdint.c: Likewise.
11988         * tests/test-tls.c: Likewise.
11989
11990         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
11991         prelude-manager.  User shorter URLs for GNU projects, without '?'.
11992         Add copyright notice.
11993
11994         * check-module: Add copyright notice.  Output a copyright
11995         notice if "--version" is specified.
11996         * modules/COPYING: New file.
11997         * tests/test-getaddrinfo.c: Add copyright notice.
11998         * tests/test-verify.c: Likewise.
11999
12000 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12001
12002         Change copyright notice from LGPL 2 to GPL 2, since that's the
12003         standard form used in the gnulib repository.
12004         * lib/lock.c: LGPL -> GPL.
12005         * lib/lock.h: Likewise.
12006         * lib/strnlen1.c: Likewise.
12007         * lib/strnlen1.h: Likewise.
12008         * lib/tls.c: Likewise.
12009         * lib/tls.h: Likewise.
12010         * lib/tmpdir.c: Likewise.
12011
12012         * lib/TODO: Remove; this belongs only in coreutils.
12013
12014 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12015
12016         Add copyright notices to long-enough files that lack them, since
12017         otherwise the files aren't clearly free.  Use the same notice that
12018         getdate.texi already uses.
12019         * doc/alloca-opt.texi: Add copyright notice.
12020         * doc/alloca.texi: Likewise.
12021         * doc/ctime.texi: Likewise.
12022         * doc/functions.texi: Likewise.
12023         * doc/gcd.texi: Likewise.
12024         * doc/gnulib-tool.texi: Likewise.
12025         * doc/inet_ntoa.texi: Likewise.
12026         * doc/visibility.texi: Likewise.
12027
12028         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12029         * doc/quote.texi: Add copyright notice.
12030
12031         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12032         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12033         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12034         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12035         is now obsolete, and give a pointer to the Sun list.
12036         Add copyright notice.
12037
12038 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12039
12040         * config/srclistvars.sh: Add copyright notice.
12041
12042 2006-08-14  Eric Blake  <ebb9@byu.net>
12043
12044         Import the following change from libc:
12045
12046         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12047
12048         Upstream bug 2997.
12049         * lib/misc/error.c: Add space between program name and message if file
12050         name is missing.
12051
12052 2006-08-12  Karl Berry  <karl@gnu.org>
12053
12054         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12055         remove, these originate in gnulib now.
12056
12057 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12058
12059         * doc/Makefile (standards.info standards.html standards.dvi):
12060         Also depend on make-stds.texi.
12061
12062 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12063
12064         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12065         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12066
12067         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12068         in wchar_t.  Problem reported by Eric Blake.
12069
12070         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12071         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12072         Also, help the compiler to keep LEN in a register.
12073
12074 2006-08-11  Eric Blake  <ebb9@byu.net>
12075
12076         * users.txt: Sort.  Add tar.
12077
12078 2006-08-11  Bruno Haible  <bruno@clisp.org>
12079
12080         * users.txt: New file.
12081
12082 2006-08-11  Bruno Haible  <bruno@clisp.org>
12083
12084         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12085         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12086
12087 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12088
12089         * modules/snprintf (Depends-on): Remove minmax.
12090         (Maintainer): Add self and Bruno.
12091
12092 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12093
12094         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12095         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12096         (EOVERFLOW): Define if the system does not.
12097         Do not include "minmax.h"; it wasn't used.
12098         (snprintf): Don't assume size_t promotes to an unsigned type.
12099         Fix bug when generated string was too long for the buffer: the
12100         buffer's contents are supposed to be the initial prefix of the
12101         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12102         exceeds INT_MAX; do the check ourselves.
12103
12104         Import the following changes from libc:
12105
12106         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12107
12108         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12109         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12110         set wc to the byte which couldn't be converted.
12111         (re_string_reconstruct): Don't clear valid_raw_len before calling
12112         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12113         tip_context using re_string_context_at.
12114
12115         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12116
12117         * lib/posix/regex.h: g++ still cannot handled [restrict].
12118
12119         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12120
12121         * lib/posix/regex.h: Remove special handling for VMS.
12122
12123 2006-08-10  Jim Meyering  <jim@meyering.net>
12124
12125         * modules/same-inode: New module.
12126         * modules/dev-ino: New module.
12127         * modules/cycle-check: Depend on these modules, rather than simply
12128         including their .h files.
12129         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12130         required via m4/cycle-check.m4.
12131         * modules/same: Depend on new same-inode module, rather than
12132         including same-inode.h.
12133         * modules/chdir-safer: New file.
12134
12135         * modules/chown (Depends-on): Add stat-macros.
12136
12137 2006-08-10  Jim Meyering  <jim@meyering.net>
12138
12139         * m4/cycle-check.m4: New file.
12140         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12141         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12142
12143 2006-08-10  Eric Blake  <ebb9@byu.net>
12144
12145         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12146         in from original proposal.
12147
12148 2006-08-10  Eric Blake  <ebb9@byu.net>
12149         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12150
12151         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12152         namespace.
12153
12154 2006-08-10  Bruno Haible  <bruno@clisp.org>
12155
12156         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12157         as well.
12158
12159 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12160
12161         Sync from coreutils.
12162
12163         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12164
12165         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12166         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12167
12168 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12169
12170         * modules/restrict: Remove; no longer needed now that we assume
12171         Autoconf 2.59 or later.
12172         * MODULES.html.sh: Remove 'restrict'.
12173         * modules/argp (Depends-on): Remove 'restrict'.
12174         * modules/base64 (Depends-on): Likewise.
12175         * modules/gc (Depends-on): Likewise.
12176         * modules/getaddrinfo (Depends-on): Likewise.
12177         * modules/glob (Depends-on): Likewise.
12178         * modules/inet_ntop (Depends-on): Likewise.
12179         * modules/inet_pton (Depends-on): Likewise.
12180         * modules/memxor (Depends-on): Likewise.
12181         * modules/regex (Depends-on): Likewise.
12182         * modules/strtok_r (Depends-on): Likewise.
12183         * modules/time_r (Depends-on): Likewise.
12184
12185 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12186
12187         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12188         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12189         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12190         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12191         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12192         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12193         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12194         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12195
12196         Merge from coreutils.
12197         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12198         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12199         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12200         * m4/time_r.m4 (gl_TIME_R): Likewise.
12201
12202 2006-08-09  Karl Berry  <karl@gnu.org>
12203
12204         * config/srclist.txt: no more gettext-tools, per Bruno.
12205
12206 2006-08-08  Eric Blake  <ebb9@byu.net>
12207
12208         * modules/verror: New module.
12209         * MODULES.html.sh: Document it.
12210
12211 2006-08-08  Eric Blake  <ebb9@byu.net>
12212
12213         * lib/verror.h, lib/verror.c: New files.
12214
12215 2006-08-08  Eric Blake  <ebb9@byu.net>
12216
12217         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12218         verror_at_line output complies with GNU Coding Standards even when
12219         file is NULL.
12220
12221 2006-08-07  Bruno Haible  <bruno@clisp.org>
12222
12223         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12224         versions of AIX.
12225         Reported by Ralf Wildenhues.
12226
12227 2006-08-07  Bruno Haible  <bruno@clisp.org>
12228
12229         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12230         in an AC_DEFUN. Needed so that the autoconf snippets can use
12231         AC_REQUIRE.
12232
12233 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12234
12235         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12236         Initialize pkgdata_DATA.
12237         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12238         overriding it.
12239
12240 2006-08-06  Eric Blake  <ebb9@byu.net>
12241
12242         * lib/error.h: Fold in some upstream changes from glibc.
12243         * lib/error.c: Likewise.
12244
12245 2006-08-04  Bruno Haible  <bruno@clisp.org>
12246
12247         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12248         Make the mostlyclean-local rule depend on mostlyclean-generic.
12249         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12250
12251 2006-07-31  Bruno Haible  <bruno@clisp.org>
12252
12253         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12254         <stdlib.h>, <string.h>.
12255
12256 2006-07-30  Bruno Haible  <bruno@clisp.org>
12257
12258         * modules/readlink (License): Change to LGPL.
12259
12260 2006-07-30  Bruno Haible  <bruno@clisp.org>
12261
12262         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12263         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12264         set PKGDATADIR to point to it.
12265
12266 2006-07-30  Bruno Haible  <bruno@clisp.org>
12267
12268         * modules/csharpexec (configure.ac): Comment out macro invocation.
12269         * modules/javaexec (configure.ac): Likewise.
12270         * modules/javacomp-script (configure.ac): Likewise.
12271
12272         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12273
12274 2006-07-30  Bruno Haible  <bruno@clisp.org>
12275
12276         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12277         linked-list.
12278
12279 2006-07-30  Bruno Haible  <bruno@clisp.org>
12280
12281         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12282
12283 2006-07-30  Bruno Haible  <bruno@clisp.org>
12284
12285         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12286         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12287         get removed.
12288
12289 2006-07-29  Bruno Haible  <bruno@clisp.org>
12290
12291         Make it possible for gnulib-tool to work with locally modified or
12292         augmented gnulib repositories.
12293         * gnulib-tool (func_usage): Document --local-dir option.
12294         (local_gnulib_dir): New variable.
12295         Handle --local-dir option.
12296         (func_lookup_file): New function.
12297         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12298         (func_get_description, func_get_filelist, func_get_description,
12299         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12300         func_get_automake_snippet, func_get_include_directive,
12301         func_get_license, func_get_maintainer): Use func_lookup_file.
12302         (func_import, func_create_testdir): Use func_lookup_file.
12303
12304 2006-07-29  Bruno Haible  <bruno@clisp.org>
12305
12306         * modules/setenv (Depends-on): Add unistd.
12307
12308 2006-07-29  Bruno Haible  <bruno@clisp.org>
12309
12310         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12311
12312 2006-07-29  Bruno Haible  <bruno@clisp.org>
12313
12314         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12315
12316 2006-07-29  Bruno Haible  <bruno@clisp.org>
12317
12318         * gnulib-tool (import, update): If there is no Makefile.am, look at
12319         aclocal.m4, instead of bailing out.
12320
12321 2006-07-29  Bruno Haible  <bruno@clisp.org>
12322
12323         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12324         Categorize the options by when they are useful.
12325
12326 2006-07-29  Bruno Haible  <bruno@clisp.org>
12327
12328         * gnulib-tool (func_usage): Document option --no-libtool.
12329         Handle option --no-libtool.
12330         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12331         for changed semantics of $libtool variable.
12332         (func_import): Likewise. If libtool is not used, show this through
12333         an option --no-libtool.
12334         (func_create_testdir): Update.
12335
12336 2006-07-29  Bruno Haible  <bruno@clisp.org>
12337
12338         * gnulib-tool (func_import): Extend error message about missing
12339         --doc-base.
12340
12341 2006-07-29  Bruno Haible  <bruno@clisp.org>
12342
12343         * gnulib-tool (func_import): Don't create the $docbase directory if
12344         there is no file to store there.
12345
12346 2006-07-29  Bruno Haible  <bruno@clisp.org>
12347
12348         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12349         relevant, look for configure.ac there, not in the current directory.
12350         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12351
12352 2006-07-29  Bruno Haible  <bruno@clisp.org>
12353
12354         * gnulib-tool (SORT): New variable.
12355         (func_usage): Undocument --assume-autoconf option.
12356         Remove --assume-autoconf option handling.
12357         (autoconf_minversion): Determine from the contents of configure.ac.
12358         (func_import): Remove autoconf_minversion handling.
12359         Suggested by Eric Blake.
12360
12361 2006-07-29  Bruno Haible  <bruno@clisp.org>
12362
12363         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12364
12365 2006-07-29  Bruno Haible  <bruno@clisp.org>
12366
12367         * config/srclist.txt (*setenv.[ch]): Remove rules.
12368
12369 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12370
12371         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12372
12373 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12374
12375         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12376         arpa/inet.h.
12377
12378 2006-07-28  Simon Josefsson  <jas@extundo.com>
12379
12380         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12381         * modules/inet_pton (Depends-on): Likewise.
12382
12383 2006-07-28  Simon Josefsson  <jas@extundo.com>
12384
12385         * m4/netinet_in_h.m4: New file.
12386
12387 2006-07-28  Simon Josefsson  <jas@extundo.com>
12388
12389         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12390         #include's.
12391
12392 2006-07-28  Simon Josefsson  <jas@extundo.com>
12393
12394         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12395         #include's.
12396
12397 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12398
12399         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12400         setgid on directories only if they set these bits.
12401         * lib/modechange.h: Remove obsolete comment about masks.
12402
12403 2006-07-28  Eric Blake  <ebb9@byu.net>
12404
12405         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12406         macro expansion.
12407
12408 2006-07-28  Bruno Haible  <bruno@clisp.org>
12409
12410         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12411
12412 2006-07-28  Bruno Haible  <bruno@clisp.org>
12413
12414         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12415
12416 2006-07-28  Bruno Haible  <bruno@clisp.org>
12417
12418         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12419         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12420         Define fallbacks.
12421         Avoids link error on FreeBSD 4.x.
12422         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12423
12424         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12425         encoding.
12426         * lib/mbswidth.c (iswcntrl): Likewise.
12427
12428 2006-07-27  Bruno Haible  <bruno@clisp.org>
12429
12430         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12431         test.
12432
12433 2006-07-27  Bruno Haible  <bruno@clisp.org>
12434
12435         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12436         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12437         defined.
12438
12439 2006-07-26  Eric Blake  <ebb9@byu.net>
12440
12441         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12442
12443 2006-07-26  Eric Blake  <ebb9@byu.net>
12444
12445         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12446         like mingw that lack mkstemp.
12447         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12448         avoid compilation warning on mingw.
12449
12450 2006-07-26  Bruno Haible  <bruno@clisp.org>
12451
12452         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12453         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12454         INT_FAST*_MIN, INTPTR_MIN.
12455
12456 2006-07-25  Bruno Haible  <bruno@clisp.org>
12457
12458         * modules/version-etc (Depends-on): Add stdarg.
12459
12460 2006-07-25  Bruno Haible  <bruno@clisp.org>
12461
12462         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12463         complex commands.
12464
12465 2006-07-25  Bruno Haible  <bruno@clisp.org>
12466
12467         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12468         defined in <stdarg.h> or config.h.
12469
12470 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12471
12472         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12473         (gl_STDIO_SAFER): Remove.
12474
12475 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12476
12477         * MODULES.html.sh (File stream based Input/Output):
12478         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12479         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12480         * modules/fopen-safer, modules/tmpfile-safer: New files.
12481         * modules/stdio-safer: Remove.
12482
12483 2006-07-24  Bruno Haible  <bruno@clisp.org>
12484
12485         * modules/tmpdir: New file.
12486         * MODULES.html.sh (File system functions): Add it.
12487
12488 2006-07-24  Bruno Haible  <bruno@clisp.org>
12489
12490         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12491         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12492
12493 2006-07-24  Bruno Haible  <bruno@clisp.org>
12494
12495         * modules/clean-temp: New file.
12496
12497 2006-07-24  Bruno Haible  <bruno@clisp.org>
12498
12499         * m4/tmpdir.m4: New file, from GNU gettext.
12500
12501 2006-07-24  Bruno Haible  <bruno@clisp.org>
12502
12503         * lib/tmpdir.h: New file, from GNU gettext.
12504         * lib/tmpdir.c: New file, from GNU gettext.
12505
12506 2006-07-24  Bruno Haible  <bruno@clisp.org>
12507
12508         * lib/clean-temp.h: New file, from GNU gettext.
12509         * lib/clean-temp.c: New file, from GNU gettext.
12510
12511 2006-07-23  Eric Blake  <ebb9@byu.net>
12512
12513         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12514         (Depends-on): Add binary-io.
12515
12516 2006-07-23  Eric Blake  <ebb9@byu.net>
12517
12518         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12519
12520 2006-07-23  Eric Blake  <ebb9@byu.net>
12521
12522         * lib/tmpfile-safer.c: New file.
12523         * lib/stdio-safer.h (fopen_safer): Add prototype.
12524         * lib/stdio--.h (tmpfile): Make safer.
12525
12526 2006-07-23  Bruno Haible  <bruno@clisp.org>
12527
12528         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12529         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12530         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12531         gl_linked_remove_at): Use it.
12532
12533 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12534         and Simon Josefsson <jas@extundo.com>
12535
12536         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12537
12538         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12539
12540 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12541
12542         * modules/close-stream: New file.
12543         * modules/closeout (Description): Make it clear that it exits
12544         with a diagnostic on error.
12545         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12546         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12547
12548 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12549
12550         * m4/close-stream.m4: New file.
12551
12552 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12553
12554         * lib/close-stream.c, lib/close-stream.h: New files.
12555
12556 2006-07-22  Bruno Haible  <bruno@clisp.org>
12557
12558         Merge from GNU gettext 0.15.
12559
12560         2006-05-01  Bruno Haible  <bruno@clisp.org>
12561
12562                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12563
12564         2006-07-22  Bruno Haible  <bruno@clisp.org>
12565
12566                 * modules/javaversion: New file.
12567                 * MODULES.html.sh (Java): Add javaversion.
12568
12569         2006-03-12  Bruno Haible  <bruno@clisp.org>
12570
12571                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12572
12573         2005-12-04  Bruno Haible  <bruno@clisp.org>
12574
12575                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12576                 (untested).
12577
12578         2006-06-21  Bruno Haible  <bruno@clisp.org>
12579
12580                 Avoid warnings from recent versions of mcs.
12581                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12582                 -o, -L, -r any more. Use options documented since mcs-1.0
12583                 instead. Similarly for -g.
12584
12585         2005-12-04  Bruno Haible  <bruno@clisp.org>
12586
12587                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12588                 .resources, not .resource.
12589
12590         2005-07-09  Bruno Haible  <bruno@clisp.org>
12591
12592                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12593                 add a .dll suffix.
12594                 Reported by Mark Junker <mjscod@gmx.de>.
12595
12596         2006-07-22  Bruno Haible  <bruno@clisp.org>
12597
12598                 * modules/gettext: Upgrade to gettext-0.15.
12599                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12600                 m4/visibility.m4.
12601                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12602
12603 2006-07-22  Bruno Haible  <bruno@clisp.org>
12604
12605         Merge from GNU gettext 0.15.
12606
12607         2006-03-25  Bruno Haible  <bruno@clisp.org>
12608
12609                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12610
12611         2006-07-21  Bruno Haible  <bruno@clisp.org>
12612
12613                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12614                 "1.1".
12615
12616         2006-05-09  Bruno Haible  <bruno@clisp.org>
12617
12618                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12619                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12620                 for the conftestver execution.
12621
12622         2006-05-01  Bruno Haible  <bruno@clisp.org>
12623
12624                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12625                 optional target-version argument. Verify that the compiler
12626                 groks source of the specified source-version, or add -source
12627                 option as necessary. Verify that the compiler produces
12628                 bytecode in the specified target-version, or add -target and
12629                 -source options as necessary. Make the result of the test
12630                 available as variable CONF_JAVAC. Also log error output in
12631                 config.log.
12632
12633         2006-03-11  Bruno Haible  <bruno@clisp.org>
12634
12635                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12636
12637         2006-05-09  Bruno Haible  <bruno@clisp.org>
12638
12639                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12640                 CLASSPATH_SEPARATOR to a semicolon.
12641
12642         2006-03-12  Bruno Haible  <bruno@clisp.org>
12643
12644                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12645                 available as variable CONF_JAVA, for subsequent autoconf
12646                 tests. Also log error output in config.log.
12647
12648         2006-07-19  Bruno Haible  <bruno@clisp.org>
12649
12650                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12651                 that getline works on glibc2 systems. Needed to avoid trouble
12652                 in relocatable.c.
12653                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12654
12655         2005-12-04  Bruno Haible  <bruno@clisp.org>
12656
12657                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12658                 launcher (untested).
12659
12660         2005-12-04  Bruno Haible  <bruno@clisp.org>
12661
12662                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12663
12664         2006-07-22  Bruno Haible  <bruno@clisp.org>
12665
12666                 * gettext.m4: Update from GNU gettext-0.15.
12667                 * nls.m4: Likewise.
12668                 * po.m4: Likewise.
12669                 * inttypes-pri.m4: Likewise.
12670                 * inttypes-h.m4: Renamed from inttypes.m4.
12671                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12672
12673 2006-07-22  Bruno Haible  <bruno@clisp.org>
12674
12675         Merge from GNU gettext 0.15.
12676
12677         2005-07-05  Bruno Haible  <bruno@clisp.org>
12678
12679                 * printf-args.c (printf_fetchargs): Work around broken
12680                 definition of wint_t on mingw.
12681
12682         2005-02-12  Bruno Haible  <bruno@clisp.org>
12683
12684                 * xallocsa.h: Add extern "C" for C++.
12685
12686         2006-05-17  Bruno Haible  <bruno@clisp.org>
12687
12688                 Cygwin portability.
12689                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12690
12691         2006-04-30  Bruno Haible  <bruno@clisp.org>
12692
12693                 * progreloc.c: Include <mach-o/dyld.h> if available.
12694                 (find_executable): Use _NSGetExecutablePath when possible.
12695
12696         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12697
12698                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12699                 function.
12700
12701         2005-12-29  Bruno Haible  <bruno@clisp.org>
12702
12703                 * progreloc.c (set_program_name_and_installdir): Fix
12704                 compilation error.
12705
12706         2005-12-04  Bruno Haible  <bruno@clisp.org>
12707
12708                 Cygwin portability.
12709                 * progreloc.c: Include <windows.h> also on Cygwin.
12710                 (find_executable): Add support for Cygwin.
12711                 (set_program_name_and_installdir): Handle also platforms with
12712                 nonempty EXEEXT.
12713
12714         2006-07-11  Bruno Haible  <bruno@clisp.org>
12715
12716                 * javacomp.c: Fix a comment.
12717                 Reported by Jim Meyering.
12718
12719         2006-04-30  Bruno Haible  <bruno@clisp.org>
12720
12721                 * javacomp.h (compile_java_class): Add source_version,
12722                 target_version arguments.
12723                 * javacomp.c: Rewritten to choose only a compiler that
12724                 respects the specified source_version and target_version.
12725
12726         2006-06-27  Bruno Haible  <bruno@clisp.org>
12727
12728                 Assume correct S_ISDIR macro.
12729                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12730
12731         2006-07-22  Bruno Haible  <bruno@clisp.org>
12732
12733                 * javaversion.h: New file, from GNU gettext.
12734                 * javaversion.c: New file, from GNU gettext.
12735                 * javaversion.java: New file, from GNU gettext.
12736                 * javaversion.class: New file, from GNU gettext.
12737
12738         2006-05-17  Bruno Haible  <bruno@clisp.org>
12739
12740                 Cygwin portability.
12741                 * javaexec.c (execute_java_class): Test for jview program
12742                 also on Cygwin.
12743
12744         2006-04-09  Bruno Haible  <bruno@clisp.org>
12745
12746                 * fatal-signal.c: Don't include string.h.
12747                 (at_fatal_signal): Use a copying loop instead of memcpy.
12748
12749         2005-12-04  Bruno Haible  <bruno@clisp.org>
12750
12751                 * csharpexec.c: Add support for 'clix' launcher (untested).
12752                 (execute_csharp_using_sscli): New function.
12753                 (execute_csharp_program): Call it.
12754
12755         2006-06-21  Bruno Haible  <bruno@clisp.org>
12756
12757                 Avoid warnings from recent versions of mcs.
12758                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12759                 -o, -L, -r any more. Use options documented since mcs-1.0
12760                 instead. Similarly for -g.
12761
12762         2005-07-09  Bruno Haible  <bruno@clisp.org>
12763
12764                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12765                 add a .dll suffix.
12766                 Reported by Mark Junker <mjscod@gmx.de>.
12767
12768         2006-06-17  Bruno Haible  <bruno@clisp.org>
12769
12770                 * config.charset: Update for NetBSD 3.0.
12771
12772         2006-05-17  Bruno Haible  <bruno@clisp.org>
12773
12774                 Cygwin portability.
12775                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12776
12777         2006-05-16  Bruno Haible  <bruno@clisp.org>
12778
12779                 * localcharset.c [CYGWIN]: Include <windows.h>.
12780                 (get_charset_aliases): For Cygwin, return the same CPxxx
12781                 aliases list as under WIN32.
12782                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12783                 the environment variables. Fall back to GetACP().
12784
12785         2006-04-05  Bruno Haible  <bruno@clisp.org>
12786
12787                 * config.charset: Update Juan Manuel Guerrero's address.
12788
12789         2005-02-12  Bruno Haible  <bruno@clisp.org>
12790
12791                 * allocsa.h: Add extern "C" for C++.
12792
12793         2005-02-10  Bruno Haible  <bruno@clisp.org>
12794
12795                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12796                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12797
12798         2006-07-22  Bruno Haible  <bruno@clisp.org>
12799
12800                 * gettext.h: Update to GNU gettext-0.15.
12801
12802 2006-07-22  Bruno Haible  <bruno@clisp.org>
12803
12804         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12805         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12806         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12807
12808 2006-07-21  Eric Blake  <ebb9@byu.net>
12809
12810         * modules/stdlib-safer: New file.
12811         * MODULES.html.sh (File stream based Input/Output): Add
12812         stdlib-safer.
12813
12814 2006-07-21  Eric Blake  <ebb9@byu.net>
12815
12816         * lib/stdlib-safer.h: New file from coreutils, required by
12817         stdlib--.h.
12818
12819 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12822
12823 2006-07-20  Bruno Haible  <bruno@clisp.org>
12824
12825         * gnulib-tool: Recognize new option --assume-autoconf.
12826         (autoconf_minversion): New variable.
12827         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12828
12829 2006-07-20  Bruno Haible  <bruno@clisp.org>
12830
12831         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12832
12833 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12834
12835         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12836         Reindent and repaginate.
12837
12838 2006-07-19  Derek Price  <derek@ximbiot.com>
12839
12840         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12841         Correct grammar.
12842
12843 2006-07-17  Bruno Haible  <bruno@clisp.org>
12844
12845         * modules/list: New file.
12846         * modules/array-list: New file.
12847         * modules/carray-list, modules/carray-list-tests: New files.
12848         * modules/linked-list, modules/linked-list-tests: New files.
12849         * modules/avltree-list, modules/avltree-list-tests: New files.
12850         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12851         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12852         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12853         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12854         * modules/oset: New file.
12855         * modules/array-oset: New file.
12856         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12857         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12858         * tests/test-carray_list.c: New file.
12859         * tests/test-linked_list.c: New file.
12860         * tests/test-avltree_list.c: New file.
12861         * tests/test-rbtree_list.c: New file.
12862         * tests/test-linkedhash_list.c: New file.
12863         * tests/test-avltreehash_list.c: New file.
12864         * tests/test-rbtreehash_list.c: New file.
12865         * tests/test-avltree_oset.c: New file.
12866         * tests/test-rbtree_oset.c: New file.
12867         * MODULES.html.sh (Container data structures): New section.
12868
12869 2006-07-17  Bruno Haible  <bruno@clisp.org>
12870
12871         * m4/gl_list.m4: New file.
12872
12873 2006-07-17  Bruno Haible  <bruno@clisp.org>
12874
12875         * lib/gl_list.h: New file.
12876         * lib/gl_list.c: New file.
12877         * lib/gl_array_list.h: New file.
12878         * lib/gl_array_list.c: New file.
12879         * lib/gl_carray_list.h: New file.
12880         * lib/gl_carray_list.c: New file.
12881         * lib/gl_linked_list.h: New file.
12882         * lib/gl_linked_list.c: New file.
12883         * lib/gl_anylinked_list1.h: New file.
12884         * lib/gl_anylinked_list2.h: New file.
12885         * lib/gl_avltree_list.h: New file.
12886         * lib/gl_avltree_list.c: New file.
12887         * lib/gl_anyavltree_list1.h: New file.
12888         * lib/gl_anyavltree_list2.h: New file.
12889         * lib/gl_rbtree_list.h: New file.
12890         * lib/gl_rbtree_list.c: New file.
12891         * lib/gl_anyrbtree_list1.h: New file.
12892         * lib/gl_anyrbtree_list2.h: New file.
12893         * lib/gl_anytree_list1.h: New file.
12894         * lib/gl_anytree_list2.h: New file.
12895         * lib/gl_linkedhash_list.h: New file.
12896         * lib/gl_linkedhash_list.c: New file.
12897         * lib/gl_anyhash_list1.h: New file.
12898         * lib/gl_anyhash_list2.h: New file.
12899         * lib/gl_avltreehash_list.h: New file.
12900         * lib/gl_avltreehash_list.c: New file.
12901         * lib/gl_rbtreehash_list.h: New file.
12902         * lib/gl_rbtreehash_list.c: New file.
12903         * lib/gl_anytreehash_list1.h: New file.
12904         * lib/gl_anytreehash_list2.h: New file.
12905
12906         * lib/gl_oset.h: New file.
12907         * lib/gl_oset.c: New file.
12908         * lib/gl_array_oset.h: New file.
12909         * lib/gl_array_oset.c: New file.
12910         * lib/gl_avltree_oset.h: New file.
12911         * lib/gl_avltree_oset.c: New file.
12912         * lib/gl_rbtree_oset.h: New file.
12913         * lib/gl_rbtree_oset.c: New file.
12914         * lib/gl_anytree_oset.h: New file.
12915
12916 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12917
12918         * m4/mkancesdirs.m4: New file.
12919         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
12920         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
12921         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
12922         it.
12923
12924 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12925
12926         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
12927         * lib/mkancesdirs.h: New files.
12928         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
12929         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
12930         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
12931         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
12932         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
12933         callers changed.  Revamp internals significantly, by not
12934         attempting to create directories that are temporarily more
12935         permissive than the final results.  Do not attempt to use
12936         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
12937         This removes some race conditions, fixes some bugs, and simplifies
12938         things.  Use new dirchownmod function to do owner and mode changes.
12939         * lib/mkdir-p.h: Likewise.
12940         * lib/modechange.c (octal_to_mode): New function.
12941         (struct mode_change): New member mentioned.
12942         (make_node_op_equals): New arg mentioned.  All callers changed.
12943         (mode_compile): Keep track of which mode bits the user has explicitly
12944         mentioned.
12945         (mode_adjust): New arg DIR, so that we implement the X op correctly.
12946         New arg PMODE_BITS, to keep track of which mode bits the user
12947         mentioned; it treats S_ISUID and S_ISGID speciall.
12948         All callers changed.
12949         * lib/modechange.h: Likewise.
12950
12951 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
12952
12953         * MODULES.html.sh: Add mkancestors.
12954         * modules/mkancesdirs: New module.
12955         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
12956         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
12957         The chdir-safer and afs files are now orphans; I'll remove them
12958         unless someone speaks up.
12959         Add lib/dirchownmod.c, lib/dirchownmod.h.
12960         (Depends-on): Remove alloca, chown, save-cwd, dirname.
12961         Add lchown, mkancesdirs.
12962         (Maintainer): Add self.
12963
12964 2006-07-15  Karl Berry  <karl@gnu.org>
12965
12966         * gnulib-tool: help message wording/arrangement.
12967
12968 2006-07-14  Simon Josefsson  <jas@extundo.com>
12969
12970         * doc/gnulib.texi (Libtool and Windows): New section.
12971
12972 2006-07-12  Simon Josefsson  <jas@extundo.com>
12973
12974         * modules/gendocs (License): Fix license, approved by Karl.
12975
12976 2006-07-12  Eric Blake  <ebb9@byu.net>
12977
12978         * MODULES.html.sh: Add gendocs.
12979
12980 2006-07-11  Eric Blake  <ebb9@byu.net>
12981
12982         * modules/fdl: New module, to install doc/fdl.texi.
12983         * MODULES.html.sh: Add new section for documentation modules.
12984         * gnulib-tool: Avoid space-tab.
12985         (--doc-base): New option, to manage files from doc.
12986
12987 2006-07-11  Eric Blake  <ebb9@byu.net>
12988
12989         * m4/absolute-header.m4: Fix comments to match recent change.
12990
12991 2006-07-11  Eric Blake  <ebb9@byu.net>
12992
12993         * gnulib-tool: List --doc-base before --tests-base.
12994
12995 2006-07-11  Derek R. Price  <derek@ximbiot.com>
12996
12997         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
12998
12999 2006-07-11  Bruno Haible  <bruno@clisp.org>
13000
13001         * README: Mention where to put documentation.
13002
13003 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13004
13005         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13006
13007 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13008
13009         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13010         to stdint.m4.
13011
13012 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13013
13014         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13015         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13016         "no/such/file/stdint.h" when there is no such file, so that
13017         the resulting C code can be parsed by dodgy compilers.
13018         Problems reported by Bob Proulx.
13019
13020 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13021
13022         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13023         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13024         macros into the GNU _D_EXACT_NAMLEN.
13025         * lib/savedir.c:  Likewise.
13026         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13027
13028 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13029         and Paul Eggert  <eggert@cs.ucla.edu>
13030
13031         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13032         * m4/savedir.m4:
13033         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13034         macros into the GNU _D_EXACT_NAMLEN.
13035
13036 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13037
13038         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13039         around the absolute name, to work around a problem with the HP-UX
13040         11.23 native C compiler, reported by Bob Proulx.
13041
13042 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13043
13044         * doc/maintain.texi, make-stds.texi: Sync from
13045         <http://savannah.gnu.org/projects/gnustandards>.
13046
13047 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13048
13049         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13050
13051 2006-07-09  Jim Meyering  <jim@meyering.net>
13052
13053         * m4/glob.m4: Remove a doubled word in a comment.
13054
13055 2006-07-09  Jim Meyering  <jim@meyering.net>
13056
13057         * lib/argp-pv.c: Remove a doubled word in a comment.
13058         * lib/check-version.c (check_version): Likewise.
13059         * lib/javacomp.c (compile_java_class): Likewise.
13060
13061 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13062
13063         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13064         for the benefit of people using Autoconf 2.60.  If you want to
13065         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13066         (or m4/onceonly.m4, if pre-2.57) manually.
13067
13068 2006-07-08  Jim Meyering  <jim@meyering.net>
13069
13070         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13071         comment.
13072         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13073         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13074         comment.
13075
13076 2006-07-08  Jim Meyering  <jim@meyering.net>
13077
13078         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13079
13080 2006-07-07  Simon Josefsson  <jas@extundo.com>
13081
13082         * tests/test-crc.c: Change expected crc value, the test vector
13083         were probably computed using the old broken crc.c?
13084
13085 2006-07-06  Simon Josefsson  <jas@extundo.com>
13086
13087         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13088         now the canonical place for the M4 file).
13089
13090         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13091         from the sys_socket dependency now.
13092
13093         * modules/inet_pton (Files): Ditto.
13094
13095         * modules/inet_ntop (Files): Ditto.
13096
13097 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13098
13099         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13100         not gl_PREREQ_GETUSERSHELL.
13101
13102 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13103
13104         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13105         with only one argument, for Autoconf 2.60.
13106         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13107         expand to nothing, so add a shell command to avoid syntax error.
13108         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13109
13110 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13111
13112         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13113
13114 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13115
13116         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13117         no longer needed.  Check for isblank decl.
13118         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13119         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13120         of existence.
13121
13122 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13123
13124         * lib/getloadavg.c: Use __VMS, not VMS.
13125         * lib/getopt.c: Likewise.
13126         * lib/getpagesize.h: Likewise.
13127         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13128         and probably does not work.
13129
13130 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13131
13132         * lib/.cppi-disable: Add wcwidth.
13133         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13134         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13135         (ISGRAPH): Remove.  All uses changed to isgraph.
13136         (FOLD) [!defined _LIBC]: Remove special case.
13137         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13138         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13139         HAVE_ISBLANK.
13140         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13141         case.
13142
13143 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13144
13145         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13146         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13147         brackets.  Other minor changes to suppress some compiler
13148         warnings.
13149
13150 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13151         and Paul Eggert  <eggert@cs.ucla.edu>
13152
13153         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13154         of invoking obsolescent AC_HEADER_DIRENT macro.
13155         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13156         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13157         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13158         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13159         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13160         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13161         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13162         * m4/readdir.m4: Remove; no longer needed.
13163
13164 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13165         and Paul Eggert  <eggert@cs.ucla.edu>
13166
13167         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13168         Don't worry about this obsolete case any more.
13169         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13170         directories.
13171         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13172         worry about this obsolete case any more.
13173         * lib/fts.c: Likewise.
13174         * lib/getcwd.c: Likewise.
13175         * lib/glob.h: Likewise.
13176         * lib/savedir.c: Likewise.
13177
13178 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13179
13180         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13181         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13182         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13183         needed.
13184         All uses removed.
13185         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13186         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13187         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13188         needed.
13189         * m4/getdate.m4 (gl_GETDATE): Likewise.
13190         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13191         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13192         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13193         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13194         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13195         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13196         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13197         needed.
13198
13199 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13200
13201         * lib/memcasecmp.c: Include <limits.h>.
13202         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13203         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13204         Don't assume isdigit succeeds only on '0' through '9'.
13205
13206 2006-07-05  Eric Blake  <ebb9@byu.net>
13207
13208         * modules/getaddrinfo (Depends-on): Add snprintf.
13209
13210 2006-07-05  Eric Blake  <ebb9@byu.net>
13211
13212         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13213         to avoid 'header present but could not be compiled' on cygwin.
13214
13215 2006-07-05  Eric Blake  <ebb9@byu.net>
13216
13217         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13218         missing from netdb.h.
13219         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13220
13221 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13222
13223         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13224         no longer needed.
13225         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13226         * m4/getdate.m4 (gl_GETDATE): Likewise.
13227         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13228         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13229         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13230         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13231         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13232
13233 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13234
13235         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13236         All uses of is_space replaced by isspace.
13237         * lib/exit.h: Don't talk about STDC_HEADERS.
13238         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13239         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13240         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13241         replaced by isprint etc.
13242         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13243         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13244         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13245         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13246         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13247         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13248
13249 2006-07-05  Bruno Haible  <bruno@clisp.org>
13250
13251         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13252         the function exists, before testing against AIX.
13253         Reported by Martin Lambers <marlam@marlam.de>.
13254
13255 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13256
13257         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13258         From Mark D. Baushke.
13259
13260 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13263         to the absolute name, not just one, to bypass Sun C 5.8's
13264         "warning: #include of /usr/include/... may be non-portable".
13265
13266 2006-07-04  Eric Blake  <ebb9@byu.net>
13267
13268         * modules/dirname-tests: New test module.
13269         * tests/test-dirname.c: New file, replacing dirname.c
13270         TEST_DIRNAME section that was recently deleted.
13271
13272 2006-07-04  Bruno Haible  <bruno@clisp.org>
13273
13274         Assume ANSI C header files and <ctype.h> functions.
13275         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13276         (mbsnwidth): Use isprint, iscntrl instead.
13277
13278 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         Merge from coreutils.
13281         * MODULES.html.sh: Add xstrtold.
13282         * modules/xstrtold: New file.
13283         * modules/cycle-check (Files): Add lib/same-inode.h.
13284         * modules/dirname (Files): Add m4/double-slash-root.m4.
13285         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13286         * modules/mkdir-p (Files): Add lib/same-inode.h.
13287         * modules/same (Files): Add lib/same-inode.h.
13288
13289 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13290
13291         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13292         This is to keep the terminology clean; POSIX talks about
13293         "absolute pathnames", not "full pathnames", but the GNU
13294         Coding Standards say to use "path" for something else;
13295         so use "absolute" to keep both sides happy.
13296         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13297         Set gl_absolute_header, not gl_full_header_path.
13298         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13299         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13300         All uses changed.
13301
13302         Merge from coreutils.
13303
13304         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13305
13306         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13307         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13308         want to require the building of c-strtod.o.
13309         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13310         needs -lm directly.
13311         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13312
13313         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13314
13315         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13316         --as-needed option if available.  Problem reported by Albert Chin in
13317         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13318         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13319         cc merely issues a bunch of annoying warnings for --as-needed
13320         (this problem was reported by Bob Proulx).  Also, try linking with
13321         -lm to detect a bug in binutils 2.16 (this problem was reported
13322         by Ralf Wildenhues).
13323
13324         2006-06-18  Jim Meyering  <jim@meyering.net>
13325
13326         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13327         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13328         macro.
13329         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13330         also check for glibc-2.4's abort-inducing bug.
13331
13332         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13333         Low-probability clean-up should be to use rmdir to get rid of
13334         the just-created directory, not unlink.
13335
13336         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13337         configure fail, and request a bug report to inform us about it.
13338         Add a comment that, barring reports to the contrary, in 2007 we'll
13339         assume ftruncate is universally available.
13340
13341         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13342
13343         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13344
13345         2006-03-12  Jim Meyering  <jim@meyering.net>
13346
13347         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13348         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13349         * m4/same.m4 (gl_SAME): Likewise.
13350         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13351
13352         2006-03-11  Eric Blake  <ebb9@byu.net>
13353
13354         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13355         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13356         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13357         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13358
13359 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13360
13361         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13362         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13363         reported by Mark D. Baushke, one in
13364         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13365
13366         Merge from coreutils.
13367
13368         * lib/.cppi-disable: Add stdint_.h.
13369         * lib/.cvsignore: Add stdint.h.
13370
13371         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13372
13373         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13374         both double and long double versions.
13375         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13376         * lib/xstrtold.c: New file.
13377         * lib/xstrtod.h (xstrtold): New decl.
13378
13379         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13380
13381         * lib/filemode.c (setst): Remove.
13382         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13383         (arguably) clearer, and the generated code is a bit smaller on my
13384         Debian GNU/Linux stable x86 host.
13385
13386         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13387
13388         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13389         Assume that filemode.h includes sys/types.h and sys/stat.h.
13390         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13391         (ftypelet): Reorder to put common cases first, for efficiency.
13392         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13393         to do 'M'.
13394         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13395         of 10, for compatibility with FreeBSD.  All callers changed.
13396         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13397         types that can't be deduced solely from st_mode.  First arg is now a
13398         const pointer.
13399         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13400         (strmode): Renamed from mode_string.
13401         (filemodestring): New decl.
13402         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13403         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13404         needed.
13405         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13406
13407         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13408
13409         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13410         fsusage.h now does that.  Include fsusage.h first, to test interface.
13411         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13412         at most one method (the old code could have generated decls that
13413         didn't conform to C89, not that this was ever exercised).
13414         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13415
13416         2006-03-19  Jim Meyering  <jim@meyering.net>
13417
13418         Work even in a chroot where d_ino values for entries in "/"
13419         don't match the stat.st_ino values for the same names.
13420         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13421         number, iterate through all entries again, using lstat instead.
13422         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13423         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13424
13425         * lib/getcwd.c (__getcwd): Clarify a comment.
13426         Use memcpy in place of a call to strcpy.
13427
13428         2006-03-12  Jim Meyering  <jim@meyering.net>
13429
13430         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13431         matches that of the current directory (which we're about to chdir ".."
13432         out of), then save the dev-ino of the parent, instead.
13433
13434         * lib/same-inode.h (SAME_INODE): New file/macro.
13435         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13436         Include "same-inode.h", instead.
13437         * lib/same.c: Likewise.
13438         * lib/cycle-check.h: Include "same-inode.h".
13439         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13440         * lib/cycle-check.c (SAME_INODE): Remove definition.
13441         * lib/root-dev-ino.h: Include "same-inode.h".
13442
13443         2006-03-11  Eric Blake  <ebb9@byu.net>
13444
13445         * lib/same.c (same_name): s/base_name/last_component/
13446         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13447         * lib/filenamecat.c (file_name_concat): Likewise.
13448
13449         2006-03-11  Eric Blake  <ebb9@byu.net>,
13450                     Paul Eggert  <eggert@cs.ucla.edu>
13451
13452         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13453         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13454         drive prefix.
13455         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13456         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13457         (last_component): New method.
13458         * lib/dirname.c (dir_len): Determine when drive letters need a
13459         subsequent slash.  Preserve // when it is special.
13460         (dir_name): Don't append dot when drive letter is absolute.
13461         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13462         * lib/basename.c (base_name): New semantics - malloc the result.
13463         Preserve // when it is special.  Preserve relative files that look
13464         like drive letters.
13465         (base_len): Preserve // when it is special.
13466         (last_component): New method, similar to old base_name semantics.
13467         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13468         base_name.  Strip redundant slashes from ///.
13469
13470 2006-07-03  Jim Meyering  <jim@meyering.net>
13471
13472         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13473         macro is used before the first cycle_check call.
13474
13475 2006-07-03  Eric Blake  <ebb9@byu.net>
13476
13477         * modules/dirname (Depends-on): Add xstrndup.
13478
13479 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13480
13481         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13482         test cases, so that config.log is a bit easier to follow.
13483
13484 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13485
13486         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13487         both are 64 bits, since this seems to be the tradition, and this
13488         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13489         we ever run into a host that prefers long long to long in this
13490         case, we'll need another configure-time test.  Problem reported by
13491         Jim Meyering.
13492
13493 2006-07-02  Eric Blake  <ebb9@byu.net>
13494
13495         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13496
13497 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13498
13499         * modules/inttypes (Depends-on): No longer depends on stdint.
13500         * modules/stdint (Description): Say more about assumptions.
13501         Say that the fast types might differ.  Say macros are used.
13502         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13503         (Makefile.am): Revise list of substituted symbols to match
13504         new stdint.m4.
13505         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13506         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13507         * tests/test-stdint.c (verify_same_types)
13508         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13509         the code conforms to C99/C89.
13510         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13511         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13512
13513 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13516         but fix a bug, by requiring at least 64 bits.
13517         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13518         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13519         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13520         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13521
13522         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13523         changes.  Make 2.59 a prerequisite.  Check and substitute for
13524         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13525         inttypes.h.  Do not use special include files; just use the
13526         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13527         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13528         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13529         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13530         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13531         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13532         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13533         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13534         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13535         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13536         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13537         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13538         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13539         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13540         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13541         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13542         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13543         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13544         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13545         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13546         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13547         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13548         not check for things that C99 does not require, e.g., int8_t.  If
13549         a test isn't needed unless <stdint.h> isn't working, and is
13550         unlikely to be needed for any other reason, then don't do it
13551         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13552         size_t, since we assume C89 freestanding at least.  Do not check
13553         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13554         the right thing even if the types are not defined.  Instead use:
13555         (gl_STDINT_TYPE_PROPERTIES): New macro.
13556         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13557         testing whether <sys/types.h> clashes, as Autoconf does this for
13558         us now.  All uses removed.
13559         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13560         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13561         (gl_CHECK_TYPE_SAME):
13562         Remove; no longer needed.
13563         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13564         exists, since we'll return 0 anyway in that case.
13565         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13566
13567 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13570         possible collision with system files.
13571         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13572         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13573         WCHAR_MIN and WCHAR_MAX in this case.
13574         (<stddef.h>): Do not include; no longer needed.
13575         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13576         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13577         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13578         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13579         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13580         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13581         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13582         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13583         !defined(__c99))]: Include in this case too, since it's harmless
13584         now.
13585         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13586         dangerous to do so.
13587         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13588         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13589         (_STDINT_MIN, _STDINT_MAX): New macros.
13590         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13591         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13592         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13593         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13594         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13595         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13596         macros, not typedefs; this simplifies things quite a bit.
13597         Use long int for all types narrower than int64_t.
13598         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13599         Define in terms of long long int or int64_t or long int,
13600         not int64_t or int32_t.  This saves some compile-time testing.
13601         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13602         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13603         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13604         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13605         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13606         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13607         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13608         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13609         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13610         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13611         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13612         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13613         undef any previous version and define our own version, for
13614         simplicity and consistency with the new macros for types.
13615         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13616         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13617         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13618         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13619         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13620         @WINT_T_SUFFIX@ to keep things simple here.
13621         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13622         Simplify by assuming typical 8/16/32/64 host, since we're
13623         already doing that elsewhere anyway.
13624         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13625         and assume long long int is 64 bits if available.  This
13626         speeds up 'configure'.
13627
13628 2006-07-01  Eric Blake  <ebb9@byu.net>
13629
13630         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13631         Reported by Andreas Buening.
13632
13633 2006-07-01  Eric Blake  <ebb9@byu.net>
13634
13635         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13636
13637 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13638
13639         * lib/getaddrinfo.c: fixed typo
13640
13641 2006-06-29  Jim Meyering  <jim@meyering.net>
13642
13643         * modules/strftime (Maintainer): Add my name, since with the
13644         FPRINTFTIME changes strftime.c has forked from glibc.
13645
13646 2006-06-29  Eric Blake  <ebb9@byu.net>
13647
13648         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13649
13650 2006-06-29  Eric Blake  <ebb9@byu.net>
13651
13652         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13653
13654 2006-06-29  Eric Blake  <ebb9@byu.net>
13655
13656         * lib/stat_.h: New file.
13657
13658 2006-06-29  Eric Blake  <ebb9@byu.net>
13659
13660         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13661         unused static function.
13662
13663 2006-06-29  Eric Blake  <ebb9@byu.net>
13664
13665         * doc/functions.texi (Function Portability): Document missing lstat
13666         on mingw.
13667
13668 2006-06-29  Eric Blake  <ebb9@byu.net>
13669
13670         * MODULES.html.sh: Add sys_stat.
13671         * modules/sys_stat: New module.
13672         * modules/mkstemp (Depends-on): Add sys_stat.
13673
13674 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13675
13676         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13677
13678 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13679
13680         * m4/c-bs-a.m4: Removed.
13681
13682 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13683
13684         * lib/strftime.c: Assume strftime() exists.
13685
13686 2006-06-29  Derek Price  <derek@ximbiot.com>
13687
13688         * modules/c-bs-a: Removed - \a is C89.
13689         * MODULES.html.sh: Remove c-bs-a.
13690
13691 2006-06-29  Bruno Haible  <bruno@clisp.org>
13692
13693         * modules/wcwidth (License): Change to LGPL.
13694
13695 2006-06-28  Simon Josefsson  <jas@extundo.com>
13696
13697         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13698         on _WIN32.
13699
13700         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13701         getnameinfo.
13702
13703 2006-06-28  Simon Josefsson  <jas@extundo.com>
13704
13705         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13706
13707 2006-06-28  Simon Josefsson  <jas@extundo.com>
13708
13709         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13710         functions there.  It will succeed on Windows XP, but on Windows
13711         2000 and (presumably) earlier, it will fail, and use the internal
13712         re-implementation.
13713         (use_win32_p): New function.
13714         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13715         Support AI_NUMERICSERV to disable getservbyname.
13716         (getnameinfo): New function, only supports
13717         NI_NUMERICHOST|NI_NUMERICSERV for now.
13718
13719         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13720         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13721         getnameinfo.
13722
13723 2006-06-28  Eric Blake  <ebb9@byu.net>
13724
13725         * modules/wcwidth: New file.
13726         * modules/mbchar (Depends-on): Add wcwidth.
13727         * modules/mbswidth (Depends-on): Add wcwidth.
13728         * MODULES.html.sh: Add wcwidth.
13729
13730 2006-06-28  Eric Blake  <ebb9@byu.net>
13731
13732         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13733         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13734
13735 2006-06-28  Eric Blake  <ebb9@byu.net>
13736
13737         * lib/xvasprintf.h: Fix comments.
13738
13739 2006-06-28  Eric Blake  <ebb9@byu.net>
13740
13741         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13742         * lib/mbswidth.c (wcwidth): Move from here...
13743         * lib/wcwidth.h: ...to this new file.
13744
13745 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13746
13747         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13748
13749         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13750         it's obsolete.
13751         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13752
13753 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13754
13755         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13756         Autoconf 2.60 says this stuff was obsolete.
13757
13758 2006-06-28  Bruno Haible  <bruno@clisp.org>
13759
13760         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13761
13762 2006-06-28  Bruno Haible  <bruno@clisp.org>
13763
13764         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13765         gt_TYPE_WCHAR_T.
13766
13767 2006-06-28  Bruno Haible  <bruno@clisp.org>
13768
13769         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13770         declaration for wcwidth.
13771         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13772
13773 2006-06-28  Bruno Haible  <bruno@clisp.org>
13774
13775         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13776         (mkdir): Define using _mkdir.
13777
13778 2006-06-28  Bruno Haible  <bruno@clisp.org>
13779
13780         * lib/getaddrinfo.h: Fix POSIX URL.
13781         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13782         _WIN32.
13783         (use_win32_p): Make static.
13784         (getaddrinfo): Reject service name if it is empty or does not consist
13785         solely of decimal digits, or if its value is > 65535.
13786         (getnameinfo): Remove useless casts.
13787
13788 2006-06-27  Simon Josefsson  <jas@extundo.com>
13789
13790         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13791         Eggert and Martin Lambers.
13792
13793 2006-06-27  Simon Josefsson  <jas@extundo.com>
13794
13795         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13796         Eggert and Martin Lambers.
13797
13798 2006-06-27  Bruno Haible  <bruno@clisp.org>
13799
13800         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13801         result to 0, not to empty.
13802         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13803
13804 2006-06-27  Bruno Haible  <bruno@clisp.org>
13805
13806         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13807
13808 2006-06-26  Simon Josefsson  <jas@extundo.com>
13809
13810         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13811         present.
13812
13813 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13816         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13817         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13818
13819 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13820
13821         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13822
13823 2006-06-26  Bruno Haible  <bruno@clisp.org>
13824
13825         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13826
13827 2006-06-26  Bruno Haible  <bruno@clisp.org>
13828
13829         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13830
13831 2006-06-26  Bruno Haible  <bruno@clisp.org>
13832
13833         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13834         SGI C compiler in pre-C99 mode.
13835         Suggested by Mark D. Baushke and Larry Jones.
13836
13837 2006-06-26  Bruno Haible  <bruno@clisp.org>
13838
13839         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13840         WCHAR_MAX.
13841         Reported by Mark D. Baushke and Larry Jones.
13842
13843 2006-06-26  Bruno Haible  <bruno@clisp.org>
13844
13845         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13846         in pre-C99 mode.
13847         Suggested by Mark D. Baushke and Larry Jones.
13848
13849 2006-06-23  Simon Josefsson  <jas@extundo.com>
13850             Bruno Haible  <bruno@clisp.org>
13851
13852         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13853         Emit mostlyclean-local rule.
13854         (func_emit_tests_Makefile_am): Likewise.
13855         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13856
13857 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13858
13859         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13860
13861 2006-06-23  Bruno Haible  <bruno@clisp.org>
13862
13863         * tests/test-stdint.c: Update to match ISO C 99 Technical
13864         Corrigendum 1.
13865
13866 2006-06-23  Bruno Haible  <bruno@clisp.org>
13867
13868         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13869
13870 2006-06-23  Bruno Haible  <bruno@clisp.org>
13871
13872         * lib/stdint_.h: Treat IRIX like OpenBSD.
13873
13874 2006-06-23  Bruno Haible  <bruno@clisp.org>
13875
13876         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13877         ISO C 99 Technical Corrigendum 1.
13878
13879 2006-06-22  Simon Josefsson  <jas@extundo.com>
13880
13881         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13882         MinGW.
13883
13884 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13885
13886         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13887         needed.  Some compiler complained about some of them.  Problem reported
13888         by Larry Jones in
13889         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13890
13891 2006-06-21  Simon Josefsson  <jas@extundo.com>
13892
13893         * tests/test-getaddrinfo.c: New file.
13894
13895         * modules/getaddrinfo-tests: New file.
13896
13897         * MODULES.html.sh: Add inet_pton.
13898
13899         * modules/inet_pton: New file.
13900
13901 2006-06-21  Simon Josefsson  <jas@extundo.com>
13902
13903         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13904         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13905         of using the (limited) gnulib implementation on Windows XP.
13906
13907         * m4/inet_pton.m4: New file.
13908
13909 2006-06-21  Simon Josefsson  <jas@extundo.com>
13910
13911         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
13912         variable.
13913
13914         * lib/socket_.h: Don't define WINVER.
13915
13916         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
13917         slightly modified to work in gnulib.
13918
13919 2006-06-21  Simon Josefsson  <jas@extundo.com>
13920
13921         * doc/gnulib.texi (Windows sockets): Add.
13922
13923 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13924
13925         * lib/read-file.c (fread_file): Start with buffer allocation of
13926         0 bytes rather than 1 byte; this simplifies the code.
13927         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
13928         code to free buffer and save/restore errno.
13929         (internal_read_file): Remove unused local.
13930
13931 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13932
13933         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
13934         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
13935         Problem reported by Denis Excoffier in
13936         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
13937
13938 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13939
13940         * modules/sys_socket, modules/socklen: Include sys/types since
13941         FreeBSD 4.x's sys/socket.h needs it.
13942
13943 2006-06-19  Simon Josefsson  <jas@extundo.com>
13944
13945         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
13946
13947 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13948
13949         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
13950
13951 2006-06-19  Bruno Haible  <bruno@clisp.org>
13952
13953         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
13954         and FULL_PATH_INTTYPES_H in angle brackets.
13955         Reported by Mark D. Baushke <mdb@gnu.org>.
13956
13957 2006-06-17  Eric Blake  <ebb9@byu.net>
13958
13959         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
13960         errno.
13961
13962 2006-06-17  Bruno Haible  <bruno@clisp.org>
13963
13964         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
13965         <sys/inttypes.h>.
13966
13967 2006-06-17  Bruno Haible  <bruno@clisp.org>
13968
13969         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
13970         whether errno is declared. Assume <errno.h> declares errno.
13971
13972 2006-06-17  Bruno Haible  <bruno@clisp.org>
13973
13974         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
13975
13976 2006-06-17  Bruno Haible  <bruno@clisp.org>
13977
13978         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
13979         problem on Solaris 2.5.1.
13980
13981 2006-06-16  Eric Blake  <ebb9@byu.net>
13982
13983         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
13984         * lib/unicodeio.c [!defined errno]: Likewise.
13985         * lib/strtol.c [!defined errno]: Likewise.
13986         * lib/strtod.c [!defined errno]: Likewise.
13987
13988 2006-06-15  Eric Blake  <ebb9@byu.net>
13989
13990         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
13991
13992 2006-06-15  Eric Blake  <ebb9@byu.net>
13993
13994         * config/srclist.txt (ssize_t.m4): Lose sync.
13995
13996 2006-06-15  Bruno Haible  <bruno@clisp.org>
13997
13998         * modules/stdint (Files): Include m4/full-header-path.m4,
13999         m4/size_max.m4, m4/wchar_t.m4.
14000         (Makefile.am): Many more substitutions.
14001         * modules/stdint-tests: New file.
14002         * tests/test-stdint.c: New file.
14003
14004 2006-06-15  Bruno Haible  <bruno@clisp.org>
14005
14006         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14007         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14008         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14009         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14010         gl_CHECK_TYPE_SAME): New macros.
14011
14012 2006-06-15  Bruno Haible  <bruno@clisp.org>
14013
14014         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14015
14016 2006-06-15  Bruno Haible  <bruno@clisp.org>
14017
14018         * lib/stdint_.h: Rewritten to be fully auto-configured.
14019         Fixes bug on HP-UX/IA64.
14020
14021 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14022
14023         * lib/getdate.y (__attribute__): Don't define if already defined.
14024         Problem reported by Larry Jones.
14025         * lib/utimens.c (__attribute__): Likewise.
14026
14027 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14028
14029         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14030         reported by Andreas Schwab.
14031
14032 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14033             Bruno Haible  <bruno@clisp.org>
14034
14035         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14036         check for the declaration of strnlen and a run test that exposes the
14037         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14038         rpl_strndup.
14039
14040 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14041             Bruno Haible  <bruno@clisp.org>
14042
14043         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14044
14045 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14046
14047         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14048         compile test, for Tru64 4.0D.
14049
14050 2006-05-28  Karl Berry  <karl@gnu.org>
14051
14052         * config/srclist.txt (printf-args.c): lose sync.
14053
14054 2006-05-26  Martin Lambers  <marlam@marlam.de>
14055
14056         * lib/getpass.c: Updates the test for the native W32 API, and adds
14057         missing includes, thus fixing compilation warnings.
14058
14059 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14060
14061         * lib/exclude.c (exclude_fnmatch): New function.
14062         (excluded_file_name): Call exclude_fnmatch.
14063         * lib/exclude.h (excluded_file_name): New prototype
14064
14065 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14066
14067         * lib/tempname.c (small_open, large_open): New macros.
14068         (__open, __open64) [!_LIBC]: Remove.
14069         (__gen_tempname): Use small_open and large_open instead of __open
14070         and __open64.  This fixes a portability bug on HP-UX 11.11i
14071         reported by Simon Wing-Tang in
14072         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14073
14074 2006-05-24  Bruno Haible  <bruno@clisp.org>
14075
14076         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14077         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14078         Reported by Thorsten Maerz <torte@netztorte.de> via
14079         Aaron Stone <aaron@serendipity.cx>.
14080
14081 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14082
14083         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14084         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14085         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14086         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14087         not really conditional on the cache.
14088         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14089
14090 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14093         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14094         (my_usleep): Don't mishandle maximum value.
14095
14096 2006-05-19  Jim Meyering  <jim@meyering.net>
14097
14098         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14099
14100 2006-05-17  Bruno Haible  <bruno@clisp.org>
14101
14102         Cygwin portability.
14103         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14104
14105 2006-05-17  Bruno Haible  <bruno@clisp.org>
14106
14107         * lib/stdint_.h: Fix recognition of Cygwin.
14108
14109 2006-05-15  Bruno Haible  <bruno@clisp.org>
14110
14111         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14112         on libtool patch by Ralf Wildenhues.
14113
14114 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14117         test for C99 conformance; (bool) 0.5 is an integer constant
14118         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14119         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14120
14121 2006-05-11  Simon Josefsson  <jas@extundo.com>
14122
14123         * m4/xvasprintf.m4: Fix obvious typo.
14124
14125 2006-05-11  Jim Meyering  <jim@meyering.net>
14126
14127         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14128         James Lemley.
14129
14130 2006-05-10  Simon Josefsson  <jas@extundo.com>
14131
14132         * lib/md4.c: Typo fix, update copyright years.
14133         (K1, K2): Don't use L because it turn computations into 64-bit on
14134         64-bit platforms.
14135
14136 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14137
14138         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14139         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14140         unwanted sign propagation, e.g., on hosts with 64-bit int.
14141         There still are some problems with reeelly weird theoretical hosts
14142         (e.g., 33-bit int) but it's not worth worrying about now.
14143         * lib/sha1.c (rol): Likewise.
14144         (K1, K2, K3, K4): Remove unnecessary L suffix.
14145
14146 2006-05-10  Bruno Haible  <bruno@clisp.org>
14147
14148         * lib/des.c: Cast to avoid warnings.
14149
14150 2006-05-09  Bruno Haible  <bruno@clisp.org>
14151
14152         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14153         (Depends-on): Depend also on xsize, stdarg.
14154         (configure.ac): Add gl_XVASPRINTF.
14155
14156 2006-05-09  Bruno Haible  <bruno@clisp.org>
14157
14158         * m4/xvasprintf.m4: New file.
14159
14160 2006-05-09  Bruno Haible  <bruno@clisp.org>
14161
14162         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14163         (EOVERFLOW): Define fallback value.
14164         (xstrcat): New function.
14165         (xvasprintf): Recognize the special case of a string concatenation.
14166
14167 2006-05-08  Eric Blake  <ebb9@byu.net>
14168
14169         * gnulib-tool (func_version): Base copyright year on CVS date.
14170         (func_emit_copyright_notice): New function.
14171         (func_emit_lib_Makefile_am): Use it.
14172         (func_emit_tests_Makefile_am): Likewise.
14173         (func_import): Likewise.
14174
14175 2006-05-08  Bruno Haible  <bruno@clisp.org>
14176
14177         * modules/stdarg: New file.
14178         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14179
14180 2006-05-08  Bruno Haible  <bruno@clisp.org>
14181
14182         * m4/stdarg.m4: New file, from GNU gettext.
14183
14184 2006-05-08  Bruno Haible  <bruno@clisp.org>
14185
14186         * config/srclist.txt (build-aux/config.rpath): different from latest
14187         release.
14188
14189 2006-05-08  Bruno Haible  <bruno@clisp.org>
14190
14191         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14192
14193 2006-05-05  Jim Meyering  <jim@meyering.net>
14194
14195         * m4/warning.m4: New file, derived from bison's file by the same name.
14196
14197 2006-05-03  Bruno Haible  <bruno@clisp.org>
14198
14199         * lib/stdint_.h: Shorter URL.
14200         * lib/inttypes.h: Likewise.
14201
14202 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14203
14204         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14205
14206 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14207
14208         * lib/verify.h: Document the internals better.  Most of this change
14209         was written by Bruno Haible.
14210
14211 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14212
14213         * doc/verify.texi: New file, partly based on a proposal by
14214         Bruno Haible.
14215
14216 2006-05-02  Bruno Haible  <bruno@clisp.org>
14217
14218         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14219         test from here...
14220         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14221
14222 2006-04-29  Bruno Haible  <bruno@clisp.org>
14223
14224         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14225         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14226
14227 2006-04-29  Bruno Haible  <bruno@clisp.org>
14228
14229         * gnulib-tool: Make --update option actually work.
14230
14231 2006-04-29  Bruno Haible  <bruno@clisp.org>
14232
14233         * doc/gcd.texi: New file.
14234         * doc/gnulib.texi: Include it.
14235
14236 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * lib/getdate.y (get_date): When adding relative date, start with the
14239         initial time, not with the result of the first mktime call.
14240
14241 2006-04-25  Bruno Haible  <bruno@clisp.org>
14242
14243         * gnulib-tool (func_import): Output the include directives in three
14244         blocks, sorted separately.
14245         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14246
14247 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14248
14249         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14250         to define main with arguments, for C++.  Reported by Eric Blake.
14251         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14252         Prefer 'int main ()' to 'int main (void)', for C++.
14253         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14254         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14255         for 'main', for C99 and C++.
14256
14257 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14258
14259         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14260         Don't assume that exit status -1 is valid.
14261         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14262         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14263         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14264         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14265         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14266         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14267         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14268         functions can be used without declaring them, or that you can
14269         exit with status -1.
14270         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14271
14272 2006-04-24  Karl Berry  <karl@gnu.org>
14273
14274         * config/srclist.txt (longdouble.m4): sync lost.
14275
14276 2006-04-24  Eric Blake  <ebb9@byu.net>
14277
14278         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14279
14280 2006-04-24  Bruno Haible  <bruno@clisp.org>
14281
14282         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14283         poll() implementation in AIX.
14284         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14285
14286 2006-04-24  Bruno Haible  <bruno@clisp.org>
14287
14288         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14289         assigned exactly once.
14290
14291 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14292             Bruno Haible  <bruno@clisp.org>
14293
14294         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14295         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14296         for AM_CPPFLAGS.
14297
14298 2006-04-23  Bruno Haible  <bruno@clisp.org>
14299
14300         * modules/copy-file: Depend on unistd.
14301         * modules/execute: Likewise.
14302         * modules/fatal-signal: Likewise.
14303         * modules/findprog: Likewise.
14304         * modules/mkdtemp : Likewise.
14305         * modules/pipe: Likewise.
14306         * modules/wait-process: Likewise.
14307
14308 2006-04-23  Bruno Haible  <bruno@clisp.org>
14309
14310         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14311         condition was already detected.
14312         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14313
14314 2006-04-23  Bruno Haible  <bruno@clisp.org>
14315
14316         * lib/copy-file.c: Include <unistd.h> unconditionally.
14317         * lib/execute.c: Likewise.
14318         * lib/fatal-signal.c: Likewise.
14319         * lib/findprog.c: Likewise.
14320         * lib/mkdtemp.c: Likewise.
14321         * lib/pipe.h: Likewise.
14322         * lib/pipe.c: Likewise.
14323         * lib/wait-process.h: Likewise.
14324
14325 2006-04-23  Bruno Haible  <bruno@clisp.org>
14326
14327         * gnulib-tool (func_usage): Fix --import description. Document
14328         --update.
14329         (func_import): Create temporary file in a temporary directory, if
14330         --dry-run is specified. Silence errors from 'grep' when there are no
14331         m4 files in $m4dir.
14332         (func_create_testdir): Silence errors from 'grep' when there are no
14333         m4 files in $m4dir.
14334         Reported by Karl Berry <karl@freefriends.org>.
14335
14336 2006-04-20  Bruno Haible  <bruno@clisp.org>
14337
14338         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14339         one argument, so that the code will be portable to Autoconf 2.60.
14340         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14341         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14342         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14343
14344 2006-04-19  Derek Price  <derek@ximbiot.com>
14345             Eric Blake  <ebb9@byu.net>
14346
14347         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14348         rather than "/full/path.h".  Update comment to match.  Shorten &
14349         generalize m4_translit call via AS_TR_CPP.
14350
14351 2006-04-19  Derek Price  <derek@ximbiot.com>
14352             Eric Blake  <ebb9@byu.net>
14353
14354         * lib/inttypes.h: Correct grammar in comment.
14355
14356 2006-04-18  Derek Price  <derek@ximbiot.com>
14357             Paul Eggert  <eggert@cs.ucla.edu>
14358
14359         * modules/inttypes: New file.
14360         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14361
14362 2006-04-18  Derek Price  <derek@ximbiot.com>
14363             Paul Eggert  <eggert@cs.ucla.edu>
14364
14365         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14366         New files.
14367
14368 2006-04-18  Derek Price  <derek@ximbiot.com>
14369             Paul Eggert  <eggert@cs.ucla.edu>
14370
14371         * lib/inttypes.h: New file.
14372         * lib/strtoimax.c: Assume <inttypes.h>.
14373
14374 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14375
14376         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14377         isn't mounted.  Problem reported by Kir Kolyshkin.
14378
14379 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14380
14381         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14382         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14383         Derek R. Price.
14384         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14385         implementation.
14386
14387 2006-04-12  Eric Blake  <ebb9@byu.net>
14388
14389         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14390         is now done automatically by the corresponding Autoconf macro.
14391
14392 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14393
14394         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14395         time_r.h.
14396
14397 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14398
14399         Merge regex changes from libc, removing some of our
14400         POSIX-conformance changes that were rejected and redoing them in a
14401         less-intrusive way.
14402
14403         * lib/regcomp.c (re_compile_internal, init_dfa):
14404         Length arg is now size_t, not Idx.  All uses changed.
14405         (peek_token): Forward decl now says internal_function.
14406         (__re_error_msgid, __re_error_msgid_idx):
14407         Now static rather than extern with attribute_hidden.
14408         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14409         For some reason libc prefers K&R style defns for external functions.
14410         (regerror) [!defined _LIBC]: Likewise.
14411         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14412         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14413         (build_range_exp, build_collating_symbol):
14414         Use K&R-style defn.
14415         (re_compile_fastmap): Use '\0' to memset, not 0.
14416         (utf8_sb_map): Make the calculations more obvious.
14417         (init_dfa, parse_bracket_exp, build_charclass_op):
14418         Call calloc and cast result, as glibc does.
14419         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14420         (build_range_exp, build_collating_symbol):
14421         Now internal functions.
14422
14423         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14424
14425         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14426         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14427         Don't depend on VMS; depend on __VMS instead, for POSIX
14428         namespace cleanness.
14429         (regoff_t): Define to ssize_t, not long int.
14430
14431         Remove the REG_ macros named below.  Instead, make the old names
14432         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14433         __USE_GNU_REGEX.
14434         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14435         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14436         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14437         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14438         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14439         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14440         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14441         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14442         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14443         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14444         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14445         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14446         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14447         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14448         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14449         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14450         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14451         (REG_NREGS):
14452         Remove.  All uses replaced by the old RE_* names.
14453         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14454         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14455         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14456         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14457         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14458         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14459         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14460         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14461         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14462         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14463         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14464         Don't bother having these macros be independent of each others'
14465         values, since they no longer exist in the POSIX name space.
14466
14467         Rename the following member names back to their old names,
14468         unless !__USE_GNU_REGEX.  All uses changed back.
14469         (buffer): Renamed from re_buffer.
14470         (allocated): Renamed from re_allocated.
14471         (used): Renamed from re_used.
14472         (syntax): Renamed from re_syntax.
14473         (fastmap): Renamed from re_fastmap.
14474         (translate): Renamed from re_translate.
14475         (can_be_null): Renamed from re_can_be_null.
14476         (regs_allocated): Renamed from re_regs_allocated.
14477         (fastmap_accurate): Renamed from re_fastmap_accurate.
14478         (no_sub): Renamed from re_no_sub.
14479         (not_bol): Renamed from re_not_bol.
14480         (not_eol): Renamed from re_not_eol.
14481         (newline_anchor): Renamed from re_newline_anchor.
14482         (num_regs): Renamed from rm_num_regs.
14483         (start): Renamed from rm_start.
14484         (end): Renamed from rm_end.
14485
14486         (free_state): Move up a bit.
14487
14488         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14489         #define to be empty.
14490         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14491         when that is what is intended.
14492         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14493         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14494         (MAX): New macro.
14495         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14496         All uses changed back to re_malloc, etc.  It's now the caller's
14497         responsibility to check for overflow; all callers changed.
14498         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14499         (re_x2nrealloc): Remove.
14500         (free_state): Remove decl.
14501
14502         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14503         (re_set_registers, re_exec):
14504         Use K&R-style defn.
14505
14506         2006-01-31  Roland McGrath  <roland@redhat.com>
14507
14508         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14509         Reported by Mike Frysinger <vapier@gentoo.org>.
14510
14511         2006-01-15  Andreas Jaeger  <aj@suse.de>
14512
14513         [BZ #1950]
14514         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14515         build_wcs_upper_buffer change.
14516         (build_wcs_upper_buffer): Change return type.
14517
14518         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14519
14520         * lib/regex_internal.h: Include <stdint.h> if available.
14521
14522         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14523
14524         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14525
14526         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14527
14528         * lib/regcomp.c: Adjust for changed secondary hash function.
14529
14530         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14531
14532         * lib/regex.h: Pretty printing.
14533         Clean up namespace a bit.
14534
14535         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14536
14537         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14538         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14539
14540         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14541                     Ulrich Drepper  <drepper@redhat.com>
14542
14543         [BZ #1302]
14544         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14545         changed.
14546         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14547
14548         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14549
14550         [BZ #281]
14551         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14552         * lib/regcomp.c: Remove unnecessary uses of
14553         unsigned RE_TRANSLATE_TYPE.
14554         * lib/regex_internal.h: Likewise.
14555         * lib/regex_internal.c: Likewise.
14556         * lib/regexec.c: Likewise.
14557         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14558
14559         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14560
14561         * lib/regexec.c (find_recover_state): Remove unnecessary
14562         initialization.
14563         (transit_state_bkref): Make DFA a const pointer.
14564         (get_subexp): Likewise.
14565         (check_arrival): Likewise.
14566         (update_cur_sifted_state): Likewise.
14567         (re_search_internal): Likewise.
14568         (prune_impossible_nodes): Likewise.
14569         (acquire_init_state_context): Likewise.
14570         (proceed_next_node): Likewise.
14571         (set_regs): Likewise.
14572         (free_fail_stack_return): Likewise.
14573         (check_arrival_expand_ecl): Mark DFA parameter as const.
14574         (check_arrival_expand_ecl_sub): Likewise.
14575         (check_subexp_limits): Likewise.
14576         (sub_epsilon_src_nodes):  Likewise.
14577         (add_epsilon_src_nodes):  Likewise.
14578         (merge_state_array): Likewise.
14579         (update_regs): Likewise.
14580         (build_trtable): Likewise.
14581         (sift_states_backward): Mark MCTX parameter as const.
14582         (build_sifted_states): Likewise.
14583         (update_cur_sifted_state): Likewise.
14584         (sift_states_mkref): Likewise.
14585         (check_arrival_expand_ecl): Mark eclosure as const.
14586         (check_dst_limits_calc_pos_1): Likewise.
14587         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14588         pointer.
14589
14590         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14591
14592         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14593         (transit_state_sb): Likewise.
14594         (transit_state_mb): Likewise.
14595         (sift_states_iter_mb): Likewise.
14596         (check_arrival_add_next_nodes): Likewise.
14597         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14598         [_LIBC] (re_search_2_stub): Use mempcpy.
14599
14600         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14601         mbrtowc for very simple UTF-8 case.
14602
14603         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14604         a pointer-to-const.
14605         (re_acquire_state_context): Likewise.
14606         * lib/regex_internal.h: Adjust prototypes.
14607
14608         * lib/regex.c: Prevent using C++ compilers.
14609
14610         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14611         (re_acquire_state_context): Likewise.
14612
14613 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14614
14615         * modules/regex (Depends-on): Add ssize_t.
14616
14617 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14618
14619         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14620         translation table.
14621
14622 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14623
14624         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14625
14626 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14627             Bruno Haible  <bruno@clisp.org>
14628
14629         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14630         <sys/types.h> and <inttypes.h>.
14631
14632 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14633
14634         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14635         `__error_t_defined', so argp.h will not typedef the former.
14636
14637 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14638
14639         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14640         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14641         glibc names.  Even if glibc is changed to conform to POSIX, the
14642         traditional names will be available anyway, since regex depends on
14643         the extensions module.  Also, fix a longstanding typo in the
14644         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14645         reported by Emanuele Giaquinta.  Also, change sense of cached
14646         variable, so that the message makes sense.
14647
14648 2006-03-24  Simon Josefsson  <jas@extundo.com>
14649
14650         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14651         including some doc fixes.
14652         (base64_encode_alloc): Fix +1 bug on allocation failures.
14653
14654 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14655
14656         * lib/base64.c (base64_encode): Do not read past end of array with
14657         unsanitized input on systems with CHAR_BIT > 8.
14658
14659 2006-03-24  Eric Blake  <ebb9@byu.net>
14660
14661         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14662
14663 2006-03-22  Karl Berry  <karl@gnu.org>
14664
14665         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14666         * config/srclistvars.sh (COREUTILS): new var.
14667
14668 2006-03-17  Jim Meyering  <jim@meyering.net>
14669
14670         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14671         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14672
14673 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14674
14675         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14676         no longer needs it.  Instead, check that regoff_t is as least
14677         as wide as ptrdiff_t.
14678
14679         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14680         so that our regex.h stays compatible with the installed regex.
14681         This is helpful for installers who configure --without-included-regex.
14682         Problem reported by Emanuele Giaquinta.
14683
14684 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14685
14686         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14687         Typedef to long int, not to off_, as POSIX will likely change
14688         in that direction.
14689
14690 2006-03-15  Eric Blake  <ebb9@byu.net>
14691
14692         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14693
14694 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14695
14696         * lib/argp-help.c (validate_uparams): Fix typo
14697         * lib/argp-parse.c (argp_default_options): Consistently begin help
14698         messages with a lowercase letter.
14699
14700 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14701
14702         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14703         overrun buffers and shouldn't be used (much as gets shouldn't be
14704         used).
14705         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14706
14707 2006-03-08  Simon Josefsson  <jas@extundo.com>
14708
14709         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14710         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14711
14712 2006-03-08  Simon Josefsson  <jas@extundo.com>
14713
14714         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14715         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14716
14717 2006-03-08  Simon Josefsson  <jas@extundo.com>
14718
14719         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14720         signal that configure disabled the device.
14721
14722 2006-03-08  Simon Josefsson  <jas@extundo.com>
14723
14724         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14725         languages.
14726
14727 2006-03-07  Simon Josefsson  <jas@extundo.com>
14728
14729         * modules/getopt (Depends-on): Add unistd.
14730
14731         * modules/unistd: New file.
14732
14733 2006-03-07  Simon Josefsson  <jas@extundo.com>
14734
14735         * modules/gc-random: New file.
14736
14737 2006-03-07  Simon Josefsson  <jas@extundo.com>
14738
14739         * m4/unistd_h.m4: New file.
14740
14741 2006-03-07  Simon Josefsson  <jas@extundo.com>
14742
14743         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14744         test to be side-effect free by storing the result in the cache
14745         variable gl_cv_lib_readline, and moving the assignment of
14746         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14747         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14748
14749 2006-03-07  Simon Josefsson  <jas@extundo.com>
14750
14751         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14752         error on missing devices (the functions will return an error).
14753
14754         * m4/gc.m4: Move random stuff to gc-random.m4
14755
14756 2006-03-07  Simon Josefsson  <jas@extundo.com>
14757
14758         * lib/unistd_.h: New file.
14759
14760 2006-03-07  Simon Josefsson  <jas@extundo.com>
14761
14762         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14763
14764 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14765
14766         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14767         Problem reported by Juan Manuel Guerrero.
14768
14769 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14770
14771         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14772         the unistd module.
14773         * lib/getlogin_r.c: Likewise.
14774         * lib/getlogin_r.h: Likewise.
14775         * lib/glob.c: Likewise.
14776         * lib/pagealign_alloc.c: Likewise.
14777         * lib/unistd_.h: Remove; no longer needed.
14778
14779 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14780
14781         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14782         Add unistd.
14783         * modules/c-stack (Depends-on): Add unistd.
14784         * modules/getlogin_r: Likewise.
14785         * modules/glob: Likewise.
14786         * modules/pagealign_alloc: Likewise.
14787         * modules/unistd (Files): Remove lib/unistd_.h.
14788         (EXTRA_DIST): Remove.
14789         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14790         need unistd_.h.
14791         (MOSTLYCLEANFILES): Remove unistd.h-t.
14792
14793 2006-03-03  Simon Josefsson  <jas@extundo.com>
14794
14795         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14796
14797 2006-03-03  Simon Josefsson  <jas@extundo.com>
14798
14799         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14800         libidn and bison.
14801
14802 2006-03-03  Simon Josefsson  <jas@extundo.com>
14803
14804         * build-aux/maint.mk: Add indent target.
14805
14806 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14807
14808         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14809         our replacement poll.h in any case, to avoid a differing
14810         declaration from a system header.  Seen on AIX.
14811
14812 2006-03-01  Simon Josefsson  <jas@extundo.com>
14813
14814         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14815         <kasal@ucw.cz>.
14816
14817 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14818
14819         * modules/gettime (Depends-on): Add extensions module.
14820         * modules/nanosleep (Depends-on): Likewise.
14821         * modules/settime (Depends-on): Likewise.
14822
14823 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14824
14825         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14826         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14827         pedantically.
14828         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14829         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14830
14831         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14832         not "==".  Reported by Ralf Wildenhues.
14833
14834 2006-03-01  Karl Berry  <karl@gnu.org>
14835
14836         * doc/Copyright/request-*: new files, synced from gnuorg.
14837
14838 2006-03-01  Karl Berry  <karl@gnu.org>
14839
14840         * config/srclist.txt (Copyright/*): new entries.
14841
14842 2006-02-28  Simon Josefsson  <jas@extundo.com>
14843
14844         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14845
14846 2006-02-27  Simon Josefsson  <jas@extundo.com>
14847
14848         * lib/base64.h: Indent #define's.  From Jim Meyering
14849         <jim@meyering.net>.
14850
14851 2006-02-27  Jim Meyering  <jim@meyering.net>
14852
14853         Revert the change of 2006-02-24, so these files can continue
14854         to be sync'd from gettext.
14855         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14856         of `config.h'.
14857
14858 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14859
14860         * modules/intprops: New file.
14861         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14862         Add intprops.
14863         * modules/getloadavg (Files): Remove lib/intprops.h.
14864         (Depends-on): Add intprops.
14865         * modules/human: Likewise.
14866         * modules/inttostr: Likewise.
14867         * modules/openat: Likewise.
14868         * modules/sig2str: Likewise.
14869         * modules/userspec: Likewise.
14870         * modules/utimecmp: Likewise.
14871         * modules/xnanosleep: Likewise.
14872         * modules/xstrtol: Likewise.
14873
14874 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14875
14876         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14877         * modules/lock-tests (TESTS): Use $(EXEEXT).
14878         * modules/tls-tests: Likewise.
14879         * modules/argp-tests: Likewise.
14880         (check_PROGRAMS): New var, replacing...
14881         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14882
14883 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14884
14885         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14886         `config.h'.
14887
14888 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14889
14890         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14891
14892 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14893
14894         Sync from coreutils.
14895         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14896         gl_CHDIR_SAFER.
14897
14898 2006-02-22  Jim Meyering  <jim@meyering.net>
14899
14900         Sync from coreutils.
14901         * m4/chdir-safer.m4: New file.
14902
14903 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14904
14905         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14906         AT_FDCWD exceeds INT_MAX.
14907         * lib/openat.h (AT_FDCWD): Likewise.
14908
14909 2006-02-17  Eric Blake  <address@hidden>
14910
14911         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
14912
14913 2006-02-16  Simon Josefsson  <jas@extundo.com>
14914
14915         * modules/getaddrinfo (Depends-on): Add sys_socket.
14916
14917 2006-02-15  Simon Josefsson  <jas@extundo.com>
14918
14919         * build-aux/maint.mk: Add dsyntax-check rule.
14920
14921 2006-02-15  Eric Blake  <ebb9@byu.net>
14922
14923         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
14924         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
14925         'present but cannot compile' warnings on cygwin.
14926         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
14927         use ws2tcpip.h if sys/socket.h works.
14928         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
14929         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
14930
14931 2006-02-14  Simon Josefsson  <jas@extundo.com>
14932
14933         * modules/maintainer-makefile (Files): Rename.
14934
14935         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
14936         and (the local) Makefile.cfg to maint-cfg.mk.
14937
14938         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
14939         to the latter.
14940
14941         * modules/maintainer-makefile: New module.
14942
14943         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
14944         severaly stripped to make it possible to build it up from scratch
14945         with reliable tests.
14946
14947         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
14948         fixes to permit overriding the default actions when configure and
14949         makefile are not available.
14950
14951 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14952
14953         Sync from coreutils.
14954         * modules/lstat (Depends-on): Don't depend on xalloc.
14955         (License): Change from GPL to LGPL, since this is now simply a
14956         replacement for a libc function.
14957
14958 2006-02-14  Jim Meyering  <jim@meyering.net>
14959
14960         Sync from coreutils.
14961
14962         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
14963         failure on deficient systems, and simplify gnulib lgpl dependencies.
14964         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
14965         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
14966
14967         * lib/xalloc-die.c: Remove unused definition of N_.
14968
14969 2006-02-14  Jim Meyering  <jim@meyering.net>
14970
14971         Sync from coreutils.
14972         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
14973         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
14974         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
14975         double-quote uses of that variable, to accommodate the rare case in
14976         which getmntent is available in none of the libraries checked.  This
14977         happens at least on FreeBSD 5.0.
14978
14979 2006-02-13  Simon Josefsson  <jas@extundo.com>
14980
14981         * gnulib-tool (Usage): Fix --import, from
14982         karl@freefriends.org (Karl Berry).
14983
14984 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14985
14986         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
14987
14988 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
14989
14990         * lib/argp-namefrob.h: Restore changes accidentally lost during the
14991         "autoupdate" on 2005-12-12.
14992
14993 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         * modules/closeout (Depends-on): Remove atexit.
14996
14997 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14998
14999         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15000         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15001
15002 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15003
15004         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15005         __EXTENSIONS__ if this causes compilation to fail.  Problem
15006         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15007         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15008
15009 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15010
15011         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15012         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15013         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15014         All uses changed.
15015
15016 2006-01-26  Simon Josefsson  <jas@extundo.com>
15017
15018         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15019         prototype is visible on mingw32.
15020
15021         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15022         for mingw32.
15023
15024         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15025         mingw32).
15026
15027 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15028
15029         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15030         attempt to open for write; this always fails, at least on POSIX
15031         hosts.  This reinstates the 2006-01-09 change, which was
15032         inadvertently removed.
15033
15034 2006-01-26  Bruno Haible  <bruno@clisp.org>
15035
15036         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15037         Reported by Paul Eggert.
15038
15039 2006-01-26  Bruno Haible  <bruno@clisp.org>
15040             Paul Eggert  <eggert@cs.ucla.edu>
15041
15042         * lib/stdbool_.h (_Bool)
15043         [(! (defined __cplusplus || defined __BEOS__)
15044           && !defined __GNUC__
15045           && !(defined __HP_cc || defined __xlc__
15046                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15047                || defined __sgi))]:
15048         #define to signed char in these cases too; this simplifies
15049         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15050         etc., separately) and makes it more conservative.
15051
15052 2006-01-25  Simon Josefsson  <jas@extundo.com>
15053
15054         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15055         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15056         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15057
15058 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15059
15060         * lib/argp-namefrob.h: Bugfix. Remove stray #
15061
15062 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15063
15064         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15065         so that we test the test.
15066         Check for yet another HP-UX cc bug involving *bool |= bool.
15067
15068 2006-01-25  Karl Berry  <karl@gnu.org>
15069
15070         * config/srclist.txt (vasnprintf.c): sync lost.
15071
15072 2006-01-25  Jim Meyering  <jim@meyering.net>
15073
15074         Sync from the stable (b5) branch of coreutils:
15075
15076         * lib/fts.c (fts_children): Don't let close() clobber errno from
15077         failed fchdir().
15078
15079         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15080         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15081         a dangling symlink.  That can also happen at least for ELOOP.
15082         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15083         FYI, this bug predates the inclusion of fts.c in coreutils.
15084
15085         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15086         in their own block, so pre-c99 compilers don't object.
15087
15088         Avoid the double-free (first in fts_read, second in fts_close) that
15089         would occur when an `active' directory is made inaccessible (e.g.,
15090         via chmod a-x) during a traversal.
15091         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15092         before returning.  Reproduce this failure by
15093         mkdir -p a/b; cd a; chmod a-x . b
15094         Reported by Stavros Passas.
15095
15096 2006-01-25  Jim Meyering  <jim@meyering.net>
15097
15098         * lib/fileblocks.c: Remove more useless parentheses.
15099         * lib/readutmp.h: Likewise.
15100
15101 2006-01-25  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15104         warnings.
15105         Reported by Paul Eggert.
15106
15107 2006-01-25  Bruno Haible  <bruno@clisp.org>
15108
15109         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15110         rid of a trap command. For Solaris sh.
15111         Reported by Mark D. Baushke <mdb@gnu.org>.
15112
15113 2006-01-24  Simon Josefsson  <jas@extundo.com>
15114
15115         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15116         Bruno.
15117
15118 2006-01-24  Karl Berry  <karl@gnu.org>
15119
15120         * config/srclist.txt (argp-namefrob.h): sync lost.
15121
15122 2006-01-24  Jim Meyering  <jim@meyering.net>
15123
15124         * modules/openat (Files): Add lib/intprops.h.
15125         From Mark D. Baushke.
15126
15127 2006-01-24  Jim Meyering  <jim@meyering.net>
15128
15129         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15130         Reported by Mark D. Baushke.
15131
15132 2006-01-24  Jim Meyering  <jim@meyering.net>
15133
15134         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15135
15136 2006-01-24  Bruno Haible  <bruno@clisp.org>
15137
15138         * modules/strnlen (Maintainer): Change from glibc to all.
15139
15140 2006-01-24  Bruno Haible  <bruno@clisp.org>
15141
15142         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15143         Patch by Paul Eggert.
15144
15145 2006-01-24  Bruno Haible  <bruno@clisp.org>
15146
15147         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15148         already has it.
15149         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15150         2005-11-26.
15151
15152         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15153         'signed char' to avoid problems with the built-in _Bool type.
15154         Reported by Paul Eggert on 2005-11-26.
15155
15156 2006-01-24  Bruno Haible  <bruno@clisp.org>
15157
15158         * gnulib-tool (func_import): Avoid constructing complicated sed
15159         expressions inside backquote.
15160         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15161
15162 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15163
15164         These changes imported from libc.
15165         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15166         test and two separate function calls.
15167         * lib/strndup.c (__strndup): Add libc_hidden_def.
15168
15169 2006-01-23  Simon Josefsson  <jas@extundo.com>
15170
15171         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15172         Remove the test_*_SOURCES variable: automake infers it by default.
15173         * modules/tls-tests: Likewise.
15174
15175 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15176
15177         Work around porting bugs reported by Dieter in
15178         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15179         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15180         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15181         Include "getopt.h" first, to check interface.
15182         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15183         !HAVE_DECL_GETENV.
15184         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15185         (__strndup): Revert to K&R-style function dfns, the glibc style.
15186         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15187         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15188         Include strnlen.h first, to get prototype properly.
15189         (strnlen): Renamed from __strnlen.
15190         Remove weak alias.
15191
15192 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15193
15194         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15195
15196 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15197
15198         * config/srclist.txt: Adjust to reflect glibc reorganization.
15199         This affects only comments.
15200
15201 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15202
15203          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15204          Reported by Bruce Korb <bkorb@gnu.org>.
15205
15206 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15207
15208         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15209         to pacify gcc -Wswitch-default.
15210
15211 2006-01-22  Bruno Haible  <bruno@clisp.org>
15212
15213         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15214         temporary buffer for sprintf, take into account the precision also
15215         for 'd', 'i', 'u', 'o', 'x', 'X'.
15216
15217 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15218
15219         * modules/argp-tests: New module
15220         * tests/test-argp.c: New file
15221         * tests/test-argp-2.sh: New file
15222
15223 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15224
15225         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15226         (__argp_base_name): Removed
15227         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15228         typo.
15229         (__argp_base_name): Provide macro definition or extern declaration
15230         depending on the configuration
15231
15232 2006-01-20  Simon Josefsson  <jas@extundo.com>
15233
15234         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15235
15236 2006-01-20  Simon Josefsson  <jas@extundo.com>
15237
15238         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15239
15240 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15241
15242         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15243         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15244         Suggested by Bruno Haible.
15245
15246 2006-01-20  Karl Berry  <karl@gnu.org>
15247
15248         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15249         until changes propagate, I guess.
15250
15251 2006-01-19  Simon Josefsson  <jas@extundo.com>
15252
15253         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15254
15255 2006-01-19  Simon Josefsson  <jas@extundo.com>
15256
15257         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15258
15259 2006-01-19  Simon Josefsson  <jas@extundo.com>
15260
15261         * gnulib-tool: Set check_PROGRAMS.
15262
15263         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15264         modules/des-tests, modules/gc-arcfour-tests,
15265         modules/gc-arctwo-tests, modules/gc-des-tests,
15266         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15267         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15268         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15269         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15270         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15271         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15272         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15273         test_*_SOURCES.
15274
15275 2006-01-18  Simon Josefsson  <jas@extundo.com>
15276
15277         * modules/socklen (Depends-on): Depend on sys_socket.
15278
15279 2006-01-18  Simon Josefsson  <jas@extundo.com>
15280
15281         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15282         modules/des-tests, modules/gc-arcfour-tests,
15283         modules/gc-arctwo-tests, modules/gc-des-tests,
15284         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15285         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15286         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15287         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15288         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15289         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15290         $(EXEEXT) to automake TESTS variable, for mingw32.
15291
15292 2006-01-17  Simon Josefsson  <jas@extundo.com>
15293
15294         * modules/socklen (Include): Need sys/socket.h.
15295
15296 2006-01-17  Bruno Haible  <bruno@clisp.org>
15297
15298         * modules/ssize_t (Include): Add <sys/types.h>.
15299
15300 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15301
15302         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15303         it's not portable and it doesn't work with cross-compiles.
15304         Problem reported by Bruno Haible.  Fix missing-$ typo in
15305         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15306         -zignore from being used with Sun's C compiler.
15307
15308 2006-01-12  Simon Josefsson  <jas@extundo.com>
15309
15310         * lib/base64.c: Fix warning, reported by Bruno Haible
15311         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15312
15313 2006-01-12  Bruno Haible  <bruno@clisp.org>
15314
15315         * modules/ldd: New file.
15316         * build-aux/ldd.sh.in: New file.
15317         * MODULES.html.sh (Support for building libraries and executables): Add
15318         ldd.
15319
15320 2006-01-12  Bruno Haible  <bruno@clisp.org>
15321
15322         * m4/ldd.m4: New file.
15323
15324 2006-01-12  Bruno Haible  <bruno@clisp.org>
15325
15326         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15327         endless loop while replacing $auxdir with build-aux.
15328
15329 2006-01-11  Simon Josefsson  <jas@extundo.com>
15330
15331         * lib/stdint_.h (SIZE_MAX): Add missing (.
15332
15333 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15334
15335         Sync from coreutils.
15336         * lib/md5.c: Fix commentary typos.
15337         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15338         * lib/md5.h (__attribute__): Remove; unused.
15339         * lib/sha1.c: Fix commentary to match md5 better.
15340         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15341         so that we don't need to worry about alignment.  All uses changed.
15342         This merges the 2005-10-28 md5 change into sha1.
15343
15344 2006-01-11  Jim Meyering  <jim@meyering.net>
15345
15346         Sync from coreutils.
15347         * lib/md5.c (OP): Fix spacing.
15348
15349 2006-01-11  Bruno Haible  <bruno@clisp.org>
15350
15351         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15352         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15353         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15354
15355 2006-01-11  Bruno Haible  <bruno@clisp.org>
15356
15357         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15358         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15359         the "early" section as well.
15360
15361 2006-01-11  Bruno Haible  <bruno@clisp.org>
15362
15363         Avoid "ar: no archive members specified" error on MacOS X.
15364         * gnulib-tool (func_modules_add_dummy): New function.
15365         (func_import, func_create_testdir): Invoke it.
15366
15367 2006-01-11  Bruno Haible  <bruno@clisp.org>
15368
15369         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15370         with $auxdir in AC_CONFIG_FILES statements.
15371
15372 2006-01-11  Bruno Haible  <bruno@clisp.org>
15373
15374         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15375         Initialize also noinst_HEADERS to empty.
15376
15377 2006-01-11  Bruno Haible  <bruno@clisp.org>
15378
15379         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15380         variables.
15381         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15382         autoreconf.
15383
15384 2006-01-11  Bruno Haible  <bruno@clisp.org>
15385
15386         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15387         overridable by the user.
15388         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15389
15390 2006-01-10  Simon Josefsson  <jas@extundo.com>
15391
15392         * modules/sys_socket: New file.
15393
15394 2006-01-10  Simon Josefsson  <jas@extundo.com>
15395
15396         * m4/sys_socket_h.m4: New file.
15397
15398 2006-01-10  Simon Josefsson  <jas@extundo.com>
15399
15400         * lib/socket_.h: New file.
15401
15402 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15403
15404         * modules/readutmp (Maintainer): Add myself.
15405
15406 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15407
15408         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15409         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15410         People who are still concerned with buggy memcmp implementations
15411         can invoke gl_FUNC_MEMCMP themselves.
15412
15413 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15414
15415         * lib/regex_internal.h (BITSET_WORD_BITS):
15416         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15417         preprocessor mishandles large unsigned values as if they were signed.
15418         Problem reported by Claudio Fontana in
15419         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15420
15421 2006-01-10  Jim Meyering  <jim@meyering.net>
15422
15423         Avoid the double-free (first in fts_read, second in fts_close) that
15424         would occur when an `active' directory is made inaccessible (e.g.,
15425         via chmod a-x) during a traversal.
15426         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15427         before returning.  Reproduce this failure by
15428         mkdir -p a/b; cd a; chmod a-x . b
15429         Reported by Stavros Passas.
15430
15431         Sync from coreutils.
15432         * lib/sha1.c: Tweak grammar in a comment.
15433
15434 2006-01-10  Jim Meyering  <jim@meyering.net>
15435
15436         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15437         Patch by Joerg Sonnenberger.
15438
15439 2006-01-10  Bruno Haible  <bruno@clisp.org>
15440
15441         * modules/readutmp: Depend on module free.
15442         * modules/strtok_r: Depend on module restrict.
15443
15444 2006-01-10  Bruno Haible  <bruno@clisp.org>
15445
15446         * modules/gettext (configure.ac): Add an invocation of
15447         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15448
15449 2006-01-10  Bruno Haible  <bruno@clisp.org>
15450
15451         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15452         Reported by Werner Lemberg <wl@gnu.org>.
15453
15454 2006-01-10  Bruno Haible  <bruno@clisp.org>
15455
15456         * lib/localcharset.c: Update from GNU gettext.
15457
15458 2006-01-10  Bruno Haible  <bruno@clisp.org>
15459
15460         * lib/argp.h (__const): Remove macro. Use const instead.
15461         * lib/argp-fmtstream.h (__const): Likewise.
15462         * lib/glob_.h (__const): Remove macro.
15463         * lib/glob-libc.h: Use const instead of __const.
15464
15465 2006-01-10  Bruno Haible  <bruno@clisp.org>
15466
15467         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15468         variable.
15469         Needed to avoid an automake error regarding the 'gettext' module.
15470
15471 2006-01-09  Simon Josefsson  <jas@extundo.com>
15472
15473         * modules/inet_ntop (Depends-on): Add restrict.
15474
15475 2006-01-09  Simon Josefsson  <jas@extundo.com>
15476
15477         * modules/gc-rijndael-tests (License): Put under LGPL.
15478
15479         * modules/gc-des-tests (License): Likewise.
15480
15481         * modules/gc-arcfour-tests (License): Likewise.
15482
15483         * modules/gc-arctwo-tests (License): Likewise.
15484
15485         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15486
15487         * modules/gc-hmac-sha1-tests (Files): Likewise.
15488
15489         * modules/gc-hmac-md5-tests (License): Likewise.
15490
15491         * modules/gc-sha1-tests (License): Likewise.
15492
15493         * modules/gc-md5-tests (License): Likewise.
15494
15495         * modules/gc-md4-tests (License): Likewise.
15496
15497         * modules/gc-md2-tests (License): Likewise.
15498
15499         * modules/gc-tests (License): Likewise.
15500
15501         * modules/des-tests (License): Likewise.
15502
15503         * modules/md4-tests (License): Likewise.
15504
15505         * modules/md2-tests (License): Likewise.
15506
15507 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15508
15509         Sync from coreutils:
15510
15511         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15512         * modules/lib-ignore: New file.
15513         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15514         chdir-safer.m4, lchmod.m4.
15515         * modules/openat: Add mkdirat.c, openat-priv.h.
15516
15517 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15518
15519         Sync from coreutils.
15520         * m4/lib-ignore.m4: New file.
15521         * m4/lchmod.m4: New file.
15522
15523 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15524
15525         Sync from coreutils.
15526         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15527         for write access: POSIX says that must fail.
15528         * lib/fts.c (diropen): Likewise.
15529         * lib/save-cwd.c (save_cwd): Likewise.
15530         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15531         well, for minor improvements on hosts that lack O_DIRECTORY.
15532         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15533         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15534         Fall back on chown if open failed with EACCES.
15535
15536         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15537         Report an error at compile-time if only a 1-second nominal clock
15538         resolution is found.
15539
15540         * lib/lchmod.h: New file.
15541         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15542         (make_dir_parents): Use lchown rather than chown, and
15543         lchmod rather than chmod.
15544
15545         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15546         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15547         "proc" reported by n0dalus.
15548
15549         * lib/mountlist.c: Include <limits.h>.
15550         (dev_from_mount_options)
15551         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15552         New function.  It no longer assumes "dev=" has the System V meaning
15553         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15554         (read_file_system_list)
15555         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15556         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15557         dev= in that case.
15558
15559         * lib/posixtm.h (PDS_PRE_2000): New macro.
15560         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15561         allow_century.  All usages changed.  Reject dates outside the range
15562         1969-1999 if PDS_PRE_2000 is used.
15563
15564 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15565
15566         Sync from coreutils.
15567         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15568         (Time of day items): Mention the possibility of leap seconds.
15569         Problem reported by Dr. David Alan Gilbert.
15570
15571 2006-01-09  Jim Meyering  <jim@meyering.net>
15572
15573         Sync from coreutils.
15574
15575         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15576
15577         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15578
15579         * lib/modechange.c (mode_compile): Reject an invalid mode string
15580         that starts with an octal digit.  From Andreas Gruenbacher.
15581
15582         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15583         and dup to open_safer and dup_safer, respectively.
15584         (openat_permissive): Fix typo in comment.
15585
15586         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15587         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15588         (_): Remove; no longer needed.
15589         (openat): Renamed from rpl_openat; no need for rpl_openat
15590         since openat.h renames openat for us.
15591         Replace most of the body with a call to openat_permissive,
15592         to avoid duplicate code.
15593         Port to (probably hypothetical) environments were mode_t is
15594         wider than int.
15595         (openat_permissive): Require mode arg, so that we can check
15596         types better.  Put it just after flags.  Change cwd failure
15597         indicator from pointer-to-bool to pointer-to-errno-value.
15598         All callers changed.
15599         Invoke openat_save_fail and/or openat_restore_fail if
15600         cwd_errno is null, so that openat can call us.
15601         (openat_permissive, fdopendir, fstatat, unlinkat):
15602         Simplify errno handling to avoid some duplicate code,
15603         as it's OK to set errno on success.
15604         * lib/openat.h: Revamp code so that function macros depend on
15605         __OPENAT_PREFIX only, not also on AT_FDCWD.
15606         (openat_ro): Remove.  Caller changed to use openat_permissive.
15607         (openat_permissive): Now a macro, if not a function.
15608         (openat_restore_fail, openat_save_fail): Now always functions,
15609         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15610
15611         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15612         and openat.c.
15613         * lib/mkdirat.c: Include openat-priv.h.
15614         Remove definitions of macros defined therein.
15615         * lib/openat.c: Likewise.
15616
15617         * lib/mkdirat.c (mkdirat): New file and function.
15618         * lib/openat.h (mkdirat): Declare.
15619
15620         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15621
15622         * lib/openat.h (openat_permissive): Declare.
15623         (openat_ro): Define.
15624
15625         * lib/openat.c (EXPECTED_ERRNO): New macro.
15626         (openat_permissive): New function -- used in remove.c rewrite.
15627         (all functions): Set errno just before returning, only if there
15628         was an actual failure.
15629         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15630
15631         Emulate openat-family functions using Linux's procfs, if possible.
15632         Idea and some code based on Ulrich Drepper's glibc changes.
15633
15634         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15635         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15636         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15637         before falling back on save_cwd and restore_cwd.
15638         (fdopendir, fstatat, unlinkat): Likewise.
15639
15640         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15641         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15642
15643         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15644         as second argument to va_arg.  Otherwise, some versions of gcc
15645         warn that `if this code is reached, the program will abort'.
15646
15647 2006-01-09  Jim Meyering  <jim@meyering.net>
15648
15649         Sync from coreutils.
15650         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15651         Require openat-priv.h.
15652
15653 2006-01-09  Bruno Haible  <bruno@clisp.org>
15654
15655         * modules/strnlen (Include): Use strnlen.h.
15656
15657 2006-01-09  Bruno Haible  <bruno@clisp.org>
15658
15659         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15660
15661 2006-01-09  Bruno Haible  <bruno@clisp.org>
15662
15663         * lib/sysexit_.h (EX_OK): New macro.
15664         Suggested by Martin Lambers <marlam@marlam.de>.
15665
15666 2006-01-09  Bruno Haible  <bruno@clisp.org>
15667
15668         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15669         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15670
15671 2006-01-09  Bruno Haible  <bruno@clisp.org>
15672
15673         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15674         numbers.
15675
15676 2006-01-09  Bruno Haible  <bruno@clisp.org>
15677
15678         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15679         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15680         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15681         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15682
15683 2006-01-09  Bruno Haible  <bruno@clisp.org>
15684
15685         * build-aux/javacomp.sh.in: New file, moved from lib/.
15686         * modules/javacomp-script (Files): Update.
15687         (configure.ac): Add AC_CONFIG_FILES invocation.
15688         (EXTRA_DIST): Remove variable.
15689
15690         * build-aux/javaexec.sh.in: New file, moved from lib/.
15691         * modules/javaexec (Files): Update.
15692         (configure.ac): Add AC_CONFIG_FILES invocation.
15693         (EXTRA_DIST): Remove javaexec.sh.in.
15694
15695         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15696         * modules/csharpcomp-script (Files): Update.
15697         (configure.ac): Add AC_CONFIG_FILES invocation.
15698         (EXTRA_DIST): Remove variable.
15699
15700         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15701         * modules/csharpexec (Files): Update.
15702         (configure.ac): Add AC_CONFIG_FILES invocation.
15703         (EXTRA_DIST): Remove csharpexec.sh.in.
15704
15705 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15706
15707         Sync from coreutils.
15708
15709         Add POSIX ACL support
15710         * lib/acl.h (copy_acl, set_acl): Add declarations.
15711         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15712         systems other than Linux.
15713         (chmod_or_fchmod): New function: use fchmod when possible,
15714         and chmod otherwise.
15715         (file_has_acl): Add a POSIX ACL implementation, with a
15716         Linux-specific subcase.
15717         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15718         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15719         acls are unsupported.
15720         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15721         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15722         are unsupported.
15723
15724 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15725
15726         Sync from coreutils.
15727         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15728
15729 2006-01-07  Bruno Haible  <bruno@clisp.org>
15730
15731         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15732         gl_EARLY.
15733
15734 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15735
15736         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15737         Problem reported for Mingw by Mark Junker.
15738
15739 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15740
15741         * README: Gnulib normally doesn't generate a tarball.
15742
15743 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15744
15745         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15746         long int, not int, for nanosecond counts, so that people who are
15747         used to POSIX struct timespec won't be surprised.  Reported by Jim
15748         Meyering.
15749
15750 2005-12-28  Bruno Haible  <bruno@clisp.org>
15751
15752         * build-aux/config.rpath: Update from GNU gettext.
15753
15754 2005-12-16  Jim Meyering  <jim@meyering.net>
15755
15756         * modules/fprintftime: New module.
15757         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15758
15759 2005-12-16  Jim Meyering  <jim@meyering.net>
15760
15761         * m4/fprintftime.m4: New file.
15762
15763 2005-12-16  Jim Meyering  <jim@meyering.net>
15764
15765         * lib/fprintftime.c, lib/fprintftime.h: New files.
15766
15767 2005-12-15  Simon Josefsson  <jas@extundo.com>
15768
15769         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15770         new m4/socklen.m4.
15771
15772 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15773
15774         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15775         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15776
15777 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15778
15779         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15780         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15781         struct uparams is valid. Fall back to the default values if it is
15782         not.
15783
15784 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15785
15786         * modules/argp (Files): Add argp-pin.c
15787         (Depends-on): dirname
15788         (lib_SOURCES): Add argp-pin.c
15789
15790 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15791
15792         * m4/argp.m4:  Check if program_invocation_name and
15793         program_invocation_short_name are declared and define appropriate
15794         macros if they are not.
15795
15796 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15797
15798         * lib/argp-help.c (__argp_base_name): New function
15799         (__argp_short_program_name): Rewrite using __argp_base_name
15800         * lib/argp-namefrob.h: Define program_invocation_name and
15801         program_invocation_short_name if requested
15802         (__argp_base_name): Add prototype
15803         * lib/argp-parse.c (argp_def): Use gettext wrappers
15804         (argp_default_parser): Use __argp_base_name
15805         * lib/argp-pin.c: New file. Defines program_invocation_name and
15806         program_invocation_short_name on systems that lack them.
15807
15808 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15809
15810         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15811         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15812         porting problem reported by Georg Schwarz in
15813         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15814
15815 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15816
15817         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15818         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15819         porting problem reported by Georg Schwarz in
15820         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15821
15822 2005-12-05  Bruno Haible  <bruno@clisp.org>
15823
15824         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15825         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15826         Reported by Mark Junker <mjscod@gmx.de>.
15827
15828 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15829
15830         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15831         Use implementation from Albert Chin, with some
15832         comments/corrections by Stepan Kasal and myself.
15833
15834 2005-12-02  Bruno Haible  <bruno@clisp.org>
15835
15836         * gnulib-tool (func_import): Accept GPLed build tool modules when
15837         --lgpl is given.
15838         * modules/csharpcomp-script: New file.
15839         * modules/csharpcomp: Depend on it.
15840         * modules/javacomp-script: New file.
15841         * modules/javacomp: Depend on it.
15842         Suggested by Simon Josefsson.
15843
15844 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15845
15846         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15847         statement, to work around an HP-UX 10.20 compiler bug reported by
15848         Peter O'Gorman.
15849
15850 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15851
15852         * modules/savedir (Depends-on): Add openat.
15853
15854 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15855
15856         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15857         (uintmax_t) [defined uintmax_t]: Do not declare.
15858         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15859         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15860         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15861         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15862         sake of portability to weird hosts that C allows (though we don't
15863         know of any practical examples).
15864
15865         * lib/savedir.h (fdsavedir): New decl.
15866         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15867         contains most of the former guts of savedir.
15868         (savedir): Use savedirstream.
15869         Include "openat.h".
15870
15871 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15872
15873         * modules/obstack (Files): Add m4/ulonglong.m4.
15874         Problem reported by Davide Angelocola.
15875
15876 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15877
15878         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15879         coreutils no longer futzes with rounding modes.
15880
15881 2005-11-14  Jim Meyering  <jim@meyering.net>
15882
15883         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15884         replacement of mkstemp.
15885
15886 2005-11-10  Simon Josefsson  <jas@extundo.com>
15887
15888         * lib/readline.c: Remove EOL.
15889
15890 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15891
15892         * modules/gethrxtime (Depends-on): Add gettime.
15893
15894 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15895
15896         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15897         or gettimeofday; no longer needed.
15898
15899 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15900
15901         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15902         time business.
15903         (gethrxtime) [! (HAVE_NANOUPTIME
15904         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15905         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15906         our own approximation.
15907
15908 2005-11-08  Eric Blake  <ebb9@byu.net>
15909
15910         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15911
15912 2005-11-08  Eric Blake  <ebb9@byu.net>
15913
15914         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
15915
15916 2005-11-04  Bruno Haible  <bruno@clisp.org>
15917
15918         * gnulib-tool: Implement --update mode.
15919
15920 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         Fix porting problem reported by Theodoros V. Kalamatianos.
15923         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
15924         Don't assume that futimes failing means we must fail.
15925
15926 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15927
15928         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
15929         variables to suggest the intended function of the PATH_MAX check.
15930
15931 2005-10-30  Kean Johnston  <jkj@sco.com>
15932
15933         Trivial changes to support SCO systems.
15934         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
15935         as PATH_MAX.
15936         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
15937         where __ptr is null when no I/O is pending.
15938
15939 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15940
15941         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
15942         leave errno alone.  Problem reported by Dmitry V. Levin.
15943
15944 2005-10-28  Simon Josefsson  <jas@extundo.com>
15945
15946         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
15947         Test more.
15948
15949         * tests/test-gc-md2.c, tests/test-md2.c: New files.
15950
15951         * modules/md2, modules/md2-tests: New files.
15952
15953 2005-10-28  Simon Josefsson  <jas@extundo.com>
15954
15955         * m4/inet_ntop.m4: More tests.
15956
15957         * m4/gc-md2.m4, md2.m4: New file.
15958
15959 2005-10-28  Simon Josefsson  <jas@extundo.com>
15960
15961         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
15962         "restrict" keywords, as per POSIX.  Protect the function
15963         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
15964         Don't use K&R prototypes.  Check the sprintf return values.
15965         Re-define EAFNOSUPPORT if not present.  Indent.
15966
15967         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
15968         suggested by Bruno Haible <bruno@clisp.org>.
15969
15970         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
15971
15972         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
15973
15974         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
15975         libgcrypt).
15976
15977         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
15978
15979         * lib/md2.h, lib/md2.c: New files.
15980
15981 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
15982
15983         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
15984         errno alone.  Problem reported by Frederic Jolliton.
15985
15986 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15987
15988         * modules/verify (License): Change from GPL to LGPL.  This is a
15989         tiny module and there are apparently near-equivalents that are
15990         under the BSD license.
15991
15992 2005-10-24  Simon Josefsson  <jas@extundo.com>
15993
15994         * modules/sha1: Relicense to LGPL.
15995
15996 2005-10-24  Simon Josefsson  <jas@extundo.com>
15997
15998         * lib/md4.h: Shrink buffer size, now that we changed the type.
15999
16000 2005-10-23  Simon Josefsson  <jas@extundo.com>
16001
16002         * gnulib-tool (func_import): Fix --tests-base.
16003
16004 2005-10-22  Simon Josefsson  <jas@extundo.com>
16005
16006         * modules/arcfour (Depends-on): Need stdint.
16007
16008 2005-10-22  Simon Josefsson  <jas@extundo.com>
16009
16010         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16011         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16012
16013 2005-10-22  Simon Josefsson  <jas@extundo.com>
16014
16015         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16016         suggested by Bruno Haible <bruno@clisp.org>.
16017
16018 2005-10-22  Simon Josefsson  <jas@extundo.com>
16019
16020         * lib/crc.h: Include stddef.h, for size_t.
16021
16022 2005-10-22  Simon Josefsson  <jas@extundo.com>
16023
16024         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16025         arcfour_context struct (simplify test vector testing in GNU
16026         Shishi).
16027
16028 2005-10-21  Simon Josefsson  <jas@extundo.com>
16029
16030         * modules/des, modules/des-tests: New files.
16031
16032         * modules/gc-des, modules/gc-des-tests: New files.
16033
16034         * tests/test-des.c, tests/test-gc-des.c: New file.
16035
16036 2005-10-21  Simon Josefsson  <jas@extundo.com>
16037
16038         * modules/arctwo, modules/arctwo-tests: New files.
16039
16040         * tests/test-arctwo.c: New file.
16041
16042         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16043
16044         * tests/test-gc-arctwo.c: New file.
16045
16046 2005-10-21  Simon Josefsson  <jas@extundo.com>
16047
16048         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16049         Bruno Haible <bruno@clisp.org>.
16050
16051         * m4/gc-des.m4: New file.
16052
16053 2005-10-21  Simon Josefsson  <jas@extundo.com>
16054
16055         * m4/arctwo.m4: New file.
16056
16057         * m4/gc-arctwo.m4: New file.
16058
16059 2005-10-21  Simon Josefsson  <jas@extundo.com>
16060
16061         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16062         block.
16063
16064 2005-10-21  Simon Josefsson  <jas@extundo.com>
16065
16066         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16067         <bruno@clisp.org>.
16068
16069         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16070
16071         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16072         Bruno Haible <bruno@clisp.org>.
16073
16074         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16075         <bruno@clisp.org>.
16076
16077 2005-10-21  Simon Josefsson  <jas@extundo.com>
16078
16079         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16080
16081 2005-10-21  Simon Josefsson  <jas@extundo.com>
16082
16083         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16084
16085 2005-10-21  Simon Josefsson  <jas@extundo.com>
16086
16087         * lib/des.h, lib/des.c: New files.
16088
16089         * lib/gc-gnulib.c: Support DES.c
16090
16091 2005-10-21  Simon Josefsson  <jas@extundo.com>
16092
16093         * lib/arctwo.h, lib/arctwo.c: New files.
16094
16095         * lib/gc-gnulib.c: Support ARCTWO.
16096
16097 2005-10-21  Simon Josefsson  <jas@extundo.com>
16098
16099         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16100         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16101
16102 2005-10-21  Simon Josefsson  <jas@extundo.com>
16103
16104         * gnulib-tool (func_import, func_create_testdir): Define automake
16105         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16106         Makefile.am snippet),
16107         suggested by Bruno Haible <bruno@clisp.org>.
16108
16109         * modules/gc (Makefile.am): Use it.
16110
16111 2005-10-21  Bruno Haible  <bruno@clisp.org>
16112
16113         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16114         patch.
16115
16116 2005-10-19  Simon Josefsson  <jas@extundo.com>
16117
16118         * tests/test-gc-rijndael.c: New file.
16119
16120         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16121
16122 2005-10-19  Simon Josefsson  <jas@extundo.com>
16123
16124         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16125         interface too.
16126
16127 2005-10-19  Simon Josefsson  <jas@extundo.com>
16128
16129         * tests/test-gc-arcfour.c: New file.
16130
16131         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16132
16133 2005-10-19  Simon Josefsson  <jas@extundo.com>
16134
16135         * modules/gc-md4, modules/gc-md4-tests: New file.
16136
16137         * tests/test-gc-md4.c: New file.
16138
16139 2005-10-19  Simon Josefsson  <jas@extundo.com>
16140
16141         * m4/gc-md4.m4: New file.
16142
16143 2005-10-19  Simon Josefsson  <jas@extundo.com>
16144
16145         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16146         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16147         <kasal@ucw.cz>.
16148
16149 2005-10-19  Simon Josefsson  <jas@extundo.com>
16150
16151         * m4/gc-arcfour.m4: New file.
16152
16153         * m4/gc-rijndael.m4: New file.
16154
16155 2005-10-19  Simon Josefsson  <jas@extundo.com>
16156
16157         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16158
16159 2005-10-19  Simon Josefsson  <jas@extundo.com>
16160
16161         * lib/gc-gnulib.c: Support ARCFOUR.
16162
16163 2005-10-19  Simon Josefsson  <jas@extundo.com>
16164
16165         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16166         support.
16167
16168         * lib/gc.h: Add ECB enum type.
16169
16170         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16171
16172 2005-10-18  Simon Josefsson  <jas@extundo.com>
16173
16174         * tests/test-md5.c: New file.
16175
16176         * modules/md5-tests: New file.
16177
16178 2005-10-18  Simon Josefsson  <jas@extundo.com>
16179
16180         * tests/test-md4.c: New file.
16181
16182         * modules/md4, modules/md4-tests: New files.
16183
16184 2005-10-18  Simon Josefsson  <jas@extundo.com>
16185
16186         * m4/md4.m4: New file.
16187
16188 2005-10-18  Simon Josefsson  <jas@extundo.com>
16189
16190         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16191
16192 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16193
16194         * gnulib-tool (func_create_testdir): Omit the second check whether
16195         BUILT_SOURCES in nonempty.
16196
16197 2005-10-17  Simon Josefsson  <jas@extundo.com>
16198
16199         * tests/test-rijndael.c: New file.
16200
16201 2005-10-17  Simon Josefsson  <jas@extundo.com>
16202
16203         * modules/sha1: Depend on stdint instead of md5.
16204
16205         * modules/md5: Depend on stdint, remove uint32_t.
16206
16207 2005-10-17  Simon Josefsson  <jas@extundo.com>
16208
16209         * modules/gc-sha1-tests: New file.
16210
16211         * tests/test-gc-sha1.c: New file.
16212
16213 2005-10-17  Simon Josefsson  <jas@extundo.com>
16214
16215         * m4/md5.m4: Remove call to uint32_t.m4.
16216
16217 2005-10-17  Simon Josefsson  <jas@extundo.com>
16218
16219         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16220
16221         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16222         md5.h.
16223
16224         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16225
16226         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16227
16228 2005-10-17  Simon Josefsson  <jas@extundo.com>
16229
16230         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16231
16232 2005-10-17  Simon Josefsson  <jas@extundo.com>
16233
16234         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16235
16236 2005-10-17  Simon Josefsson  <jas@extundo.com>
16237
16238         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16239
16240         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16241
16242 2005-10-17  Bruno Haible  <bruno@clisp.org>
16243
16244         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16245         that it can also be used in a test.
16246
16247 2005-10-16  Bruno Haible  <bruno@clisp.org>
16248
16249         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16250         TESTS_ENVIRONMENT, so that individual tests can augment it.
16251
16252         * gnulib-tool (func_create_testdir): Use an intermediate target for
16253         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16254         macros, like $(ALLOCA_H), which cannot be passed through the command
16255         line.
16256
16257 2005-10-15  Simon Josefsson  <jas@extundo.com>
16258
16259         * modules/rijndael-tests: New file.
16260
16261         * modules/rijndael: New file.
16262
16263 2005-10-15  Simon Josefsson  <jas@extundo.com>
16264
16265         * m4/rijndael.m4: New file.
16266
16267 2005-10-15  Simon Josefsson  <jas@extundo.com>
16268
16269         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16270
16271         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16272
16273 2005-10-14  Simon Josefsson  <jas@extundo.com>
16274
16275         * tests/test-arcfour.c: New file.
16276
16277         * modules/arcfour, modules/arcfour-tests: New files.
16278
16279 2005-10-14  Simon Josefsson  <jas@extundo.com>
16280
16281         * m4/arcfour.m4: New file.
16282
16283 2005-10-14  Simon Josefsson  <jas@extundo.com>
16284
16285         * lib/arcfour.h, lib/arcfour.c: New files.
16286
16287 2005-10-14  Roland McGrath  <roland@redhat.com>
16288
16289         Import from libc.  [BZ #1331]
16290         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16291         macro argument.
16292         Reported by Matej Vela <vela@debian.org>.
16293
16294 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16295
16296         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16297         include <wchar.h>; no longer needed.
16298
16299 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16300
16301         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16302
16303 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16304         and  Ulrich Drepper  <drepper@redhat.com>
16305
16306         Import from libc.
16307         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16308         instead of inline stream orientation test and two separate
16309         function calls.  Pay no attention to USE_IN_LIBIO.
16310
16311 2005-10-13  Simon Josefsson  <jas@extundo.com>
16312
16313         * modules/gc-hmac-md5-tests: New file.
16314
16315         * tests/test-gc-hmac-sha1.c: New file.
16316
16317         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16318
16319         * modules/gc-hmac-md5-tests: New file.
16320
16321         * tests/test-gc-md5.c: New file.
16322
16323         * modules/gc-md5-tests: New file.
16324
16325 2005-10-13  Simon Josefsson  <jas@extundo.com>
16326
16327         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16328         Move memory allocation outside of loop.
16329
16330 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16333         intermediate directory is in a read-only file system.  Problem
16334         reported by Eric Blake.
16335
16336 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16337
16338         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16339
16340 2005-10-12  Simon Josefsson  <jas@extundo.com>
16341
16342         * tests/test-hmac-sha1.c: New file.
16343
16344         * modules/hmac-sha1-tests: New file.
16345
16346         * modules/hmac-sha1: New file.
16347
16348 2005-10-12  Simon Josefsson  <jas@extundo.com>
16349
16350         * modules/gc-sha1: New file.
16351
16352 2005-10-12  Simon Josefsson  <jas@extundo.com>
16353
16354         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16355
16356         * tests/test-gc-pbkdf2-sha1.c: New file.
16357
16358 2005-10-12  Simon Josefsson  <jas@extundo.com>
16359
16360         * modules/gc-md5, modules/gc-hmac-md5: New files.
16361
16362         * modules/gc (Files): Remove md5, memxor and hmac files.
16363
16364 2005-10-12  Simon Josefsson  <jas@extundo.com>
16365
16366         * m4/gc-pbkdf2-sha1.m4: New file.
16367
16368         * m4/gc-hmac-sha1.m4: New file.
16369
16370         * m4/gc-sha1: New file.
16371
16372         * m4/hmac-sha1.m4: New file.
16373
16374 2005-10-12  Simon Josefsson  <jas@extundo.com>
16375
16376         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16377
16378         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16379
16380 2005-10-12  Simon Josefsson  <jas@extundo.com>
16381
16382         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16383         suggested by Bruno Haible <bruno@clisp.org>.
16384
16385 2005-10-12  Simon Josefsson  <jas@extundo.com>
16386
16387         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16388
16389 2005-10-12  Simon Josefsson  <jas@extundo.com>
16390
16391         * lib/gc-pbkdf2-sha1.c: New file.
16392
16393         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16394
16395 2005-10-12  Simon Josefsson  <jas@extundo.com>
16396
16397         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16398
16399         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16400
16401 2005-10-12  Simon Josefsson  <jas@extundo.com>
16402
16403         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16404         GC_USE_HMAC_MD5, respectively.
16405
16406         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16407         (gc_md5): Fix typo.
16408
16409         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16410
16411         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16412
16413         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16414
16415 2005-10-12  Bruno Haible  <bruno@clisp.org>
16416
16417         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16418         Reported by Stepan Kasal <kasal@ucw.cz>.
16419
16420 2005-10-11  Simon Josefsson  <jas@extundo.com>
16421
16422         * tests/test-crc.c: New file.
16423
16424         * modules/crc, modules/crc-tests: New files.
16425
16426 2005-10-11  Simon Josefsson  <jas@extundo.com>
16427
16428         * m4/crc.m4: New file.
16429
16430 2005-10-11  Simon Josefsson  <jas@extundo.com>
16431
16432         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16433
16434         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16435
16436         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16437
16438 2005-10-11  Simon Josefsson  <jas@extundo.com>
16439
16440         * lib/crc.h, lib/crc.c: New files.
16441
16442         * lib/gc.h (gc_hash_buffer): Add doc.
16443
16444 2005-10-11  Bruno Haible  <bruno@clisp.org>
16445
16446         * modules/c-strcasestr: New file.
16447         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16448
16449 2005-10-11  Bruno Haible  <bruno@clisp.org>
16450
16451         * modules/c-strcase: New file.
16452         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16453
16454 2005-10-11  Bruno Haible  <bruno@clisp.org>
16455
16456         * lib/strcasecmp.c: Include limits.h.
16457         (strcasecmp): Avoid integer overflow on exotic platforms.
16458         * lib/strncasecmp.c: Include limits.h.
16459         (strncasecmp): Avoid integer overflow on exotic platforms.
16460         Reported by Paul Eggert.
16461
16462 2005-10-11  Bruno Haible  <bruno@clisp.org>
16463
16464         * lib/c-strcasestr.h: New file, from GNU gettext.
16465         * lib/c-strcasestr.c: New file, from GNU gettext.
16466
16467 2005-10-11  Bruno Haible  <bruno@clisp.org>
16468
16469         * lib/c-strcase.h: New file, from GNU gettext.
16470         * lib/c-strcasecmp.c: New file, from GNU gettext.
16471         * lib/c-strncasecmp.c: New file, from GNU gettext.
16472
16473 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16474
16475         * modules/mempcpy (License): GPL -> LGPL.
16476         * modules/strchrnul (License): Likewise.
16477         * modules/sysexits (License): Likewise.
16478
16479 2005-10-08  Simon Josefsson  <jas@extundo.com>
16480
16481         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16482
16483 2005-10-07  Simon Josefsson  <jas@extundo.com>
16484
16485         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16486
16487 2005-10-06  Simon Josefsson  <jas@extundo.com>
16488
16489         * tests/test-hmac-md5.c: New file.
16490
16491         * modules/hmac-md5-tests: New file.
16492
16493         * modules/hmac-md5: New file.
16494
16495 2005-10-06  Simon Josefsson  <jas@extundo.com>
16496
16497         * m4/hmac-md5.m4: New file.
16498
16499         * m4/memxor.m4: Require gl_C_RESTRICT.
16500
16501 2005-10-06  Simon Josefsson  <jas@extundo.com>
16502
16503         * lib/memxor.c (memxor): Avoid casts and warnings.
16504
16505 2005-10-06  Simon Josefsson  <jas@extundo.com>
16506
16507         * lib/hmac-md5.c: New file.
16508
16509         * lib/hmac.h: New file.
16510
16511 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16512
16513         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16514         promotes to int, not unsigned int, to catch the AIX 5.3
16515         compiler bug.
16516
16517 2005-10-05  Simon Josefsson  <jas@extundo.com>
16518
16519         * modules/memxor: New file.
16520
16521         * modules/iconv (Files): Move config.rpath to havelib, it is used
16522         there.
16523
16524         * modules/havelib (Files): Add config.rpath.
16525
16526 2005-10-05  Simon Josefsson  <jas@extundo.com>
16527
16528         * m4/memxor.m4: New file.
16529
16530 2005-10-05  Simon Josefsson  <jas@extundo.com>
16531
16532         * lib/memxor.c (memxor): Fix compiler error.
16533
16534         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16535         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16536
16537         * lib/memxor.h, lib/memxor.c: New files.
16538
16539         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16540         we assume all systems have it, suggested by Jim Meyering
16541         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16542         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16543         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16544         same reasons.
16545
16546 2005-10-05  Simon Josefsson  <jas@extundo.com>
16547
16548         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16549
16550 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16551
16552         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16553         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16554         needed, since the source code now assumes these .h files.
16555
16556 2005-10-05  Derek Price  <derek@ximbiot.com>
16557
16558         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16559
16560 2005-10-05  Bruno Haible  <bruno@clisp.org>
16561
16562         * modules/stdint (License): Change to LGPL.
16563
16564 2005-10-04  Simon Josefsson  <jas@extundo.com>
16565
16566         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16567         D. Baushke" <mdb@gnu.org>.
16568
16569 2005-10-04  Bruno Haible  <bruno@clisp.org>
16570
16571         * lib/verify.h (verify_true): Provide alternative definition for C++.
16572
16573 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16574
16575         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16576         (SSIZE_MAX): New macro, if not already defined.
16577         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16578         than 2 GiB.
16579
16580 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16581
16582         Sync from coreutils.
16583         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16584         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16585         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16586         ULLONG_MAX doesn't work with 2.7.2.1.
16587
16588 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16589
16590         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16591         From Ben Pfaff.
16592
16593         * modules/exclude (Depends-on): Depend on verify.
16594         * modules/strtoimax (Depends-on): Likewise.
16595         * modules/utimecmp (Depends-on): Likewise.
16596
16597 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16598
16599         * lib/exclude.c: Include verify.h.
16600         (verify): Remove.  All callers changed to use verify.h's version.
16601         * lib/strtoimax.c: Likewise.
16602         * lib/utimecmp.c: Likewis.e
16603
16604         Sync from coreutils.
16605         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16606         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16607         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16608         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16609         bother returning ENOSYS if settimeofday or stime fails; just let
16610         them return whatever errno they want to return.
16611         * lib/utimens.c: Include unistd.h, for dup2.
16612         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16613         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16614
16615 2005-10-02  Jim Meyering  <jim@meyering.net>
16616
16617         Sync from coreutils.
16618         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16619         from glibc-2.2.5 that fails for read-only files.
16620
16621 2005-10-02  Jim Meyering  <jim@meyering.net>
16622
16623         Sync from coreutils.
16624         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16625         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16626         `#if HAVE_CONFIG_H'.
16627         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16628         Remove AT_FDCWD test.
16629         Do not consume the fd unless successful.
16630         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16631         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16632         block, so that we don't even try to compile it if settimeofday is
16633         available.  This works around a compilation failure on OSF1 V5.1,
16634         due to stime requiring a `long int*' while tv_sec is `int'.
16635
16636 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16637
16638         Sync from coreutils.
16639         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16640         against `yes', rather than just testing for nonempty.
16641
16642 2005-10-01  Simon Josefsson  <jas@extundo.com>
16643
16644         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16645         and Darwin.
16646
16647         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16648         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16649         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16650         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16651         Check if struct addrinfo is declared.
16652
16653 2005-10-01  Simon Josefsson  <jas@extundo.com>
16654
16655         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16656         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16657         AI_* and EAI_* definitions.  Protect function declarations.
16658
16659 2005-10-01  Jim Meyering  <jim@meyering.net>
16660
16661         Sync from coreutils.
16662
16663         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16664         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16665         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16666         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16667         in the inet and nsl libraries.  Required on Solaris 5.7.
16668
16669 2005-10-01  Jim Meyering  <jim@meyering.net>
16670
16671         Sync from coreutils.
16672         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16673         in the inet and nsl libraries.  Required on Solaris 5.7.
16674
16675 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16676
16677         * lib/getdelim.c (getdelim): Remove unused variables.
16678
16679 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16680
16681         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16682         so that the code works even with ancient cpp.  Portability problem
16683         with GCC 2.7.2.1 reported by Thomas M.Ott.
16684
16685 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16686
16687         * modules/regex (Depends-on): Add strcase.
16688
16689         * modules/gethostname (Licence): Change from GPL to LGPL, since
16690         gethostname.c is a trivial implementation of a standard library
16691         function.
16692         * modules/poll (License): Change from GPL to LGPL, since it's
16693         derived from LGPL code.
16694
16695 2005-09-27  Jim Meyering  <jim@meyering.net>
16696
16697         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16698         HAVE_CONFIG_H.
16699
16700         * lib/intprops.h (signed_type_or_expr__): Define.
16701         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16702         for unsigned types.
16703
16704 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16705
16706         * lib/verify.h (verify_expr): Remove, replacing with:
16707         (verify_true): New macro that returns true instead of void.
16708         (verify_type__): Remove.
16709         (verify): Use verify_true rather than verify_type__.
16710
16711 2005-09-26  Bruno Haible  <bruno@clisp.org>
16712
16713         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16714         is necessary.
16715         (lib_SOURCES): Remove mbchar.c.
16716         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16717         (Files): Add m4/mbrtowc.m4.
16718         * modules/mbiter: Likewise.
16719         * modules/mbuiter: Likewise.
16720
16721 2005-09-26  Bruno Haible  <bruno@clisp.org>
16722
16723         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16724         compile mbchar.c if they are not both present.
16725         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16726         * m4/mbiter.m4 (gl_MBITER): Likewise.
16727         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16728         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16729         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16730
16731 2005-09-25  Jim Meyering  <jim@meyering.net>
16732
16733         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16734         also uses socklen_t.
16735
16736 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         * lib/utimens.c (ENOSYS): Define if not already defined.
16739         (futimens): Support having a null PATH if the file descriptor
16740         is nonnegative.
16741
16742         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16743         Remove.
16744         (__attribute): Define to empty unless GCC 3.1 or later.
16745         This works around a core dump on OpenBSD 3.4, which has GCC
16746         2.95.3, which dumps core when given __attribute__(()).  It also
16747         simplifies other tests, since we really don't want to bother with
16748         worrying about which ancient version of GCC supported what.
16749         Original problem reported by Yoann Vandoorselaere, with part of
16750         the fix suggested by Derek Price.
16751
16752 2005-09-24  Jim Meyering  <jim@meyering.net>
16753
16754         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16755         so we can once again use a positive bitfield width of 1 -- now we
16756         don't have to explain why we were using a bitfield width of 2.
16757
16758 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16759
16760         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16761         and similarly for the other external symbols.  Problem reported
16762         by James Gallager.
16763
16764         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16765         bug reported by Jim Meyering.
16766
16767         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16768         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16769         not needed, since socklen is a prerequisite module.
16770
16771 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16772
16773         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16774         Problem reported by Eric Blake.
16775         (getaddrinfo): Initialize se so that it's not garbage.
16776         Redo internal storage allocation so that it doesn't make unportable
16777         assumptions about alignment.
16778         Fix a memory leak.
16779
16780         * lib/utimens.c (futimens): Use futimesat if available.
16781         Prefer it to futimes since it doesn't have the futimes bug.
16782
16783         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16784         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16785         Instead, declare a function that returns a pointer to an array,
16786         and use verify_type__ to declare the size of the array.
16787         Problem and germ of a solution reported by Bruno Haible.
16788         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16789         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16790
16791 2005-09-23  Jim Meyering  <jim@meyering.net>
16792
16793         Sync from coreutils.
16794         Correct build failure (socklen_t not defined) on at least
16795         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16796         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16797
16798 2005-09-23  Jim Meyering  <jim@meyering.net>
16799
16800         * modules/getaddrinfo (Depends-on): Add socklen.
16801
16802 2005-09-23  Bruno Haible  <bruno@clisp.org>
16803
16804         * tests/test-verify.c: New file.
16805
16806 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16807
16808         Sync from coreutils.
16809
16810         * modules/argmatch (Depends-on): Add verify.
16811         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16812         unistd-safer.
16813         * modules/save-cwd (Depends-on): Likewise.
16814
16815         * modules/openat (Files): Add lib/openat-die.c.
16816         (Depends-on): Remove error, exitfail.
16817         Add dirname.
16818
16819         * modules/verify: New file.
16820         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16821         with "verify" module.
16822
16823 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16824
16825         Sync from coreutils.
16826
16827         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16828         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16829         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16830         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16831         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16832         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16833         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16834         Don't bother checking for string.h, stdlib.h, unistd.h.
16835         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16836         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16837         module's job.
16838         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16839         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16840
16841         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16842         (gl_GETDATE): Use it.
16843
16844         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16845
16846 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16847
16848         Sync from coreutils.
16849
16850         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16851         stat-time.h.
16852         * lib/argmatch.h: Include verify.h
16853         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16854         (ARGMATCH_ASSERT): Remove; unused.
16855         * lib/canonicalize.c: Assume STDC_HEADERS.
16856         * lib/exclude.c: Include "strcase.h".
16857         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16858         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16859         and stdio-safer.h.
16860         (getusershell): Call fopen, not fopen_safer.
16861         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16862         Do not include unistd-safer.h.
16863         (save_cwd): Don't call fd_safer; no longer needed
16864         now that we include fcntl--.h.
16865
16866         * lib/getdate.y (relative_time): New type.
16867         (RELATIVE_TIME_0): New constant.
16868         (parser_control): Use relative_time instead of doing it ourselves.
16869         (%union): Add new relative_time rel member.
16870         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16871         Now typeless.
16872         (relunit, relunit_snumber): Now of type rel.
16873         (zone, rel, relunit, get_date): Adjust to above changes.
16874
16875         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16876         Do not include unistd-safer.h.
16877         (getloadavg): Don't call fd_safer; no longer needed
16878         now that we include fcntl--.h.
16879
16880         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16881         (make_dir_parents): Treat ENOSYS like EEXIST.
16882
16883         Improve quality of diagnostics on restore_cwd failure.
16884         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16885         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16886         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16887         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16888         each time through the loop.  Do not diagnose restore_cwd failure;
16889         that is the caller's job (and perhaps the caller does not care).
16890
16891         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16892         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16893         If the file already exists but is not a directory, don't bother
16894         to try to make its parents.
16895         Close potential file descriptor leak if we can't chdir("/") (!).
16896         Don't always return true if chdir($PWD) fails; return true only
16897         if the requested action was done successfully (except for the
16898         chdir($PWD)).
16899         Don't log final directory unless we actually made it.
16900         Refactor to avoid duplicate code to fix up permissions.
16901         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16902
16903         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16904         to make it a bit faster and (I hope) clearer.
16905         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16906         Fix bug in formats like %2N.
16907
16908         * lib/verify.h: New file.
16909
16910 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16911
16912         Sync from coreutils.
16913         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
16914
16915 2005-09-22  Jim Meyering  <jim@meyering.net>
16916
16917         Sync from coreutils.
16918
16919         * m4/lstat.m4 (gl_FUNC_LSTAT):
16920         Use AC_LIBSOURCES to require lstat.c and lstat.h.
16921         Remove obsolete comment.
16922         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
16923         * m4/xstrtod.m4: Likewise.
16924
16925         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
16926
16927 2005-09-22  Jim Meyering  <jim@meyering.net>
16928
16929         Sync from coreutils.
16930
16931         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
16932
16933         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
16934         the .tm_year member, since otherwise gcc-4.0 would now warn about
16935         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
16936
16937         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
16938         order to avoid an unsuppressible warning from gcc on 64-bit systems.
16939
16940         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
16941         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
16942         when run in a time zone for which daylight savings time is in effect
16943         for the starting date.
16944
16945         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
16946         stop us from restricting permissions of just-created absolute-named
16947         directories.
16948         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
16949         to restore initial working directory.
16950         * lib/mkdir-p.c (make_dir_parents): New parameter:
16951         different_working_dir, to tell caller if/when we change the working
16952         directory and are unable to return to the initial one.
16953         * lib/mkdir-p.h (make_dir_parents): Update prototype.
16954         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
16955         `return false'.  This fixes a bug introduced on 2004-07-30.
16956
16957         * lib/openat.c (fdopendir): Be sure to close the supplied
16958         file descriptor before returning.  This makes our replacement
16959         implementation a little closer to Solaris's, where fdopendir
16960         ties the file descriptor to the returned DIR* pointer.
16961         * lib/openat.c (unlinkat): New function.
16962         * lib/openat.h (unlinkat): Add prototype.
16963         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
16964         (openat_restore_fail): Rename from openat_restore_die.
16965         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
16966
16967         Provide an alternative to exiting immediately upon save_cwd or
16968         restore_cwd failure.  Now, an application can arrange e.g.,
16969         to perform a longjump in that case.
16970         * lib/openat.c: Include dirname.h.
16971         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
16972         (rpl_openat, fdopendir, fstatat): Call openat_save_die
16973         and openat_restore_die rather than calling error directly.
16974         Don't include "error.h" or "exitfail.h"; they're no longer needed.
16975
16976         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
16977         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
16978         define.
16979
16980         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
16981         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
16982                             int utc, int nanoseconds);
16983         Background:
16984         date should not have to allocate a megabyte of virtual memory to
16985         handle a format argument like +%1048575T.  When implemented with
16986         strftime, it must allocate such a buffer, use strftime to fill it
16987         in, print it, then free it.
16988         With fprintftime, it simply prints everything and exits.
16989         With no need for memory allocation, that's one fewer way to fail.
16990         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
16991         optional field width, not before, so we accept %9:z, not %:9z.
16992         (my_strftime): Be sure to use L_('x') for literals.
16993
16994         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
16995         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
16996         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
16997         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
16998         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
16999         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17000         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17001         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17002         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17003         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17004         * lib/xgethostname.c, lib/xreadlink.c:
17005         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17006
17007         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17008         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17009         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17010         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17011         and don't include <sys/file.h>).
17012
17013 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17014
17015         Sync from coreutils.
17016
17017         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17018         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17019         [!LDAV_DONE]: Avoid unused variable warning.
17020
17021 2005-09-21  Bruno Haible  <bruno@clisp.org>
17022
17023         * lib/unicodeio.h (unicode_to_mb): New declaration.
17024
17025 2005-09-20  Derek Price  <derek@ximbiot.com>
17026
17027         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17028         getaddrinfo.h.
17029
17030 2005-09-20  Bruno Haible  <bruno@clisp.org>
17031
17032         * gnulib-tool: Remove trailing slashes from the values specified for
17033         --source-base, --m4-base, --tests-base, --aux-dir.
17034         Suggested by Simon Josefsson <jas@extundo.com>.
17035
17036 2005-09-20  Bruno Haible  <bruno@clisp.org>
17037
17038         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17039         func_modules_to_filelist, func_import, func_create_testdir): Make all
17040         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17041         change when gnulib-tool is invoked in a different locale.
17042
17043 2005-09-19  Simon Josefsson  <jas@extundo.com>
17044
17045         * m4/socklen.m4: Fix typo.
17046
17047 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17048
17049         Use a consistent style for including <config.h>.
17050         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17051         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17052         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17053         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17054         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17055         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17056         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17057         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17058         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17059         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17060         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17061         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17062         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17063         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17064         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17065         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17066         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17067         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17068         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17069         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17070         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17071         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17072         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17073         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17074         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17075         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17076         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17077         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17078         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17079         lib/xstrtoumax.c, lib/yesno.c:
17080         Standardize inclusion of config.h.
17081         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17082         lib/inttostr.h:  Removed inclusion of config.h from header files.
17083         * lib/inttostr.c:  Adjusted in-tree users.
17084         * lib/timespec.h: Remove superfluous warning to include config.h.
17085         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17086         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17087         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17088         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17089         config.h with HAVE_CONFIG_H.
17090
17091 2005-09-19  Jim Meyering  <jim@meyering.net>
17092
17093         * modules/pathmax (License): Change to LGPL.
17094
17095 2005-09-19  Derek Price  <derek@ximbiot.com>
17096
17097         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17098
17099 2005-09-19  Bruno Haible  <bruno@clisp.org>
17100
17101         * gnulib-tool (import): Provide default for --tests-base.
17102
17103 2005-09-19  Bruno Haible  <bruno@clisp.org>
17104
17105         * doc/quote.texi: New file, extracted from gnulib.texi.
17106         * doc/ctime.texi: New file, extracted from gnulib.texi.
17107         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17108         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17109         * doc/gnulib.texi: Include them.
17110
17111 2005-09-18  Bruno Haible  <bruno@clisp.org>
17112
17113         Portability fix.
17114         * gnulib-tool (func_readlink): New function.
17115         (func_ln_if_changed): Use it.
17116
17117 2005-09-18  Bruno Haible  <bruno@clisp.org>
17118
17119         * gnulib-tool: Support --with-tests also with --import.
17120         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17121         (func_import): Use variables $testsbase and $inctests. Emit a
17122         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17123         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17124         SUBDIRS += $testsdir.
17125         (func_create_testdir): Update.
17126
17127 2005-09-18  Bruno Haible  <bruno@clisp.org>
17128
17129         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17130         instead of $dry_run.
17131         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17132         (func_ln_if_changed): Don't handle dry-run here.
17133         (func_import): In dry-run mode, detect more precisely which actions
17134         would be performed, and don't use "...ing" verbs.
17135
17136 2005-09-18  Bruno Haible  <bruno@clisp.org>
17137
17138         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17139         (func_import): Use join on two temporary files instead of three nested
17140         loops, in order to determine which files are new or old.
17141
17142 2005-09-18  Bruno Haible  <bruno@clisp.org>
17143
17144         * gnulib-tool (func_import): Comment out code that spits out the
17145         new files with --dry-run.
17146
17147 2005-09-18  Bruno Haible  <bruno@clisp.org>
17148
17149         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17150
17151 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17152
17153         * lib/stat-time.h: New file.
17154         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17155         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17156         in a different way.
17157         (timespec_cmp): New function.
17158         * lib/utimecmp.c: Include stat-time.h.
17159         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17160         members exist, not on the obsolescent ST_MTIM_NSEC.
17161         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17162
17163 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17164
17165         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17166
17167 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17168
17169         * MODULES.html.sh (File system functions): Add stat-time.
17170         * modules/stat-time: New file.
17171         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17172         is now done in a different way, by the stat-time module.
17173         * modules/utimecmp (Depends-on): Add stat-time.
17174
17175 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17176
17177         * m4/st_mtim.m4: Remove.  Superseded by...
17178         * m4/stat-time.m4: New file.
17179         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17180         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17181
17182 2005-09-15  Derek Price  <derek@ximbiot.com>
17183
17184         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17185
17186 2005-09-15  Derek Price  <derek@ximbiot.com>
17187
17188         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17189         * lib/regex_internal.c: Ditto, using this...
17190         (__GNUC_PREREQ): ...new macro.
17191         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17192         using...
17193         (__GNUC_PREREQ): ...this new macro.
17194
17195         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17196
17197 2005-09-15  Derek Price  <derek@ximbiot.com>
17198             Paul Eggert  <eggert@cs.ucla.edu>
17199
17200         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17201         changes, consolidating in...
17202         * lib/regex_internal.h: ...this file.
17203
17204 2005-09-13  Jim Meyering  <jim@meyering.net>
17205
17206         * lib/canon-host.c: Filter through gnu indent and reword comments
17207         slightly.
17208         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17209
17210 2005-09-13  Derek Price  <derek@ximbiot.com>
17211
17212         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17213         failure.
17214         Reported by Jim Meyering  <jim@meyering.net>.
17215
17216 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17217
17218         * lib/base64.c: Typo.
17219         (base64_encode): Put b64str in initialized data section.
17220
17221 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17222
17223         Merge glibc and coreutils changes into gnulib, plus a few
17224         extra fixes.
17225         * lib/md5.c: Use #error rather than a string.
17226         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17227         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17228         (__attribute__): Define to empty for non recent-GCC.
17229         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17230         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17231         Renamed from their non-__ counterparts, with new macros replacing
17232         them if not _LIBC.  Add __THROW attribute.
17233         (rol): Remove.
17234         (struct md5_ctx): Align buffer if using GCC.
17235         * lib/sha1.h (struct sha1_ctx): Likewise.
17236         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17237         The old name was backwards.
17238         (NOTSWAP): Remove; not used.
17239         (rol): New macro, moved here from md5.h.
17240         (sha1_process_block): Remove a FIXME that doesn't make sense.
17241
17242 2005-09-12  Derek Price  <derek@ximbiot.com>
17243
17244         Return usable errors from canon-host.
17245         * lib/canon-host.h: New file.
17246         * lib/canon-host.c (canon_host): Wrap...
17247         (canon_host_r): ...this new function, which now relies exclusively on
17248         getaddrinfo.
17249         (ch_strerror): New function.
17250         (last_cherror): New global.
17251         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17252         interface.
17253         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17254         void *.
17255         (freeaddrinfo): Free ai->ai_canonname when set.
17256
17257 2005-09-12  Derek Price  <derek@ximbiot.com>
17258
17259         Make canon-host require getaddrinfo.
17260         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17261         AC_LIBSOURCE canon-host.h.  Call...
17262         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17263         gl_GETADDRINFO.
17264         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17265
17266 2005-09-12  Derek Price  <derek@ximbiot.com>
17267
17268         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17269         LGPL.
17270         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17271
17272 2005-09-12  Derek Price  <derek@ximbiot.com>
17273
17274         * lib/gai_strerror.c: Include config.h when available.  Include
17275         getaddrinfo.h before other headers to test interface.
17276         Reported by Larry Jones <lawrence.jones@ugs.com>.
17277
17278 2005-09-12  Derek Price  <derek@ximbiot.com>
17279             Paul Eggert  <eggert@cs.ucla.edu>
17280
17281         * modules/glob (Files): Add glob-libc.h.
17282
17283 2005-09-12  Derek Price  <derek@ximbiot.com>
17284             Paul Eggert  <eggert@cs.ucla.edu>
17285
17286         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17287         glob_.h, glob-libc.h.
17288         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17289
17290 2005-09-12  Derek Price  <derek@ximbiot.com>
17291             Paul Eggert  <eggert@cs.ucla.edu>
17292
17293         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17294         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17295         protecting things that should be done only in gnulib contexts.
17296         * lib/glob_.h: New file, containing only the glob things needed for
17297         gnulib.
17298         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17299         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17300         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17301         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17302         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17303         and to respect the namespace rules better.
17304
17305 2005-09-08  Simon Josefsson  <jas@extundo.com>
17306
17307         * modules/socklen: New file.
17308
17309 2005-09-08  Simon Josefsson  <jas@extundo.com>
17310
17311         * m4/socklen.m4: New file.
17312
17313 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17314
17315         * modules/utimens (Files): Add m4/utimbuf.m4, since
17316         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17317         Reported by Sergey Poznyakoff.
17318
17319 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17320
17321         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17322         definitions, since that's the preferred style in glibc.
17323         Fix a minor spacing issue, and update copyright notice to match
17324         glibc's.
17325
17326 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17327
17328         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17329
17330 2005-09-06  Simon Josefsson  <jas@extundo.com>
17331
17332         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17333         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17334
17335 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17338         warning.
17339
17340 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * config/srclist.txt: Add glibc bug 1302.
17343
17344 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17345
17346         Change bitset word type from unsigned int to unsigned long int,
17347         as this has better performance on typical 64-bit hosts.
17348         Port bitset code to hosts with unusual word sizes.
17349         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17350         (build_collating_symbol):
17351         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17352         argument is a bitset.  This is merely a style issue, but it makes
17353         it clearer that an entire array is expected.
17354         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17355         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17356         Port to the case where bitset_word is not the same as unsigned int.
17357         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17358         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17359         Likewise.
17360         * lib/regexec.c (check_dst_limits_calc_pos_1,
17361         check_subexp_matching_top):
17362         (build_trtable, group_nodes_into_DFAstates):
17363         Likewise.
17364         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17365         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17366         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17367         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17368         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17369         * lib/regcomp.c (optimize_subexps, lower_subexp):
17370         Work even if bitset_word has holes in its bitwise representation.
17371         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17372         * lib/regexec.c (check_dst_limits_calc_pos_1,
17373         check_subexp_matching_top):
17374         Likewise.
17375         * lib/regex_internal.c (re_string_reconstruct):
17376         Don't assume UCHAR_MAX == 255.
17377         * lib/regex_internal.h (bitset_set_all): Likewise.
17378         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17379         All uses changed.
17380         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17381         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17382         All uses changed.
17383         (BITSET_WORD_MAX): New macro.
17384         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17385         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17386         (bitset_empty, bitset_copy):
17387         Prefer sizeof (bitset) to multiplying it out ourselves.
17388         (bitset_not_merge): Remove; unused.
17389         (bitset_contain): Return bool, not unsigned int with one bit on.
17390         All callers changed.
17391         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17392         alignment than re_node_set; do this by defining a new internal
17393         type struct dests_alloc and using it to allocate memory.
17394
17395 2005-09-05  Bruno Haible  <bruno@clisp.org>
17396
17397         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17398         links.
17399
17400 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17401
17402         * modules/size_max (Makefile.am): Add size_max.h
17403
17404 2005-09-04  Derek Price  <derek@ximbiot.com>
17405
17406         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17407
17408 2005-09-03  Simon Josefsson  <jas@extundo.com>
17409
17410         * gnulib-tool: Fix typo.
17411
17412 2005-09-03  Simon Josefsson  <jas@extundo.com>
17413
17414         * config/srclist.txt: Add glibc bug 1293.
17415
17416 2005-09-03  Derek Price  <derek@ximbiot.com>
17417
17418         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17419         From Larry Jones <lawrence.jones@ugs.com>.
17420
17421 2005-09-02  Simon Josefsson  <jas@extundo.com>
17422
17423         * modules/socklen: New file.
17424
17425 2005-09-02  Simon Josefsson  <jas@extundo.com>
17426
17427         * modules/havelib: New module.
17428
17429         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17430         Use havelib.
17431
17432 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17433
17434         Check for arithmetic overflow when calculating sizes, to prevent
17435         some buffer-overflow issues.  These patches are conservative, in the
17436         sense that when I couldn't determine whether an overflow was possible,
17437         I inserted a run-time check.
17438         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17439         macros.
17440         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17441         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17442         (re_xnrealloc, re_x2nrealloc): New inline functions.
17443         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17444         parse_bracket_exp):
17445         (build_equiv_class, build_charclass): Check for arithmetic overflow
17446         in size expression calculations.
17447         * lib/regex_internal.c (re_string_realloc_buffers):
17448         (build_wcs_upper_buffer, re_node_set_add_intersect):
17449         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17450         (re_dfa_add_node, register_state): Likewise.
17451         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17452         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17453         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17454         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17455
17456 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17457
17458         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17459         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17460
17461 2005-09-02  Bruno Haible  <bruno@clisp.org>
17462
17463         Support for lib vs. lib64 distinction on biarch platforms.
17464         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17465         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17466         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17467
17468 2005-09-02  Bruno Haible  <bruno@clisp.org>
17469
17470         * gnulib-tool (import): In the other first-use case, provide defaults
17471         as well.
17472
17473 2005-09-02  Bruno Haible  <bruno@clisp.org>
17474
17475         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17476         patches not yet found in the latest gettext release.
17477
17478 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17479
17480         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17481         to avoid a collision with bits/local_lim.h in glibc.
17482         All uses changed.  Problem reported by Dmitry V. Levin in
17483         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17484
17485         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17486         bugs in int versus size_t comparisons.
17487         (re_string_context_at): Fix bug where the code assumed that
17488         Idx is signed.
17489
17490         Use bool where appropriate.
17491         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17492         All callers changed.
17493         (calc_eclosure_iter): Likewise, for ROOT arg.
17494         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17495         (build_charclass_op): Likewise, for NON_MATCH arg.
17496         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17497         (re_string_construct_common): Likewise, for ICASE arg.
17498         * lib/regexec.c (re_search_2_stub, re_search_stub):
17499         Likewise, for RET_LEN arg.
17500         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17501         (set_regs): Likewise, for FL_BACKTRACK arg.
17502         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17503         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17504         (calc_eclosure_iter, parse_bracket_exp):
17505         Use bool for internal variables that are booleans.
17506         * lib/regexec.c (re_search_internal, check_matching,
17507         proceed_next_node):
17508         (set_regs, build_sifted_states, sift_states_bkref):
17509         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17510         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17511         (find_collation_sequence_value):
17512         Likewise.
17513         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17514         (re_node_set_compare):
17515         Return bool, not int. All callers changed.
17516         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17517         (build_trtable, check_node_accept): Likewise.
17518         * lib/regex_internal.h: Include stdbool.h.
17519
17520         Fix bugs uncovered when converting to bool.
17521         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17522         failure instead of charging ahead blindly.
17523         * lib/regex_internal.c (register_state): Likewise.
17524         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17525         for freeing internal storage.
17526         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17527         bitset pieces used as boolean, to avoid undefined behavior
17528         on hosts that do int overflow checking.
17529
17530 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17531
17532         * config/srclist.txt: Add glibc bugs 1285-1287.
17533
17534 2005-09-01  Jim Meyering  <jim@meyering.net>
17535
17536         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17537         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17538         Require gl_STAT_MACROS, too.
17539
17540 2005-09-01  Bruno Haible  <bruno@clisp.org>
17541
17542         * gnulib-tool (import): In the first-use case, provide defaults.
17543
17544 2005-09-01  Bruno Haible  <bruno@clisp.org>
17545
17546         * gnulib-tool (func_import): Remove the .tmp files.
17547
17548 2005-09-01  Bruno Haible  <bruno@clisp.org>
17549
17550         * gnulib-tool (func_import): Fix handling of symbolic links.
17551
17552 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17553
17554         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17555         old glibc regex code mishandles strings longer than 2**31 bytes.
17556         This patch fixes this when the regex code is used in gnulib
17557         (i.e., outside glibc).
17558
17559         This patch should not affect the use of the regex code inside
17560         glibc.  No doubt this problem also needs to be handled for glibc
17561         as well, but the result will be an incompatible change to the
17562         glibc ABI, and the old ABI will have to be supported too.  That
17563         can be the the subject for another patch.
17564
17565         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17566         governing whether the rest of this patch is active.  By default,
17567         the macro is disabled and the patch has no effect.
17568         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17569         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17570         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17571         (re_match_2, re_set_registers): Use the new types.
17572         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17573         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17574         New macros.
17575         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17576         (re_string_context_at, bin_tree_t, re_dfastate_t):
17577         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17578         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17579         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17580         (re_string_char_size_at, re_string_wchar_at):
17581         (re_string_elem_size_at):
17582         Use the new types and macros to port to 64-bit hosts.
17583         Use unsigned types for internal values, so that the code
17584         mostly works even for arrays larger than SSIZE_MAX.
17585         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17586         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17587         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17588         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17589         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17590         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17591         (calc_inveclosure, parse_dup_op, build_range_exp):
17592         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17593         (fetch_number, create_token_tree, mark_opt_subexp):
17594         Likewise.
17595         * lib/regex_internal.c (re_string_construct_common,
17596         create_ci_newstate):
17597         (create_cd_newstate, re_string_allocate, re_string_construct):
17598         (re_string_realloc_buffers, build_wcs_upper_buffer):
17599         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17600         (re_string_reconstruct, re_string_peek_byte_case):
17601         (re_string_fetch_byte_case, re_string_context_at):
17602         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17603         (re_node_set_init_copy, re_node_set_add_intersect):
17604         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17605         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17606         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17607         (re_acquire_state, re_acquire_state_context, register_state):
17608         Likewise.
17609         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17610         search_cur_bkref_entry):
17611         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17612         (re_search_internal, re_search_2_stub, re_search_stub)
17613         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17614         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17615         (update_cur_sifted_state, check_dst_limits):
17616         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17617         (check_subexp_limits, sift_states_bkref, merge_state_array):
17618         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17619         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17620         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17621         (expand_bkref_cache, check_node_accept_bytes):
17622         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17623         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17624         (acquire_init_state_context, check_halt_node_context):
17625         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17626         (sift_states_backward, clean_state_log_if_needed):
17627         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17628         (find_recover_state, transit_state_sb, transit_state_mb):
17629         (transit_state_bkref, build_trtable, match_ctx_clean):
17630         Likewise.
17631         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17632         to work around an assumption that REG_MISSING is negative.
17633
17634         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17635         (seek_collating_symbol_entry) [defined _LIBC]:
17636         (lookup_collation_sequence_value) [defined _LIBC]:
17637         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17638         Use prototypes rather than old-style function definitions.
17639         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17640         (transit_state_sb) [0]:
17641         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17642
17643         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17644         rm_eo.
17645
17646         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17647         (optimize_subexps, lower_subexp):
17648         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17649         since the signed shift might overflow.  Use 1u<<31 instead.
17650         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17651         Likewise.
17652         * lib/regexec.c (check_dst_limits_calc_pos_1,
17653         check_subexp_matching_top): Likewise.
17654
17655         * lib/regcomp.c (optimize_subexps, lower_subexp):
17656         Use CHAR_BIT rather than 8, for clarity.
17657         * lib/regexec.c (check_dst_limits_calc_pos_1):
17658         (check_subexp_matching_top): Likewise.
17659         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17660         have to worry about portability issues when shifting it left.
17661         Remove no-longer-needed test for table_size > 0.
17662         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17663         in a word, as the resulting behavior is undefined.
17664         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17665         in one case, a <= should have been an <, and in another case the
17666         whole test was missing.
17667         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17668         the standard name CHAR_BIT.
17669         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17670         this is not true on one's complement and signed-magnitude hosts.
17671
17672         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17673         next_last_offset.
17674         (struct re_dfa_t): Remove unused member states_alloc.
17675         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17676
17677 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17678
17679         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17680         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17681         and large-file glibc and in 32-bit large-file Solaris.
17682
17683 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17684
17685         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17686         lengths fit in regoff_t; this isn't true if regoff_t is the same
17687         width as size_t.
17688         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17689         (= START + RANGE) instead of RANGE.  This avoids overflow
17690         problems when regoff_t is the same width as size_t.
17691         All callers changed.
17692         (re_search_2_stub): Check for overflow when adding the
17693         sizes of the two strings.
17694         (re_search_stub): Check for overflow when adding START
17695         to RANGE; if it occurs, substitute the extreme value.
17696
17697 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17698
17699         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17700
17701 2005-08-31  Jim Meyering  <jim@meyering.net>
17702
17703         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17704         a pointer-to-const.
17705         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17706         (register_state): Likewise.
17707         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17708         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17709         (group_nodes_into_DFAstates): Likewise.
17710
17711 2005-08-31  Jim Meyering  <jim@meyering.net>
17712
17713         * check-module: Add a FIXME comment.
17714
17715 2005-08-31  Eric Blake  <ebb9@byu.net>
17716
17717         * modules/unistd-safer (Files): Add unistd--.h.
17718         * modules/stdio-safer (Files): Add stdio--.h.
17719
17720 2005-08-31  Derek Price  <derek@ximbiot.com>
17721
17722         * lib/getdelim.c (getdelim): Return EOF on EOF.
17723         Reported by Larry Jones <lawrence.jones@ugs.com>.
17724
17725 2005-08-31  Bruno Haible  <bruno@clisp.org>
17726
17727         Avoid unnecessary diffs in the generated lib/Makefile.am.
17728         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17729         the generated files.
17730         (func_import): Don't set cmd.
17731
17732 2005-08-31  Bruno Haible  <bruno@clisp.org>
17733
17734         * lib/strstr.c: Include <stddef.h>, for NULL.
17735         * lib/strcasestr.c: Likewise.
17736         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17737
17738 2005-08-31  Bruno Haible  <bruno@clisp.org>
17739
17740         * gnulib-tool: New option --macro-prefix.
17741         (func_import): Use macro_prefix.
17742         (import): Handle option --macro-prefix.
17743
17744 2005-08-31  Bruno Haible  <bruno@clisp.org>
17745
17746         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17747         Also use new variables cached_lgpl, cached_libtool.
17748
17749 2005-08-31  Bruno Haible  <bruno@clisp.org>
17750
17751         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17752         always instantiating them.
17753
17754 2005-08-31  Bruno Haible  <bruno@clisp.org>
17755
17756         * gnulib-tool (func_import): Read the previous cached settings
17757         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17758         earlier added by gnulib but are now dropped. Warn when a gnulib file
17759         overwrites a non-gnulib file.
17760
17761 2005-08-31  Bruno Haible  <bruno@clisp.org>
17762
17763         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17764         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17765         projects that don't keep autogenerated files in CVS. Put into
17766         actioncmd only the specified modules, not the transitive closure.
17767
17768 2005-08-31  Bruno Haible  <bruno@clisp.org>
17769
17770         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17771         Create directories that shall be filled.
17772         (import): Don't look for gl_* macros in configure.ac. Recurse across
17773         all directories containing a gnulib-cache.m4 files, if meaningful.
17774
17775 2005-08-31  Bruno Haible  <bruno@clisp.org>
17776
17777         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17778         (import): Set seen_libtool when we see gl_LIBTOOL.
17779
17780 2005-08-31  Bruno Haible  <bruno@clisp.org>
17781
17782         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17783         declaration macro definitions from generated gnulib.m4.
17784
17785 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17786
17787         * lib/iconvme.h: Add prototype for iconv_alloc.
17788
17789 2005-08-29  Simon Josefsson  <jas@extundo.com>
17790
17791         * lib/iconvme.c: Fix errno.
17792
17793 2005-08-29  Bruno Haible  <bruno@clisp.org>
17794
17795         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17796         that it works when the directory contains spaces.
17797
17798 2005-08-29  Bruno Haible  <bruno@clisp.org>
17799
17800         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17801
17802 2005-08-29  Bruno Haible  <bruno@clisp.org>
17803
17804         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17805         Emit more advice.
17806
17807 2005-08-29  Bruno Haible  <bruno@clisp.org>
17808         and Stepan Kasal  <kasal@ucw.cz>
17809
17810         * check-module: If more parameters are given, check each of them
17811         separately; add more exceptions, as noted by Jim Meyering.
17812         (check_module): New procedure.
17813         (%exempt_header): Now contains all exceptions.
17814
17815 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17816
17817         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17818
17819 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17820
17821         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17822
17823 2005-08-28  Bruno Haible  <bruno@clisp.org>
17824
17825         * m4/gnulib-tool.m4: New file.
17826
17827 2005-08-27  Jim Meyering  <jim@meyering.net>
17828
17829         * modules/unistd-safer (Files): Add pipe-safer.c.
17830         * modules/fcntl-safer (Files): Add creat-safer.c.
17831
17832 2005-08-27  Jim Meyering  <jim@meyering.net>
17833
17834         * m4/stdlib-safer.m4: New file.  From coreutils.
17835         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17836         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17837         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17838         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17839         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17840
17841 2005-08-27  Jim Meyering  <jim@meyering.net>
17842
17843         * lib/fopen-safer.c: Merge minor changes from coreutils.
17844         * lib/dup-safer.c: Likewise.
17845         * lib/fd-safer.c: Likewise.
17846
17847         Merge from coreutils.
17848         * lib/stdio--.h: New file.
17849         * lib/stdlib--.h: New file.
17850         * lib/mkstemp-safer.c: New file.
17851
17852         GNU tar needs these.
17853         * lib/pipe-safer.c: New file.
17854         * lib/creat-safer.c: New file.
17855         * lib/fcntl--.h (creat): Define to creat_safer.
17856         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17857         * lib/unistd--.h (pipe): Define to pipe_safer.
17858         * lib/unistd-safer.h: Declare pipe_safer.
17859
17860 2005-08-26  Simon Josefsson  <jas@extundo.com>
17861
17862         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17863         Haible <bruno@clisp.org>.
17864
17865 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17866
17867         * lib/regex_internal.h: Remove all references to
17868         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17869         or better.
17870         (bitset_not, bitset_merge, bitset_not_merge):
17871         (bitset_mask, re_string_allocate, re_string_construct):
17872         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17873         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17874         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17875         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17876         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17877         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17878         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17879         (re_acquire_state_context):
17880         Remove unnecessary forward decls.
17881         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17882         Put __attribute at function definition,
17883         now that the function decl has been removed.
17884         * lib/regex_internal.c (re_string_peek_byte_case):
17885         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17886         Likewise.
17887
17888 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17889
17890         * m4/regex.m4: Add AC_PREREQ(2.50).
17891         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17892
17893 2005-08-25  Simon Josefsson  <jas@extundo.com>
17894
17895         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17896         __fsetlocking.
17897
17898 2005-08-25  Simon Josefsson  <jas@extundo.com>
17899
17900         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17901         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17902         GLIBC specific code.
17903
17904 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17905
17906         Make regex safe for g++.  This fixes one real bug (an "err"
17907         that should have been "*err").  g++ problem reported by
17908         Sam Steingold.
17909         * lib/regex_internal.h (re_calloc): New macro, consistent with
17910         re_malloc etc.  All callers of calloc changed to use re_calloc.
17911         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
17912         not int.  All callers changed.
17913         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
17914         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
17915         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
17916         (find_recover_state): Change "err" to "*err"; this fixes what
17917         appears to be a real bug.
17918         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
17919         versus int.
17920
17921 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17922
17923         * modules/regex (Depends-on): Add malloc, since the code
17924         assumes that !malloc(0) means failure.
17925
17926 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17927
17928         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
17929
17930         alloca modernization/simplification for regex.
17931         * lib/regex.c: Remove portability cruft for alloca.  This no longer
17932         needs to be at the start of the file, and can be moved into
17933         regex_internal.h and simplified.
17934         * lib/regex_internal.h: Include <alloca.h>.
17935         (__libc_use_alloca) [!defined _LIBC]: New macro.
17936         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
17937         now works outside glibc.
17938
17939 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17940
17941         * config/srclist.txt: Add glibc bugs 1241, 1245.
17942
17943 2005-08-25  Jim Meyering  <jim@meyering.net>
17944
17945         * lib/open-safer.c: Include <config.h>.
17946         Otherwise, we'd lose LARGEFILE support in any file using
17947         e.g. "fcntl--.h"
17948
17949 2005-08-25  Bruno Haible  <bruno@clisp.org>
17950
17951         * m4/minmax.m4: Require autoconf 2.52.
17952         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
17953         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
17954         alternatives of translit over the alphabet.
17955         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
17956
17957 2005-08-24  Simon Josefsson  <jas@extundo.com>
17958
17959         * tests/test-getpass.c: New file.
17960
17961 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17962
17963         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
17964         for GNU regex features.
17965
17966 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17967
17968         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
17969         * lib/regex.h (regerror): Likewise.
17970
17971         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
17972         requires this.  (The code never needed it.)
17973
17974         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
17975         All uses of recently-renamed identifiers changed to use the new,
17976         POSIX-compliant names.  The code will build and run just fine
17977         without these changes, but it's better to eat our own dog food
17978         and use the standard-conforming names.
17979
17980         * lib/regex.h: Fix a multitude of POSIX name space violations.
17981         These changes have an effect only for programs that define
17982         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
17983         do not change anything for programs compiled in the normal way.
17984         Also, there is no effect on the ABI.
17985
17986         (_REGEX_SOURCE): New macro.
17987         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
17988         defined and _GNU_SOURCE is not; this fixes a name space violation.
17989
17990         Rename the following macros to obey POSIX requirements.
17991         The old names are still visible as macros if _REGEX_SOURCE is defined.
17992         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
17993         RE_BACKSLASH_ESCAPE_IN_LISTS.
17994         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
17995         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
17996         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
17997         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
17998         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
17999         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18000         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18001         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18002         (REG_INTERVALS): renamed from RE_INTERVALS.
18003         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18004         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18005         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18006         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18007         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18008         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18009         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18010         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18011         RE_UNMATCHED_RIGHT_PAREN_ORD.
18012         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18013         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18014         (REG_DEBUG): renamed from RE_DEBUG.
18015         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18016         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18017         unusual, since we can't clash with the POSIX REG_ICASE.
18018         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18019         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18020         (REG_NO_SUB): renamed from RE_NO_SUB.
18021         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18022         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18023         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18024         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18025         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18026         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18027         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18028         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18029         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18030         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18031         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18032         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18033         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18034         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18035         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18036         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18037         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18038         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18039         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18040         (REG_FIXED): Renamed from REGS_FIXED.
18041         (REG_NREGS): Renamed from RE_NREGS.
18042
18043         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18044         of other REG_* macros, since POSIX says the user is allowed to
18045         #undef these macros selectively.
18046
18047         (reg_errcode_t): Update comment stating what other tables need
18048         to be consistent.
18049
18050         Rename the following enum values to obey POSIX requirements.
18051         The old names are still visible as macros.
18052         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18053         is not defined, since GNU is supposed to be a superset of POSIX as
18054         much as possible, and since we want reg_errcode_t to be a signed
18055         type for implementation consistency.
18056         (_REG_NOERROR): Renamed from REG_NOERROR.
18057         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18058         (_REG_BADPAT): Renamed from REG_BADPAT.
18059         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18060         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18061         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18062         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18063         (_REG_EBRACK): Renamed from REG_EBRACK.
18064         (_REG_EPAREN): Renamed from REG_EPAREN.
18065         (_REG_EBRACE): Renamed from REG_EBRACE.
18066         (_REG_BADBR): Renamed from REG_BADBR.
18067         (_REG_ERANGE): Renamed from REG_ERANGE.
18068         (_REG_ESPACE): Renamed from REG_ESPACE.
18069         (_REG_BADRPT): Renamed from REG_BADRPT.
18070         (_REG_EEND): Renamed from REG_EEND.
18071         (_REG_ESIZE): Renamed from REG_ESIZE.
18072         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18073         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18074         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18075         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18076         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18077
18078         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18079         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18080         changed.  But support the old name if the new one is not defined
18081         and if _REGEX_SOURCE.
18082
18083         Change the following member names in struct re_pattern_buffer.
18084         The old names are still supported if !_REGEX_SOURCE.
18085         The new names are always supported, regardless of _REGEX_SOURCE.
18086         (re_buffer): Renamed from buffer.
18087         (re_allocated): Renamed from allocated.
18088         (re_used): Renamed from used.
18089         (re_syntax): Renamed from syntax.
18090         (re_fastmap): Renamed from fastmap.
18091         (re_translate): Renamed from translate.
18092         (re_can_be_null): Renamed from can_be_null.
18093         (re_regs_allocated): Renamed from regs_allocated.
18094         (re_fastmap_accurate): Renamed from fastmap_accurate.
18095         (re_no_sub): Renamed from no_sub.
18096         (re_not_bol): Renamed from not_bol.
18097         (re_not_eol): Renamed from not_eol.
18098         (re_newline_anchor): Renamed from newline_anchor.
18099
18100         Change the following member names in struct re_registers.
18101         The old names are still supported if !_REGEX_SOURCE.
18102         The new names are always supported, regardless of _REGEX_SOURCE.
18103         (rm_num_regs): Renamed from num_regs.
18104         (rm_start): Renamed from start.
18105         (rm_end): Renamed from end.
18106
18107         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18108         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18109         Prepend __ to parameter names.
18110
18111         Undo yesterday's changes.
18112
18113 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18114
18115         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18116         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18117         lib/regex.c.
18118
18119 2005-08-24  Jim Meyering  <jim@meyering.net>
18120
18121         Sync from coreutils.
18122         * m4/fcntl-safer.m4: New file.
18123
18124         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18125         and object files for this module.
18126
18127 2005-08-24  Jim Meyering  <jim@meyering.net>
18128
18129         Sync from coreutils.
18130         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18131
18132 2005-08-24  Jim Meyering  <jim@meyering.net>
18133
18134         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18135         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18136
18137 2005-08-24  Jim Meyering  <jim@meyering.net>
18138
18139         * modules/fcntl-safer: New module.
18140         * modules/fts (Depends-on): Add fcntl-safer.
18141         * MODULES.html.sh (File descriptor based Input/Output):
18142         Add fcntl-safer.
18143
18144 2005-08-24  Bruno Haible  <bruno@clisp.org>
18145
18146         Support for unit test modules.
18147         * modules/README: Mention tests modules.
18148         * modules/TEMPLATE-TESTS: New file.
18149         * gnulib-tool: New options --extract-tests-module, --with-tests and
18150         --tests-base (unused for the moment).
18151         (testsbase, inctests): New variables.
18152         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18153         (func_verify_module): Exclude TEMPLATE-TESTS.
18154         (func_verify_nontests_module, func_verify_tests_module): New functions.
18155         (func_get_dependencies): Add implicit dependency for tests modules.
18156         (func_get_tests_module): New function.
18157         (func_modules_transitive_closure): When --with-tests was specified,
18158         include the unit tests as well, unless explicitly avoided.
18159         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18160         (func_emit_tests_Makefile_am): New function.
18161         (func_create_testdir): When --with-tests was specified, emit a
18162         tests/ directory.
18163         * MODULES.html.sh (Future developments): Update.
18164
18165 2005-08-24  Bruno Haible  <bruno@clisp.org>
18166
18167         * modules/tls-tests: New file.
18168         * tests/test-tls.c: New file, from GNU gettext.
18169
18170 2005-08-24  Bruno Haible  <bruno@clisp.org>
18171
18172         * modules/lock-tests: New file.
18173         * tests/test-lock.c: New file, from GNU gettext.
18174
18175 2005-08-24  Bruno Haible  <bruno@clisp.org>
18176
18177         * lib/lock.h: Add multiple inclusion guard.
18178         * lib/tls.h: Add multiple inclusion guard.
18179
18180 2005-08-24  Bruno Haible  <bruno@clisp.org>
18181
18182         * gnulib-tool: Add support for the --aux-dir option to
18183         --create-testdir, --create-megatestdir, --test, --megatest.
18184         (func_create_testdir, func_create_megatestdir): Optionally emit a
18185         AC_CONFIG_AUX_DIR directive.
18186         (create-testdir, create-megatestdir, test, megatest): Provide a
18187         default value for $auxdir.
18188
18189 2005-08-24  Bruno Haible  <bruno@clisp.org>
18190
18191         * gnulib-tool (import): Use compound statement instead of subshell
18192         where possible.
18193
18194 2005-08-24  Bruno Haible  <bruno@clisp.org>
18195
18196         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18197
18198 2005-08-24  Bruno Haible  <bruno@clisp.org>
18199
18200         * gnulib-tool (func_version): Update.
18201
18202 2005-08-24  Bruno Haible  <bruno@clisp.org>
18203
18204         * gnulib-tool (func_import, func_create_testdir,
18205         func_create_megatestdir): Quote all autoconf macro arguments.
18206
18207 2005-08-24  Bruno Haible  <bruno@clisp.org>
18208
18209         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18210         option --force, because --force causes the aclocal.m4 of each
18211         subdirectory to be newer than the corresponding config.h.in.
18212
18213 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18214
18215         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18216         All contents moved to gl_REGEX.
18217         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18218         assume that it does.
18219
18220 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18221
18222         * lib/regex.h (REG_NOSYS)
18223         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18224         Define, since POSIX requires it as of 2001.
18225         (_REG_ENOSYS)
18226         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18227         New private symbol, used to keep the enum signed in all cases.
18228         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18229         Youngman in
18230         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18231
18232         * lib/regex_internal.c (re_string_skip_chars, register_state):
18233         (calc_state_hash):
18234         Remove forward decls; no longer needed now that we use prototypes.
18235         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18236         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18237         (clean_state_log_if_needed): Likewise.
18238
18239 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18240
18241         * config/srclist.txt: Add glibc bugs 1231-1233.
18242
18243 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18244
18245         Fix problems reported by Sam Steingold in
18246         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18247         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18248         assumed that reg_errcode_t is a signed type, which is not
18249         necessarily true if _XOPEN_SOURCE is not defined.
18250         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18251         since some compilers warn about it otherwise.
18252
18253 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18254
18255         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18256         (init_word_char, create_initial_state, duplicate_node_closure):
18257         (fetch_token, peek_token_bracket, build_range_exp):
18258         (build_collating_symbol): Remove forward decls; no longer needed
18259         now that we use prototypes.
18260
18261         * lib/regcomp.c:
18262         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18263         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18264         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18265         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18266         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18267         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18268         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18269         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18270         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18271         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18272         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18273         (build_charclass, build_charclass_op, fetch_number, create_tree):
18274         (create_token_tree, mark_opt_subexp, duplicate_tree):
18275         Use prototypes rather than old-style definitions.
18276
18277         * lib/regex_internal.c:
18278         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18279         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18280         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18281         (re_string_reconstruct, re_string_peek_byte_case):
18282         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18283         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18284         (re_node_set_init_copy, re_node_set_add_intersect):
18285         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18286         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18287         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18288         (re_acquire_state, re_acquire_state_context, register_state):
18289         (create_ci_newstate, create_cd_newstate, free_state):
18290         Likewise.
18291         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18292         re_search_2):
18293         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18294         (re_search_internal, prune_impossible_nodes):
18295         (acquire_init_state_context, check_matching, static):
18296         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18297         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18298         (update_regs, sift_states_backward, build_sifted_states):
18299         (clean_state_log_if_needed, merge_state_array):
18300         (update_cur_sifted_state, add_epsilon_src_nodes):
18301         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18302         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18303         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18304         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18305         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18306         (check_arrival, check_arrival_add_next_nodes):
18307         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18308         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18309         (check_node_accept_bytes, check_node_accept, extend_buffers):
18310         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18311         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18312         (sift_ctx_init):
18313         Likewise.
18314
18315         * lib/regex_internal.h:
18316         (re_string_allocate, re_string_construct, re_string_reconstruct):
18317         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18318         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18319         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18320         (re_string_context_at, re_string_peek_byte_case):
18321         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18322         is defined, since we now use prototypes always.
18323
18324         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18325         C89 or better.  All uses removed.
18326
18327 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18328
18329         * config/srclist.txt: Add glibc bugs 1220-1227.
18330
18331 2005-08-20  Jim Meyering  <jim@meyering.net>
18332
18333         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18334         of unused local, dfa.
18335
18336 2005-08-20  Bruno Haible  <bruno@clisp.org>
18337
18338         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18339
18340 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18341
18342         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18343         (re_node_set_insert_last, re_dfa_add_node):
18344         Rename local variables to avoid GCC shadowing warnings.
18345
18346 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18347
18348         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18349         [defined lint]: Suppress bogus uninitialized-variable warnings.
18350
18351         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18352         and let the caller return REG_ESPACE if out of space.  This
18353         removes an uninitialied-variable warning with GCC 4.0.1, and also
18354         avoids taking the address of a local variable.  All callers
18355         changed.
18356
18357 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18358
18359         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18360         $LIBCSRC/posix/regexec.c.
18361         Add glibc bug 1217 for regcomp.c.
18362
18363 2005-08-19  Jim Meyering  <jim@meyering.net>
18364
18365         * lib/regexec.c (proceed_next_node): Redo local variables to
18366         avoid GCC shadowing warnings.
18367
18368 2005-08-18  Bruno Haible  <bruno@clisp.org>
18369
18370         * lib/strstr.c (strstr): Fix return value in multibyte case.
18371         * lib/strcasestr.c (strcasestr): Likewise.
18372
18373 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18374
18375         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18376
18377 2005-08-17  Jim Meyering  <jim@meyering.net>
18378
18379         Make the %s format (seconds since the epoch) work for a negative
18380         number and when used with a zero-padded field width, e.g. %015s.
18381
18382         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18383         label so that it precedes the code to set `digits'.  Otherwise,
18384         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18385         print `00-22'.  Now, it prints `-0022', as it should.
18386
18387 2005-08-17  Bruno Haible  <bruno@clisp.org>
18388
18389         * modules/strstr (Files): Add m4/mbrtowc.m4.
18390         (Depends-on): Add mbuiter.
18391
18392 2005-08-17  Bruno Haible  <bruno@clisp.org>
18393
18394         * modules/strcasestr: New file.
18395         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18396         strcasestr.
18397
18398 2005-08-17  Bruno Haible  <bruno@clisp.org>
18399
18400         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18401
18402 2005-08-17  Bruno Haible  <bruno@clisp.org>
18403
18404         * modules/mbuiter: New file.
18405         * MODULES.html.sh (Extended multibyte and wide character utilities):
18406         Add mbuiter.
18407
18408 2005-08-17  Bruno Haible  <bruno@clisp.org>
18409
18410         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18411         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18412
18413 2005-08-17  Bruno Haible  <bruno@clisp.org>
18414
18415         * m4/strcasestr.m4: New file.
18416
18417 2005-08-17  Bruno Haible  <bruno@clisp.org>
18418
18419         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18420         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18421
18422 2005-08-17  Bruno Haible  <bruno@clisp.org>
18423
18424         * lib/strcasestr.h: New file.
18425         * lib/strcasestr.c: New file.
18426
18427 2005-08-17  Bruno Haible  <bruno@clisp.org>
18428
18429         * lib/strcasecmp.c: Use mbuiter.h.
18430
18431 2005-08-17  Bruno Haible  <bruno@clisp.org>
18432
18433         * lib/mbuiter.h: New file.
18434
18435 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18436
18437         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18438         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18439         and gl_GETOPT are both invoked via different paths (as happens
18440         with GNU tar CVS because it uses both argp and getopt), the former
18441         wins.
18442
18443 2005-08-16  Bruno Haible  <bruno@clisp.org>
18444
18445         * modules/tls: New file.
18446         * MODULES.html.sh (Multithreading): Add tls.
18447
18448 2005-08-16  Bruno Haible  <bruno@clisp.org>
18449
18450         * modules/strnlen1: New file.
18451         * MODULES.html.sh (String handling): Add strnlen1.
18452
18453 2005-08-16  Bruno Haible  <bruno@clisp.org>
18454
18455         * modules/strcase (Files): Add m4/mbrtowc.m4.
18456         (Depends-on): Add strnlen1, mbchar.
18457
18458 2005-08-16  Bruno Haible  <bruno@clisp.org>
18459
18460         * modules/mbiter: New file.
18461         * MODULES.html.sh (Extended multibyte and wide character utilities):
18462         Add mbiter.
18463
18464 2005-08-16  Bruno Haible  <bruno@clisp.org>
18465
18466         * modules/mbfile: New file.
18467         * MODULES.html.sh (Extended multibyte and wide character utilities):
18468         Add mbfile.
18469
18470 2005-08-16  Bruno Haible  <bruno@clisp.org>
18471
18472         * modules/mbchar: New file.
18473         * MODULES.html.sh (Extended multibyte and wide character utilities):
18474         New section.
18475
18476 2005-08-16  Bruno Haible  <bruno@clisp.org>
18477
18478         * m4/tls.m4: New file, from GNU gettext.
18479
18480 2005-08-16  Bruno Haible  <bruno@clisp.org>
18481
18482         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18483         always.
18484         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18485
18486 2005-08-16  Bruno Haible  <bruno@clisp.org>
18487
18488         * m4/mbiter.m4: New file.
18489
18490 2005-08-16  Bruno Haible  <bruno@clisp.org>
18491
18492         * m4/mbfile.m4: New file.
18493
18494 2005-08-16  Bruno Haible  <bruno@clisp.org>
18495
18496         * m4/mbchar.m4: New file.
18497
18498 2005-08-16  Bruno Haible  <bruno@clisp.org>
18499
18500         * lib/tls.h: New file, from GNU gettext.
18501         * lib/tls.c: New file, from GNU gettext.
18502
18503 2005-08-16  Bruno Haible  <bruno@clisp.org>
18504
18505         * lib/strnlen1.h: New file.
18506         * lib/strnlen1.c: New file.
18507
18508 2005-08-16  Bruno Haible  <bruno@clisp.org>
18509
18510         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18511         (mbi_init): Update.
18512         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18513         NUL byte, not after it.
18514
18515 2005-08-16  Bruno Haible  <bruno@clisp.org>
18516
18517         * lib/strcase.h (strcasecmp): Add note in comments.
18518         * lib/strncasecmp.c: Use code from strcasecmp.c.
18519         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18520         (strcasecmp): Work correctly in multibyte locales.
18521
18522 2005-08-16  Bruno Haible  <bruno@clisp.org>
18523
18524         * lib/mbiter.h: New file.
18525
18526 2005-08-16  Bruno Haible  <bruno@clisp.org>
18527
18528         * lib/mbfile.h: New file.
18529
18530 2005-08-16  Bruno Haible  <bruno@clisp.org>
18531
18532         * lib/mbchar.h: New file.
18533         * lib/mbchar.c: New file.
18534
18535 2005-08-16  Bruno Haible  <bruno@clisp.org>
18536
18537         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18538         the valid ones. Makes the comparison operations transitive:
18539         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18540         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18541
18542 2005-08-15  Simon Josefsson  <jas@extundo.com>
18543
18544         * modules/ssize_t (License): Change to 'unlimited'.
18545
18546         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18547
18548 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18549
18550         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18551         Add comments for each pending glibc patch.
18552
18553 2005-08-15  Bruno Haible  <bruno@clisp.org>
18554
18555         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18556         __cplusplus is defined.
18557
18558 2005-08-14  Jim Meyering  <jim@meyering.net>
18559
18560         Sync from coreutils.
18561
18562         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18563         Use the hash-table-based cycle-detection code not just when
18564         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18565         Reported by James Youngman in
18566         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18567         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18568         FTS_TIGHT_CYCLE_CHECK.
18569         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18570         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18571         once again.
18572         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18573         * lib/fts.c (fd_safer): Remove decl.
18574         Include fcntl--.h rather than unistd-safer.h
18575         (fts_safe_changedir): Don't call fd_safer; no longer needed
18576         now that we include fcntl--.h.
18577
18578 2005-08-12  Simon Josefsson  <jas@extundo.com>
18579
18580         * modules/getndelim2: Use ssize_t module.
18581         * modules/getnline: Likewise.
18582         * modules/safe-read: Likewise.
18583         * modules/xreadlink: Likewise.
18584
18585         * modules/ssize_t: New file.
18586
18587 2005-08-12  Simon Josefsson  <jas@extundo.com>
18588
18589         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18590
18591 2005-08-12  Simon Josefsson  <jas@extundo.com>
18592
18593         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18594         ssize_t.
18595
18596 2005-08-12  Simon Josefsson  <jas@extundo.com>
18597
18598         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18599         readline, getdelim and check_version.
18600         (Support for systems lacking ISO C 99: Sizes of integer types):
18601         Add size_max.
18602
18603 2005-08-12  Bruno Haible  <bruno@clisp.org>
18604
18605         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18606
18607 2005-08-11  Simon Josefsson  <jas@extundo.com>
18608
18609         * modules/readline: New file.
18610
18611         * modules/strnlen (Files): Add strnlen.h.
18612
18613 2005-08-11  Simon Josefsson  <jas@extundo.com>
18614
18615         * m4/readline.m4: New file.
18616
18617 2005-08-11  Simon Josefsson  <jas@extundo.com>
18618
18619         * lib/readline.h, readline.c: New file.
18620
18621 2005-08-11  Simon Josefsson  <jas@extundo.com>
18622
18623         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18624         gl_AVOID.
18625
18626 2005-08-11  Bruno Haible  <bruno@clisp.org>
18627
18628         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18629
18630 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18631
18632         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18633
18634 2005-08-10  Simon Josefsson  <jas@extundo.com>
18635
18636         * tests/test-iconvme.c: New file.
18637
18638 2005-08-10  Simon Josefsson  <jas@extundo.com>
18639
18640         * m4/strnlen.m4: New file.
18641
18642         * m4/strndup.m4: Don't check for strnlen declaration, done in
18643         strnlen.m4.
18644
18645 2005-08-10  Simon Josefsson  <jas@extundo.com>
18646
18647         * lib/strndup.c: Use strnlen.h.
18648
18649         * lib/strnlen.h: New file.
18650
18651 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18652
18653         * README: Typos.
18654
18655 2005-08-02  Simon Josefsson  <jas@extundo.com>
18656
18657         * modules/readline: New file.
18658
18659 2005-08-02  Simon Josefsson  <jas@extundo.com>
18660
18661         * modules/getdelim: New file.
18662
18663         * modules/getline: Rewrite, don't use getndelim2.
18664
18665 2005-08-02  Simon Josefsson  <jas@extundo.com>
18666
18667         * m4/getline.m4: Separate out getdelim stuff into separate module.
18668
18669         * m4/getdelim.m4: New file.
18670
18671 2005-08-02  Simon Josefsson  <jas@extundo.com>
18672
18673         * lib/getline.h, getline.c: Rewrite.
18674
18675         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18676
18677 2005-07-31  Bruno Haible  <bruno@clisp.org>
18678
18679         * lib/lock.h (gl_lock_initializer): New macro.
18680         (gl_lock_define_initialized): Use it.
18681         (gl_rwlock_initializer): New macro.
18682         (gl_rwlock_define_initialized): Use it.
18683         (gl_recursive_lock_initializer): New macro.
18684         (gl_recursive_lock_define_initialized): Use it.
18685
18686 2005-07-30  Karl Berry  <karl@gnu.org>
18687
18688         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18689         Report from Ben Pfaff, regarding getopt.
18690
18691 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18692
18693         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18694         normal way.
18695         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18696         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18697         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18698         (gl_GETOPT): Use the new macros.  Most of the implementation
18699         is moved to the new macros.  This is for programs like Emacs
18700         that don't want all the functionality of gl_GETOPT.
18701
18702 2005-07-26  Bruno Haible  <bruno@clisp.org>
18703
18704         * m4/lock.m4: Update from GNU gettext.
18705
18706 2005-07-26  Bruno Haible  <bruno@clisp.org>
18707
18708         * lib/lock.h: Update from GNU gettext.
18709         * lib/lock.c: Update from GNU gettext.
18710
18711 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18712
18713         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18714         obsolescent AC_TRY_RUN.  Include the default includes files, for
18715         'exit'.
18716
18717 2005-07-24  Bruno Haible  <bruno@clisp.org>
18718
18719         * modules/visibility: New file.
18720         * MODULES.html.sh (Misc): Add visibility.
18721
18722 2005-07-24  Bruno Haible  <bruno@clisp.org>
18723
18724         * m4/visibility.m4: New file.
18725
18726 2005-07-24  Bruno Haible  <bruno@clisp.org>
18727
18728         * doc/visibility.texi: New file.
18729
18730 2005-07-22  Bruno Haible  <bruno@clisp.org>
18731
18732         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18733         $(ALLOCA_H), redundant through BUILT_SOURCES.
18734         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18735         redundant through BUILT_SOURCES.
18736         * modules/byteswap (Makefile.am): Remove explicit dependency on
18737         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18738         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18739         $(FNMATCH_H), redundant through BUILT_SOURCES.
18740         * modules/getopt (Makefile.am): Remove explicit dependency on
18741         $(GETOPT_H), redundant through BUILT_SOURCES.
18742         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18743         redundant through BUILT_SOURCES.
18744         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18745         redundant through BUILT_SOURCES.
18746         * modules/stdbool (Makefile.am): Remove explicit dependency on
18747         $(STDBOOL_H), redundant through BUILT_SOURCES.
18748         * modules/stdint (Makefile.am): Remove explicit dependency on
18749         $(STDINT_H), redundant through BUILT_SOURCES.
18750         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18751         Remove explicit dependency on $(SYSEXITS_H).
18752         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18753
18754 2005-07-18  Simon Josefsson  <jas@extundo.com>
18755
18756         * lib/check-version.c (check_version): Accept identical versions too.
18757
18758 2005-07-18  Bruno Haible  <bruno@clisp.org>
18759
18760         * modules/lock: New file.
18761         * MODULES.html.sh (Multithreading): New section.
18762
18763 2005-07-18  Bruno Haible  <bruno@clisp.org>
18764
18765         * m4/lock.m4: New file, from GNU gettext.
18766
18767 2005-07-18  Bruno Haible  <bruno@clisp.org>
18768
18769         * lib/lock.h: New file, from GNU gettext.
18770         * lib/lock.c: New file, from GNU gettext.
18771
18772 2005-07-18  Bruno Haible  <bruno@clisp.org>
18773
18774         * lib/lock.h (gl_once_t): New type.
18775         (gl_once_define, gl_once): New macros.
18776         * lib/lock.c (fresh_once): New variable.
18777         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18778         functions.
18779
18780 2005-07-16  Simon Josefsson  <jas@extundo.com>
18781
18782         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18783         workaround, suggested by Bruno.
18784
18785 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18786
18787         * modules/xalloc (Depends-on): Add xalloc-die.
18788         * modules/xvasprintf (Depends-on): Add xalloc-die.
18789
18790 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18791
18792         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18793         with a minor change.
18794
18795 2005-07-15  Bruno Haible  <bruno@clisp.org>
18796
18797         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18798         When using lib/poll.c, define poll as rpl_poll.
18799
18800 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         * modules/argp (Depends-on): Remove unlocked-io.
18803
18804 2005-07-14  Derek Price  <derek@ximbiot.com>
18805
18806         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18807         for glob symlink bug.
18808
18809 2005-07-14  Bruno Haible  <bruno@clisp.org>
18810
18811         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18812         Instead, test for *_unlocked function declarations directly.
18813
18814 2005-07-11  Simon Josefsson  <jas@extundo.com>
18815
18816         * modules/size_max: New file.
18817
18818         * modules/xsize: Depend on size_max module for size_max.m4.
18819
18820 2005-07-11  Simon Josefsson  <jas@extundo.com>
18821
18822         * lib/size_max.h: New file.
18823
18824 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18825
18826         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18827         copyright symbol and the year.
18828         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18829         (version_etc_va): Use parameterized copyright notice.
18830         Reword to conform to the current GNU coding standards.
18831
18832 2005-07-11  Karl Berry  <karl@gnu.org>
18833
18834         * doc/gnulib.texi (Quoting): new node.
18835         (Initial import): more info, from Patrice.
18836
18837 2005-07-11  Bruno Haible  <bruno@clisp.org>
18838
18839         * gnulib-tool (func_usage): Document option --avoid.
18840         (Command line options): Handle --avoid.
18841         (func_acceptable): New function.
18842         (func_modules_transitive_closure): Use it.
18843
18844 2005-07-11  Bruno Haible  <bruno@clisp.org>
18845
18846         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18847         Reported by Jim Meyering.
18848
18849 2005-07-10  Bruno Haible  <bruno@clisp.org>
18850
18851         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18852         Needed when size_t is smaller than 'unsigned int'.
18853         Reported by Paul Eggert.
18854
18855 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18856
18857         * modules/argp (Depends-on): Add unlocked-io
18858
18859 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18860
18861         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18862         block of defines.
18863
18864 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18865
18866         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18867         fix now.
18868
18869 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18870         and Paul Eggert  <eggert@cs.ucla.edu>
18871
18872         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18873         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18874
18875 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18876
18877         * modules/regex (Files): Add lib/regex_internal.c,
18878         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18879         (Depends-on): Add extensions.
18880         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18881
18882 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18883
18884         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18885         pathconf.
18886         * m4/same.m4 (gl_SAME): Likewise.
18887         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18888
18889         * m4/regex.m4: Adjust to new libc regex implementation.
18890         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18891         all the .c and .h parts of (the new) regex.
18892         Quote the m4 stuff better.
18893         Check for RE_ICASE bug of old gnulib.
18894         Check for REG_STARTEND of recent libc.
18895         Rename local variables from jm_* to gl_*.
18896         Quote operand of "test -f".
18897         Say "recent enough" version of libc, not "version 2".
18898         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18899         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18900         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18901         Remove check for btowc, isascii.
18902         Require AM_LANGINFO_CODESET.
18903
18904 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18905
18906         * lib/regex.c, regex.h: Sync from libc.
18907         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18908         * lib/regexec.c:
18909         New files, synced from libc, except that regex_internal.h
18910         currently has a small porting fix.
18911
18912 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18913
18914         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
18915         regex_internal.c, regexec.c.
18916         Add regex_internal.h too, but as a comment, since the libc version
18917         is currently broken in gnulib mode.
18918
18919 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18920
18921         Support programs like Emacs that use gnulib but not gettext.
18922         * MODULES.html.sh (Internationalization functions): Add gettext-h.
18923         * modules/gettext-h: New file.
18924         * modules/gettext (Files): Remove lib/gettext.h.
18925         (Depends-on): Add gettext-h.
18926         (Makefile.am): Remove lib_SOURCES.
18927         * modules/argmatch, modules/c-stack, modules/closeout:
18928         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
18929         * modules/execute, modules/file-type, modules/getaddrinfo:
18930         * modules/getopt, modules/human, modules/javacomp:
18931         * modules/javaexec, modules/mkdir-p, modules/obstack:
18932         * modules/openat, modules/pagealign_alloc, modules/pipe:
18933         * modules/quotearg, modules/regex, modules/rpmatch:
18934         * modules/unicodeio, modules/userspec, modules/version-etc:
18935         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
18936         * modules/xsetenv:
18937         Depend on gettext-h, not gettext.
18938
18939 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18940
18941         * gnulib-tool (func_import): Add support for 'public domain' license.
18942         * modules/alloca, modules/atexit, modules/memmove:
18943         Now public domain, not GPL.
18944         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
18945         * modules/realloc, modules/strerror, modules/strtod:
18946         Now LGPL, not GPL.
18947
18948 2005-07-05  Bruno Haible  <bruno@clisp.org>
18949
18950         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
18951         autoconf CVS. Needed for mingw.
18952
18953 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18954
18955         Remove the dependency of the strftime module on the tzset module.
18956         * modules/strftime (Depends-on): Remove dependency on tzset.
18957
18958 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18959
18960         Remove the dependency of the strftime module on the tzset module.
18961         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
18962         gl_FUNC_TZSET_CLOBBER.
18963
18964 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18965
18966         Remove the dependency of the strftime module on the tzset module.
18967         * lib/strftime.c (my_strftime)
18968         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
18969         Copy the input structure, to work around some of the bug with
18970         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
18971         Solaris releases, you should also use the tzset module, but we won't
18972         require it as a dependency any more since we don't want LGPLed code
18973         to depend on GPLed code.
18974
18975 2005-07-02  Jim Meyering  <jim@meyering.net>
18976
18977         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
18978         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
18979         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
18980         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
18981
18982 2005-07-02  Jim Meyering  <jim@meyering.net>
18983
18984         * lib/backupfile.c (backup_args): Change a `0' to NULL.
18985
18986 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18987
18988         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
18989         declares only 'struct timespec;' (!).
18990
18991 2005-07-01  Jim Meyering  <jim@meyering.net>
18992
18993         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
18994         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
18995         * lib/save-cwd.c, tempname.c:
18996         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18997         and don't include <sys/file.h>).
18998
18999 2005-06-29  Jim Meyering  <jim@meyering.net>
19000
19001         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19002         type name.  Use the variable name instead.
19003         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19004         Likewise.
19005
19006 2005-06-28  Simon Josefsson  <jas@extundo.com>
19007
19008         * modules/check-version (Files): Add check-version.m4.
19009
19010 2005-06-28  Simon Josefsson  <jas@extundo.com>
19011
19012         * m4/check-version.m4: New file, suggested by Jim Meyering
19013         <jim@meyering.net>.
19014
19015 2005-06-28  Simon Josefsson  <jas@extundo.com>
19016
19017         * lib/check-version.h, lib/check-version.c: New files.
19018
19019 2005-06-28  Simon Josefsson  <jas@extundo.com>
19020
19021         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19022         collision with global variable.  Better indentation.  Don't
19023         increment buffer pointer beyond buffer end.  Based on comments
19024         from Paul Eggert <eggert@cs.ucla.edu>.
19025
19026         * lib/base64.h: Indent.
19027
19028 2005-06-28  Simon Josefsson  <jas@extundo.com>
19029
19030         * doc/gnulib.texi (Library version handling): New section.
19031
19032 2005-06-28  Jim Meyering  <jim@meyering.net>
19033
19034         * check-module (find_included_lib_files): Hard-code another
19035         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19036         but modules/fts-lgpl (correctly) does not list those files.
19037
19038         * modules/canonicalize (Files): Add lib/pathmax.h.
19039
19040 2005-06-25  Simon Josefsson  <jas@extundo.com>
19041
19042         * modules/check-version: New file.
19043
19044 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19045
19046         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19047         initializer of struct addrinfo, as an indication that we don't
19048         care how many members the structure has.
19049
19050 2005-06-24  Derek Price  <derek@ximbiot.com>
19051         and Bruno Haible  <bruno@clisp.org>
19052
19053         Remove stat module & update lstat.
19054         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19055         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19056         * m4/stat.m4: Remove this file.
19057
19058 2005-06-24  Derek Price  <derek@ximbiot.com>
19059         and Bruno Haible  <bruno@clisp.org>
19060
19061         Remove stat module & update lstat.
19062         * lib/stat.c: Remove this file...
19063         (slash_aware_lstat): ...moving this content and its support...
19064         * lib/lstat.c (rpl_lstat): ...into here.
19065         * lib/lstat.h: New file.
19066
19067 2005-06-24  Derek Price  <derek@ximbiot.com>
19068         and Bruno Haible  <bruno@clisp.org>
19069
19070         Remove stat module & update lstat.
19071         * config/srclist.txt (libc sources): Remove stat.
19072
19073 2005-06-24  Derek Price  <derek@ximbiot.com>
19074         and Bruno Haible  <bruno@clisp.org>
19075
19076         Remove stat module & update lstat.
19077         * MODULES.html.sh (stat): Remove.
19078         * MODULES.html: Regenerated.
19079         * modules/lstat (Description): Correct function name.
19080         (Files): Add "lstat.h".
19081         (Depends-on): Remove stat, add xalloc, stat-macros.
19082         * modules/stat: Remove this file.
19083         (Include): Add "lstat.h", remove <sys/stat.h>.
19084
19085 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19086
19087         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19088         (ranged_convert): Don't save conversion in a temporary struct.
19089         This causes a warning with GCC 4.0.0, and anyway in the typical
19090         case it's not worth the extra 100 bytes or so of code.
19091         (ranged_convert, __mktime_internal): When calling a function via a
19092         pointer P, use P () rather than (*P) (), as we now assume C89 or
19093         better.
19094
19095 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19096
19097         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19098         "who -r" failed to give output.  Problem reported by Tim Waugh.
19099
19100         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19101         (xcalloc): Use it to avoid needless tests.
19102         Problem reported by Jim Meyering.
19103
19104 2005-06-20  Derek Price  <derek@ximbiot.com>
19105
19106         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19107         unnecessary for Autoconfs > 2.59c.
19108
19109 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19110
19111         * lib/argp.h (__option_is_short): Check upper limit of
19112         __key. Isprint() requires its argument to have the value
19113         of an unsigned char or EOF.
19114
19115 2005-06-16  Jim Meyering  <jim@meyering.net>
19116
19117         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19118         when either N or S is zero.
19119
19120 2005-06-16  Derek Price  <derek@ximbiot.com>
19121
19122         * m4/bison.m4: Declare YACC & YFLAGS precious.
19123
19124 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19125
19126         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19127         multibyte string or pattern, fall back on unibyte matching.
19128         Problem reported by James Youngman.
19129
19130 2005-06-08  Bruno Haible  <bruno@clisp.org>
19131
19132         * modules/csharpcomp: New file.
19133         * MODULES.html.sh (C#): Add csharpcomp.
19134
19135 2005-06-08  Bruno Haible  <bruno@clisp.org>
19136
19137         * m4/csharpcomp.m4: New file, from GNU gettext.
19138
19139 2005-06-08  Bruno Haible  <bruno@clisp.org>
19140
19141         * lib/csharpcomp.h: New file, from GNU gettext.
19142         * lib/csharpcomp.c: New file, from GNU gettext.
19143         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19144
19145 2005-06-08  Bruno Haible  <bruno@clisp.org>
19146
19147         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19148         warning on mingw.
19149
19150 2005-06-07  Derek Price  <derek@ximbiot.com>
19151
19152         Sync from CVS.
19153         * lib/glob_.h: Indent nested #ifdef.
19154
19155 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19156
19157         Sync from coreutils.
19158         Use "file name" when talking about file names, instead of "filename"
19159         or "path", as per the GNU coding standards.
19160         * lib/mkdir-p.c: Renamed from makepath.c.
19161         (make_dir_parents): Renamed from make_path.  All callers changed.
19162         * lib/mkdir-p.h: Likewise.  All includers changed.
19163         * lib/filenamecat.c: Renamed from path-concat.c.
19164         (file_name_concat): Renamed from path_concat.  All callers changed.
19165         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19166         * lib/filenamecat.h: Likewise.  All includers changed.
19167         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19168         in comments or local variable names.
19169         * lib/basename.c: Likewise.
19170         * lib/canonicalize.c, canonicalize.h: Likewise.
19171         * lib/dirname.c, dirname.h: Likewise.
19172         * lib/euidaccess.c: Likewise.
19173         * lib/exclude.c: Likewise
19174         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19175         * lib/fsusage.c, fsuage.h: Likewise.
19176         * lib/fts.c, fts_.h: Likewise.
19177         * lib/getcwd.c: Likewise.
19178         * lib/getloadavg.c: Likewise.
19179         * lib/mkstemp.c: Likewise.
19180         * lib/mountlist.c, mountlist.h: Likewise.
19181         * lib/openat.c, openat.h: Likewise.
19182         * lib/readlink-stub.c: Likewise.
19183         * lib/readutmp.c, readutmp.h: Likewise.
19184         * lib/rename.c: Likewise.
19185         * lib/rmdir.c: Likewise.
19186         * lib/same.c: Likewise.
19187         * lib/savedir.c: Likewise.
19188         * lib/stripslash.c: Likewise.
19189         * lib/tempname.c: Likewise.
19190         * lib/xreadlink.c: Likewise.
19191         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19192         All uses changed.
19193         * lib/exclude.h: Likewise.
19194
19195         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19196         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19197         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19198         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19199         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19200         files have been getting away with it for years (MORE/BSD 4.3
19201         is extinct now).
19202         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19203         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19204
19205         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19206         Define to 256, not 255, as per modern POSIX.
19207
19208 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19209
19210         Sync from coreutils.
19211         Use "file name" when talking about file names, instead of "filename"
19212         or "path", as per the GNU coding standards.
19213         * MODULES.html.sh: mkdir-p renamed from makepath.
19214         filenamecat renamed from path-concat.
19215         * modules/filenamecat: Renamed from modules/path-concat.
19216         (Files): filenamecat.h and filenamecat.c renamed from
19217         path-concat.h and path-concat.c.
19218         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19219         (Include): filenamecat.h, not path-concat.h.
19220         * modules/mkdir-p: Renamed from modules/makepath.
19221         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19222         makepath.c.
19223         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19224         (Include): mkdir-p.h, not makepath.h.
19225
19226 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19227
19228         Sync from coreutils.
19229         * m4/mkdir-p.m4: Renamed from makepath.m4.
19230         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19231         Rename files from makepath.c to mkdir-p.c, and from
19232         makepath.h to mkdir-p.h.
19233         * m4/filenamecat.m4: Renamed from path-concat.m4.
19234         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19235         Rename files from path-concat.c to filenamecat.c,
19236         and from path-concat.h to filenamecat.h.
19237         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19238         "file name" in local variables or comments.
19239         * m4/rename.m4: Likewise.
19240
19241 2005-06-01  Bruno Haible  <bruno@clisp.org>
19242
19243         * modules/csharpexec: New file.
19244         * MODULES.html.sh (C#): New section.
19245
19246 2005-06-01  Bruno Haible  <bruno@clisp.org>
19247
19248         * m4/csharp.m4: New file, from GNU gettext.
19249         * m4/csharpexec.m4: New file, from GNU gettext.
19250
19251 2005-06-01  Bruno Haible  <bruno@clisp.org>
19252
19253         * lib/csharpexec.h: New file, from GNU gettext.
19254         * lib/csharpexec.c: New file, from GNU gettext.
19255         * lib/csharpexec.sh.in: New file, from GNU gettext.
19256
19257 2005-05-31  Derek Price  <derek@ximbiot.com>
19258             Paul Eggert  <eggert@cs.ucla.edu>
19259
19260         Sync from cvs.
19261         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19262
19263 2005-05-31  Derek Price  <derek@ximbiot.com>
19264             Paul Eggert  <eggert@cs.ucla.edu>
19265
19266         Sync from cvs.
19267         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19268
19269 2005-05-29  Derek Price  <derek@ximbiot.com>
19270
19271         * config/srclist.txt (glob_.h, glob.c): Add these files.
19272
19273 2005-05-29  Derek Price  <derek@ximbiot.com>
19274
19275         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19276         * modules/glob: New file.
19277         * modules/getlogin_r: Add link to POSIX spec in description.
19278
19279 2005-05-29  Derek Price  <derek@ximbiot.com>
19280             Paul Eggert  <eggert@cs.ucla.edu>
19281
19282         * m4/glob.m4: New file.
19283
19284 2005-05-29  Derek Price  <derek@ximbiot.com>
19285             Paul Eggert  <eggert@cs.ucla.edu>
19286
19287         * lib/glob_.h, lib/glob.c: New files.
19288
19289 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19290
19291         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19292         * modules/fts-lgpl (Depends-on): Remove gettext.
19293
19294 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19295
19296         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19297         and don't require gt_INTTYPES_PRI.
19298
19299 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19300
19301         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19302
19303         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19304         the configuration hassle isn't worth it.
19305         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19306         (LONGEST_MODIFIER, PRIuMAX): Remove.
19307
19308 2005-05-27  Bruno Haible  <bruno@clisp.org>
19309
19310         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19311
19312 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19313
19314         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19315         _POSIX_PTHREAD_SEMANTICS for Solaris.
19316
19317 2005-05-25  Derek Price  <derek@ximbiot.com>
19318
19319         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19320
19321 2005-05-25  Derek Price  <derek@ximbiot.com>
19322             Paul Eggert  <eggert@cs.ucla.edu>
19323
19324         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19325         * lib/getlogin_r.c, getlogin_r.h: New files.
19326
19327 2005-05-25  Bruno Haible  <bruno@clisp.org>
19328             Derek Price  <derek@ximbiot.com>
19329
19330         * lib/getlogin_r.h: Simplify API documentation.
19331
19332 2005-05-23  Derek Price  <derek@ximbiot.com>
19333
19334         * modules/minmax (Files): Add m4/minmax.m4.
19335         (configure.ac): Add gl_MINMAX.
19336
19337 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19338
19339         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19340         so that unistd-safer.h (GPL'ed code) need not be included.
19341
19342 2005-05-22  Bruno Haible  <bruno@clisp.org>
19343
19344         * m4/minmax.m4: New file.
19345         Based on a patch by Derek Price <derek@ximbiot.com>.
19346
19347 2005-05-22  Bruno Haible  <bruno@clisp.org>
19348
19349         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19350         (INT64_MIN): Fix definition.
19351         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19352
19353         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19354         NEED_SIGNED_INT_TYPES.
19355
19356         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19357         HAVE_SYSTEM_INTTYPES.
19358
19359 2005-05-22  Bruno Haible  <bruno@clisp.org>
19360
19361         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19362         Also include <sys/param.h> if it defines MIN, MAX.
19363         Based on a patch by Derek Price <derek@ximbiot.com>.
19364
19365 2005-05-21  Jim Meyering  <jim@meyering.net>
19366
19367         * modules/fts (Files): Add m4/inttypes-pri.m4.
19368         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19369
19370 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19371
19372         New fts module.
19373         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19374         (setup_dir, free_dir): New functions.
19375         (enter_dir, leave_dir): Define trivial
19376         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19377         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19378         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19379         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19380         Move to fts-cycle.c.
19381         (fts_open): Use setup_dir.
19382         (fts_close): Use free_dir.
19383         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19384         This adds a label and some gotos, but the alternatives were messier.
19385         Check for memory allocation failure when entering a dir.
19386         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19387         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19388         (FTS): New member fts_cycle, that is a union that contains the
19389         old active_dir_ht and cycle_state.  All uses changed to mention
19390         fts_cycle.ht and fts_cycle.state.
19391         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19392         fts.c, with the following changes:
19393         (setup_dir, free_dir): New functions.
19394         (enter_dir): Now returns bool.  Return true if successful, false
19395         if memory exhausted.  All callers changed.
19396         Do not bother partly cleaning up on
19397         memory allocation failure; that is free_dir's job.
19398         However, free ad if hash_insert fails, to avoid memory leak.
19399         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19400         fts->fts_options to see which union member to use.
19401
19402 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19403
19404         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19405         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19406
19407 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19408
19409         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19410
19411 2005-05-20  Jim Meyering  <jim@meyering.net>
19412
19413         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19414         Now a macro, to pacify GCC.
19415
19416 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19417
19418         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19419         of -1.
19420
19421 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19422
19423         * lib/chown.c (rpl_chown): Return -1 on failure.
19424
19425 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19426
19427         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19428         Don't check for stddef.h.
19429         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19430         don't use its results.
19431         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19432         since we include them unconditionally.  Don't require
19433         AM_STDBOOL_H, since stdbool is a prerequisite.
19434         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19435         since we assume C89 or better.
19436         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19437         as we don't use their results.
19438         Don't check for fchdir, memmove, memset, strrchr, as we use
19439         them unconditionally.
19440         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19441         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19442
19443 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19444
19445         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19446         Include <stddef.h> unconditionally, since we assume C89 now.
19447         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19448         * lib/fts.c: Include fts_.h first, to check interface.
19449         Do not include intprops.h; no longer needed.
19450         Include cycle-check.h and hash.h, since fts_.h no longer does.
19451         Remove unnecessary casts of closedir to void.
19452         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19453         decide whether to decrement nlinks.
19454         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19455         (FTS): Use struct hash_table * instead of Hash_table, so that
19456         we no longer need to include hash.h here.
19457
19458 2005-05-18  Jim Meyering  <jim@meyering.net>
19459
19460         * modules/dirfd (License): Change to LGPL.  Most of the code
19461         is already in the public domain.
19462
19463 2005-05-18  Jim Meyering  <jim@meyering.net>
19464
19465         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19466         Reported by Yoann Vandoorselaere.
19467
19468 2005-05-17  Jim Meyering  <jim@meyering.net>
19469
19470         * m4/fts.m4: New file, from coreutils.
19471
19472 2005-05-17  Jim Meyering  <jim@meyering.net>
19473
19474         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19475
19476 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19477
19478         Sync from coreutils.
19479         * m4/unlinkdir.m4: New file.
19480
19481 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19482
19483         Sync from coreutils.
19484         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19485         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19486         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19487         White space changes only.
19488         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19489         special.
19490         * lib/yesno.c: Include getline.h, not ctype.h.
19491         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19492         Use getline to remove arbitrary restriction on response length.
19493
19494 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19495
19496         * config/srclist-update: Spell out "Street" in FSF postal
19497         mail address; this is the style the FSF seems to prefer.
19498
19499         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19500         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19501         this updates FSF postal mail address.
19502
19503         Sync from coreutils.
19504         * modules/unlinkdir: New file.
19505         * modules/yesno (Depends-on): Add getline.
19506         * MODULES.html.sh (File system functions): Add unlinkdir.
19507
19508 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19509
19510         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19511         lib/strsep.h:
19512         Change the initial comment to refer to GPL, not LGPL.
19513         gnulib-tool will change it to LGPL as needed.
19514
19515         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19516         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19517         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19518         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19519         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19520         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19521         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19522         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19523         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19524         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19525         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19526         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19527         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19528         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19529         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19530         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19531         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19532         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19533         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19534         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19535         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19536         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19537         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19538         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19539         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19540         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19541         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19542         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19543         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19544         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19545         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19546         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19547         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19548         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19549         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19550         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19551         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19552         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19553         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19554         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19555         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19556         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19557         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19558         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19559         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19560         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19561         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19562         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19563         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19564         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19565         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19566         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19567         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19568         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19569         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19570         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19571         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19572         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19573         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19574         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19575         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19576         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19577         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19578         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19579         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19580         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19581         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19582         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19583         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19584         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19585         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19586         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19587         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19588         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19589         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19590         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19591         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19592         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19593         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19594         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19595         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19596         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19597         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19598         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19599         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19600         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19601         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19602         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19603         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19604         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19605         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19606         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19607         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19608         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19609         lib/yesno.c, lib/yesno.h:
19610         Update FSF postal mail address.
19611
19612 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19613
19614         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19615         tests/test-memmem.c, tests/test-stpncpy.c:
19616         Update FSF postal mail address.
19617
19618 2005-05-13  Bruno Haible  <bruno@clisp.org>
19619
19620         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19621         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19622         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19623         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19624         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19625         Add support for 64-bit integers in the MSVC compiler.
19626
19627 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19628
19629         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19630
19631 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19632
19633         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19634
19635 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19636
19637         * doc/getdate.texi (General date syntax): Don't say that date
19638         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19639         Problem reported by Nic Ferrier.
19640
19641 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19642
19643         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19644         specified in ai_socktype. Fix invalid ai_protocol
19645         check. ai_protocol is usually set to 0 or depending on
19646         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19647         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19648         ai_socktype / ai_protocol in the returned addrinfo structure.
19649
19650 2005-05-10  Simon Josefsson  <jas@extundo.com>
19651
19652         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19653         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19654
19655 2005-05-10  Karl Berry  <karl@gnu.org>
19656
19657         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19658         (from http://www.gnu.org/licenses).
19659         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19660         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19661         fdl.texi suffices.
19662
19663 2005-05-10  Karl Berry  <karl@gnu.org>
19664
19665         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19666         (COPYING.DOC): remove.
19667
19668         * config/srclist-update: new FSF address.
19669
19670 2005-05-10  Derek Price  <derek@ximbiot.com>
19671
19672         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19673         possible.
19674
19675 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19676             Bruno Haible  <bruno@clisp.org>
19677
19678         * modules/inet_ntop: New file.
19679         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19680         inet_ntop.
19681
19682 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19683             Bruno Haible  <bruno@clisp.org>
19684
19685         * m4/inet_ntop.m4: New file.
19686
19687 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19688             Bruno Haible  <bruno@clisp.org>
19689
19690         * lib/inet_ntop.h: New file.
19691         * lib/inet_ntop.c: New file, from glibc with modifications.
19692
19693 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19694
19695         * modules/time_r (License): Change to LGPL.
19696         * modules/extensions (License): Change to LGPL.  Actually,
19697         the license is more permissive than that, but currently gnulib-tool
19698         doesn't know how to handle more-permissive licenses.
19699
19700         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19701         Problem reported by Dave Love.
19702
19703 2005-05-08  Jim Meyering  <jim@meyering.net>
19704
19705         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19706         blank.
19707
19708 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19709
19710         * modules/argmatch (Depends-on): Add stdbool.
19711         * modules/backupfile (Depends-on): Likewise.
19712         * modules/chdir-long (Depends-on): Likewise.
19713         * modules/closeout (Depends-on): Likewise.
19714         * modules/cycle-check (Depends-on): Likewise.
19715         * modules/dirname (Depends-on): Likewise.
19716         * modules/fnmatch (Depends-on): Likewise.
19717         * modules/fsusage (Depends-on): Likewise.
19718         * modules/fwriteerror (Depends-on): Likewise.
19719         * modules/getcwd (Depends-on): Likewise.
19720         * modules/getloadavg (Depends-on): Likewise.
19721         * modules/hard-locale (Depends-on): Likewise.
19722         * modules/makepath (Depends-on): Likewise.
19723         * modules/mountlist (Depends-on): Likewise.
19724         * modules/nanosleep (Depends-on): Likewise.
19725         * modules/posixtm (Depends-on): Likewise.
19726         * modules/quotearg (Depends-on): Likewise.
19727         * modules/readtokens (Depends-on): Likewise.
19728         * modules/readtokens0 (Depends-on): Likewise.
19729         * modules/readutmp (Depends-on): Likewise.
19730         * modules/save-cwd (Depends-on): Likewise.
19731         * modules/strftime (Depends-on): Likewise.
19732         * modules/userspec (Depends-on): Likewise.
19733         * modules/utimecmp (Depends-on): Likewise.
19734         * modules/xgetcwd (Depends-on): Likewise.
19735         * modules/xnanosleep (Depends-on): Likewise.
19736         * modules/xstrtod (Depends-on): Likewise.
19737         * modules/yesno (Depends-on): Likewise.
19738
19739 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19740
19741         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19742         needless checks.
19743
19744 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19745
19746         Merge from coreutils.  Among other things,
19747         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19748         * lib/fd-safer.c: New file.
19749         * lib/fcntl-safer.h, open-safer.c: Remove.
19750         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19751         * lib/dup-safer.c: Include unistd-safer.h first.
19752         Don't include errno.h.
19753         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19754         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19755         * lib/file-type.c: Rely on file-type.h change.
19756         * lib/getloadavg.c: Include unistd-safer.h.
19757         (getloadavg): Use safer open.
19758         * lib/getusershell.c: Include "stdio-safer.h".
19759         (getusershell): Use safer fopen.
19760         * lib/long-options.c (long_options): Use NULL rather than 0.
19761         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19762         'free'.
19763         * lib/modechange.c: Likewise.
19764         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19765         (MODE_DONE): New constant.
19766         (struct mode_change): Remove 'next' member.
19767         (make_node_op_equals): New function; like the old one of the
19768         same name, except it allocates an array.
19769         (mode_compile, mode_create_from_ref): Use it.
19770         (mode_compile): Allocate result as an array, not a linked list.
19771         Parse octal string ourself, so that we catch mistakes like "+0".
19772         (mode_adjust): Arg is an array, not a linked list.
19773         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19774         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19775         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19776         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19777         Remove.  This is now stat-macros.h's job.
19778         (talloc): Remove.  All callers replaced by xalloc, so that
19779         our invokers don't have to worry about reporting memory failures.
19780         (make_node_op_equals): Remove.
19781         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19782         New constants.
19783         (struct mode_change): Moved here from modechange.h.
19784         (mode_append_entry): Remove.
19785         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19786         apps to have incorrect behavior.  Use simpler algorithm for head
19787         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19788         Detect more invalid usages rather than having somewhat-random behavior.
19789         Don't insert an "a=" action, as that leads to incorrect behavior.
19790         (mode_compile, mode_create_from_ref): Return NULL on error instead
19791         of an enum, since now there's only one way to have an error.  All
19792         callers changed.
19793         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19794         at the correct time.  Simplify calculation of "+u" and its ilk.
19795         Don't mishandle "+X".
19796         (mode_free): Remove "register" and localize decls.
19797         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19798         (struct mode_change): Move to modechange.c; callers don't
19799         need to see this stuff.
19800         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19801         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19802         (mode_change, mode_adjust): Reflect the new signatures noted above.
19803         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19804         that might redefine system include files.
19805         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19806         (my_usleep): Use NULL rather than (void *) 0.
19807         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19808         Use siginterrupt to specify that system calls should be interrupted.
19809         (rpl_nanosleep): Move initialization of suspended closer to call of
19810         my_usleep.
19811         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19812         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19813         (desirable_utmp_entry): New function.
19814         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19815         using x2nrealloc, to simplify logic.
19816         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19817         size calculation.  Do not assume utmp file is a regular file.
19818         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19819         (READ_UTMP_CHECK_PIDS): New constant.
19820         * lib/save-cwd.c: Include unistd-safer.h.
19821         (save_cwd): Use fd_safer.
19822         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19823         [!_LIBC] Include "stat-macros.h" instead.
19824         * lib/unistd-safer.h (fd_safer): New decl.
19825
19826 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19827
19828         * modules/getloadavg (Depends-on): Add unistd-safer.
19829         * modules/getusershell (Depends-on): Add stdio-safer.
19830         * modules/lstat (Depends-on): Remove xalloc.
19831         * modules/mkstemp (Depends-on): Add stat-macros.
19832         * modules/modechange (Depends-on): Remove xstrtol.
19833         Add stat-macros, xalloc.
19834         * modules/save-cwd (Depends-on): Add unistd-safer.
19835         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19836         * modules/unistd-safer (Files): Add lib/fd-safer.c
19837         (Makefile.am): Remove lib_SOURCES.
19838
19839         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19840         Remove fcntl-safer; unistd-safer supersedes it.
19841
19842 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19843
19844         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19845         AC_HEADER_STAT.
19846         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19847         (gl_PREREQ_CHOWN): Remove.
19848         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19849         it.  Don't require AC_HEADER_STAT.
19850         (gl_PREREQ_LSTAT): Remove.
19851         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19852         Don't require AC_HEADER_STAT.
19853         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19854         (gl_PREREQ_RMDIR): Remove.
19855         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19856         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19857         the stat-macros module a prerequisite.
19858         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19859         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19860         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19861         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19862         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19863         variable names.
19864         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19865         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19866         variable prefixes.
19867         * m4/fcntl-safer.m4: Remove.
19868         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19869         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19870         Invoke gl_PREREQ_FD_SAFER.
19871         (gl_PREREQ_FD_SAFER): New macro.
19872         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19873         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19874         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19875         Remove duplicate call to AC_LIBOBJ(readutmp).
19876         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19877
19878         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19879         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19880
19881 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19882
19883         * MODULES.html.sh (Misc): Add byteswap.
19884
19885 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19886
19887         * modules/getcwd (Depends-on): Add extensions.
19888         * modules/openat (Depends-on): Likewise.
19889
19890 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19891
19892         * modules/byteswap: New file.
19893
19894 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19895
19896         * m4/byteswap.m4: New file.
19897
19898 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19899
19900         * lib/byteswap_.h: New file.
19901
19902 2005-04-25  Karl Berry  <karl@gnu.org>
19903
19904         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19905
19906 2005-04-25  Albert Chin  <china@thewrittenword.com>
19907
19908         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
19909         Toolkit C bug.
19910
19911 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
19912
19913         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
19914         (func_ln_if_changed) Remove forcibly for no error message
19915         in case file does not exist.
19916
19917 2005-04-19  Simon Josefsson  <jas@extundo.com>
19918
19919         * gnulib-tool (Options): Make --symlink mean --symbolic.
19920
19921 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
19922
19923         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
19924
19925 2005-04-16  Simon Josefsson  <jas@extundo.com>
19926
19927         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
19928
19929 2005-04-15  Simon Josefsson  <jas@extundo.com>
19930
19931         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
19932
19933 2005-04-15  Simon Josefsson  <jas@extundo.com>
19934
19935         * gnulib-tool: Rename --symlink to --symbolic.
19936
19937 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
19938
19939         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
19940         symbolic links to files instead of copying/moving.  Add --aux-dir,
19941         specifying directory relative --dir where auxiliary build tools
19942         are placed.
19943
19944 2005-04-14  Bruno Haible  <bruno@clisp.org>
19945
19946         * modules/allocsa (License): Change to LGPL.
19947         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19948
19949 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19950
19951         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
19952         that "UTC +1 second" continues to work.  Problem reported
19953         by Dmitry V. Levin.
19954         (relunit_snumber): New rule.
19955         (relunit): Use it.
19956
19957 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19958
19959         * lib/getdate.y (universal_time_zone_table): New constant.
19960         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
19961         universal_time_zone_table.
19962         (lookup_zone): Prefer universal_time_zone_table to
19963         local_time_zone_table, so that "GMT" time stamps are allowed in
19964         London during the summer.  Problem reported by Ian Abbott.
19965
19966 2005-04-12  Jim Meyering  <jim@meyering.net>
19967
19968         * lib/human.c (humblock): Set *options even when returning due to
19969         xstrtoumax conversion failure.  Thanks to a used-uninitialized
19970         warning from gcc-4.
19971
19972 2005-04-09  Jim Meyering  <jim@meyering.net>
19973
19974         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
19975         -Wuninitialized: initialize tm0.tm_year.
19976
19977 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19978
19979         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
19980         count, since there's no maximum.  All uses changed.
19981         Add member dsts_seen.
19982         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
19983         not being INT_MAX.
19984         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
19985         Use pc_rels_seen to decide whther a date is absolute.
19986
19987         * lib/getdate.y (number): Don't overwrite year.
19988         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
19989         check.
19990
19991 2005-04-02  Simon Josefsson  <jas@extundo.com>
19992
19993         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
19994         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
19995
19996 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
19997
19998         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
19999         where no absolute path name can be longer than PATH_MAX.
20000
20001 2005-03-27  Jim Meyering  <jim@meyering.net>
20002
20003         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20004
20005 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20006
20007         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20008         "one's complement" -> "ones' complement" in comment, as per Knuth.
20009         "value of type" -> "type or expression" in comment.
20010         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20011
20012 2005-03-26  Jim Meyering  <jim@meyering.net>
20013
20014         Comment nits.
20015         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20016         Correct typos: s/or/of/.
20017
20018 2005-03-26  Jim Meyering  <jim@meyering.net>
20019
20020         * modules/check-include-files: Move to ../ and rename to...
20021         * check-module: ...this.
20022
20023 2005-03-25  Jim Meyering  <jim@meyering.net>
20024
20025         * modules/xvasprintf (Files): Add xalloc.h.
20026
20027 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20028
20029         * modules/gettext (Files): config/config.rpath ->
20030         build-aux/config.rpath
20031         * modules/iconv (Files): Likewise.
20032         Problem reported by Oskar Liljeblad.
20033
20034 2005-03-23  Jim Meyering  <jim@meyering.net>
20035
20036         * modules/check-include-files: New script to check for
20037         missing dependencies, multiple includes, etc.
20038
20039         * modules/c-strtold (Depends-on): Add xalloc.
20040         * modules/c-strtod (Depends-on): Add xalloc.
20041         * modules/hash (Depends-on): Add xalloc.
20042         (Files): Remove lib/xalloc.h.
20043
20044         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20045         * modules/userspec (Files): Add lib/inttostr.h.
20046
20047 2005-03-23  Jim Meyering  <jim@meyering.net>
20048
20049         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20050
20051 2005-03-22  Jim Meyering  <jim@meyering.net>
20052
20053         * modules/stat-macros: New module.
20054         * modules/canonicalize, modules/euidaccess, modules/file-type,
20055         * modules/filemode, modules/lchown, modules/makepath,
20056         * modules/rmdir, modules/stat: Depend on new stat-macros module
20057         rather than listing lib/stat-macros.h manually.
20058         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20059
20060 2005-03-22  Jim Meyering  <jim@meyering.net>
20061
20062         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20063
20064 2005-03-22  Bruno Haible  <bruno@clisp.org>
20065
20066         * config/srclist.txt: Replace target directory 'config' with
20067         'build-aux'.
20068         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20069         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20070         ../build-aux/.
20071
20072 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20073
20074         * modules/chdir-long (Depends-on): Add mempcpy.
20075
20076         * modules/acl, modules/backupfile, modules/c-strtod,
20077         modules/c-strtold, modules/canon-host, modules/canonicalize,
20078         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20079         modules/exclude, modules/exitfail, modules/file-type,
20080         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20081         modules/getdate, modules/getline, modules/getpagesize,
20082         modules/getpass, modules/getugroups, modules/group-member,
20083         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20084         modules/inttostr, modules/long-options, modules/makepath,
20085         modules/md5, modules/memcasecmp, modules/memcoll,
20086         modules/modechange, modules/mountlist, modules/path-concat,
20087         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20088         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20089         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20090         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20091         modules/strftime, modules/strndup, modules/strverscmp,
20092         modules/timespec, modules/unlocked-io, modules/userspec,
20093         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20094         modules/yesno:
20095         Remove lib_SOURCES line from Makefile.am section, as this is now
20096         done automatically by the corresponding Autoconf macro.
20097
20098 2005-03-21  Jim Meyering  <jim@meyering.net>
20099
20100         Changes imported from coreutils.
20101
20102         * lib/cycle-check.c: Don't include xalloc.h.
20103
20104         * lib/path-concat.c: Don't include assert.h.
20105         (path_concat): Remove assertion that would have triggered
20106         for ABASE starting with more than one slash.
20107         Reported by Andreas Schwab.
20108
20109         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20110         properly when ABASE is an absolute file name.
20111         Correct the description of this function.
20112         Include <assert.h>.
20113         Add an assertion and a test driver.
20114         This fixes a bug introduced on 2004-07-02.
20115         Andreas Schwab reported the resulting failure of cp --parents:
20116         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20117
20118 2005-03-21  Jim Meyering  <jim@meyering.net>
20119
20120         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20121         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20122
20123 2005-03-21  Jim Meyering  <jim@meyering.net>
20124         and  Paul Eggert  <eggert@cs.ucla.edu>
20125
20126         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20127         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20128         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20129         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20130         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20131         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20132         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20133         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20134         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20135         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20136         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20137         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20138         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20139         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20140         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20141         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20142         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20143         for these modules.
20144
20145 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20146
20147         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20148         (which shouldn't happen), generate nothing instead of returning 0
20149         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20150
20151 2005-03-16  Bruno Haible  <bruno@clisp.org>
20152
20153         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20154         HAVE_LONGLONG_64BIT.
20155
20156 2005-03-16  Bruno Haible  <bruno@clisp.org>
20157
20158         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20159         HAVE_LONGLONG_64BIT.
20160
20161 2005-03-16  Bruno Haible  <bruno@clisp.org>
20162
20163         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20164         HAVE_LONGLONG_64BIT.
20165
20166 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20167
20168         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20169         reliably distinguish strftime failure from empty output on POSIX
20170         hosts.
20171
20172 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20173
20174         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20175         (iconv_string): Don't guess a size-zero buffer, as that might cause
20176         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20177         result would be 'too large', where 'too large' is (heuristically)
20178         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20179         overflow concerns.  This will prevent some unwanted malloc failures
20180         when the inputs are very large.
20181
20182 2005-03-15  Karl Berry  <karl@gnu.org>
20183
20184         * config/srclist.txt (config.rpath): from gettext.
20185         * config/config.rpath: update.
20186
20187 2005-03-15  Bruno Haible  <bruno@clisp.org>
20188
20189         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20190         to 'negate'.
20191
20192         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20193         variable.
20194
20195         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20196         results.
20197
20198 2005-03-14  Simon Josefsson  <jas@extundo.com>
20199
20200         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20201         <fx@gnu.org>.
20202
20203 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20204
20205         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20206         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20207         intprops.h.
20208         * lib/strtol.c: Likewise.
20209
20210 2005-03-14  Jim Meyering  <jim@meyering.net>
20211
20212         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20213         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20214         to be nonzero so that we (and caller) can detect the difference
20215         between a valid zero-length expansion and an error return, even
20216         when the underlying strftime fails before writing anything into
20217         that location.
20218
20219 2005-03-14  Bruno Haible  <bruno@clisp.org>
20220
20221         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20222         Update from GNU gettext 0.14.3.
20223
20224 2005-03-10  Jim Meyering  <jim@meyering.net>
20225
20226         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20227
20228 2005-03-10  Jim Meyering  <jim@meyering.net>
20229
20230         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20231         so that this module works on systems without fchdir.
20232
20233 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20234
20235         Factor int-properties macros into a single file, except for
20236         glibc-related files.
20237         * lib/intprops.h: New file.
20238         * lib/getloadavg.c: Include it instead of limits.h.
20239         (INT_STRLEN_BOUND): Remove.
20240         * lib/human.c: Include intprops.h.
20241         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20242         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20243         302/1000.
20244         * lib/inttostr.h: Include intprops.h instead of limits.h.
20245         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20246         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20247         for consistency with intprops.h.
20248         (time_t_is_integer, twos_complement_arithmetic): Use them.
20249         * lib/sig2str.h: Include <signal.h>, intprops.h.
20250         (INT_STRLEN_BOUND): Remove.
20251         * lib/strftime.c (TYPE_SIGNED): Remove.
20252         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20253         * lib/strtol.c: Adjust comments to match intprops.h.
20254         * lib/userspec.c: Include intprops.h.
20255         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20256         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20257         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20258         instead of rolling our own expressions.
20259         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20260
20261         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20262         instead of int.
20263         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20264         the right thing even if adding 1900 would overflow.  Similarly
20265         for tm_mon + 1 and tm_yday + 1.
20266         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20267         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20268         (DO_SIGNED_NUMBER): New macro.
20269         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20270
20271 2005-03-07  Bruno Haible  <bruno@clisp.org>
20272
20273         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20274
20275 2005-03-07  Bruno Haible  <bruno@clisp.org>
20276
20277         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20278
20279 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20280
20281         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20282         (func_import): Only replace files via --import when they have actually
20283         changed.
20284
20285 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20286
20287         * m4/mmap-anon.m4: New file.
20288         * m4/pagealign_alloc.m4: New file.
20289
20290 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20291             Bruno Haible  <bruno@clisp.org>
20292
20293         * modules/pagealign_alloc: New file.
20294         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20295
20296 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20297             Bruno Haible  <bruno@clisp.org>
20298
20299         * lib/pagealign_alloc.h: New file.
20300         * lib/pagealign_alloc.c: New file.
20301
20302 2005-03-03  Bruno Haible  <bruno@clisp.org>
20303
20304         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20305         Use an all-permissive copyright notice, recommended by RMS.
20306
20307 2005-03-02  Bruno Haible  <bruno@clisp.org>
20308
20309         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20310         of AIX, the replacement has to be done only after <string.h> is
20311         included, therefore not in config.h. stpncpy.h does the replacement,
20312         and stpncpy.c uses it.
20313
20314 2005-03-02  Bruno Haible  <bruno@clisp.org>
20315
20316         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20317         stpncpy.c uses it.
20318
20319 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20320
20321         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20322         The workaround isn't strictly needed for POSIX conformance, and
20323         it's too much of a pain to configure and maintain.  We'll ask
20324         people to fix their kernels instead.
20325         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20326         (NANOSLEEP_BUG_WORKAROUND): Remove.
20327         (xnanosleep): Remove the workaround.
20328
20329 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20330
20331         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20332         Reported by Derek Price.
20333         (Include): Add "timespec.h".
20334
20335         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20336
20337 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20338
20339         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20340         to detect nanosleep bug.
20341
20342 2005-03-01  Bruno Haible  <bruno@clisp.org>
20343
20344         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20345
20346 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20347
20348         * modules/gethrxtime: New file.
20349         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20350         (Depends-on): Add gethrxtime.
20351         (configure.ac): Add gl_XNANOSLEEP.
20352         (Makefile.am): Remove lib_SOURCES line.
20353
20354 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20355
20356         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20357         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20358
20359 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20360
20361         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20362         * lib/timespec.h (gettime): Return void, since it always
20363         succeeds now.  All uses changed.
20364         * lib/gettime.c (gettime) Likewise.
20365         [HAVE_NANOTIME]: Prefer nanotime.
20366         Assume gettimeofday succeeds, as POSIX requires.
20367         Assime time () succeeds, since other code already does.
20368         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20369         (timespec_subtract): Remove.
20370         (NANOSLEEP_BUG_WORKAROUND): New constant.
20371         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20372         things considerably.  Use it only on GNU/Linux hosts, since the
20373         workaround shouldn't be needed elsewhere.
20374
20375 2005-02-24  Bruno Haible  <bruno@clisp.org>
20376
20377         * modules/gettext (Files): Add m4/glibc2.m4.
20378
20379 2005-02-24  Bruno Haible  <bruno@clisp.org>
20380
20381         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20382         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20383         * m4/progtest.m4:
20384         Update from GNU gettext 0.14.2.
20385         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20386
20387 2005-02-24  Bruno Haible  <bruno@clisp.org>
20388
20389         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20390         * lib/config.charset: Update from GNU gettext 0.14.2.
20391
20392 2005-02-24  Bruno Haible  <bruno@clisp.org>
20393
20394         * lib/gettext.h: Update from GNU gettext 0.14.2.
20395
20396 2005-02-23  Simon Josefsson  <jas@extundo.com>
20397
20398         * m4/iconvme.m4: New file.
20399
20400 2005-02-23  Jim Meyering  <jim@meyering.net>
20401
20402         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20403         change.
20404         Thanks to Bruno Haible for catching it.
20405
20406 2005-02-22  Simon Josefsson  <jas@extundo.com>
20407
20408         * modules/iconvme: New file.
20409
20410         * MODULES.html.sh: Add iconvme.
20411
20412 2005-02-22  Simon Josefsson  <jas@extundo.com>
20413
20414         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20415
20416 2005-02-22  Simon Josefsson  <jas@extundo.com>
20417
20418         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20419
20420 2005-02-22  Jim Meyering  <jim@meyering.net>
20421
20422         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20423         s/ifndef/ifdef/.
20424
20425 2005-02-20  Neil Conway  <neilc@samurai.com>
20426
20427         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20428         returned by OSX/Darwin if the specified buffer is not large
20429         enough for the hostname.
20430
20431 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20432
20433         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20434         pass it to _help, otherwise the latter coredumps trying to
20435         dereference state.root_argp.
20436
20437 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20438
20439         * modules/chdir-long (Depends-on): Add memrchr.
20440         * modules/memrchr (Files): Add lib/memrchr.h.
20441         (Include): "memrchr.h".
20442
20443 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20444
20445         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20446
20447 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20448
20449         * lib/memrchr.h: New file.
20450         * lib/chdir-long.c: Include it.
20451         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20452         Don't bother including stddef.h.
20453
20454 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20455
20456         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20457         inclusion.
20458         Include <sys/types.h>, for dev_t.
20459         (ME_DUMMY, ME_REMOTE): Move from here....
20460         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20461         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20462         Dmitry V. Levin.
20463         Include mountlist.h first, to test the interface.
20464
20465 2005-01-29  Bruno Haible  <bruno@clisp.org>
20466
20467         * lib/progname.c (program_name): Initialize.
20468         Needed when linking statically on MacOS X.
20469
20470 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20471
20472         Sync from coreutils.
20473         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20474         (Depends-on): Add c-strtod.
20475         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20476
20477 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20478
20479         Sync from coreutils.
20480         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20481
20482         Remove files that are specific to coreutils.
20483         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20484
20485 2005-01-28  Bruno Haible  <bruno@clisp.org>
20486
20487         * modules/javacomp: New file.
20488         * MODULES.html.sh (Java): Add javacomp.
20489
20490 2005-01-28  Bruno Haible  <bruno@clisp.org>
20491
20492         * m4/javacomp.m4: New file, from GNU gettext.
20493
20494 2005-01-28  Bruno Haible  <bruno@clisp.org>
20495
20496         * lib/javacomp.sh.in: New file, from GNU gettext.
20497         * lib/javacomp.h: New file, from GNU gettext.
20498         * lib/javacomp.c: New file, from GNU gettext.
20499
20500 2005-01-26  Simon Josefsson  <jas@extundo.com>
20501
20502         * lib/gai_strerror.c: Use GPL in header.
20503
20504 2005-01-26  Bruno Haible  <bruno@clisp.org>
20505
20506         * modules/javaexec: New file.
20507         * MODULES.html.sh (Java): Add javaexec.
20508
20509 2005-01-26  Bruno Haible  <bruno@clisp.org>
20510
20511         * m4/javaexec.m4: New file, from GNU gettext.
20512
20513 2005-01-26  Bruno Haible  <bruno@clisp.org>
20514
20515         * lib/javaexec.sh.in: New file, from GNU gettext.
20516         * lib/javaexec.h: New file, from GNU gettext.
20517         * lib/javaexec.c: New file, from GNU gettext.
20518
20519 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20520
20521         * modules/lchown (Depends-on): Remove lchown.h
20522
20523 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20524
20525         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20526         must be defined if the header file was not found, in order
20527         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20528
20529 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20530
20531         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20532         initializers for struct pentry_state.
20533         (__argp_error): Check return value of __asprintf
20534         (__argp_failure): Translate error message
20535
20536         * lib/argp-parse.c: Removed braces around the expansion of N_()
20537
20538 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20539
20540         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20541         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20542         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20543         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20544         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20545         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20546         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20547         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20548         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20549         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20550         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20551         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20552         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20553         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20554         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20555         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20556         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20557         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20558         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20559         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20560         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20561         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20562         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20563         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20564         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20565         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20566         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20567         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20568         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20569         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20570         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20571         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20572         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20573         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20574         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20575         Use an all-permissive copyright notice, recommended by RMS.
20576
20577 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20578
20579         * modules/chdir-long (Depends-on): Remove mempcpy.
20580
20581 2005-01-21  Jim Meyering  <jim@meyering.net>
20582
20583         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20584         same value as for Solaris 9.
20585
20586         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20587         component length.  This included changing the parameter to be
20588         of type `char *' rather than `char const *'.
20589         * lib/chdir-long.h (chdir_long): Update prototype.
20590
20591         * lib/openat.c (fdopendir, fstatat): New functions.
20592         * lib/openat.h: Include headers required for use of DIR and struct
20593         stat.
20594         [AT_SYMLINK_NOFOLLOW]: Define.
20595         (fdopendir, fstatat): Add prototypes.
20596
20597 2005-01-21  Bruno Haible  <bruno@clisp.org>
20598
20599         * modules/classpath: New file.
20600         * MODULES.html.sh (Java): Add classpath.
20601
20602 2005-01-21  Bruno Haible  <bruno@clisp.org>
20603
20604         * lib/classpath.h: New file, from GNU gettext.
20605         * lib/classpath.c: New file, from GNU gettext.
20606
20607 2005-01-20  Simon Josefsson  <jas@extundo.com>
20608
20609         * modules/version-etc-fsf: New file.
20610
20611 2005-01-20  Simon Josefsson  <jas@extundo.com>
20612
20613         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20614         * lib/version-etc.c: Remove version_etc_copyright.
20615         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20616         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20617
20618 2005-01-20  Simon Josefsson  <jas@extundo.com>
20619
20620         * lib/base64.h (isbase64): Add.
20621
20622         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20623         using a unsigned prototype, don't inline.
20624         (base64_decode): Use it.
20625
20626 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20627
20628         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20629         it.
20630
20631 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20632
20633         * lib/save-cwd.c (save_cwd): Remove code to support the case
20634         where fchdir is missing or flaky.
20635
20636 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20637
20638         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20639
20640 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20641
20642         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20643         AC_LIBSOURCES now does this.
20644         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20645         with new ullong_max module.
20646
20647 2005-01-19  Bruno Haible  <bruno@clisp.org>
20648
20649         * modules/sh-quote: New file.
20650         * MODULES.html.sh (Executing programs): Add sh-quote.
20651
20652 2005-01-19  Bruno Haible  <bruno@clisp.org>
20653
20654         * lib/sh-quote.h: New file, from GNU gettext.
20655         * lib/sh-quote.c: New file, from GNU gettext.
20656
20657 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20658
20659         Merge from coreutils.
20660         * m4/ullong_max.m4: New file.
20661         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20662         (gl_MACROS): Assume localeconv exists.
20663
20664 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20665
20666         Merge changes from coreutils, as described below in several
20667         changelogs dated today.
20668
20669         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20670         (O_DIRECTORY): Remove; not needed here, since "." must be
20671         a directory.  All uses removed.
20672         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20673         universal on Suns, and we also need to test for IRIX.
20674         Revamp code to use 'if' rather than '#if'.
20675         Avoid unnecessary comparison of cwd->desc to 0.
20676
20677         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20678         for known valid error numbers rather than observed invalid ones.
20679
20680 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20681
20682         * modules/ullong_max: New file.
20683
20684         * modules/chdir-long, modules/openat: New files.
20685         * modules/save-cwd (Depends-on): Depend on chdir-long.
20686         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20687
20688 2005-01-18  Jim Meyering  <jim@meyering.net>
20689
20690         Merge from coreutils.
20691         * m4/chdir-long.m4, m4/openat.m4: New files.
20692         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20693         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20694         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20695         is sane and DOES follow symlinks.  Besides, testing 20 different
20696         systems found no broken chown implementations.
20697         Prompted by a change in rsync's copy of this macro.
20698         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20699
20700         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20701
20702         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20703         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20704         NULL-means-set-to-current-time semantics.
20705         Remove temporary file immediately, rather than waiting
20706         for configure's at-exit trap code to do it.
20707
20708 2005-01-18  Jim Meyering  <jim@meyering.net>
20709
20710         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20711
20712         * lib/utimens.c (futimens): Account for the fact that futimes
20713         can also fail with errno == ENOSYS or errno == ENOENT.
20714         Patch from Dmitry V. Levin.
20715
20716         Change the name of the robust chdir function from chdir to chdir_long.
20717         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20718         (restore_cwd): Use chdir_long, not chdir.
20719         * lib/chdir-long.c: Renamed from chdir.c.
20720         * lib/chdir-long.h: Renamed from chdir.h.
20721         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20722         Hurd.
20723
20724 2005-01-18  Bruno Haible  <bruno@clisp.org>
20725
20726         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20727         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20728         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20729         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20730         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20731         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20732         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20733         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20734         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20735         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20736         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20737         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20738         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20739         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20740         Use an all-permissive copyright notice, recommended by RMS.
20741
20742 2005-01-18  Bob Proulx  <bob@proulx.com>
20743
20744         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20745         simplify offsetof() macro construct to avoid compile failure with
20746         native HP-UX 11.0 ANSI C compiler.
20747
20748 2005-01-17  Bruno Haible  <bruno@clisp.org>
20749
20750         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20751         redundant because stpncpy.m4 takes care of it.
20752
20753 2005-01-17  Bruno Haible  <bruno@clisp.org>
20754
20755         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20756
20757 2005-01-17  Bruno Haible  <bruno@clisp.org>
20758
20759         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20760         used.
20761
20762 2005-01-17  Bruno Haible  <bruno@clisp.org>
20763
20764         * lib/fwriteerror.h (fwriteerror): Change specification to include
20765         fclose.
20766         * lib/fwriteerror.c: Include <stdbool.h>.
20767         (fwriteerror): At the end, close the file stream. Record whether
20768         stdout was already closed.
20769
20770 2005-01-17  Bruno Haible  <bruno@clisp.org>
20771
20772         * lib/execute.c (environ): Declare if needed.
20773         * lib/pipe.c (environ): Likewise.
20774         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20775
20776 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20777
20778         * modules/argp: Depend on vsnprintf
20779
20780 2005-01-10  Jim Meyering  <jim@meyering.net>
20781
20782         * modules/closeout (Depends-on): Add atexit.
20783
20784 2005-01-06  Bruno Haible  <bruno@clisp.org>
20785
20786         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20787
20788 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20789
20790         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20791         definitions to be after all include files, to avoid collisions.
20792         Problem reported by Bob Proulx.
20793
20794 2005-01-04  Jim Meyering  <jim@meyering.net>
20795
20796         Changes imported from coreutils.
20797         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20798         as the mkstemp template, use a temporary directory and an
20799         8.3-friendly template to avoid trouble on systems like DJGPP.
20800         Reported by Juan M. Guerrero via Stepan Kasal.
20801         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20802         close. Remove the temporary directory right away, rather than waiting
20803         for configure's at-exit trap code to do it.
20804         Suggestion from Stepan Kasal.
20805
20806 2005-01-01  Simon Josefsson  <jas@extundo.com>
20807
20808         * gnulib-tool: Print #include directives when --import'ing.
20809
20810 2004-12-28  Simon Josefsson  <jas@extundo.com>
20811
20812         * tests/test-base64.c: Include required header files.  Remove
20813         unused variables.
20814
20815 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20816
20817         * modules/error (Depends-on): Remove gettext.
20818
20819 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20820
20821         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20822         not needed.  This removes a dependency on the gettext module.
20823         [defined _LIBC]: Do not include <libintl.h>; not needed.
20824
20825 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20826
20827         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20828         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20829
20830 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20831
20832         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20833         HAVE_DECL_STRTOLD.
20834
20835 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20836
20837         * modules/getdate (Depends-on): Remove alloca-opt.
20838
20839 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20840
20841         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20842
20843 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20844
20845         * lib/argp-parse.c: Include <stddef.h>.
20846         (alignof, alignto): New macros.
20847         (parser_init): Don't assume that void * is aligned sufficiently
20848         for struct option.
20849
20850         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20851         need to extend the stack.
20852         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20853         large.
20854
20855 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20856
20857         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20858
20859 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20860
20861         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20862         (2004-10-24) change.  Apparently this was a false alarm.
20863
20864         * modules/getdate: Depend on alloca-opt, not alloca.
20865
20866 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20867
20868         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20869         Remove now-obsolete comment about AIX.
20870         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20871         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20872         (YYMAXDEPTH): New macro.
20873
20874 2004-12-18  Simon Josefsson  <jas@extundo.com>
20875
20876         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20877
20878 2004-12-18  Bruno Haible  <bruno@clisp.org>
20879
20880         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20881
20882 2004-12-18  Bruno Haible  <bruno@clisp.org>
20883
20884         * lib/fatal-signal.c (fatal_signals): Make non-const.
20885         (init_fatal_signals): New function.
20886         (uninstall_handlers, install_handlers): Ignore signals that were set to
20887         SIG_IGN.
20888         (at_fatal_signal): Call init_fatal_signals.
20889         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20890         SIG_IGN.
20891         Reported by Paul Eggert.
20892
20893 2004-12-18  Bruno Haible  <bruno@clisp.org>
20894
20895         * doc/alloca.texi: New file.
20896         * doc/alloca-opt.texi: New file.
20897
20898 2004-12-17  Jim Meyering  <jim@meyering.net>
20899
20900         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20901         Otherwise, install-sh could exit with improper exit status when
20902         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20903
20904 2004-12-16  Simon Josefsson  <jas@extundo.com>
20905
20906         * tests/test-base64.c: Add license.
20907
20908 2004-12-15  Stepan Kasal  <address@hidden>
20909
20910         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
20911
20912 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
20913
20914         * modules/getcwd (Files): Add m4/d-ino.m4.
20915         Suggested by Mark D. Baushke.
20916
20917 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20918
20919         * lib/getdate.y (textint): New member "negative".
20920         (time_zone_hhmm): New function.
20921         Expect 14 shift-reduce conflicts, not 13.
20922         (o_colon_minutes): New rule.
20923         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
20924         (yylex): Set the "negative" member of signed numbers.
20925
20926 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
20927
20928         * doc/getdate.texi (Time of day items, Time zone items):
20929         Describe new formats +00:00, UTC+00:00.
20930
20931 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20932
20933         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
20934         spurious "-l"s.  Problem reported by Stepan Kasal.
20935
20936 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
20937
20938         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
20939         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
20940
20941 2004-12-04  Simon Josefsson  <jas@extundo.com>
20942
20943         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
20944         Vandoorselaere <yoann@prelude-ids.org>.
20945
20946 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20947
20948         Changes imported from coreutils.
20949         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
20950         exist.
20951         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
20952
20953 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20954
20955         Changes imported from coreutils.
20956         * lib/hard-locale.c: Assume <locale.h> exists.
20957         Include "strdup.h".
20958         (GLIBC_VERSION): New macro.
20959         (hard_locale): Assume setlocale exists.
20960         Rewrite to avoid #ifdef.
20961         Use strdup rather than malloc + strcpy.
20962         * lib/human.c: Assume <locale.h> exists.
20963         (human_readable): Assume localeconv exists.
20964
20965 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20966
20967         * modules/hard-locale (Depends-on): Add strdup.
20968
20969 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20970
20971         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
20972         convert T2, not T.  (Imported from libc.)
20973
20974 2004-11-30  Simon Josefsson  <jas@extundo.com>
20975
20976         * modules/restrict (License): Change to LGPL.
20977
20978 2004-11-30  Simon Josefsson  <jas@extundo.com>
20979
20980         * m4/restrict.m4: Add copyright and copying conditions.
20981
20982 2004-11-30  Simon Josefsson  <jas@extundo.com>
20983
20984         * m4/base64.m4: New file.
20985
20986 2004-11-30  Simon Josefsson  <jas@extundo.com>
20987
20988         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
20989         base64.
20990
20991         * tests/test-base64.c: New file.
20992
20993         * modules/base64: New file.
20994
20995 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
20996
20997         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
20998         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
20999
21000         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21001
21002 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21003
21004         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21005         (__getcwd.c): Don't restore errno; glibc doesn't.
21006         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21007         first, falling back to our code only if its results look suspicious.
21008         Ensure that the resulting buffer is only as large as necessary.
21009
21010         * lib/readutmp.c: Include readutmp.h first.
21011         Include <errno.h>, since readutmp.h no longer does that.
21012         * lib/readutmp.h: Don't include <errno.h>,
21013         <sys/param.h>, <time.h>; not needed to establish interface.
21014         (errno): Remove decl.
21015         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21016         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21017         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21018
21019 2004-11-28  Simon Josefsson  <jas@extundo.com>
21020
21021         * lib/base64.h, base64.c: New file.
21022
21023 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21024
21025         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21026
21027 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21028
21029         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21030         (Depends-on): Remove pathmax, same.  Add mempcpy.
21031         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21032         (Makefile.am): Append getcwd.h to lib_SOURCES.
21033         (Include): Add getcwd.h.
21034         (Maintainer): Change from Jim Meyering to "all, glibc",
21035         since getdate now uses intended-for-glibc code.
21036         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21037         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21038
21039 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21040
21041         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21042         HP's ANSI C compiler.
21043         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21044         Declaring int functions causes warnings on some modern systems and
21045         shouldn't be needed to compile on ancient ones.
21046         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21047         defined.
21048
21049         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21050         with the following changes.
21051         (__set_errno): Parenthesize properly.
21052         Include <stdbool.h>.
21053         (MIN, MAX, MATCHING_INO): New macros.
21054         (__getcwd): Define with prototype, not K&R form.
21055         Use heuristics to allocate default buffer on stack if possible.
21056         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21057         behavior, and to avoid the PATH_MAX limit when computing
21058         ../../../../...
21059         Use MATCHING_INO to compare inode number to file.
21060         Check for arithmetic overflow in size calculations.
21061         Fix bug in reallocation of dot array that caused getcwd to fail
21062         on directories nested deeper than 75.
21063         Be more careful about saving errno on error.
21064         Do not use realloc; use only free+malloc, as this is a bit
21065         more flexible and avoids a needless copy operation.
21066         Do not inspect st_dev and st_ino for symbolic links; POSIX
21067         doesn't specify the latter.
21068         Check for closedir errors.
21069         Avoid needless casts.
21070         Use "#ifdef weak_alias" around weak_alias, to be like other
21071         glibc code.
21072         The following changes to getcwd.c have effect only when used in
21073         gnulib; they have no effect inside glibc proper.
21074         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21075         as alloca isn't used.
21076         (alloca, __alloca): Likewise.
21077         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21078         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21079         unconditionally, as gnulib assumes C89 or better.
21080         Do not include <sys/param.h>.
21081         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21082         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21083         better.
21084         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21085         Include <dirent.h> in a way that is compatible with modern Autoconf.
21086         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21087         New macros, if not already defined.
21088         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21089         Use "_LIBC", not "defined _LIBC", for consistency.
21090         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21091         a mempcpy module.
21092         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21093         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21094         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21095         credit only to Jim Meyering and adjust the copyright dates.
21096         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21097         <stdlib.h>, <unistd.h>, "pathmax.h".
21098         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21099         (INITIAL_BUFFER_SIZE): Remove.
21100         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21101
21102 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21103
21104         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21105         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21106         Use the _ONCE methods, for efficiency.
21107         Check for fcntl.h.  In test program, include <errno.h>
21108         and <fcntl.h> if available.  Remove old K&R cruft from
21109         test program.  Check for common errors in GNU/Linux,
21110         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21111         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21112         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21113         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21114         name accordingly.
21115         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21116         accommodate new getcwd.c.
21117         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21118         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21119         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21120         that's all we need now.
21121
21122 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21123
21124         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21125         argp-parse.c depends on getopt internals, that means we should
21126         always use our getopt, to be on the safe side.
21127         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21128         order not to spoil the result of an eventual previous invocation
21129         of gl_GETOPT_SUBSTITUTE.
21130
21131 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21132
21133         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21134         redefinition warnings. To avoid them, include the defines
21135         in `#if !defined __need_getopt ... #endif'. The only place
21136         where __getopt_argv_const is used is in definitions
21137         of getopt_long and getopt_long_only below, which are as well
21138         protected by `#ifndef __need_getopt'.
21139         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21140         __need_getopt after including <stdio.h> and <unistd.h> These
21141         headers might have defined it.
21142
21143 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21144
21145         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21146
21147 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21148
21149         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21150         (futimens): New function, which uses futimes if available.
21151         (futimens, utimens): Support timespec==NULL, with same semantics
21152         as utime and utimens.
21153         * lib/utimens.h (futimens): New decl.
21154
21155 2004-11-23  Jim Meyering  <jim@meyering.net>
21156
21157         * lib/getopt_.h: Remove trailing blanks.
21158
21159 2004-11-23  Jim Meyering  <jim@meyering.net>
21160
21161         * lib/__fpending.c: Add comment.
21162
21163 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21164
21165         * modules/canonicalize (Depends-on): Add xreadlink.
21166         Problem reported by James Youngman.
21167
21168 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21169
21170         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21171         New macros.
21172         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21173         optopt): Use them instead of invoking ## directly; otherwise, the
21174         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21175
21176 2004-11-19  Bruno Haible  <bruno@clisp.org>
21177
21178         * lib/strtok_r.c: Move comments from here...
21179         * lib/strtok_r.h: ... to here.
21180
21181 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21182
21183         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21184         implementations that mishandle size_t overflow.
21185
21186 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21187
21188         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21189         might fail.  Problem reported by Yoann Vandoorselaere.
21190         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21191         implementations that mishandle size_t overflow.
21192
21193 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * modules/canon-host (Depends-on): Add strdup.
21196
21197 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21198
21199         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21200
21201 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21202
21203         * lib/canon-host.c: Include "strdup.h".
21204         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21205         Use strdup instead of malloc/strcpy to duplicate strings.
21206
21207         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21208         (human_space_before_unit): New constant.
21209         * lib/human.c (human_readable): Support it.
21210
21211         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21212         (xgetcwd): Set errno correctly when failing.
21213         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21214         the failure is actually due to a PATH_MAX problem.
21215
21216         Further getopt changes to make it more likely that glibc will
21217         buy the changes back.
21218         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21219         (getopt): Use it, so to preserve glibc semantic
21220         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21221         when compiling for libc.
21222         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21223         (getopt_long, getopt_long_only): Use it.
21224
21225         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21226         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21227         (getopt): Argv is now char * const *, as per standard.
21228         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21229         not char *__getopt_argv_const *.
21230         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21231         _getopt_long_only_r): Likewise.
21232         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21233         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21234         _getopt_long_r, _getopt_long_only_r): Likewise.
21235         * lib/getopt_.h (__getopt_argv_const): Remove.
21236         (getopt): Argv is now char * const *, as per standard.
21237
21238         * lib/getdate.y (tORDINAL): New token.
21239         (day, relunit): Allow it for relative times.
21240         (relative_time_table): Use tORDINAL for ordinals.
21241
21242 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21243
21244         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21245         Document that "second" isn't allowed as an ordinal number.
21246
21247 2004-11-16  Jim Meyering  <jim@meyering.net>
21248
21249         * modules/closeout (Depends-on): Add fpending.
21250
21251 2004-11-15  Jim Meyering  <jim@meyering.net>
21252
21253         * lib/closeout.c: Include "__fpending.h" once again.
21254         Include <stdbool.h>.
21255         (close_stdout): Don't fail just because stdout was closed initially,
21256         since some programs don't write to stdout in the normal course of
21257         operation (other than --version and --help), and we don't want this
21258         function to make e.g. `touch file >&-' fail.
21259         But do fail if it was closed and someone has tried to write to it.
21260         E.g., `printf foo >&-' must fail.
21261
21262 2004-11-13  Jim Meyering  <jim@meyering.net>
21263
21264         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21265
21266 2004-11-12  Simon Josefsson  <jas@extundo.com>
21267
21268         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21269         small doc fix is still pending.
21270
21271 2004-11-11  Simon Josefsson  <jas@extundo.com>
21272
21273         * modules/strtok_r: New file.
21274
21275         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21276         strtok_r.
21277
21278 2004-11-11  Simon Josefsson  <jas@extundo.com>
21279
21280         * m4/strtok_r.m4: New file.
21281
21282         * m4/getopt.m4: Replace opterr.
21283
21284 2004-11-11  Simon Josefsson  <jas@extundo.com>
21285
21286         * lib/strtok_r.h, strtok_r.c: New file.
21287
21288 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21289
21290         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21291         of replacing opterr, getopt, etc.  This should handle the
21292         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21293
21294 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21295
21296         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21297         we can stop lying to compilers about the constness of argv when we
21298         are compiled outside glibc.
21299         (getopt, getopt_long, getopt_long_only): Use it.
21300         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21301         _getopt_internal, getopt): Likewise.
21302         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21303         _getopt_long_only_r): Likewise.
21304         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21305         _getopt_long_r, _getopt_long_only_r): Likewise.
21306
21307         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21308         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21309         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21310         the other external symbols.
21311         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21312         declaration, since the above renaming now works around collisions.
21313
21314 2004-11-11  Jim Meyering  <jim@meyering.net>
21315
21316         * lib/linebreak.c: Remove trailing blanks.
21317         * lib/alloca_.h: Likewise.
21318         * lib/acosl.c: Likewise.
21319         * lib/euidaccess.c: Likewise.
21320         * lib/allocsa.h: Likewise.
21321
21322 2004-11-10  Simon Josefsson  <jas@extundo.com>
21323
21324         * m4/getaddrinfo.m4: New file.
21325
21326 2004-11-10  Simon Josefsson  <jas@extundo.com>
21327
21328         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21329
21330 2004-11-10  Simon Josefsson  <jas@extundo.com>
21331
21332         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21333         getaddrinfo.
21334
21335         * modules/getaddrinfo: New file.
21336
21337 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21338
21339         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21340
21341 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21342
21343         * lib/mktime.c (SHR): New macro, which is a portable
21344         substitute for >> that should work even on Crays.
21345         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21346         Problem reported by Mark D. Baushke in
21347         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21348         * lib/getdate.y (SHR): Likewise.
21349         (tm_diff): Use it.
21350         * lib/strftime.c (SHR): Likewise.
21351         (tm_diff): Use it.
21352         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21353         quote_these_too, so that right shifts are well defined.  All uses
21354         changed.
21355
21356 2004-11-10  Jim Meyering  <jim@meyering.net>
21357
21358         Ensure that no close failure goes unreported.
21359         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21360         return early when it seems there's nothing to flush.
21361         Don't include __fpending.h.
21362
21363 2004-11-10  Jim Meyering  <jim@meyering.net>
21364
21365         * modules/closeout (Depends-on): Remove fpending.
21366
21367 2004-11-10  Jim Meyering  <jim@meyering.net>
21368
21369         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21370
21371 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21372
21373         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21374         gl_FUNC_STRFTIME.
21375         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21376         and AC_REQUIRE when possible, to avoid duplicate checks.
21377         Check for <wchar.h>.
21378
21379 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21380
21381         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21382
21383 2004-11-09  Bruno Haible  <bruno@clisp.org>
21384
21385         * m4/sockpfaf.m4: New file.
21386
21387 2004-11-05  Bruno Haible  <bruno@clisp.org>
21388
21389         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21390         Reported by Mark D. Baushke <mdb@cvshome.org>.
21391
21392 2004-11-04  Bruno Haible  <bruno@clisp.org>
21393
21394         2004-09-11  Bruno Haible  <bruno@clisp.org>
21395                 * allocsa.valgrind: New file.
21396         2004-02-06  Bruno Haible  <bruno@clisp.org>
21397                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21398                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21399                 Reported by Christopher Seip <chris.seip@hp.com>.
21400
21401 2004-11-04  Bruno Haible  <bruno@clisp.org>
21402
21403         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21404         (Makefile.am): Distribute it.
21405
21406 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21407
21408         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21409         with errno == ERANGE if the buffer is too small.
21410         Problem reported by Mark D. Baushke.
21411
21412 2004-11-03  Albert Chin  <china@thewrittenword.com>
21413             Paul Eggert  <eggert@cs.ucla.edu>
21414
21415         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21416         equivalent, substitute $ac_type for equivalent type rather than
21417         blindly using uint32_t *always* which won't work if uint32_t is not
21418         available.  Define _UINT32_T to work around typedef of uint32_t if
21419         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21420         2.5.1.
21421
21422 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21423
21424         * m4/jm-macros.m4: Sync from coreutils.
21425         (gl_MACROS): Check for mbrlen, for pathchk.
21426         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21427
21428 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21429
21430         * lib/xreadlink.c (MAXSIZE): New macro.
21431         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21432         size does not exceed MAXSIZE.  Avoid cast.
21433         As suggested by Mark D. Baushke in
21434         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21435         if readlink fails with buffer size just under MAXSIZE, try again
21436         with MAXSIZE.
21437
21438 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21439
21440         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21441
21442 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21443         and  Paul Eggert  <eggert@cs.ucla.edu>
21444
21445         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21446         (get_date): Overparenthesize to avoid GCC warning.
21447
21448 2004-11-02  Bruno Haible  <bruno@clisp.org>
21449
21450         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21451         returns void.
21452
21453 2004-11-02  Bruno Haible  <bruno@clisp.org>
21454
21455         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21456         function returns void.
21457
21458 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21459
21460         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21461         fflush_unlocked, flockfile, funlockfile, funlockfile,
21462         fputs_unlocked, putc_unlocked.
21463
21464 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21465
21466         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21467         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21468         already declared.
21469
21470 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21471
21472         * modules/getdate (Files): Add doc/getdate.texi.
21473         (Depends-on): Add setenv, xalloc.
21474
21475 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         * lib/getdate.y: Add support for TZ="foo" within a date string.
21478         Fix some bugs near time_t boundaries.  Reject dates with
21479         out-of-range components, e.g., "Sept 31".
21480         Include <stdlib.h>, "setenv.h", "xalloc.h".
21481         (ISDIGIT_LOCALE): Remove; unused.
21482         Note that the TZ and time functions used here are not reentrant.
21483         (mktime_ok, get_tz): New functions.
21484         (TZBUFSIZE): New constant.
21485         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21486         This requires that we sometimes generate our own TZ="XXX..." setting.
21487
21488 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21489
21490         * doc/getdate.texi: New file, from coreutils with modifications for
21491         the new TZ parsing.
21492
21493 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21494
21495         * lib/mktime.c (not_equal_tm): Remove redundant check.
21496
21497 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21498
21499         * modules/regex (lib_SOURCES): Add regex.c.
21500         Reported by James Youngman in
21501         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21502
21503 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21504
21505         * lib/getdate.y: Use Bison 1.875 features, and some minor
21506         code cleanups.  This change does not affect semantics.
21507         Don't include <stdlib.h>; no longer needed.
21508         Don't include unlocked-io.h; only the "#if TEST" code uses
21509         stdio, and performance isn't crucial there.
21510         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21511         Bison 1.875 features as described below.
21512         All uses of "PC." replaced by "pc->".
21513         (YYSTYPE): Add a forward declaration.
21514         (yylex, yyerror): Use full prototypes in forward decls.
21515         Use "%pure-parser" rather than obsolescent "%pure_parser".
21516         Use %parse-param and %lex-param instead of obsolescent
21517         YYPARSE_PARAM and YYLEX_PARAM.
21518         (meridian_table, month_and_day_table, time_units_table,
21519         relative_time_table, time_zone_table, military_table,
21520         lookup_zone, lookup_word, get_date):
21521         Use NULL instead of 0 where appropriate.
21522         (to_hour): Avoid abort (), to avoid a dependency on
21523         stdlib.h.
21524         (yyerror, yylex): Now accepts parser_control * arg.
21525         (main) [TEST]: Use '\0' rather than 0 for char.
21526
21527 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21528
21529         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21530
21531 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21532
21533         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21534         It's now the caller's responsibility to handle the case where
21535         !HAVE_GETPAGESIZE && !defined getpagesize.
21536
21537         * lib/mktime.c (leapyear): Arg is long int, not int.
21538
21539 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21540
21541         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21542
21543 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21544
21545         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21546         missing.  Problem reported by James Youngman.
21547
21548 2004-10-16  Simon Josefsson  <jas@extundo.com>
21549
21550         * gnulib-tool: Fix comments.  Fix parse problem.
21551         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21552
21553 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21554
21555         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21556         implementation of getopt_long.  Problem reported by Alexander Taler in:
21557         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21558
21559 2004-10-15  Bruno Haible  <bruno@clisp.org>
21560
21561         * gnulib-tool: Untabify. Initialize supplied_libname.
21562         (func_usage): More homogenous output.
21563         (func_modules_transitive_closure, func_modules_to_filelist,
21564         func_emit_lib_Makefile_am): New functions.
21565         (func_import): New function, extracted from big case statement. Use
21566         func_get_license, func_modules_transitive_closure,
21567         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21568         opt_lgpl. Don't use test -a, as it's not portable.
21569         (func_create_testdir): Use func_modules_transitive_closure,
21570         func_modules_to_filelist, func_emit_lib_Makefile_am.
21571
21572 2004-10-15  Bruno Haible  <bruno@clisp.org>
21573
21574         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21575
21576 2004-10-15  Bruno Haible  <bruno@clisp.org>
21577
21578         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21579         the portions belonging to each module.
21580         Suggested by Derek Robert Price <derek@ximbiot.com>.
21581
21582 2004-10-12  Simon Josefsson  <jas@extundo.com>
21583
21584         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21585         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21586         to real functions.
21587
21588 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21589
21590         * modules/vsnprintf: New file.
21591
21592 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21593
21594         * m4/vsnprintf.m4: New file.
21595
21596 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21597
21598         * lib/vsnprintf.h: New file.
21599         * lib/vsnprintf.c: New file.
21600
21601 2004-10-11  Bruno Haible  <bruno@clisp.org>
21602
21603         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21604         vsnprintf.
21605
21606 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21607
21608         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21609
21610 2004-10-07  Bruno Haible  <bruno@clisp.org>
21611
21612         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21613         fits into the provided buffer.
21614
21615 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21616
21617         * lib/diacrit.c, diacrit.h: Add GPL notice.
21618
21619         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21620         notice.
21621         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21622         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21623         This avoids a potential constant-folding bug.
21624
21625 2004-10-05  Bruno Haible  <bruno@clisp.org>
21626
21627         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21628         for the declaration of strsep.
21629
21630 2004-10-05  Bruno Haible  <bruno@clisp.org>
21631
21632         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21633
21634 2004-10-04  Simon Josefsson  <jas@extundo.com>
21635
21636         * modules/memmem: New file.
21637         * tests/test-memmem.c: New file.
21638         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21639
21640 2004-10-04  Simon Josefsson  <jas@extundo.com>
21641
21642         * m4/memmem.m4: New file.
21643
21644 2004-10-04  Simon Josefsson  <jas@extundo.com>
21645
21646         * lib/memmem.h: New file.
21647         * lib/memmem.c: New file, taken from glibc.
21648
21649 2004-10-04  Simon Josefsson  <jas@extundo.com>
21650
21651         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21652         '#ifdef USE_UNLOCKED_IO'.
21653
21654 2004-10-04  Simon Josefsson  <jas@extundo.com>
21655
21656         * config/srclist.txt: Add memmem from glibc.
21657
21658 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21659
21660         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21661
21662         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21663         modules/exclude, modules/getdate, modules/getline,
21664         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21665         modules/getusershell, modules/linebuffer, modules/md5,
21666         modules/mountlist, modules/posixtm, modules/readtokens,
21667         modules/readutmp, modules/regex, modules/sha1,
21668         modules/version-etc, modules/yesno:
21669         Remove dependency on unlocked-io.
21670
21671 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21672
21673         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21674
21675         * m4/unlocked-io.m4: Add copyright notice.
21676         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21677
21678 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21679
21680         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21681         * lib/xmalloc.c (xmemdup): Likewise.
21682         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21683         XFREE): Remove these long-obsolescent macros.
21684         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21685         * lib/xstrdup.c: Remove.
21686
21687         * lib/regex.c (re_comp): Cast gettext return value to char *,
21688         Problem reported by Martin Neitzel via Mark D. Baushke.
21689
21690 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21691
21692         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21693         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21694         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21695         regex.c, sha1.c, version-etc.c, yesno.c:
21696         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21697         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21698         the includer's responsibility.
21699
21700         Sync from coreutils.
21701
21702         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21703         points to the start of a string, as the C Standard says the
21704         resulting behavior is undefined.
21705
21706         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21707         simple -> simple_backups, numbered_existing ->
21708         numbered_existing_backups, numbered -> numbered_backups
21709         to avoid shadowing problems.  All uses changed.
21710         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21711         * lib/backupfile.c (check_extension, numbered_backup):
21712         Rename locals to avoid shadowing 'basename'.
21713         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21714         once.
21715
21716         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21717         * lib/.cvsignore: Add getopt.h.
21718
21719 2004-10-04  Bruno Haible  <bruno@clisp.org>
21720
21721         * modules/README: New file.
21722         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21723         not a module.
21724
21725 2004-10-02  Jim Meyering  <jim@meyering.net>
21726
21727         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21728
21729 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21730
21731         * modules/strsep: New file.
21732
21733 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21734
21735         * m4/strsep.m4: New file.
21736
21737 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21738
21739         * lib/strsep.h: New file.
21740         * lib/strsep.c: New file.
21741
21742 2004-10-01  Simon Josefsson  <jas@extundo.com>
21743
21744         * lib/snprintf.c (snprintf): Handle size==0.
21745
21746 2004-10-01  Simon Josefsson  <jas@extundo.com>
21747             Bruno Haible  <bruno@clisp.org>
21748
21749         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21750         (snprintf): Declare 'args'.
21751
21752 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21753
21754         * lib/snprintf.c: Remove comments as to why each header is needed.
21755
21756 2004-10-01  Bruno Haible  <bruno@clisp.org>
21757
21758         * MODULES.html.sh: Add strsep.
21759
21760 2004-09-30  Simon Josefsson  <jas@extundo.com>
21761
21762         * modules/snprintf: New file.
21763
21764 2004-09-30  Simon Josefsson  <jas@extundo.com>
21765
21766         * m4/snprintf.m4: New file.
21767
21768 2004-09-30  Simon Josefsson  <jas@extundo.com>
21769
21770         * lib/snprintf.h, lib/snprintf.c: New files.
21771
21772 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21773
21774         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21775         (hol_entry_help): Never translate an empty string.
21776         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21777         * lib/argp.h (OPTION_NO_TRANS): New option.
21778
21779 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21780
21781         * modules/argp (Maintainer): Replace Simon Josefsson
21782         by Sergey Poznyakoff.
21783
21784 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21785
21786         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21787         changes merged back into glibc.
21788
21789 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21790
21791         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21792
21793 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21794
21795         * lib/xvasprintf.c: Include xalloc.h.
21796         (xvasprintf): Use xalloc_die, not xmalloc_die.
21797
21798 2004-09-29  Bruno Haible  <bruno@clisp.org>
21799
21800         * modules/alloca-opt: New file, derived from modules/alloca.
21801         * modules/allocsa: Depend on alloca-opt instead of alloca.
21802         * modules/setenv: Likewise.
21803         * modules/vasnprintf: Likewise.
21804         * MODULES.html.sh: Add alloca-opt.
21805
21806 2004-09-28  Simon Josefsson  <jas@extundo.com>
21807
21808         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21809         LGPL, and to replace license template from GPL to LGPL.
21810
21811 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21812
21813         * modules/dummy: Change license to LGPL.
21814
21815 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21816
21817         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21818
21819 2004-09-24  Simon Josefsson  <jas@extundo.com>
21820
21821         * modules/minmax (License): Change from GPL to LGPL.
21822
21823 2004-09-23  Simon Josefsson  <jas@extundo.com>
21824
21825         * gnulib-tool (--import): Typo.
21826
21827 2004-09-23  Simon Josefsson  <jas@extundo.com>
21828
21829         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21830
21831 2004-09-22  Bruno Haible  <bruno@clisp.org>
21832
21833         * modules/*: Add 'License' field.
21834         * gnulib-tool: Accept --extract-license option.
21835         (func_get_license): New function.
21836
21837 2004-09-21  Bruno Haible  <bruno@clisp.org>
21838
21839         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21840         Reported by Simon Josefsson.
21841
21842 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21843
21844         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21845         gl_AC_TYPE_LONG_LONG.
21846
21847 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21848
21849         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21850
21851 2004-09-18  Simon Josefsson  <jas@extundo.com>
21852         and  Paul Eggert  <eggert@cs.ucla.edu>
21853
21854         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21855         calls with autoreconf.  Define GL_LIB.
21856
21857 2004-09-14  Karl Berry  <karl@gnu.org>
21858
21859         * config/srclist.txt: unsync setenv.c, sigh.
21860
21861 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21862
21863         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21864         Problem reported by Bruno Haible in:
21865         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21866
21867 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21868
21869         * config/srclist.txt: Comment out argp-pvh.c.
21870
21871 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21872
21873         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21874         in case some system header has #define'd it.  Problem reported by
21875         Soeren D. Schulze in
21876         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21877
21878 2004-09-09  Karl Berry  <karl@gnu.org>
21879
21880         * regex.[ch]: delete from the root.  These were supposed to be
21881                 synced with emacs cvs, but this has not happened for about
21882                 a year, and anyway nothing else uses emacs regex.[ch].
21883                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21884                 lib/regex[.ch] is untouched.
21885
21886 2004-09-09  Bruno Haible  <bruno@clisp.org>
21887
21888         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21889
21890 2004-09-09  Bruno Haible  <bruno@clisp.org>
21891
21892         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21893         modifications.
21894         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21895
21896 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21897
21898         * modules/xvasprintf: New file.
21899         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21900
21901 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21902
21903         * lib/xvasprintf.h: New file.
21904         * lib/xvasprintf.c: New file.
21905         * lib/xasprintf.c: New file.
21906
21907 2004-09-08  Bruno Haible  <bruno@clisp.org>
21908
21909         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
21910
21911 2004-09-08  Bruno Haible  <bruno@clisp.org>
21912
21913         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
21914         length is > INT_MAX.
21915         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
21916         more.
21917
21918 2004-09-08  Bruno Haible  <bruno@clisp.org>
21919
21920         * lib/stdint_.h: New file, taken from GNU clisp.
21921
21922 2004-09-08  Bruno Haible  <bruno@clisp.org>
21923             Oskar Liljeblad  <oskar@osk.mine.nu>
21924
21925         * modules/stdint: New file.
21926         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
21927
21928 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21929
21930         Import from coreutils.
21931         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
21932         strings on unbounded length.  alloca's performance benefits aren't
21933         that important here.
21934         (V_STRDUP): Remove.
21935         (parse_with_separator): New function, with most of the internals
21936         of the old parse_user_spec.  Allow user to omit both user and group,
21937         for compatibility with FreeBSD.
21938         Clone only the user name, not the entire spec.
21939         Do not set *uid, *gid unless entirely successful.
21940         Avoid memory leak in some failing cases.
21941         Fix regression for USER.GROUP reported by Dmitry V. Levin in
21942         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
21943         (parse_user_spec): Rewrite to use parse_with_separator.
21944
21945 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21946
21947         * modules/userspec: Don't depend on alloca.
21948
21949 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21950
21951         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
21952
21953 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21954
21955         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
21956         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
21957         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
21958
21959 2004-08-16  Simon Josefsson  <jas@extundo.com>
21960
21961         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
21962         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
21963         Add --dry-run for --import.
21964         Let user provided command line parameters override configure.ac
21965         settings.
21966
21967 2004-08-12  Simon Josefsson  <jas@extundo.com>
21968
21969         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
21970         as discussed with Paul Eggert in threads rooted at
21971         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
21972         and
21973         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
21974         Before, the test was empty, and relied on ELIDE_CODE in source
21975         code.)
21976         (gl_PREREQ_GETOPT): New macro.
21977         (gl_GETOPT): Use them.
21978
21979 2004-08-12  Simon Josefsson  <jas@extundo.com>
21980
21981         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
21982         * lib/getopt_.h: Renamed from getopt.h.
21983
21984 2004-08-12  Simon Josefsson  <jas@extundo.com>
21985
21986         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
21987         Change default library name from libfoo to libgnu.
21988         Now, if you have a configure.ac that says:
21989                 gl_SOURCE_BASE(gl)
21990                 gl_M4_BASE(gl/m4)
21991                 gl_MODULES(error getopt etcetera)
21992                 gl_INIT
21993         you can import all you need by running:
21994                 ../gnulib/gnulib-tool --import
21995
21996         * modules/getopt (Files): Rename getopt.h to getopt_.h.
21997         (Makefile.am): Rewrite, use logic from argz.
21998         (Include): Use <getopt.h> instead of "getopt.h".
21999
22000 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22001
22002         * modules/argp (Files): Add m4/unlocked-io.m4.
22003         (Depends-on): Add extensions.
22004
22005 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22006
22007         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22008         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22009         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22010         Check for program_invocation_name, program_invocation_short_name,
22011         flockfile, funlockfile, features.h, _getopt_long_only_r.
22012
22013 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22014
22015         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22016         its complicated substitute.
22017         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22018         and program_invocation_name.
22019         (__argp_basename) [!_LIBC]: Remove; the only use was
22020         replaced by its body.
22021         (__argp_short_program_name): Change condition from
22022         !defined __argp_short_program_name to
22023         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22024         to match argp-namefrob.h.
22025         (__argp_failure): Don't assume strerror_r returns char *.
22026         * lib/argp-parse.c (N_): Define unconditionally.
22027         (argp_default_options): Fill out initializers with 0 to avoid
22028         gcc warnings.
22029
22030 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22031
22032         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22033         getopt1.c.
22034
22035 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22036
22037         Merge from coreutils.
22038
22039         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22040
22041         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22042         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22043
22044 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22045
22046         Merge from coreutils.
22047
22048         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22049         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22050         for Reliant Unix 5.43.
22051
22052         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22053         (union fooround): Use uintmax_t, not long int.
22054         The rest is a merge from libc:
22055         [defined _LIBC]: Include <shlib-compat.h>.
22056         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22057
22058         * lib/settime.c (settime): Recode to avoid warning with
22059         Sun Forte C 6U2.
22060
22061         * lib/strverscmp.c: Convert to UTF-8.
22062
22063 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22064
22065         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22066         m4/uintmax_t.m4.
22067
22068 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22069
22070         * modules/xalloc-die: New file.
22071         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22072
22073         * modules/md5 (Files): Add m4/uint32_t.m4.
22074         * modules/sha1: Renamed from modules/sha.
22075         (Files):
22076         Rename lib/sha.h to lib/sha1.h.
22077         Rename lib/sha.c to lib/sha1.c.
22078         Rename m4/sha.m4 to m4/sha1.m4.
22079         (lib_SOURCES): Likewise.
22080         (configure.ac): Rename gl_SHA to gl_SHA1.
22081         (Include): sha.h -> sha1.h.
22082
22083 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22084
22085         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22086         * m4/sha1.m4: Renamed from sha.m4.
22087         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22088
22089 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22090
22091         * lib/obstack.h (obstack_empty_p):
22092         Don't assume that chunk->contents is suitably aligned.
22093         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22094         Likewise. Problem reported by Benno in
22095         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22096
22097         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22098         readable.  This could be improved further but it'd take some work.
22099
22100 2004-08-08  Simon Josefsson  <jas@extundo.com>
22101
22102         * modules/xgethostname (Depends-on): Remove exit and error (not
22103         used).
22104
22105         * modules/getpass-gnu: Add getpass.h.
22106         (Depends-on): Add stdbool.
22107         * modules/getpass: Add getpass.h.
22108
22109 2004-08-08  Simon Josefsson  <jas@extundo.com>
22110
22111         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22112         Check getpass declaration.
22113
22114 2004-08-08  Simon Josefsson  <jas@extundo.com>
22115
22116         * lib/xgethostname.c: Don't include error.h (not used).
22117
22118         * lib/getpass.h: Add.
22119         * lib/getpass.c: Include getpass.h first.
22120
22121 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         * lib/xalloc-die.c: New file.
22124         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22125         All uses removed.
22126         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22127         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22128         xalloc-die.c.
22129         (_, N_, xalloc_die): Move to xalloc-die.c.
22130         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22131         so that we needn't mess with xalloc_msg_memory_exhausted.
22132
22133         * lib/sha1.h: Renamed from sha.h.
22134         (SHA1_H): Renamed from _SHA_H.
22135         (sha1_ctx): Renamed from sha_ctx.
22136         (sha1_init_ctx): Renamed from sha_init_ctx.
22137         (sha1_process_block): Renamed from sha_process_block.
22138         (sha1_process_bytes): Renamed from sha_process_bytes.
22139         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22140         (sha1_read_ctx): Renamed from sha_read_ctx.
22141         (sha1_stream): Renamed from sha_stream.
22142         (sha1_buffer): Renamed from sha_buffer.
22143         * lib/sha1.c: Likewise; renamed from sha.c.
22144         Do not include <sys/types.h>.
22145         Include <stddef.h> rather than <stdlib.h>.
22146
22147 2004-08-08  Bruno Haible  <bruno@clisp.org>
22148
22149         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22150         FILESYSTEM_PREFIX_LEN.
22151         * lib/progreloc.c: Likewise.
22152         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22153
22154 2004-08-06  Simon Josefsson  <jas@extundo.com>
22155
22156         * modules/progname (Depends-on): Don't depend on stdbool.
22157
22158 2004-08-06  Simon Josefsson  <jas@extundo.com>
22159
22160         * modules/getsubopt: New file.
22161         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22162         getsubopt.
22163
22164 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22165
22166         More merge from coreutils.
22167
22168         * m4/utimens.m4, m4/utimecmp.m4: New files.
22169         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22170         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22171         prereq.m4, sha.m4: Import changes from coreutils.
22172
22173 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22174
22175         More merge from coreutils.
22176         * modules/raise, modules/readtokens0, modules/utimens:
22177         * modules/utimecmp, module/xnanosleep: New files.
22178         * modules/strftime: Add lib/strftime.h.
22179         Change include from <time.h> to "strftime.h".
22180         * modules/yesno: Add lib/yesno.h.
22181         * modules/backupfile: Remove lib/addext.c.
22182         * modules/euidaccess: Add stat-macros.h.
22183         * modules/canonicalize, modules/euidaccess,
22184         modules/filemode, modules/lchown, modules/makepath,
22185         modules/rmdir, modules/stat: Likewise.
22186
22187 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22188
22189         Merge from tar.
22190         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22191         SIZE_MAX is a valid preprocessor constant.
22192         (__argp_basename): Change from "#ifndef _LIBC"
22193         to "#ifndef __argp_short_program_name", so that
22194         we don't compile these functions for tar.
22195
22196         More merges from coreutils.
22197         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22198         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22199         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22200         * lib/addext.c: Remove; no longer needed.
22201         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22202         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22203         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22204         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22205         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22206         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22207         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22208         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22209         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22210         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22211         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22212         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22213         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22214         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22215         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22216         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22217         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22218         Import changes from coreutils.
22219
22220 2004-08-05  Simon Josefsson  <jas@extundo.com>
22221
22222         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22223
22224 2004-08-05  Simon Josefsson  <jas@extundo.com>
22225
22226         * m4/getsubopt.m4: New file.
22227
22228 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22229
22230         Merge from coreutils.
22231
22232         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22233         * m4/getcwd-path-max.m4: New files.
22234
22235         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22236         FILESYSTEM_PREFIX_LEN ->
22237         FILE_SYSTEM_PREFIX_LEN.
22238         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22239         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22240         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22241         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22242
22243         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22244         prerequisite modules now handle the DOS stuff.
22245         Don't check for unistd.h.
22246
22247 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22248
22249         Merge from coreutils.
22250
22251         * lib/.gdb-history: Remove; this doesn't belong here.
22252
22253         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22254         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22255         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22256         * lib/getcwd.c: New files.
22257
22258         * lib/dirname.h: Include <stdbool.h>.
22259         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22260         for consistency with POSIX terminology.  All uses changed.
22261         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22262         (strip_trailing_slashes): Use bool for booleans.
22263         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22264
22265         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22266         sometimes returns a positive errno value even when it succeeds.
22267         (print_errno_message) [!LIBC]: Fall back on strerror if
22268         __strerror_r fails.
22269
22270         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22271         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22272         (longest_relative_suffix): New function.
22273         (path_concat): Use it.  Assume first argument is not NULL.
22274         Port to DOS.  Omit redundant separators.
22275         Report an error instead of returning NULL.
22276         Use mempcpy instead of memcpy.
22277         (xpath_concat): Remove: not declared or used.
22278
22279         * lib/same.h: Include <stdbool.h>
22280         (same_name): Return bool, not int.
22281         * lib/same.c (same_name): Likewise.
22282         (errno): Don't declare; we assume C89 or better now.
22283
22284         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22285         if not already defined.
22286
22287         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22288         * lib/dup-safer.c (errno): Likewise.
22289
22290 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22291
22292         Merge from coreutils.
22293         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22294         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22295         * modules/path-concat: Don't depend on strdup.
22296
22297 2004-08-03  Simon Josefsson  <jas@extundo.com>
22298
22299         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22300         * lib/progname.h: Don't include stdbool.h.
22301
22302 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22303
22304         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22305         * MODULES.html.sh (func_all_modules): Remove fatal.
22306
22307 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22308
22309         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22310
22311 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22312
22313         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22314         working.
22315
22316 2004-08-02  Simon Josefsson  <jas@extundo.com>
22317
22318         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22319         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22320         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22321
22322 2004-08-01  Simon Josefsson  <jas@extundo.com>
22323
22324         * lib/xgetdomainname.c: Include stdlib.h, for free().
22325
22326 2004-07-19  Bruno Haible  <bruno@clisp.org>
22327
22328         * MODULES.html.sh (func_all_modules): Add dummy.
22329
22330 2004-07-16  Simon Josefsson  <jas@extundo.com>
22331
22332         * modules/dummy: New file.
22333
22334 2004-07-16  Simon Josefsson  <jas@extundo.com>
22335
22336         * lib/dummy.c: New file.
22337
22338 2004-07-16  Bruno Haible  <bruno@clisp.org>
22339
22340         * lib/backupfile.h: Add extern "C" for C++.
22341         * lib/closeout.h: Likewise.
22342         * lib/copy-file.h: Likewise.
22343         * lib/findprog.h: Likewise.
22344         * lib/full-write.h: Likewise.
22345         * lib/pathname.h: Likewise.
22346         * lib/progname.h: Likewise.
22347         * lib/stpcpy.h: Likewise.
22348         * lib/stpncpy.h: Likewise.
22349         * lib/strcase.h: Likewise.
22350         * lib/strstr.h: Likewise.
22351         * lib/xalloc.h: Likewise.
22352
22353         * lib/mbswidth.h: Add extern "C" for C++.
22354         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22355
22356 2004-07-13  Robert Millan  <robertmh@gnu.org>
22357
22358         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22359
22360 2004-07-09  Simon Josefsson  <jas@extundo.com>
22361
22362         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22363         failed without this.)
22364
22365 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * modules/chown (Files): Add lib/fchown-stub.c, since
22368         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22369
22370 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22371
22372         * lib/fchown-stub.c: New file.
22373
22374 2004-06-24  Jim Meyering  <jim@meyering.net>
22375
22376         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22377
22378 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22379
22380         * modules/argz: Omit "#include".
22381
22382         * MODULES.html.sh (func_all_modules): Add calloc, to match
22383         2004-06-01 addition of calloc module.
22384
22385 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22386
22387         * m4/argz.m4: New file, which is autoupdated from libtool.
22388
22389 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22390
22391         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22392         libtool.
22393
22394 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22395
22396         * config/srclist-update: Don't insist on "USA." before the
22397         close-comment, as libtool omits the period and puts the */ on a
22398         separate line.
22399         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22400         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22401
22402 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22403
22404         * modules/argz: New file.
22405         * MODULES.html.sh (func_all_modules): Add argz.
22406
22407 2004-06-12  Jim Meyering  <jim@meyering.net>
22408         and  Paul Eggert  <eggert@cs.ucla.edu>
22409
22410         * modules/hash (Files): Add lib/xalloc.h.
22411         * modules/pipe (Depends-on): Add wait-process.
22412         * modules/stat (Depends-on): Add xalloc.
22413         * modules/userspec (Files): Add lib/userspec.h.
22414         * modules/xstrto
22415
22416         Upgrade from gettext-0.13.
22417         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22418         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22419         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22420
22421 2004-06-10  Jim Meyering  <jim@meyering.net>
22422
22423         * lib/calloc.c: New file.
22424
22425 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22426
22427         * lib/getdate.y (yylex): Allow space between sign and number.
22428         Problem reported by Dan Jacobson.
22429
22430 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22431
22432         Merge from coreutils CVS.
22433
22434         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22435         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22436         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22437         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22438         xstrtol.m4: Fix copyright date and/or serial number.
22439
22440         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22441         See if we need an fchown replacement.
22442         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22443         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22444         and use the replacement function if we detect either defect.
22445
22446         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22447         gl_UTIMECMP.
22448
22449 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22450         and  Jim Meyering  <jim@meyering.net>
22451
22452         Merge from coreutils CVS.
22453
22454         * lib/stat-macros.h: New file, with contents from file-type.h
22455         and coreutils' system.h.
22456         * lib/file-type.c: Include "stat-macros.h".
22457         * lib/file-type.h (file_type): Move all macro definitions to new file,
22458         stat-macros.h.
22459
22460         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22461         Wrap old code with this conditional.
22462         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22463         function that does not dereference symlinks.
22464         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22465
22466         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22467         dependency problems.
22468         (xreadlink): Accept new arg SIZE, for efficiency.
22469         All decls and uses changed.
22470         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22471
22472         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22473         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22474
22475         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22476         sysexits.h.
22477
22478 2004-06-01  Jim Meyering  <jim@meyering.net>
22479
22480         * m4/calloc.m4: New file.
22481
22482 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22483
22484         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22485         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22486         Also, fix a typo in a diagnostic.
22487
22488 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22489
22490         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22491         or AC_FUNC_REALLOC.
22492
22493 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22494
22495         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22496         macros to be defined.
22497         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22498         the allocator returns NULL because the requested size is zero.
22499
22500 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22501
22502         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22503         var.  Add comment explaining why libc still defines it.  This
22504         merges the following patch from glibc:
22505         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22506
22507 2004-05-20  Andreas Schwab  <schwab@suse.de>
22508
22509         * m4/free.m4: Replace free if it not known to work, not the other
22510         way round.
22511
22512 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22513
22514         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22515         present in glibc since revision 1.1 of this file.
22516         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22517         obstack_alignment_mask, obstack_alloc, obstack_base,
22518         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22519         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22520         obstack_grow0, obstack_init, obstack_int_grow,
22521         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22522         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22523         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22524         nonexistent functions.
22525
22526 2004-05-18  Karl Berry  <karl@gnu.org>
22527
22528         * config/srclist.txt: break link for vasnprintf.c.
22529
22530 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22531
22532         Port obstack to the AS/400, where pointers are 16 bytes wide and
22533         you cannot cast an integer to a valid pointer.  This patch is
22534         currently waiting to be integrated into glibc; see
22535         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22536
22537         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22538         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22539         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22540         (struct obstack): temp member is now a union of a pointer and
22541         an integer, instead of an integer.  All integer uses changed.
22542         This does not affect the physical layout of struct obstack,
22543         except on hosts (like the AS/400) where the size or alignment of
22544         void * is greater than that of ptrdiff_t.
22545         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22546         __STDC__)]: Store temporary in pointer member of union, not
22547         integer member.
22548         * lib/obstack.c: Include <stddef.h>, for offsetof.
22549         (struct fooalign): Remove; it doesn't need a name.
22550         (union fooround): Change double to long double, and add void *.
22551         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22552         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22553         not a macro.  Hence the values are always int; so remove all
22554         casts-to-int in uses.
22555
22556 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22557
22558         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22559         we can get this patch merged into glibc.
22560
22561 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22562             Paul Eggert  <eggert@cs.ucla.edu>
22563
22564         * m4/argp: Depend on alloca.
22565
22566 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22567             Paul Eggert  <eggert@cs.ucla.edu>
22568
22569         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22570         freecoding.
22571
22572 2004-05-17  Bruno Haible  <bruno@clisp.org>
22573
22574         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22575         precision that consists of a '.' followed by an empty digit string.
22576         Patch by Tor Lillqvist <tml@iki.fi>.
22577
22578 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22579
22580         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22581         for backward compatibility with older code.  We need our own
22582         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22583         it under some other name, and our alloca.h will define it.
22584
22585 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22586             Derek Price  <derek@ximbiot.com>
22587
22588         * lib/alloca.c: Include <alloca.h>, to get our interface.
22589         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22590         include <alloca.h> first.  Use C89 prototype for alloca; this
22591         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22592         Use #elif for simplicity, since we can assume C89 now.
22593         Don't try to source the system alloca.h since it will not be found
22594         and to prevent recursively including its replacement.
22595         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22596         * lib/regex.c: Likewise.
22597
22598 2004-05-16  Derek Price  <derek@ximbiot.com>
22599             Paul Eggert  <eggert@cs.ucla.edu>
22600
22601         getline cleanup.  This changes the getndelim2 API: both order of
22602         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22603         no delimiter).
22604
22605         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22606         interface does that.
22607         (getline): Always use getdelim, so that we don't have two
22608         copies of this code.
22609         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22610         if available.
22611         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22612         (GETNDELIM2_MAXIMUM): New macro.
22613         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22614         instead of the old practice of delim2==0.  All callers changed.
22615         Return -1 on overflow, instead of returning junk.
22616         Do not set *linesize unless allocation succeeds.
22617         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22618         that we include sys/types.h.
22619         * lib/getnline.h: Likewise.
22620         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22621         (getndelim2): Reorder arguments.
22622         * lib/getnline.c (getnline, getndelim):
22623         Don't discard the NMAX argument.
22624         (getnline): Invoke getndelim, to avoid code duplication.
22625         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22626         of (size_t) -1 by callers of the getnline family.
22627
22628 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22629
22630         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22631         Check for gettimeofday.
22632         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22633         Check for settimeofday, stime.
22634
22635 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22636
22637         * lib/nanosleep.c (suspended): Change its type from int to
22638         sig_atomic_t volatile.
22639         (first_call): Make it private to rpl_nanosleep, and have it
22640         be zero initially as that's a bit faster.
22641         (my_usleep): Round up fractional times instead of truncating them,
22642         as this is the usual meaning for 'sleep'.
22643
22644         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22645         doesn't work.
22646         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22647         (ENOSYS): Define if not defined.
22648         (settime): Fall back on stime if it exists and settimeofday fails.
22649         But don't bother with fallbacks if a method fails with errno == EPERM.
22650
22651 2004-05-11  Jim Meyering  <jim@meyering.net>
22652
22653         Prior to this change, the save_cwd caller required read access to the
22654         current directory on most systems (ones with the fchdir function).
22655
22656         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22657         fails, try write-only, and finally, resort to using xgetcwd.
22658
22659 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22660
22661         * lib/obstack.c, obstack.h: Import changes from libc.
22662
22663 2004-04-28  Bruno Haible  <bruno@clisp.org>
22664
22665         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22666         also implicitly appends .exe to executables.
22667         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22668         accepts Windows pathnames.
22669         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22670         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22671         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22672         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22673         Reported by Derek Robert Price <derek@ximbiot.com>.
22674
22675 2004-04-21  Karl Berry  <karl@gnu.org>
22676
22677         * config/srclist.txt (localcharset.c): break sync.
22678
22679 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22680
22681         * m4/host-os.m4: Add a copyright notice.
22682
22683 2004-04-20  Jim Meyering  <jim@meyering.net>
22684
22685         Change UTILS_ to gl_ in AC_DEFINE'd names.
22686         Change utils_- and jm_-prefixed variables, too.
22687         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22688         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22689         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22690
22691         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22692         Don't emit trailing blanks.
22693         Also rename jm_-prefixed variables to have gl_ prefix.
22694
22695         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22696         Also rename jm_-prefixed variables to have gl_ prefix.
22697
22698         * m4/jm-macros.m4: Reflect the renamings.
22699         * m4/prereq.m4: Likewise.
22700
22701 2004-04-20  Jim Meyering  <jim@meyering.net>
22702
22703         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22704         memory.
22705
22706 2004-04-20  Jim Meyering  <jim@meyering.net>
22707             Bruno Haible  <bruno@clisp.org>
22708
22709         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22710         memory when realloc fails.
22711
22712 2004-04-19  Jim Meyering  <jim@meyering.net>
22713
22714         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22715         now that readutmp.c may call `free (0)'.
22716
22717 2004-04-19  Bruno Haible  <bruno@clisp.org>
22718
22719         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22720         * m4/inttypes_h.m4: Likewise.
22721         * m4/stdint_h.m4: Likewise.
22722         * m4/intmax_t.m4: Likewise.
22723         * m4/uintmax_t.m4: Likewise.
22724
22725 2004-04-18  Jim Meyering  <jim@meyering.net>
22726
22727         * m4/prereq.m4: Don't forbid jm_ prefix.
22728
22729         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22730         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22731         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22732         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22733         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22734         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22735         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22736         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22737         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22738         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22739         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22740         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22741         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22742         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22743         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22744         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22745         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22746         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22747         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22748
22749 2004-04-18  Jim Meyering  <jim@meyering.net>
22750
22751         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22752         failure, don't leak memory and do call END_UTMP_ENT.
22753
22754 2004-04-16  Jim Meyering  <jim@meyering.net>
22755
22756         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22757         coreutils' stat program.
22758         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22759
22760 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22761
22762         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22763         C89.
22764         (CHAR_BIT): Remove, since we assume C89.
22765         Include <stdint.h> if available, as per current Autoconf CVS advice.
22766
22767 2004-03-31  Jim Meyering  <jim@meyering.net>
22768
22769         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22770         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22771         * m4/xalloc.m4: Likewise.
22772
22773 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22774
22775         Merge from coreutils.
22776
22777         * m4/inttostr.m4: New file.
22778         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22779         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22780         Require gl_CLOCK_TIME.
22781         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22782
22783 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22784
22785         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22786         not bool, to be more consistent with Unix conventions.
22787         Suggested by Bruno Haible.
22788
22789         Merge from coreutils.
22790
22791         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22792         * lib/umaxtostr.c: New files.
22793
22794         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22795         the usual <time.h> dance.
22796         (get_date): Change signature to support fractional time stamps.
22797         All callers changed.
22798         * lib/getdate.y: Include "getdate.h" first, as we can now
22799         assume C89 and don't need to worry about 'const'.
22800         Similarly, include "unlocked-io.h" near start, not in middle.
22801         Include <limits.h>.
22802         (textint.value): Use long int rather than int.
22803         (textint.digits): Use size_t rather than int.
22804         (BILLION, LOG10_BILLION): New constants.
22805         (parser_control): New member rel_ns.  Members day_ordinal,
22806         time_zone, month, day, hour, minutes, rel_year, rel_month,
22807         rel_day, rel_hour, rel_minutes, rel_seconds
22808         are now long int, not int.  Member seconds is now struct timespec,
22809         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22810         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22811         not int.
22812         (%union.intval): Now long int, not int.
22813         New member timespec.
22814         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22815         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22816         (spec): Now is a timespec or an item list.
22817         (timespec, items): New nonterminals.
22818         (time, rel, relunit, number, get_date):
22819         Add support for fractional seconds.
22820         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22821         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22822         (to_hour): First arg is now long int, not int.
22823         (to_year): Returns long int, not int.
22824         Don't treat year -70 like 70.
22825         (tm_diff): Returns long int, not int.
22826         (lookup_word): Use bool instead of int when appropriate.
22827         (yylex): Use size_t for count, not int.
22828         Detect overflow when parsing large integer constants.
22829         Add support for fractions.
22830         (get_date): Make pointers 'const' if possible.
22831         Use more-portable code to detect integer overflow.
22832         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22833         Don't use ctime; it's not reliable if the year has >4 digits.
22834
22835         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22836         This is for compatibility with BSD.
22837
22838         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22839         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22840         From coreutils' system.h.
22841
22842         * lib/userspec.c: Don't include "posixver.h".
22843         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22844         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22845         compatible extension.  Simplify code by removing a boolean int
22846         that was always nonzero if a string was nonnull.
22847
22848 2004-03-30  Jim Meyering  <jim@meyering.net>
22849
22850         Merge from coreutils.
22851
22852         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22853         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22854         on some systems one must include <grp.h> before it.
22855         Reported by Christian Krackowizer.
22856
22857 2004-03-30  Jim Meyering  <jim@meyering.net>
22858
22859         Merge from coreutils.
22860
22861         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22862
22863         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22864         an empty input stream.
22865
22866         * lib/readtokens.c: Include <stdbool.h>.
22867         (readtoken): Use `size_t' rather than int/long.
22868         All callers adjusted.
22869         Use `bool' rather than `int' where appropriate.
22870         Use memset rather than an explicit loop.
22871         Use x2nrealloc rather than xrealloc.
22872         Allow the use of `\0' as a delimiter.
22873         (readtokens): Likewise.
22874         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22875
22876 2004-03-30  Jim Meyering  <jim@meyering.net>
22877
22878         * m4/realloc.m4: Remove file, since now it does no more than
22879         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22880         the `configure.ac' section of module/realloc.
22881         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22882
22883 2004-03-30  Bruno Haible  <bruno@clisp.org>
22884
22885         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22886         nonnull.
22887
22888 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22889
22890         Merge changes to getloadavg.c from coreutils and Emacs.
22891
22892         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22893         Define to an expression, not to the empty string.
22894         Include cloexec.h and xalloc.h.
22895         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22896         Use set_cloexec_flag rather than rolling our own.
22897         * lib/cloexec.c, lib/cloexec.h: New files.
22898
22899 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22900
22901         * m4/cloexec.m4: New file.
22902
22903 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22904
22905         * lib/getopt.h: Sync with libc CVS.
22906
22907 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22908             Bruno Haible  <bruno@clisp.org>
22909
22910         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
22911         mbswidth.
22912
22913 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22914             Bruno Haible  <bruno@clisp.org>
22915
22916         * lib/mbswidth.h: Include <wchar.h> only if
22917         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
22918         <wchar.h>.
22919         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
22920
22921 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22922
22923         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
22924         Sync with libc CVS.
22925         * lib/getopt_int.h: New file, also synced from libc.
22926
22927 2004-03-09  Paul Eggert  <eggert@twinsun.com>
22928
22929         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
22930         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
22931         Bring back getopt.c, getopt.h, getopt1.c.
22932
22933 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22934
22935         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
22936         All uses changed.  Check for sa_sigaction member; this fixes
22937         a bug first reported by Jason Andrade in
22938         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22939
22940 2004-03-07  Paul Eggert  <eggert@twinsun.com>
22941
22942         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
22943         '#if' expressions.  Unlike the code it replaces, it does not
22944         depend on (defined _SC_PAGESIZE).  However, it does depend on
22945         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
22946         first reported by Jason Andrade in
22947         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
22948
22949 2004-02-25  Simon Josefsson  <jas@extundo.com>
22950
22951         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
22952
22953 2004-02-25  Simon Josefsson  <jas@extundo.com>
22954
22955         * lib/strdup.h: New file.
22956         * lib/strdup.c: Include it.
22957         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
22958         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
22959
22960 2004-02-23  Karl Berry  <karl@gnu.org>
22961
22962         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
22963         (from fencepost.gnu.org:/gd/gnuorg).
22964
22965 2004-02-23  Karl Berry  <karl@gnu.org>
22966
22967         * config/srclistvars.sh (GNUORG) [karl]: redefine.
22968         * config/srclist.txt: add maintain/standards documents.
22969
22970 2004-02-18  Bruno Haible  <bruno@clisp.org>
22971
22972         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
22973         Reported by Derek Robert Price <derek@ximbiot.com>.
22974
22975 2004-02-16  Karl Berry  <karl@gnu.org>
22976
22977         * config/mkinstalldirs, install-sh: update from automake.
22978
22979 2004-02-06  Karl Berry  <karl@gnu.org>
22980
22981         * m4/po.m4: update from gettext 0.14.1.
22982
22983 2004-02-06  Karl Berry  <karl@gnu.org>
22984
22985         * lib/config.charset: update from gettext 0.14.1.
22986
22987 2004-02-05  Paul Eggert  <eggert@twinsun.com>
22988
22989         Add comments and code, prompted by suggestions from Bruno Haible
22990         for sh-quote.
22991         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
22992         describing the enum quoting_style values.
22993         * lib/quotearg.c (quotearg_alloc): New function.
22994         (quotearg_buffer_restyled): Treat lone { and } as special.
22995         Treat = as special.  Work around bug with older shells
22996         that "see" a '\' that is really the 2nd byte of a multibyte char.
22997         Quote empty string with shell_quoting_style.
22998
22999 2004-02-03  Bruno Haible  <bruno@clisp.org>
23000
23001         * m4/pipe.m4: New file, from GNU gettext.
23002
23003 2004-02-03  Bruno Haible  <bruno@clisp.org>
23004
23005         * lib/pipe.h: New file, from GNU gettext.
23006         * lib/pipe.c: New file, from GNU gettext.
23007
23008 2004-01-27  Bruno Haible  <bruno@clisp.org>
23009
23010         * m4/execute.m4: New file, from GNU gettext.
23011
23012 2004-01-27  Bruno Haible  <bruno@clisp.org>
23013
23014         * lib/execute.h: New file, from GNU gettext.
23015         * lib/execute.c: New file, from GNU gettext.
23016         * lib/w32spawn.h: New file, from GNU gettext.
23017
23018 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23019
23020         Merge from diffutils.
23021
23022         * lib/file-type.c (file_type): Add typed memory objects.
23023         * lib/file-type.h (S_TYPEISTMO): New macro.
23024
23025         * lib/c-stack.h (c_stack_action): Remove argv argument.
23026         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23027         (die): Don't calculate message unless segv_action returns.
23028         (get_stack_location, min_address_from_argv, max_address_from_argv,
23029         volatile stack_base, volatile_stack_size): Remove.
23030         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23031         that every segmentation violation is a stack overflow.  (Ouch!)
23032         See Debian bug 136249 (still outstanding) for more info about why
23033         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23034
23035 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23036
23037         Exit-status fix from coreutils.
23038
23039         Use exit_failure consistently in place of EXIT_FAILURE,
23040         so that program exit statuses are consistent on failure.
23041
23042         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23043         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23044         * lib/argmatch.h: Comment fix to match the above.
23045         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23046         Now a macro referring to exit_failure, instead of a separate
23047         variable.  Include "exitfail.h" to get it.
23048         * lib/xstrtol.h: Include "exitfail.h".
23049         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23050
23051         * lib/long-options.c (parse_long_options): Use prototype
23052         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23053         for clarity.
23054
23055 2004-01-21  Jim Meyering  <jim@meyering.net>
23056
23057         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23058         so as not to conflict with a different-sized __mktime_internal
23059         function in GNU libc.
23060         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23061         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23062
23063 2004-01-20  Karl Berry  <karl@gnu.org>
23064
23065         * config/config.guess: update from config.
23066
23067         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23068
23069 2004-01-20  Bruno Haible  <bruno@clisp.org>
23070
23071         Safer stack allocation.
23072         * lib/setenv.c: Include allocsa.h.
23073         (alloca): Remove fallback definition.
23074         (freea): Remove macro.
23075         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23076         instead of freea.
23077
23078 2004-01-20  Bruno Haible  <bruno@clisp.org>
23079
23080         * m4/eealloc.m4: New file, from GNU gettext.
23081
23082 2004-01-20  Bruno Haible  <bruno@clisp.org>
23083
23084         * m4/allocsa.m4: New file, from GNU gettext.
23085
23086 2004-01-20  Bruno Haible  <bruno@clisp.org>
23087
23088         * lib/xallocsa.h: New file, from GNU gettext.
23089         * lib/xallocsa.c: New file, from GNU gettext.
23090
23091 2004-01-20  Bruno Haible  <bruno@clisp.org>
23092
23093         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23094
23095 2004-01-20  Bruno Haible  <bruno@clisp.org>
23096
23097         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23098         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23099         specially.
23100
23101 2004-01-20  Bruno Haible  <bruno@clisp.org>
23102
23103         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23104         patch.
23105
23106 2004-01-20  Bruno Haible  <bruno@clisp.org>
23107
23108         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23109
23110 2004-01-20  Bruno Haible  <bruno@clisp.org>
23111
23112         * lib/eealloc.h: New file.
23113
23114 2004-01-20  Bruno Haible  <bruno@clisp.org>
23115
23116         * lib/binary-io.h: Avoid warnings on Cygwin.
23117
23118 2004-01-20  Bruno Haible  <bruno@clisp.org>
23119
23120         * lib/allocsa.h: New file, from GNU gettext.
23121         * lib/allocsa.c: New file, from GNU gettext.
23122
23123 2004-01-18  Karl Berry  <karl@gnu.org>
23124
23125         * doc/gpl.texi, doc/lgpl.texi: new files.
23126
23127 2004-01-18  Karl Berry  <karl@gnu.org>
23128
23129         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23130         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23131
23132 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23133
23134         Merge from coreutils.
23135
23136         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23137         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23138         (gl_DEFAULT_POSIX2_VERSION): Move
23139         the documentation from 'configure' into 'config.hin',
23140         so that 'configure --help' isn't burdened by it and
23141         we don't have to worry about its formatting there.
23142         Reword the documentation so that it's more succinct
23143         and can be run together into a single paragraph.
23144         * m4/same.m4 (gl_SAME): Check for pathconf.
23145
23146 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23147
23148         Merge from coreutils.
23149
23150         * lib/posixver.c: Include posixver.h.
23151
23152         * lib/same.c: Include <stdbool.h>, <limits.h>.
23153         (_POSIX_NAME_MAX): Define if not defined.
23154         (MIN): New macro.
23155         (same_name): If file names are silently truncated, report
23156         that the file names are the same if they are the same after
23157         the silent truncation.
23158
23159         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23160         conversion function.
23161         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23162         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23163         longer needed.
23164
23165 2004-01-15  Jim Meyering  <jim@meyering.net>
23166
23167         Merge from coreutils.
23168
23169         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23170         if no library is required.
23171         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23172         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23173         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23174         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23175         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23176         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23177         value, $ac_cv_search_crypt, if it's "none required".
23178         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23179         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23180         not gl_FUNC_GETLOADAVG.
23181         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23182         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23183
23184 2004-01-15  Jim Meyering  <jim@meyering.net>
23185
23186         Merge from coreutils.
23187
23188         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23189         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23190         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23191
23192         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23193         optional configure-time default.
23194
23195         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23196
23197         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23198
23199 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23200
23201         Merge from coreutils.
23202
23203         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23204         value, $ac_cv_search_nanosleep, if it's "none required".
23205
23206 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23207
23208         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23209         with like-named macro in fnmatch.c.
23210         (EXT): Use an internal constant instead.
23211
23212         Merge fnmatch patches from glibc.
23213         * lib/fnmatch.c (mbsinit): Remove define.
23214         Add libc_hidden_ver (__fnmatch, fnmatch).
23215         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23216         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23217
23218 2004-01-14  Karl Berry  <karl@gnu.org>
23219
23220         * config/install-sh: update from automake.
23221
23222 2004-01-13  Karl Berry  <karl@gnu.org>
23223
23224         * config/install-sh: update from automake.
23225
23226 2004-01-09  Karl Berry  <karl@gnu.org>
23227
23228         * config/install-sh: update from automake.
23229
23230 2004-01-05  Karl Berry  <karl@gnu.org>
23231
23232         * config/config.{sub,guess}: update from config.
23233
23234 2003-12-31  Karl Berry  <karl@gnu.org>
23235
23236         * config/depcomp: update from automake.
23237
23238 2003-12-14  Karl Berry  <karl@gnu.org>
23239
23240         * lib/config.charset: update from gettext-runtime.
23241
23242 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23243
23244         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23245         Bug reported by Alfred M. Szmidt.
23246
23247 2003-12-03  Bruno Haible  <bruno@clisp.org>
23248
23249         * m4/gettext.m4: Upgrade from gettext-0.13.
23250         * m4/po.m4: Upgrade from gettext-0.13.
23251         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23252         * m4/intmax.m4: New file, from gettext-0.13.
23253         * m4/printf-posix.m4: New file, from gettext-0.13.
23254
23255 2003-11-29  Karl Berry  <karl@gnu.org>
23256
23257         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23258
23259 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23260             Bruno Haible  <bruno@clisp.org>
23261
23262         * lib/printf-parse.h: Don't include sys/types.h.
23263         (ARG_NONE): New macro.
23264         (char_directive): Change type of *arg_index fields to size_t.
23265         * lib/printf-parse.c: Don't include sys/types.h.
23266         (SSIZE_MAX): Remove macro.
23267         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23268         Remove unnecessary overflow check.
23269         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23270         fields.
23271
23272 2003-11-25  Bruno Haible  <bruno@clisp.org>
23273
23274         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23275
23276 2003-11-25  Bruno Haible  <bruno@clisp.org>
23277
23278         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23279         gt_TYPE_SSIZE_T.
23280
23281 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23282
23283         * modules/alloca: Remove dependency on xalloc.
23284
23285 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23286
23287         * lib/alloca.c: Remove dependency on xalloc module.
23288         (xalloc_die): Remove.
23289         (memory_full) [!defined emacs]: New macro.
23290         [!defined emacs]: Don't include xalloc.h.
23291         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23292         address arithmetic overflows.  Change datatypes a bit to avoid
23293         unnecessary casts.
23294
23295 2003-11-22  Jim Meyering  <jim@meyering.net>
23296
23297         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23298         s/size/size_t/.
23299
23300 2003-11-21  Karl Berry  <karl@gnu.org>
23301
23302         * config/config.{sub,guess}: update from config.
23303
23304 2003-11-18  Karl Berry  <karl@gnu.org>
23305
23306         * config/config.{sub,guess}: update from config.
23307
23308         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23309
23310 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23311
23312         * README: Mention that S+T cannot overflow if S is the size of
23313         an existing object and T is sufficiently small.
23314
23315 2003-11-17  Jim Meyering  <jim@meyering.net>
23316
23317         On systems without utime and without a utimes function capable of
23318         dealing with a NULL struct utimbuf* argument, this utime replacement
23319         could -- in unusual circumstances -- leak a file descriptor.
23320         * lib/utime.c: Include <unistd.h> and <errno.h>.
23321         (utime_null): Be sure to close `fd' and to preserve errno.
23322         Reported by Geoff Collyer via Arnold Robbins.
23323
23324 2003-11-17  Bruno Haible  <bruno@clisp.org>
23325
23326         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23327         (Depends-on): Add xsize.
23328
23329 2003-11-17  Bruno Haible  <bruno@clisp.org>
23330
23331         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23332
23333 2003-11-17  Bruno Haible  <bruno@clisp.org>
23334
23335         * lib/vasnprintf.c (alloca): Remove fallback definition.
23336         (freea): Remove definition.
23337         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23338         Reported by Paul Eggert.
23339
23340 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23341             Bruno Haible  <bruno@clisp.org>
23342
23343         Protect against address arithmetic overflow.
23344         * lib/printf-args.h: Include stddef.h.
23345         (arguments): Change type of field 'count' to size_t.
23346         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23347         'unsigned int' where appropriate.
23348         * lib/printf-parse.h: Include sys/types.h.
23349         (char_directive): Change type of *arg_index fields to ssize_t.
23350         (char_directives): Change type of fields 'count', max_*_length to
23351         size_t.
23352         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23353         (SSIZE_MAX): Define fallback value.
23354         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23355         instead of 'int' where appropriate. Check a_allocated, d_allocated
23356         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23357         * lib/vasnprintf.c: Include xsize.h.
23358         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23359         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23360         overflow. Avoid wraparound when converting a width or precision from
23361         decimal to binary.
23362
23363 2003-11-16  Bruno Haible  <bruno@clisp.org>
23364
23365         Update from GNU gettext.
23366         * lib/printf-parse.c: Generalize to it can be compiled for wide
23367         strings.
23368         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23369         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23370         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23371         SNPRINTF): New macros.
23372         Don't include <alloca.h> if the file is used inside libintl.
23373         (local_wcslen): New function, for Solaris 2.5.1.
23374         (VASNPRINTF): Use it instead of wcslen.
23375
23376 2003-11-16  Bruno Haible  <bruno@clisp.org>
23377
23378         * lib/xsize.h (xmax): New function.
23379         (xsum, xsum3, xsum4): Declare as "pure" functions.
23380
23381 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23382
23383         * modules/xalloc (Files): Undo latest change, since xalloc.h
23384         no longer needs SIZE_MAX or PTRDIFF_MAX.
23385
23386 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23387
23388         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23389         gl_PTRDIFF_MAX.
23390
23391 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23392
23393         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23394         "return", to pacify some unknown compiler.  Problem reported
23395         by Joerg Schilling.
23396
23397 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23398
23399         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23400         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23401         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23402         heuristic is just as accurate as far as we know, and it removes a
23403         dependency on size_max.m4 and ptrdiff_max.m4.
23404
23405 2003-11-11  Bruno Haible  <bruno@clisp.org>
23406
23407         * modules/xsize (Files): Add m4/size_max.m4.
23408         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23409
23410 2003-11-11  Bruno Haible  <bruno@clisp.org>
23411
23412         * m4/size_max.m4: New file.
23413         * m4/ptrdiff_max.m4: New file.
23414         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23415         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23416         (gl_XALLOC): Invoke it.
23417
23418 2003-11-11  Bruno Haible  <bruno@clisp.org>
23419
23420         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23421         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23422         defined.
23423
23424 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23425
23426         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23427         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23428         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23429         From Bruno Haible.
23430         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23431         not (size_t) -1, since it's defined here.
23432
23433 2003-11-09  Karl Berry  <karl@gnu.org>
23434
23435         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23436
23437 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23438
23439         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23440         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23441         Reject sizes of exactly SIZE_MAX bytes.
23442         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23443         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23444
23445 2003-11-05  Bruno Haible  <bruno@clisp.org>
23446
23447         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23448         SIZE_MAX defined in <limits.h> on Solaris.
23449
23450 2003-11-04  Jim Meyering  <jim@meyering.net>
23451
23452         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23453         variable names, rather than @VAR@.
23454         * modules/poll: Likewise.
23455
23456 2003-11-04  Bruno Haible  <bruno@clisp.org>
23457
23458         * modules/xsize: New file.
23459         * modules/linebreak: Depend on xsize.
23460         * MODULES.html.sh (func_all_modules): Add xsize.
23461
23462 2003-11-04  Bruno Haible  <bruno@clisp.org>
23463
23464         * m4/xsize.m4: New file.
23465
23466 2003-11-04  Bruno Haible  <bruno@clisp.org>
23467
23468         * lib/xsize.h: New file.
23469         * lib/linebreak.c: Include xsize.h.
23470         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23471         argument for overflow.
23472         Suggested by Paul Eggert.
23473
23474 2003-11-03  Karl Berry  <karl@gnu.org>
23475
23476         * config/config.{guess,sub}: update from config.
23477
23478 2003-11-03  Jim Meyering  <jim@meyering.net>
23479
23480         * modules/userspec (lib_SOURCES): Add userspec.h.
23481         (Include): Add "userspec.h".
23482         Improve description.
23483
23484 2003-11-03  Jim Meyering  <jim@meyering.net>
23485
23486         * lib/userspec.c: Include "userspec.h".
23487         * lib/userspec.h: New file.
23488
23489 2003-11-03  Bruno Haible  <bruno@clisp.org>
23490
23491         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23492
23493 2003-11-03  Bruno Haible  <bruno@clisp.org>
23494
23495         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23496         available, to avoid (extremely rare) race condition.
23497         Suggested by Paul Eggert.
23498
23499 2003-11-02  Karl Berry  <karl@gnu.org>
23500
23501         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23502
23503 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23504
23505         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23506         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23507         (read_filesystem_list): Set and use me_type_malloced.
23508         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23509         whatever the type happens to be), for brevity and consistency.
23510         Check for size calculation overflow on Alphas running OSF/1.
23511
23512 2003-10-31  Jim Meyering  <jim@meyering.net>
23513
23514         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23515
23516         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23517
23518 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23519             Bruno Haible  <bruno@clisp.org>
23520
23521         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23522         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23523
23524 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23525
23526         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23527         netbsd*-gnu*.  Suggested by Robert Millan.
23528
23529 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23530
23531         * modules/group-member: Depend on stdbool.
23532
23533 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23534
23535         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23536
23537 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23538
23539         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23540         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23541         after the 'gnu' in these cases.  This fixes some bugs in the
23542         previous change, and is based on suggestions by Robert Millan.
23543
23544 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23545
23546         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23547         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23548         no longer needed.
23549         * lib/quotearg.c (quotearg_n_options): Use it.
23550         * lib/group-member.c: Include <stdbool.h>.
23551         (free_group_info): Arg is now const *; don't free arg.
23552         (get_group_info): Now returns bool and accepts struct group_info *,
23553         rather than returning a malloc'ed struct group_info *.
23554         All uses changed.  Check for overflow in internal size calculation.
23555
23556         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23557         rather than xmalloc/xrealloc.
23558         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23559         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23560         conformance bug: the old code used a pointer after freeing the
23561         storage that it addressed.
23562         * lib/hash.c (hash_initialize): Simplify the code by using
23563         xalloc_oversized rather than doing it by hand.
23564         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23565         the buffer preserved.  Use free and xmalloc instead.
23566         * lib/quotearg.c (quotearg_n_options): Likewise.
23567         Use a simpler test for size overflow.  Don't use xalloc_oversized
23568         because unsigned int might be wider than size_t (!); this suggests
23569         that we should switch from unsigned int to size_t for slot numbers.
23570
23571 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23572
23573         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23574         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23575         NetBSD kernels.  Requested by Richard Stallman.
23576
23577 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23578
23579         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23580         to allocate the returned structure.  Do not allocate a subarray,
23581         as x2nrealloc will do that.
23582         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23583         instead of xnrealloc.
23584         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23585
23586 2003-10-27  Bruno Haible  <bruno@clisp.org>
23587
23588         * lib/stdbool_.h: Better support for BeOS.
23589
23590 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23591
23592         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23593         now uses inline.
23594
23595 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23596
23597         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23598         callers that want to do their own size-overflow checking.  Include
23599         <stdbool.h>, since xalloc_oversized returns bool.
23600         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23601         to use xalloc_oversized.
23602
23603         Add two functions x2realloc, x2nrealloc, for programs that grow
23604         arrays dynamically by doubling their sizes.
23605         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23606         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23607         New functions.
23608
23609         Port to C99 semantics for 'inline' of external functions.
23610         Bug reported by Bruno Haible.
23611         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23612         with the old contents of xnmalloc.
23613         (xnmalloc, xmalloc): Use it.
23614         (xnrealloc_inline): New static inline function,
23615         with the old contents of xnrealloc.
23616         (xnrealloc, xrealloc): Use it.
23617
23618         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23619         that.
23620
23621 2003-10-26  Karl Berry  <karl@gnu.org>
23622
23623         * config/srclist.txt (COPYING.DOC): no longer available from
23624         /gd/gnuorg; don't know where the ultimate source is.
23625
23626 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23627
23628         Fix several address-calculation bugs in the hash modules,
23629         plus some minor code cleanup.
23630
23631         * lib/hash.h: Include <stdbool.h>, for bool.
23632         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23633         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23634         hash_get_n_entries, hash_get_max_bucket_length,
23635         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23636         hash_rehash): Use size_t rather than unsigned.
23637         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23638         hash_get_n_buckets_used, hash_get_n_entries,
23639         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23640         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23641         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23642         Likewise.
23643         (SIZE_MAX): Define if not defined.
23644         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23645         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23646         hash_print):
23647         Use const * when possible.
23648         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23649         (check_tuning): Fix bug: if tuning parameters were very close to
23650         0 or 1, rounding errors could have caused subscript violations.
23651         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23652         (hash_initialize): Add 'fail:' label
23653         to free table and return NULL, and use it to simplify code.
23654         Use calloc rather than clearing the storage ourself.
23655         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23656         buffer size calculations.
23657         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23658         Include <stddef.h>, for size_t.
23659         * lib/hash-pjw.c (hash_pjw): Likewise.
23660         Switch to method described by Bruno Haible.
23661         Include <limits.h>, for CHAR_BIT.
23662         (SIZE_BITS): New macro.
23663
23664 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23665
23666         * m4/getline.m4 (AM_FUNC_GETLINE):
23667         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23668         hosts.  Problem reported by Derek Robert Price in
23669         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23670         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23671         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23672
23673 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23674
23675         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23676         ceiling the allocation at NMAX bytes rather than silently
23677         discarding input bytes before NMAX is reached.  This makes
23678         a difference only if NMAX exceeds SIZE_MAX / 2.
23679
23680         * lib/obstack.c: Merge from glibc.
23681         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23682         Add libc_hidden_def (_obstack_newchunk).
23683         (_obstack_free) [! defined _LIBC]: Remove.
23684         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23685         a clone of the function body.
23686         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23687         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23688
23689         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23690         glibc.
23691         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23692         arg to memcpy.
23693
23694         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23695         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23696         Don't use lvalue casts, as GCC plans to remove support for them
23697         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23698         was also present in the non-GCC version, indicating that this
23699         code had always been buggy and had never been widely used.
23700         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23701         Use the fast variant of each macro, rather than copying the
23702         definiens of the fast variant; that way, we'll be more likely to
23703         catch future bugs in the fast variants.
23704
23705 2003-10-20  Bruno Haible  <bruno@clisp.org>
23706
23707         * modules/wait-process: New file.
23708         * MODULES.html.sh (func_all_modules): Add wait-process.
23709
23710 2003-10-20  Bruno Haible  <bruno@clisp.org>
23711
23712         * m4/wait-process.m4: New file.
23713
23714 2003-10-20  Bruno Haible  <bruno@clisp.org>
23715
23716         * lib/wait-process.h: New file, from GNU gettext.
23717         * lib/wait-process.c: New file, from GNU gettext.
23718
23719 2003-10-19  Jim Meyering  <jim@meyering.net>
23720
23721         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23722         HPUX 10.20.
23723
23724 2003-10-18  Karl Berry  <karl@gnu.org>
23725
23726         * config/config.guess: update from config.
23727
23728 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23729
23730         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23731         (getgroups): First arg is int, not size_t.
23732         Don't let 'free' mangle errno.
23733
23734 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23735
23736         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23737
23738 2003-10-16  Karl Berry  <karl@gnu.org>
23739
23740         * config/config.{guess,sub}: update from config.
23741
23742 2003-10-16  Jim Meyering  <jim@meyering.net>
23743
23744         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23745         memcpy.
23746
23747 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23748
23749         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23750         (SIZE_MAX): Remove.
23751         (new_exclude, add_exclude_file): Initial size no longer needs to
23752         be a power of 2.
23753         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23754         our own address arithmetic overflow checking.
23755
23756         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23757         (fnmatch): Do not alloca more than 2000 wide characters;
23758         instead, use malloc for large buffers.
23759         Check for address arithmetic overflow, and return -1
23760         with errno set to ENOMEM in that case.
23761         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23762         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23763         instead, return -1.  Check for address arithmetic overflow.
23764
23765 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23766
23767         Handle invalid suffixes and overflow independently, so that
23768         callers can treat them independently as needed.  Fix some bugs in
23769         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23770         suffix for a human-readable blocksize.  The major caller-visible
23771         change is the addition of a new
23772         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23773         that both overflow and suffix chars were found.
23774
23775         * lib/human.c (humblock): Don't check separately for invalid suffix
23776         char; that is xstrtoumax's job (now that its bug is fixed).
23777         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23778         INTMAX_MAX]: New macros.
23779         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23780         TYPE_MAXIMUM): New macros.
23781         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23782         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23783         if overflow occurs, as it's what __strtol does and it's more useful
23784         in practice.
23785         (__xstrtol): If __strtol reports some error other than ERANGE,
23786         reflect it to the caller as LONGINT_INVALID.  If it reports
23787         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23788         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23789         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23790         value.
23791         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23792         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23793         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23794         [defined UINTMAX_MAX]: New macros.
23795
23796 2003-10-14  Bruno Haible  <bruno@clisp.org>
23797
23798         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23799
23800 2003-10-14  Bruno Haible  <bruno@clisp.org>
23801
23802         * m4/sig_atomic_t: New file, from GNU gettext.
23803         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23804
23805 2003-10-14  Bruno Haible  <bruno@clisp.org>
23806
23807         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23808         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23809         Also use volatile where needed.
23810
23811 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23812
23813         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23814         Change maintainer from Bruno Haible to 'all'.
23815
23816 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23817
23818         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23819
23820 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23821
23822         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23823         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23824         and define in terms of the other primitives.
23825         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23826         (SIZE_MAX): Define if not already defined.
23827         (array_size_overflow): New function.
23828         (xalloc_die): Abort instead of exiting if 'error' returns.
23829         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23830         (xmalloc, xrealloc): Use them.
23831         (xcalloc): Check for address arithmetic overflow.
23832         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23833         a bit faster than strcpy.
23834
23835 2003-10-10  Simon Josefsson  <jas@extundo.com>
23836
23837         * modules/argp (Depends-on): Add restrict and strcase.
23838
23839 2003-10-10  Simon Josefsson  <jas@extundo.com>
23840
23841         * m4/argp.m4: Add AC_C_INLINE.
23842
23843 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23844
23845         Merge getpass from libc, plus a few fixes.
23846
23847         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23848         Include <stdbool.h>.
23849         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23850         __fsetlocking to empty.
23851         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23852         do include <bits/libc-lock.h>.
23853         Do not include <fcntl.h>; not needed.
23854         [_LIBC]: Include <wchar.h>.
23855         (NOTCANCEL_MODE): New macro.
23856         (flockfile, funlockfile) [_LIBC]: New macros.
23857         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23858         [!_LIBC]: New macros.
23859         (call_fclose): New function.
23860         (getpass): Use it.  Save tty stream separately; this simplifies the
23861         code and makes it more reliable if stdin happens to equal stdout.
23862         Invoke __fsetlocking on tty.
23863         Handle thread cancellation if needed.
23864         Namespace cleanup (use __tcgetattr, __getline).
23865         Use bool for Booleans.
23866         [USE_IN_LIBIO]: Handle wide streams.
23867         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23868         stream might go where.
23869
23870         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23871         doesn't have to include <stdio.h> before us.
23872         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23873         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23874         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23875         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23876         if not declared, so that we can use getpass.c code from libc without
23877         rewriting it.
23878         (flockfile, ftrylockfile, funlockfile): New macros.
23879
23880 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23881
23882         * modules/getpass: Depend on stdbool.
23883
23884 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23885
23886         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23887
23888 2003-10-07  Karl Berry  <karl@gnu.org>
23889
23890         * config/config.{guess,sub}: update from config.
23891
23892 2003-10-06  Jim Meyering  <jim@meyering.net>
23893             Bruno Haible  <bruno@clisp.org>
23894
23895         This lets translators provide better translations for the
23896         "Written by ..." part of --version output.
23897         * lib/version-etc.h: Include stdarg.h.
23898         (version_etc_copyright): Declare as readonly.
23899         (version_etc): Make this function variadic with a NULL-terminated list
23900         of author name strings.
23901         (version_etc_va): New declaration.
23902         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23903         (version_etc_copyright): Declare as readonly.
23904         (version_etc_va): New function. Provide a different translatable string
23905         for each possible number of authors < 10. Abbreviate when there are 10
23906         authors or more.
23907         (version_etc): Make this function variadic. Call version_etc_va.
23908         Suggestion from Gary V. Vaughan.
23909
23910         * lib/long-options.h (parse_long_options): Change prototype: the
23911         authors string is moved to the end and becomes variadic.
23912         * lib/long-options.c: Include stdarg.h.
23913         (parse_long_options): Make this function variadic, too.
23914         Call version_etc_va, not version_etc.
23915
23916 2003-10-06  Bruno Haible  <bruno@clisp.org>
23917
23918         * modules/version-etc-2: Remove file.
23919         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
23920
23921 2003-10-06  Bruno Haible  <bruno@clisp.org>
23922
23923         * modules/fatal-signal: New file.
23924         * MODULES.html.sh (func_all_modules): Add fatal-signal.
23925
23926 2003-10-06  Bruno Haible  <bruno@clisp.org>
23927
23928         * m4/fatal-signal.m4: New file.
23929         * m4/signalblocking.m4: New file, from GNU gettext.
23930
23931 2003-10-06  Bruno Haible  <bruno@clisp.org>
23932
23933         * lib/version-etc-2.h: Remove file.
23934         * lib/version-etc-2.c: Remove file.
23935
23936 2003-10-06  Bruno Haible  <bruno@clisp.org>
23937
23938         * lib/fatal-signal.h: New file, from GNU gettext.
23939         * lib/fatal-signal.c: New file, from GNU gettext.
23940
23941 2003-10-05  Paul Eggert  <eggert@twinsun.com>
23942
23943         * README: Rework advice for preventing empty .o files.
23944         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23945         not <sys/types.h>.
23946
23947 2003-10-04  Karl Berry  <karl@gnu.org>
23948
23949         * lib/argp*: update from libc.
23950
23951 2003-10-04  Karl Berry  <karl@gnu.org>
23952
23953         * config/config.{guess,sub}: update from config.
23954
23955 2003-10-02  Bruno Haible  <bruno@clisp.org>
23956
23957         * modules/lchown (Include): Add lchown.h.
23958         * modules/time_r (Include): Use "..." syntax.
23959         * modules/xgetdomainname (Include): Add xgetdomainname.h.
23960
23961 2003-10-01  Simon Josefsson  <jas@extundo.com>
23962
23963         * MODULES.html.sh (func_all_modules): Move gethostname from section
23964         'based on' to section 'lacking' POSIX:2001.
23965
23966 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
23967
23968         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
23969         to output mode on the same stream.
23970
23971 2003-09-29  Paul Eggert  <eggert@twinsun.com>
23972
23973         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
23974         Fix arg typo in previous patch.
23975
23976 2003-09-28  Jim Meyering  <jim@meyering.net>
23977
23978         * lib/error.c: Correct cpp indentation.
23979
23980 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23981
23982         * modules/free: New file.
23983
23984 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23985
23986         * m4/free.m4: New file.
23987
23988 2003-09-27  Paul Eggert  <eggert@twinsun.com>
23989
23990         * lib/minmax.h (MIN, MAX)
23991         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
23992         Omit the special code that used __typeof__, since we worry that
23993         it could be more trouble than it's worth.  See:
23994         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
23995         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
23996
23997         * lib/free.c: New file.
23998
23999 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24000
24001         Trivial fixes to Makefile.am parts of module listings.
24002         * modules/strstr: Append strstr.h to lib_SOURCES.
24003         * modules/strcase: Likewise, for strcase.h.
24004
24005 2003-09-27  Karl Berry  <karl@gnu.org>
24006
24007         * config/mkinstalldirs: update from automake.
24008
24009 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24010
24011         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24012         (error_tail): Do not loop, reallocating temporary buffer, since
24013         the output cannot contain more wide characters than the input
24014         contains bytes, the size must be big enough already.  This avoids
24015         one potential size overflow calculation.  Check for size overflow
24016         when calculating temporary buffer size.  Free temporary buffer
24017         when done, if it was allocated with malloc; this plugs a memory
24018         leak.  Remove casts from void * to pointers, that are no longer
24019         needed now that we're assuming C89 or better.
24020
24021         Merge error changes from glibc.
24022
24023         * lib/error.c, error.h: Update copyright notice header to match glibc.
24024         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24025         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24026         Disable cancellation while printing error.
24027         * lib/error.h: Prepend __ to parameter names.
24028
24029 2003-09-26  Jim Meyering  <jim@meyering.net>
24030
24031         * lib/error.c (error_tail): Move some declarations
24032         into inner scope where the local variables are used.
24033
24034 2003-09-26  Bruno Haible  <bruno@clisp.org>
24035
24036         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24037         stpncpy().
24038         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24039
24040 2003-09-26  Bruno Haible  <bruno@clisp.org>
24041
24042         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24043         (stpncpy): Define as alias for gnu_stpncpy.
24044         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24045
24046 2003-09-25  Simon Josefsson  <jas@extundo.com>
24047
24048         * lib/xgetdomainname.h: New file.
24049         * lib/xgetdomainname.c: New file.
24050
24051 2003-09-25  Simon Josefsson  <jas@extundo.com>
24052             Bruno Haible  <bruno@clisp.org>
24053
24054         * modules/getdomainname: New file.
24055         * modules/xgetdomainname: New file.
24056         * MODULES.html.sh (func_all_modules): Add getdomainname,
24057         xgetdomainname.
24058
24059 2003-09-25  Simon Josefsson  <jas@extundo.com>
24060             Bruno Haible  <bruno@clisp.org>
24061
24062         * m4/getdomainname.m4: New file.
24063
24064 2003-09-25  Simon Josefsson  <jas@extundo.com>
24065             Bruno Haible  <bruno@clisp.org>
24066
24067         * lib/getdomainname.h: New file.
24068         * lib/getdomainname.c: New file.
24069
24070 2003-09-25  Karl Berry  <karl@gnu.org>
24071
24072         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24073
24074 2003-09-25  Karl Berry  <karl@gnu.org>
24075
24076         * config/install-sh: update from automake.
24077
24078 2003-09-25  Bruno Haible  <bruno@clisp.org>
24079
24080         * modules/version-etc-2: New file, from modules/version-etc with
24081         modifications.
24082         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24083
24084 2003-09-25  Bruno Haible  <bruno@clisp.org>
24085
24086         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24087         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24088
24089 2003-09-24  Simon Josefsson  <jas@extundo.com>
24090
24091         * modules/xgethostname: Add xgethostname.h.
24092
24093 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24094
24095         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24096         the buffer associated with the argument.  Bug reported by
24097         Simon Josefsson.
24098
24099 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24100
24101         * README: Document assumptions that 'int' is at least 32 bits
24102         wide, that integer arithmetic is 2's complement without overflow,
24103         that there are no holes in integer values, that adding sizes of
24104         two nonoverlapping objects can't overflow, and that all-bits-zero
24105         yields scalar zero.  Fix spelling and capitalization typos.
24106
24107 2003-09-19  Karl Berry  <karl@gnu.org>
24108
24109         * lib/argp.h: update from libc.
24110
24111 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24112
24113         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24114         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24115         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24116
24117 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24118
24119         * gnulib-tool: Use "test -h", not "test -L", for portability
24120         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24121         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24122         (sed_extract_prog): Issue s commands one-by-one, rather than
24123         using \| in one s command.
24124
24125 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24126
24127         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24128         input error, instead of returning NULL the next time we are called
24129         (and therefore losing track of errno).
24130
24131 2003-09-16  Bruno Haible  <bruno@clisp.org>
24132
24133         * gnulib-tool (func_create_testdir): Warn about duplicated
24134         dependencies.
24135
24136 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24137
24138         * modules/argmatch, modules/fatal, modules/obstack,
24139         modules/xalloc, modules/xgethostname: Sort dependencies by
24140         importance, not alphabetically.
24141
24142 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24143
24144         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24145         fails, so that the caller gets the proper errno.
24146
24147         * lib/readutmp.c (read_utmp): Likewise.
24148         Check for fstat error.  Close stream and free storage
24149         when failing.
24150
24151 2003-09-14  Karl Berry  <karl@gnu.org>
24152
24153         * config/srclist.txt (strdup.c): disable for c89 changes.
24154
24155 2003-09-14  Jim Meyering  <jim@meyering.net>
24156
24157         * lib/getloadavg.c: Correct cpp indentation.
24158         * lib/strdup.c: Likewise.
24159         * lib/vasnprintf.c: Likewise.
24160
24161 2003-09-14  Bruno Haible  <bruno@clisp.org>
24162
24163         * modules/fwriteerror: New file.
24164         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24165
24166 2003-09-14  Bruno Haible  <bruno@clisp.org>
24167
24168         * lib/fwriteerror.h: New file.
24169         * lib/fwriteerror.c: New file.
24170
24171 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24172
24173         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24174         modules/xgethostname, modules/xalloc: Depend on exit.
24175
24176 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24177
24178         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24179
24180         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24181         and AC_MINIX, too, so that their extensions are available.
24182
24183         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24184         This macro has been superseded by gl_BACKUPFILE.
24185
24186         More patches to assume C89 or better.
24187
24188         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24189
24190         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24191         unconditionally.
24192         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24193         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24194         Include <string.h>, <stdlib.h> unconditionally.
24195         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24196         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24197         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24198         headers or for string.h.
24199         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24200         or strtoul.
24201
24202         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24203         headers.
24204         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24205         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24206         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24207         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24208         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24209         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24210         memcpy, memset.
24211         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24212         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24213         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24214         strtol.
24215         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24216         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24217         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24218         strtoul.
24219
24220 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24221
24222         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24223         * lib/obstack.c [!defined _LIBC]: Likewise.
24224         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24225         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24226         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24227
24228         More changes to assume C89 or better.
24229
24230         * lib/error.c (error_tail): Assume vprintf.
24231
24232         * lib/argmatch.c (getenv): Remove decl.
24233         * lib/progreloc.c (get_full_program_name): Define via prototype.
24234         * lib/setenv.c (clearenv): Likewise.
24235         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24236         needed.
24237         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24238         (malloc, memcpy): Remove decls.
24239         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24240         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24241         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24242         (memcpy): Remove macro.
24243         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24244         (__P): Remove.  All uses removed.
24245         (PTR): Remove.  All uses changed to void *.
24246         (CHAR_BIT, NULL): Remove.
24247         (spaces, zeros, memset_space, memset_zero)
24248         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24249         Remove.
24250         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24251         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24252         Define with prototype.
24253         Remove now-unnecessary prototype decl.
24254         (extra_args_spec): Assume ANSI C.  All uses changed.
24255         (extra_args_spec_iso): Remove.
24256         (my_strftime, emacs_strftimeu): Define via prototype.
24257         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24258         unconditionally.
24259         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24260         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24261         (strtoul, strtol): Remove decls.
24262         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24263         LONG_MAX): Remove.
24264         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24265         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24266         (LOCALE_PARAM_PROTO): New macro.
24267         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24268         (INTERNAL (strtol), strtol): Define with a prototype.
24269         (PARAMS): Remove.  All uses removed.
24270         * lib/tempname.c: Include <string.h> unconditionally.
24271         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24272         * lib/xgethostname.c (main): Define with a prototype.
24273         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24274         Include <stdlib.h> unconditionally.
24275         (calloc, malloc, realloc, free): Remove decls.
24276         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24277         Include <stdlib.h> unconditionally.  Sort include file names.
24278         (strtod): Remove.
24279         (xstrtod): Define with a prototype.
24280         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24281         (strtol, strtoul): Remove decls.
24282
24283 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24284
24285         More patches to assume C89 or better.
24286         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24287         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24288         string.h, memchr, STDC_HEADERS.
24289
24290 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24291
24292         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24293         Include <stdlib.h>, <string.h> unconditionally.
24294         Remove now-unnecessary cast to char *.
24295         * lib/strnlen.c: Include <string.h> unconditionally.
24296         * lib/yesno.c (yesno): Define with a prototype.
24297
24298 2003-09-11  Bruno Haible  <bruno@clisp.org>
24299
24300         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24301
24302 2003-09-10  Jim Meyering  <jim@meyering.net>
24303
24304         * lib/error.c: Correct indentation of cpp directives.
24305
24306 2003-09-10  Bruno Haible  <bruno@clisp.org>
24307
24308         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24309         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24310         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24311         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24312         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24313         <stdlib.h> and <string.h> checks.
24314         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24315         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24316
24317 2003-09-10  Bruno Haible  <bruno@clisp.org>
24318
24319         * lib/strcspn.c: Include <string.h> unconditionally.
24320         * lib/strpbrk.c: Include <string.h> unconditionally.
24321         * lib/strstr.c: Include <string.h> unconditionally.
24322         * lib/unicodeio.c: Include <string.h> unconditionally.
24323         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24324         * lib/unsetenv.c: Likewise.
24325         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24326         * lib/yesno.c: Include <stdlib.h> unconditionally.
24327         (rpmatch): Add prototype.
24328
24329 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24330
24331         More patches to assume C89 or better.
24332         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24333         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24334         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24335         or for string.h.
24336         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24337         stdlib.h.
24338         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24339         C headers.
24340         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24341         string.h.
24342         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24343         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24344         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24345         or for string.h.
24346         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24347         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24348         C headers.
24349         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24350         memcpy.
24351         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24352         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24353         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24354         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24355         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24356         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24357         string.h, free.
24358         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24359         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24360         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24361         C headers, or for string.h.
24362         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24363         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24364         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24365         headers, memory.h, stdlib.h, string.h, strings.h.
24366         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24367         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24368         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24369         strchr.
24370         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24371         headers, memory.h, string.h.
24372         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24373         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24374         free.
24375         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24376         headers.
24377         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24378         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24379         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24380         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24381         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24382
24383 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24384
24385         More K&R removal.
24386
24387         * lib/acosl.c (main): Use a prototype.
24388         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24389         tanl.c: Likewise.
24390
24391         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24392
24393         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24394         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24395         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24396         with a prototype.
24397         * lib/getopt.c (const): Remove macro.
24398         Include <string.h> unconditionally.
24399         (my_index): Remove; all uses changed to strchr.
24400         (strlen): Remove decl.
24401         (exchange): Remove forward decl; no longer needed.
24402         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24403         Define with prototype.
24404         * lib/getopt1.c (const): Remove macro.
24405         (getopt_long, getopt_long_only, main): Define with prototype.
24406
24407         * lib/getugroups.c: Include <string.h> unconditionally.
24408
24409         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24410         (getusershell, setusershell, endusershell, readname, main):
24411         Define with prototypes.
24412
24413         * lib/group-member.c: Include group-member.h first.
24414         Include <stdlib.h> unconditionally.
24415
24416         * lib/hard-locale.c: Include hard-locale.h first.
24417         Include <stdlib.h>, <string.h> unconditionally.
24418
24419         * lib/hash.c (free, malloc): Remove decls.
24420         Include <stdlib.h> unconditionally.
24421
24422         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24423         (getenv): Do not declare.
24424
24425         * lib/idcache.c: Include <string.h> unconditionally.
24426
24427         * lib/long-options.c: Include long-options.h first, to test interface.
24428         Include <stdlib.h> unconditionally.
24429
24430         * lib/makepath.c: Include makepath.h first, to test interface.
24431         Include <stdlib.h> and <string.h> unconditionally.
24432
24433         * lib/linebuffer.c: Include <stdlib.h>.
24434         (free): Remove decl.
24435
24436         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24437         stddef.h. rpl_malloc returns void *, not char *.
24438         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24439         prototype.
24440
24441         * lib/md5.h: Include <limits.h> unconditionally.
24442         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24443         (__P): Remove; all uses removed.
24444         * lib/md5.c: Include "md5.h" first.
24445         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24446         md5_buffer, md5_process_bytes, md5_process_block):
24447         Define with prototypes.
24448         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24449         * lib/sha.c: Include "sha.h" first.
24450         Include <stdlib.h>, <string.h> unconditionally.
24451
24452         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24453         * lib/memcmp.c (__ptr_t): Likewise.
24454         * lib/memrchr.c (__ptr_t): Likewise.
24455         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24456         Include <string.h> unconditionally.
24457         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24458         * lib/memchr.c: Include <stdlib.h> unconditionally.
24459         * lib/memchr.c (LONG_MAX): Remove.
24460         * lib/memrchr.c (LONG_MAX): Likewise.
24461         * lib/memchr.c (__memchr): Define via a prototype.
24462         * lib/memrchr.c (__memrchr): Likewise.
24463         * lib/memcmp.c (__P): Remove, and remove all uses.
24464         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24465         Remove forward decls; no longer needed.
24466         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24467         Use types required by C89 in prototype.
24468
24469         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24470         * lib/savedir.c: Likewise.
24471         * lib/mkdir.c (free): Remove decl.
24472         * lib/rmdir.c (rmdir): Define with a prototype.
24473         * lib/savedir.c: Include savedir.h first, to test interface.
24474
24475         * lib/mktime.c (STDC_HEADERS): Remove.
24476         Include <stdlib.h>, <string.h> unconditionally.
24477
24478         * lib/modechange.c: Include <stdlib.h> unconditionally.
24479         (malloc): Remove decl.
24480
24481         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24482         (free): Remove decl.
24483
24484         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24485         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24486         (This type really should be intptr_t, but that's a C99ism.)
24487         (_obstack_memcpy): Remove: all uses changed to memcpy.
24488         Include <string.h> unconditionally.
24489         (struct obstack): Assume __STDC__ for types of members
24490         chunkfun, freefun, extra_arg.
24491         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24492         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24493         obstack_begin, obstack_specify_allocation,
24494         obstack_specify_allocation_with_arg, obstack_chunkfun,
24495         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24496         Remove unprototyped decls and the macros that use them.
24497         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24498         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24499         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24500         (defined __STDC__ && __STDC__)]:
24501         Remove nonprototyped code.
24502         Include <stdlib.h> unconditionally.
24503         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24504         _obstack_allocated_p, _obstack_free, obstack_free,
24505         _obstack_memory_used, print_and_abort):
24506         Define using prototypes.
24507         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24508         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24509         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24510         obstack_next_free, obstack_object_size, obstack_room) [0]:
24511         Remove unused, unprototyped code.
24512
24513         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24514
24515         * lib/physmem.c (physmem_total, physmem_available, main): Define
24516         with prototypes.
24517
24518         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24519         (main): Define with a prototype.
24520
24521         * lib/posixver.c (getenv): Remove decl.
24522
24523         * lib/putenv.c (malloc): Returns void *, not char *.
24524         Include <string.h> unconditionally.
24525         (strchr, memcpy, NULL): Do not define.
24526
24527         * lib/readtokens.c: Include readtokens.h first, to test interface.
24528         Include <stdlib.h>, <string.h> unconditionally.
24529         (init_tokenbuffer): Define with a prototype.
24530
24531         * lib/regex.c (PARAMS): Remove.  All uses removed.
24532         All uses of _RE_ARGS removed, too.
24533         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24534         unconditionally.
24535         (bzero): Assume memset exists.
24536         (memcmp, memcpy, NULL): Remove.
24537         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24538         char, or assignments to local vars of type signed char.
24539         (init_syntax_once, PREFIX(extract_number_and_incr),
24540         PREFIX(print_partial_compiled_pattern),
24541         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24542         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24543         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24544         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24545         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24546         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24547         wcs_compile_range, byte_compile_range, truncate_wchar,
24548         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24549         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24550         count_mbs_length, wcs_re_match_2_internal,
24551         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24552         PREFIX(alt_match_null_string_p),
24553         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24554         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24555         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24556         now-unnecessary declaration, if any.
24557         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24558         regcomp, regexec):
24559         Remove now-unnecessary casts among pointer types.
24560         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24561
24562         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24563         (free): Remove decl.
24564
24565         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24566
24567         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24568         (free): Remove decl.
24569
24570         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24571         * lib/xgetcwd.c: Likewise.
24572
24573         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24574         (free): Remove decl.
24575
24576         * lib/strchrnul.c (strchrnul): Define with a prototype.
24577         Fix bug: c_in was not converted to char before searching.
24578
24579         The following changes are not K&R related:
24580
24581         * lib/group-member.h: Include <sys/types.h>, so that this file is
24582         self-contained.
24583         * lib/makepath.h: Likewise.
24584
24585         * lib/getusershell.c (readname, default_index, line_size, readname):
24586         Use size_t, not int, for sizes.
24587         (readname): If the size overflows, report an error instead of
24588         looping forever.
24589
24590 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24591
24592         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24593         libc.
24594
24595 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24596
24597         * README: New section: portability guidelines.
24598
24599 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24600
24601         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24602         C89 spec.
24603
24604 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24605
24606         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24607
24608 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24609
24610         Assume C89 or better; remove K&R cruft.
24611         A few of these changes were first proposed by Derek Robert Price
24612         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24613
24614         * lib/addext.c: Include <string.h> unconditionally.
24615         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24616         Don't declare getenv or malloc.
24617
24618         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24619         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24620         (NULL): Remove.
24621         (find_stack_direction, alloca): Use prototypes.
24622
24623         * lib/atexit.c (atexit): Define using a prototype.
24624
24625         * lib/basename.c, dirname.c, stripslash.c:
24626         Include <string.h> unconditionally.
24627
24628         * lib/bcopy.c: Include <stddef.h>.
24629         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24630
24631         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24632
24633         * lib/error.h (error, error_at_line, error_print_progname)
24634         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24635         * lib/error.c: Include error.h first, to check interface.
24636         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24637         (VA_START): Remove; all uses changeed to va_start.
24638         (exit, strerror): Remove decls.
24639         (error_print_progname): Prototype uncondionally.
24640         Don't include <errno.h>; no longer needed.
24641         (private_strerror): Remove.
24642         (error_tail): Always define.
24643         (error, error_at_line): Assume C89 or better; always use prototypes.
24644         * lib/fatal.c: Include "fatal.h" first, to test interface.
24645         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24646         (VA_START): Remove; all uses changed to va_start.
24647         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24648         this case.
24649         (exit): Remove decl.
24650         (fatal): Prototype unconditionally.  Assume va_start works.
24651         Abort at end, to pacify gcc.
24652
24653         * lib/euidaccess.c (main): Define with a prototype.
24654
24655         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24656
24657         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24658
24659         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24660         prototypes.
24661         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24662         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24663         (getenv): Remove decl.
24664         (fnmatch): Define using a prototype.
24665         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24666         (FCT): Define using a prototype.
24667
24668         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24669
24670         * lib/gethostname.c: Include <stddef.h>.
24671         (gethostname): Define with prototype.  Length is size_t, not int.
24672
24673 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24674
24675         Assume C89 or better; remove K&R cruft.
24676         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24677         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24678         string.h, getenv, malloc.
24679         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24680         headers.
24681         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24682         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24683         do not check for strerror.
24684         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24685         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24686         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24687         do not check for doprnt or vprintf.
24688         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24689         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24690
24691 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24692
24693         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24694         getversion.c should have been removed then, but was accidentally
24695         preserved.
24696
24697         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24698         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24699
24700 2003-09-08  Karl Berry  <karl@gnu.org>
24701
24702         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24703                 config, forget about prep.
24704
24705         * config/depcomp, missing: update from automake.
24706
24707 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24708
24709         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24710         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24711
24712 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24713
24714         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24715         copy_tm_result.  Bug reported by Simon Josefsson in
24716         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24717
24718 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24719
24720         * m4/time_r.m4: New file.
24721         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24722         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24723         is. Check for timegm declaration.
24724         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24725         Do not check for gmtime_r.
24726         Replace mktime if __mktime_internal does not exist and if mktime
24727         hasn't been replaced already.
24728
24729 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24730
24731         * lib/time_r.c, lib/time_r.h: New files.
24732
24733         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24734         __localtime_r.
24735         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24736         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24737
24738         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24739         __gmtime_r.
24740         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24741         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24742         Include <time_r.h>.
24743
24744         * lib/timegm.c: Switch to glibc implementation, with the following
24745         changes:
24746         [defined HAVE_CONFIG_H]: Include <config.h>.
24747         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24748         (__mktime_internal) [!defined _LIBC]: New decl.
24749         (__gmtime_r) [!defined _LIBC]: New macro and function.
24750         (timegm): Use a prototype, since gnulib assumes C89.
24751         Do not bother declaring tmp to be const, as it's not really usefu.
24752         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24753         (timegm): Declare only if HAVE_DECL_TIMEGM.
24754
24755 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24756
24757         * MODULES.html.sh (func_all_modules): Add time_r.
24758         * modules/time_r: New file.
24759         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24760         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24761
24762 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24763
24764         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24765         Bug reported by Lute Kamstra in
24766         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24767
24768         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24769         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24770         course with correspondingly smaller numbers for tomorrow and
24771         yesterday.  From Tadayoshi Funaba.  Originally installed into
24772         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24773         coreutils merge?).
24774
24775 2003-08-31  Simon Josefsson  <jas@extundo.com>
24776
24777         * modules/timegm: New file.
24778         * MODULES.html.sh (func_all_modules): Add timegm.
24779
24780 2003-08-31  Simon Josefsson  <jas@extundo.com>
24781
24782         * m4/timegm.m4: New file.
24783
24784 2003-08-31  Simon Josefsson  <jas@extundo.com>
24785
24786         * lib/timegm.h: New file.
24787         * lib/timegm.c: New file.  Based on
24788         wget-1.8.2/src/http.c:mktime_from_utc.
24789
24790 2003-08-31  Karl Berry  <karl@gnu.org>
24791
24792         * lib/argp.h: update from libc.
24793
24794 2003-08-28  Bruno Haible  <bruno@clisp.org>
24795
24796         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24797         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24798         followed by '#define fnmatch fnmatch_posix' gives an error.
24799
24800 2003-08-28  Bruno Haible  <bruno@clisp.org>
24801
24802         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24803         warning on QNX, which defines O_BINARY to 000000.
24804
24805 2003-08-27  Jim Meyering  <jim@meyering.net>
24806
24807         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24808         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24809         would fail after 32.  Reported by Danny Levinson.  Details here:
24810         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24811
24812 2003-08-24  Bruno Haible  <bruno@clisp.org>
24813
24814         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24815         MSVC7 <stdio.h> is included later.
24816
24817 2003-08-22  Simon Josefsson  <jas@extundo.com>
24818
24819         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24820
24821 2003-08-20  Karl Berry  <karl@gnu.org>
24822
24823         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24824
24825 2003-08-20  Bruno Haible  <bruno@clisp.org>
24826
24827         * modules/progname: New file.
24828         * MODULES.html.sh (func_all_modules): Add progname.
24829
24830 2003-08-20  Bruno Haible  <bruno@clisp.org>
24831
24832         * lib/progname.h: New file, from GNU gettext.
24833         * lib/progname.c: New file, from GNU gettext.
24834         * lib/progreloc.c: New file, from GNU gettext.
24835
24836 2003-08-19  Jim Meyering  <jim@meyering.net>
24837
24838         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24839         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24840
24841 2003-08-19  Bruno Haible  <bruno@clisp.org>
24842
24843         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24844         more.
24845
24846 2003-08-19  Bruno Haible  <bruno@clisp.org>
24847
24848         * lib/xstrdup.c: Assume <string.h> exists.
24849
24850 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24851
24852         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24853         in makefile rules.
24854
24855 2003-08-18  Jim Meyering  <jim@meyering.net>
24856
24857         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24858         * m4/lib-ld.m4: Likewise.
24859
24860 2003-08-18  Jim Meyering  <jim@meyering.net>
24861
24862         * lib/setenv.h: Indent nested cpp directive.
24863         * lib/vasnprintf.c: Remove trailing blanks.
24864
24865 2003-08-17  Simon Josefsson  <jas@extundo.com>
24866
24867         * modules/xstrndup: New file.
24868         * MODULES.html.sh (func_all_modules): Add xstrndup.
24869
24870 2003-08-17  Simon Josefsson  <jas@extundo.com>
24871
24872         * modules/argp: Fix autoconf macro name. Add more dependencies.
24873
24874 2003-08-17  Simon Josefsson  <jas@extundo.com>
24875
24876         * m4/xstrndup.m4: New file.
24877
24878 2003-08-17  Simon Josefsson  <jas@extundo.com>
24879
24880         * m4/argp.m4: New file.
24881
24882 2003-08-17  Simon Josefsson  <jas@extundo.com>
24883             Bruno Haible  <bruno@clisp.org>
24884
24885         * lib/xstrndup.h: New file.
24886         * lib/xstrndup.c: New file.
24887
24888 2003-08-17  Bruno Haible  <bruno@clisp.org>
24889
24890         * modules/strndup (Files, Include): Add lib/strndup.h.
24891
24892 2003-08-17  Bruno Haible  <bruno@clisp.org>
24893
24894         * modules/euidaccess (Files): Add lib/euidaccess.h.
24895
24896 2003-08-17  Bruno Haible  <bruno@clisp.org>
24897
24898         * lib/strndup.h: New file.
24899
24900 2003-08-17  Bruno Haible  <bruno@clisp.org>
24901
24902         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24903         like AC_GNU_SOURCE.
24904         * modules/extensions (configure.ac): Comment out the invocation of
24905         gl_USE_SYSTEM_EXTENSIONS.
24906
24907 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24908
24909         Merges from coreutils, etc.
24910         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
24911         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
24912         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
24913         fixing a typo.
24914         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
24915         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
24916
24917 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24918
24919         Document merge from coreutils.
24920         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
24921         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
24922         * modules/utime: Add m4/utimes-null.m4.
24923
24924 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24925
24926         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
24927         space, undoing this 2003-08-12 change:
24928         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24929
24930 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24931
24932         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
24933         strtoul.c from libc, undoing this 2003-08-12 change:
24934         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
24935
24936 2003-08-16  Jim Meyering  <jim@meyering.net>
24937
24938         Merges from coreutils.
24939         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
24940         prefix.  Adjust cache variables similarly.  Create 500 rather than
24941         just 300 files, to exercise bug on Darwin6.5, too.
24942         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
24943         $missing_dir.
24944         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
24945         AM_SYS_POSIX_TERMIOS.
24946         Reported by mkc@mathdogs.com.
24947         Also change use of $am_cv_sys_posix_termios
24948         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
24949         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
24950         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
24951         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
24952         in /proc/mounts until it finds one with matching device number.  This
24953         is unnecessary when the FILE argument *is* a mount point.  No stat call
24954         is necessary in that case.  So, disable the statvfs-testing code on
24955         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
24956         as RedHat bug# 84846.
24957         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24958         to 1MB, so as not to render systems with no stack size limit (e.g.,
24959         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24960         Include <unistd.h>.  On some systems,
24961         it is required for the definition of _SC_PAGESIZE.
24962
24963 2003-08-16  Jim Meyering  <jim@meyering.net>
24964
24965         Merge from coreutils.
24966         * lib/xstrtoimax.c: #else #if -> #elif.
24967         * lib/xstrtoumax.c: Likewise.
24968
24969 2003-08-16  Jim Meyering  <jim@meyering.net>
24970
24971         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
24972         * m4/utimes.m4: Removed.
24973         * m4/utimes-null.m4: Renamed from utimes.m4.
24974
24975         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
24976         to 1MB, so as not to render systems with no stack size limit (e.g.,
24977         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
24978         Include <unistd.h>.  On some systems,
24979         it is required for the definition of _SC_PAGESIZE.
24980
24981 2003-08-16  Jim Meyering  <jim@meyering.net>
24982         and Paul Eggert  <eggert@cs.ucla.edu>
24983
24984         Merges from coreutils, etc.
24985
24986         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
24987         using the latest version from cvs.  This avoids problems with #line
24988         directives using a vendor (Sun) compiler.
24989         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
24990         Don't set GETGROUPS_LIB here; now it's
24991         done via getgroups.m4's wrapper function.
24992         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
24993         rather than just in sh-util/configure.in, so that the
24994         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
24995         same.
24996         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
24997         AC_FUNC_GETLOADAVG where to find getloadavg.c.
24998         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
24999         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25000         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25001         Remove code that is now done by the newly-required macros.
25002         Append $(EXEEXT) to DF_PROG.
25003         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25004         Do not invoke or require the following here,
25005         since prereq.m4 or some gnulib .m4 now does this for us:
25006         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25007         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25008         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25009         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25010         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25011         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25012         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25013         AC_FUNC_OBSTACK.
25014         Do not replace the following functions, as this is now the job
25015         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25016         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25017         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25018         atexit getpass, strdup, getpagesize.
25019         Replace 'raise'.
25020         Do not check for the following functions, as this is now the job
25021         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25022         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25023         setregid.
25024         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25025         Check for sys/sysctl.h.
25026         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25027         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25028         of checking for ssize_t ourselves.
25029
25030         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25031         Require every macro that gnulib/modules/* suggests for us.
25032         (jm_PREREQ_ADDEXT): New macro.
25033         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25034         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25035
25036         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25037         (gl_PHYSMEM): Use it.
25038         Also check for `table' function.
25039         Check for new headers and functions.
25040         Add check for sys/sysmp.h.
25041         With suggestions from Kaveh Ghazi.
25042         Ignore headers that are present but cannot be compiled.  This
25043         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25044         C 5.4.
25045
25046 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25047
25048         Document merge from coreutils.
25049         * modules/userspec: Depend on posixver.
25050         * modules/strftime: Depend on tzset.
25051
25052 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25053
25054         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25055         rather than tab, after '#' in shell-script copyright notices.
25056         Suggested by Bruno Haible.
25057
25058 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25059
25060         * config/srclist-update: Use three spaces, rather than tab, after '#'
25061         in shell-script copyright notices.  Suggested by Bruno Haible.
25062         Remove unnecessary parenthesization in regular expression.
25063
25064 2003-08-15  Jim Meyering  <jim@meyering.net>
25065
25066         Merge from coreutils.
25067         * lib/xgethostname.c: Include <stdlib.h>.
25068         (xghostname): Don't exit for anything other than memory-related
25069         failure; just return NULL.
25070         * lib/userspec.c: Include "posixver.h".
25071         (parse_user_spec): Accept `.' as a separator only
25072         in pre-POSIX-200112 mode.
25073         * lib/strtoimax.c: Use #elif rather than #else #if.
25074         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25075         Remove function, now that we can rely on a working tzset function.
25076         [!_LIBC]: Ensure that the required autoconf test has been run.
25077         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25078         Use underlying_strftime for %r.
25079         * lib/sha.c: Merge in some clean-up and optimization changes from
25080         glibc.
25081         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25082         Ensure that it is a multiple of 64.
25083         Rearrange loop exit tests so as to avoid performing an
25084         additional fread after encountering an error or EOF.
25085         * lib/realloc.c: Update copyright date.
25086
25087 2003-08-15  Jim Meyering  <jim@meyering.net>
25088         and Paul Eggert  <eggert@twinsun.com>
25089
25090         Merge from coreutils.
25091         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25092         member but strut utmpx does not.  Needed for AIX 4.3.3.
25093         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25094
25095 2003-08-15  Jim Meyering  <jim@meyering.net>
25096         and Paul Eggert  <eggert@cs.ucla.edu>
25097
25098         Merges from coreutils, etc.
25099         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25100         Require gl_FUNC_TZSET_CLOBBER.
25101         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25102         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25103         members.
25104
25105 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25106
25107         Help the merge from coreutils.
25108         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25109         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25110         * m4/tzset.m4: Use it too.
25111
25112 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25113
25114         * modules/tzset: New file.
25115
25116 2003-08-14  Jim Meyering  <jim@meyering.net>
25117
25118         Merges from coreutils.
25119         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25120         variable names, rather than @FNMATCH_H@.
25121         * modules/alloca: Likewise for $(ALLOCA_H).
25122
25123         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25124         the three copies of the literal target, `fnmatch.h'.
25125         * modules/alloca (alloca.h): Likewise.
25126
25127 2003-08-14  Jim Meyering  <jim@meyering.net>
25128
25129         Merge from coreutils.
25130         * m4/tzset.m4: New file.
25131         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25132         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25133         otherwise, AIX 5.1 systems would end up using the latter.
25134         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25135         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25136         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25137         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25138
25139 2003-08-14  Jim Meyering  <jim@meyering.net>
25140
25141         Merge from coreutils.
25142         * lib/obstack.h: Whitespace changes.
25143         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25144         and xcalloc return values.
25145         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25146         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25147         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25148         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25149         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25150         error from mntctl.
25151         Use mntctl's return value to drive the entry-processing loop, since
25152         we can't rely on the value of the vmt_length member in the last
25153         entry.  On some systems doing so could result in exhausting
25154         virtual memory.  Based in part on a patch from Mike Jetzer.
25155
25156 2003-08-14  Jim Meyering  <jim@meyering.net>
25157         and Paul Eggert  <eggert@twinsun.com>
25158
25159         Merges from coreutils, plus other fixes.
25160         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25161         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25162         for credits and details.  Thanks to Kaveh Ghazi for helping
25163         to keep these files in sync.
25164         (ARRAY_SIZE): Define it.
25165         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25166         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25167         (memcasecmp): Don't assume size_t fits in unsigned int.
25168         Remove casts and duplicate code.
25169         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25170         (memcpy): Remove definition.
25171         Merge in some clean-up and optimization changes from glibc.
25172         [BLOCKSIZE]: Move definition to top of file.
25173         Ensure that it is a multiple of 64.
25174         Rearrange loop exit tests so as to avoid performing an
25175         additional fread after encountering an error or EOF.
25176         * lib/md5.h (md5_uintptr): Define.
25177         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25178         return to the initial working directory.  Preserve errno
25179         for caller.
25180         * lib/idcache.c: Include "xalloc.h".
25181         (xmalloc, xrealloc): Remove decls.
25182         (getuser): Remove casts no longer required in C89.
25183         * lib/human.c: Include stdio.h, for sprintf.
25184         * lib/group-member.c: Include "xalloc.h".
25185         (xmalloc, xrealloc): Remove decls.
25186         (get_group_info): Remove casts no longer required in C89.
25187         * lib/getusershell.c (readname): Remove casts no longer required in
25188         C89.
25189         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25190         * lib/getline.c: Whitespace fix, from coreutils.
25191
25192 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25193
25194         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25195         Check for isascii.
25196
25197         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25198         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25199         Undo previous (whitespace-only) change.
25200
25201 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25202
25203         * lib/exclude.c: Include <ctype.h>
25204         (IN_CTYPE_DOMAIN): New macro.
25205         (is_space): New fn.
25206         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25207         and empty lines.
25208
25209         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25210         Undo previous (whitespace-only) change.
25211
25212 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25213
25214         * config/srclist-update: Change update back to the old behavior,
25215         leaving whitespace alone.  Use one 'sed' command rather than a
25216         pipeline.
25217         (fixlicense): Now a variable, not a function.
25218         (remove_trailing_blanks): Remove.
25219         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25220         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25221         Undo previous (whitespace-only) change.
25222
25223 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25224
25225         Merge from coreutils.
25226         * modules/euidaccess: Add lib_SOURCES, include for new
25227         file euidaccess.h
25228
25229 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25230
25231         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25232         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25233         Normalize leading white space and remove trailing white space.
25234
25235         Merge from coreutils
25236         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25237
25238         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25239         0.12.1.  These files are now being upgraded automatically by
25240         ../config/srclist-update.
25241
25242 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25243
25244         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25245         Normalize leading white space and remove trailing white space.
25246         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25247         notice, as per ../config/srclist-update.
25248
25249         Merge from coreutils.
25250         * lib/euidaccess.h: New file.
25251         * lib/euidaccess.c: Include it.
25252         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25253         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25254         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25255
25256 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25257
25258         * config/srclist-update: Add copyright notice.
25259         (remove_id_lines, remove_trailing_blanks): New constants.
25260         (fixfile): Use them to normalize spacing a bit in copied files.
25261         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25262         Normalize leading white space and remove trailing white space.
25263
25264         * config/texinfo.tex: Sync with texinfo.
25265
25266         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25267         strtoul.c from libc, to merge coreutils whitespace changes.
25268
25269         * config/srclist.txt: Get the following m4 files from gettext:
25270         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25271         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25272         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25273         wint_t.m4.
25274
25275 2003-08-12  Karl Berry  <karl@gnu.org>
25276
25277         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25278         been made.
25279
25280 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25281
25282         * modules/gnu-source, m4/gnu-source.m4:
25283         Remove; we're assuming Autoconf 2.54 or later now.
25284         Suggested by Bruno Haible.
25285         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25286
25287 2003-08-11  Bruno Haible  <bruno@clisp.org>
25288
25289         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25290
25291 2003-08-11  Bruno Haible  <bruno@clisp.org>
25292
25293         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25294         (vasnprintf): Use it instead of wcslen.
25295
25296 2003-08-11  Bruno Haible  <bruno@clisp.org>
25297
25298         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25299         value to ensure that _Bool promotes to int. Use #define for _Bool when
25300         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25301
25302 2003-08-10  Karl Berry  <karl@gnu.org>
25303
25304         * lib/regex.h: update from libc (whitespace fix).
25305
25306 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25307
25308         Merge some files from coreutils.  These changes were
25309         originally made by Jim Meyering.
25310         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25311         many older Unixes require this.
25312         * lib/alloca.c (alloca): Remove cast to argument of free;
25313         no longer needed in C89.
25314         * lib/alloca_.h, regex.h: Fix white space to match
25315         what GNU indent does.
25316
25317 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25318
25319         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25320         apparently Emacs's Unicode mode got confused before my 2003-08-05
25321         checkin.
25322
25323 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25324
25325         * m4/extensions.m4: New file.
25326         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25327         Require gl_USE_SYSTEM_EXTENSIONS.
25328         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25329         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25330
25331 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25332
25333         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25334         * modules/extensions, modules/gnu-source: New files.
25335         * modules/timespec, modules/unlocked-io: Depend on extensions.
25336
25337 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25338
25339         * modules/restrict: New file.
25340         * MODULES.html.sh (func_all_modules): Add restrict.
25341         * modules/regex: Depend on restrict.
25342
25343 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25344
25345         * m4/restrict.m4: New file.
25346         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25347
25348 2003-08-07  Bruno Haible  <bruno@clisp.org>
25349
25350         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25351         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25352
25353 2003-08-07  Bruno Haible  <bruno@clisp.org>
25354
25355         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25356         makes the module 'getndelim2' compatible with the module 'getline'.
25357
25358 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25359
25360         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25361         byte with "\201" to avoid glitches when editing that source file
25362         with multi-gnome-terminal.
25363
25364 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25365
25366         * lib/bumpalloc.h: Remove.
25367
25368 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25369
25370         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25371         * modules/bumpalloc: Remove.
25372
25373 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25374
25375         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25376         GNU coding style.
25377
25378         Merge from coreutils.
25379         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25380         1. From glibc.
25381         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25382         from Karl Berry, implemented by Jim Meyering.
25383         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25384         from Dmitry V. Levin.
25385         Remove anachronistic cast of xrealloc.
25386         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25387         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25388         type. Otherwise, it wouldn't compile with at least /bin/cc on
25389         ymp-cray-unicos9.0.2.X.
25390         Combine two mostly-identical uses of alloca into one.
25391         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25392
25393 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25394
25395         [From Emacs.]
25396
25397         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25398         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25399         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25400         obsolete NLIST_NAME_UNION.
25401         [__GNU__]: Undef BSD and FSCALE.
25402         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25403
25404 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25405
25406         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25407         an enum type, so that it's guaranteed to promote to int.  See:
25408         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25409
25410 2003-08-03  Karl Berry  <karl@gnu.org>
25411
25412         * config/depcomp: update from automake.
25413
25414 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25415
25416         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25417         (strerror): Don't assume that a printable int fits in 14 bytes.
25418
25419 2003-07-31  Bruno Haible  <bruno@clisp.org>
25420
25421         * modules/getpass-gnu: New file.
25422         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25423
25424 2003-07-31  Bruno Haible  <bruno@clisp.org>
25425
25426         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25427
25428 2003-07-24  Karl Berry  <karl@gnu.org>
25429
25430         * config/missing: update from automake.
25431
25432 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25433             Bruno Haible  <bruno@clisp.org>
25434
25435         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25436         * lib/getline.c (getline, getdelim): Likewise.
25437         Remove _GNU_SOURCE define; now it's defined in config.h through
25438         m4/getline.m4.
25439
25440 2003-07-23  Karl Berry  <karl@gnu.org>
25441
25442         * config/config.sub: update from prep.
25443
25444 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25445
25446         * modules/xalloc (Depends-on): Add exitfail.
25447         * modules/xmemcoll: Likewise.
25448
25449 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25450
25451         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25452         over-parenthesization in macros.
25453
25454         Sync with coreutils.
25455
25456         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25457         required by C99.
25458
25459         Use `exit_failure' for xalloc and xmemcoll instead of their own
25460         private exit-failure variables.
25461         * lib/xalloc.h (xalloc_exit_failure): Remove.
25462         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25463         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25464         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25465         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25466         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25467
25468 2003-07-20  Jim Meyering  <jim@meyering.net>
25469
25470         * modules/closeout (Depends-on): Add exitfail.
25471         Suggestion from Bruno Haible.
25472
25473 2003-07-19  Karl Berry  <karl@gnu.org>
25474
25475         * config/config.sub: update from prep.
25476
25477 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25478
25479         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25480         Remove.
25481         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25482         to test that it can stand by itself.  Include "exitfail.h".
25483         Clients should set exit_failure instead.
25484         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25485
25486 2003-07-18  Bruno Haible  <bruno@clisp.org>
25487
25488         * modules/getndelim2: New file.
25489         * modules/getline: Share files with module getndelim2.
25490         * modules/getnline: Depend on getndelim2 instead of sharing files with
25491         it. Add getnline.c to lib_SOURCES.
25492         * MODULES.html.sh (func_all_modules): Add getndelim2.
25493
25494 2003-07-18  Bruno Haible  <bruno@clisp.org>
25495
25496         * m4/getndelim2.m4: New file.
25497         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25498         invoke gl_PREREQ_GETNDELIM2.
25499         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25500         gl_PREREQ_GETNDELIM2.
25501         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25502         gl_GETNDELIM2.
25503
25504 2003-07-18  Bruno Haible  <bruno@clisp.org>
25505
25506         * lib/getndelim2.h: New file.
25507         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25508         getndelim2.h.
25509         (getndelim2): Make non-static. Change return type to ssize_t.
25510         * lib/getline.h: Change argument names.
25511         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25512         * lib/getnline.c: Include getndelim2.h.
25513
25514 2003-07-18  Andreas Schwab  <schwab@suse.de>
25515
25516         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25517
25518 2003-07-17  Karl Berry  <karl@gnu.org>
25519
25520         * config/config.sub: update from prep.
25521
25522 2003-07-17  Bruno Haible  <bruno@clisp.org>
25523
25524         * modules/getnline: New file.
25525         * modules/getline: Add lib/getndelim2.c to source file list.
25526         * MODULES.html.sh (func_all_modules): Add getnline.
25527
25528 2003-07-17  Bruno Haible  <bruno@clisp.org>
25529
25530         * m4/getnline.m4: New file.
25531
25532 2003-07-17  Bruno Haible  <bruno@clisp.org>
25533
25534         * m4/Makefile.am.in: Remove file.
25535         * m4/Makefile.am: Remove file.
25536         * m4/Makefile.in: Remove file.
25537
25538 2003-07-17  Bruno Haible  <bruno@clisp.org>
25539
25540         * lib/getnline.h: New file.
25541         * lib/getnline.c: New file.
25542         * lib/getndelim2.c: New file, extracted from getline.c.
25543         (getndelim2): Renamed from getdelim2, with added nmax argument.
25544         * lib/getline.c: Include getndelim2.c.
25545         (getdelim2): Moved out to getndelim2.c.
25546         (getline, getdelim): Update.
25547
25548 2003-07-17  Bruno Haible  <bruno@clisp.org>
25549
25550         * lib/Makefile.am: Remove file.
25551         * lib/Makefile.in: Remove file.
25552
25553 2003-07-17  Bruno Haible  <bruno@clisp.org>
25554
25555         * configure.in: Remove file.
25556         * Makefile.in: Remove file.
25557
25558 2003-07-17  Bruno Haible  <bruno@clisp.org>
25559
25560         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25561
25562 2003-07-16  Karl Berry  <karl@gnu.org>
25563
25564         * config/srclist-update: was running fixlicense twice, which caused
25565                 texinfo.tex to be nullified for some reason.  Simplify,
25566                 $gplsrc is no longer needed as far as I can see?
25567
25568 2003-07-16  Jim Meyering  <jim@meyering.net>
25569
25570         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25571
25572 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25573
25574         * config/srclist.txt: Get the following files from gettext-runtime/intl
25575         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25576         ref-del.sin.  From Bruno Haible.
25577         * config/srclist-update (fixfile): Change grep pattern again, since the
25578         previous fix didn't work (there was another trailing $).  Use
25579         '[$]' to escape the $s.
25580
25581 2003-07-15  Karl Berry  <karl@gnu.org>
25582
25583         * lib/vasnprintf.c: update from gettext.
25584
25585 2003-07-15  Karl Berry  <karl@gnu.org>
25586
25587         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25588         gets expanded when surrounded by '$'.
25589
25590 2003-07-15  Jim Meyering  <jim@meyering.net>
25591
25592         * modules/save-cwd: Don't depend on error.  From Derek Price.
25593
25594 2003-07-15  Jim Meyering  <jim@meyering.net>
25595
25596         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25597
25598 2003-07-14  Simon Josefsson  <jas@extundo.com>
25599
25600         * modules/mempcpy: New file.
25601         * MODULES.html.sh (func_all_modules): Add mempcpy.
25602
25603 2003-07-14  Simon Josefsson  <jas@extundo.com>
25604
25605         * m4/mempcpy.m4: New file.
25606
25607 2003-07-14  Simon Josefsson  <jas@extundo.com>
25608
25609         * lib/mempcpy.h: New file.
25610         * lib/mempcpy.c: New file.
25611
25612 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25613
25614         * modules/getdate, modules/posixtm: Depend on mktime.
25615
25616 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25617
25618         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25619         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25620         unicodeio.c, unicodeio.h, unlocked-io.h:
25621         Switch from LGPL to GPL.
25622
25623 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25624
25625         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25626         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25627         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25628         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25629         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25630         updated automatically by ../config/srclist-update.  This changes
25631         their license from LPGL to GPL.
25632
25633 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25634
25635         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25636         assumed to refer to the root of the most recent stable gettext version.
25637         * config/srclistvars.sh: Add defaults for eggert.
25638         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25639         Match "This program" as well as "The program".  This is needed
25640         for gettext.
25641
25642 2003-07-14  Jim Meyering  <jim@meyering.net>
25643
25644         Don't emit diagnostics.  Let callers do that.
25645         * lib/save-cwd.c: Don't include "error.h".
25646         (save_cwd): Don't call error.  Ensure that errno is valid
25647         when returning nonzero.
25648
25649         * lib/save-cwd.h (restore_cwd): Update prototype.
25650         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25651         Simplify.  Don't call error upon failure.  Let callers do that.
25652         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25653         when auditing is enabled.  But don't bother updating the #if.
25654
25655 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25656
25657         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25658         it breaks C++ compilation.
25659         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25660
25661 2003-07-10  Simon Josefsson  <jas@extundo.com>
25662
25663         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25664
25665 2003-07-10  Jim Meyering  <jim@meyering.net>
25666
25667         * m4/clock_time.m4: Remove trailing blank.
25668         * m4/intmax_t.m4: Likewise.
25669
25670 2003-07-10  Jim Meyering  <jim@meyering.net>
25671
25672         * lib/vasnprintf.c: Remove trailing blanks.
25673         Make cpp indentation consistent.
25674
25675 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25676
25677         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25678         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25679         Switch from LGPL to GPL.
25680
25681 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25682
25683         * config/srclist.txt: Sort sublists.  Add
25684         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25685         that differ from gnulib for one reason or another; we'd like this list
25686         to be smaller but for now let's document what we have.
25687
25688 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25689
25690         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25691         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25692         and sweeter "eval x=$x".
25693         * config/srclist.txt: Get lib/argp* from glibc.
25694
25695 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25696
25697         * lib/mktime.c: Fix some boundary cases and remove need for floating
25698         point.
25699
25700         Issue a compile-time diagnostic if time_t is floating point, or if
25701         two's complement arithmetic is not in effect, or if arithmetic
25702         right shift does not propagate the sign.  These assumptions were
25703         all in the original code but they weren't checked.
25704
25705         (TIME_T_MIDPOINT, verify): New macros.
25706         (__isleap): Remove; it has integer overflow problems.
25707         (leapyear): New function, without those problems.
25708         (ydhms_tm_diff): Remove; splitting into two parts.
25709         (ydhms_diff): New function, containing the arithmetic part of
25710         the old ydhms_tm_diff function.  Issue a compile-time
25711         diagnostic if we are not using C99 integer division.
25712         Avoid casts when possible.
25713         (guess_time_tm): New function, containing the checking part of
25714         the old ydhms_tm_diff function.  Return the new value, rather than
25715         the difference between it and the old.  Accept a new argument T
25716         so that *T specifies the old value.  Check for overflow in the result.
25717
25718         (__mktime_internal): Use a time_t offset, not a long int offset.
25719         This undoes the 2003-06-04 change, which is no longer needed now
25720         that we have better overflow checking.
25721         (localtime_offset): Likewise.
25722
25723         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25724         and long are 64-bit but int is only 32-bit.
25725         (ydhms_diff): Use long int to store year1 and yday1.
25726         Issue a compile-time diagnostic if long int is not wide enough.
25727
25728         (__mktime_internal): Use long int to store adjusted year and yday.
25729         Use plain C rather than preprocessor commands, if that doesn't
25730         affect efficiency.
25731         Check for overflow (and try to repair) after each probe
25732         rather than checking only at the very end.  This avoids some bugs
25733         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25734         does not equal GMT offset at maximum time).
25735         Use integer to check for overflow rather than floating point; this
25736         is more portable to non-IEEE hosts, and is a tad faster.
25737         When we detect that we are oscillating between two values,
25738         don't check whether tm_isdst has the requested value, since
25739         we already know the answer.  When tm_isdst has the wrong value,
25740         use a different heuristic to find the right one, based on the
25741         extreme values actually observed in practice in tz2003a,
25742         rather than the (overly optimistic) "previous 3 calendar quarters".
25743
25744         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25745         "T const" to accommodate glibc style.
25746         (check_result): Use less-confusing report format.  "long" -> "long int.
25747         (main): Likewise.
25748         Don't loop if the iteration overflows time_t.
25749         Allow a negative step in the iteration.
25750
25751 2003-07-06  Karl Berry  <karl@gnu.org>
25752
25753         * config/depcomp: update from automake.
25754         * config/config.sub: update from prep.
25755
25756 2003-07-03  Karl Berry  <karl@gnu.org>
25757
25758         * config/config.guess: update from prep.
25759
25760 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25761
25762         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25763         xreadlink.c now includes it unconditionally.
25764
25765 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25766
25767         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25768         having it depend on HAVE_SYS_TYPES_H.
25769
25770 2003-07-01  Bruno Haible  <bruno@clisp.org>
25771
25772         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25773         <sys/types.h> should be sufficient.
25774         Reported by Paul Eggert.
25775
25776 2003-06-26  Karl Berry  <karl@gnu.org>
25777
25778         * config/depcomp: update from automake.
25779
25780 2003-06-26  Bruno Haible  <bruno@clisp.org>
25781
25782         * modules/human: Depend on module stdbool.
25783
25784 2003-06-25  Bruno Haible  <bruno@clisp.org>
25785
25786         * modules/readlink: New file.
25787         * modules/xreadlink: Depend on it.
25788         * MODULES.html.sh (func_all_modules): Add readlink.
25789
25790 2003-06-25  Bruno Haible  <bruno@clisp.org>
25791
25792         * m4/readlink.m4: New file.
25793
25794 2003-06-25  Bruno Haible  <bruno@clisp.org>
25795
25796         * lib/readlink.c: New file.
25797
25798 2003-06-22  Karl Berry  <karl@gnu.org>
25799
25800         * config/srclist.txt: update mkinstalldirs from automake.
25801         * config/mkinstalldirs: update.
25802
25803 2003-06-22  Bruno Haible  <bruno@clisp.org>
25804
25805         Portability to mingw32.
25806         * m4/ssize_t.m4: New file, from GNU gettext.
25807         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25808         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25809
25810 2003-06-22  Bruno Haible  <bruno@clisp.org>
25811
25812         * modules/safe-read: Add m4/ssize_t.m4.
25813         * modules/xreadlink: Add m4/ssize_t.m4.
25814
25815 2003-06-20  Bruno Haible  <bruno@clisp.org>
25816
25817         Assume C89, so PARAMS isn't needed.
25818         * lib/unicodeio.h (PARAMS): Remove.
25819         * lib/unicodeio.c: Don't use PARAMS.
25820
25821 2003-06-18  Karl Berry  <karl@gnu.org>
25822
25823         * config/config.{guess,sub}: update from prep.
25824
25825 2003-06-18  Jim Meyering  <jim@meyering.net>
25826
25827         Merge changes from coreutils.
25828         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25829         Remove explicit declarations of xmalloc and realloc.
25830         Include xalloc.h.
25831         (read_utmp): Remove anachronistic cast of xmalloc.
25832
25833 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25834
25835         Assume C89, so PARAMS isn't needed.
25836         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25837         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25838         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25839         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25840         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25841         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25842         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25843         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25844         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25845         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25846         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25847         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25848         no longer needed. Anyway, config.h should always be included before any
25849         other file.
25850
25851 2003-06-11  Simon Josefsson  <jas@extundo.com>
25852
25853         * modules/sysexits: New file.
25854         * MODULES.html.sh (func_all_modules): Add sysexits.
25855
25856 2003-06-11  Simon Josefsson  <jas@extundo.com>
25857
25858         * lib/sysexit_.h: New file.
25859
25860 2003-06-11  Derek Price  <derek@ximbiot.com>
25861
25862         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25863         necessary.
25864
25865 2003-06-11  Bruno Haible  <bruno@clisp.org>
25866
25867         * m4/sysexits.m4: New file.
25868
25869 2003-06-10  Simon Josefsson  <jas@extundo.com>
25870
25871         * lib/argp.h: New file, from glibc.
25872         * lib/argp-ba.c: New file, from glibc.
25873         * lib/argp-eexst.c: New file, from glibc.
25874         * lib/argp-fmtstream.c: New file, from glibc.
25875         * lib/argp-fmtstream.h: New file, from glibc.
25876         * lib/argp-fs-xinl.c: New file, from glibc.
25877         * lib/argp-help.c: New file, from glibc.
25878         * lib/argp-namefrob.h: New file, from glibc.
25879         * lib/argp-parse.c: New file, from glibc.
25880         * lib/argp-pv.c: New file, from glibc.
25881         * lib/argp-pvh.c: New file, from glibc.
25882         * lib/argp-xinl.c: New file, from glibc.
25883
25884 2003-06-10  Simon Josefsson  <jas@extundo.com>
25885
25886         * modules/strchrnul: New file.
25887
25888 2003-06-10  Simon Josefsson  <jas@extundo.com>
25889
25890         * modules/argp: New file.
25891
25892 2003-06-10  Simon Josefsson  <jas@extundo.com>
25893
25894         * m4/strchrnul.m4: New file.
25895
25896 2003-06-10  Simon Josefsson  <jas@extundo.com>
25897
25898         * lib/strchrnul.h: New file.
25899         * lib/strchrnul.c: New file.
25900
25901 2003-06-10  Bruno Haible  <bruno@clisp.org>
25902
25903         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25904
25905 2003-06-07  Karl Berry  <karl@gnu.org>
25906
25907         * config/config.{guess,sub}: update from prep.
25908
25909 2003-06-07  Jim Meyering  <jim@meyering.net>
25910
25911         * modules/strtod: Use $(...) notation, not @...@ for
25912         AC_REPLACE'd variables.
25913         * modules/localcharset: Likewise.
25914
25915 2003-06-07  Jim Meyering  <jim@meyering.net>
25916
25917         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
25918         in place of my name in the copyright comment.
25919         Remove definition and uses of __P.
25920
25921         From coreutils.
25922         * lib/stat.c: Don't declare xmalloc explicitly.
25923         Instead, include "xalloc.h".
25924         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
25925         xrealloc, and xcalloc return values.
25926         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
25927         Improve comment.
25928         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
25929
25930 2003-06-07  Bruno Haible  <bruno@clisp.org>
25931
25932         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
25933         avoid AC_CONFIG_LINKS.
25934         * modules/fnmatch (Makefile.am): Use explicit creation rule for
25935         fnmatch.h, to avoid AC_CONFIG_LINKS.
25936         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
25937
25938 2003-06-07  Bruno Haible  <bruno@clisp.org>
25939
25940         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
25941         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
25942         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25943         directory.
25944         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
25945         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
25946         directory.
25947
25948 2003-06-06  Jim Meyering  <jim@meyering.net>
25949
25950         Merge from coreutils.
25951         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
25952         Consolidate declarations and initializations of *_base* locals.
25953
25954         Merge from coreutils.
25955         This avoids a core dump on systems without GNU putenv,
25956         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
25957         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
25958         (unsetenv): New static function, from GNU libc.
25959         (rpl_putenv): Use it.
25960
25961         * lib/modechange.c: Remove trailing blanks.
25962
25963         Merge from coreutils.
25964         * lib/fsusage.c: Remove declaration of statfs.
25965         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
25966
25967         * lib/posixtm.c: Include <stdbool.h> unconditionally.
25968
25969 2003-06-06  Jim Meyering  <jim@meyering.net>
25970
25971         * lib/stdbool_.h: Renamed from stdbool.h.in.
25972
25973 2003-06-06  Jim Meyering  <jim@meyering.net>
25974             Bruno Haible  <bruno@clisp.org>
25975
25976         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
25977         Adjust Makefile.am snippet not to redirect directly to target.
25978         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
25979
25980 2003-06-05  Paul Eggert  <eggert@twinsun.com>
25981
25982         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
25983         mismatch, look in future quarters as well as past.  This fixes a
25984         bug when processing fall-backwards gaps immediately after a long
25985         period of daylight-saving time.
25986
25987         * lib/mktime.c: Assume freestanding C89 or better.
25988         (HAVE_LIMITS_H): Remove.  Assume it's 1.
25989         (__P): Remove; not used.
25990         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
25991         (mktime, not_equal_tm, print_tm, check_result,
25992         main): Use prototypes.  Use const * where appropriate.
25993         (main): Fix typo in testing code that uncovered by above changes.
25994         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
25995
25996 2003-06-04  Paul Eggert  <eggert@twinsun.com>
25997
25998         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
25999         locale.h, localeconv.  This merges changes from coreutils.
26000
26001         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26002         It can be removed after the next Autoconf is released.
26003         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26004         needed.
26005
26006 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26007
26008         * lib/mktime.c: Fix Debian bug 177940
26009         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26010         (localtime_offset): Now long int, not time_t, because we want it
26011         to be guaranteed to be signed.  All uses changed.
26012         (__mktime_internal): If overflow would occur when adding offset,
26013         don't add it.
26014
26015         Merge 'human' changes from coreutils.  Rewrite to support
26016         locale-specific notations like thousands separators.
26017         * lib/human.c: Simplify authorship notice.
26018         Include human.h immediately after config.h.
26019         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26020         <limits.h>: Do not include, since human.h does.
26021         (SIZE_MAX, UINTMAX_MAX): New macros.
26022         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26023         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26024         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26025         (power_letter): Renamed from suffixes.
26026         (generate_suffix_backwards): Remove.
26027         (adjust_value): Now takes int style (because of human.h changes)
26028         and long double value (for greater precision on some platforms).
26029         (group_number): New function.
26030         (human_readable): Use it.  Use integer options, not enum.
26031         Put the options before the sizes in the arg list.
26032         Support all the new options.
26033         The old human_readable function has been removed;
26034         use inttostr.h instead.
26035         (human_readable, default_block_size, humblock):
26036         Use uintmax_t, not int, for block sizes.
26037         (human_readable_inexact, block_size_types): Remove.
26038         (block_size_opts): New constant.
26039         (human_options): Renamed from human_block_size, with new signature
26040         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26041         * lib/human.h: Add copyright and authorship notice.
26042         Include <limits.h> and <stdbool.h> unconditionally.
26043         (PARAMS): Remove.  All uses removed.
26044         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26045         (enum human_inexact_style): Remove tag; now a nameless enum.
26046         (human_floor, human_ceiling, human_round_to_even): Now have
26047         values 2, 0, 1 rather than -1, 1, 0.
26048         (human_group_digits, human_suppress_point_zero, human_autoscale,
26049         human_base_1024, human_SI, human_B): New constants.
26050         (human_readable_inexact, human_block_size): Remove.
26051         (human_readable): Size args are now uintmax_t, not int.
26052         (human_options): New decl.
26053
26054         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26055         unnecessary now that we assume C89 or better.  This change
26056         imported from coreutils.
26057
26058         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26059         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26060         in the 2003-05-30 sync from glibc.
26061
26062         .h files should stand alone, but we shouldn't include <sys/types.h>
26063         if we can get away with just <stddef.h>.
26064
26065         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26066         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26067         rather than <sys/types.h>, as we merely need size_t.
26068         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26069         to get size_t.
26070         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26071         Include <stdio.h>, to get FILE.
26072         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26073         memcasecmp.h has included <stddef.h> and all we need is size_t.
26074         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26075         our interface, instead of including <sys/types.h>
26076
26077 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26078
26079         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26080         now, as glibc mktime is buggy on non-glibc systems.
26081
26082 2003-06-03  Karl Berry  <karl@gnu.org>
26083
26084         * config/config.sub: update from prep.
26085
26086 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26087
26088         [from coreutils]
26089         Fix some minor time-related bugs with POSIX time arguments.
26090         Some valid time stamps were being rejected (notably -1, and
26091         time stamps before 1900 on 64-bit hosts).  And some invalid
26092         time stamps were being accepted, e.g. September 31.
26093
26094         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26095         that we can return (time_t) -1 successfully.
26096         * lib/posixtm.c: Likewise.
26097         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26098         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26099         (t): Remove static var.
26100         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26101         of static var.  All uses changed.
26102         (year): Do not reject years before 1900; they can occur with
26103         64-bit time_t.
26104         (posix_time_parse): Do not check for out-of-range components;
26105         that is now the caller's responsibility, since our checks were
26106         only approximations.
26107         (posixtime): Use mktime to check for out-of-range components,
26108         since it knows them exactly.
26109         If mktime returns (time_t) -1, check whether an error actually occurred
26110         by invoking localtime on -1.
26111         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26112         posixtime failures better.
26113         Improve the test data (in comments only).
26114
26115 2003-06-02  Karl Berry  <karl@gnu.org>
26116
26117         * config/mkinstalldirs (version): new variable.
26118         (--version): new option.
26119         (usage): improve message.
26120
26121 2003-05-30  Karl Berry  <karl@gnu.org>
26122
26123         * lib/mktime.c: update from libc.
26124
26125 2003-05-30  Bruno Haible  <bruno@clisp.org>
26126
26127         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26128         * config/config.rpath: Upgrade to gettext-0.12.1.
26129
26130 2003-05-30  Bruno Haible  <bruno@clisp.org>
26131
26132         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26133         * m4/nls.m4: New file, from gettext-0.12.1.
26134         * m4/po.m4: New file, from gettext-0.12.1.
26135         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26136
26137 2003-05-30  Bruno Haible  <bruno@clisp.org>
26138
26139         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26140         * lib/localcharset.h: Likewise.
26141         * lib/localcharset.c: Likewise.
26142
26143 2003-05-29  Karl Berry  <karl@gnu.org>
26144
26145         * config/config.rpath: update from gettext.
26146
26147 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26148
26149         Assume the headers required for C89 freestanding compilers.
26150         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26151         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26152         * m4/human.m4 (gl_HUMAN): Likewise.
26153         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26154         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26155         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26156         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26157         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26158         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26159
26160 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26161
26162         Assume the headers required for C89 freestanding compilers.
26163         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26164         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26165         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26166         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26167         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26168         define, since <limits.h> is guaranteed to do that.
26169         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26170         * lib/exclude.c: Include <stdbool.h> unconditionally.
26171         * lib/tempname.c: Include <stddef.h> unconditionally.
26172         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26173         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26174         <stddef.h> does that.
26175         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26176         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26177         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26178         needed.
26179         * lib/xstrtol.c: Likewise.
26180         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26181         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26182
26183         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26184         warnings on some platforms.
26185
26186         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26187         arbitrarily.
26188
26189 2003-05-26  Jim Meyering  <jim@meyering.net>
26190
26191         Merge in a change from coreutils:
26192         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26193         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26194         that condition, rather than `-1' which is slightly misleading.
26195         Change the name of the cache variable to have the gl_ prefix.
26196         Prompted by a patch from Richard Dawe for DJGPP.
26197
26198 2003-05-24  Karl Berry  <karl@gnu.org>
26199
26200         * config/config.guess: update from prep.
26201
26202 2003-05-22  Karl Berry  <karl@gnu.org>
26203
26204         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26205
26206 2003-05-20  Karl Berry  <karl@gnu.org>
26207
26208         * config/config.guess: update from prep.
26209
26210 2003-05-18  Karl Berry  <karl@gnu.org>
26211
26212         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26213         might actually be set by the user.
26214
26215         * config/depcomp, install-sh, mdate-sh: update from automake.
26216
26217 2003-05-17  Bruno Haible  <bruno@clisp.org>
26218
26219         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26220         invalid expansion for AC_EGREP_CPP.
26221         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26222         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26223         Suggested by Akim Demaille <akim@epita.fr> in
26224         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26225
26226 2003-05-12  Jim Meyering  <jim@meyering.net>
26227
26228         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26229         the space-padded-by-default conversion specifiers, %e, %k, %l.
26230
26231 2003-05-12  Bruno Haible  <bruno@clisp.org>
26232
26233         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26234         the string is longer than 4 KB.
26235
26236 2003-05-11  Karl Berry  <karl@gnu.org>
26237
26238         * config/config.{guess,sub}: update from prep.
26239
26240 2003-05-09  Bruno Haible  <bruno@clisp.org>
26241
26242         * modules/error: Add m4/strerror_r.m4 to file list.
26243
26244 2003-05-03  Bruno Haible  <bruno@clisp.org>
26245
26246         Upgrade to Unicode-4.0.
26247         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26248         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26249         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26250         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26251         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26252         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26253         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26254         Change width of U+E0100..U+E01EF from 1 to 0.
26255
26256 2003-04-25  Jim Meyering  <jim@meyering.net>
26257
26258         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26259         of type size_t, not int.
26260
26261 2003-04-25  Bruno Haible  <bruno@clisp.org>
26262
26263         * lib/copy-file.c: Include <stddef.h>, for size_t.
26264
26265 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26266
26267         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26268         code which expansion is under static control.  Patch imported from
26269         Akim Demaille's patch to Bison; see
26270         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26271
26272 2003-04-14  Bruno Haible  <bruno@clisp.org>
26273
26274         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26275
26276 2003-04-11  Jim Meyering  <jim@meyering.net>
26277
26278         Merge changes from Coreutils.
26279
26280         2003-03-22  Jim Meyering  <jim@meyering.net>
26281
26282         * lib/strftime.c (widen): Cast alloca return value to proper type.
26283
26284         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26285
26286         From GNU libc.
26287         * lib/strftime.c (my_strftime): Handle very large width
26288         specifications for numeric values correctly.  Improve checks for
26289         overflow.
26290
26291         2003-01-19  Jim Meyering  <jim@meyering.net>
26292
26293         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26294         definitions.
26295         (nl_get_alt_digit) [! defined my_strftime]: Define.
26296         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26297         _nl_get_alt_digit and _nl_get_walt_digit.
26298
26299         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26300         libc. These changes have no effect outside of _LIBC.
26301
26302 2003-04-10  Bruno Haible  <bruno@clisp.org>
26303
26304         * modules/findprog: New file.
26305         * MODULES.html.sh (func_all_modules): Add it.
26306
26307 2003-04-10  Bruno Haible  <bruno@clisp.org>
26308
26309         * m4/findprog.m4: New file.
26310         * m4/eaccess.m4: New file.
26311
26312 2003-04-10  Bruno Haible  <bruno@clisp.org>
26313
26314         * lib/findprog.h: New file, from GNU gettext.
26315         * lib/findprog.c: New file, from GNU gettext.
26316
26317 2003-04-05  Jim Meyering  <jim@meyering.net>
26318
26319         Merge changes from Coreutils.
26320
26321         * lib/exclude.h (PARAMS): Remove definition and uses.
26322         * lib/exclude.c: Remove uses of `PARAMS'.
26323
26324         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26325         Add test-cases for DOS filenames. Declare program_name.
26326         (main): Set up program_name.  Patch by Rich Dawe.
26327
26328         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26329         error from mntctl.
26330         Use mntctl's return value to drive the entry-processing loop, since
26331         we can't rely on the value of the vmt_length member in the last
26332         entry.  On some systems doing so could result in exhausting
26333         virtual memory.  Based in part on a patch from Mike Jetzer.
26334
26335 2003-04-04  Bruno Haible  <bruno@clisp.org>
26336
26337         * modules/linebreak: New file.
26338         * MODULES.html.sh (func_all_modules): Add it.
26339
26340 2003-04-04  Bruno Haible  <bruno@clisp.org>
26341
26342         * m4/linebreak.m4: New file.
26343
26344 2003-04-04  Bruno Haible  <bruno@clisp.org>
26345
26346         * lib/linebreak.h: New file, from GNU gettext.
26347         * lib/linebreak.c: New file, from GNU gettext with slight
26348         modifications.
26349         * lib/lbrkprop.h: New file, from GNU gettext.
26350
26351 2003-04-03  Bruno Haible  <bruno@clisp.org>
26352
26353         * modules/utf8-ucs4: New file.
26354         * modules/utf16-ucs4: New file.
26355         * modules/ucs4-utf8: New file.
26356         * modules/ucs4-utf16: New file.
26357         * MODULES.html.sh (func_all_modules): Add them.
26358
26359 2003-04-03  Bruno Haible  <bruno@clisp.org>
26360
26361         * m4/utf-ucs4.m4: New file.
26362         * m4/ucs4-utf.m4: New file.
26363
26364 2003-04-03  Bruno Haible  <bruno@clisp.org>
26365
26366         * lib/utf8-ucs4.h: New file, from GNU gettext.
26367         * lib/utf16-ucs4.h: New file, from GNU gettext.
26368         * lib/ucs4-utf8.h: New file, from GNU gettext.
26369         * lib/ucs4-utf16.h: New file, from GNU gettext.
26370
26371 2003-04-02  Bruno Haible  <bruno@clisp.org>
26372
26373         * modules/binary-io: New file.
26374         * MODULES.html.sh (func_all_modules): Add it.
26375
26376 2003-04-02  Bruno Haible  <bruno@clisp.org>
26377
26378         * lib/binary-io.h: New file, from GNU gettext.
26379
26380 2003-04-01  Bruno Haible  <bruno@clisp.org>
26381
26382         * modules/pathname: New file.
26383         * MODULES.html.sh (func_all_modules): Add it.
26384
26385 2003-04-01  Bruno Haible  <bruno@clisp.org>
26386
26387         * lib/pathname.h: New file, from GNU gettext.
26388         * lib/concatpath.c: New file, from GNU gettext.
26389
26390 2003-03-30  Bruno Haible  <bruno@clisp.org>
26391
26392         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26393
26394 2003-03-30  Bruno Haible  <bruno@clisp.org>
26395
26396         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26397         function chown() doesn't exist.
26398
26399 2003-03-28  Bruno Haible  <bruno@clisp.org>
26400
26401         * modules/copy-file: New file.
26402         * MODULES.html.sh (func_all_modules): Add it.
26403
26404 2003-03-28  Bruno Haible  <bruno@clisp.org>
26405
26406         * m4/copy-file.m4: New file.
26407
26408 2003-03-28  Bruno Haible  <bruno@clisp.org>
26409
26410         * lib/copy-file.h: New file, from GNU gettext.
26411         * lib/copy-file.c: New file, from GNU gettext.
26412
26413 2003-03-18  Jim Meyering  <jim@meyering.net>
26414
26415         * lib/quote.c (quote_n): Fix typo in comment.
26416
26417 2003-03-18  Bruno Haible  <bruno@clisp.org>
26418
26419         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26420         checking.
26421         * m4/onceonly_2_57.m4: Likewise.
26422
26423 2003-03-17  Bruno Haible  <bruno@clisp.org>
26424
26425         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26426         (m4_quote): Remove macro.
26427         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26428
26429 2003-03-14  Jim Meyering  <jim@meyering.net>
26430
26431         Merge changes from Coreutils.
26432         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26433         to be const, in order to avoid warnings.
26434         (obstack_room): Likewise.
26435         (obstack_empty_p): Likewise.
26436
26437 2003-03-14  Bruno Haible  <bruno@clisp.org>
26438
26439         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26440         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26441
26442 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26443
26444         Merge changes from Bison.
26445         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26446         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26447         when compiling Bison 1.875's `bitset bset = obstack_alloc
26448         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26449         * lib/hash.c: Include <stdbool.h> unconditionally.
26450
26451 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26452
26453         * m4/onceonly.m4 (m4_quote): New macro.
26454         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26455         Quote AC_FOREACH variable-expansions properly.
26456
26457 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26458
26459         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26460
26461 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26462
26463         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26464         Reported by Bruce Becker; see:
26465         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26466
26467 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26468             Bruno Haible  <bruno@clisp.org>
26469
26470         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26471         Reported by John Hughes, see
26472         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26473
26474 2003-02-20  Bruno Haible  <bruno@clisp.org>
26475
26476         * MODULES.html.sh (func_all_modules): Add poll.
26477
26478 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26479
26480         * modules/poll: New file.
26481
26482 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26483
26484         * lib/poll_.h: New file.
26485         * lib/poll.c: New file.
26486
26487 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26488
26489         * m4/poll.m4: New file.
26490
26491 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26492
26493         * modules/mathl: New file.
26494
26495 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26496
26497         * lib/mathl.h: New file.
26498         * lib/acosl.c: New file.
26499         * lib/asinl.c: New file.
26500         * lib/atanl.c: New file.
26501         * lib/ceill.c: New file.
26502         * lib/cosl.c: New file.
26503         * lib/expl.c: New file.
26504         * lib/floorl.c: New file.
26505         * lib/frexpl.c: New file.
26506         * lib/ldexpl.c: New file.
26507         * lib/logl.c: New file.
26508         * lib/sincosl.c: New file.
26509         * lib/sinl.c: New file.
26510         * lib/sqrtl.c: New file.
26511         * lib/tanl.c: New file.
26512         * lib/trigl.c: New file.
26513         * lib/trigl.h: New file.
26514
26515 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26516
26517         * m4/mathl.m4: New file.
26518
26519 2003-02-18  Bruno Haible  <bruno@clisp.org>
26520
26521         * MODULES.html.sh (func_all_modules): Add mathl.
26522
26523 2003-02-17  Bruno Haible  <bruno@clisp.org>
26524
26525         * modules/mkdtemp: New module.
26526         * MODULES.html.sh (func_all_modules): Add it.
26527
26528 2003-02-17  Bruno Haible  <bruno@clisp.org>
26529
26530         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26531
26532 2003-02-17  Bruno Haible  <bruno@clisp.org>
26533
26534         * lib/mkdtemp.h: New file, from GNU gettext.
26535         * lib/mkdtemp.c: New file, from GNU gettext.
26536
26537 2003-02-02  Jim Meyering  <jim@meyering.net>
26538
26539         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26540         e.g. glibc-2.2.93.
26541
26542 2003-01-31  Bruno Haible  <bruno@clisp.org>
26543
26544         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26545         'rpl_rename'.
26546         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26547         'rpl_strnlen'.
26548         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26549         'rpl_strtod'.
26550         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26551         'rpl_utime'.
26552
26553 2003-01-31  Bruno Haible  <bruno@clisp.org>
26554
26555         * lib/rename.c: #undef rename before defining rpl_rename.
26556         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26557
26558 2003-01-30  Bruno Haible  <bruno@clisp.org>
26559
26560         * modules/vasnprintf, modules/vasprintf: New modules.
26561         * MODULES.html.sh (func_all_modules): Add them.
26562
26563 2003-01-30  Bruno Haible  <bruno@clisp.org>
26564
26565         * m4/signed.m4: New file, from GNU gettext.
26566         * m4/longdouble.m4: New file, from GNU gettext.
26567         * m4/wchar_t.m4: New file, from GNU gettext.
26568         * m4/wint_t.m4: New file, from GNU gettext.
26569         * m4/vasnprintf.m4: New file.
26570         * m4/vasprintf.m4: New file.
26571
26572 2003-01-30  Bruno Haible  <bruno@clisp.org>
26573
26574         * lib/printf-args.h: New file, from GNU gettext.
26575         * lib/printf-args.c: New file, from GNU gettext.
26576         * lib/printf-parse.h: New file, from GNU gettext.
26577         * lib/printf-parse.c: New file, from GNU gettext.
26578         * lib/vasnprintf.h: New file, from GNU gettext.
26579         * lib/vasnprintf.c: New file, from GNU gettext.
26580         * lib/asnprintf.c: New file, from GNU gettext.
26581         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26582         * lib/vasprintf.c: New file, from GNU gettext.
26583         * lib/asprintf.c: New file, from GNU gettext.
26584
26585 2003-01-29  Bruno Haible  <bruno@clisp.org>
26586
26587         * modules/stpncpy: New module.
26588         * MODULES.html.sh (func_all_modules): Add it.
26589
26590 2003-01-29  Bruno Haible  <bruno@clisp.org>
26591
26592         * m4/stpncpy.m4: New file.
26593
26594 2003-01-29  Bruno Haible  <bruno@clisp.org>
26595
26596         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26597         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26598
26599 2003-01-28  Bruno Haible  <bruno@clisp.org>
26600
26601         * modules/c-ctype: New module.
26602         * MODULES.html.sh (func_all_modules): Add it.
26603
26604 2003-01-28  Bruno Haible  <bruno@clisp.org>
26605
26606         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26607         Paul Eggert.
26608         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26609         Paul Eggert.
26610
26611 2003-01-27  Bruno Haible  <bruno@clisp.org>
26612
26613         * modules/xsetenv: New module.
26614         * MODULES.html.sh (func_all_modules): Add it.
26615
26616 2003-01-27  Bruno Haible  <bruno@clisp.org>
26617
26618         * lib/xsetenv.h: New file, from GNU gettext.
26619         * lib/xsetenv.c: New file, from GNU gettext.
26620
26621 2003-01-23  Jim Meyering  <jim@meyering.net>
26622
26623         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26624         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26625
26626 2003-01-23  Bruno Haible  <bruno@clisp.org>
26627
26628         * modules/minmax: New module.
26629         * MODULES.html.sh (func_all_modules): Add it.
26630
26631 2003-01-23  Bruno Haible  <bruno@clisp.org>
26632
26633         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26634         Eggert.
26635
26636 2003-01-22  Bruno Haible  <bruno@clisp.org>
26637
26638         * modules/exit: New module.
26639         * MODULES.html.sh (func_all_modules): Add it.
26640
26641 2003-01-22  Bruno Haible  <bruno@clisp.org>
26642
26643         * lib/exit.h: New file, from GNU gettext.
26644
26645 2003-01-19  Bruno Haible  <bruno@clisp.org>
26646
26647         * gnulib-tool: Recognize option --extract-maintainer.
26648         (func_get_maintainer): New function.
26649         * modules/*: Add Maintainer entry.
26650
26651 2003-01-16  Jim Meyering  <jim@meyering.net>
26652
26653         * m4/regex.m4: The `regex' struct is both input and output.
26654         Initialize it before each use.  Patch by Tim Waugh.
26655
26656 2003-01-16  Bruno Haible  <bruno@clisp.org>
26657
26658         * MODULES.html.sh: Add a table of contents. Add the module name as
26659         leftmost column. Add hyperlinks.
26660
26661 2003-01-15  Bruno Haible  <bruno@clisp.org>
26662
26663         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26664
26665 2003-01-15  Bruno Haible  <bruno@clisp.org>
26666
26667         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26668         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26669         suffix.
26670
26671 2003-01-15  Bruno Haible  <bruno@clisp.org>
26672
26673         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26674
26675 2003-01-15  Bruno Haible  <bruno@clisp.org>
26676
26677         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26678         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26679
26680 2003-01-14  Jim Meyering  <jim@meyering.net>
26681
26682         * lib/same.c (same_name): Tweak a comment.
26683
26684 2003-01-14  Bruno Haible  <bruno@clisp.org>
26685
26686         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26687         when a string comparison is sufficient.
26688
26689 2003-01-14  Bruno Haible  <bruno@clisp.org>
26690
26691         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26692         'unsigned int'.
26693
26694 2003-01-14  Bruno Haible  <bruno@clisp.org>
26695
26696         * lib/hash-pjw.c: Add comment about low quality of this function.
26697
26698 2003-01-13  Bruno Haible  <bruno@clisp.org>
26699
26700         * modules/stpcpy: Distribute lib/stpcpy.h.
26701         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26702
26703 2003-01-13  Bruno Haible  <bruno@clisp.org>
26704
26705         * modules/*: Add a description.
26706         * modules/strpbrk: Fix Makefile.am snippet.
26707         * modules/strtoimax: Fix dependencies.
26708         * modules/strtoumax: Likewise.
26709
26710 2003-01-13  Bruno Haible  <bruno@clisp.org>
26711
26712         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26713         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26714         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26715
26716 2003-01-13  Bruno Haible  <bruno@clisp.org>
26717
26718         * gnulib-tool (func_create_testdir): Store config/* files in the main
26719         directory.
26720         * config.rpath: Move to ...
26721         * config/config.rpath: ... here.
26722         * modules/gettext: Contains config/config.rpath, not config.rpath.
26723         * modules/iconv: Likewise.
26724
26725 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26726
26727         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26728         to avoid collisions with libcurses and libreadline.
26729
26730         * m4/getstr.m4: Remove.
26731         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26732
26733 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26734
26735         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26736         to avoid collisions with libcurses and libreadline.
26737
26738         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26739         * lib/getstr.h, getstr.c: Remove.
26740         * lib/getline.c: Include "getline.h", to check interface.
26741         Move body of old getstr.c here: this defines MIN_CHUNK and
26742         declares getdelim2, which is renamed from getstr.
26743         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26744
26745         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26746         All uses changed.
26747         * lib/linebuffer.h: Likewise.
26748         (readline): Remove backward-compatibility macro.
26749
26750 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26751
26752         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26753         to avoid collisions with libcurses and libreadline.
26754         * getstr: Remove.
26755         * MODULES.html.sh: Remove getstr.
26756         * modules/getline: Depend on unlocked-io, not getstr.
26757
26758 2003-01-12  Jim Meyering  <jim@meyering.net>
26759
26760         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26761
26762 2003-01-10  Bruno Haible  <bruno@clisp.org>
26763
26764         * modules/alloca: Change Makefile.am requirements. Simplify Include
26765         requirements. Add lib/alloca_.h to file list.
26766
26767 2003-01-10  Bruno Haible  <bruno@clisp.org>
26768
26769         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26770
26771 2003-01-10  Bruno Haible  <bruno@clisp.org>
26772
26773         * lib/alloca_.h: New file.
26774         * lib/getdate.y: Unconditionally include alloca.h.
26775         * lib/makepath.c: Likewise.
26776         * lib/setenv.c: Likewise.
26777         * lib/userspec.c: Likewise.
26778
26779 2003-01-09  Karl Berry  <karl@gnu.org>
26780
26781         * MODULES.html.sh: include `dirname $0` in PATH, to find
26782         gnulib-tool.
26783
26784 2003-01-09  Bruno Haible  <bruno@clisp.org>
26785
26786         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26787         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26788
26789 2003-01-09  Bruno Haible  <bruno@clisp.org>
26790
26791         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26792
26793 2003-01-09  Bruno Haible  <bruno@clisp.org>
26794
26795         * lib/stdbool.h.in: New file.
26796
26797 2003-01-09  Bruno Haible  <bruno@clisp.org>
26798
26799         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26800         * MODULES.html.sh: Likewise.
26801
26802 2003-01-08  Jim Meyering  <jim@meyering.net>
26803
26804         * lib/full-write.c: Undefine and define-away `const' after inclusion
26805         of errno.h, not before.  Suggestion from Bruno Haible.
26806
26807 2003-01-08  Bruno Haible  <bruno@clisp.org>
26808
26809         * modules/full-read: Depend on full-write.
26810
26811 2003-01-08  Bruno Haible  <bruno@clisp.org>
26812
26813         * lib/safe-read.c: Include specification header first, to ensure its
26814         selfcontainedness.
26815         * lib/full-write.c: Likewise.
26816
26817 2003-01-07  Jim Meyering  <jim@meyering.net>
26818
26819         * lib/full-write.c: Rework so that it may serve to define full_read,
26820         too.
26821         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26822
26823 2003-01-07  Bruno Haible  <bruno@clisp.org>
26824
26825         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26826         <inttypes.h>.
26827         * lib/xstrtol.h: Likewise.
26828         * lib/xstrtoimax.c: Likewise.
26829         * lib/xstrtoumax.c: Likewise.
26830         * lib/human.h: Likewise.
26831
26832         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26833         on systems that have <inttypes.h> but not <stdint.h>.
26834
26835 2003-01-07  Bruno Haible  <bruno@clisp.org>
26836
26837         * MODULES.html.sh: Add copyright notice.
26838         (missed_files): Omit CVS directory entries.
26839         (func_module): Make it work with sed-3.02.
26840         * MODULES.txt: Remove file.
26841
26842 2003-01-06  Jim Meyering  <jim@meyering.net>
26843
26844         * lib/version-etc.c: Update year in translatable copyright string.
26845
26846 2003-01-03  Karl Berry  <karl@gnu.org>
26847
26848         * config/config.{guess,sub}: update from prep.
26849
26850 2003-01-02  Karl Berry  <karl@gnu.org>
26851
26852         * doc/COPYING.DOC: belatedly updated to 1.2.
26853
26854 2003-01-01  Karl Berry  <karl@gnu.org>
26855
26856         * gnulib-tool (func_verify_module): report module name $module in
26857         error message, not $1.
26858         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26859         be created, only if it doesn't exist.
26860         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26861
26862 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26863
26864         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26865
26866 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26867
26868         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26869         memcmp if strcoll doesn't work.
26870
26871 2002-12-31  Bruno Haible  <bruno@clisp.org>
26872
26873         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26874         nonempty.
26875
26876 2002-12-31  Bruno Haible  <bruno@clisp.org>
26877
26878         * lib/memcoll.c (STRCOLL): New macro.
26879         (memcoll): Use it.
26880
26881 2002-12-31  Bruno Haible  <bruno@clisp.org>
26882
26883         * lib/localcharset.h: New file.
26884         * lib/localcharset.c: Include it.
26885         * lib/unicodeio.c: Likewise.
26886
26887 2002-12-31  Bruno Haible  <bruno@clisp.org>
26888
26889         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26890         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26891
26892 2002-12-31  Bruno Haible  <bruno@clisp.org>
26893
26894         * lib/getline.h: Include <stddef.h>, for size_t.
26895
26896         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26897         * lib/unicodeio.c: Don't include <stddef.h>.
26898
26899 2002-12-31  Bruno Haible  <bruno@clisp.org>
26900
26901         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26902         HAVE_TM_ZONE.
26903
26904 2002-12-24  Karl Berry  <karl@gnu.org>
26905
26906         * config/config.guess: update from prep.
26907
26908 2002-12-24  Bruno Haible  <bruno@clisp.org>
26909
26910         General infrasructure.
26911         * m4/README: Rewritten.
26912         * m4/onceonly.m4: New file.
26913         * m4/onceonly_2_57.m4: New file.
26914
26915         Module atexit.
26916         * m4/atexit.m4: New file.
26917
26918         Module strtod.
26919         * m4/strtod.m4: New file.
26920
26921         Module strtol.
26922         * m4/strtol.m4: New file.
26923
26924         Module strtoul.
26925         * m4/strtoul.m4: New file.
26926
26927         Module memchr.
26928         * m4/memchr.m4: New file.
26929
26930         Module memcmp.
26931         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
26932         (jm_FUNC_MEMCMP): Invoke it.
26933
26934         Module memcpy.
26935         * m4/memcpy.m4: New file.
26936
26937         Module memmove.
26938         * m4/memmove.m4: New file.
26939
26940         Module memset.
26941         * m4/memset.m4: New file.
26942
26943         Module strcspn.
26944         * m4/strcspn.m4: New file.
26945
26946         Module strpbrk.
26947         * m4/strpbrk.m4: New file.
26948
26949         Module strstr.
26950         * m4/strstr.m4: New file.
26951
26952         Module strerror.
26953         * m4/strerror.m4: New file.
26954
26955         Module mktime.
26956         * m4/mktime.m4: Renamed from jm-mktime.m4.
26957         (gl_PREREQ_MKTIME): New macro.
26958         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
26959
26960         Module malloc.
26961         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
26962         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
26963         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
26964
26965         Module realloc.
26966         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
26967         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
26968         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
26969
26970         Module strftime.
26971         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
26972         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
26973         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
26974         gl_TM_GMTOFF.
26975         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
26976
26977         Module xalloc.
26978         * m4/xalloc.m4: New file.
26979
26980         Module alloca.
26981         * m4/alloca.m4: New file.
26982
26983         Module putenv.
26984         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
26985         (jm_FUNC_PUTENV): Invoke it.
26986
26987         Module setenv.
26988         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
26989         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
26990         when invoked twice.
26991         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
26992         gt_FUNC_SETENV.
26993
26994         Module memrchr.
26995         * m4/memrchr.m4: New file.
26996
26997         Module stpcpy.
26998         * m4/stpcpy.m4: New file.
26999
27000         Module strcase.
27001         * m4/strcase.m4: New file.
27002
27003         Module strdup.
27004         * m4/strdup.m4: New file.
27005
27006         Module strnlen.
27007         * m4/strnlen.m4: New file.
27008
27009         Module strndup.
27010         * m4/strndup.m4: New file.
27011
27012         Module xstrtod.
27013         * m4/xstrtod.m4: New file.
27014
27015         Module xstrtol.
27016         * m4/xstrtol.m4: New file.
27017
27018         Module getdate.
27019         * m4/getdate.m4: New file.
27020
27021         Module unlocked-io.
27022         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27023         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27024         * m4/jm-glibc-io.m4n: Remove file.
27025
27026         Module long-options.
27027         * m4/long-options.m4: New file.
27028
27029         Module md5.
27030         * m4/md5.m4: New file.
27031
27032         Module sha.
27033         * m4/sha.m4: New file.
27034
27035         Module getstr.
27036         * m4/getstr.m4: New file.
27037
27038         Module getline.
27039         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27040         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27041         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27042         simply getline. Infoke gl_PREREQ_GETLINE.
27043
27044         Module obstack.
27045         * m4/obstack.m4: New file.
27046
27047         Module hash.
27048         * m4/hash.m4: New file.
27049
27050         Module readtokens.
27051         * m4/readtokens.m4: New file.
27052
27053         Module strverscmp.
27054         * m4/strverscmp.m4: New file.
27055
27056         Module stdbool.
27057         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27058         OSF/1.
27059
27060         Module strtoll.
27061         * m4/strtoll.m4: New file.
27062
27063         Module strtoull.
27064         * m4/strtoull.m4: New file.
27065
27066         Module strtoimax.
27067         * m4/strtoimax.m4: New file.
27068
27069         Module strtoumax.
27070         * m4/strtoumax.m4: New file.
27071
27072         Module xstrtoimax.
27073         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27074         jm_AC_PREREQ_XSTRTOIMAX.
27075         Moved the strtol prerequisites to strtol.m4.
27076         Moved the strtoll prerequisites to strtoll.m4.
27077         Moved the strtoimax prerequisites to strtoimax.m4.
27078
27079         Module xstrtoumax.
27080         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27081         jm_AC_PREREQ_XSTRTOUMAX.
27082         Moved the strtoul prerequisites to strtoul.m4.
27083         Moved the strtoull prerequisites to strtoull.m4.
27084         Moved the strtoumax prerequisites to strtoumax.m4.
27085
27086         Module chown.
27087         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27088         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27089
27090         Module dup2.
27091         * m4/dup2.m4: New file.
27092
27093         Module ftruncate.
27094         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27095         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27096
27097         Module getgroups.
27098         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27099         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27100
27101         Module gettimeofday.
27102         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27103         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27104         gl_PREREQ_GETTIMEOFDAY.
27105
27106         Module mkdir.
27107         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27108         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27109
27110         Module mkstemp.
27111         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27112         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27113         jm_AC_TYPE_UINTMAX_T.
27114         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27115
27116         Module stat.
27117         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27118         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27119
27120         Module lstat.
27121         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27122         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27123
27124         Module timespec.
27125         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27126         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27127         * m4/st_mtim.m4: Indentation.
27128
27129         Module nanosleep.
27130         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27131         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27132         gl_PREREQ_NANOSLEEP.
27133
27134         Module regex.
27135         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27136         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27137         (gl_REGEX): New macro.
27138
27139         Module rename.
27140         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27141         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27142
27143         Module rmdir.
27144         * m4/rmdir.m4: New file.
27145
27146         Module utime.
27147         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27148         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27149         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27150
27151         Module dirname.
27152         * m4/dirname.m4: New file.
27153
27154         Module getopt.
27155         * m4/getopt.m4: New file.
27156
27157         Module unistd-safer.
27158         * m4/unistd-safer.m4: New file.
27159
27160         Module fnmatch.
27161         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27162         declaration.
27163         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27164         (gl_FUNC_FNMATCH_POSIX): New macro.
27165         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27166         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27167         simply fnmatch.
27168
27169         Module exclude.
27170         * m4/exclude.m4: New file.
27171
27172         Module human.
27173         * m4/human.m4: New file.
27174
27175         Module acl.
27176         * m4/acl.m4: Nop.
27177
27178         Module backupfile.
27179         * m4/backupfile.m4: New file.
27180         * m4/d-ino.m4: Indentation.
27181
27182         Module fsusage.
27183         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27184         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27185         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27186
27187         Module dirfd.
27188         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27189         requirements.
27190
27191         Module euidaccess.
27192         * m4/euidaccess.m4: New file.
27193
27194         Module file-type.
27195         * m4/file-type.m4: New file.
27196
27197         Module fileblocks.
27198         * m4/fileblocks.m4: New file.
27199
27200         Module filemode.
27201         * m4/filemode.m4: New file.
27202
27203         Module isdir.
27204         * m4/isdir.m4: New file.
27205
27206         Module lchown.
27207         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27208         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27209
27210         Module makepath.
27211         * m4/makepath.m4: New file.
27212
27213         Module modechange.
27214         * m4/modechange.m4: New file.
27215
27216         Module mountlist.
27217         * m4/mountlist.m4: New file.
27218         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27219         Indentation.
27220
27221         Module path-concat.
27222         * m4/path-concat.m4: New file.
27223
27224         Module pathmax.
27225         * m4/pathmax.m4: New file.
27226
27227         Module same.
27228         * m4/same.m4: New file.
27229
27230         Module save-cwd.
27231         * m4/save-cwd.m4: New file.
27232
27233         Module savedir.
27234         * m4/savedir.m4: New file.
27235
27236         Module xgetcwd.
27237         * m4/xgetcwd.m4: New file.
27238         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27239
27240         Module xreadlink.
27241         * m4/xreadlink.m4: New file.
27242
27243         Module safe-read.
27244         * m4/safe-read.m4: New file.
27245
27246         Module safe-write.
27247         * m4/safe-write.m4: New file.
27248
27249         Module closeout.
27250         * m4/closeout.m4: New file.
27251
27252         Module stdio-safer.
27253         * m4/stdio-safer.m4: New file.
27254
27255         Module getpass.
27256         * m4/getpass.m4: New file.
27257
27258         Module getugroups.
27259         * m4/getugroups.m4: New file.
27260
27261         Module group-member.
27262         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27263         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27264
27265         Module idcache.
27266         * m4/idcache.m4: New file.
27267
27268         Module userspec.
27269         * m4/userspec.m4: New file.
27270
27271         Module gettime.
27272         * m4/clock_time.m4: New file.
27273         * m4/gettime.m4: New file.
27274
27275         Module settime.
27276         * m4/settime.m4: New file.
27277
27278         Module posixtm.
27279         * m4/posixtm.m4: New file.
27280
27281         Module gethostname.
27282         * m4/gethostname.m4: New file.
27283
27284         Module canon-host.
27285         * m4/canon-host.m4: New file.
27286
27287         Module gettext.
27288         * m4/codeset.m4: New file, from gettext-0.11.5.
27289         * m4/gettext.m4: New file, from gettext-0.11.5.
27290         * m4/glibc21.m4: New file, from gettext-0.11.5.
27291         * m4/iconv.m4: New file, from gettext-0.11.5.
27292         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27293         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27294         * m4/inttypes.m4: New file, from gettext-0.11.5.
27295         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27296         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27297         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27298         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27299         * m4/lib-link.m4: New file, from gettext-0.11.5.
27300         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27301         * m4/progtest.m4: New file, from gettext-0.11.5.
27302         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27303         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27304         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27305
27306         Module localcharset.
27307         * m4/localcharset.m4: New file.
27308
27309         Module hard-locale.
27310         * m4/hard-locale.m4: New file.
27311
27312         Module mbswidth.
27313         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27314         onceonly macros.
27315         * m4/mbrtowc.m4: Add comment.
27316
27317         Module memcasecmp.
27318         * m4/memcasecmp.m4: New file.
27319
27320         Module memcoll.
27321         * m4/memcoll.m4: New file.
27322
27323         Module unicodeio.
27324         * m4/unicodeio.m4: New file.
27325
27326         Module rpmatch.
27327         * m4/rpmatch.m4: New file.
27328
27329         Module yesno.
27330         * m4/yesno.m4: New file.
27331
27332         Module exitfail.
27333         * m4/exitfail.m4: New file.
27334
27335         Module c-stack.
27336         * m4/c-stack.m4 (gl_C_STACK): New macro.
27337         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27338
27339         Module error.
27340         * m4/error.m4 (gl_ERROR): New macro.
27341         (jm_PREREQ_ERROR): Use onceonly macros.
27342
27343         Module fatal.
27344         * m4/fatal.m4: New file.
27345
27346         Module getloadavg.
27347         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27348         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27349
27350         Module getpagesize.
27351         * m4/getpagesize.m4: New file.
27352
27353         Module getusershell.
27354         * m4/getusershell.m4: New file.
27355
27356         Module physmem.
27357         * m4/physmem.m4: New file.
27358
27359         Module posixver.
27360         * m4/posixver.m4: New file.
27361
27362         Module quotearg.
27363         * m4/quotearg.m4: New file.
27364
27365         Module quote.
27366         * m4/quote.m4: New file.
27367
27368         Module readutmp.
27369         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27370
27371         Module sig2str.
27372         * m4/sig2str.m4: New file.
27373
27374         Other.
27375         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27376         ulonglong.m4.
27377         * m4/intmax_t.m4: New file.
27378         * m4/d-type.m4: Indentation.
27379         * m4/jm-macros.m4: Update.
27380         * m4/prereq.m4 (jm_PREREQ): Update.
27381         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27382         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27383         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27384         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27385         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27386         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27387         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27388         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27389         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27390         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27391         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27392         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27393         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27394         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27395         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27396         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27397         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27398         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27399         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27400
27401 2002-12-24  Bruno Haible  <bruno@clisp.org>
27402
27403         * MODULES.txt: Update according to m4/ changes.
27404
27405         Module gettext.
27406         * config.rpath: New file, from gettext-0.11.5.
27407
27408         * modules/*: New module descriptions.
27409         * gnulib-tool: New file.
27410         * MODULES.html.sh: New file.
27411
27412 2002-12-21  Karl Berry  <karl@gnu.org>
27413
27414         * doc/fdl.texi: update to version 1.2.
27415
27416 2002-12-19  Karl Berry  <karl@gnu.org>
27417
27418         * config/config.guess: update from prep.
27419
27420 2002-12-18  Bruno Haible  <bruno@clisp.org>
27421
27422         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27423         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27424
27425 2002-12-17  Bruno Haible  <bruno@clisp.org>
27426
27427         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27428         stdlib.h, string.h.
27429
27430 2002-12-17  Bruno Haible  <bruno@clisp.org>
27431
27432         * lib/canon-host.c (strdup): Remove unused declaration.
27433
27434         * lib/fsusage.c: Include full_read.h.
27435         (get_fs_usage): Use full_read instead of safe_read.
27436
27437         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27438
27439 2002-12-12  Karl Berry  <karl@gnu.org>
27440
27441         * config/config.guess: update from prep.
27442
27443 2002-12-11  Bruno Haible  <bruno@clisp.org>
27444
27445         * m4/setenv.m4: New file, from gettext-0.11.5.
27446
27447 2002-12-11  Bruno Haible  <bruno@clisp.org>
27448
27449         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27450         not unsetenv().
27451         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27452         modifications:
27453
27454         2002-12-11  Bruno Haible  <bruno@clisp.org>
27455
27456                 * setenv.c (alloca): Fall back to malloc.
27457                 (freea): New macro.
27458                 (setenv): Use freea() to free memory allocated with alloca().
27459
27460         2002-11-13  Bruno Haible  <bruno@clisp.org>
27461
27462                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27463                 function declarations.
27464                 * unsetenv.c (unsetenv): Likewise.
27465
27466         2002-03-04  Bruno Haible  <bruno@clisp.org>
27467
27468                 Portability to AIX 4.3.3.
27469                 * unsetenv.c: New file, extracted from setenv.c.
27470                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27471
27472         2001-12-20  Bruno Haible  <bruno@clisp.org>
27473
27474                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27475                 use malloc instead. For SunOS 4.
27476
27477         2001-12-11  Bruno Haible  <bruno@clisp.org>
27478
27479                 * setenv.c: Declare alloca.
27480                 (compar_fn_t): New typedef.
27481                 (KNOWN_VALUE, STORE_VALUE): Use it.
27482
27483         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27484         setenv.h.
27485
27486 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27487
27488         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27489         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27490         Choose values that are less likely to collide with system fnmatch
27491         options.
27492         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27493         defined (e.g., a pure POSIX system).
27494         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27495         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27496
27497 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27498
27499         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27500         a pain in practice to deal with generated m4 files.  This change
27501         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27502
27503         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27504         and jm-glibc-io.m4, as they are no longer a special case.
27505         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27506         kludge and the auto-generation stuff.  Check only whether the
27507         functions are declared, not whether they exist, since older hosts
27508         that don't declare the functions can't use the optimization anyway.
27509
27510 2002-12-06  Jim Meyering  <jim@meyering.net>
27511
27512         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27513
27514         Merge in changes from libc's misc/error.c, in preparation
27515         for the merge of gnulib's changes back into libc.
27516
27517         * lib/error.c (_): Define only if not already defined.
27518         Move definition to follow all #include directives.
27519         Include unlocked-io.h only if !_LIBC.
27520         [_LIBC]: Include <libio/libioP.h>.
27521         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27522         (fflush): Tweak definition to use INTUSE.
27523         (putc): Define.
27524
27525 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27526
27527         * lib/alloca.c [defined emacs]: Include "lisp.h".
27528         (xalloc_die) [defined emacs]: New macro.
27529         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27530         [! defined emacs]: Include <xalloc.h>.
27531         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27532         (pointer): Typedef to POINTER_TYPE *.
27533         (malloc): Remove decl; we now always use xmalloc.
27534         (alloca): Use old-style definition, since Emacs needs this.
27535         Check for arithmetic overflow when computing combined size.
27536
27537 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27538
27539         Do not generate unlocked-io.h automatically, since it's easier to
27540         maintain it by hand.
27541
27542         * lib/unlocked-io.h: New file, from GNU diffutils,
27543         but with proper copyright notice and attribution.
27544         * lib/gen-uio: Remove.
27545         * lib/Makefile.am: Add copyright notice.
27546         (libfetish_a_SOURCES): Add unlocked-io.h.
27547         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27548         (DISTCLEANFILES, io_functions): Remove macros.
27549         (EXTRA_DIST): Remove gen_uio.
27550         (unlocked-io.h): Remove rule.
27551
27552 2002-12-04  Jim Meyering  <jim@meyering.net>
27553
27554         Reflect the fact that stat.c and lstat.c are no longer generated.
27555         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27556         (DISTCLEANFILES): Likewise.
27557         (EXTRA_DIST): Likewise.
27558         (all_local): Don't depend on stat.c or lstat.c.
27559         (stat.c, lstat.c): Remove rules.
27560         (EXTRA_DIST): Remove xstat.in.
27561
27562         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27563         * lib/stat.c: New file.  Contents mostly from xstat.in.
27564         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27565         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27566
27567         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27568         too.
27569         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27570
27571 2002-12-03  Jim Meyering  <jim@meyering.net>
27572
27573         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27574         but not semantics, to minimize the differences between these two files.
27575         (safe_read): Change comment to mention SAFE_READ_ERROR.
27576
27577         * lib/safe-read.c (IS_EINTR): Define.
27578         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27579
27580 2002-12-02  Jim Meyering  <jim@meyering.net>
27581
27582         * lib/safe-read.c (EINTR): Define.
27583         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27584         (INT_MAX): Provide fallback.
27585         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27586
27587         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27588
27589 2002-12-02  Bruno Haible  <bruno@clisp.org>
27590
27591         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27592         Define, taken from safe-read.c.
27593         (INT_MAX): Provide fallback.
27594         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27595         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27596
27597         * lib/safe-read.c (EINTR): Remove definition.
27598         (safe_read): Don't use EINTR if it is absent.
27599
27600 2002-12-01  Jim Meyering  <jim@meyering.net>
27601
27602         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27603         zero.
27604         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27605
27606 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27607
27608         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27609         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27610         with `if (! (value < limit)) abort ();', for readability.
27611
27612 2002-11-26  Karl Berry  <karl@gnu.org>
27613
27614         * lib/strdup.c: copy from libc again, with jim's ok.
27615         * lib/.cppi-disable: re-add strdup.c
27616
27617 2002-11-25  Karl Berry  <karl@gnu.org>
27618
27619         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27620         instead of "strtol.c".
27621
27622 2002-11-25  Karl Berry  <karl@gnu.org>
27623
27624         * config/install-sh: update from automake for variable quoting, $0 in
27625         error msgs, etc.
27626
27627         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27628         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27629         entry.
27630
27631 2002-11-25  Jim Meyering  <jim@meyering.net>
27632
27633         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27634
27635 2002-11-24  Karl Berry  <karl@gnu.org>
27636
27637         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27638         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27639
27640 2002-11-24  Jim Meyering  <jim@meyering.net>
27641
27642         Update from coreutils:
27643
27644         * lib/mktime.c: Merge in changes from libc.
27645
27646         Avoid a link-time failure on some Linux systems.
27647         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27648         (otherwise).
27649         (__mon_yday): Declare with the STATIC attribute.
27650         (__mktime_internal): Likewise.
27651         Based on a report from Greg Schafer.
27652
27653 2002-11-23  Jim Meyering  <jim@meyering.net>
27654
27655         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27656         Use `unsigned', not `int', as type of index.
27657
27658         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27659
27660         * lib/fsusage.c: Remove unneeded parentheses around operands of
27661         `defined'.
27662
27663 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27664
27665         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27666         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27667         so that we can be included first.
27668         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27669         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27670         No need to include stddef.h or sys/types.h any more.
27671         Surround local include files with "", not "<>".
27672         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27673         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27674         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27675         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27676         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27677         (ISPRINT): Remove; no longer needed now that we assume C89.
27678
27679         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27680         Preserve errno.
27681
27682         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27683         quotearg_char): Use SIZE_MAX rather than
27684         (size_t) -1 when we are talking about "infinity".
27685
27686         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27687
27688 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27689
27690         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27691         hint that one should use `if (! x) abort ();' rather than `assert
27692         (x);', and anyway it's one less thing to worry about configuring.
27693         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27694         hash_rehash, hash_insert): Use abort rather than assert.
27695
27696 2002-11-22  Bruno Haible  <bruno@clisp.org>
27697
27698         * lib/safe-read.h: Assume C89. Add comments.
27699         (safe_read): Change return type to size_t.
27700         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27701         byte counts > SSIZE_MAX correctly.
27702         * lib/safe-write.h: New file.
27703         * lib/safe-write.c: New file.
27704         * lib/full-read.h: New file.
27705         * lib/full-read.c: New file.
27706         * lib/full-write.h: Assume C89. Add comments.
27707         * lib/full-write.c: Include safe-write.h.
27708         (full_write): Rewritten to use safe_write.
27709         Suggested by Jim Meyering and Paul Eggert.
27710
27711 2002-11-21  Jim Meyering  <jim@meyering.net>
27712
27713         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27714
27715         Merge in changes from the coreutils.
27716
27717         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27718         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27719         <stdint.h>.
27720         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27721         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27722         int.  Work more efficiently if X is the same width as uintmax_t.
27723         Do not compare X to -1, to avoid bogus compiler warning.
27724         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27725         Don't assume that f_frsize and f_bsize are the same type.
27726
27727         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27728         warning on FreeBSD.
27729
27730         * lib/makepath.c (make_path): Restore umask *before* creating the final
27731         component.
27732         (make_path): Minor reformatting.
27733
27734         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27735         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27736         HAVE_MALLOC/HAVE_REALLOC.
27737
27738         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27739         dummy ones.  At least on GNU/Linux systems, `auto' means something
27740         else.
27741         From Michael Stone.
27742
27743 2002-11-21  Bruno Haible  <bruno@clisp.org>
27744
27745         Remove case insensitive option matching.
27746         * lib/argmatch.h (argcasematch): Remove declaration.
27747         (ARGCASEMATCH): Remove macro.
27748         (__xargmatch_internal): Remove case_sensitive argument.
27749         (XARGMATCH): Update.
27750         (XARGCASEMATCH): Remove macro.
27751         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27752         case_sensitive argument.
27753         (argcasematch): Remove function.
27754         (__xargmatch_internal): Remove case_sensitive argument.
27755         (main): Use XARGMATCH instead of XARGCASEMATCH.
27756
27757         * lib/xmalloc.c: Change compile-time error message. Add comment about
27758         required autoconf version.
27759
27760 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27761
27762         Merge argmatch cleanups from Bison.  Assume C89.
27763
27764         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27765         Include stdlib.h, for EXIT_FAILURE.
27766         Always include <string.h>, since we assume C89.
27767         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27768         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27769         Include <stddef.h> instead, since it's all we need for size_t.
27770         (PARAMS): Remove.  All uses removed.
27771         (ARRAY_CARDINALITY): Do not bother to #undef.
27772         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27773         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27774         Remove unnecessary parentheses.
27775         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27776         Insert necessary parentheses.
27777         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27778         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27779
27780 2002-11-19  Bruno Haible  <bruno@clisp.org>
27781
27782         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27783         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27784
27785         * lib/mbswidth.h (PARAMS): Remove macro.
27786         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27787         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27788
27789         * lib/gcd.h (PARAMS): Remove macro.
27790         (gcd): Use ANSI C function declarations.
27791         * lib/gcd.c (gcd): Likewise.
27792
27793 2002-11-15  Bruno Haible  <bruno@clisp.org>
27794
27795         * lib/strcspn.c: Include <stddef.h>.
27796         (strcspn): Use ANSI C function declaration. Change return type to
27797         size_t. Use NULL.
27798         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27799         (strpbrk): Use NULL.
27800         * lib/strpbrk.h (PARAMS): Remove macro.
27801         (strpbrk): Use ANSI C function declaration.
27802         * lib/strstr.c: Don't include <sys/types.h>.
27803         * lib/strstr.h (PARAMS): Remove macro.
27804         (strstr): Use ANSI C function declarations.
27805
27806 2002-11-14  Karl Berry  <karl@gnu.org>
27807
27808         * config/mkinstalldirs: `do' on separate line, instead of
27809         `for var; do'.
27810
27811 2002-11-06  Bruno Haible  <bruno@clisp.org>
27812
27813         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27814         * lib/gcd.c (gcd): Likewise.
27815
27816 2002-11-05  Bruno Haible  <bruno@clisp.org>
27817
27818         * lib/gcd.h: New file, from gettext-0.11.5.
27819         * lib/gcd.c: New file, from gettext-0.11.5.
27820
27821 2002-11-05  Bruno Haible  <bruno@clisp.org>
27822
27823         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27824         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27825         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27826         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27827
27828         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27829         <libintl.h>.
27830         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27831         <libintl.h>.
27832
27833         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27834         * lib/human.c: Include gettext.h instead of <libintl.h>.
27835         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27836         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27837         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27838         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27839         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27840         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27841         (textdomain): Remove definition.
27842         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27843
27844         * lib/long-options.c: Remove include of <libintl.h> and definition of
27845         _.
27846         * lib/same.c: Remove include of <libintl.h> and definition of _.
27847
27848 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27849
27850         * lib/config.charset: A few additions for Solaris.
27851
27852 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27853
27854         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27855         * lib/localcharset.c (locale_charset): Declare as extern "C".
27856
27857 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27858
27859         * lib/config.charset: msdos in uk_UA uses CP1125.
27860
27861 2002-11-04  Bruno Haible  <bruno@clisp.org>
27862
27863         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27864         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27865         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27866         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27867         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27868
27869 2002-11-04  Bruno Haible  <bruno@clisp.org>
27870
27871         * lib/localcharset.c (locale_charset): Don't return an empty string.
27872
27873 2002-11-04  Bruno Haible  <bruno@clisp.org>
27874
27875         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27876         aliases.
27877
27878 2002-11-04  Bruno Haible  <bruno@clisp.org>
27879
27880         * lib/config.charset: Update for newest glibc. Add canonical names
27881         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27882
27883 2002-11-04  Bruno Haible  <bruno@clisp.org>
27884
27885         * lib/config.charset: Add support for NetBSD.
27886
27887 2002-11-04  Bruno Haible  <bruno@clisp.org>
27888
27889         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27890
27891 2002-11-01  Bruno Haible  <bruno@clisp.org>
27892
27893         * configure.in: Add AC_CONFIG_AUX_DIR call.
27894         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27895         test/Makefile.
27896         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27897
27898 2002-09-28  Karl Berry  <karl@gnu.org>
27899
27900         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27901         installed automake until the next release, since changes have been
27902         made.
27903
27904 2002-09-25  Karl Berry  <karl@gnu.org>
27905
27906         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27907         * lib/getopt*: copy from libc/posix.
27908         * lib/gettext.h: copy from gettext.
27909         * lib/.cppi-disable: add strdup.c, gettext.h.
27910
27911 2002-09-25  Karl Berry  <karl@gnu.org>
27912
27913         * config/srclist.txt: enable gettext.h check.
27914         * config/config.{guess,sub}: update from prep.
27915         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
27916                 from automake 1.6.3.
27917         See srclist*.
27918
27919 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
27920
27921         * regex.c (PATFETCH): Remove the translating fetch.
27922         (PATFETCH_RAW): Rename to PATFETCH.
27923         (set_image_of_range): New fun.
27924         (SET_RANGE_TABLE_WORK_AREA): Use it.
27925         (regex_compile): Don't translate the pattern chars so eagerly.
27926         Only do it when inserting an `exactn' bytecode or when handling
27927         a char-range.
27928         (mutually_exclusive_p): Avoid empty statement.
27929
27930 2002-07-06  Jim Meyering  <meyering@lucent.com>
27931
27932         * m4/README: Don't mention Makefile.am.in.
27933         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
27934
27935 2002-07-01  Jim Meyering  <meyering@lucent.com>
27936
27937         * lib/c-stack.c: Include sys/time.h.
27938         From Volker Borchert.
27939
27940 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27941
27942         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
27943
27944 2002-06-26  Paul Eggert  <eggert@twinsun.com>
27945
27946         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
27947         New macro.  Use it uniformly instead of
27948         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
27949         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
27950         reported by Vin Shelton.
27951
27952 2002-06-22  Paul Eggert  <eggert@twinsun.com>
27953
27954         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
27955         Do not assume SA_SIGINFO behavior.
27956         Bug reported by Jim Meyering on NetBSD 1.5.2.
27957
27958 2002-06-22  Jim Meyering  <meyering@lucent.com>
27959
27960         * m4/c-stack.m4: New file, from diffutils-2.8.2.
27961         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
27962
27963         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
27964         now that configure.ac uses AC_GNU_SOURCE.
27965         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
27966         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
27967
27968         Update to latest tools.  Suggestions from Paul Eggert.
27969         * m4/stdbool.m4: New file, from diffutils-2.8.2.
27970         * m4/gnu-source.m4: Update from diffutils-2.8.2.
27971         * m4/fnmatch.m4: Likewise.
27972         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
27973         to AC_HEADER_STDBOOL
27974
27975 2002-06-22  Jim Meyering  <meyering@lucent.com>
27976
27977         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
27978         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
27979
27980 2002-06-22  Jim Meyering  <meyering@lucent.com>
27981
27982         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
27983
27984         * lib/exitfail.c, exitfail.h: Likewise.
27985         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
27986
27987         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
27988         of fnmatch.h.
27989         (EXTRA_DIST): Add fnmatch_loop.c.
27990         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
27991
27992         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
27993         * lib/fnmatch.c: Update from diffutils-2.8.2.
27994         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
27995         * lib/fnmatch.h: Remove file.
27996
27997 2002-06-21  Jim Meyering  <meyering@lucent.com>
27998
27999         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28000         * m4/mbrtowc.m4: Likewise.
28001
28002         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28003         * m4/mbswidth.m4: Reflect name change:
28004         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28005         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28006
28007         * m4/lib-link.m4: Update from gettext-0.11.2.
28008         * m4/gettext.m4: Likewise.
28009
28010         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28011         From Alfred M. Szmidt.
28012
28013 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28014
28015         * lib/file-type.h: Report an error if neither S_ISREG nor
28016         S_IFREG is defined, instead of using a test specific to glibc
28017         2.2.  This should be safe, since POSIX requires S_ISREG and
28018         Unix Version 7 had S_IFREG.  We don't need to check for
28019         <sys/types.h> since we don't use any symbols that it defines.
28020
28021 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28022
28023         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28024         $@-t, so that each temporary file name is unique and valid in the first
28025         8 characters, for operation under DOS.
28026
28027 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28028
28029         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28030
28031 2002-06-15  Jim Meyering  <meyering@lucent.com>
28032
28033         Work even with DJGPP 2.03, which lacks support for symlinks.
28034         From Richard Dawe.
28035         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28036         is defined.
28037         * lib/lchown.c (S_ISLNK): Likewise.
28038
28039 2002-06-15  Jim Meyering  <meyering@lucent.com>
28040
28041         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28042         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28043         have been included before this file.
28044
28045 2002-06-14  Jim Meyering  <meyering@lucent.com>
28046
28047         * lib/file-type.h: Use the version from diffutils-2.8.2.
28048         * lib/file-type.c: Likewise.
28049
28050 2002-06-07  Jim Meyering  <meyering@lucent.com>
28051
28052         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28053         They're needed at least for NetBSD 1.5.2.
28054         ($statxfs_includes): Include those same headers.
28055         ($statxfs_includes): Include sys/vfs.h if available.
28056         ($statxfs_includes): Likewise for sys/statvfs.h.
28057         Check for the following members in both structs statfs and statvfs:
28058         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28059
28060 2002-06-01  Jim Meyering  <meyering@lucent.com>
28061
28062         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28063         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28064
28065 2002-05-28  Jim Meyering  <meyering@lucent.com>
28066
28067         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28068         Reported by Volker Borchert.
28069
28070 2002-05-27  Jim Meyering  <meyering@lucent.com>
28071
28072         Fix a problem seen only on nonconforming systems whereby ls.c's
28073         use of localtime, and then of gettimeofday would cause trouble:
28074         the localtime call used to initialize rpl_gettimeofday's save
28075         mechanism would clobber ls's current local time information so
28076         that in any long listing the first file would always be listed
28077         with date 1970-01-01.  Analysis by Volker Borchert.
28078
28079         * lib/gettimeofday.c (localtime): Undefine.
28080         (rpl_localtime): New function.
28081
28082 2002-05-27  Jim Meyering  <meyering@lucent.com>
28083
28084         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28085         localtime.
28086
28087         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28088         use the replacement function; it wouldn't resolve at link time.
28089         Reported by Volker Borchert.
28090
28091 2002-05-22  Jim Meyering  <meyering@lucent.com>
28092
28093         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28094         file-type.h.
28095         * lib/file-type.h: New file.
28096         * lib/file-type.c (file_type): New file/function.  Extracted from
28097         diffutils.
28098
28099 2002-04-30  Jim Meyering  <meyering@lucent.com>
28100
28101         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28102
28103 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28104
28105         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28106
28107 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28108
28109         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28110         Do not check for alloca.h (no longer used) or stdbool.h (was never
28111         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28112
28113 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28114
28115         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28116
28117 2002-04-29  Jim Meyering  <meyering@lucent.com>
28118
28119         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28120         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28121         Use AC_FUNC_STRNLEN here instead.
28122
28123         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28124         With autoconf-2.53a, it's part of AC_PROG_CC.
28125
28126 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28127
28128         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28129         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28130
28131 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28132
28133         * lib/sig2str.h, lib/sig2str.c: New files.
28134         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28135
28136 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28137
28138         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28139         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28140         of 127, since 64 is the largest conceivable number for ancient
28141         nonstandard hosts.
28142         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28143
28144 2002-04-28  Jim Meyering  <meyering@lucent.com>
28145
28146         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28147
28148 2002-04-24  Jim Meyering  <meyering@lucent.com>
28149
28150         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28151         (jm_PREREQ): Use it.
28152
28153         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28154         mach/mach.h fcntl.h.
28155         Check for this function: setlocale.
28156
28157 2002-04-24  Jim Meyering  <meyering@lucent.com>
28158
28159         * lib/gettext.h: New file, from Gettext.
28160         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28161         (libfetish_a_SOURCES): Add gettext.h.
28162
28163 2002-04-16  Jim Meyering  <meyering@lucent.com>
28164
28165         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28166         ut_pid, ut_id, ut_exit.
28167
28168 2002-04-16  Jim Meyering  <meyering@lucent.com>
28169
28170         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28171         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28172         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28173
28174 2002-04-12  Jim Meyering  <meyering@lucent.com>
28175
28176         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28177         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28178         existence of the getmntinfo function.  Needed for Darwin 5.3.
28179
28180         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28181         This is necessary at least on Darwin 5.3.
28182
28183         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28184         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28185         strnlen.o in the library, and that makes some versions of ranlib
28186         object.
28187
28188 2002-04-12  Jim Meyering  <meyering@lucent.com>
28189
28190         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28191
28192 2002-04-09  Jim Meyering  <meyering@lucent.com>
28193
28194         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28195         to be more precise.  Rather than saying we're checking whether the
28196         function `works', say what we're testing.
28197         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28198         Reported by Bruno Haible.
28199
28200 2002-03-10  Jim Meyering  <meyering@lucent.com>
28201
28202         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28203         Suggestion from Santiago Vila.
28204
28205 2002-03-08  Jim Meyering  <meyering@lucent.com>
28206
28207         * lib/rename.c: Mention that this wrapper is needed also on
28208         mips-dec-ultrix4.4 systems.
28209
28210 2002-03-02  Jim Meyering  <meyering@lucent.com>
28211
28212         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28213         not HAVE_CLOCK_SETTIME.
28214
28215 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28216
28217         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28218         Check for clock_settime.
28219
28220 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28221
28222         * lib/nanosleep.h: Rename to....
28223         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28224
28225         * lib/gettime.c: New file.
28226         * lib/settime.c: New file.
28227         * lib/stime.c: Remove.
28228
28229         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28230         timespec.h.  Remove nanosleep.h.
28231
28232 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28233
28234         * m4/acl.m4: New file.
28235         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28236         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28237
28238 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28239
28240         * lib/acl.c, lib/acl.h: New files.
28241         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28242
28243 2002-02-24  Jim Meyering  <meyering@lucent.com>
28244
28245         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28246         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28247         cause trouble.  Reported by Nelson Beebe.
28248
28249 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28250
28251         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28252         compilers that don't know that xalloc_die never returns.
28253
28254 2002-02-20  Jim Meyering  <meyering@lucent.com>
28255
28256         * lib/getdate.c: Regenerate using bison-1.33.
28257
28258 2002-02-17  Jim Meyering  <meyering@lucent.com>
28259
28260         * config/config.guess (main): Don't use `head -1'; it's no longer
28261         portable. Use `sed 1q' instead.
28262
28263 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28264
28265         * m4/codeset.m4: Upgrade to gettext-0.11.
28266         * m4/gettext.m4: Upgrade to gettext-0.11.
28267         * m4/glibc21.m4: Upgrade to gettext-0.11.
28268         * m4/iconv.m4: Upgrade to gettext-0.11.
28269         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28270         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28271         * m4/lib-ld.m4: New file, from gettext-0.11.
28272         * m4/lib-link.m4: New file, from gettext-0.11.
28273         * m4/lib-prefix.m4: New file, from gettext-0.11.
28274         * m4/progtest.m4: Upgrade to gettext-0.11.
28275
28276 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28277
28278         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28279         (jm_PREREQ): Use it.
28280
28281 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28282
28283         * lib/posixver.c, lib/posixver.h: New files.
28284         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28285
28286 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28287             Bruno Haible  <bruno@clisp.org>
28288
28289         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28290         (fwrite_success_callback): New declaration.
28291         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28292         print_unicode_char. Call failure callback instead of error.
28293         (fwrite_success_callback): New function.
28294         (exit_failure_callback): New function.
28295         (fallback_failure_callback): New function.
28296         (print_unicode_char): Call unicode_to_mb.
28297
28298 2002-01-26  Jim Meyering  <meyering@lucent.com>
28299
28300         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28301         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28302
28303 2002-01-26  Jim Meyering  <meyering@lucent.com>
28304
28305         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28306
28307 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28308
28309         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28310
28311 2002-01-22  Jim Meyering  <meyering@lucent.com>
28312
28313         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28314         Otherwise, some versions of automake would omit the rule that makes
28315         Makefile from Makefile.in.
28316
28317 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28318
28319         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28320         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28321         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28322         (memcoll): Set errno to zero if there is no error.
28323
28324         * lib/quotearg.c (quotearg_buffer_restyled):
28325         Fix bug with quoting buffers containing NUL when backslashing escapes.
28326         This bug was exposed by the other changes in this patch.
28327         (quotearg_n_options): New arg ARGSIZE.
28328         All callers changed.
28329         (quoting_options_from_style): New function.
28330         (quotearg_n_style): Use it.
28331         (quotearg_n_style_mem): New function.
28332
28333         * lib/quotearg.h (quotearg_n_style_mem): New function.
28334
28335 2002-01-19  Jim Meyering  <meyering@lucent.com>
28336
28337         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28338         Remove useless quotes: DF_PROG="df".
28339         * m4/strnlen.m4: New file.
28340
28341 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28342
28343         * lib/backupfile.c (ISDIGIT): Comment fix.
28344         * lib/getdate.y (ISDIGIT): Likewise.
28345         * lib/posixtm.c (ISDIGIT, year): Likewise.
28346         * lib/strverscmp.c (ISDIGIT): Likewise.
28347         * lib/userspec.c (ISDIGIT): Likewise.
28348
28349 2002-01-16  Jim Meyering  <meyering@lucent.com>
28350
28351         * lib/getdate.y: Add three semicolons, each just before a closing
28352         brace. Bison (as of version 1.31) no longer papers over that mistake.
28353
28354 2002-01-05  Jim Meyering  <meyering@lucent.com>
28355
28356         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28357
28358 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28359
28360         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28361         not silently exit merely because the output buffer happens to
28362         have nothing pending.
28363
28364 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28365
28366         See the big note in ../ChangeLog.
28367         * lib/human.c (suffixes): Prefer K to k for 1024.
28368         (generate_suffix_backwards): New function.
28369         (human_readable_inexact): Use it.
28370         * lib/xstrtol.c (__xstrtol): If there is no number but there
28371         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28372         Accept 'K' as well as 'k'.
28373
28374 2001-12-15  Jim Meyering  <meyering@lucent.com>
28375
28376         * lib/regex.h (__restrict_arr): Update from libc.
28377
28378         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28379         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28380         (STREQ): Define.
28381
28382 2001-12-14  Jim Meyering  <meyering@lucent.com>
28383
28384         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28385         Suggestion from Bruno Haible.
28386
28387 2001-12-10  Jim Meyering  <meyering@lucent.com>
28388
28389         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28390         xrealloc, Instead, include "xalloc.h".
28391         (initbuffer): Don't cast xmalloc return value to char*.
28392         (readline): Reword comment.
28393         Don't cast xrealloc return value to char*
28394         Return NULL, not 0.
28395
28396 2001-12-09  Jim Meyering  <meyering@lucent.com>
28397
28398         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28399         about `signed and unsigned type in conditional expression'.
28400         * lib/posixtm.c (posix_time_parse): Likewise.
28401
28402         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28403
28404         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28405         to avoid a pedantic warning.
28406
28407         * lib/getstr.c: Don't include assert.h.
28408         (getstr): Remove warning-evoking assertions.
28409         Return -1 if offset parameter is out of bounds.
28410         Change the type of a local from int to size_t.
28411
28412         * lib/strftime.c (my_strftime_localtime_r): Include this function
28413         definition in the `#if ! HAVE_TM_GMTOFF' block.
28414
28415         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28416         Include xalloc.h instead.
28417
28418 2001-12-02  Jim Meyering  <meyering@lucent.com>
28419
28420         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28421         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28422         included.
28423
28424         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28425         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28426
28427 2001-11-30  Akim Demaille  <akim@epita.fr>
28428
28429         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28430         before being defined.
28431
28432 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28433
28434         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28435         First arg is int, not unsigned.
28436         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28437         (SIZE_MAX, UINT_MAX): New macros.
28438         (quotearg_n_options): Abort if N is negative.
28439         Avoid overflow check on hosts where size_t is 64 bits and int
28440         is 32 bits, as overflow is impossible there.
28441         Fix off-by-one typo that caused unnecessary reallocation.
28442
28443 2001-11-27  Jim Meyering  <meyering@lucent.com>
28444
28445         * lib/tempname.c: Merge with version from libc.
28446         * lib/regex.c: Likewise.
28447
28448         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28449         systems for which STDC_HEADERS is 0, it was not included, resulting in
28450         a warning about an integer-to-pointer conversion problem with getenv.
28451         Reported by Volker Borchert.
28452
28453 2001-11-26  Jim Meyering  <meyering@lucent.com>
28454
28455         * lib/gtod.h: Remove file.
28456         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28457         * lib/gettimeofday.c: Don't include gtod.h.
28458         (GTOD_init): Remove function.
28459         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28460         Suggestion from Volker Borchert.
28461
28462 2001-11-23  Jim Meyering  <meyering@lucent.com>
28463
28464         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28465         it.
28466         * lib/hash.c (struct hash_table): Define it here instead.
28467
28468 2001-11-22  Jim Meyering  <meyering@lucent.com>
28469
28470         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28471
28472 2001-11-20  Jim Meyering  <meyering@lucent.com>
28473
28474         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28475         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28476
28477 2001-11-19  Jim Meyering  <meyering@lucent.com>
28478
28479         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28480         directory.  Use "conftestXXXXXX" as the template.
28481         Suggestion from Paul Eggert.
28482
28483         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28484         immediately, so the test doesn't mistakenly hit the max-open-files
28485         limit.
28486
28487 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28488
28489         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28490         (TEMPORARIES): New macro.
28491         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28492         removes an artificial limitation (e.g. HP-UX 10.20, where
28493         TMP_MAX is 17576).
28494
28495 2001-11-18  Jim Meyering  <meyering@lucent.com>
28496
28497         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28498
28499 2001-11-18  Jim Meyering  <meyering@lucent.com>
28500
28501         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28502         on SunOS 4.
28503
28504         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28505         files will be created before anything else.
28506
28507 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28508
28509         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28510         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28511
28512 2001-11-17  Jim Meyering  <meyering@lucent.com>
28513
28514         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28515         Prompted by a report from Bob Proulx.
28516
28517         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28518         Instead, require UTILS_FUNC_MKSTEMP.
28519
28520 2001-11-17  Jim Meyering  <meyering@lucent.com>
28521
28522         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28523         Now, that's done as part of AC_FUNC_STRTOD.
28524
28525 2001-11-17  Jim Meyering  <meyering@lucent.com>
28526
28527         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28528         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28529         rather than group writable.  Patch by Juan F. Codagnone.
28530
28531         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28532         xrealloc, Instead, include "xalloc.h".
28533
28534         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28535         Remove explicit declarations of xmalloc, xrealloc,
28536         and xstrdup.  Instead, include "xalloc.h".
28537
28538         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28539         unlocked-io.h.
28540         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28541         Likewise.
28542         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28543
28544         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28545         Reported by Padraig Brady.
28546
28547         * lib/mkstemp.c: #undef mkstemp.
28548         Include config.h.
28549         (rpl_mkstemp): Rename from mkstemp.
28550         Protoize.
28551
28552 2001-11-16  Jim Meyering  <meyering@lucent.com>
28553
28554         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28555         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28556         determine the amount of total physical memory, use pstat_getstatic.
28557         HPUX-11 doesn't define _SC_PHYS_PAGES.
28558         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28559         If sysconf couldn't be used to determine the amount of available
28560         physical memory, use both pstat_getstatic and pstat_getdynamic.
28561         Based on a patch from Bob Proulx.
28562
28563 2001-11-10  Jim Meyering  <meyering@lucent.com>
28564
28565         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28566         (jm_PREREQ): Use it.
28567
28568 2001-11-09  Jim Meyering  <meyering@lucent.com>
28569
28570         * m4/jm-macros.m4: Require autoconf-2.52f.
28571         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28572         Use these AC_-prefixed names, not the AM_-prefixed ones.
28573
28574         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28575
28576 2001-11-05  Jim Meyering  <meyering@lucent.com>
28577
28578         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28579
28580 2001-11-04  Jim Meyering  <meyering@lucent.com>
28581
28582         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28583         $DEFS.
28584
28585 2001-11-03  Jim Meyering  <meyering@lucent.com>
28586
28587         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28588         of AC_DEFUN.
28589
28590         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28591         know the name of the variable in the macro definition.
28592
28593 2001-11-03  Jim Meyering  <meyering@lucent.com>
28594
28595         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28596         in argmatch_to_argument call.
28597
28598         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28599         argument.
28600
28601         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28602         e.g., a fault due to an attempt to free a NULL pointer.
28603
28604 2001-11-01  Jim Meyering  <meyering@lucent.com>
28605
28606         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28607         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28608
28609 2001-11-01  Jim Meyering  <meyering@lucent.com>
28610
28611         * lib/dirfd.c, lib/dirfd.h: New files.
28612         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28613
28614         * lib/hash.c (hash_print) [TESTING]: Clean up.
28615
28616 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28617
28618         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28619         to avoid a warning if -Wall.
28620
28621 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28622
28623         * README: New file
28624         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28625         (per RMS's instructions, this is now the canonical source)
28626         * lgpl/, gpl/: New directories.
28627
28628 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28629
28630         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28631
28632 2001-10-21  Jim Meyering  <meyering@lucent.com>
28633
28634         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28635         this code would end up calling gettext even in packages built
28636         with --disable-nls.
28637         * lib/getopt.c (_): Likewise.
28638         * lib/regex.c (_): Likewise.
28639
28640 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28641
28642         * m4/error.m4 (jm_PREREQ_ERROR):
28643         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28644         AC_FUNC_STRERROR_R does that.
28645         Check for strerror declaration.
28646
28647         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28648         are supposed to have them these days.
28649         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28650         Merge changes from latest Autoconf CVS.
28651         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28652         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28653         POSIX decided to standardize on the int flavor of strerror_r.
28654
28655 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28656
28657         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28658         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28659         Use strerror_r that is only a macro, even if it is not a function.
28660         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28661         (private_strerror): Use prototypes, not old-style function definition.
28662         (print_errno_message): New function.
28663         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28664         char*-flavored one.
28665         (error_tail, error, error_at_line): Use it.
28666
28667 2001-10-11  Jim Meyering  <meyering@lucent.com>
28668
28669         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28670         and quote_n (1, ... to avoid clobbering a buffer.
28671
28672 2001-10-05  Jim Meyering  <meyering@lucent.com>
28673
28674         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28675         hash-pjw.h.
28676         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28677         * lib/hash-pjw.h: New file.
28678
28679 2001-09-30  Jim Meyering  <meyering@lucent.com>
28680
28681         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28682         `struct fsstat' has the `f_fstypename' member.
28683         Use that to define FS_TYPE, which is now used to make
28684         the getfsstat link test tighter.
28685
28686 2001-09-30  Jim Meyering  <meyering@lucent.com>
28687
28688         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28689         Include <sys/ucred.h>, for Apple Darwin.
28690         Include sys/mount.h and sys/fs_types.h only if available.
28691         (FS_TYPE): Define.
28692         (read_filesystem_list): Use FS_TYPE.
28693
28694 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28695
28696         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28697         a boolean context.
28698
28699 2001-09-29  Jim Meyering  <meyering@lucent.com>
28700
28701         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28702         [one-argument getmntent function]): Include stdio.h before mntent.h.
28703         SunOS 4.1.x needs it for the declaration of `FILE'.
28704         Patch by Volker Borchert.
28705
28706         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28707         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28708         sys/fs_types.h, and make the link-test for getfsstat guard #include
28709         directives with appropriate #if HAVE_*_H tests so that we can
28710         detect getfsstat on Apple Darwin1.3.7 systems.
28711         Reported by Nelson Beebe.
28712         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28713
28714 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28715
28716         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28717         #defines strtoimax.  Also treat the other strto* functions
28718         like strtoimax.
28719
28720         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28721         Check for strtoul and strtoumax,
28722         as those declarations are made even in the signed case.
28723         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28724         Likewise, for strtol and strtoimax.
28725
28726 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28727
28728         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28729         #defines strtoimax.  Also treat the other strto* functions
28730         like strtoimax.
28731
28732         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28733         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28734         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28735
28736 2001-09-26  Jim Meyering  <meyering@lucent.com>
28737
28738         Most macros in unlocked-io.h had the wrong number of arguments.
28739         * lib/gen-uio: New script.
28740         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28741         * lib/unlocked-io.hin: Remove file.
28742         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28743         rather than trying to embed it here.
28744         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28745         Reported by Padraig Brady.
28746
28747 2001-09-25  Volker Borchert  <bt@teknon.de>
28748
28749         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28750         `result'.
28751
28752 2001-09-24  Jim Meyering  <meyering@lucent.com>
28753
28754         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28755
28756 2001-09-23  Jim Meyering  <meyering@lucent.com>
28757
28758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28759         instead of the mere test for existence of mntent.h.  The latter
28760         would get a false-positive on AIX 3.4 systems.
28761         In the outer getmntent if-block, don't die if neither of the getmntent
28762         tests succeeds.  Instead, just fall through and continue with the
28763         remaining tests.
28764
28765 2001-09-23  Jim Meyering  <meyering@lucent.com>
28766
28767         * lib/mountlist.c: Remove useless parentheses in #if directives.
28768         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28769         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28770
28771 2001-09-22  Jim Meyering  <meyering@lucent.com>
28772
28773         * m4/gettext.m4: New file.  From gettext.
28774         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28775         * m4/progtest.m4: Likewise
28776         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28777         * m4/glibc21.m4: Likewise.
28778
28779         * m4/libintl.m4: Remove.  No longer used.
28780
28781 2001-09-22  Jim Meyering  <meyering@lucent.com>
28782
28783         * lib/localcharset.c: Update from latest gettext.
28784         * lib/config.charset: Likewise.
28785
28786 2001-09-20  Jim Meyering  <meyering@lucent.com>
28787
28788         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28789         strtoimax.
28790         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28791         strtoumax.
28792
28793 2001-09-20  Jim Meyering  <meyering@lucent.com>
28794
28795         * lib/xstrtol.c (strtoimax): Guard declaration with
28796         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28797         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28798         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28799         (strtoumax): Likewise, for completeness (it wasn't necessary).
28800
28801 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28802
28803         * lib/strtoimax.c (HAVE_LONG_LONG):
28804         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28805         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28806         to work around bug in IBM C compiler.
28807
28808 2001-09-17  Jim Meyering  <meyering@lucent.com>
28809
28810         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28811         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28812         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28813         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28814         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28815         whenever the right hand side need not be expanded by the shell.
28816
28817 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28818
28819         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28820         library.  It's not correct, as some older glibcs are buggy.
28821         fnmatch wasn't fixed until glibc 2.2.
28822
28823         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28824         special shell magic here.
28825
28826 2001-09-16  Jim Meyering  <meyering@lucent.com>
28827
28828         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28829         * m4/jm-macros.m4: Require it.
28830
28831 2001-09-16  Jim Meyering  <meyering@lucent.com>
28832
28833         * lib/mkdir.c: New file.
28834
28835 2001-09-15  Jim Meyering  <meyering@lucent.com>
28836
28837         * m4/jm-macros.m4: Check for help2man.
28838
28839 2001-09-11  Jim Meyering  <meyering@lucent.com>
28840
28841         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28842         The body, by Paul Eggert, was moved here from configure.in.
28843         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28844
28845 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28846
28847         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28848         (jm_PREREQ): Use it.
28849
28850 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28851
28852         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28853         Use ssize_t, not int, to store result of readlink.
28854         Check for ssize_t overflow as well as size_t overflow,
28855         as POSIX says the result of readlink is implementation-defined
28856         when ssize_t overflows.
28857         Remove unnecessary cast to char*.
28858         Use free+malloc instead of realloc, as the storage doesn't need
28859         to be preserved and it's clearer and can be more efficient that way.
28860         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28861         * lib/xreadlink.h (xreadlink): Update prototype.
28862
28863 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28864
28865         * lib/xgetcwd.c: Revert some of the previous change; intead,
28866         fix the HAVE_GETCWD_NULL code to behave more like the
28867         !HAVE_GETCWD_NULL code used to.
28868
28869         Include "xalloc.h".
28870         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28871         invoke xalloc_die.
28872
28873 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28874
28875         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28876         sys/param.h, as pathmax.h includes them.
28877
28878 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28879
28880         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28881         (jm_PREREQ_XGETCWD): New macro.
28882
28883         * m4/getcwd.m4: New file.
28884
28885 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28886
28887         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28888         like the HAVE_GETCWD_NULL code.
28889         Include pathmax.h if not HAVE_GETCWD.
28890         Do not include xalloc.h.
28891         (INITIAL_BUFFER_SIZE): New symbol.
28892         Do not use xmalloc / xrealloc, since the caller is responsible for
28893         handling errors.  Preserve errno around `free' during failure.
28894         Do not overrun buffer when using getwd.
28895
28896 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28897
28898         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28899         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28900         getcwd (NULL, 0).
28901
28902 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28903
28904         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28905         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28906         spotted by Jim Meyering.
28907
28908 2001-09-03  Jim Meyering  <meyering@lucent.com>
28909
28910         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
28911         failure.
28912
28913 2001-09-02  Jim Meyering  <meyering@lucent.com>
28914
28915         * lib/error.c: Update from GNU libc.
28916
28917 2001-09-01  Jim Meyering  <meyering@lucent.com>
28918
28919         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
28920         Used by df.
28921
28922 2001-09-01  Jim Meyering  <meyering@lucent.com>
28923
28924         * lib/xreadlink.c: New file.
28925         * lib/xreadlink.h: New file.
28926         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
28927         xreadlink.h.
28928
28929         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
28930         doesn't conflict with sparc Solaris 7's definition in
28931         /usr/include/sys/int_types.h.
28932
28933         * lib/exclude.c: Use `""', not `<>' to #include non-system header
28934         files.
28935         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
28936         and strncasecmp as r-values.  Unixware didn't have declarations.
28937
28938 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28939
28940         * lib/xstrtol.h: Add copyright notice.
28941         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
28942         LONGINT_INVALID_SUFFIX_CHAR.
28943
28944 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28945
28946         * lib/xstrtol.c (strtoimax): New decl.
28947
28948 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28949
28950         * lib/xgetcwd.c: Don't include pathmax.h.
28951         Include stdlib.h and unistd.h if available.
28952         Include xalloc.h.
28953         (xmalloc, xstrdup, free): Remove decls.
28954         (xgetcwd): Don't assume sizes fit in unsigned.
28955         Check for overflow when computing sizes.
28956         Simplify reallocation code.
28957
28958 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28959
28960         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
28961         a directory's st_size can have an arbitrary value, so the old
28962         usage could waste an arbitrary amount of memory.  All uses
28963         changed.
28964         * lib/savedir.h: Update prototype.
28965
28966 2001-08-31  Paul Eggert  <eggert@twinsun.com>
28967
28968         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
28969
28970         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
28971         old strtoimax.c.
28972
28973         Also, make the following further changes to make this file's
28974         configuration more similar to that of strtol.c:
28975         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
28976         (strtoumax, uintmax_t, strtoull, strtol): Remove.
28977         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
28978         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
28979         changed to signed values.
28980
28981         And make the following changes as well:
28982         Fix copyright notice, as 1999 was missing.
28983         (verify): New macro.
28984         (strtoimax): Check sizes at compile-time, not run-time.
28985         Prefer strtol to strtoll if both work.
28986         (main): Remove; it was not that useful and was a pain to maintain.
28987
28988         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
28989
28990 2001-08-31  Jim Meyering  <meyering@lucent.com>
28991
28992         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
28993         Use an initial, malloc'd, buffer of length 128 rather than
28994         a statically allocated one of length 1024.
28995
28996 2001-08-30  Paul Eggert  <eggert@twinsun.com>
28997
28998         Simplify code, partly by assuming autoconf 2.52 semantics.
28999
29000         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29001
29002         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29003         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29004         All uses removed.
29005         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29006         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29007         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29008         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29009         jm_AC_HEADER_INTTYPES_H.
29010         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29011
29012         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29013
29014         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29015         Quote first arg of AC_DEFUN.
29016         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29017         since they are needed to parse the include file even if we need
29018         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29019         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29020         but with opposite signedness.
29021
29022 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29023
29024         Merge 'exclude' changes from tar 1.13.22.
29025         This fixes one or two unlikely storage allocation overflow bugs,
29026         but doesn't change user-visible behavior otherwise.
29027
29028 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29029
29030         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29031         (jm_PREREQ_EXCLUDE): New macro.
29032
29033 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29034
29035         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29036         tm to be declared.
29037
29038 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29039
29040         * lib/hash.c: Remove '2001' from copyright notice.
29041
29042 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29043
29044         * lib/full-write.h: New file.
29045         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29046         * lib/full-write.c: Correct credits, as cccp.c no longer
29047         exists and anyway it was so heavily changed from the old cccp
29048         code as to be unrecognizable.  Include full-write.h.
29049         (full_write) Return size_t, with short writes meaning failure.
29050         All callers changed.  This fixes a bug with large buffers
29051         on 64-bit hosts.
29052         * lib/utime.c: Include full-write.h.
29053
29054 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29055
29056         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29057         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29058         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29059         Include if available.
29060         (<xalloc.h>): Include
29061         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29062         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29063         collide with FNM macros.
29064         (struct patopts): New struct.
29065         (struct exclude): Use it, as exclude patterns now come with options.
29066         (new_exclude): Support above changes.
29067         (new_exclude, add_exclude_file):
29068         Initial size must now be a power of two to simplify overflow checking.
29069         (free_exclude, fnmatch_no_wildcards): New function.
29070         (excluded_filename): No longer requires options arg, as the options
29071         are determined by add_exclude.  Now returns bool, not int.
29072         (excluded_filename, add_exclude):
29073         Add support for the fancy new exclusion options.
29074         (add_exclude, add_exclude_file): Now takes int options arg.
29075         Check for arithmetic overflow when computing sizes.
29076         (add_exclude_file): xrealloc might modify errno, so don't
29077         realloc until after errno might be used.
29078
29079         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29080         New macros.
29081         (free_exclude): New decl.
29082         (add_exclude, add_exclude_file): Now takes int options arg.
29083         (excluded_filename): No longer requires options arg, as the options
29084         are determined by add_exclude.  Now returns bool, not int.
29085
29086 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29087
29088         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29089
29090 2001-08-27  Jim Meyering  <meyering@lucent.com>
29091
29092         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29093
29094         * lib/version-etc.c (N_): Remove definition.
29095         Revert most of last change.
29096         Instead, simply don't mark the `Copyright...' string for translation.
29097         Based on advice from Paul Eggert.
29098
29099         * lib/strtoxmax.c: Tweak comment.
29100
29101 2001-08-26  Jim Meyering  <meyering@lucent.com>
29102
29103         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29104
29105         * m4/xstrtoimax.m4: New file.
29106         * m4/xstrtoumax.m4: Add comments explaining why we
29107         AC_REPLACE_FUNCS(strtol).
29108
29109 2001-08-26  Jim Meyering  <meyering@lucent.com>
29110
29111         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29112         of copyright with `%s' so translators don't get an untranslated
29113         message in 2002.
29114         (COPYRIGHT_YEAR): Define.
29115         (version_etc): Use fprintf rather than fputs.
29116         Suggestion from Ulrich Drepper.
29117
29118         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29119
29120         * lib/strtoll.c: New file, from GNU libc.
29121         * lib/xstrtoimax.c: New file.
29122
29123         * lib/xstrtol.h: Add xstrtoimax.
29124         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29125         * lib/strtoimax.c: New file.  Likewise, but first define
29126         STRTOUXMAX_SIGNED.
29127
29128         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29129         ...
29130         * lib/strtoxmax.c: ... then renamed to this.
29131
29132 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29133
29134         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29135         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29136         (jm_AC_TYPE_INTMAX_T): New macro.
29137         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29138
29139         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29140
29141         * m4/longlong.m4: Renamed from ulonglong.m4.
29142         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29143         * m4/uintmax_t.m4: Removed.
29144
29145 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29146
29147         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29148         Port to Solaris 8, where 'sed' requires a space after the 'r'
29149         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29150         Redirect output to $tmp just once.
29151
29152 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29153
29154         * lib/addext.c (<errno.h>): Include.
29155         (errno): Declare if not defined.
29156         (addext): Work correctly when pathconf returns -1 and leaves
29157         errno alone because there is no limit.  Also, work even if
29158         pathconf returns a value greater than SIZE_MAX.
29159
29160 2001-08-12  Jim Meyering  <meyering@lucent.com>
29161
29162         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29163         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29164         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29165         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29166         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29167         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29168         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29169         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29170         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29171         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29172         utime.m4, utimes.m4, xstrtoumax.m4:
29173         Quote the first argument in each use of AC_DEFUN.
29174
29175 2001-08-12  Jim Meyering  <meyering@lucent.com>
29176
29177         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29178         Simply `return getcwd (NULL, 0);'.
29179         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29180         Use 1300 as initial value for length, not PATH_MAX.
29181
29182         * lib/pathmax.h: Clean up cpp syntax.
29183
29184 2001-08-12  Jim Meyering  <meyering@lucent.com>
29185
29186         * lib/gettimeofday.c: New file.
29187         * lib/gtod.h: New file.
29188         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29189
29190 2001-08-05  Jim Meyering  <meyering@lucent.com>
29191
29192         * m4/jm-macros.m4: Require autoconf-2.52.
29193
29194 2001-08-04  Jim Meyering  <meyering@lucent.com>
29195
29196         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29197         stmt, to get in sync with glibc.
29198
29199 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29200
29201         The following changes are from gettext 0.10.39 as maintained by
29202         Bruno Haible.
29203
29204         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29205         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29206         with inverted sense.  All uses changed.
29207
29208         * lib/mbswidth.c: Don't include <limits.h>.
29209         Include <stdlib.h> and <string.h> unconditionally.
29210         (iswcntrl, mbsinit, ISCNTRL): New macros.
29211         (mbsnwidth): Use K&R style function declarations.
29212         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29213         can optimize it when MB_CUR_MAX == 1.
29214         The width of control characters is zero, not 1.
29215
29216 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29217
29218         The following changes are from gettext 0.10.39 as maintained by
29219         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29220
29221         * m4/codeset.m4: Upgrade to serial AM1.
29222         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29223         all uses changed.  Quote first arg of AC_DEFUN.
29224         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29225
29226         * m4/iconv.m4: Upgrade to serial AM2.
29227         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29228         Add --with-libconv-prefix.
29229         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29230         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29231         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29232         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29233         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29234
29235         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29236         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29237         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29238         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29239         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29240         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29241         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29242         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29243         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29244
29245         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29246         string.h any more.
29247
29248         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29249         not the default value.
29250
29251         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29252         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29253         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29254         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29255         Also check for iswcntrl, used for wcwidth fallback.
29256         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29257         to Autoconf 2.13.
29258
29259 2001-08-03  Jim Meyering  <meyering@lucent.com>
29260
29261         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29262         as it was in the original.  Reported by Paul Eggert.
29263
29264 2001-07-16  Jim Meyering  <meyering@lucent.com>
29265
29266         * m4/gettimeofday.m4: New file.
29267         Prompted by a report from Bernhard Baehr.
29268
29269 2001-07-15  Jim Meyering  <meyering@lucent.com>
29270
29271         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29272         stuff. Now it's in ../Makefile.cfg.
29273
29274 2001-07-15  Jim Meyering  <meyering@lucent.com>
29275
29276         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29277         (BUILT_SOURCES): Add unlocked-io.h.
29278         (io_functions): Define.
29279         (unlocked-io.h): New rule.
29280         (DISTCLEANFILES): Add unlocked-io.h.
29281         (all-local): Depend on unlocked-io.h, to ensure it is created.
29282
29283         * lib/unlocked-io.hin: New file
29284
29285         * lib/regex.c: Update from glibc.
29286
29287 2001-07-05  Jim Meyering  <meyering@lucent.com>
29288
29289         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29290         recommendation.
29291         (libfetish_a_SOURCES): Put all .h files here instead.
29292         Remove a thus-exposed (better checks in automake) duplicate and
29293         two unnecessary .h files.
29294
29295 2001-07-04  Jim Meyering  <meyering@lucent.com>
29296
29297         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29298         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29299         distcheck failure.
29300
29301 2001-07-02  Jim Meyering  <meyering@lucent.com>
29302
29303         The following changes were prompted by suggestions from Bruno Haible.
29304
29305         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29306         is now generated.
29307         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29308         definition of EXTRA_DIST.
29309         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29310         ensure that the generated file is created/updated whenever the list
29311         of $(unlocked_functions) is changed.
29312         (jm-glibc-io.m4): New rule.
29313         (unlocked-io.h): New rule -- currently unused.
29314
29315 2001-06-24  Jim Meyering  <meyering@lucent.com>
29316
29317         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29318         unmatched right bracket, rather than kludging it with an extra,
29319         falsely-matching quote in a comment.  Patch by Akim Demaille.
29320
29321 2001-06-11  Jim Meyering  <meyering@lucent.com>
29322
29323         * lib/regex.c: Update from GNU libc.
29324
29325 2001-05-27  Jim Meyering  <meyering@lucent.com>
29326
29327         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29328         Check for ut_type in struct utmp.
29329
29330 2001-05-27  Jim Meyering  <meyering@lucent.com>
29331
29332         * lib/readutmp.h (UT_TYPE): Define.
29333
29334 2001-05-24  Jim Meyering  <meyering@lucent.com>
29335
29336         * lib/argmatch.c: Include "quote.h".
29337         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29338         quote function.  Reported by Göran Uddeborg.
29339
29340 2001-05-22  Jim Meyering  <meyering@lucent.com>
29341
29342         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29343         now that we use the package-supplied version unconditionally.
29344         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29345
29346 2001-05-21  Jim Meyering  <meyering@lucent.com>
29347
29348         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29349         shell syntax errors.
29350
29351 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29352
29353         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29354
29355 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29356
29357         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29358         Don't bother to check library strftime, since
29359         we'll be using our own my_strftime function anyway.
29360         Define my_strftime instead of strftime.
29361
29362 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29363
29364         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29365         which is not yet declared.
29366
29367 2001-05-15  Jim Meyering  <meyering@lucent.com>
29368
29369         * m4/regex.m4: Use proper quoting so brackets appear in the test
29370         program.
29371         Reported by, and with help from, Bruno Haible.
29372
29373 2001-05-13  Jim Meyering  <meyering@lucent.com>
29374
29375         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29376         undefined.
29377
29378 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29379
29380         dirname code cleanup.  base_name now behaves more compatibly
29381         with POSIX basename when given file names that have trailing
29382         slashes, and similarly for dir_name.  Add new primitives
29383         base_len and dir_len.  Put the directory-name-related decls
29384         into dirname.h.
29385
29386         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29387         * lib/backupfile.c (base_name): Likewise.
29388         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29389         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29390         * lib/makepath.c (strip_trailing_slashes): Likewise.
29391         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29392         ISSLASH): Likewise.
29393         * lib/rename.c (strip_trailing_slashes): Likewise.
29394         * lib/same.c (base_name): Likewise.
29395         * lib/stripslash.c (ISSLASH): Likewise.
29396
29397         * lib/addext.c: Include <dirname.h> after size_t is defined.
29398         * lib/backupfile.c: Likewise.
29399
29400         * lib/addext.c (addext): Use base_len to trim redundant
29401         trailing slashes instead of doing it ourselves.
29402         But do not trim the last slash if it is not redundant.
29403
29404         * lib/backupfile.c (find_backup_file_name,
29405         max_backup_version): Use base_len instead of rolling it ourselves.
29406         Handle the case of "" and (on DOS) "C:" correctly.
29407
29408         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29409         needed. Include <string.h>, <dirname.h>.
29410         (base_name): Allow file names ending in slashes, other than names
29411         that are all slashes.  In this case, return the basename followed
29412         by the slashes.  This is more general, and can be used in places
29413         where the original base_name purposely had an assertion failure.
29414         (base_len): New function.
29415
29416         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29417         Do not include <assert.h>; no longer needed.
29418         Include xalloc.h.
29419         (memrchr): Remove decl.
29420         (dir_name_r): Remove.
29421         (dir_len): Renamed from dirlen.  All callers changed.
29422         Rewrite in terms of base_name, for simplicity and consistency.
29423         (dir_name): Never return NULL.  All callers changed.
29424         Do not include <stdlib.h> in test program; no longer needed.
29425         return 0; is fine for test program.
29426
29427         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29428         New macros.
29429         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29430
29431         * lib/path-concat.c (path_concat): Use base_len to compute
29432         base length, not strlen; this means we cannot rely on memcpy
29433         to null-terminate.
29434
29435         * lib/same.c (STREQ): Remove.
29436         (same_name): Handle the case where the basename ends in trailing '/'.
29437
29438         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29439         a slash was stripped.  Do not strip the last slash after a
29440         file system prefix.
29441
29442 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29443
29444         * lib/Makefile.am (libfetish_a_SOURCES):
29445         Add strftime.c, since we now compile it on all hosts.
29446
29447         * lib/strftime.c (my_strftime):
29448         Define to nstrftime if emacs, but only if my_strftime is not defined.
29449         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29450         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29451         Add one more extra argument: a nanoseconds value.
29452         All uses changed.
29453         (ns): New macro.
29454         (my_strftime function): Add %N format.
29455         (emacs_strftimeu): Renamed from emacs_strftime,
29456         with extra ut argument.
29457
29458 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29459
29460         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29461
29462 2001-04-21  Jim Meyering  <meyering@lucent.com>
29463
29464         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29465         doesn't interfere.
29466
29467 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29468
29469         * m4/ftruncate.m4: Check for chsize.
29470         Link with ftruncate.o unconditionally if ftruncate is missing.
29471         This was required when cross-compiling to i586-mingw32msvc.
29472
29473 2001-04-08  Jim Meyering  <meyering@lucent.com>
29474
29475         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29476         recomputed; that's necessary when the offset spans a DST transition.
29477         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29478
29479 2001-04-02  Jim Meyering  <meyering@lucent.com>
29480
29481         * lib/regex.h, regex.c: Update from GNU libc.
29482
29483 2001-03-24  Jim Meyering  <meyering@lucent.com>
29484
29485         * m4/jm-macros.m4: Require autoconf-2.49d.
29486
29487 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29488
29489         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29490
29491 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29492
29493         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29494
29495 2001-03-17  Jim Meyering  <meyering@lucent.com>
29496
29497         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29498         now that the version in autoconf is equivalent.
29499         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29500
29501         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29502         Suggestion from Akim Demaille.
29503
29504         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29505         (jm_PREREQ_TEMPNAME): New function.
29506
29507 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29508
29509         * lib/tempname.c (uint64_t): Define to uintmax_t if
29510         not defined, and if UINT64_MAX is not defined.
29511         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29512         Reported by John David Anglin.
29513
29514 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29515
29516         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29517         resolve alias if codeset is empty.
29518         * lib/config.charset (BeOS): Use wildcard syntax.
29519
29520 2001-03-13  Jim Meyering  <meyering@lucent.com>
29521
29522         * lib/path-concat.c (path_concat)
29523         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29524         concatenating e.g., `C:' and `foo'.
29525         From Bruno Haible.
29526
29527 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29528
29529         * lib/localcharset.c (locale_charset): Don't use
29530         setlocale(LC_CTYPE,NULL). Don't return NULL.
29531         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29532
29533 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29534
29535         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29536         support for DOS/DJGPP.
29537
29538 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29539
29540         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29541         lacks mkstemp.  Compile our own tempname.c if we compile our own
29542         mkstemp.c, as mkstemp relies on tempname.
29543
29544 2001-03-01  Jim Meyering  <meyering@lucent.com>
29545
29546         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29547         AH_VERBATIM really does output its argument verbatim.
29548
29549 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29550
29551         * lib/Makefile.am (libfetish_a_SOURCES):
29552         Add dup-safer.c, fopen-safer.c.
29553         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29554
29555         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29556         * lib/unistd-safer.h: New files.
29557
29558 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29559
29560         The mkstemp replacement is taken from glibc 2.2.2, with some
29561         portability fixes for use outside glibc, as follows:
29562
29563         * lib/tempname.c (struct_stat64): New macro.
29564         (direxists, __gen_tempname): Use it.
29565         This avoids a portability problem with Solaris 8.
29566
29567         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29568         (<stddef.h>, <stdint.h>, <string.h>):
29569         Include only if STDC_HEADERS || _LIBC.
29570         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29571         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29572         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29573         (__set_errno): Define this macro if <errno.h> doesn't.
29574         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29575         Define these macros if <stdio.h> doesn't.
29576         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29577         Define these macros if <sys/stat.h>
29578         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29579         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29580         __xstat64): Define if not _LIBC.
29581         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29582         (__gen_tempname): Invoke gettimeofday only if
29583         HAVE_GETTIMEOFDAY || _LIBC;
29584         otherwise, fall back on plain "time".
29585         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29586
29587         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29588
29589         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29590
29591 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29592
29593         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29594
29595 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29596
29597         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29598         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29599         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29600         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29601
29602 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29603
29604         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29605         Remove workaround macros for hosts that have mbrtowc but not
29606         mbstate_t, as we now insist on proper declarations for both
29607         before using mbrtowc.
29608
29609 2001-02-17  Jim Meyering  <meyering@lucent.com>
29610
29611         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29612         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29613         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29614         UnixWare 7.1.1.
29615
29616         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29617         rather than AC_CACHE_VAL.
29618
29619 2001-02-17  Jim Meyering  <meyering@lucent.com>
29620
29621         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29622         around included file name.
29623
29624         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29625
29626         * lib/strftime.c: Update from GNU libc (the only changes were to
29627         comments).
29628
29629 2001-02-17  Jim Meyering  <meyering@lucent.com>
29630
29631         * lib/regex.c: Update from libc.
29632
29633 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29634
29635         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29636         clash.
29637
29638 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29639
29640         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29641         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29642         Reported by Mark Hounschell via Paul Eggert.
29643
29644 2001-02-07  Jim Meyering  <meyering@lucent.com>
29645
29646         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29647
29648 2001-02-05  Jim Meyering  <meyering@lucent.com>
29649
29650         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29651         it includes the patch required for `large file' support with at least
29652         HP-UX's 10.20 /bin/cc.
29653
29654 2001-02-03  Jim Meyering  <meyering@lucent.com>
29655
29656         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29657         AS_IF, now that it works once again (mysteriously).
29658         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29659
29660 2001-01-30  Jim Meyering  <meyering@lucent.com>
29661
29662         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29663         * m4/chown.m4: Rename conftestchown to conftest.chown.
29664         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29665         s/conftestdir2/conftest.d2/.
29666         * m4/utimes.m4: s/conftestdata/conftest.data/
29667         Inspired by Pavel Roskin's change in autoconf.
29668
29669 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29670
29671         * lib/config.charset: Update for FreeBSD 4.2.
29672
29673 2001-01-27  Jim Meyering  <meyering@lucent.com>
29674
29675         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29676         a use of AS_IF.
29677         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29678
29679 2001-01-26  Jim Meyering  <meyering@lucent.com>
29680
29681         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29682         quotearg.c includes it.
29683
29684 2001-01-26  Jim Meyering  <meyering@lucent.com>
29685
29686         * lib/quotearg.c: Include stddef.h.
29687         * lib/quote.c: Include stddef.h.
29688         Reported by Axel Kittenberger.
29689
29690         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29691         line in double quotes so that it evokes a better diagnostic.
29692         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29693         Reported by Axel Kittenberger.
29694
29695 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29696
29697         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29698         as if it was a `charset'.
29699
29700 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29701
29702         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29703         has const.
29704
29705 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29706
29707         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29708         to avoid a warning.  Add back 'const' to inptr.
29709
29710 2001-01-20  Jim Meyering  <meyering@lucent.com>
29711
29712         Be sure that headers are checked before used in code compiled
29713         for the type checks.
29714         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29715         In place of that, invoke jm_CHECK_ALL_TYPES.
29716         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29717         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29718         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29719         The check for ssize_t was mistakenly run before the test for unistd.h.
29720
29721         The configure-time check for stdbool.h was missing.
29722         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29723         (jm_PREREQ_HASH): New function.
29724
29725 2001-01-17  Jim Meyering  <meyering@lucent.com>
29726
29727         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29728         for autoconf-2.49c.
29729         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29730
29731 2001-01-16  Jim Meyering  <meyering@lucent.com>
29732
29733         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29734         From Bruno Haible.
29735
29736 2001-01-14  Jim Meyering  <meyering@lucent.com>
29737
29738         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29739         foo and bar.  Create conftestdir/ in the script, not in the C code.
29740         Remove directories in the script, not in the C code.
29741         Remove conftestdir{,2} before trying to create the directory.
29742         Make the entire configure script fail if the mkdir fails.
29743
29744 2001-01-14  Jim Meyering  <meyering@lucent.com>
29745
29746         * lib/rename.c: New file.  From Volker Borchert.
29747         Include stdlib.h, string.h or strings.h, and xalloc.h.
29748         Use strip_trailing_slashes rather than open-coding it.
29749
29750 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29751
29752         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29753
29754 2001-01-03  Jim Meyering  <meyering@lucent.com>
29755
29756         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29757         of local `inptr' to avoid warning with some system declarations of
29758         iconv.
29759
29760 2001-01-02  Volker Borchert  <bt@teknon.de>
29761
29762         * m4/rename.m4: New file.
29763         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29764
29765 2001-01-01  Jim Meyering  <meyering@lucent.com>
29766
29767         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29768         even on systems with utmpx.h.  It's necessary for the declaration of
29769         utmp's ut_user member.  Reported by Andreas Jaeger.
29770
29771         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29772         available. They are required for the declarations of getgrgid and
29773         getpwuid resp.
29774         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29775         Reported by Andreas Jaeger.
29776
29777 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29778
29779         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29780         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29781         so `make install' also works in VPATH builds.
29782
29783 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29784
29785         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29786         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29787         can be used in subdirectories.
29788
29789 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29790
29791         * lib/modechange.c: Do not assume that mode_t uses the
29792         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29793         the other-execute bit of FOO even if S_IXOTH != 1.
29794
29795         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29796         WOTH, XOTH, ALLM): New macros.
29797         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29798          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29799         Use them.
29800         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29801         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29802         (mode_compile):
29803         No need to use uintmax_t; unsigned long is long enough.
29804         Don't bother to get suffix since we don't use it.
29805
29806 2000-12-26  Jim Meyering  <meyering@lucent.com>
29807
29808         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29809         better with autoheader.
29810
29811 2000-12-24  Jim Meyering  <meyering@lucent.com>
29812
29813         * lib/hash.c (is_prime): Return explicit boolean values.
29814         (hash_get_first): Return NULL to appease Irix5.6's 89.
29815         Reported by Nelson Beebe.
29816
29817 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29818
29819         * lib/localcharset.c (locale_charset): Add support for Win32.
29820
29821 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29822
29823         * lib/physmem.h, lib/physmem.c: New files.
29824
29825         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29826         (noinst_HEADERS): Add physmem.h.
29827
29828         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29829         't' for compatibility with Solaris 8 sort.
29830
29831 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29832
29833         * lib/config.charset: Add support for BeOS.
29834
29835 2000-12-17  Jim Meyering  <meyering@lucent.com>
29836
29837         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29838         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29839
29840 2000-12-16  Jim Meyering  <meyering@lucent.com>
29841
29842         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29843         N and M) would have treated it like `chown N:N FILE'.
29844
29845         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29846
29847 2000-12-16  Jim Meyering  <meyering@lucent.com>
29848
29849         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29850         SHELLS_FILE to a file name that's useful on djgpp systems.
29851         Include stdlib.h.
29852         (ADDITIONAL_DEFAULT_SHELLS): Define.
29853         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29854         Based mostly on a patch from Prashant TR.
29855
29856 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29857
29858         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29859         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29860         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29861
29862 2000-12-08  Andreas Schwab  <schwab@suse.de>
29863
29864         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29865         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29866
29867 2000-12-07  Jim Meyering  <meyering@lucent.com>
29868
29869         * lib/stripslash.c (ISSLASH): Define.
29870         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29871         `/'.
29872         From Prashant TR.
29873
29874         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29875         (dir_name_r): Declare this function as static.
29876         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29877         manifest itself on a name containing a mix of slashes and
29878         backslashes.
29879         Make this function work with names starting with a DOS-style
29880         drive letter and colon prefix.
29881         (dir_name): Append `.' if necessary.
29882         Based mostly on patches from Prashant TR and Eli Zaretskii.
29883
29884         * lib/dirname.h (dir_name_r): Remove prototype.
29885
29886 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29887
29888         * m4/off_t-format.m4: Remove this file.
29889         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29890
29891 2000-12-06  Jim Meyering  <meyering@lucent.com>
29892
29893         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29894         replacement strtoull, we may well need the replacement strtoul, too.
29895         Check for declarations of strtoul and strtoull.
29896         Check for strtol.  Mainly as a cue to cause automake to include
29897         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29898         Check for limits.h -- strtol.c needs it.
29899
29900 2000-12-05  Jim Meyering  <meyering@lucent.com>
29901
29902         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29903
29904 2000-12-04  Jim Meyering  <meyering@lucent.com>
29905
29906         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29907         Also include memory.h, stdlib.h, unistd.h if appropriate.
29908         Reported by Andreas Jaeger (conflicting declaration of malloc).
29909
29910 2000-12-02  Jim Meyering  <meyering@lucent.com>
29911
29912         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
29913         * m4/jm-macros.m4 (jm_MACROS): require it.
29914
29915 2000-12-02  Jim Meyering  <meyering@lucent.com>
29916
29917         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
29918
29919 2000-12-01  Paul Eggert  <eggert@twinsun.com>
29920
29921         * lib/memrchr.c: Include <config.h> before any system include file.
29922
29923 2000-11-30  Jim Meyering  <meyering@lucent.com>
29924
29925         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
29926
29927 2000-11-30  Jim Meyering  <meyering@lucent.com>
29928
29929         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
29930
29931 2000-11-29  Paul Eggert  <eggert@twinsun.com>
29932
29933         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
29934
29935 2000-11-26  Jim Meyering  <meyering@lucent.com>
29936
29937         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
29938
29939 2000-11-22  Paul Eggert  <eggert@twinsun.com>
29940
29941         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
29942         size of (size_t) -1; it's not portable.
29943
29944 2000-11-17  Jim Meyering  <meyering@lucent.com>
29945
29946         * lib/strstr.c: Update from GNU libc.
29947
29948 2000-11-17  Akim Demaille  <akim@epita.fr>
29949
29950         * lib/obstack.h: Formatting changes.
29951         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
29952         prevent type checking.
29953         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
29954         cast the value to (void *): assigning a `foo *' to a `void *'
29955         variable is valid.
29956         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
29957
29958 2000-11-16  Jim Meyering  <meyering@lucent.com>
29959
29960         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
29961
29962 2000-11-11  Jim Meyering  <meyering@lucent.com>
29963
29964         * lib/error.c: Add a couple #includes, merging from GNU libc version.
29965
29966 2000-11-10  Jim Meyering  <meyering@lucent.com>
29967
29968         * lib/obstack.h: Update from GNU libc.
29969         * lib/obstack.c: Likewise.
29970
29971 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
29972
29973         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
29974
29975 2000-11-06  Paul Eggert  <eggert@twinsun.com>
29976
29977         * lib/getusershell.c (setusershell): Use rewind rather than
29978         fseek/fseeko, to avoid configuration hassles with fseeko.
29979         Don't bother opening SHELLS_FILE if shellstream is NULL;
29980         it's not necessary.
29981
29982 2000-11-05  Jim Meyering  <meyering@lucent.com>
29983
29984         * lib/makepath.h (make_dir): Declare.
29985         * lib/makepath.c (make_dir): Remove `static' attribute.
29986         Tweak a comment.
29987
29988 2000-11-04  Jim Meyering  <meyering@lucent.com>
29989
29990         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
29991
29992 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
29993
29994         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
29995         last one in a bucket, advance to the next bucket.
29996
29997 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
29998
29999         * lib/fnmatch.c: Do not comment out all the code if we are using
30000         the GNU C library, because in some cases we are replacing buggy
30001         code in the GNU C library itself.
30002
30003 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30004
30005         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30006         (regex_compile): Catch bogus \(\1\).
30007
30008 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30009
30010         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30011         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30012         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30013
30014 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30015
30016         * lib/error.h, getline.h, modechange.h:
30017         Remove "2000" from Copyright line, as the file hasn't been
30018         changed this year other than in the copyright notice.
30019
30020         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30021         was changed this year.
30022
30023 2000-10-29  Jim Meyering  <meyering@lucent.com>
30024
30025         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30026         renaming.
30027         * m4/ls-mntd-fs.m4: Likewise
30028
30029 2000-10-29  Jim Meyering  <meyering@lucent.com>
30030
30031         * lib/xstat.in: Fix grammar in comment.
30032
30033 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30034
30035         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30036         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30037         doesn't define __restrict_arr.
30038
30039 2000-10-28  Jim Meyering  <meyering@lucent.com>
30040
30041         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30042         (jm_PREREQ_MEMCHR): New function.
30043
30044 2000-10-28  Jim Meyering  <meyering@lucent.com>
30045
30046         * lib/memchr.c: Update from libc.
30047         Adjust for portability:
30048         [HAVE_STDLIB_H]: Include stdlib.h.
30049         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30050         Undef __memchr, too.
30051         [!weak_alias]: Define __memchr to memchr.
30052
30053         * lib/regex.c: Update from libc.
30054         * lib/regex.h: Likewise.
30055         * lib/getopt1.c: Likewise.
30056         * lib/memcmp.c: Likewise.
30057
30058         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30059         Avoid using fseek, when possible -- it's broken by design.
30060         Patch by Ulrich Drepper.
30061
30062 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30063
30064         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30065         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30066         Giving in to popular pressure to shut up the compiler with casts.
30067
30068 2000-10-26  Jim Meyering  <meyering@lucent.com>
30069
30070         * lib/strftime.c: Update from libc.
30071
30072 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30073
30074         * regex.c: More `unsigned char' -> `re_char' changes.
30075         Also change several `int' into `re_wchar_t'.
30076         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30077         (PUSH_FAILURE_POINTER): Don't cast any more.
30078         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30079         We want GCC to complain, since this piece of code makes
30080         re_match non-reentrant, which *should* be fixed.
30081         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30082         (EXTEND_BUFFER): Use RETALLOC.
30083         (SET_LIST_BIT): Don't cast.
30084         (re_wchar_t): New type.
30085         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30086         that those two functions will always properly return.
30087         (IMMEDIATE_QUIT_CHECK): Cast to void.
30088         (analyse_first): Use recursion rather than an explicit stack.
30089         (re_compile_fastmap): Can't fail anymore.
30090         (re_search_2): Don't check re_compile_fastmap for failure.
30091         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30092         Now also sets the new value (passed in a new argument).
30093         (re_match_2_internal): Use it.
30094         Also, use a new var `reg' of type size_t when looping through regs
30095         rather than reuse the inappropriate `mcnt'.
30096
30097 2000-10-25  Jim Meyering  <meyering@lucent.com>
30098
30099         * lib/obstack.c: Update from libc.
30100
30101 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30102
30103         * regex.c (regex_compile): Change the way of handling a range from
30104         a char less than 256 to a char not less than 256.
30105
30106 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30107
30108         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30109         NT-Emacs only.
30110         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30111         so that re_search functions only quit when callers expect them to.
30112
30113 2000-10-23  Jim Meyering  <meyering@lucent.com>
30114
30115         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30116         wrong.  That set_locale call must not have any side effects.
30117         From Paul Eggert.
30118
30119 2000-10-22  Jim Meyering  <meyering@lucent.com>
30120
30121         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30122         [CYCLIC]: Remove now-unused definition.
30123
30124         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30125         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30126         Suggestion from Ulrich Drepper.
30127
30128 2000-10-21  Jim Meyering  <meyering@lucent.com>
30129
30130         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30131         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30132         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30133
30134 2000-10-21  Jim Meyering  <meyering@lucent.com>
30135
30136         * lib/dirname.c (memrchr): Declare if necessary.
30137         (dir_name): Remove the restriction that there be no
30138         trailing slashes.  Now, this code skips past them, effectively
30139         ignoring them.
30140         [TEST_DIRNAME] (main): New unit tests.
30141
30142         * lib/memrchr.c: New file from GNU libc.
30143         Undef __memrchr, too.
30144         [!weak_alias]: Define __memrchr to memrchr.
30145         Guard weak_alias use with `#ifdef weak_alias'.
30146
30147 2000-10-21  Jim Meyering  <meyering@lucent.com>
30148
30149         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30150         (dir_name): Use dir_name_r.
30151         * lib/dirname.h (dir_name_r): Declare it.
30152
30153 2000-10-17  Jim Meyering  <meyering@lucent.com>
30154
30155         * lib/quote.h (PARAMS): Define and use.
30156         Reported by Akim Demaille.
30157
30158         * lib/getopt.c: Update from libc.
30159
30160 2000-10-16  Jim Meyering  <meyering@lucent.com>
30161
30162         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30163         setlocale.
30164         From Jan Fedak.
30165
30166 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30167
30168         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30169
30170 2000-09-25  Jim Meyering  <meyering@lucent.com>
30171
30172         * lib/md5.h (rol): Define (from GnuPG).
30173
30174         * lib/sha.c: Give credit (GnuPG) where due.
30175         (M): Use rol rather than open-coding it.
30176         Add a FIXME comment.
30177
30178 2000-09-21  Jim Meyering  <meyering@lucent.com>
30179
30180         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30181         Reported by Michael Stone.
30182
30183 2000-09-20  Jim Meyering  <meyering@lucent.com>
30184
30185         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30186         (noinst_HEADERS): Add sha.h.
30187         Based on code from Scott G. Miller and from GnuPG.
30188
30189 2000-09-18  Jim Meyering  <meyering@lucent.com>
30190
30191         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30192         LIBS. Otherwise, everyone ends up linking with -lelf for some
30193         configurations.
30194         Reported by Mike Stone.
30195
30196 2000-09-15  Jim Meyering  <meyering@lucent.com>
30197
30198         * lib/regex.c: Update from libc.
30199
30200 2000-09-10  Jim Meyering  <meyering@lucent.com>
30201
30202         * lib/getopt.c (_getopt_internal): Update from glibc.
30203
30204 2000-09-09  Jim Meyering  <meyering@lucent.com>
30205
30206         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30207         think it should be used as a general replacement for isascii.
30208         * lib/fnmatch.c: Likewise.
30209         * lib/mbswidth.c: Likewise
30210         * lib/regex.c: Likewise.
30211
30212         Don't use atoi.
30213         * lib/userspec.c: Include sys/param.h and limits.h.
30214         Include xstrtol.h.
30215         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30216         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30217         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30218         UID, GID.  Check range.
30219
30220 2000-09-06  Jim Meyering  <meyering@lucent.com>
30221
30222         * lib/getopt.c (_getopt_internal): Update from glibc.
30223
30224 2000-08-30  Jim Meyering  <meyering@lucent.com>
30225
30226         * lib/strftime.c: Merge in changes from GNU libc.
30227
30228 2000-08-26  Jim Meyering  <meyering@lucent.com>
30229
30230         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30231         * m4/fpending.m4: New file.
30232
30233 2000-08-26  Jim Meyering  <meyering@lucent.com>
30234
30235         * lib/closeout.c: Include "__fpending.h".
30236         (close_stdout_status): Return right away if there's nothing to flush.
30237
30238         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30239         * lib/__fpending.c: New file.
30240         * lib/__fpending.h: New file.
30241
30242 2000-08-20  Jim Meyering  <meyering@lucent.com>
30243
30244         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30245         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30246         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30247
30248 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30249
30250         Improve fileutils installation on systems where running
30251         programs (like install) can't be unlinked.
30252         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30253         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30254
30255 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30256
30257         Standardize on "memory exhausted" instead of "Memory exhausted"
30258         or "virtual memory exhausted".
30259         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30260         "virtual memory exhausted".
30261         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30262         our own message.
30263         * lib/userspec.c (parse_user_spec): Likewise.
30264         * lib/bumpalloc.h: comment fix
30265         * lib/same.c, userspec.c: Include xalloc.h.
30266
30267         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30268         not char *const and pointing to a constant array.
30269         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30270         (xrealloc): Comment fix.
30271
30272         * lib/userspec.c (parse_user_spec):
30273         Don't translate a message until just before returning,
30274         to avoid unnecessary translation.
30275
30276 2000-08-07  Jim Meyering  <meyering@lucent.com>
30277
30278         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30279         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30280         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30281         getgroups.c, gethostname.c, getopt.h, group-member.c,
30282         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30283         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30284         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30285         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30286         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30287         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30288         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30289         yesno.c: Back out Copyright date changes for each file with no change
30290         this year.  This eases coordination with other programs using the same
30291         source code modules.  From Paul Eggert.
30292
30293 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30294
30295         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30296         not char, for compatibility with glibc 2.1.3 strftime.c.
30297
30298 2000-08-03  Greg McGary  <greg@mcgary.org>
30299
30300         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30301         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30302         (EXTEND_BUFFER): Use them.
30303
30304 2000-08-01  Jim Meyering  <meyering@lucent.com>
30305
30306         * lib/dirname.c (ISSLASH): Define.
30307         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30308         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30309         both `\' and `/' may be use as path separators.
30310         Based on a patch from Prashant TR.
30311
30312 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30313
30314         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30315         slot vector a constant, since it might get modified.
30316
30317 2000-07-31  Jim Meyering  <meyering@lucent.com>
30318
30319         * lib/xmalloc.c: Use `virtual memory exhausted', not
30320         `Memory exhausted'.
30321         * lib/obstack.c (print_and_abort): Likewise.
30322
30323 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30324
30325         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30326         buffer, so that the caller can always quote one small
30327         component of a "memory exhausted" message in slot 0.
30328         From a suggestion by Jim Meyering.
30329
30330 2000-07-30  Jim Meyering  <meyering@lucent.com>
30331
30332         * lib/makepath.c (make_path): Quote the other instance, too.
30333
30334         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30335         (STATIC_BUF_SIZE): Define.
30336         (quotearg_n_options): Use only statically allocated storage when
30337         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30338         than STATIC_BUF_SIZE.
30339
30340 2000-07-29  Jim Meyering  <meyering@lucent.com>
30341
30342         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30343         * lib/dirname.c (dir_name): Likewise.
30344
30345         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30346         `/'.
30347
30348         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30349         (dir_name): Assert that there are no trailing slashes.
30350
30351 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30352
30353         * lib/mbswidth.h (mbswidth): Add a flags argument.
30354         (mbswidth): New declaration.
30355         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30356         * lib/mbswidth.c (mbswidth): Add a flags argument.
30357         (mbsnwidth): New function.
30358
30359 2000-07-24  Jim Meyering  <meyering@lucent.com>
30360
30361         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30362
30363 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30364
30365         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30366
30367 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30368
30369         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30370         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30371         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30372         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30373         invoke multibyte primitives.
30374
30375 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30376
30377         * lib/quotearg.c:
30378         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30379         so that mbstate_t is always defined.
30380
30381         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30382         be 1 in at least one GCC installation, and this configuration
30383         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30384         performance on hosts that have mbrtowc but have only unibyte
30385         locales, but I assume these hosts are rare.
30386
30387 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30388
30389         * lib/mbswidth.c (_XOPEN_SOURCE):
30390         Don't define; this causes problems on Solaris 7.
30391         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30392
30393 2000-07-23  Jim Meyering  <meyering@lucent.com>
30394
30395         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30396         too: getgrgid, getpwuid, getuid.
30397
30398 2000-07-23  Jim Meyering  <meyering@lucent.com>
30399
30400         * lib/basename.c (base_name): Add an assertion.
30401
30402 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30403
30404         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30405         shadow its mbsinit function.
30406
30407 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30408
30409         * lib/mbswidth.h: New file.
30410         * lib/mbswidth.c: New file.
30411         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30412         (noinst_HEADERS): Add mbswidth.h.
30413
30414 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30415
30416         * lib/config.charset: Add support for FreeBSD. Improve support for
30417         HP-UX and IRIX 6.
30418
30419 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30420
30421         * m4/mbswidth.m4: New file.
30422         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30423
30424 2000-07-15  Jim Meyering  <meyering@lucent.com>
30425
30426         * lib/makepath.c: Include quote.h.
30427         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30428         corresponding argument in a `quote (...)' call.
30429         Give better diagnostics.
30430
30431         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30432         (noinst_HEADERS): Add quote.h.
30433
30434         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30435         from tar's src/misc.c.
30436         * lib/quote.h: New file.  Prototypes for same.
30437
30438 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30439
30440         From a suggestion by Bruno Haible.
30441         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30442         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30443         to decide whether to define the BeOS workaround macro;
30444         this adjusts to the change to AC_MBSTATE_T.
30445
30446 2000-07-14  Jim Meyering  <meyering@lucent.com>
30447
30448         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30449         jm_AC_TYPE_UINTMAX_T.
30450
30451 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30452
30453         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30454
30455         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30456         quotearg_buffer_restyled): Add support for
30457         clocale_quoting_style.  Undo previous change to
30458         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30459         and "{RIGHT QUOTATION MARK}" msgids.
30460
30461 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30462
30463         From a suggestion by Bruno Haible.
30464         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30465         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30466         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30467         and mbstate_t, to a single-part test that simply defines mbstate_t.
30468         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30469         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30470
30471 2000-07-10  Jim Meyering  <meyering@lucent.com>
30472
30473         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30474
30475         * m4/gnu-source.m4: Output to confdefs.h directly.
30476         Suggestion from Akim Demaille.
30477
30478 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30479
30480         The old behavior of quoting `like this' doesn't look good with
30481         newer, ISO-style fonts.  See:
30482         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30483
30484         Instead, quote "like this" by default.  Let the translator
30485         tailor the locale-specific quoting behavior by providing
30486         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30487
30488         * lib/quotearg.c (N_): New macro.
30489         (gettext_default): New function.
30490         (quotearg_buffer_restyled): Use
30491         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30492         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30493
30494 2000-07-09  Jim Meyering  <meyering@lucent.com>
30495
30496         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30497         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30498
30499         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30500         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30501
30502 2000-07-09  Jim Meyering  <meyering@lucent.com>
30503
30504         * lib/Most files: Update copyright dates to include 2000.
30505
30506 2000-07-08  Jim Meyering  <meyering@lucent.com>
30507
30508         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30509         if not defined.
30510         (xgethostname): Remove now-unnecessary #ifdef.
30511         Move declaration of `err' into loop where it's used.
30512
30513 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30514         and Bruno Haible  <haible@clisp.cons.org>
30515
30516         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30517         only if the test for an object-type mbstate_t fails.  This
30518         prevents us from mistakenly reporting that mbstate_t is a
30519         system object type after we "#define mbstate_t int" to work
30520         around its lack.
30521
30522 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30523         and Bruno Haible  <haible@clisp.cons.org>
30524
30525         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30526
30527 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30528
30529         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30530         to strerror_r.
30531         Include <ctype.h> for use of isalpha.
30532
30533 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30534
30535         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30536         by allocating a larger buffer. Test the gethostname return value for
30537         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30538         returns an error and ENAMETOOLONG isn't defined.
30539
30540 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30541
30542         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30543         dimension.
30544
30545 2000-07-04  Jim Meyering  <meyering@lucent.com>
30546
30547         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30548         of the deprecated AC_CHECKING.
30549
30550 2000-07-04  Jim Meyering  <meyering@lucent.com>
30551
30552         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30553         Reported by Bruno Haible.
30554
30555 2000-07-04  Jim Meyering  <meyering@lucent.com>
30556
30557         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30558         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30559         lacks mbrtowc.
30560
30561 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30562
30563         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30564         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30565
30566 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30567         and Bruno Haible  <haible@clisp.cons.org>
30568
30569         * lib/quotearg.c (mbrtowc):
30570         Assign to *pwc, and return 1 only if result is nonzero.
30571         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30572
30573 2000-07-03  Jim Meyering  <meyering@lucent.com>
30574
30575         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30576
30577 2000-07-03  Jim Meyering  <meyering@lucent.com>
30578
30579         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30580         This is necessary to get a definition of e.g., UTMP_FILE on
30581         HP-UX 10.20.
30582         From Bob Proulx.
30583
30584 2000-07-02  Jim Meyering  <meyering@lucent.com>
30585
30586         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30587
30588         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30589         AC_LIBOBJ(function_name).
30590         * m4/chown.m4: Likewise.
30591         * m4/fnmatch.m4: Likewise.
30592         * m4/ftruncate.m4: Likewise.
30593         * m4/getgroups.m4: Likewise.
30594         * m4/getline.m4: Likewise.
30595         * m4/group-member.m4: Likewise.
30596         * m4/jm-macros.m4: Likewise.
30597         * m4/lstat.m4: Likewise.
30598         * m4/malloc.m4: Likewise.
30599         * m4/memcmp.m4: Likewise.
30600         * m4/nanosleep.m4: Likewise.
30601         * m4/putenv.m4: Likewise.
30602         * m4/realloc.m4: Likewise.
30603         * m4/regex.m4: Likewise.
30604         * m4/stat.m4: Likewise.
30605         * m4/strftime.m4: Likewise.
30606
30607 2000-07-02  Jim Meyering  <meyering@lucent.com>
30608
30609         * lib/quotearg.c (mbstate_t): Don't define here.
30610
30611 2000-07-02  Jim Meyering  <meyering@lucent.com>
30612
30613         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30614
30615 2000-07-01  Jim Meyering  <meyering@lucent.com>
30616
30617         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30618
30619 2000-07-01  Jim Meyering  <meyering@lucent.com>
30620
30621         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30622         problem.
30623
30624 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30625
30626         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30627         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30628
30629 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30630
30631         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30632         per change in ../m4/ls-mntd-fs.m4.
30633         (read_filesystem_list): Ignore symbolic links.
30634
30635 2000-06-29  Jim Meyering  <meyering@lucent.com>
30636
30637         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30638         for declaration of strcmp.
30639
30640         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30641
30642         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30643         Avoid warning by casting result to `char *' to remove `const'.
30644
30645 2000-06-28  Jim Meyering  <meyering@lucent.com>
30646
30647         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30648         included by quotearg.c, for which we perform this test.  From
30649         Bruno Haible.
30650
30651 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30652
30653         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30654         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30655         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30656
30657 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30658
30659         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30660
30661 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30662
30663         savedir now sets errno on failure and invokes xmalloc to get memory.
30664         Fix a couple of other minor bugs while we're at it.
30665
30666         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30667         (NAMLEN): Remove macro.
30668         (malloc, realloc): Remove decls.
30669         (stpcpy): Likewise.
30670         ("xalloc.h"): Include.
30671         (NAME_SIZE_DEFAULT): New macro.
30672         (savedir): Use xmalloc / xrealloc to allocate memory.
30673         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30674         Skip "" directory entries.
30675         Use strlen to calculate directory entry length, since the old method
30676         is rarely used these days and isn't worth supporting.
30677         Don't use a pointer after freeing it.
30678         Check for integer overflow when calculating allocation size.
30679         Use memcpy to copy entries, instead of stpcpy.
30680         Set errno properly when returning NULL.
30681         Check for readdir error.
30682
30683 2000-06-26  Jim Meyering  <meyering@lucent.com>
30684
30685         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30686
30687 2000-06-25  Jim Meyering  <meyering@lucent.com>
30688
30689         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30690         Linux header bug when _XOPEN_SOURCE is defined to 500.
30691
30692 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30693
30694         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30695         deficiency.
30696
30697 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30698
30699         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30700         Include xalloc.h.
30701         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30702
30703 2000-06-24  Jim Meyering  <meyering@lucent.com>
30704
30705         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30706         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30707         for which strerror does return char*, but which lacks a conveniently
30708         accessible declaration of the function.  If the compile-test says
30709         strerror_r doesn't work, then resort to a `run'-test that works on
30710         BeOS and segfaults on DEC Unix.
30711
30712 2000-06-24  Jim Meyering  <meyering@lucent.com>
30713
30714         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30715
30716 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30717
30718         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30719         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30720
30721 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30722
30723         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30724         (mbrtowc, mbstate_t): Define substitutes if
30725         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30726         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30727         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30728
30729 2000-06-23  Jim Meyering  <meyering@lucent.com>
30730
30731         * m4/afs.m4: Add missing AC_MSG_RESULT.
30732         Reported by Bruno Haible.
30733
30734         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30735         Suggestion from Bruno Haible.
30736
30737 2000-06-23  Jim Meyering  <meyering@lucent.com>
30738
30739         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30740
30741 2000-06-21  Jim Meyering  <meyering@lucent.com>
30742
30743         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30744
30745 2000-06-21  Jim Meyering  <meyering@lucent.com>
30746
30747         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30748         (noinst_HEADERS): Add getstr.h.
30749
30750         * lib/getline.c (getstr): Move into a separate file.
30751         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30752         the following changes: new parameter, delim2; both delim[12]
30753         parameters have type `int', not `char'.  The latter would lose
30754         with 8-bit delimiters.
30755         * lib/getstr.h: New file.
30756
30757 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30758
30759         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30760         than 1024, return a memory chunk of least possible size, instead
30761         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30762         Use free/xmalloc instead of xrealloc to avoid copying for very long
30763         paths.
30764
30765 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30766
30767         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30768         the empty string.
30769
30770 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30771
30772         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30773         address, not strdup.  Include <stdlib.h> and don't declare free().
30774
30775 2000-06-19  Jim Meyering  <meyering@lucent.com>
30776
30777         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30778
30779 2000-06-18  Jim Meyering  <meyering@lucent.com>
30780
30781         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30782
30783         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30784         `checking whether...' message to be consistent with that of the
30785         lstat test.
30786
30787 2000-06-18  Jim Meyering  <meyering@lucent.com>
30788
30789         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30790         Besides, these days every porting target provides a mkdir function.
30791
30792         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30793         needed. (this snippet comes from src/system.h).
30794
30795 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30796
30797         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30798
30799 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30800
30801         * lib/human.c (adjust_value): New function.
30802         (human_readable_inexact): Apply rounding style even when
30803         printing approximate values.
30804
30805 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30806
30807         * lib/human.c (human_readable_inexact): Allow an input block
30808         size that is not a multiple of the output block size, and vice versa.
30809         Reported by Piergiorgio Sartor.
30810
30811 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30812
30813         * lib/getdate.y (get_date): Apply relative times after time
30814         zone indicator, not before.  Reported by Todd A. Jacobs.
30815
30816 2000-06-13  Jim Meyering  <meyering@lucent.com>
30817
30818         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30819
30820         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30821
30822 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30823
30824         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30825
30826 2000-06-12  Jim Meyering  <meyering@lucent.com>
30827
30828         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30829         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30830         optional argument.
30831         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30832         the optional argument, `lib'.
30833
30834 2000-06-08  Jim Meyering  <meyering@lucent.com>
30835
30836         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30837
30838 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30839
30840         Rewrite largefile configuration so that we don't need to run
30841         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30842         AC_CANONICAL_HOST in configure.in -- jmm]
30843
30844         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30845         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30846         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30847         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30848         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30849         All uses changed.
30850         Instead of inspecting the output of getconf, try to compile the
30851         test program without and with the macro definition.
30852         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30853         for getconf.  Instead, check for the needed flags by compiling
30854         test programs.
30855
30856 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30857
30858         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30859
30860 2000-06-04  Jim Meyering  <meyering@lucent.com>
30861
30862         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30863         SunOS 4.1.4 for which gid_t is an unsigned type.
30864
30865 2000-06-03  Jim Meyering  <meyering@lucent.com>
30866
30867         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30868         now that autoconf requires that.
30869
30870         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30871         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30872         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30873
30874 2000-06-03  Jim Meyering  <meyering@lucent.com>
30875
30876         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30877
30878 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30879
30880         * m4/glibc21.m4: New file.
30881         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30882
30883 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30884
30885         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30886         newer, don't install charset.alias.
30887         * lib/config.charset: Change the Linux/glibc rules so they become empty
30888         on glibc-2.1 or newer.
30889
30890 2000-06-02  Jim Meyering  <meyering@lucent.com>
30891
30892         * lib/mountlist.c: Back out last change.  Instead, do this...
30893         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30894         me_dummy member using the same `ignore'-testing code.
30895         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30896         fs_type strings.
30897         From Mark D. Roth.
30898
30899 2000-05-29  Jim Meyering  <meyering@lucent.com>
30900
30901         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30902         mounts with the `ignore' attribute.  Based on a patch from
30903         Mark D. Roth.
30904
30905 2000-05-28  Jim Meyering  <meyering@lucent.com>
30906
30907         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30908         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30909         * m4/stat.m4: Likewise.
30910         * m4/lstat.m4: Likewise.
30911         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
30912
30913         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
30914         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
30915
30916 2000-05-26  Jim Meyering  <meyering@lucent.com>
30917
30918         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
30919
30920 2000-05-24  Jim Meyering  <meyering@lucent.com>
30921
30922         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
30923         autoconf requires that.
30924         * m4/lib-check.m4: Likewise.
30925         * m4/jm-macros.m4: Likewise.
30926         * m4/strftime.m4: Likewise.
30927
30928         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
30929         AC_CHECK_DECLS, now that autoconf requires that.
30930
30931 2000-05-22  Jim Meyering  <meyering@lucent.com>
30932
30933         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30934         * m4/lstat.m4: Likewise.
30935
30936 2000-05-22  Jim Meyering  <meyering@lucent.com>
30937
30938         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
30939
30940 2000-05-20  Jim Meyering  <meyering@lucent.com>
30941
30942         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
30943         (jm_PREREQ): Use it.
30944
30945 2000-05-18  Jim Meyering  <meyering@lucent.com>
30946
30947         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
30948         back, too, since it may have been modified by allocate_entry.
30949         (hash_delete): Rewrite to use neither the assignment operator
30950         nor the comma operator in an if-expression.
30951
30952 2000-05-15  Paul Eggert  <eggert@twinsun.com>
30953
30954         * lib/closeout.c:
30955         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
30956         Remove; no longer needed.
30957         "quotearg.h": Add include.
30958         (file_name): Do not bother to explicitly initialize to NULL; it's less
30959         efficient on some hosts.
30960         (close_stdout_status): Remove test as to whether stdout was already
30961         closed; it breaks for the case "echo x | sort >&-".
30962         Quote file name colons.
30963         Do not assume that _("write error") lacks format strings.
30964
30965 2000-05-15  Jim Meyering  <meyering@lucent.com>
30966
30967         * lib/version-etc.c (version_etc_copyright): Update the copyright
30968         string used in all --version output.
30969
30970 2000-05-14  Jim Meyering  <meyering@lucent.com>
30971
30972         * lib/closeout.c (close_stdout_set_file_name): New function.
30973         (close_stdout_status): Use new file-scoped global.
30974         Return right away if fstat says the stdout file descriptor is invalid.
30975         * lib/closeout.h (close_stdout_set_file_name): Declare.
30976
30977 2000-05-10  Jim Meyering  <meyering@lucent.com>
30978
30979         * lib/closeout.c [default_exit_status]: New file-scoped variable.
30980         (close_stdout_set_status): New function.
30981         * lib/closeout.h (close_stdout_set_status): Declare.
30982
30983 2000-05-09  Jim Meyering  <meyering@lucent.com>
30984
30985         * m4/gettext.m4: Rename this...
30986         * m4/libintl.m4: ...to this.
30987
30988 2000-05-08  Jim Meyering  <meyering@lucent.com>
30989
30990         * lib/long-options.c: Don't include closeout.h.
30991         (parse_long_options): Don't call close_stdout for --version.
30992
30993 2000-05-06  Paul Eggert  <eggert@twinsun.com>
30994
30995         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
30996         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
30997         2.1.3 bug.  This avoids a clash when files like regex.c define
30998         _GNU_SOURCE.
30999
31000 2000-05-06  Jim Meyering  <meyering@lucent.com>
31001
31002         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31003         (AC_REPLACE_FUNCS): Add strnlen.
31004
31005         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31006         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31007
31008         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31009         AC_SEARCH_LIBS call for nanosleep.
31010         (LIB_NANOSLEEP): Set and AC_SUBST.
31011
31012 2000-05-06  Jim Meyering  <meyering@lucent.com>
31013
31014         * lib/strnlen.c: Undefine __strnlen and strnlen.
31015         [!weak_alias]: Define __strnlen to strnlen.
31016
31017         * lib/atexit.c: New file, from libiberty.
31018
31019 2000-05-06  Jim Meyering  <meyering@lucent.com>
31020
31021         * lib/closeout.c (close_stdout_status): Also check for errors on the
31022         stderr stream.
31023
31024 2000-05-05  Jim Meyering  <meyering@lucent.com>
31025
31026         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31027         AC_SEARCH_LIBS call for clock_gettime.
31028         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31029
31030         * m4/search-libs.m4: Update from autoconf.
31031
31032         su doesn't work on Solaris 2.6.
31033         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31034         <shadow.h>.  Reported by Dragos Harabor.
31035
31036 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31037
31038         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31039         memcpy instead of xmalloc, xrealloc, path_concat.
31040         (locale_charset): Treat empty environment variables as absent.
31041         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31042
31043 2000-05-04  Jim Meyering  <meyering@lucent.com>
31044
31045         * lib/getopt.c: Update from glibc.
31046         * lib/obstack.c: Likewise.
31047         * lib/obstack.h: Likewise.
31048         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31049         file
31050
31051         * lib/regex.h: Likewise.
31052         * lib/strndup.c: Likewise.
31053         * lib/strnlen.c: New file, from glibc.
31054
31055 2000-05-03  Jim Meyering  <meyering@lucent.com>
31056
31057         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31058
31059 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31060
31061         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31062         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31063         compile-time test, rather than inspecting host and OS, to
31064         decide whether to define _LARGEFILE_SOURCE.
31065
31066 2000-05-01  Jim Meyering  <meyering@lucent.com>
31067
31068         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31069
31070         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31071         Based on a patch from Bruno Haible.
31072
31073 2000-05-01  Jim Meyering  <meyering@lucent.com>
31074
31075         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31076
31077 2000-04-29  Jim Meyering  <meyering@lucent.com>
31078
31079         * lib/path-concat.c: Declare strdup only if it's not defined.
31080         * lib/canon-host.c: Likewise.
31081
31082 2000-04-28  Jim Meyering  <meyering@lucent.com>
31083
31084         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31085         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31086         is included first, then limits.h is included by locale.h by libintl.h.
31087         From John David Anglin.
31088
31089 2000-04-25  Jim Meyering  <meyering@lucent.com>
31090
31091         * lib/makepath.c (S_IRWXUGO): Define.
31092         (make_path): Always perform explicit chmod if MODE specifies any
31093         of the `special' permission bits.  Prompted by a bug report against
31094         install from Mate Wierdl and Joost van Baal.
31095
31096 2000-04-18  Jim Meyering  <meyering@lucent.com>
31097
31098         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31099         (jm_PREREQ): Use it.
31100
31101 2000-04-18  Jim Meyering  <meyering@lucent.com>
31102
31103         * lib/README: New file.
31104
31105         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31106         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31107
31108 2000-04-17  Jim Meyering  <meyering@lucent.com>
31109
31110         Get it right :-)
31111         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31112         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31113         Suggestion from Akim Demaille.
31114
31115 2000-04-17  Jim Meyering  <meyering@lucent.com>
31116
31117         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31118         the definition of it to rpl_strftime also defined-away the system's
31119         declaration.
31120
31121 2000-04-15  Jim Meyering  <meyering@lucent.com>
31122
31123         Use `C' to denote so-called `contiguous' files, the same way
31124         that tar does.
31125         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31126         (ftypelet): Use S_ISCTG.
31127         From Michael Deutschmann.
31128
31129 2000-04-14  Jim Meyering  <meyering@lucent.com>
31130
31131         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31132         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31133         clobbered.
31134
31135 2000-04-14  Jim Meyering  <meyering@lucent.com>
31136
31137         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31138
31139 2000-04-13  Jim Meyering  <meyering@lucent.com>
31140
31141         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31142         AH_VERBATIM to insert required #ifndef into config.h.in.
31143         Suggestion from Akim Demaille.
31144
31145 2000-04-12  Jim Meyering  <meyering@lucent.com>
31146
31147         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31148         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31149         Christian Krackowizer.
31150
31151         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31152         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31153         (AC_SYS_LARGEFILE): Require.
31154         (AM_C_PROTOTYPES): Require.
31155
31156 2000-04-08  Jim Meyering  <meyering@lucent.com>
31157
31158         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31159         names don't conflict.  Reported by Eli Zaretskii.
31160
31161 2000-04-07  Jim Meyering  <meyering@lucent.com>
31162
31163         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31164         sys/types.h, to work around system header problems on AIX 3.2.5.
31165         From Bruno Haible.
31166
31167 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31168
31169         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31170         bug.  Deal with the different error behavior of Irix iconv.
31171
31172 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31173
31174         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31175         IRIX if the installer said otherwise.
31176
31177 2000-04-05  Jim Meyering  <meyering@lucent.com>
31178
31179         Portability tweaks required for ultrix4.3.
31180         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31181         (jm_CHECK_DECLS): Add getutent to the list of functions.
31182         (_jm_DECL_HEADERS): Add utmpx.h.
31183         From John David Anglin.
31184
31185         * m4/strftime.m4: Back out the 2000-04-02 change.
31186         Instead of that change, simply undefine putenv in the test program.
31187
31188 2000-04-05  Jim Meyering  <meyering@lucent.com>
31189
31190         Portability tweaks required for ultrix4.3.
31191         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31192         getutent.
31193         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31194         * lib/canon-host.c: Declare strdup.
31195         * lib/path-concat.c: Likewise.
31196         From John David Anglin.
31197
31198 2000-04-04  Jim Meyering  <meyering@lucent.com>
31199
31200         Be more DOS 8.3-friendly.
31201         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31202         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31203         * lib/Makefile.am: Reflect renaming.
31204         Reported by Eli Zaretskii.
31205
31206         Use a temporary file name that won't clash with `charset.alias'
31207         in the DOS 8.3 name space.
31208         * lib/Makefile.am (charset_tmp): Define.
31209         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31210         (uninstall-local): Likewise.
31211         Reported by Eli Zaretskii.
31212
31213 2000-04-03  Jim Meyering  <meyering@lucent.com>
31214
31215         * m4/gettext.m4: Fix typo in comment.
31216
31217         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31218         textutils/configure.in).  Suggestion from Paul Eggert.
31219         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31220
31221 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31222
31223         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31224         variable in the shell rather than using putenv, which isn't
31225         portable.  This avoids the configure-time inter-test dependency
31226         on the potentially-renamed putenv function.
31227
31228 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31229
31230         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31231         before checking struct stat.st_blksize, so that
31232         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31233
31234 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31235
31236         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31237         since strftime.c uses HAVE_STRFTIME to decide whether to use
31238         the underlying strftime.
31239
31240 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31241
31242         * lib/time/strftime.c (my_strftime): Make sure we call the system
31243         strftime, not ourselves, when invoking the underlying strftime.
31244
31245 2000-03-24  Jim Meyering  <meyering@lucent.com>
31246
31247         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31248         (charset_alias): Define.
31249         (install-exec-local): Factor out common code.
31250         (uninstall-local): Split lines longer than 80.
31251         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31252         (SUFFIXES): Define.
31253         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31254         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31255
31256 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31257
31258         * lib/config.charset: Output a line containing "Packages using this
31259         file".
31260         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31261         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31262         ref-del.sed): New rules.
31263
31264 2000-03-17  Jim Meyering  <meyering@lucent.com>
31265
31266         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31267         Otherwise, include <strings.h>
31268
31269 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31270
31271         * lib/unicodeio.c (utf8_wctomb): New function.
31272         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31273         format instead of in UCS-4 with platform dependent endianness.
31274
31275 2000-03-10  Jim Meyering  <meyering@lucent.com>
31276
31277         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31278         From Marco Franzen.
31279
31280 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31281
31282         * lib/savedir.c (savedir): Work even if directory size is
31283         negative; this can happen with some screwy NFS configurations.
31284
31285 2000-03-06  Jim Meyering  <meyering@lucent.com>
31286
31287         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31288         if it's NULL (because we ran out of memory).  From Bruno Haible.
31289
31290 2000-03-05  Jim Meyering  <meyering@lucent.com>
31291
31292         * lib/localcharset.c ("path-concat.h"): Include.
31293         (get_charset_aliases): Use path_concat instead of ANSI string
31294         concatenation.
31295
31296         * lib/unicodeio.h (PARAMS): Define.
31297         Use it to guard prototype.
31298
31299 2000-03-04  Jim Meyering  <meyering@lucent.com>
31300
31301         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31302         for lib/localcharset.c.
31303
31304 2000-03-04  Jim Meyering  <meyering@lucent.com>
31305
31306         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31307         installing into it.
31308         (uninstall-local): Uncomment this rule so `make distcheck' works
31309         once again.
31310
31311         * lib/unicodeio.c (<errno.h>): Include it.
31312         (errno): Declare if not defined.
31313
31314         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31315
31316         * lib/config.charset: New version, incorporating remarks from a linux
31317         i18n mailing list.  From Bruno Haible.
31318
31319 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31320
31321         * m4/codeset.m4: New file.
31322         * m4/iconv.m4: New file.
31323         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31324
31325 2000-03-03  Jim Meyering  <meyering@lucent.com>
31326
31327         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31328
31329 2000-03-02  Jim Meyering  <meyering@lucent.com>
31330
31331         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31332         the messages come out on separate lines.
31333
31334         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31335         rather than jm_CHECK_DECLARATIONS.
31336         * m4/decl.m4: Remove now-unused file.
31337
31338         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31339         geteuid.
31340
31341 2000-03-02  Jim Meyering  <meyering@lucent.com>
31342
31343         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31344
31345 2000-03-01  Jim Meyering  <meyering@lucent.com>
31346
31347         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31348         * lib/unicodeio.c: Likewise.
31349
31350 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31351
31352         * lib/config.charset: New file.
31353         * lib/localcharset.c: New file.
31354         * lib/unicodeio.h, lib/unicodeio.c: New files.
31355         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31356         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31357         (noinst_HEADERS): Add unicodeio.h.
31358         (all-local, install-exec-local, charset.alias): New targets.
31359
31360 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31361
31362         * lib/quotearg.c (ALERT_CHAR): New macro.
31363         (quotearg_buffer_restyled): Use it.
31364
31365 2000-02-27  Jim Meyering  <meyering@lucent.com>
31366
31367         * m4/check-decl.m4: Add getenv to the list.
31368
31369 2000-02-27  Jim Meyering  <meyering@lucent.com>
31370
31371         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31372         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31373
31374         * lib/backupfile.c: Guard inclusion of stdlib.h with
31375         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31376         Declare malloc if needed.
31377
31378         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31379         `#ifndef HAVE_DECL..'
31380         now that autoconf always defines the HAVE_DECL_ symbols.
31381         * lib/human.c: Likewise.
31382         * lib/same.c: Likewise.
31383         * lib/strtoumax.c: Likewise.
31384
31385         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31386         declaration check was not run.
31387         * lib/hash.c: Likewise.
31388         * lib/human.c: Likewise.
31389         * lib/same.c: Likewise.
31390         * lib/strtoumax.c: Likewise.
31391
31392         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31393         `.', then first look up the entire `.'-containing string as a login
31394         name.
31395
31396 2000-02-23  Jim Meyering  <meyering@lucent.com>
31397
31398         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31399         in place of my hack.
31400
31401 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31402
31403         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31404         (textint): New typedef.
31405         (parser_control): Member year changed from int to textint.
31406         All uses changed.
31407         (YYSTYPE): Removed; replaced by %union with int and textint members.
31408         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31409         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31410         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31411         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31412         (date, number, to_year): Use width of number in digits, not its value,
31413         to determine whether it's a 2-digit year, or a 2-digit time.
31414         (yylex): Store number of digits of numeric tokens.
31415         Reported by John Kendall.
31416
31417         (parser_control): Changed from struct parser_control to typedef (for
31418         consistency).  All uses changed.
31419
31420         (tID): Removed; not used.
31421         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31422
31423 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31424
31425         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31426         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31427
31428 2000-02-12  Jim Meyering  <meyering@lucent.com>
31429
31430         * lib/userspec.c (ISDIGIT): Define it.
31431         (isdigit): Remove definition.
31432         (is_number): Use ISDIGIT, not isdigit.
31433         <libintl.h>: Include.
31434         (_ and N_): Define.
31435         (parse_user_spec): Mark translatable strings.
31436
31437 2000-02-10  Jim Meyering  <meyering@lucent.com>
31438
31439         With these changes, nanosleep.[ch] are finally enough like the other
31440         lib/* replacement files to compile on a few more losing systems.
31441
31442         * lib/nanosleep.h: Don't include config.h.
31443         Remove prototype from declaration of nanosleep.
31444         (PARAMS): Remove now-unneeded definition.
31445         * lib/nanosleep.c: #undef nanosleep.
31446         (rpl_nanosleep): Rename from nanosleep.
31447
31448 2000-02-10  Jim Meyering  <meyering@lucent.com>
31449
31450         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31451         gnu_nanosleep to rpl_nanosleep.
31452
31453 2000-02-09  Jim Meyering  <meyering@lucent.com>
31454
31455         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31456         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31457
31458 2000-02-08  Akim Demaille  <akim@epita.fr>
31459
31460         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31461         `[' and `]' and remove uses of `changequote'.
31462         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31463         (AC_SYS_LARGEFILE): Likewise.
31464         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31465         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31466         of changequote.
31467         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31468         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31469         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31470         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31471
31472 2000-02-05  Jim Meyering  <meyering@lucent.com>
31473
31474         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31475         Remove explicit use of AC_HEADER_TIME.  It is required by
31476         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31477         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31478         in autoconf whereby the expansion of the latter ended up preceding
31479         the expansion of its prerequisite, AC_HEADER_TIME.
31480         Reported by Volker Borchert.
31481
31482 2000-02-03  Jim Meyering  <meyering@lucent.com>
31483
31484         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31485
31486 2000-02-03  Jim Meyering  <meyering@lucent.com>
31487
31488         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31489         rather than with `#if HAVE_UTMPNAME'.
31490
31491 2000-02-02  Jim Meyering  <meyering@lucent.com>
31492
31493         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31494         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31495         Reported by Eli Zaretskii.
31496
31497 2000-02-01  Jim Meyering  <meyering@lucent.com>
31498
31499         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31500
31501 2000-01-31  Jim Meyering  <meyering@lucent.com>
31502
31503         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31504         functions.  Add the time.h and sys/time.h headers along with the
31505         AC_REQUIRE'ment of AC_HEADER_TIME.
31506
31507 2000-01-31  Jim Meyering  <meyering@lucent.com>
31508
31509         * lib/nanosleep.h (nanosleep): Guard declaration with
31510         `#if ! HAVE_DECL_NANOSLEEP'.
31511         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31512         the declaration in that vendor's sys/timers.h.
31513         Reported by Christian Krackowizer.
31514
31515         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31516         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31517         (ISPRINT): Likewise.
31518         Reported by Tom Tromey.
31519
31520 2000-01-30  Jim Meyering  <meyering@lucent.com>
31521
31522         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31523
31524         * m4/prereq.m4 (utmp_includes): Define.
31525         Check for ut_user and ut_name members in both struct utmpx
31526         and struct utmp.
31527
31528 2000-01-30  Jim Meyering  <meyering@lucent.com>
31529
31530         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31531         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31532         header files where only utmpx.ut_user is declared.
31533
31534         * lib/readutmp.h (UT_USER): Define.
31535
31536 2000-01-29  Jim Meyering  <meyering@lucent.com>
31537
31538         * m4/lib-check.m4: New file containing library-related checks from
31539         fileutils and sh-utils (textutils had none).
31540
31541 2000-01-28  Jim Meyering  <meyering@lucent.com>
31542
31543         * m4/perl.m4: Change format of warning message to look more like that
31544         from the missing script.  Suggestion from François Pinard.
31545
31546 2000-01-25  Jim Meyering  <meyering@lucent.com>
31547
31548         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31549         well as time.h in the compile check.
31550         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31551         Fix typo in cross-compiling case: s/yes/no/.
31552
31553 2000-01-23  Jim Meyering  <meyering@lucent.com>
31554
31555         * m4/jm-macros.m4: Move df-related tests here from
31556         fileutils/configure.in
31557
31558         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31559         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31560
31561         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31562         s/space/ac_fsusage_space/.
31563         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31564
31565         * m4/ftruncate.m4: New file (derived from part of
31566         fileutils/configure.in).
31567         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31568         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31569
31570         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31571         AC_SUBST these here, rather than just in sh-util/configure.in, so
31572         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31573         all the same.
31574         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31575         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31576         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31577         (AC_SUBST(POW_LIBM)): Likewise.
31578         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31579
31580 2000-01-23  Jim Meyering  <meyering@lucent.com>
31581
31582         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31583         obstack.c.
31584
31585 2000-01-22  Jim Meyering  <meyering@lucent.com>
31586
31587         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31588
31589         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31590
31591         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31592         configure.in
31593         (AC_CHECK_HEADERS): Likewise for sh-utils.
31594         (AC_CHECK_HEADERS): Likewise for textutils.
31595         Merge the three lists of headers.
31596
31597         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31598         from fileutils' configure.in.
31599
31600         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31601         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31602         check-decl.m4.
31603
31604         * m4/check-decl.m4: Use #if rather than #ifdef.
31605         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31606         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31607         (_jm_DECL_HEADERS): Define new function.
31608         (jm_CHECK_DECLARATIONS): Require it.
31609
31610 2000-01-22  Jim Meyering  <meyering@lucent.com>
31611
31612         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31613         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31614         Required for some AIX systems.  Reported by Christian Krackowizer.
31615         [TESTING] (main): New function.
31616
31617         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31618         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31619         letters.
31620
31621         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31622         iswprint.
31623
31624         * lib/strverscmp.c (ISDIGIT): Define.
31625         (strverscmp): Use ISDIGIT, not isdigit.
31626
31627 2000-01-19  Jim Meyering  <meyering@lucent.com>
31628
31629         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31630         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31631         defines `struct timespec' in <sys/time.h>
31632
31633         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31634         Thanks to Akim for explaining.
31635
31636 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31637
31638         * lib/nanosleep.c (nanosleep):
31639         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31640         POSIX.1 doesn't require SA_INTERRUPT and some systems
31641         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31642         it's been part of POSIX.1 since day 1 (in 1988).
31643
31644 2000-01-17  Jim Meyering  <meyering@lucent.com>
31645
31646         * lib/interlock: Remove unused file.  Reported by François Pinard.
31647
31648 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31649
31650         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31651         alert, backslash, formfeed, and vertical tab unnecessarily in
31652         shell quoting style.
31653
31654 2000-01-16  Jim Meyering  <meyering@lucent.com>
31655
31656         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31657         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31658         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31659         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31660
31661 2000-01-16  Jim Meyering  <meyering@lucent.com>
31662
31663         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31664         because the latter didn't work.
31665
31666 2000-01-15  Jim Meyering  <meyering@lucent.com>
31667
31668         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31669         (AC_REPLACE_FUNCS): Add memcpy and memset.
31670         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31671         Add strpbrk.
31672         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31673
31674 2000-01-12  Jim Meyering  <meyering@lucent.com>
31675
31676         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31677         (jm_PREREQ): Use it.
31678         (jm_PREREQ_READUTMP): New macro.
31679         (jm_PREREQ): Use it.
31680
31681 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31682
31683         Quote multibyte characters correctly.
31684         * m4/c-bs-a.m4: New file.
31685         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31686         (jm_PREREQ): Use it.
31687
31688 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31689
31690         * m4/uintmax_t.m4: Port to autoconf 2.13.
31691
31692 2000-01-08  Jim Meyering  <meyering@ascend.com>
31693
31694         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31695         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31696
31697 2000-01-04  Jim Meyering  <meyering@ascend.com>
31698
31699         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31700         jm_STRUCT_DIRENT_D_TYPE.
31701         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31702         jm_STRUCT_DIRENT_D_INO.
31703         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31704         jm_STRUCT_UTIMBUF.
31705         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31706         renamings.
31707         * m4/utime.m4: Likewise.
31708
31709         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31710         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31711
31712 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31713
31714         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31715         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31716
31717 2000-01-02  Jim Meyering  <meyering@ascend.com>
31718
31719         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31720         remember if this is necessary.
31721
31722 1999-12-26  Jim Meyering  <meyering@ascend.com>
31723
31724         * m4/jm-macros.m4: Use it here.
31725         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31726
31727 1999-12-23  Jim Meyering  <meyering@ascend.com>
31728
31729         * m4/jm-macros.m4: Check for clock_gettime (moved from
31730         fileutils/configure.in)
31731         Check for gettimeofday.
31732
31733 1999-12-20  Jim Meyering  <meyering@ascend.com>
31734
31735         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31736         autoconf-2.14a-1999-12-20.
31737
31738 1999-12-19  Jim Meyering  <meyering@ascend.com>
31739
31740         * m4/lstat-slash.m4: New file.
31741         * m4/jm-macros.m4: Use the new macro:
31742         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31743
31744 1999-12-07  Jim Meyering  <meyering@ascend.com>
31745
31746         * m4/perl.m4: Require that File::Compare be available, too.
31747         Too many systems seem to lack it.
31748
31749         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31750         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31751
31752 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31753
31754         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31755         problem with the QNX 4.25 shell, which doesn't propagate exit
31756         status of failed commands inside shell assignments.
31757
31758 1999-11-17  Jim Meyering  <meyering@ascend.com>
31759
31760         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31761
31762 1999-11-07  Jim Meyering  <meyering@ascend.com>
31763
31764         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31765
31766 1999-11-06  Jim Meyering  <meyering@ascend.com>
31767
31768         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31769         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31770
31771 1999-11-05  Jim Meyering  <meyering@ascend.com>
31772
31773         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31774         configure.in of textutils, fileutils, and sh-utils into this one
31775         (shared between those packages) file.
31776         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31777         AC_STRUCT_ST_BLKSIZE.
31778
31779 1999-11-03  Jim Meyering  <meyering@ascend.com>
31780
31781         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31782         of AC_CHECK_TYPE checks includes unistd.h.
31783         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31784         Suggestion from Akim Demaille.
31785
31786 1999-10-30  Jim Meyering  <meyering@ascend.com>
31787
31788         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31789         m4-quoted string.
31790         * m4/ls-mntd-fs.m4: Likewise.
31791         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31792         * m4/jm-winsz1.m4: Likewise.
31793
31794         * m4/const.m4: Remove file, since the fix made it into the experimental
31795         version of autoconf.
31796         * m4/mktime.m4: Likewise.
31797
31798         * m4/check-type.m4: Remove file, now that the latest version of
31799         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31800
31801         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31802         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31803         AC_CHECK_TYPE.
31804
31805 1999-10-04  Jim Meyering  <meyering@ascend.com>
31806
31807         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31808
31809 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31810
31811         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31812         2.95.1 bug with HP-UX 10.20.
31813
31814 1999-09-17  Jim Meyering  <meyering@ascend.com>
31815
31816         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31817         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31818         due to missing strdup (against sh-utils-2.0).
31819
31820 1999-08-29  Jim Meyering  <meyering@ascend.com>
31821
31822         * m4/jm-macros.m4: Require jm_BISON.
31823         * m4/bison.m4: New file.
31824
31825 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31826
31827         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31828         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31829
31830 1999-08-05  Jim Meyering  <meyering@ascend.com>
31831
31832         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31833         to avoid conflicts with `conftest' on 8+3 filesystems.
31834         Suggestion from Eli Zaretskii.
31835
31836 1999-08-04  Jim Meyering  <meyering@ascend.com>
31837
31838         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31839         fileutils and sh-utils (textutils's getline test was inadequate).
31840         (AM_FUNC_GETLINE): Run this test.
31841         (AC_CHECK_FUNCS): Check for getdelim.
31842         Reported by Bob Proulx.
31843
31844 1999-08-02  Jim Meyering  <meyering@ascend.com>
31845
31846         * m4/jm-macros.m4: Add a comment.
31847
31848 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31849
31850         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31851         <inttypes.h> defines strtoumax as a macro (and not as a
31852         function).
31853
31854 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31855
31856         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31857         that we can shift, multiply and divide unsigned long long
31858         values; Ultrix cc can't do it.
31859
31860 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31861
31862         * m4/mktime.m4: New file, which is a preview of what should appear
31863         in the next public autoconf release.
31864
31865 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31866
31867         * m4/lfs.m4: Remove this file.
31868         * m4/largefile.m4: New file.  It contains the old contents of
31869         lfs.m4, except that all names with prefix AC_LFS have been
31870         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31871         compatible with future autoconf versions.  Also, some minor m4
31872         quoting problems have been fixed.
31873
31874 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31875
31876         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31877         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31878         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31879         and simplify the shell code.
31880
31881 1999-08-01  Jim Meyering  <meyering@ascend.com>
31882
31883         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31884         m4.
31885
31886 1999-07-20  Jim Meyering  <meyering@ascend.com>
31887
31888         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31889
31890 1999-07-15  Jim Meyering  <meyering@ascend.com>
31891
31892         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31893
31894 1999-05-22  Jim Meyering  <meyering@ascend.com>
31895
31896         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31897
31898 1999-05-20  Jim Meyering  <meyering@ascend.com>
31899
31900         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31901         Add a colon after each `then' in case $4 is empty.
31902
31903 1999-05-16  Jim Meyering  <meyering@ascend.com>
31904
31905         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31906
31907 1999-05-10  Jim Meyering  <meyering@ascend.com>
31908
31909         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
31910
31911         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
31912         AC_FUNC_MKTIME.
31913
31914 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
31915
31916         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
31917
31918 1999-05-04  Paul Eggert  <eggert@twinsun.com>
31919
31920         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
31921         not CPPFLAGS, so that linking works correctly in IRIX.
31922
31923 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31924
31925         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
31926
31927 1999-04-20  Paul Eggert  <eggert@twinsun.com>
31928
31929         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
31930         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
31931         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
31932         jm_AC_TYPE_UNSIGNED_LONG_LONG.
31933         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
31934
31935         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
31936
31937 1999-04-20  Jim Meyering  <meyering@ascend.com>
31938
31939         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
31940         AC_REPLACE xstroull if necessary.  From Paul Eggert.
31941         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
31942
31943 1999-04-18  Jim Meyering  <meyering@ascend.com>
31944
31945         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
31946         * m4/jm-macros.m4: Use it.
31947
31948 1999-04-06  Jim Meyering  <meyering@ascend.com>
31949
31950         * m4/strftime.m4: Remove test for %f.
31951
31952 1999-03-29  Jim Meyering  <meyering@ascend.com>
31953
31954         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
31955         superset of the AC_TYPE_* checks in the textutils, fileutils,
31956         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
31957         AC_TYPE_PID_T.
31958
31959 1999-03-28  Jim Meyering  <meyering@ascend.com>
31960
31961         * m4/jm-macros.m4: Define GNU_PACKAGE here.
31962         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
31963         replaced e.g., in the *.sh files of the sh-utils.
31964
31965 1999-03-20  Jim Meyering  <meyering@ascend.com>
31966
31967         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
31968         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
31969         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
31970
31971 1999-03-19  Jim Meyering  <meyering@ascend.com>
31972
31973         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
31974
31975 1999-03-12  Jim Meyering  <meyering@ascend.com>
31976
31977         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
31978
31979 1999-03-07  Jim Meyering  <meyering@ascend.com>
31980
31981         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
31982         declared.
31983
31984 1999-02-17  Jim Meyering  <meyering@ascend.com>
31985
31986         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
31987         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
31988
31989 1999-02-07  Jim Meyering  <meyering@ascend.com>
31990
31991         * m4/group-member.m4: New file -- extracted from sh-utils'
31992         configure.in.
31993
31994         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
31995         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
31996
31997 1999-02-06  Jim Meyering  <meyering@ascend.com>
31998
31999         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32000         * m4/fnmatch.m4: Likewise.
32001         * m4/getgroups.m4: Likewise.
32002         * m4/lstat.m4: Likewise.
32003         * m4/malloc.m4: Likewise.
32004         * m4/putenv.m4: Likewise.
32005         * m4/realloc.m4: Likewise.
32006         * m4/regex.m4: Likewise.
32007         * m4/stat.m4: Likewise.
32008         * m4/strftime.m4: Likewise.
32009         Suggestion from Alain Magloire.
32010
32011         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32012         * m4/fnmatch.m4: Likewise.
32013         * m4/getgroups.m4: Likewise.
32014         * m4/getline.m4: Likewise.
32015         * m4/lstat.m4: Likewise.
32016         * m4/malloc.m4: Likewise.
32017         * m4/memcmp.m4: Likewise.
32018         * m4/putenv.m4: Likewise.
32019         * m4/realloc.m4: Likewise.
32020         * m4/regex.m4: Likewise.
32021         * m4/stat.m4: Likewise.
32022         * m4/strftime.m4: Likewise.
32023         Suggestion from Alain Magloire.
32024
32025         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32026         an argument.
32027
32028         * m4/regex.m4: Add a run-time Test for proper operation of
32029         re_compile_pattern.
32030
32031 1999-01-31  Jim Meyering  <meyering@ascend.com>
32032
32033         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32034
32035 1999-01-30  Jim Meyering  <meyering@ascend.com>
32036
32037         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32038
32039         * m4/jm-mktime.m4: Make this a wrapper around the official
32040         AM_FUNC_MKTIME rather than my private copy, now that the official one
32041         is up to date.
32042         * m4/mktime.m4: Remove file.
32043
32044         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32045         * m4/uptime.m4: Likewise.
32046         * m4/uintmax_t.m4: Likewise.
32047
32048 1999-01-28  Jim Meyering  <meyering@ascend.com>
32049
32050         * m4/jm-macros.m4: Use jm_AFS.
32051         * m4/afs.m4: New file (from fileutils' configure.in).
32052
32053         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32054         * m4/chown.m4: Likewise.
32055         * m4/d-ino.m4: Likewise.
32056         * m4/d-type.m4: Likewise.
32057         * m4/fnmatch.m4: Likewise.
32058         * m4/getgroups.m4: Likewise.
32059         * m4/gettext.m4: Likewise.
32060         * m4/jm-mktime.m4: Likewise.
32061         * m4/jm-winsz2.m4: Likewise.
32062         * m4/lcmessage.m4: Likewise.
32063         * m4/ls-mntd-fs.m4: Likewise.
32064         * m4/malloc.m4: Likewise.
32065         * m4/memcmp.m4: Likewise.
32066         * m4/putenv.m4: Likewise.
32067         * m4/realloc.m4: Likewise.
32068         * m4/st_mtim.m4: Likewise.
32069         * m4/strftime.m4: Likewise.
32070
32071 1999-01-16  Jim Meyering  <meyering@ascend.com>
32072
32073         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32074         (ARGMATCH_DIE_DECL): Define.
32075
32076 1999-01-12  Jim Meyering  <meyering@ascend.com>
32077
32078         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32079         Reported by Lars Hecking.
32080
32081 1999-01-10  Jim Meyering  <meyering@ascend.com>
32082
32083         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32084         gross kludge.
32085         * m4/inttypes_h.m4: Likewise.
32086         * m4/lstat.m4: Likewise.
32087         * m4/malloc.m4: Likewise.
32088         * m4/readdir.m4: Likewise.
32089         * m4/realloc.m4: Likewise.
32090         * m4/st_dm_mode.m4: Likewise.
32091         * m4/stat.m4: Likewise.
32092         * m4/utimbuf.m4: Likewise.
32093         * m4/utimes.m4: Likewise.
32094
32095         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32096         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32097         comments in config.h.in are meaningful.
32098
32099         * m4/jm-macros.m4: Require autoconf-2.13 here.
32100
32101         * m4/regex.m4: By default, don't use the included regex.c on systems
32102         with glibc 2.  Suggestion from Uli Drepper.
32103
32104 1999-01-02  Jim Meyering  <meyering@ascend.com>
32105
32106         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32107
32108 1998-12-18  Jim Meyering  <meyering@ascend.com>
32109
32110         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32111         Based on a suggestion from Lars Hecking.
32112
32113 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32114
32115         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32116
32117 1998-11-16  Jim Meyering  <meyering@ascend.com>
32118
32119         * m4/lfs.m4: Double-quote the `uname...` expression.
32120
32121 1998-11-14  Jim Meyering  <meyering@ascend.com>
32122
32123         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32124         * m4/stat.m4: Likewise.
32125
32126 1998-11-03  Jim Meyering  <meyering@ascend.com>
32127
32128         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32129         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32130
32131 1998-10-18  Jim Meyering  <meyering@ascend.com>
32132
32133         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32134
32135 1998-10-17  Jim Meyering  <meyering@ascend.com>
32136
32137         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32138         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32139         calls for those previously hard-coded headers.  Instead, take a new
32140         parameter.
32141         (jm_CHECK_DECLARATIONS): Reflect interface change.
32142         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32143         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32144
32145         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32146
32147 1998-10-14  Jim Meyering  <meyering@ascend.com>
32148
32149         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32150         instead of "TZ=America/Vancouver".  From Paul Eggert.
32151
32152 1998-10-11  Jim Meyering  <meyering@ascend.com>
32153
32154         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32155         This adds a test for a recently added compatibility fix for mktime.c.
32156         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32157
32158 1998-09-27  Jim Meyering  <meyering@ascend.com>
32159
32160         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32161
32162         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32163         ../configure.in, including a change from Gordon Matzigkeit to allow
32164         cross-compiling for the Hurd.
32165
32166         * m4/glibc.m4: New file/macro to test for the GNU C Library
32167         versions 1 and 2.  From Gordon Matzigkeit.
32168         Indent.
32169
32170 1998-09-21  Jim Meyering  <meyering@ascend.com>
32171
32172         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32173
32174 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32175
32176         Port nanosecond-resolution times to UnixWare 2.1.2 and
32177         pedantic Solaris 2.6.
32178
32179         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32180         AC_STRUCT_ST_MTIM.
32181         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32182         Generate name of ns member, instead of just 1 or undef.
32183         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32184
32185 1998-08-15  Jim Meyering  <meyering@ascend.com>
32186
32187         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32188         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32189         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32190         instead of jm_TYPE_SSIZE_T.
32191
32192 1998-08-12  Jim Meyering  <meyering@ascend.com>
32193
32194         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32195
32196 1998-08-02  Jim Meyering  <meyering@ascend.com>
32197
32198         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32199         in acconfig.h manually.
32200
32201 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32202
32203         * m4/st_mtim.m4: New file.
32204
32205 1998-07-28  Jim Meyering  <meyering@ascend.com>
32206
32207         * m4/utimes.m4: Undef stat.
32208
32209 1998-07-25  Jim Meyering  <meyering@ascend.com>
32210
32211         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32212         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32213
32214 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32215
32216         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32217         uid and gid actually remain unchanged.
32218
32219 1998-07-07  Jim Meyering  <meyering@ascend.com>
32220
32221         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32222
32223 1998-07-04  Jim Meyering  <meyering@ascend.com>
32224
32225         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32226         to prove that this macro can be used in packages without regex.c.
32227
32228 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32229
32230         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32231         is to be used.
32232
32233 1998-07-03  Jim Meyering  <meyering@ascend.com>
32234
32235         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32236
32237         * m4/gettext.m4: New file -- from gettext-0.10.35.
32238         * m4/lcmessage.m4: Likewise.
32239         * m4/progtest.m4: Likewise.
32240
32241         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32242         * m4/jm-macros.m4: Require the new macro.
32243
32244 1998-06-29  Jim Meyering  <meyering@ascend.com>
32245
32246         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32247         for the definition of NGROUPS (used in a system header included
32248         by sys/mount.h).
32249
32250 1998-06-28  Jim Meyering  <meyering@ascend.com>
32251
32252         * m4/ls-mntd-fs.m4: New file.
32253         * m4/fstypename.m4: New file.
32254
32255         * m4/jm-macros.m4: Require the new macro.
32256         * m4/jm-glibc-io.m4: New file.
32257
32258 1998-05-19  Jim Meyering  <meyering@ascend.com>
32259
32260         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32261         * m4/lchown.m4: New file.
32262
32263         * m4/Makefile.am.in: New file.
32264         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32265
32266 1998-05-14  Jim Meyering  <meyering@ascend.com>
32267
32268         * m4/Makefile.am (EXTRA_DIST): Add them.
32269         * m4/jm-macros.m4: New file.
32270         * m4/utimbuf.m4: New file.
32271
32272 1998-05-12  Jim Meyering  <meyering@ascend.com>
32273
32274         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32275
32276 1998-05-11  Jim Meyering  <meyering@ascend.com>
32277
32278         * m4/isc-posix.m4: New file.
32279
32280 1998-05-10  Jim Meyering  <meyering@ascend.com>