Use a slightly cleaner hack on BSD systems.
[gnulib.git] / ChangeLog
1 2007-07-31  Bruno Haible  <bruno@clisp.org>
2
3         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
4         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
5
6 2007-07-30  Bruno Haible  <bruno@clisp.org>
7
8         * modules/base64 (License): Use the synonymous term "LGPLv2+".
9         * modules/c-ctype (License): Likewise.
10         * modules/c-strcase (License): Likewise.
11         * modules/check-version (License): Likewise.
12         * modules/iconv (License): Likewise.
13         * modules/iconv_open (License): Likewise.
14         * modules/read-file (License): Likewise.
15         * modules/striconv (License): Likewise.
16         * modules/strverscmp (License): Likewise.
17         * modules/vasprintf (License): Likewise.
18         * modules/crypto/des (License): Likewise.
19         * modules/crypto/gc (License): Likewise.
20         * modules/crypto/gc-arcfour (License): Likewise.
21         * modules/crypto/gc-arctwo (License): Likewise.
22         * modules/crypto/gc-des (License): Likewise.
23         * modules/crypto/gc-hmac-md5 (License): Likewise.
24         * modules/crypto/gc-hmac-sha1 (License): Likewise.
25         * modules/crypto/gc-md2 (License): Likewise.
26         * modules/crypto/gc-md4 (License): Likewise.
27         * modules/crypto/gc-md5 (License): Likewise.
28         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
29         * modules/crypto/gc-random (License): Likewise.
30         * modules/crypto/gc-rijndael (License): Likewise.
31         * modules/crypto/gc-sha1 (License): Likewise.
32         * modules/crypto/md2 (License): Likewise.
33         * modules/crypto/md4 (License): Likewise.
34
35 2007-07-30  Jim Meyering  <jim@meyering.net>
36
37         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
38         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
39         it has valid stat data.  This bug would cause du not to count the
40         sizes of inaccessible directories.
41         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
42         in <http://bugzilla.redhat.com/250077>.
43
44 2007-07-25  Peter O'Gorman  <peter@pogma.com>
45             Bruno Haible  <bruno@clisp.org>
46
47         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
48         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
49         #include_next, gives a diagnostic about it, but reports no error in
50         the exit code.
51         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
52
53 2007-07-24  Ben Pfaff  <blp@gnu.org>
54
55         Improve name: "count-one-bits" is better than "popcount".
56         * MODULES.html.sh: Update name.
57         * lib/popcount.h: Renamed lib/count-one-bits.h.
58         (popcount): Renamed count_one_bits.
59         (popcountl): Renamed count_one_bits_l.
60         (popcountll): Renamed count_one_bits_ll.
61         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
62         * modules/popcount: Renamed module/count-one-bits.
63         * modules/popcount-tests: Renamed module/count-one-bits-tests.
64         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
65
66 2007-07-23  Ben Pfaff  <blp@gnu.org>
67
68         * lib/popcount.h (popcount32): Reduce size of constants, to allow
69         better code generation, and add U to large constants to avoid
70         warnings, in non-GCC case.
71         Suggested by Bruno Haible.
72
73 2007-07-23  Ben Pfaff  <blp@gnu.org>
74
75         * lib/popcount.h: Use verify_true instead of if...abort.
76         * modules/popcount: Depend on verify module.
77         Suggested by Jim Meyering.
78
79 2007-07-23  Bruno Haible  <bruno@clisp.org>
80
81         * gnulib-tool (func_import): Create a .cvsignore file also when the
82         directory is not yet in CVS but the toplevel directory is. When
83         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
84         Reported by Karl Berry.
85
86 2007-07-22  Ben Pfaff  <blp@gnu.org>
87
88         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
89         case.
90         Suggested by Eric Blake.
91
92 2007-07-22  Ben Pfaff  <blp@gnu.org>
93
94         New module: popcount.
95         * MODULES.html.sh: Add popcount.
96         * modules/popcount: New file.
97         * modules/popcount-tests: New file.
98         * tests/test-popcount.c: New file.
99         * lib/popcount.h: New file.
100         * m4/popcount.m4: New file.
101
102 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
103
104         * build-aux/announce-gen: Update to GPLv3.
105
106         * build-aux/config.guess: Update from config.
107
108 2007-07-21  Bruno Haible  <bruno@clisp.org>
109
110         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
111         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
112
113 2007-07-20  Jim Meyering  <jim@meyering.net>
114
115         * check-module: Diagnose a self-dependency.
116
117 2007-07-19  Bruno Haible  <bruno@clisp.org>
118
119         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
120         empty.
121         Reported by Eric Blake.
122
123 2007-07-18  Bruno Haible  <bruno@clisp.org>
124
125         * gnulib-tool: New options --po-base, --po-domain.
126         (func_usage): Document them.
127         (pobase, po_domain): New variables.
128         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
129         DEFAULT_TEXT_DOMAIN.
130         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
131         (func_import): Consider pobase and po_domain. Create a po/ directory.
132         (func_create_testdir): Set pobase and po_domain to empty.
133         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
134         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
135
136 2007-07-18  Bruno Haible  <bruno@clisp.org>
137
138         * gnulib-tool (func_get_automake_snippet): Synthesize also an
139         EXTRA_DIST augmentation for files in build-aux/.
140
141 2007-07-16  Bruno Haible  <bruno@clisp.org>
142
143         * modules/lseek (License): Use the synonymous term "LGPLv2+".
144         * modules/getdelim (License): Likewise.
145
146 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
147
148         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
149         * modules/d-type (License): Likewise.
150         * modules/extensions (License): Likewise.
151         * modules/fnmatch (License): Likewise.
152         * modules/fseeko (License): Likewise.
153         * modules/getaddrinfo (License): Likewise.
154         * modules/getline (License): Likewise.
155         * modules/getlogin_r (License): Likewise.
156         * modules/getpass (License): Likewise.
157         * modules/gettimeofday (License): Likewise.
158         * modules/glob (License): Likewise.
159         * modules/inet_ntop (License): Likewise.
160         * modules/malloc (License): Likewise.
161         * modules/malloca (License): Likewise.
162         * modules/memmem (License): Likewise.
163         * modules/mempcpy (License): Likewise.
164         * modules/memset (License): Likewise.
165         * modules/minmax (License): Likewise.
166         * modules/mktime (License): Likewise.
167         * modules/netinet_in (License): Likewise.
168         * modules/pathmax (License): Likewise.
169         * modules/poll (License): Likewise.
170         * modules/regex (License): Likewise.
171         * modules/snprintf (License): Likewise.
172         * modules/stdbool (License): Likewise.
173         * modules/stdint (License): Likewise.
174         * modules/stdio (License): Likewise.
175         * modules/strcase (License): Likewise.
176         * modules/strcasestr (License): Likewise.
177         * modules/strdup (License): Likewise.
178         * modules/string (License): Likewise.
179         * modules/strndup (License): Likewise.
180         * modules/strnlen (License): Likewise.
181         * modules/strpbrk (License): Likewise.
182         * modules/strptime (License): Likewise.
183         * modules/strsep (License): Likewise.
184         * modules/sys_select (License): Likewise.
185         * modules/sys_socket (License): Likewise.
186         * modules/sys_stat (License): Likewise.
187         * modules/sys_time (License): Likewise.
188         * modules/time (License): Likewise.
189         * modules/time_r (License): Likewise.
190         * modules/timegm (License): Likewise.
191         * modules/unistd (License): Likewise.
192         * modules/vsnprintf (License): Likewise.
193         * modules/wctype (License): Likewise.
194
195 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
196
197         * modules/argz (License): LGPLv2+.
198
199 2007-07-15  Karl Berry  <karl@gnu.org>
200
201         * doc/gnulib.texi: revise node structure per new fdl.texi.
202
203 2007-07-14  Bruno Haible  <bruno@clisp.org>
204
205         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
206         the output file.
207         * lib/uniname/uninames.h: Regenerated.
208
209 2007-07-14  Karl Berry  <karl@gnu.org>
210
211         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
212         omitting sectioning and index commands.
213
214 2007-07-13  Bruno Haible  <bruno@clisp.org>
215
216         New gnulib-tool option --more-symlinks.
217         * gnulib-tool (func_usage): Document --more-symlinks.
218         (do_copyrights): New variable.
219         Recognize option --more-symlinks.
220         (func_import): Don't add a copyright notice transform to
221         sed_transform_lib_file if do_copyrights is empty.
222
223 2007-07-13  Bruno Haible  <bruno@clisp.org>
224
225         * lib/vasnprintf.c (decimal_point_char): Define also if
226         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
227         && !NEED_PRINTF_DIRECTIVE_A.
228         Reported by Clemens Koller <clemens.koller@anagramm.de> via
229         Gary V. Vaughan <gary@gnu.org>.
230
231 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
232
233         * lib/inttypes_.h: Undo previous change, since it was fixed
234         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
235
236 2007-07-13  Bruno Haible  <bruno@clisp.org>
237
238         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
239         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
240
241 2007-07-13  Jim Meyering  <jim@meyering.net>
242
243         df: Don't fail for Tru64's "file-on-file mount".
244         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
245         so we fall through and use statfs instead.  Details here:
246         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
247         Reported by Albert Chin.
248
249 2007-07-13  Bruno Haible  <bruno@clisp.org>
250
251         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
252         * modules/configmake (License): Likewise.
253         * modules/gettext (License): Likewise.
254         * modules/gettext-h (License): Likewise.
255         * modules/include_next (License): Likewise.
256         * modules/link-warning (License): Likewise.
257         * modules/localcharset (License): Likewise.
258         * modules/localename (License): Likewise.
259         * modules/lock (License): Likewise.
260         * modules/relocatable-lib-lgpl (License): Likewise.
261         * modules/size_max (License): Likewise.
262         * modules/vasnprintf (License): Likewise.
263         * modules/wchar (License): Likewise.
264         * modules/xsize (License): Likewise.
265
266 2007-07-13  Bruno Haible  <bruno@clisp.org>
267
268         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
269         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
270
271 2007-07-12  Bruno Haible  <bruno@clisp.org>
272
273         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
274         in the modules files.
275
276 2007-07-11  Karl Berry  <karl@gnu.org>
277
278         * MODULES.html.sh (func_module): use
279          sed -e '\|^'"${includefile}"'$|d'
280          instead of /.../d, to avoid errors on $includefile's containing /.
281
282 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
283
284         * gnulib-tool (func_import): Avoid duplication of --avoid
285         statements
286         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
287         names to `_' in variable names.
288
289 2007-07-10  Eric Blake  <ebb9@byu.net>
290
291         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
292         * NEWS: Document this change.
293
294 2007-07-08  Bruno Haible  <bruno@clisp.org>
295
296         Update to Unicode 5.0.
297         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
298         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
299         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
300         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
301         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
302         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
303         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
304         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
305         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
306         U+10A3F, U+1D242..U+1D244.
307         (nonspacing_table_ind): Update.
308         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
309         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
310
311 2007-07-08  Bruno Haible  <bruno@clisp.org>
312
313         Update to Unicode 5.0.
314         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
315         code transform. Extend the name index field of unicode_name_to_code and
316         unicode_code_to_name from 16 to 24 bits.
317         * lib/uniname/uniname.c (unicode_character_name,
318         unicode_name_character): Add the range 0x12xxx to the code transform.
319         * lib/uniname/uninames.h: Regenerated.
320         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
321
322 2007-07-07  Bruno Haible  <bruno@clisp.org>
323
324         * modules/wcwidth-tests: New file.
325         * tests/test-wcwidth.c: New file.
326
327         Work around MacOS X wcwidth() bug.
328         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
329         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
330         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
331         original wcwidth in non-UTF-8 locales.
332         * modules/wcwidth (Depends-on): Add localcharset, streq,
333         uniwidth/width.
334         * doc/functions/wcwidth.texi: Update.
335
336 2007-07-07  Bruno Haible  <bruno@clisp.org>
337
338         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
339         (wcwidth): New declaration.
340         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
341         macros.
342         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
343         here. Prepare for creating <wchar.h> unconditionally.
344         * modules/wchar (Depends-on): Add link-warning.
345         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
346         REPLACE_WCWIDTH, and GL_LINK_WARNING.
347         * lib/wcwidth.h: Remove file.
348         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
349         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
350         * modules/wcwidth (Files): Remove lib/wcwidth.h.
351         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
352         (Include): Replace wcwidth.h with <wchar.h>.
353         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
354         * lib/mbchar.h: Don't include wcwidth.h.
355         * lib/mbswidth.c: Likewise.
356         * NEWS: Mention the change.
357
358 2007-07-07  Bruno Haible  <bruno@clisp.org>
359
360         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
361         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
362         definition with an external declaration.
363         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
364         defined as a function. Remove AC_C_INLINE requirement.
365         * modules/wcwidth (Files): Add lib/wcwidth.c.
366         (Makefile.am): Remove redundant statement.
367
368 2007-07-07  Bruno Haible  <bruno@clisp.org>
369
370         * MODULES.html.sh (Unicode string functions): Add the new modules.
371
372         * tests/uniwidth/test-u32-strwidth.c: New file.
373         * modules/uniwidth/u32-strwidth-tests: New file.
374
375         * lib/uniwidth/u32-strwidth.c: New file.
376         * modules/uniwidth/u32-strwidth: New file.
377
378         * tests/uniwidth/test-u16-strwidth.c: New file.
379         * modules/uniwidth/u16-strwidth-tests: New file.
380
381         * lib/uniwidth/u16-strwidth.c: New file.
382         * modules/uniwidth/u16-strwidth: New file.
383
384         * tests/uniwidth/test-u8-strwidth.c: New file.
385         * modules/uniwidth/u8-strwidth-tests: New file.
386
387         * lib/uniwidth/u8-strwidth.c: New file.
388         * modules/uniwidth/u8-strwidth: New file.
389
390         * tests/uniwidth/test-u32-width.c: New file.
391         * modules/uniwidth/u32-width-tests: New file.
392
393         * lib/uniwidth/u32-width.c: New file.
394         * modules/uniwidth/u32-width: New file.
395
396         * tests/uniwidth/test-u16-width.c: New file.
397         * modules/uniwidth/u16-width-tests: New file.
398
399         * lib/uniwidth/u16-width.c: New file.
400         * modules/uniwidth/u16-width: New file.
401
402         * tests/uniwidth/test-u8-width.c: New file.
403         * modules/uniwidth/u8-width-tests: New file.
404
405         * lib/uniwidth/u8-width.c: New file.
406         * modules/uniwidth/u8-width: New file.
407
408         * tests/uniwidth/test-uc_width.c: New file.
409         * modules/uniwidth/width-tests: New file.
410
411         * lib/uniwidth/width.c: New file, from GNU libiconv.
412         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
413         * modules/uniwidth/width: New file.
414
415         * lib/uniwidth.h: New file, from GNU libiconv.
416         * modules/uniwidth/base: New file.
417
418 2007-07-07  Bruno Haible  <bruno@clisp.org>
419
420         * lib/uniname.h: New file, from GNU gettext.
421         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
422         * lib/uniname/uninames.h: New file, from GNU gettext.
423         * lib/uniname/uniname.c: New file, from GNU gettext.
424         * tests/uniname/test-uninames.sh: New file.
425         * tests/uniname/test-uninames.c: New file, from GNU gettext.
426         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
427         * modules/uniname/base: New file.
428         * modules/uniname/uniname: New file.
429         * modules/uniname/uniname-tests: New file.
430         * MODULES.html.sh (Unicode string functions): Add the new modules.
431
432 2007-07-06  Bruno Haible  <bruno@clisp.org>
433
434         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
435
436 2007-07-06  Bruno Haible  <bruno@clisp.org>
437
438         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
439         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
440         includes <cygwin/sys_time.h> which includes <sys/select.h> which
441         include <sys/time.h>.
442         Reported by Eric Blake.
443
444 2007-07-06  Eric Blake  <ebb9@byu.net>
445
446         Fix testing canonicalize on cygwin.
447         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
448         Revert patch from 2007-06-19.
449         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
450         canonicalize module is also in use.
451         * tests/test-canonicalize.c: New file.
452         * tests/test-canonicalize.sh: Likewise.
453         * modules/canonicalize-tests: Likewise.
454
455 2007-07-06  Jim Meyering  <jim@meyering.net>
456
457         * lib/getugroups.c (getugroups): Detect getgrent failure.
458         Adjust comment to reflect reality: this function may return -1.
459
460 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
461
462         * build-aux/bootstrap (TP_URL,get_translations): Update to use
463         the new TP address.
464         (usage): Fix typo
465         (gnulib_mk): New variable.
466
467 2007-07-05  Jim Meyering  <jim@meyering.net>
468
469         Don't let endgrent clobber errno, no matter how improbable.
470         * lib/getugroups.c (getugroups): Save and restore errno around
471         endgrent call.
472
473         Close the group DB even when failing with 2^31 or more members.
474         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
475
476 2007-07-04  Jim Meyering  <jim@meyering.net>
477
478         * lib/getugroups.h: New file.
479         * lib/getugroups.c: Include "getugroups.h".
480         Remove uses of "register" keyword.
481         Move local variable, "cp", down into scope where used.
482         Give "username" parameter the "const" attribute.
483         * modules/getugroups (Files): Add lib/getugroups.h
484
485 2007-07-04  Karl Berry  <karl@gnu.org>
486
487         * MODULES.html.sh (func_all_modules): Complete rename of
488         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
489
490 2007-07-02  Bruno Haible  <bruno@clisp.org>
491
492         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
493         mode, when inttypes.h comes from gnulib.
494         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
495
496 2007-07-02  Simon Josefsson  <simon@josefsson.org>
497
498         * NEWS: Mention lgpl module name change.
499
500         * modules/lgpl-2.1: Renamed from lgpl.
501
502         * NEWS: Mention gpl module name change.
503
504         * modules/gpl-3.0: New file, based on gpl-2.0.
505
506         * modules/gpl-2.0: Renamed from gpl.
507
508         * modules/gpl: Fix filename, doc/gpl.texi is now found at
509         doc/gpl-2.0.texi.
510
511 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
512
513         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
514         #define __STDC_LIMIT_MACROS temporarily while including
515         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
516         Problem reported by Joel E. Denny in
517         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
518
519 2007-07-01  Bruno Haible  <bruno@clisp.org>
520
521         * lib/unistdio.h: New file.
522         * lib/unistdio/u-asnprintf.h: New file.
523         * lib/unistdio/u-asprintf.h: New file.
524         * lib/unistdio/u-printf-args.c: New file.
525         * lib/unistdio/u-printf-args.h: New file.
526         * lib/unistdio/u-printf-parse.h: New file.
527         * lib/unistdio/u-snprintf.h: New file.
528         * lib/unistdio/u-sprintf.h: New file.
529         * lib/unistdio/u-vasprintf.h: New file.
530         * lib/unistdio/u-vsnprintf.h: New file.
531         * lib/unistdio/u-vsprintf.h: New file.
532         * lib/unistdio/ulc-asnprintf.c: New file.
533         * lib/unistdio/ulc-asprintf.c: New file.
534         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
535         * lib/unistdio/ulc-printf-parse.c: New file.
536         * lib/unistdio/ulc-snprintf.c: New file.
537         * lib/unistdio/ulc-sprintf.c: New file.
538         * lib/unistdio/ulc-vasnprintf.c: New file.
539         * lib/unistdio/ulc-vasprintf.c: New file.
540         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
541         * lib/unistdio/ulc-vsnprintf.c: New file.
542         * lib/unistdio/ulc-vsprintf.c: New file.
543         * lib/unistdio/u8-asnprintf.c: New file.
544         * lib/unistdio/u8-asprintf.c: New file.
545         * lib/unistdio/u8-printf-parse.c: New file.
546         * lib/unistdio/u8-snprintf.c: New file.
547         * lib/unistdio/u8-sprintf.c: New file.
548         * lib/unistdio/u8-vasnprintf.c: New file.
549         * lib/unistdio/u8-vasprintf.c: New file.
550         * lib/unistdio/u8-vsnprintf.c: New file.
551         * lib/unistdio/u8-vsprintf.c: New file.
552         * lib/unistdio/u8-u8-asnprintf.c: New file.
553         * lib/unistdio/u8-u8-asprintf.c: New file.
554         * lib/unistdio/u8-u8-snprintf.c: New file.
555         * lib/unistdio/u8-u8-sprintf.c: New file.
556         * lib/unistdio/u8-u8-vasnprintf.c: New file.
557         * lib/unistdio/u8-u8-vasprintf.c: New file.
558         * lib/unistdio/u8-u8-vsnprintf.c: New file.
559         * lib/unistdio/u8-u8-vsprintf.c: New file.
560         * lib/unistdio/u16-asnprintf.c: New file.
561         * lib/unistdio/u16-asprintf.c: New file.
562         * lib/unistdio/u16-printf-parse.c: New file.
563         * lib/unistdio/u16-snprintf.c: New file.
564         * lib/unistdio/u16-sprintf.c: New file.
565         * lib/unistdio/u16-vasnprintf.c: New file.
566         * lib/unistdio/u16-vasprintf.c: New file.
567         * lib/unistdio/u16-vsnprintf.c: New file.
568         * lib/unistdio/u16-vsprintf.c: New file.
569         * lib/unistdio/u16-u16-asnprintf.c: New file.
570         * lib/unistdio/u16-u16-asprintf.c: New file.
571         * lib/unistdio/u16-u16-snprintf.c: New file.
572         * lib/unistdio/u16-u16-sprintf.c: New file.
573         * lib/unistdio/u16-u16-vasnprintf.c: New file.
574         * lib/unistdio/u16-u16-vasprintf.c: New file.
575         * lib/unistdio/u16-u16-vsnprintf.c: New file.
576         * lib/unistdio/u16-u16-vsprintf.c: New file.
577         * lib/unistdio/u32-asnprintf.c: New file.
578         * lib/unistdio/u32-asprintf.c: New file.
579         * lib/unistdio/u32-printf-parse.c: New file.
580         * lib/unistdio/u32-snprintf.c: New file.
581         * lib/unistdio/u32-sprintf.c: New file.
582         * lib/unistdio/u32-vasnprintf.c: New file.
583         * lib/unistdio/u32-vasprintf.c: New file.
584         * lib/unistdio/u32-vsnprintf.c: New file.
585         * lib/unistdio/u32-vsprintf.c: New file.
586         * lib/unistdio/u32-u32-asnprintf.c: New file.
587         * lib/unistdio/u32-u32-asprintf.c: New file.
588         * lib/unistdio/u32-u32-snprintf.c: New file.
589         * lib/unistdio/u32-u32-sprintf.c: New file.
590         * lib/unistdio/u32-u32-vasnprintf.c: New file.
591         * lib/unistdio/u32-u32-vasprintf.c: New file.
592         * lib/unistdio/u32-u32-vsnprintf.c: New file.
593         * lib/unistdio/u32-u32-vsprintf.c: New file.
594         * tests/unistdio/test-ulc-asnprintf1.c: New file.
595         * tests/unistdio/test-ulc-asnprintf1.h: New file.
596         * tests/unistdio/test-ulc-printf1.h: New file.
597         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
598         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
599         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
600         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
601         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
602         * tests/unistdio/test-ulc-vasprintf1.c: New file.
603         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
604         * tests/unistdio/test-ulc-vsprintf1.c: New file.
605         * tests/unistdio/test-u8-asnprintf1.c: New file.
606         * tests/unistdio/test-u8-asnprintf1.h: New file.
607         * tests/unistdio/test-u8-printf1.h: New file.
608         * tests/unistdio/test-u8-vasnprintf1.c: New file.
609         * tests/unistdio/test-u8-vasnprintf2.c: New file.
610         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
611         * tests/unistdio/test-u8-vasnprintf3.c: New file.
612         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
613         * tests/unistdio/test-u8-vasprintf1.c: New file.
614         * tests/unistdio/test-u8-vsnprintf1.c: New file.
615         * tests/unistdio/test-u8-vsprintf1.c: New file.
616         * tests/unistdio/test-u16-asnprintf1.c: New file.
617         * tests/unistdio/test-u16-asnprintf1.h: New file.
618         * tests/unistdio/test-u16-printf1.h: New file.
619         * tests/unistdio/test-u16-vasnprintf1.c: New file.
620         * tests/unistdio/test-u16-vasnprintf2.c: New file.
621         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
622         * tests/unistdio/test-u16-vasnprintf3.c: New file.
623         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
624         * tests/unistdio/test-u16-vasprintf1.c: New file.
625         * tests/unistdio/test-u16-vsnprintf1.c: New file.
626         * tests/unistdio/test-u16-vsprintf1.c: New file.
627         * tests/unistdio/test-u32-asnprintf1.c: New file.
628         * tests/unistdio/test-u32-asnprintf1.h: New file.
629         * tests/unistdio/test-u32-printf1.h: New file.
630         * tests/unistdio/test-u32-vasnprintf1.c: New file.
631         * tests/unistdio/test-u32-vasnprintf2.c: New file.
632         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
633         * tests/unistdio/test-u32-vasnprintf3.c: New file.
634         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
635         * tests/unistdio/test-u32-vasprintf1.c: New file.
636         * tests/unistdio/test-u32-vsnprintf1.c: New file.
637         * tests/unistdio/test-u32-vsprintf1.c: New file.
638         * modules/unistdio/base: New file.
639         * modules/unistdio/u-printf-args: New file.
640         * modules/unistdio/ulc-asnprintf: New file.
641         * modules/unistdio/ulc-asprintf: New file.
642         * modules/unistdio/ulc-fprintf: New file.
643         * modules/unistdio/ulc-printf-parse: New file.
644         * modules/unistdio/ulc-snprintf: New file.
645         * modules/unistdio/ulc-sprintf: New file.
646         * modules/unistdio/ulc-vasnprintf: New file.
647         * modules/unistdio/ulc-vasprintf: New file.
648         * modules/unistdio/ulc-vfprintf: New file.
649         * modules/unistdio/ulc-vsnprintf: New file.
650         * modules/unistdio/ulc-vsprintf: New file.
651         * modules/unistdio/u8-asnprintf: New file.
652         * modules/unistdio/u8-asprintf: New file.
653         * modules/unistdio/u8-printf-parse: New file.
654         * modules/unistdio/u8-snprintf: New file.
655         * modules/unistdio/u8-sprintf: New file.
656         * modules/unistdio/u8-vasnprintf: New file.
657         * modules/unistdio/u8-vasprintf: New file.
658         * modules/unistdio/u8-vsnprintf: New file.
659         * modules/unistdio/u8-vsprintf: New file.
660         * modules/unistdio/u8-u8-asnprintf: New file.
661         * modules/unistdio/u8-u8-asprintf: New file.
662         * modules/unistdio/u8-u8-snprintf: New file.
663         * modules/unistdio/u8-u8-sprintf: New file.
664         * modules/unistdio/u8-u8-vasnprintf: New file.
665         * modules/unistdio/u8-u8-vasprintf: New file.
666         * modules/unistdio/u8-u8-vsnprintf: New file.
667         * modules/unistdio/u8-u8-vsprintf: New file.
668         * modules/unistdio/u16-asnprintf: New file.
669         * modules/unistdio/u16-asprintf: New file.
670         * modules/unistdio/u16-printf-parse: New file.
671         * modules/unistdio/u16-snprintf: New file.
672         * modules/unistdio/u16-sprintf: New file.
673         * modules/unistdio/u16-vasnprintf: New file.
674         * modules/unistdio/u16-vasprintf: New file.
675         * modules/unistdio/u16-vsnprintf: New file.
676         * modules/unistdio/u16-vsprintf: New file.
677         * modules/unistdio/u16-u16-asnprintf: New file.
678         * modules/unistdio/u16-u16-asprintf: New file.
679         * modules/unistdio/u16-u16-snprintf: New file.
680         * modules/unistdio/u16-u16-sprintf: New file.
681         * modules/unistdio/u16-u16-vasnprintf: New file.
682         * modules/unistdio/u16-u16-vasprintf: New file.
683         * modules/unistdio/u16-u16-vsnprintf: New file.
684         * modules/unistdio/u16-u16-vsprintf: New file.
685         * modules/unistdio/u32-asnprintf: New file.
686         * modules/unistdio/u32-asprintf: New file.
687         * modules/unistdio/u32-printf-parse: New file.
688         * modules/unistdio/u32-snprintf: New file.
689         * modules/unistdio/u32-sprintf: New file.
690         * modules/unistdio/u32-vasnprintf: New file.
691         * modules/unistdio/u32-vasprintf: New file.
692         * modules/unistdio/u32-vsnprintf: New file.
693         * modules/unistdio/u32-vsprintf: New file.
694         * modules/unistdio/u32-u32-asnprintf: New file.
695         * modules/unistdio/u32-u32-asprintf: New file.
696         * modules/unistdio/u32-u32-snprintf: New file.
697         * modules/unistdio/u32-u32-sprintf: New file.
698         * modules/unistdio/u32-u32-vasnprintf: New file.
699         * modules/unistdio/u32-u32-vasprintf: New file.
700         * modules/unistdio/u32-u32-vsnprintf: New file.
701         * modules/unistdio/u32-u32-vsprintf: New file.
702         * modules/unistdio/ulc-asnprintf-tests: New file.
703         * modules/unistdio/ulc-vasnprintf-tests: New file.
704         * modules/unistdio/ulc-vasprintf-tests: New file.
705         * modules/unistdio/ulc-vsnprintf-tests: New file.
706         * modules/unistdio/ulc-vsprintf-tests: New file.
707         * modules/unistdio/u8-asnprintf-tests: New file.
708         * modules/unistdio/u8-vasnprintf-tests: New file.
709         * modules/unistdio/u8-vasprintf-tests: New file.
710         * modules/unistdio/u8-vsnprintf-tests: New file.
711         * modules/unistdio/u8-vsprintf-tests: New file.
712         * modules/unistdio/u16-asnprintf-tests: New file.
713         * modules/unistdio/u16-vasnprintf-tests: New file.
714         * modules/unistdio/u16-vasprintf-tests: New file.
715         * modules/unistdio/u16-vsnprintf-tests: New file.
716         * modules/unistdio/u16-vsprintf-tests: New file.
717         * modules/unistdio/u32-asnprintf-tests: New file.
718         * modules/unistdio/u32-vasnprintf-tests: New file.
719         * modules/unistdio/u32-vasprintf-tests: New file.
720         * modules/unistdio/u32-vsnprintf-tests: New file.
721         * modules/unistdio/u32-vsprintf-tests: New file.
722         * MODULES.html.sh (Unicode string functions): Add the new modules.
723
724 2007-07-01  Bruno Haible  <bruno@clisp.org>
725
726         * lib/sprintf.c (sprintf): Limit the available length estimation,
727         to avoid address wraparound.
728         * lib/vsprintf.c (vsprintf): Likewise.
729         * modules/sprintf-posix (Dependencies): Add stdint.
730         * modules/vsprintf-posix (Dependencies): Likewise.
731
732 2007-07-01  Bruno Haible  <bruno@clisp.org>
733
734         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
735         Windows PATH as well. Conservative double-quoting. Comments.
736
737 2007-07-01  Bruno Haible  <bruno@clisp.org>
738             Eric Blake  <ebb9@byu.net>
739             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
740
741         * gnulib-tool (self_abspathname): Fix algorithm to cope with
742         empty components in $PATH, denoting '.'.
743
744 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
745
746         * gnulib-tool: Fix indentation.
747         (func_create_megatestdir): Likewise.
748         Report by Bruno Haible.
749
750 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
751
752         Sync from Automake.
753         * build-aux/gnupload: Fix shell portability issues with for loops.
754         Report by Karl Berry.
755
756 2007-06-29  Simon Josefsson  <simon@josefsson.org>
757
758         * build-aux/maint.mk (POURL): Use translationproject.org.
759
760 2007-06-27  Simon Josefsson  <simon@josefsson.org>
761             Bruno Haible  <bruno@clisp.org>
762
763         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
764         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
765         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
766         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
767         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
768
769 2007-06-27  Bruno Haible  <bruno@clisp.org>
770
771         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
772         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
773
774 2007-06-26  Karl Berry  <karl@gnu.org>
775
776         * MODULES.html.sh: remove xreadlink-with-size.
777
778 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
779
780         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
781         method that I hope also handles the double-include problem noted
782         by Bruno Haible in
783         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
784
785 2007-06-23  Bruno Haible  <bruno@clisp.org>
786
787         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
788         Don't let the 'mostlyclean' target fail if the last subdirectory could
789         not be removed.
790         Reported by Karl Berry.
791
792 2007-06-23  Bruno Haible  <bruno@clisp.org>
793
794         * gnulib-tool (echo): Add a speedier workaround for ksh.
795         * tests/test-echo.sh: Likewise.
796
797 2007-06-23  Bruno Haible  <bruno@clisp.org>
798
799         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
800         * tests/test-echo.sh: Likewise.
801
802 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
803
804         * gnulib-tool (IFS): Initialize early, so we don't set it to
805         empty later.
806         (self_abspathname): Rewrite algorithm to set it, reindent.
807         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
808         (func_create_megatestdir): Merge some sed scripts.
809
810 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
811
812         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
813         exposed by Sun Studio 11 cc on Solaris 8.
814
815 2007-06-22  Bruno Haible  <bruno@clisp.org>
816
817         * gnulib-tool (echo): Ensure the echo primitive does not interpret
818         backslashes.
819         * tests/test-echo.sh: New file.
820
821 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
822
823         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
824         simplify `sed_replace_build_aux' scripts, they are portable but
825         echoing them with `echo' is not.
826         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
827
828 2007-06-21  Karl Berry  <karl@gnu.org>
829
830         * config/srclist.txt: guess we can't handle the licenses via
831         srclist at the moment.
832
833 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
834
835         * MODULES.html.sh: Add include_next.
836         * modules/include_next: New file.
837
838 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
839
840         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
841         INCLUDE_NEXT.
842         (gl_CHECK_NEXT_HEADERS): New macro.
843         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
844         the obsolescent gl_ABSOLUTE_HEADER.
845         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
846         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
847         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
848         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
849         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
850         * m4/math_h.m4 (gl_MATH_H): Likewise.
851         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
852         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
853         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
854         * m4/stdint.m4 (gl_STDINT_H): Likewise.
855         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
856         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
857         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
858         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
859         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
860         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
861         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
862         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
863         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
864         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
865         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
866         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
867         * m4/inttypes.m4 (gl_INTTYPES_H): Define
868         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
869         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
870         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
871         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
872         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
873         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
874         * lib/float_.h: Likewise.
875         * lib/inttypes_.h: Likewise.
876         * lib/math_.h: Likewise.
877         * lib/search_.h: Likewise.
878         * lib/signal_.h: Likewise.
879         * lib/stdint_.h: Likewise.
880         * lib/stdio_.h: Likewise.
881         * lib/stdlib_.h: Likewise.
882         * lib/string_.h: Likewise.
883         * lib/sys_stat_.h: Likewise.
884         * lib/sys_time_.h: Likewise.
885         * lib/time_.h: Likewise.
886         * lib/unistd_.h: Likewise.
887         * lib/wchar_.h: Likewise.
888         * lib/wctype_.h: Likewise.
889         * lib/dirent_.h: Likewise.
890         * lib/iconv_.h: Likewise.
891         * lib/locale_.h: Likewise.
892         * lib/netinet_in_.h: Likewise.
893         * lib/sys_select_.h: Likewise.
894         * lib/sys_socket_.h: Likewise.
895         * lib/sysexits_.h: Likewise.
896         * modules/fcntl (Depends-on): Depend on include_next, not
897         absolute_header.
898         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
899         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
900         * modules/fchdir: Likewise.
901         * modules/float: Likewise.
902         * modules/iconv_open: Likewise.
903         * modules/inttypes: Likewise.
904         * modules/locale: Likewise.
905         * modules/math: Likewise.
906         * modules/netinet_in: Likewise.
907         * modules/search: Likewise.
908         * modules/signal: Likewise.
909         * modules/stdint: Likewise.
910         * modules/stdio: Likewise.
911         * modules/stdlib: Likewise.
912         * modules/string: Likewise.
913         * modules/sys_select: Likewise.
914         * modules/sys_socket: Likewise.
915         * modules/sys_stat: Likewise.
916         * modules/sys_time: Likewise.
917         * modules/sysexits: Likewise.
918         * modules/time: Likewise.
919         * modules/unistd: Likewise.
920         * modules/wchar: Likewise.
921         * modules/wctype: Likewise.
922         * modules/sys_stat: Change maintainer to "all".
923         * modules/unistd: Likewise.
924
925 2007-06-20  Karl Berry  <karl@gnu.org>
926
927         * config/srclist.txt: track www changes in license files.
928
929 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
930
931         * build-aux/bootstrap: Remove stray dot.
932         Make sure build_aux settings are honored when linking
933         gnulib_extra_files.
934
935 2007-06-19  Eric Blake  <ebb9@byu.net>
936
937         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
938         Allow compilation on cygwin.
939
940 2007-06-19  Jim Meyering  <jim@meyering.net>
941
942         xreadlink-with-size: Remove module.  No longer used.
943         Ex-callers now use xreadlink or mreadlink-with-size.
944         * modules/xreadlink-with-size: Remove module.
945         * lib/xreadlink-with-size.c: Remove file.
946         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
947         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
948         just before the function definition *is* accurate.
949
950         Eliminate one way canonicalize_filename_mode could exit.
951         * lib/canonicalize.c (canonicalize_filename_mode):
952         Use mreadlink_with_size, not xreadlink_with_size.
953
954 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
955
956         Detect porting problems to FreeBSD/arm, which has time_t wider than
957         long int.  Original problem reported for GNU diff by Xin Li in
958         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
959         * modules/getdate (Depends-on): Add intprops, verify.
960         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
961         is an integer type no wider than long int.
962
963 2007-06-18  Jim Meyering  <jim@meyering.net>
964
965         New module: mreadlink-with-size.
966         * MODULES.html.sh: Add mreadlink-with-size.
967         * modules/mreadlink-with-size: New module
968         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
969         not xreadlink-with-size.
970         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
971
972 2007-06-16  Bruno Haible  <bruno@clisp.org>
973
974         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
975         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
976         Reported by Gary V. Vaughan <gary@gnu.org>.
977
978 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
979
980         Revamp lchown so that it lives in unistd.h where it belongs.
981         * lib/lchown.h: Remove.
982         * lib/dirchownmod.c: Don't include lib/lchown.h.
983         * lib/fchownat.c: Likewise.
984         * lib/openat.c: Likewise.
985         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
986         does not follow symlinks.
987         (EOPNOTSUPP): Define if not defined.
988         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
989         is defined to 0.
990         (lchown): New decl.
991         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
992         Do not check for lchown decl.
993         Set REPLACE_LCHOWN.
994         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
995         REPLACE_LCHOWN.
996         * modules/chown: Make it clear it follows symlinks.
997         * modules/lchown: Make it clear it doesn't follow symlinks.
998         (Files): Remove lib/lchown.h
999         (Depends-on): Add unistd.
1000         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1001         (Include): Include <unistd.h>, not "lchown.h".
1002         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1003         REPLACE_LCHOWN.
1004
1005 2007-06-15  Jim Meyering  <jim@meyering.net>
1006
1007         Change license (GPL to LGPL) of fsusage and dependents.
1008         * modules/fsusage (License): Change to LGPL.
1009         * modules/full-read (License): Likewise.
1010         * modules/full-write (License): Likewise.
1011         * modules/safe-read (License): Likewise.
1012         * modules/safe-write (License): Likewise.
1013
1014 2007-06-14  Ben Pfaff  <blp@gnu.org>
1015
1016         Missing part of allocsa -> malloca transition.
1017         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1018         gl_MALLOCA.
1019
1020 2007-06-12  Bruno Haible  <bruno@clisp.org>
1021
1022         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1023         to ia64, x86_64, i386.
1024         Reported by Eric Blake.
1025
1026 2007-06-12  Bruno Haible  <bruno@clisp.org>
1027
1028         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1029         cross-compiling to x86_64.
1030
1031 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1032
1033         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1034         glitch reported by Ralf Wildenhues in
1035         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1036
1037         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1038         Vin Shelton.
1039
1040 2007-06-11  Bruno Haible  <bruno@clisp.org>
1041
1042         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1043         replacement string.
1044         Reported by Eric Blake.
1045
1046 2007-06-10  Bruno Haible  <bruno@clisp.org>
1047
1048         Prepare vasnprintf code for use with Unicode strings.
1049         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1050         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1051         TYPE_U32_STRING.
1052         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1053         a_u32_string variants.
1054         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1055         * lib/printf-args.c: Don't include config.h and the specification
1056         header if PRINTF_FETCHARGS is already defined.
1057         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1058         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1059         TYPE_U16_STRING, TYPE_U32_STRING.
1060         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1061         u16_directive, u16_directives, u32_directive, u32_directives): New
1062         types.
1063         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1064         New declarations.
1065         * lib/printf-parse.c: Don't include config.h and the specification
1066         header if PRINTF_PARSE is already defined. Eliminate the set of
1067         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1068         them now. Include c-ctype.h.
1069         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1070         directive and CHAR_T_ONLY_ASCII.
1071         * lib/vasnprintf.c: Don't include config.h and the specification header
1072         if VASNPRINTF is already defined.
1073         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1074         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1075         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1076         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1077         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1078         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1079         code accordingly.
1080         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1081         pad_ourselves also in this case, with the 'c' and 's' directives, and
1082         with a different notion of "width".
1083         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1084
1085 2007-06-10  Bruno Haible  <bruno@clisp.org>
1086
1087         * modules/unistr/u32-mbsnlen: New file.
1088         * lib/unistr/u32-mbsnlen.c: New file.
1089
1090         * modules/unistr/u16-mbsnlen: New file.
1091         * lib/unistr/u16-mbsnlen.c: New file.
1092
1093         * modules/unistr/u8-mbsnlen: New file.
1094         * lib/unistr/u8-mbsnlen.c: New file.
1095
1096         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1097         declarations.
1098
1099 2007-06-10  Bruno Haible  <bruno@clisp.org>
1100
1101         * lib/string_.h (mbsnlen): New declaration.
1102         * lib/mbsnlen.c: New file.
1103         * m4/mbsnlen.m4: New file.
1104         * modules/mbsnlen: New file.
1105         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1106         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1107         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1108
1109 2007-06-10  Bruno Haible  <bruno@clisp.org>
1110
1111         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1112
1113 2007-06-10  Bruno Haible  <bruno@clisp.org>
1114
1115         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1116         * lib/mbuiter.h: Likewise.
1117
1118 2007-06-10  Bruno Haible  <bruno@clisp.org>
1119
1120         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1121         declaration.
1122
1123 2007-06-10  Karl Berry  <karl@gnu.org>
1124
1125         * config/srclist.txt: remove gettext entries, Bruno prefers
1126         to update individually.
1127
1128 2007-06-10  Bruno Haible  <bruno@clisp.org>
1129
1130         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1131         'maxlen'. Ensure only length + width bytes are allocated, not
1132         length + 1 + width.
1133
1134 2007-06-09  Bruno Haible  <bruno@clisp.org>
1135
1136         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1137         (CHAR_T): Remove macro.
1138         (VASNPRINTF): Update.
1139
1140 2007-06-09  Bruno Haible  <bruno@clisp.org>
1141
1142         * MODULES.html.sh (Unicode string functions): Add the new modules.
1143
1144         * modules/uniconv/u32-conv-to-enc: New file.
1145         * lib/uniconv/u32-conv-to-enc.c: New file.
1146         * modules/uniconv/u32-conv-to-enc-tests: New file.
1147         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1148
1149         * modules/uniconv/u16-conv-to-enc: New file.
1150         * lib/uniconv/u16-conv-to-enc.c: New file.
1151         * lib/uniconv/u-conv-to-enc.h: New file.
1152         * modules/uniconv/u16-conv-to-enc-tests: New file.
1153         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1154
1155         * modules/uniconv/u8-conv-to-enc: New file.
1156         * lib/uniconv/u8-conv-to-enc.c: New file.
1157         * modules/uniconv/u8-conv-to-enc-tests: New file.
1158         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1159
1160         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1161         u32_conv_to_encoding): New declarations.
1162
1163 2007-06-09  Bruno Haible  <bruno@clisp.org>
1164
1165         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1166
1167 2007-06-09  Bruno Haible  <bruno@clisp.org>
1168
1169         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1170         * modules/malloca: Renamed from modules/allocsa, updated.
1171         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1172         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1173         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1174         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1175         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1176         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1177         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1178         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1179         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1180         * modules/c-strcasestr (Depends-on): Update.
1181         * lib/c-strcasestr.c: Update.
1182         * modules/c-strstr (Depends-on): Update.
1183         * lib/c-strstr.c: Update.
1184         * modules/canonicalize-lgpl (Depends-on): Update.
1185         * lib/canonicalize-lgpl.c: Update.
1186         * modules/clean-temp (Depends-on): Update.
1187         * lib/clean-temp.c: Update.
1188         * modules/csharpcomp (Depends-on): Update.
1189         * lib/csharpcomp.c: Update.
1190         * modules/csharpexec (Depends-on): Update.
1191         * lib/csharpexec.c: Update.
1192         * modules/javacomp (Depends-on): Update.
1193         * lib/javacomp.c: Update.
1194         * modules/javaexec (Depends-on): Update.
1195         * lib/javaexec.c: Update.
1196         * modules/mbscasestr (Depends-on): Update.
1197         * lib/mbscasestr.c: Update.
1198         * modules/mbsstr (Depends-on): Update.
1199         * lib/mbsstr.c: Update.
1200         * modules/setenv (Depends-on): Update.
1201         * lib/setenv.c: Update.
1202         * modules/strcasestr (Depends-on): Update.
1203         * lib/strcasestr.c: Update.
1204         * modules/striconveha (Depends-on): Update.
1205         * lib/striconveha.c: Update.
1206         * modules/relocatable-prog-wrapper (Files): Update.
1207         * lib/relocwrapper.c: Update.
1208         * build-aux/install-reloc: Update.
1209         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1210
1211 2007-06-08  Bruno Haible  <bruno@clisp.org>
1212
1213         Port to uClibc.
1214         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1215         * lib/fpurge.c (fpurge): Likewise.
1216         * lib/freading.c (freading): Likewise.
1217         * lib/fseeko.c (rpl_fseeko): Likewise.
1218         * lib/fseterr.c (fseterr): Likewise.
1219         * lib/fwriting.c (fwriting): Likewise.
1220         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1221
1222 2007-06-08  Bruno Haible  <bruno@clisp.org>
1223
1224         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1225         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1226         * modules/gettext (Files): Add m4/intlmacosx.m4.
1227
1228 2007-06-07  Bruno Haible  <bruno@clisp.org>
1229
1230         * modules/localename-tests: New file.
1231         * tests/test-localename.c: New file.
1232
1233         New module 'localename'.
1234         * lib/localename.h: New file.
1235         * lib/localename.c: New file, from GNU gettext.
1236         * m4/localename.m4: New file.
1237         * modules/localename: New file.
1238
1239 2007-06-07  Bruno Haible  <bruno@clisp.org>
1240
1241         Work around the lack of <wchar.h> on some builds of uClibc.
1242         * doc/headers/wchar.texi: Update.
1243         * lib/wchar_.h: Include <wchar.h> only if it exists.
1244         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1245         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1246         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1247         doesn't exist.
1248         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1249         * modules/mbfile (Depends-on): Add wchar.
1250         * modules/mbiter (Depends-on): Likewise.
1251         * modules/mbuiter (Depends-on): Likewise.
1252         Reported by Simon Josefsson.
1253
1254 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1255
1256         Work around problem reported by Steven M. Schweda in
1257         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1258         Tru64 5.1B with the Compaq compiler environment installed declares
1259         an 'isblank' function but does not define it in the C library.
1260         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1261         * lib/regex_internal.h (isblank): Likewise.
1262         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1263         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1264
1265 2007-06-05  Bruno Haible  <bruno@clisp.org>
1266
1267         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1268         ia64.
1269         * modules/printf-safe: New file.
1270         * modules/fprintf-posix (Depends-on): Add printf-safe.
1271         * modules/printf-posix (Depends-on): Likewise.
1272         * modules/snprintf-posix (Depends-on): Likewise.
1273         * modules/sprintf-posix (Depends-on): Likewise.
1274         * modules/vasnprintf-posix (Depends-on): Likewise.
1275         * modules/vasprintf-posix (Depends-on): Likewise.
1276         * modules/vfprintf-posix (Depends-on): Likewise.
1277         * modules/vprintf-posix (Depends-on): Likewise.
1278         * modules/vsnprintf-posix (Depends-on): Likewise.
1279         * modules/vsprintf-posix (Depends-on): Likewise.
1280         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1281         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1282         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1283         "no" on i386, x86_64, ia64.
1284         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1285         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1286         on i386, x86_64, ia64.
1287         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1288         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1289         on i386, x86_64, ia64.
1290         * tests/test-vasnprintf-posix.c: Include float.h.
1291         (LDBL80_WORDS): New macro.
1292         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1293         on i386, x86_64, ia64.
1294         * tests/test-vasprintf-posix.c: Include float.h.
1295         (LDBL80_WORDS): New macro.
1296         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1297         on i386, x86_64, ia64.
1298         * tests/test-snprintf-posix.c: Include float.h.
1299         * tests/test-sprintf-posix.c: Likewise.
1300         * tests/test-vsnprintf-posix.c: Likewise.
1301         * tests/test-vsprintf-posix.c: Likewise.
1302
1303 2007-06-05  Bruno Haible  <bruno@clisp.org>
1304
1305         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1306         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1307         non-IEEE numbers on i386, x86_64, ia64.
1308         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1309         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1310         * tests/test-isnanl.h: Include float.h.
1311         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1312
1313 2007-06-05  Bruno Haible  <bruno@clisp.org>
1314
1315         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1316         also the %a / %A. Handle the %a / %A code before this extra handling.
1317
1318 2007-06-05  Bruno Haible  <bruno@clisp.org>
1319
1320         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1321         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1322
1323 2007-06-05  Bruno Haible  <bruno@clisp.org>
1324
1325         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1326         typo in variable name.
1327
1328 2007-06-05  Eric Blake  <ebb9@byu.net>
1329
1330         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1331         Reported by Simon Josefsson.
1332
1333 2007-06-04  Bruno Haible  <bruno@clisp.org>
1334
1335         Avoid test failures on some PowerPC platforms.
1336         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1337         Define differently for PowerPC.
1338         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1339         Reported by Gary V. Vaughan <gary@gnu.org>.
1340
1341 2007-06-02  Bruno Haible  <bruno@clisp.org>
1342
1343         Fix test-stdint failure on FreeBSD/ia64.
1344         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1345         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1346         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1347         * doc/headers/stdint.texi: Update.
1348
1349 2007-06-01  Bruno Haible  <bruno@clisp.org>
1350
1351         * tests/test-binary-io.c (main): Pass a third argument to open().
1352         Reported by Gary V. Vaughan <gary@gnu.org>.
1353
1354 2007-06-01  Bruno Haible  <bruno@clisp.org>
1355
1356         * doc/functions/frexpl.texi: Update for mingw.
1357
1358 2007-06-01  Bruno Haible  <bruno@clisp.org>
1359
1360         * tests/test-lseek.c (main): Disable test of errno for invalid third
1361         argument.
1362         * doc/functions/lseek.texi: Update.
1363         Reported by Gary V. Vaughan <gary@gnu.org>.
1364
1365 2007-05-28  Bruno Haible  <bruno@clisp.org>
1366
1367         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1368
1369 2007-05-31  Eric Blake  <ebb9@byu.net>
1370
1371         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1372         cross compiling.
1373
1374 2007-05-30  Eric Blake  <ebb9@byu.net>
1375         and Bruno Haible  <bruno@clisp.org>
1376
1377         Work around mingw test failures exposed by m4-1.4.9b.
1378         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1379         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1380         moment.
1381
1382 2007-05-30  Bruno Haible  <bruno@clisp.org>
1383
1384         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1385         assuming that they are closed. Needed on HP-UX 11.
1386
1387 2007-05-29  Bruno Haible  <bruno@clisp.org>
1388
1389         Fix a problem with #include_next.
1390         * lib/dirent_.h: Split the double-inclusion guard.
1391         * lib/fcntl_.h: Likewise.
1392         * lib/float_.h: Likewise.
1393         * lib/iconv_.h: Likewise.
1394         * lib/inttypes_.h: Likewise.
1395         * lib/locale_.h: Likewise.
1396         * lib/math_.h: Likewise.
1397         * lib/netinet_in_.h: Likewise.
1398         * lib/search_.h: Likewise.
1399         * lib/signal_.h: Likewise.
1400         * lib/stdint_.h: Likewise.
1401         * lib/stdio_.h: Likewise.
1402         * lib/stdlib_.h: Likewise.
1403         * lib/string_.h: Likewise.
1404         * lib/sys_select_.h: Likewise.
1405         * lib/sys_socket_.h: Likewise.
1406         * lib/sys_stat_.h: Likewise.
1407         * lib/sys_time_.h: Likewise.
1408         * lib/sysexits_.h: Likewise.
1409         * lib/time_.h: Likewise.
1410         * lib/unistd_.h: Likewise.
1411         * lib/wchar_.h: Likewise.
1412         * lib/wctype_.h: Likewise.
1413
1414 2007-05-29  Bruno Haible  <bruno@clisp.org>
1415
1416         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1417         for the moment.
1418
1419 2007-05-29  Bruno Haible  <bruno@clisp.org>
1420
1421         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1422         invocation.
1423         Reported by Eric Blake.
1424
1425 2007-05-29  Bruno Haible  <bruno@clisp.org>
1426
1427         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1428         compiling case.
1429
1430 2007-05-29  Eric Blake  <ebb9@byu.net>
1431             Bruno Haible  <bruno@clisp.org>
1432
1433         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1434         cross compiles.
1435
1436 2007-05-28  Eric Blake  <ebb9@byu.net>
1437
1438         * modules/closein-tests (test_closein_LDADD): Support test on
1439         cygwin with libtool.
1440
1441 2007-05-28  Bruno Haible  <bruno@clisp.org>
1442
1443         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1444         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1445         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1446         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1447         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1448         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1449         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1450         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1451         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1452
1453 2007-05-28  Eric Blake  <ebb9@byu.net>
1454
1455         Unconditionally include <config.h> in unit tests.
1456         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1457         * tests/test-allocsa.c, tests/test-arcfour.c,
1458         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1459         tests/test-array_list.c, tests/test-array_oset.c,
1460         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1461         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1462         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1463         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1464         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1465         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1466         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1467         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1468         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1469         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1470         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1471         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1472         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1473         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1474         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1475         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1476         test-md5.c, test-memmem.c, test-printf-posix.c,
1477         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1478         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1479         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1480         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1481         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1482         test-vasnprintf-posix2.c, test-vasnprintf.c,
1483         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1484         test-vfprintf-posix.c, test-vprintf-posix.c,
1485         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1486         test-xvasprintf.c: Likewise.
1487
1488 2007-05-28  Bruno Haible  <bruno@clisp.org>
1489
1490         * gnulib-tool (func_import): Remember the --with-tests command-line
1491         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1492         Reported by Eric Blake.
1493
1494 2007-05-28  Bruno Haible  <bruno@clisp.org>
1495
1496         * modules/ftell-tests: New file.
1497         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1498         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1499
1500         * lib/ftell.c: New file.
1501         * modules/ftell: New file.
1502         * m4/ftell.m4: New file.
1503         * doc/functions/ftell.texi: Update.
1504         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1505         REPLACE_FTELL.
1506         * lib/stdio_.h (rpl_ftell): New declaration.
1507         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1508         REPLACE_FTELL.
1509
1510 2007-05-28  Eric Blake  <ebb9@byu.net>
1511
1512         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1513
1514 2007-05-28  Bruno Haible  <bruno@clisp.org>
1515
1516         * modules/fseek-tests: New file.
1517         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1518         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1519
1520         * lib/fseek.c: New file.
1521         * modules/fseek: New file.
1522         * m4/fseek.m4: New file.
1523         * doc/functions/fseek.texi: Update.
1524         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1525         REPLACE_FSEEK.
1526         * lib/stdio_.h (rpl_fseek): New declaration.
1527         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1528         REPLACE_FSEEK.
1529
1530 2007-05-28  Bruno Haible  <bruno@clisp.org>
1531
1532         * lib/stdio_.h (fflush): More comments.
1533
1534 2007-05-28  Bruno Haible  <bruno@clisp.org>
1535
1536         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1537         runtime test.
1538
1539 2007-05-28  Eric Blake  <ebb9@byu.net>
1540
1541         Improve lseek module.
1542         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1543         * lib/unistd_.h (lseek): Scale back link warning message.
1544         * tests/test-lseek.c: Beef up test.
1545         * tests/test-lseek.sh: Exercise more facets of lseek.
1546         Reported by Bruno Haible.
1547
1548 2007-05-28  Bruno Haible  <bruno@clisp.org>
1549
1550         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1551         to define.
1552
1553 2007-05-27  Bruno Haible  <bruno@clisp.org>
1554
1555         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1556
1557 2007-05-27  Bruno Haible  <bruno@clisp.org>
1558
1559         * modules/openmp: New file.
1560         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1561         Noah Misch.
1562
1563 2007-05-26  Bruno Haible  <bruno@clisp.org>
1564
1565         * modules/chdir-long (Depends-on): Add fchdir.
1566         * modules/chdir-safer (Depends-on): Likewise.
1567         * modules/fts (Depends-on): Likewise.
1568         * modules/fts-lgpl (Depends-on): Likewise.
1569         * modules/openat (Depends-on): Likewise.
1570         * modules/savewd (Depends-on): Likewise.
1571
1572 2007-05-24  Eric Blake  <ebb9@byu.net>
1573
1574         Fix lseek on mingw.
1575         * modules/lseek: New module.
1576         * m4/lseek.m4: New file.
1577         * lib/lseek.c: New file.
1578         * modules/lseek-tests: New file.
1579         * tests/test-lseek.c: New file.
1580         * tests/test-lseek.sh: New file.
1581         * MODULES.html.sh: Document lseek module.
1582         * modules/fflush (Depends-on): Add lseek, fseeko.
1583         * modules/fseeko (Depends-on): Likewise.
1584         * modules/ftello (Depends-on): Likewise.
1585         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1586         broken.
1587         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1588         broken.
1589         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1590         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1591         * lib/ftello.c (rpl_ftello): Likewise.
1592         * tests/test-fseeko.c (main): Test this.
1593         * tests/test-fseeko.sh: Likewise.
1594         * tests/test-ftello.c (main): Likewise.
1595         * tests/test-ftello.sh: Likewise.
1596         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1597         implies replacing fseek.
1598         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1599         HAVE_FTELLO.
1600         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1601         * modules/unistd (Makefile.am): Likewise.
1602         * lib/unistd_.h (lseek): Declare a replacement.
1603         * doc/functions/lseek.texi (lseek): Document this fix.
1604         * doc/functions/fseek.texi (fseek): Likewise.
1605         * doc/functions/ftell.texi (ftell): Likewise.
1606
1607 2007-05-24  Bruno Haible  <bruno@clisp.org>
1608
1609         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1610         in the printed representation of a NaN.
1611         * tests/test-vasprintf-posix.c (test_function): Likewise.
1612         * tests/test-snprintf-posix.h (test_function): Likewise.
1613         * tests/test-sprintf-posix.h (test_function): Likewise.
1614         Reported by Eric Blake.
1615
1616 2007-05-23  Eric Blake  <ebb9@byu.net>
1617
1618         Fix fseeko/ftello on cygwin 1.5.24.
1619         * doc/functions/fseeko.texi (fseeko): Document the fix.
1620         * doc/functions/ftello.texi (ftello): Document the fix.
1621         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1622         * doc/functions/stdout.text (stdout): New file.
1623         * doc/functions/stderr.text (stderr): New file.
1624         * doc/gnulib.texi (Function Substitutes): Use new files.
1625         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1626         prior to 1.7.0.
1627         * tests/test-ftello.c (main): Likewise for ftello.
1628         * tests/test-fseeko.sh: New file.
1629         * tests/test-ftello.sh: New file.
1630         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1631         with seekable stdin.
1632         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1633         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1634         (gl_REPLACE_FSEEKO): New macro.
1635         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1636         * modules/fseeko (Files): Distribute fseeko.c.
1637         * modules/ftello (Files): Distribute ftello.c.
1638         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1639         mode.
1640         * lib/ftello.c (rpl_ftello): New file.
1641         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1642         fseeko, ftello.
1643         (gl_STDIN_LARGE_OFFSET): New macro.
1644         * modules/stdio (Makefile.am): Perform the replacement.
1645         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1646
1647 2007-05-23  Bruno Haible  <bruno@clisp.org>
1648
1649         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1650         GNULIB_POSIXCHECK is defined.
1651
1652 2007-05-21  Bruno Haible  <bruno@clisp.org>
1653
1654         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1655         Check also the output for NaN arguments. When cross-compiling, guess
1656         no on IRIX.
1657         * lib/vasnprintf.c: Update comments.
1658         * tests/test-vasnprintf-posix.c (strisnan): New function.
1659         (test_function): Use it.
1660         * tests/test-vasprintf-posix.c (strisnan): New function.
1661         (test_function): Use it.
1662         * tests/test-snprintf-posix.h (strisnan): New function.
1663         (test_function): Use it.
1664         * tests/test-sprintf-posix.h (strisnan): New function.
1665         (test_function): Use it.
1666         Reported by Eric Blake.
1667
1668 2007-05-20  Bruno Haible  <bruno@clisp.org>
1669
1670         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1671         numbers that fails on BeOS.
1672         * doc/functions/frexpl.texi: Update.
1673
1674 2007-05-20  Jim Meyering  <jim@meyering.net>
1675
1676         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1677         forced upon us by glibc-2.6.
1678
1679 2007-05-20  Bruno Haible  <bruno@clisp.org>
1680
1681         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1682         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1683         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1684         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1685         NEED_PRINTF_INFINITE.
1686         (is_infinitel): New function.
1687         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1688         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1689         gl_PREREQ_VASNPRINTF_INFINITE.
1690         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1691         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1692         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1693         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1694         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1695         gl_PREREQ_VASNPRINTF_INFINITE.
1696         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1697         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1698         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1699         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1700         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1701         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1702         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1703         * doc/functions/fprintf.texi: Update.
1704         * doc/functions/printf.texi: Update.
1705         * doc/functions/snprintf.texi: Update.
1706         * doc/functions/sprintf.texi: Update.
1707         * doc/functions/vfprintf.texi: Update.
1708         * doc/functions/vprintf.texi: Update.
1709         * doc/functions/vsnprintf.texi: Update.
1710         * doc/functions/vsprintf.texi: Update.
1711
1712 2007-05-20  Bruno Haible  <bruno@clisp.org>
1713
1714         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1715         was not found in libc.
1716         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1717
1718 2007-05-20  Bruno Haible  <bruno@clisp.org>
1719
1720         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1721         printed as "-nan" instead of "nan".
1722         * tests/test-vasprintf-posix.c (test_function): Likewise.
1723         * tests/test-snprintf-posix.h (test_function): Likewise.
1724         * tests/test-sprintf-posix.h (test_function): Likewise.
1725         Needed for HP-UX 11.
1726
1727 2007-05-20  Jim Meyering  <jim@meyering.net>
1728
1729         Fix buggy test for the fchownat-deref bug.
1730         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1731         symlink required for the run-test.  Without it, this test would
1732         always declare that fchownat doesn't work, and client code would
1733         unnecessarily use the replacement function with fixed libc.
1734         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1735         Reported by Greg Schafer.
1736
1737 2007-05-19  Bruno Haible  <bruno@clisp.org>
1738
1739         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1740         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1741         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1742         Needed for IRIX 6.5 and Solaris 2.5.1.
1743
1744 2007-05-19  Bruno Haible  <bruno@clisp.org>
1745
1746         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1747         (test_function): Skip tests involving -0.0 on platforms where
1748         -0.0 = 0.0.
1749         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1750         (test_function): Skip tests involving -0.0 on platforms where
1751         -0.0 = 0.0.
1752         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1753         (test_function): Skip tests involving -0.0 on platforms where
1754         -0.0 = 0.0.
1755         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1756         (test_function): Skip tests involving -0.0 on platforms where
1757         -0.0 = 0.0.
1758         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
1759         tests.
1760         * tests/test-printf-posix.h (test_function): Likewise.
1761         * tests/test-printf-posix.output: Remove all -0.0 related results.
1762         Needed for IRIX 6.5.
1763
1764 2007-05-19  Bruno Haible  <bruno@clisp.org>
1765
1766         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1767         printed as "nan0x7fffffff" instead of "nan".
1768         * tests/test-vasprintf-posix.c (test_function): Likewise.
1769         * tests/test-snprintf-posix.h (test_function): Likewise.
1770         * tests/test-sprintf-posix.h (test_function): Likewise.
1771         * tests/test-fprintf-posix.h (NaN): Remove macro.
1772         (test_function): Remove all NaN related tests.
1773         * tests/test-printf-posix.h (NaN): Remove macro.
1774         (test_function): Remove all NaN related tests.
1775         * tests/test-printf-posix.output: Remove all NaN related results.
1776         Needed for IRIX 6.5.
1777
1778 2007-05-19  Bruno Haible  <bruno@clisp.org>
1779
1780         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
1781         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
1782
1783 2007-05-19  Bruno Haible  <bruno@clisp.org>
1784
1785         * lib/float_.h: New file.
1786         * m4/float_h.m4: New file.
1787         * modules/float: New file.
1788         * modules/isnanl (Dependencies): Add float.
1789         * modules/isnanl-nolibm (Dependencies): Likewise.
1790         * modules/mathl (Dependencies): Likewise.
1791         * modules/printf-frexpl (Dependencies): Likewise.
1792         * modules/signbit (Dependencies): Likewise.
1793         * modules/vasnprintf (Dependencies): Likewise.
1794         * doc/headers/float.texi: Update.
1795
1796 2007-05-19  Jim Meyering  <jim@meyering.net>
1797
1798         * lib/utimens.c (gl_futimens): Rename from futimens,
1799         now that glibc-2.6 declares futimens.
1800         * lib/utimens.h: Likewise.
1801
1802 2007-05-19  Bruno Haible  <bruno@clisp.org>
1803
1804         Avoid test failures on mingw.
1805         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
1806         * tests/test-printf-posix.sh: Likewise.
1807         * tests/test-vfprintf-posix.sh: Likewise.
1808         * tests/test-vprintf-posix.sh: Likewise.
1809
1810 2007-05-19  Bruno Haible  <bruno@clisp.org>
1811
1812         Fix *printf result for NaN, Inf, -0.0 on mingw.
1813         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
1814         * lib/vasnprintf.c: Include math.h and isnan.h.
1815         (is_infinite_or_zero): New function.
1816         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
1817         values in the %f, %F, %e, %E, %g, %G directives.
1818         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
1819         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1820         gl_PRINTF_INFINITE and test its result. Invoke
1821         gl_PREREQ_VASNPRINTF_INFINITE.
1822         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1823         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1824         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1825         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1826         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1827         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1828         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1829         * doc/functions/fprintf.texi: Update.
1830         * doc/functions/printf.texi: Update.
1831         * doc/functions/snprintf.texi: Update.
1832         * doc/functions/sprintf.texi: Update.
1833         * doc/functions/vfprintf.texi: Update.
1834         * doc/functions/vprintf.texi: Update.
1835         * doc/functions/vsnprintf.texi: Update.
1836         * doc/functions/vsprintf.texi: Update.
1837
1838 2007-05-19  Bruno Haible  <bruno@clisp.org>
1839
1840         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
1841         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
1842         Instead of multiplying with 10^k, set extra_zeroes to k.
1843         (scale10_round_long_double): Remove function.
1844
1845 2007-05-18  Bruno Haible  <bruno@clisp.org>
1846
1847         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
1848         introduced on 2007-05-06.
1849
1850 2007-05-18  Bruno Haible  <bruno@clisp.org>
1851
1852         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
1853         %g directives.
1854         * tests/test-vasprintf-posix.c (test_function): Likewise.
1855         * tests/test-snprintf-posix.h (test_function): Likewise.
1856         * tests/test-sprintf-posix.h (test_function): Likewise.
1857
1858 2007-05-18  Bruno Haible  <bruno@clisp.org>
1859
1860         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
1861         (strmatch): New function.
1862         (test_function): Test the %f directive on numbers of various exponents.
1863         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
1864         (strmatch): New function.
1865         (test_function): Test the %f directive on numbers of various exponents.
1866         * tests/test-snprintf-posix.h (strmatch): New function.
1867         (test_function): Test the %f directive on numbers of various exponents.
1868         * tests/test-sprintf-posix.h (strmatch): New function.
1869         (test_function): Test the %f directive on numbers of various exponents.
1870         * tests/test-snprintf-posix.c (SIZEOF): New macro.
1871         * tests/test-sprintf-posix.c (SIZEOF): New macro.
1872         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
1873         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
1874
1875 2007-05-18  Bruno Haible  <bruno@clisp.org>
1876
1877         Add support for 'long double' number output.
1878         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
1879         * lib/vasnprintf.c: Include math.h and float+.h.
1880         (mp_limb_t): New type.
1881         (GMP_LIMB_BITS): New macro.
1882         (mp_twolimb_t): New type.
1883         (GMP_TWOLIMB_BITS): New macro.
1884         (mpn_t): New type.
1885         (multiply, divide, convert_to_decimal, decode_long_double,
1886         scale10_round_long_double, scale10_round_decimal_long_double,
1887         floorlog10l): New functions.
1888         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
1889         for the %f, %F, %e, %E, %g, %G directives.
1890         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
1891         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1892         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
1893         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
1894         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1895         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1896         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1897         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1898         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1899         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1900         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1901         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
1902         * modules/snprintf-posix (Depends-on): Likewise.
1903         * modules/sprintf-posix (Depends-on): Likewise.
1904         * modules/vasnprintf-posix (Depends-on): Likewise.
1905         * modules/vasprintf-posix (Depends-on): Likewise.
1906         * modules/vfprintf-posix (Depends-on): Likewise.
1907         * modules/vsnprintf-posix (Depends-on): Likewise.
1908         * modules/vsprintf-posix (Depends-on): Likewise.
1909         * modules/vasnprintf (Files): Add lib/float+.h.
1910         * doc/functions/fprintf.texi: Update.
1911         * doc/functions/printf.texi: Update.
1912         * doc/functions/snprintf.texi: Update.
1913         * doc/functions/sprintf.texi: Update.
1914         * doc/functions/vfprintf.texi: Update.
1915         * doc/functions/vprintf.texi: Update.
1916         * doc/functions/vsnprintf.texi: Update.
1917         * doc/functions/vsprintf.texi: Update.
1918
1919 2007-05-18  Bruno Haible  <bruno@clisp.org>
1920
1921         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
1922
1923 2007-05-18  Bruno Haible  <bruno@clisp.org>
1924
1925         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
1926         for printing 64-bit integers. Needed for mingw.
1927
1928 2007-05-18  Bruno Haible  <bruno@clisp.org>
1929
1930         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1931         gl_FUNC_FREXPL_WORKS.
1932         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
1933
1934 2007-05-18  Bruno Haible  <bruno@clisp.org>
1935
1936         * modules/frexpl-nolibm-tests: New file.
1937
1938         * modules/frexpl-nolibm: New file.
1939         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
1940
1941 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1942
1943         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
1944         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1945         GCC 4.2, which otherwise issues a lot of warnings.
1946         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
1947         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
1948         Likewise.
1949         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
1950         * modules/iconv_open (iconv.h): Likewise.
1951         * modules/locale (locale.h): Likewise.
1952         * modules/netinet_in (netinet/in.h): Likewise.
1953         * modules/sys_select (sys_select.h): Likewise.
1954         * modules/sys_socket (sys/socket.h): Likewise.
1955         * modules/sys_stat (sys/stat.h): Likewise.
1956         * modules/sysexits (sysexits.h): Likewise.
1957         * modules/unistd (unistd.h): Likewise.
1958
1959 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1960
1961         * modules/closein-tests (Makefile.am): Distribute
1962         `test-closein.sh'.
1963
1964 2007-05-17  Bruno Haible  <bruno@clisp.org>
1965
1966         * tests/test-printf-posix.output: Renamed from
1967         tests/test-fprintf-posix.out.
1968         * modules/fprintf-posix-tests: Update.
1969         * modules/printf-posix-tests: Update.
1970         * modules/vfprintf-posix-tests: Update.
1971         * modules/vprintf-posix-tests: Update.
1972         * tests/test-fprintf-posix.sh: Update.
1973         * tests/test-printf-posix.sh: Update.
1974         * tests/test-vfprintf-posix.sh: Update.
1975         * tests/test-vprintf-posix.sh: Update.
1976         Reported by Ralf Wildenhues.
1977
1978 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1979
1980         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
1981         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
1982         GCC 4.2, which otherwise issues a lot of warnings.
1983         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
1984         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
1985         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
1986         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
1987         it should no longer be needed.
1988         * lib/string_.h: Likewise.
1989         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
1990         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
1991         * modules/inttypes (inttypes.h): Likewise.
1992         * modules/math (math.h): Likewise.
1993         * modules/search (search.h): Likewise.
1994         * modules/signal (signal.h): Likewise.
1995         * modules/stdint (stdint.h): Likewise.
1996         * modules/stdio (stdio.h): Likewise.
1997         * modules/stdlib (stdlib.h): Likewise.
1998         * modules/string (string.h): Likewise.
1999         * modules/sys_time (sys/time.h): Likewise.
2000         * modules/time (time.h): Likewise.
2001         * modules/wchar (wchar.h): Likewise.
2002         * modules/wctype (wtype.h): Likewise.
2003
2004 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2005
2006         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2007
2008 2007-05-13  Bruno Haible  <bruno@clisp.org>
2009
2010         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2011         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2012         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2013         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2014         (gl_PREREQ_STRTOK_R): Don't require it here.
2015
2016 2007-05-13  Bruno Haible  <bruno@clisp.org>
2017
2018         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2019         when used in C++ mode.
2020
2021 2007-05-12  Bruno Haible  <bruno@clisp.org>
2022
2023         * lib/linebuffer.h: Tweak doc.
2024         * lib/linebuffer.c: Likewise.
2025
2026 2007-05-12  James Youngman  <jay@gnu.org>
2027
2028         * lib/linebuffer.c (readlinebuffer_delim): New function,
2029         like readlinebuffer, but use a caller-specified delimiter.
2030         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2031         as the delimiter.
2032         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2033
2034 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2035
2036         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2037         * modules/openat (Files): Remove openat-die.c.
2038         (Depends-on): Add openat-die.
2039         * modules/openat-die: New module.
2040
2041 2007-05-06  Bruno Haible  <bruno@clisp.org>
2042
2043         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2044         Update with info about Cygwin.
2045         * doc/functions/fprintf.texi: Update.
2046         * doc/functions/printf.texi: Update.
2047         * doc/functions/snprintf.texi: Update.
2048         * doc/functions/sprintf.texi: Update.
2049         * doc/functions/vfprintf.texi: Update.
2050         * doc/functions/vprintf.texi: Update.
2051         * doc/functions/vsnprintf.texi: Update.
2052         * doc/functions/vsprintf.texi: Update.
2053         Reported by Eric Blake.
2054
2055 2007-05-06  Bruno Haible  <bruno@clisp.org>
2056
2057         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2058         padding ourselves for the floating-point directives.
2059         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2060         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2061         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2062         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2063         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2064         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2065         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2066         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2067         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2068         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2069         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2070         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2071         * tests/test-snprintf-posix.h (test_function): Also check the width
2072         and some flags in the %f directive.
2073         * tests/test-sprintf-posix.h (test_function): Likewise.
2074         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2075         * tests/test-vasprintf-posix.c (test_function): Likewise.
2076         * doc/functions/fprintf.texi: Update.
2077         * doc/functions/printf.texi: Update.
2078         * doc/functions/snprintf.texi: Update.
2079         * doc/functions/sprintf.texi: Update.
2080         * doc/functions/vfprintf.texi: Update.
2081         * doc/functions/vprintf.texi: Update.
2082         * doc/functions/vsnprintf.texi: Update.
2083         * doc/functions/vsprintf.texi: Update.
2084
2085 2007-05-06  Bruno Haible  <bruno@clisp.org>
2086
2087         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2088         pass the ' flag character to sprintf or snprintf.
2089         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2090         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2091         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2092         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2093         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2094         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2095         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2096         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2097         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2098         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2099         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2100         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2101         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2102         flag.
2103         * tests/test-sprintf-posix.h (test_function): Likewise.
2104         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2105         * tests/test-vasprintf-posix.c (test_function): Likewise.
2106         * doc/functions/fprintf.texi: Update.
2107         * doc/functions/printf.texi: Update.
2108         * doc/functions/snprintf.texi: Update.
2109         * doc/functions/sprintf.texi: Update.
2110         * doc/functions/vfprintf.texi: Update.
2111         * doc/functions/vprintf.texi: Update.
2112         * doc/functions/vsnprintf.texi: Update.
2113         * doc/functions/vsprintf.texi: Update.
2114
2115 2007-05-01  Bruno Haible  <bruno@clisp.org>
2116
2117         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2118
2119 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2120
2121         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2122         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2123
2124 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2125
2126         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2127         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2128         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2129
2130 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2131
2132         * lib/argp-help.c (struct hol_entry): New member `ord'.
2133         (HOL_ENTRY_PTRCMP): Use ord for comparison
2134         (hol_sort): Initialize ord.
2135
2136 2007-05-01  Bruno Haible  <bruno@clisp.org>
2137
2138         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2139         Reported by Eric Blake.
2140         * doc/gnulib.texi (Function Substitutes): Update.
2141
2142 2007-05-01  Bruno Haible  <bruno@clisp.org>
2143
2144         * doc/functions.texi: Remove file, now redundant through
2145         doc/functions/*.texi.
2146
2147 2007-05-01  Bruno Haible  <bruno@clisp.org>
2148
2149         * modules/argp (Depends-on): Add sleep.
2150
2151 2007-05-01  Bruno Haible  <bruno@clisp.org>
2152
2153         * modules/sleep-tests: New file.
2154         * tests/test-sleep.c: New file.
2155
2156         * modules/sleep: New file.
2157         * lib/sleep.c: New file.
2158         * m4/sleep.m4: New file.
2159         * lib/unistd_.h (sleep): New declaration.
2160         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2161         HAVE_SLEEP.
2162         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2163         * doc/functions/sleep.texi: Document the sleep module.
2164
2165 2007-05-01  Bruno Haible  <bruno@clisp.org>
2166
2167         * lib/sigprocmask.h: Remove file.
2168         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2169         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2170         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2171         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2172         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2173         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2174         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2175         HAVE_SIGSET_T as a shell variable.
2176         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2177         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2178         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2179         (Depends-on): Add signal. Remove verify.
2180         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2181         (Include): Mention <signal.h> instead of sigprocmask.h.
2182         * NEWS: Mention the change.
2183         * lib/fatal-signal.c: Don't include sigprocmask.h.
2184
2185 2007-05-01  Bruno Haible  <bruno@clisp.org>
2186
2187         * modules/signal: New file.
2188         * lib/signal_.h: New file.
2189         * m4/signal_h.m4: New file.
2190
2191 2007-05-01  Bruno Haible  <bruno@clisp.org>
2192
2193         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2194         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2195         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2196         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2197
2198 2007-05-01  Bruno Haible  <bruno@clisp.org>
2199
2200         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2201         configure time.
2202         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2203         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2204         * modules/sys_stat (Makefile.am): Substitute their values into
2205         sys/stat.h.
2206
2207 2007-05-01  Bruno Haible  <bruno@clisp.org>
2208
2209         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2210         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2211         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2212
2213 2007-05-01  Bruno Haible  <bruno@clisp.org>
2214
2215         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2216         'assert' module here.
2217
2218 2007-05-01  Bruno Haible  <bruno@clisp.org>
2219
2220         * doc/functions/*.texi: New files.
2221         * doc/functions/google-ranking.txt: New file.
2222         * doc/gnulib.texi (Function Substitutes): New chapter.
2223         (ctime, inet_ntoa): Remove sections.
2224         * doc/ctime.texi: Remove file.
2225         * doc/inet_ntoa.texi: Remove file.
2226         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2227         dependencies.
2228         (%.info): New rule, specifying a --reference-limit.
2229
2230 2007-05-01  Bruno Haible  <bruno@clisp.org>
2231
2232         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2233
2234 2007-05-01  Bruno Haible  <bruno@clisp.org>
2235
2236         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2237         the portability of 'mkdir' to mingw systems.
2238
2239 2007-05-01  Bruno Haible  <bruno@clisp.org>
2240
2241         * doc/headers/google-ranking.txt: New file.
2242
2243 2007-04-30  Eric Blake  <ebb9@byu.net>
2244
2245         Prefer fseeko to fseek.
2246         * modules/getpass (Depends-on): Add fseeko.
2247         * lib/getpass.c (getpass): Use fseeko, not fseek.
2248
2249 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2250
2251         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2252         assumes the sorting is stable, while most qsort implementations
2253         are not.  Use argument addresses to ensure they never compare as
2254         equal.
2255
2256         * tests/test-argp-2.sh (usage-indent test): Fix output
2257         (func_compare): Restore diff options
2258         * tests/test-argp.c: Restore #include "progname.h"
2259
2260 2007-04-29  Bruno Haible  <bruno@clisp.org>
2261
2262         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2263         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2264         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2265         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2266         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2267         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2268         (TESTS, check_PROGRAMS): Add test-snprintf.
2269         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2270         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2271         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2272         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2273         assertions that fail on HP-UX, OSF/1, or IRIX.
2274         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2275
2276 2007-04-29  Bruno Haible  <bruno@clisp.org>
2277
2278         * MODULES.html.sh (posix_functions): Remove 'contents'.
2279
2280 2007-04-29  Karl Berry  <karl@gnu.org>
2281
2282         * config/srclist.txt (gendocs_template_min): new entry.
2283
2284 2007-04-29  Bruno Haible  <bruno@clisp.org>
2285
2286         Work around fpurge bug on BSD systems.
2287         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2288         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2289         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2290         fpurge to rpl_fpurge if the system already has this function.
2291         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2292         the case where the system already has this function. Correct invariants
2293         on BSD systems.
2294         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2295         BSD systems.
2296
2297 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2298
2299         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2300         proposed by Sven Verdoolaege.
2301
2302         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2303         options.
2304         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2305         (usage and help tests): Update
2306
2307 2007-04-29  Bruno Haible  <bruno@clisp.org>
2308
2309         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2310         Print more information in case of failure. Disable a test on BeOS.
2311
2312 2007-04-29  Bruno Haible  <bruno@clisp.org>
2313
2314         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2315         This helps debugging on systems on which no gdb is available.
2316
2317 2007-04-29  Bruno Haible  <bruno@clisp.org>
2318
2319         * lib/freading.h: Improve comments.
2320         * lib/fwriting.h: Likewise.
2321         * tests/test-freading.c (main): Don't check freading immediately after
2322         repositioning. Needed for glibc.
2323
2324 2007-04-29  Bruno Haible  <bruno@clisp.org>
2325
2326         * lib/freading.c (freading): Trivial simplification.
2327
2328 2007-04-28  Bruno Haible  <bruno@clisp.org>
2329
2330         * tests/test-fwriting.c (main): Also test the interaction between
2331         fflush and fwriting.
2332         * modules/fwriting-tests (Depends-on): Add fflush.
2333
2334         * tests/test-freading.c (main): Also test the interaction between
2335         fflush and freading.
2336         * modules/freading-tests (Depends-on): Add fflush.
2337
2338 2007-04-28  Bruno Haible  <bruno@clisp.org>
2339
2340         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2341         fseeko and ftello.
2342         Suggested by Eric Blake.
2343
2344 2007-04-28  Jim Meyering  <jim@meyering.net>
2345
2346         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2347         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2348         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2349
2350 2007-04-27  Eric Blake  <ebb9@byu.net>
2351
2352         * doc/headers/assert.texi (assert.h): Document assert module use.
2353
2354 2007-04-27  Bruno Haible  <bruno@clisp.org>
2355
2356         * doc/headers/*.texi: New files.
2357         * doc/gnulib.texi (Header File Substitutes): New chapter.
2358         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2359         dependencies.
2360         (standards.info ,standards.html, standards.dvi): Update dependencies.
2361         (mostlyclean, clean): New targets.
2362
2363 2007-04-27  Bruno Haible  <bruno@clisp.org>
2364
2365         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2366         * modules/sysexits (Files, Makefile.am): Update.
2367
2368         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2369         * modules/sys_socket (Files, Makefile.am): Update.
2370
2371         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2372         * modules/sys_stat (Files, Makefile.am): Update.
2373
2374 2007-04-27  Eric Blake  <ebb9@byu.net>
2375
2376         * lib/freading.h: Improve comments.
2377         * lib/fwriting.h: Likewise.
2378         * lib/fflush.c: Likewise.
2379
2380         Fix closein for mingw.
2381         * modules/closein-tests: Add tests for closein.
2382         * tests/test-closein.c: New file.
2383         * tests/test-closein.sh: Likewise.
2384         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2385         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2386
2387 2007-04-27  Bruno Haible  <bruno@clisp.org>
2388
2389         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2390         version is < 6.
2391         * lib/math_.h [__DECC]: Likewise.
2392         * lib/stdio_.h [__DECC]: Likewise.
2393         * lib/stdlib_.h [__DECC]: Likewise.
2394         * lib/string_.h [__DECC]: Likewise.
2395         * lib/time_.h [__DECC]: Likewise.
2396         * lib/wchar_.h [__DECC]: Likewise.
2397         * lib/wctype_.h [__DECC]: Likewise.
2398
2399 2007-04-27  Bruno Haible  <bruno@clisp.org>
2400
2401         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2402
2403 2007-04-27  Bruno Haible  <bruno@clisp.org>
2404
2405         * lib/fflush.c: Add comments.
2406         * modules/fpurge-tests (Depends-on): Add fflush.
2407         * modules/freadable-tests (Depends-on): Likewise.
2408         * modules/fwritable-tests (Depends-on): Likewise.
2409
2410 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2411
2412         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2413         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2414         Report by Bruno Haible <bruno@clisp.org>.
2415
2416 2007-04-26  Eric Blake  <ebb9@byu.net>
2417
2418         Fix fflush on mingw.
2419         * modules/fflush (Depends-on): Add freading.
2420         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2421         but unread data.
2422
2423 2007-04-26  Eric Blake  <ebb9@byu.net>
2424         and Bruno Haible  <bruno@clisp.org>
2425
2426         Implement freading and fwriting.
2427         * lib/freading.c: New file.
2428         * lib/freading.h: Likewise.
2429         * m4/freading.m4: Likewise.
2430         * modules/freading: Likewise.
2431         * modules/freading-tests: Likewise.
2432         * tests/test-freading.c: Likewise.
2433         * lib/fwriting.c: New file.
2434         * lib/fwriting.h: Likewise.
2435         * m4/fwriting.m4: Likewise.
2436         * modules/fwriting: Likewise.
2437         * modules/fwriting-tests: Likewise.
2438         * tests/test-fwriting.c: Likewise.
2439         * MODULES.html.sh (File stream based Input/Output): Mention them.
2440
2441 2007-04-26  Bruno Haible  <bruno@clisp.org>
2442
2443         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2444         'long' when we assume it.
2445         Suggested by Eric Blake.
2446
2447 2007-04-26  Bruno Haible  <bruno@clisp.org>
2448
2449         Ensure fseeko, ftello are declared on glibc systems.
2450         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2451         * modules/fseeko (configure.ac-early): Likewise.
2452         * modules/ftello (configure.ac-early): Likewise.
2453         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2454         AC_FUNC_FSEEKO for this.
2455         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2456         (gl_CHECK_FSEEKO): Remove macro.
2457
2458 2007-04-26  Bruno Haible  <bruno@clisp.org>
2459
2460         * tests/test-fflush.c (main): Also check the ftell result after
2461         fflush and fseek/fseeko.
2462         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2463         file descriptor position cache in the stream.
2464         * lib/fseeko.c (rpl_fseeko): Likewise.
2465
2466 2007-04-26  Bruno Haible  <bruno@clisp.org>
2467
2468         * modules/fflush-tests (Depends-on): Add fseeko.
2469
2470 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2471             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2472
2473         * lib/argz_.h: ensure error_t definition is obtained in same
2474         mechanism system argz.h would have.
2475         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2476         argz facilities are known bad.  Err on the side of caution if
2477         cross-compiling.
2478
2479 2007-04-25  Eric Blake  <ebb9@byu.net>
2480
2481         * lib/fpurge.c (includes): Use stdlib.h for free.
2482         * tests/test-fflush.c (main): Also test fflush-fseeko.
2483
2484 2007-04-25  Bruno Haible  <bruno@clisp.org>
2485
2486         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2487         * lib/fseeko.c: New file.
2488         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2489         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2490         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2491         gl_FUNC_FSEEKO.
2492         (gl_FUNC_FSEEKO): Invoke it.
2493         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2494         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2495         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2496
2497 2007-04-25  Bruno Haible  <bruno@clisp.org>
2498
2499         * modules/fflush (Depends-on): Add ftello.
2500
2501 2007-04-25  Bruno Haible  <bruno@clisp.org>
2502
2503         * modules/ftello-tests: New file.
2504         * tests/test-ftello.c: New file.
2505
2506         * modules/ftello: New file.
2507         * m4/ftello.m4: New file.
2508         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2509         HAVE_FTELLO.
2510         * lib/stdio_.h (ftello): New declaration.
2511         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2512         HAVE_FTELLO.
2513
2514 2007-04-25  Bruno Haible  <bruno@clisp.org>
2515
2516         * modules/fseeko-tests: New file.
2517         * tests/test-fseeko.c: New file.
2518
2519         * modules/fseeko: New file.
2520         * m4/fseeko.m4: New file.
2521         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2522         HAVE_FSEEKO.
2523         * lib/stdio_.h (fseeko): New declaration.
2524         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2525         HAVE_FSEEKO.
2526
2527 2007-04-25  Bruno Haible  <bruno@clisp.org>
2528
2529         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2530
2531 2007-04-25  Bruno Haible  <bruno@clisp.org>
2532
2533         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2534         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2535         * tests/test-unistd.c: Likewise.
2536         * tests/test-fcntl.c: Likewise.
2537
2538 2007-04-23  Eric Blake  <ebb9@byu.net>
2539
2540         * lib/fflush.c: Fix missing include.
2541         Reported by Bruno Haible.
2542
2543 2007-04-23  Bruno Haible  <bruno@clisp.org>
2544
2545         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2546         Reported by Eric Blake.
2547
2548 2007-04-23  Bruno Haible  <bruno@clisp.org>
2549
2550         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2551
2552 2007-04-23  Bruno Haible  <bruno@clisp.org>
2553
2554         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2555
2556 2007-04-23  Bruno Haible  <bruno@clisp.org>
2557
2558         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2559         Needed on HP-UX 11.
2560
2561 2007-04-16  Eric Blake  <ebb9@byu.net>
2562
2563         Make fflush rely on fpurge.
2564         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2565         open coding all variants.
2566         * modules/fflush (Depends-on): Add fpurge and unistd.
2567         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2568         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2569
2570         Fix --with-tests compilation on cygwin.
2571         * modules/argmatch-tests (Makefile.am): List gnulib library first
2572         in LDADD.
2573         * modules/argp-tests (Makefile.am): Likewise.
2574         * modules/array-list-tests (Makefile.am): Likewise.
2575         * modules/array-oset-tests (Makefile.am): Likewise.
2576         * modules/avltree-list-tests (Makefile.am): Likewise.
2577         * modules/avltree-oset-tests (Makefile.am): Likewise.
2578         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2579         * modules/carray-list-tests (Makefile.am): Likewise.
2580         * modules/dirname-tests (Makefile.am): Likewise.
2581         * modules/frexp-tests (Makefile.am): Likewise.
2582         * modules/isnanl-tests (Makefile.am): Likewise.
2583         * modules/linked-list-tests (Makefile.am): Likewise.
2584         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2585         * modules/lock-tests (Makefile.am): Likewise.
2586         * modules/rbtree-list-tests (Makefile.am): Likewise.
2587         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2588         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2589         * modules/tls-tests (Makefile.am): Likewise.
2590         * modules/tsearch-tests (Makefile.am): Likewise.
2591         * modules/xvasprintf-tests (Makefile.am): Likewise.
2592
2593         Fix fpurge for cygwin.
2594         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2595         value.
2596         * modules/fpurge-tests (Depends-on): Clean up trash.
2597
2598 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2599
2600         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2601
2602         * m4/autobuild.m4: Re-indent.
2603
2604 2007-04-13  Bruno Haible  <bruno@clisp.org>
2605
2606         * modules/fpurge-tests: New file.
2607         * tests/test-fpurge.c: New file.
2608
2609         * modules/fpurge: New file.
2610         * lib/fpurge.h: New file.
2611         * lib/fpurge.c: New file.
2612         * m4/fpurge.m4: New file.
2613
2614 2007-04-13  Bruno Haible  <bruno@clisp.org>
2615
2616         * modules/fbufmode-tests: New file.
2617         * tests/test-fbufmode.c: New file.
2618
2619         * modules/fbufmode: New file.
2620         * lib/fbufmode.h: New file.
2621         * lib/fbufmode.c: New file.
2622         * m4/fbufmode.m4: New file.
2623
2624 2007-04-13  Bruno Haible  <bruno@clisp.org>
2625
2626         * modules/fwritable-tests: New file.
2627         * tests/test-fwritable.c: New file.
2628
2629         * modules/fwritable: New file.
2630         * lib/fwritable.h: New file.
2631         * lib/fwritable.c: New file.
2632         * m4/fwritable.m4: New file.
2633
2634 2007-04-13  Bruno Haible  <bruno@clisp.org>
2635
2636         * modules/freadable-tests: New file.
2637         * tests/test-freadable.c: New file.
2638
2639         * modules/freadable: New file.
2640         * lib/freadable.h: New file.
2641         * lib/freadable.c: New file.
2642         * m4/freadable.m4: New file.
2643
2644 2007-04-13  Bruno Haible  <bruno@clisp.org>
2645
2646         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2647         MOSTLYCLEANFILES.
2648
2649 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2650
2651         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2652         gzip bootstrap.conf to avoid dragging in i18n machinery.
2653         (gnulib_tool_option): Use it.
2654
2655 2007-04-13  Bruno Haible  <bruno@clisp.org>
2656
2657         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2658         %F directives.
2659         * tests/test-vasprintf-posix.c (test_function): Likewise.
2660         * tests/test-snprintf-posix.h (test_function): Likewise.
2661         * tests/test-sprintf-posix.h (test_function): Likewise.
2662         * tests/test-fprintf-posix.h (test_function): Likewise.
2663         * tests/test-printf-posix.h (test_function): Likewise.
2664         * tests/test-fprintf-posix.out: Likewise.
2665
2666 2007-04-13  Bruno Haible  <bruno@clisp.org>
2667
2668         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2669         * modules/tls-tests (configure.ac): Likewise.
2670         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2671
2672 2007-04-13  Bruno Haible  <bruno@clisp.org>
2673
2674         * lib/tls.c (glthread_tls_get): Fix return type.
2675         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2676
2677 2007-04-12  Eric Blake  <ebb9@byu.net>
2678
2679         * modules/gettime (Depends-on): Remove gettime.
2680         Reported by Dmitry V. Levin.
2681
2682 2007-04-12  Bruno Haible  <bruno@clisp.org>
2683
2684         * modules/fflush (Include): Mention <stdio.h>.
2685         * modules/strtoimax (Include): Mention <inttypes.h>.
2686         * modules/strtoumax (Include): Likewise.
2687
2688 2007-04-12  Eric Blake  <ebb9@byu.net>
2689
2690         * .cvsignore: New file.
2691         * .gitignore: Likewise.
2692
2693 2007-04-12  Bruno Haible  <bruno@clisp.org>
2694
2695         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2696         not before, since $(LDADD) often contains libgnu.a.
2697         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2698         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2699         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2700         Needed on Cygwin.
2701
2702 2007-04-12  Eric Blake  <ebb9@byu.net>
2703
2704         Work around glibc's failure to flush stdin on fclose.
2705         * lib/closein.c (close_stdin): Flush stdin before closing.
2706
2707         Work around glibc's failure to reset seekable stdin on exit.
2708         * modules/closein: New module.
2709         * lib/closein.c: New file.
2710         * lib/closein.h: Likewise.
2711         * m4/closein.m4: Likewise.
2712         * MODULES.html.sh (File stream based Input/Output): Document it.
2713
2714 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2715
2716         * gnulib-tool: Rename generated 'autobuild' script to
2717         'do-autobuild' in --create-megatestdir output.
2718
2719         * doc/gnulib.texi (Build robot for gnulib): Fix.
2720
2721 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2722
2723         * modules/sysexits (Depends-on): Add absolute-header.
2724
2725 2007-04-12  Eric Blake  <ebb9@byu.net>
2726
2727         No need to preserve errno on success.
2728         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2729         Reported by Bruno Haible.
2730
2731 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2732
2733         * MODULES.html.sh (Support for maintaining and releasing
2734         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2735
2736 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2737
2738         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2739
2740 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2741
2742         * modules/autobuild: New module.
2743
2744         * m4/autobuild.m4: New file.
2745
2746 2007-04-11  Bruno Haible  <bruno@clisp.org>
2747
2748         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2749         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2750         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2751         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2752         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2753         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2754         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2755         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2756         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2757         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2758         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
2759         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2760         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2761         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
2762         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2763         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2764         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
2765         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2766         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2767         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
2768         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2769         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2770         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
2771         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2772         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2773         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
2774         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2775         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2776         Reported by Eric Blake.
2777
2778 2007-04-11  Bruno Haible  <bruno@clisp.org>
2779
2780         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
2781
2782 2007-04-10  Bruno Haible  <bruno@clisp.org>
2783
2784         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
2785         for NaN and Infinity. Needed on FreeBSD 6.1.
2786         * tests/test-vasnprintf-posix.c (test_function): Undo last change
2787         regarding results for "%010a" of Infinity and NaN.
2788         * tests/test-vasprintf-posix.c (test_function): Likewise.
2789         * tests/test-snprintf-posix.h (test_function): Likewise.
2790         * tests/test-sprintf-posix.h (test_function): Likewise.
2791         * tests/test-fprintf-posix.h (test_function): Likewise.
2792         * tests/test-printf-posix.h (test_function): Likewise.
2793         * tests/test-fprintf-posix.out: Likewise.
2794
2795 2007-04-10  Bruno Haible  <bruno@clisp.org>
2796
2797         * modules/locale-tests: New file.
2798         * tests/test-locale.c: New file.
2799
2800         * modules/locale: New file.
2801         * lib/locale_.h: New file.
2802         * m4/locale_h.m4: New file.
2803
2804 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2805             Bruno Haible  <bruno@clisp.org>
2806
2807         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
2808         be determined, test for availability of the copysignf, copysign,
2809         copysignl functions.
2810         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
2811         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
2812         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
2813
2814 2007-04-09  Eric Blake  <ebb9@byu.net>
2815
2816         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2817         * modules/stdio (Makefile.am): Support fflush.
2818         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2819         * modules/fflush: New file.
2820         * lib/fflush.c: Likewise.
2821         * m4/fflush.m4: Likewise.
2822         * modules/fflush-tests: New test.
2823         * tests/test-fflush.c: Likewise.
2824         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
2825
2826 2007-04-06  Bruno Haible  <bruno@clisp.org>
2827
2828         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
2829         (VASNPRINTF): Use signbit for faster determination whether to print a
2830         minus sign.
2831         * modules/vasnprintf (Files): Remove lib/float+.h.
2832         * modules/fprintf-posix (Depends-on): Add signbit.
2833         * modules/snprintf-posix (Depends-on): Likewise.
2834         * modules/sprintf-posix (Depends-on): Likewise.
2835         * modules/vasnprintf-posix (Depends-on): Likewise.
2836         * modules/vasprintf-posix (Depends-on): Likewise.
2837         * modules/vfprintf-posix (Depends-on): Likewise.
2838         * modules/vsnprintf-posix (Depends-on): Likewise.
2839         * modules/vsprintf-posix (Depends-on): Likewise.
2840
2841 2007-04-06  Bruno Haible  <bruno@clisp.org>
2842
2843         * tests/test-frexp.c (main): Test also the sign bit of zero results.
2844         * tests/test-frexpl.c (main): Likewise.
2845         * tests/test-ldexpl.c (main): Likewise.
2846         * modules/frexp-tests (Depends-on): Add signbit.
2847         * modules/frexpl-tests (Depdends-on): Likewise.
2848         * modules/ldexpl-tests (Depdends-on): Likewise.
2849
2850 2007-04-06  Bruno Haible  <bruno@clisp.org>
2851
2852         * modules/signbit-tests: New file.
2853         * tests/test-signbit.c: New file.
2854
2855         * modules/signbit: New file.
2856         * lib/signbitf.c: New file.
2857         * lib/signbitd.c: New file.
2858         * lib/signbitl.c: New file.
2859         * m4/signbit.m4: New file.
2860         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
2861         (signbit): New macro.
2862         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
2863         REPLACE_SIGNBIT.
2864         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
2865         REPLACE_FREXPL into math.h.
2866
2867 2007-04-06  Bruno Haible  <bruno@clisp.org>
2868
2869         * modules/isnanf-nolibm-tests: New file.
2870         * tests/test-isnanf.c: New file.
2871
2872         * modules/isnanf-nolibm: New file.
2873         * lib/isnanf.h: New file.
2874         * lib/isnanf.c: New file.
2875         * lib/isnan.c: Consider the USE_FLOAT macro.
2876         * m4/isnanf.m4: New file.
2877
2878 2007-04-06  Bruno Haible  <bruno@clisp.org>
2879
2880         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
2881         (Link): New section.
2882
2883         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
2884
2885 2007-04-06  Bruno Haible  <bruno@clisp.org>
2886
2887         Assume the 'long double' type.
2888         * m4/longdouble.m4: Remove file.
2889         * config/srclist.txt: Don't mention longdouble.m4.
2890         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
2891         * lib/float+.h: Likewise.
2892         * lib/frexp.c: Likewise.
2893         * lib/printf-args.h: Likewise.
2894         * lib/printf-args.c: Likewise.
2895         * lib/printf-frexp.c: Likewise.
2896         * lib/printf-parse.c: Likewise.
2897         * lib/vasnprintf.c: Likewise.
2898         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
2899         * m4/intl.m4: Likewise.
2900         * m4/isnanl.m4: Likewise.
2901         * m4/printf.m4: Likewise.
2902         * m4/printf-frexpl.m4: Likewise.
2903         * m4/vasnprintf.m4: Likewise.
2904         * modules/allocsa (Files): Remove m4/longdouble.m4.
2905         * modules/gettext (Files): Likewise.
2906         * modules/relocatable-prog-wrapper (Files): Likewise.
2907         * modules/vasnprintf (Files): Likewise.
2908         * modules/isnanl (Files): Likewise.
2909         (Include): Simplify.
2910         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
2911         (Include): Simplify.
2912         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
2913         (Include): Simplify.
2914         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
2915         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2916         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
2917         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2918         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2919         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2920         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
2921         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2922         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
2923         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2924         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
2925         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
2926         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
2927         * tests/test-isnanl.c: Likewise.
2928         * tests/test-snprintf-posix.h: Likewise.
2929         * tests/test-sprintf-posix.h: Likewise.
2930         * tests/test-vasnprintf-posix.c: Likewise.
2931         * tests/test-vasnprintf-posix2.c: Likewise.
2932         * tests/test-vasprintf-posix.c: Likewise.
2933
2934 2007-04-06  Bruno Haible  <bruno@clisp.org>
2935
2936         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
2937         * lib/math_.h [__DECC]: Include the overridden include file through
2938         #include_next, outside the double-inclusion guard.
2939         * lib/stdio_.h [__DECC]: Likewise.
2940         * lib/stdlib_.h [__DECC]: Likewise.
2941         * lib/string_.h [__DECC]: Likewise.
2942         * lib/time_.h [__DECC]: Likewise.
2943         * lib/wchar_.h [__DECC]: Likewise.
2944         * lib/wctype_.h [__DECC]: Likewise.
2945         * lib/inttypes_.h [__DECC]: Likewise.
2946         Reported by Albert Chin <china@thewrittenword.com> in
2947         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
2948
2949 2007-04-04  Eric Blake  <ebb9@byu.net>
2950
2951         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
2952         1.5.x.
2953
2954 2007-04-04  Bruno Haible  <bruno@clisp.org>
2955
2956         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
2957         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
2958
2959 2007-04-04  Bruno Haible  <bruno@clisp.org>
2960
2961         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
2962         results for "%010a" of Infinity and NaN.
2963         * tests/test-vasprintf-posix.c (test_function): Likewise.
2964         * tests/test-snprintf-posix.h (test_function): Likewise.
2965         * tests/test-sprintf-posix.h (test_function): Likewise.
2966         * tests/test-fprintf-posix.h (test_function): Remove these tests.
2967         * tests/test-printf-posix.h (test_function): Likewise.
2968         * tests/test-fprintf-posix.out: Update.
2969         Needed for FreeBSD 6.1.
2970
2971 2007-04-04  Bruno Haible  <bruno@clisp.org>
2972
2973         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
2974         directly used by the gnulib modules nor by gnulib-tool.
2975
2976 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2977
2978         * DEPENDENCIES: Give overall description of version dependency
2979         desirability.  Use more-typical names for apps.
2980         Add shell, coreutils, diffutils, grep, tar, gzip.
2981
2982 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2983
2984         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
2985
2986 2007-04-04  Karl Berry  <karl@gnu.org>
2987
2988         * MODULES.html.sh (func_module): missing '.
2989
2990 2007-04-03  Bruno Haible  <bruno@clisp.org>
2991
2992         * modules/argmatch-tests (Makefile.am): New variable
2993         test_argmatch_LDADD.
2994         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
2995         * modules/array-list-tests (Makefile.am): New variable
2996         test_array_list_LDADD.
2997         * modules/array-oset-tests (Makefile.am): New variable
2998         test_array_oset_LDADD.
2999         * modules/avltree-list-tests (Makefile.am): New variable
3000         test_avltree_list_LDADD.
3001         * modules/avltree-oset-tests (Makefile.am): New variable
3002         test_avltree_oset_LDADD.
3003         * modules/avltreehash-list-tests (Makefile.am): New variable
3004         test_avltreehash_list_LDADD.
3005         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3006         test_canonicalize_lgpl_LDADD.
3007         * modules/carray-list-tests (Makefile.am): New variable
3008         test_carray_list_LDADD.
3009         * modules/dirname-tests (Makefile.am): New variable
3010         test_dirname_LDADD.
3011         * modules/linked-list-tests (Makefile.am): New variable
3012         test_linked_list_LDADD.
3013         * modules/linkedhash-list-tests (Makefile.am): New variable
3014         test_linkedhash_list_LDADD.
3015         * modules/rbtree-list-tests (Makefile.am): New variable
3016         test_rbtree_list_LDADD.
3017         * modules/rbtree-oset-tests (Makefile.am): New variable
3018         test_rbtree_oset_LDADD.
3019         * modules/rbtreehash-list-tests (Makefile.am): New variable
3020         test_rbtreehash_list_LDADD.
3021         * modules/xvasprintf-tests (Makefile.am): New variable
3022         test_xvasprintf_LDADD.
3023         Reported by Eric Blake.
3024
3025 2007-04-03  Eric Blake  <ebb9@byu.net>
3026
3027         * DEPENDENCIES: Weaken m4 requirements.
3028
3029 2007-04-03  Bruno Haible  <bruno@clisp.org>
3030
3031         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3032         * modules/isnanl-tests (configure.ac): Likewise.
3033
3034 2007-04-03  Ben Pfaff  <blp@gnu.org>
3035
3036         * modules/iconv_open: Add $(srcdir)/ to source directory
3037         references in Makefile fragments that call gperf, to fix VPATH
3038         builds.
3039
3040 2007-04-03  Bruno Haible  <bruno@clisp.org>
3041
3042         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3043         * lib/ldexpl.c: Undo last change.
3044
3045 2007-04-03  Bruno Haible  <bruno@clisp.org>
3046
3047         * modules/printf-frexpl (Depends-on): Undo last change.
3048         (Files): Add m4/ldexpl.m4.
3049
3050 2007-04-03  Bruno Haible  <bruno@clisp.org>
3051
3052         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3053         * modules/isnanl (Link): New section.
3054
3055         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3056         * modules/frexp (Link): New section.
3057
3058         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3059         * modules/frexpl (Link): New section.
3060
3061         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3062         * modules/ldexpl (Link): New section.
3063
3064 2007-04-03  Bruno Haible  <bruno@clisp.org>
3065
3066         * modules/TEMPLATE-EXTENDED: New file.
3067         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3068
3069 2007-04-03  Bruno Haible  <bruno@clisp.org>
3070
3071         * DEPENDENCIES: New file.
3072         Suggested by Simon Josefsson.
3073
3074 2007-04-03  Bruno Haible  <bruno@clisp.org>
3075
3076         * doc/gnulib.texi: Escape @.
3077
3078 2007-04-03  James Youngman  <jay@gnu.org>
3079         and Paul Eggert  <eggert@cs.ucla.edu>
3080
3081         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3082         birthtime on all systems that have birthtime, not just those which
3083         use st_birthtimensec rather than st_birthtim.  Putting zero in
3084         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3085         that the birth time is not available for files on an NFS mount.
3086
3087 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3088
3089         * modules/memxor: Move back from crypto/, suggested by Bruno.
3090         * modules/crypto/hmac-sha1: Fix memxor dependency.
3091
3092         * modules/crypto/gc: Moved from ../.
3093
3094 2007-04-02  Eric Blake  <ebb9@byu.net>
3095
3096         * lib/ldexpl.c (includes): Avoid libm.
3097
3098         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3099
3100 2007-04-02  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3103         on IRIX.
3104
3105 2007-04-02  Bruno Haible  <bruno@clisp.org>
3106
3107         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3108         x86 or x86_64 platforms running MacOS X.
3109         Reported by Ryan Schmidt <@ryandesign.com>.
3110
3111 2007-04-02  Bruno Haible  <bruno@clisp.org>
3112
3113         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3114         i386.
3115
3116 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3117
3118         * modules/crypto/arcfour: Moved from ../.
3119         * modules/crypto/arcfour-tests: Moved from ../.
3120         * modules/crypto/arctwo: Moved from ../.
3121         * modules/crypto/arctwo-tests: Moved from ../.
3122         * modules/crypto/des: Moved from ../.
3123         * modules/crypto/des-tests: Moved from ../.
3124         * modules/crypto/gc-arcfour: Moved from ../.
3125         * modules/crypto/gc-arcfour-tests: Moved from ../.
3126         * modules/crypto/gc-arctwo: Moved from ../.
3127         * modules/crypto/gc-arctwo-tests: Moved from ../.
3128         * modules/crypto/gc-des: Moved from ../.
3129         * modules/crypto/gc-des-tests: Moved from ../.
3130         * modules/crypto/gc-hmac-md5: Moved from ../.
3131         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3132         * modules/crypto/gc-hmac-sha1: Moved from ../.
3133         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3134         * modules/crypto/gc-md2: Moved from ../.
3135         * modules/crypto/gc-md2-tests: Moved from ../.
3136         * modules/crypto/gc-md4: Moved from ../.
3137         * modules/crypto/gc-md4-tests: Moved from ../.
3138         * modules/crypto/gc-md5: Moved from ../.
3139         * modules/crypto/gc-md5-tests: Moved from ../.
3140         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3141         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3142         * modules/crypto/gc-random: Moved from ../.
3143         * modules/crypto/gc-rijndael: Moved from ../.
3144         * modules/crypto/gc-rijndael-tests: Moved from ../.
3145         * modules/crypto/gc-sha1: Moved from ../.
3146         * modules/crypto/gc-sha1-tests: Moved from ../.
3147         * modules/crypto/gc-tests: Moved from ../.
3148         * modules/crypto/hmac-md5: Moved from ../.
3149         * modules/crypto/hmac-md5-tests: Moved from ../.
3150         * modules/crypto/hmac-sha1: Moved from ../.
3151         * modules/crypto/hmac-sha1-tests: Moved from ../.
3152         * modules/crypto/md2: Moved from ../.
3153         * modules/crypto/md2-tests: Moved from ../.
3154         * modules/crypto/md4: Moved from ../.
3155         * modules/crypto/md4-tests: Moved from ../.
3156         * modules/crypto/md5: Moved from ../.
3157         * modules/crypto/md5-tests: Moved from ../.
3158         * modules/crypto/memxor: Moved from ../.
3159         * modules/crypto/rijndael: Moved from ../.
3160         * modules/crypto/rijndael-tests: Moved from ../.
3161         * modules/crypto/sha1: Moved from ../.
3162
3163 2007-03-30  James Youngman  <jay@gnu.org>
3164
3165         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3166         rename() to change the ctime of a file (because ctime is unaffected
3167         by rename on jfs2 on AIX 5.1).
3168         (main): Start by doing cleanup, in case a previous run failed leaving
3169         test files behind.
3170
3171 2007-03-31  Bruno Haible  <bruno@clisp.org>
3172
3173         Support old proprietary implementations of iconv.
3174         * modules/iconv_open: New file.
3175         * lib/iconv_.h: New file.
3176         * m4/iconv_h.m4: New file.
3177         * lib/iconv_open.c: New file.
3178         * lib/iconv_open-aix.gperf: New file.
3179         * lib/iconv_open-hpux.gperf: New file.
3180         * lib/iconv_open-irix.gperf: New file.
3181         * lib/iconv_open-osf.gperf: New file.
3182         * m4/iconv_open.m4: New file.
3183         * modules/linebreak (Depends-on): Add iconv_open.
3184         * modules/striconv (Depends-on): Likewise.
3185         * modules/striconveh (Depends-on): Likewise.
3186         * modules/unicodeio (Depends-on): Likewise.
3187         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3188         (iconv_t)(-1).
3189         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3190         conversion if cd is (iconv_t)(-1).
3191         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3192         is not possible.
3193
3194 2007-03-31  Bruno Haible  <bruno@clisp.org>
3195
3196         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3197         work on Solaris either. Protect also second use of "autodetect_jp".
3198
3199 2007-03-31  Bruno Haible  <bruno@clisp.org>
3200
3201         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3202         the function is not present.
3203
3204 2007-03-31  Bruno Haible  <bruno@clisp.org>
3205
3206         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3207         the function is not present.
3208
3209 2007-03-31  Bruno Haible  <bruno@clisp.org>
3210
3211         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3212         a bug in HP-UX iconv_open().
3213
3214 2007-03-31  Bruno Haible  <bruno@clisp.org>
3215
3216         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3217         (Mathematics <math.h>): New section, add fpieee.
3218         (Input/output <stdio.h>): Add fseterr.
3219         (Mathematics <math.h>): New section, add printf-frexp.
3220         (Container data structures): Add sublist.
3221         (Core language properties): Add fpucw, inline.
3222         (Functions for greatest-width integer types <inttypes.h>): Add
3223         imaxabs, imaxdiv, inttypes.
3224         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3225         isnanl-nolibm, ldexp.
3226         (Mathematics <math.h>): New section, add printf-frexpl.
3227         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3228         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3229         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3230         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3231         (Unicode string functions): Add unistr/u*-mbtoucr.
3232         (Java): Add javacomp-script, javaexec-script.
3233         (C#): Add csharpcomp-script, csharpexec-script.
3234         (Support for building libraries and executables): Add havelib,
3235         relocatable-*.
3236         (Support for maintaining and releasing projects): Renamed from
3237         'Support for maintaining and release projects'. Add announce-gen.
3238
3239 2007-03-31  Bruno Haible  <bruno@clisp.org>
3240
3241         * README: Talk primarily about git.
3242         (git and CVS): Renamed from CVS.
3243         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3244         gnulib is available through git.
3245         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3246
3247 2007-03-30  Bruno Haible  <bruno@clisp.org>
3248
3249         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3250         * lib/poll_.h: Likewise.
3251         * lib/stat_.h: Likewise.
3252         * lib/sys_time_.h: Likewise.
3253         * lib/sysexit_.h: Likewise.
3254         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3255         * lib/stdbool_.h: Likewise.
3256         * lib/byteswap_.h: Add double-inclusion guard.
3257
3258 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3259
3260         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3261
3262 2007-03-30  Karl Berry  <karl@gnu.org>
3263
3264         * config/srclist-update: double space after USA in the license
3265         substitution, since that's how it's usually (?) written.
3266
3267 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3268
3269         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3270         reported by Bruno Haible.
3271
3272 2007-03-29  Bruno Haible  <bruno@clisp.org>
3273
3274         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3275         a bug in AIX iconv().
3276
3277 2007-03-29  Bruno Haible  <bruno@clisp.org>
3278
3279         * modules/ldexpl-tests: New file.
3280         * tests/test-ldexpl.c: New file.
3281
3282 2007-03-29  Bruno Haible  <bruno@clisp.org>
3283
3284         * lib/ldexpl.c: Include fpucw.h.
3285         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3286         multiplication.
3287         * modules/ldexpl (Depends-on): Add fpucw.
3288
3289 2007-03-29  Bruno Haible  <bruno@clisp.org>
3290
3291         * modules/ldexpl: New file.
3292         * m4/ldexpl.m4: New file.
3293         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3294         set.
3295         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3296         REPLACE_LDEXPL.
3297         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3298         REPLACE_LDEXPL.
3299         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3300         gl_FUNC_LDEXPL_WORKS.
3301         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3302         * modules/mathl (Files): Remove lib/ldexpl.c.
3303         (Depends-on): Add ldexpl.
3304
3305 2007-03-29  Bruno Haible  <bruno@clisp.org>
3306
3307         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3308
3309 2007-03-29  Bruno Haible  <bruno@clisp.org>
3310
3311         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3312         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3313         and possibly also HP-UX.
3314         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3315         work on AIX, IRIX, HP-UX, OSF/1.
3316         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3317         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3318         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3319         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3320         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3321         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3322
3323 2007-03-29  Bruno Haible  <bruno@clisp.org>
3324
3325         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3326
3327 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3328
3329         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3330         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3331
3332 2007-03-29  Eric Blake  <ebb9@byu.net>
3333
3334         * lib/acl-internal.h: Remove redundant include.
3335         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3336         Cygwin when a file is locked.
3337
3338 2007-03-29  Bruno Haible  <bruno@clisp.org>
3339
3340         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3341         file.
3342         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3343
3344 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3345
3346         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3347         try to remove a parent directory if the child couldn't be removed
3348         (except for the first rmdir, which could fail because the child
3349         doesn't exist).  Problem reported by Jeff Blaine in
3350         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3351
3352 2007-03-28  Bruno Haible  <bruno@clisp.org>
3353
3354         * lib/striconveh.c (utf8conv_carefully): New function.
3355         (mem_cd_iconveh_internal): Invoke it.
3356
3357 2007-03-28  Bruno Haible  <bruno@clisp.org>
3358
3359         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3360         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3361         input.
3362         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3363         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3364         unistr/u8-uctomb.
3365
3366 2007-03-28  Bruno Haible  <bruno@clisp.org>
3367
3368         * modules/unistr/u8-mbtoucr: New file.
3369         * lib/unistr/u8-mbtoucr.c: New file.
3370         * modules/unistr/u16-mbtoucr: New file.
3371         * lib/unistr/u16-mbtoucr.c: New file.
3372         * modules/unistr/u16-mbtoucr: New file.
3373         * lib/unistr/u16-mbtoucr.c: New file.
3374         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3375
3376 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3377             Bruno Haible  <bruno@clisp.org>
3378
3379         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3380         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3381         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3382
3383         * m4/stdio_h.m4: Add stubs for vasprintf too.
3384
3385         * modules/stdio: Support vasprintf in sed command.
3386
3387         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3388         vasprintf.h.  Add stdio module indicator.
3389
3390         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3391         vasprintf.h.
3392
3393         * lib/vasprintf.h: File removed.
3394
3395         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3396         * lib/vasprintf.c: Ditto.
3397         * lib/xvasprintf.c: Ditto.
3398         * tests/test-vasprintf-posix.c: Ditto.
3399         * tests/test-vasprintf.c: Ditto.
3400
3401 2007-03-27  Bruno Haible  <bruno@clisp.org>
3402
3403         Make vasnprintf multithread-safe.
3404         * lib/vasnprintf.c (decimal_point_char): New function.
3405         (VASNPRINTF): Use it.
3406         Suggested by Simon Josefsson.
3407
3408 2007-03-27  Eric Blake  <ebb9@byu.net>
3409
3410         Support sub-second birthtime on cygwin.
3411         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3412         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3413         (get_stat_birthtime): Also work with st_birthtim.
3414
3415 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3416
3417         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3418         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3419         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3420         (get_stat_birthtime_ns): Simplify compile-time tests.
3421         (get_stat_birthtime): Change the API to look like
3422         get_stat_mtime etc., except return a negative tv_nsec on error.
3423         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3424         Don't check for "spare" fields.
3425         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3426         or for struct stat.st_birthtime, as these tests aren't used.
3427         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3428
3429 2007-03-27  Bruno Haible  <bruno@clisp.org>
3430
3431         * lib/stat-time.h: Include <sys/stat.h>.
3432
3433 2007-03-27  James Youngman  <jay@gnu.org>
3434
3435         * lib/stat-time.h (get_stat_birthtime): New function for
3436           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3437         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3438           and its variants.
3439         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3440         * modules/stat-time-test: New file.
3441         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3442
3443 2007-03-26  Bruno Haible  <bruno@clisp.org>
3444
3445         Better support of signalling NaNs.
3446         * lib/atanl.c: Include isnanl.h.
3447         (atanl): Perform test for NaN at the beginning of the function and
3448         through a call to isnanl.
3449         * lib/cosl.c: Include isnanl.h.
3450         (cosl): Perform test for NaN at the beginning of the function and
3451         through a call to isnanl.
3452         * lib/ldexpl.c: Include isnanl.h.
3453         (ldexpl): Perform test for NaN through a call to isnanl.
3454         * lib/logl.c: Include isnanl.h.
3455         (logl): Perform test for NaN at the beginning of the function and
3456         through a call to isnanl.
3457         * lib/sinl.c: Include isnanl.h.
3458         (sinl): Perform test for NaN at the beginning of the function and
3459         through a call to isnanl.
3460         * lib/sqrtl.c: Include isnanl.h.
3461         (sqrtl): Perform test for NaN at the beginning of the function and
3462         through a call to isnanl.
3463         * lib/tanl.c: Include isnanl.h.
3464         (tanl): Perform test for NaN at the beginning of the function and
3465         through a call to isnanl.
3466         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3467         * modules/mathl (Depends-on): Add isnanl.
3468
3469 2007-03-26  Eric Blake  <ebb9@byu.net>
3470
3471         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3472         regression in logic sense of previous patch.
3473
3474 2007-03-26  Bruno Haible  <bruno@clisp.org>
3475
3476         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3477         unportable shell command "if ! ...".
3478         Reported by Ralf Wildenhues.
3479
3480 2007-03-25  Bruno Haible  <bruno@clisp.org>
3481
3482         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3483         <sysexits.h> file, and only add EX_CONFIG.
3484         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3485         absolute file name and whether it is sufficient. Substitute also
3486         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3487         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3488         ABSOLUTE_SYSEXITS_H into sysexits.h.
3489
3490 2007-03-25  Bruno Haible  <bruno@clisp.org>
3491
3492         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3493         hints is NULL.
3494
3495 2007-03-25  Bruno Haible  <bruno@clisp.org>
3496
3497         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3498         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3499
3500 2007-03-25  Bruno Haible  <bruno@clisp.org>
3501
3502         * lib/vasnprintf.c: Include langinfo.h.
3503         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3504         multithread-safe.
3505         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3506         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3507         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3508         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3509         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3510         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3511         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3512         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3513         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3514         Reported by Simon Josefsson.
3515
3516 2007-03-25  Bruno Haible  <bruno@clisp.org>
3517
3518         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3519         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3520         * modules/vasnprintf (Depends-on): Add stdint.
3521
3522 2007-03-25  Bruno Haible  <bruno@clisp.org>
3523
3524         * modules/fpieee: New file.
3525         * m4/fpieee.m4: New file.
3526         * modules/isnan-nolibm (Depends-on): Add fpieee.
3527         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3528         * modules/isnanl (Depends-on): Add fpieee.
3529
3530 2007-03-25  Bruno Haible  <bruno@clisp.org>
3531
3532         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3533
3534 2007-03-25  Bruno Haible  <bruno@clisp.org>
3535
3536         Avoid test failures on IRIX 6.5.
3537         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3538         (main): Use it.
3539         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3540         macros.
3541         (main): Use them.
3542
3543 2007-03-25  Bruno Haible  <bruno@clisp.org>
3544
3545         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3546         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3547         exists but doesn't work.
3548         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3549         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3550         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3551         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3552
3553 2007-03-25  Bruno Haible  <bruno@clisp.org>
3554
3555         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3556         returns inf. Needed on IRIX 6.5.
3557
3558 2007-03-25  Bruno Haible  <bruno@clisp.org>
3559
3560         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3561         (main): Use isnanl instead of x != x idiom.
3562         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3563
3564         * tests/test-frexp.c: Include isnan.h.
3565         (main): Use isnan instead of x != x idiom.
3566         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3567
3568 2007-03-25  Bruno Haible  <bruno@clisp.org>
3569
3570         * tests/test-frexp.c (NaN): New function/macro.
3571         (main): Use it instead of 0.0 / 0.0.
3572         * tests/test-isnan.c (NaN): New function/macro.
3573         (main): Use it instead of 0.0 / 0.0.
3574         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3575         (test_function): Use it instead of 0.0 / 0.0.
3576         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3577         (test_function): Use it instead of 0.0 / 0.0.
3578         * tests/test-snprintf-posix.h (NaN): New function/macro.
3579         (test_function): Use it instead of 0.0 / 0.0.
3580         * tests/test-sprintf-posix.h (NaN): New function/macro.
3581         (test_function): Use it instead of 0.0 / 0.0.
3582         * tests/test-fprintf-posix.h (NaN): New function/macro.
3583         (test_function): Use it instead of 0.0 / 0.0.
3584         * tests/test-printf-posix.h (NaN): New function/macro.
3585         (test_function): Use it instead of 0.0 / 0.0.
3586
3587         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3588
3589 2007-03-25  Bruno Haible  <bruno@clisp.org>
3590
3591         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3592
3593 2007-03-25  Bruno Haible  <bruno@clisp.org>
3594
3595         * lib/regexec.c (merge_state_with_log): Make static.
3596
3597 2007-03-25  Bruno Haible  <bruno@clisp.org>
3598
3599         * lib/trigl.c (kernel_rem_pio2): Make static.
3600
3601 2007-03-25  Bruno Haible  <bruno@clisp.org>
3602
3603         * lib/sincosl.c (sincosl_table): Make static.
3604
3605 2007-03-25  Bruno Haible  <bruno@clisp.org>
3606
3607         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3608         if the compiler does not support C99.
3609
3610 2007-03-25  Bruno Haible  <bruno@clisp.org>
3611
3612         * modules/time (Makefile.am): Ensure all rule action lines start with a
3613         tab.
3614
3615 2007-03-24  Bruno Haible  <bruno@clisp.org>
3616
3617         * modules/tsearch-tests: New file.
3618         * tests/test-tsearch.sh: New file.
3619         * tests/test-tsearch.c: New file, mostly copied from glibc.
3620
3621         * modules/search-tests: New file.
3622         * tests/test-search.c: New file.
3623
3624         * modules/search: New file.
3625         * lib/search_.h: New file, incorporating lib/tsearch.h.
3626         * m4/search_h.m4: New file.
3627         * lib/tsearch.h: Remove file.
3628         * lib/tsearch.c: Include search.h instead of tsearch.h.
3629         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3630         HAVE_TSEARCH.
3631         * modules/tsearch (Files): Remove lib/tsearch.h.
3632         (Depends-on): Add search.
3633         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3634         (Include): Change tsearch.h into search.h.
3635
3636 2007-03-24  Bruno Haible  <bruno@clisp.org>
3637
3638         * modules/fpucw: New file.
3639         * lib/fpucw.h: New file.
3640         * lib/frexp.c: Include fpucw.h.
3641         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3642         (FUNC): Use them.
3643         * lib/printf-frexp.c: Include fpucw.h.
3644         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3645         (FUNC): Use them.
3646         * lib/vasnprintf.c: Include fpucw.h.
3647         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3648         'long double' calculations.
3649         * tests/test-frexpl.c: Include fpucw.h.
3650         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3651         * tests/test-printf-frexpl.c: Include fpucw.h.
3652         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3653         * modules/frexpl (Depends-on): Add fpucw.
3654         * modules/printf-frexpl (Depends-on): Likewise.
3655         * modules/fprintf-posix (Depends-on): Likewise.
3656         * modules/snprintf-posix (Depends-on): Likewise.
3657         * modules/sprintf-posix (Depends-on): Likewise.
3658         * modules/vasnprintf-posix (Depends-on): Likewise.
3659         * modules/vasprintf-posix (Depends-on): Likewise.
3660         * modules/vfprintf-posix (Depends-on): Likewise.
3661         * modules/vsnprintf-posix (Depends-on): Likewise.
3662         * modules/vsprintf-posix (Depends-on): Likewise.
3663         * modules/frexpl-tests (Depends-on): Likewise.
3664         * modules/printf-frexpl-tests (Depends-on): Likewise.
3665
3666 2007-03-24  Bruno Haible  <bruno@clisp.org>
3667
3668         * lib/float+.h: New file.
3669         * lib/isnan.c: Include float+.h.
3670         (SIZE): New macro.
3671         (FUNC): Compare only SIZE bytes of the value.
3672         * lib/vasnprintf.c: Include float+.h.
3673         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3674         SIZEOF_LDBL or SIZEOF_DBL bytes.
3675         * modules/isnan-nolibm (Files): Add lib/float+.h.
3676         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3677         * modules/isnanl (Files): Add lib/float+.h.
3678         * modules/vasnprintf (Files): Add lib/float+.h.
3679
3680 2007-03-24  Bruno Haible  <bruno@clisp.org>
3681
3682         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3683         include isnanl-nolibm.h.
3684
3685 2007-03-24  Bruno Haible  <bruno@clisp.org>
3686
3687         * tests/test-read-file.c (main): Don't produce spurious output for
3688         expected situations. Make the test fail if it encountered unexpected
3689         results.
3690
3691 2007-03-24  Bruno Haible  <bruno@clisp.org>
3692
3693         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3694         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3695
3696 2007-03-24  Bruno Haible  <bruno@clisp.org>
3697
3698         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3699
3700 2007-03-24  Bruno Haible  <bruno@clisp.org>
3701
3702         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3703         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3704
3705         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3706         * modules/utf8-ucs4: Turn into a symbolic link to module
3707         unistr/u8-mbtouc.
3708
3709         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3710         utf8-ucs4-unsafe.
3711         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3712         unistr/u8-mbtouc-unsafe.
3713
3714         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3715         * modules/utf16-ucs4: Turn into a symbolic link to module
3716         unistr/u16-mbtouc.
3717
3718         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3719         utf16-ucs4-unsafe.
3720         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3721         unistr/u16-mbtouc-unsafe.
3722
3723         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3724         * modules/ucs4-utf8: Turn into a symbolic link to module
3725         unistr/u8-ubtomb.
3726
3727         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3728         * modules/ucs4-utf16: Turn into a symbolic link to module
3729         unistr/u16-ubtomb.
3730
3731 2007-03-24  Bruno Haible  <bruno@clisp.org>
3732
3733         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3734         Enable the function only if HAVE_INLINE.
3735         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3736         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3737         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3738         Enable the function only if HAVE_INLINE.
3739         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3740         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3741         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3742         Enable the function only if HAVE_INLINE.
3743         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3744         Enable the function only if HAVE_INLINE.
3745         * modules/utf8-ucs4: Update.
3746         * modules/utf8-ucs4-unsafe: Update.
3747         * modules/utf16-ucs4: Update.
3748         * modules/utf16-ucs4-unsafe: Update.
3749         * modules/ucs4-utf8: Update.
3750         * modules/ucs4-utf16: Update.
3751
3752 2007-03-24  Bruno Haible  <bruno@clisp.org>
3753
3754         * lib/utf8-ucs4.h: Remove file.
3755         * lib/utf8-ucs4-unsafe.h: Remove file.
3756         * lib/utf16-ucs4.h: Remove file.
3757         * lib/utf16-ucs4-unsafe.h: Remove file.
3758         * lib/ucs4-utf8.h: Remove file.
3759         * lib/ucs4-utf16.h: Remove file.
3760         * lib/unistr.h: Include their previous contents.
3761         * m4/utf-ucs4.m4: Remove file.
3762         * m4/ucs4-utf.m4: Remove file.
3763         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
3764         (Depends-on): Add unistr/base.
3765         (configure.ac): Remove gl_UTF_UCS4.
3766         (Makefile.am): Update.
3767         (Include): Change to unistr.h.
3768         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
3769         (Depends-on): Add unistr/base.
3770         (configure.ac): Remove gl_UTF_UCS4.
3771         (Makefile.am): Update.
3772         (Include): Change to unistr.h.
3773         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
3774         (Depends-on): Add unistr/base.
3775         (configure.ac): Remove gl_UTF_UCS4.
3776         (Makefile.am): Update.
3777         (Include): Change to unistr.h.
3778         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
3779         (Depends-on): Add unistr/base.
3780         (configure.ac): Remove gl_UTF_UCS4.
3781         (Makefile.am): Update.
3782         (Include): Change to unistr.h.
3783         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
3784         (Depends-on): Add unistr/base.
3785         (configure.ac): Remove gl_UCS4_UTF.
3786         (Makefile.am): Update.
3787         (Include): Change to unistr.h.
3788         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
3789         (Depends-on): Add unistr/base.
3790         (configure.ac): Remove gl_UCS4_UTF.
3791         (Makefile.am): Update.
3792         (Include): Change to unistr.h.
3793         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
3794         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
3795         utf8-ucs4-unsafe.h.
3796         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
3797         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
3798         utf16-ucs4-unsafe.h.
3799         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
3800         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
3801         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
3802         * lib/unistr/u8-strchr.c: Likewise.
3803         * lib/unistr/u8-strrchr.c: Likewise.
3804         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
3805         * lib/unistr/u16-strchr.c: Likewise.
3806         * lib/unistr/u16-strrchr.c: Likewise.
3807         * lib/striconveh.c: Update.
3808         * lib/linebreak.c: Update.
3809
3810 2007-03-24  Bruno Haible  <bruno@clisp.org>
3811
3812         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
3813         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
3814
3815 2007-03-22  Bruno Haible  <bruno@clisp.org>
3816
3817         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
3818
3819 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3820
3821         * MODULES.html.sh (File system functions): New module write-any-file.
3822         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
3823         * m4/write-any-file.m4: New files.
3824
3825 2007-03-23  Eric Blake  <ebb9@byu.net>
3826
3827         * gnulib-tool: Rearrange space-tab sequences, since some editors
3828         like to eat them.
3829
3830 2007-03-23  Eric Blake  <ebb9@byu.net>
3831
3832         * lib/version-etc.c (version_etc_va): Update license wording to
3833         be more concise.  Recommended by Richard Stallman.
3834
3835 2007-03-22  Bruno Haible  <bruno@clisp.org>
3836
3837         * lib/poll.c (MSG_PEEK): New fallback definition.
3838
3839 2007-03-22  Bruno Haible  <bruno@clisp.org>
3840
3841         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
3842         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
3843         (main): Update.
3844         Fixes a compilation error on BeOS.
3845
3846 2007-03-22  Bruno Haible  <bruno@clisp.org>
3847
3848         * modules/frexpl-tests: New file.
3849         * tests/test-frexpl.c: New file.
3850
3851         * modules/frexpl: New file.
3852         * m4/frexpl.m4: New file.
3853         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
3854         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
3855         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
3856         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
3857         (Depends-on): Add frexpl. Remove isnanl-nolibm.
3858         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
3859
3860 2007-03-22  Bruno Haible  <bruno@clisp.org>
3861
3862         * lib/frexpl.c: Share code with lib/frexp.c.
3863         * modules/mathl (Files): Add lib/frexp.c.
3864         (Depends-on): Add isnanl-nolibm.
3865
3866 2007-03-22  Bruno Haible  <bruno@clisp.org>
3867
3868         * modules/printf-frexp (Files): Add m4/frexp.m4.
3869         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
3870         only if the found frexp function actually works.
3871
3872 2007-03-22  Bruno Haible  <bruno@clisp.org>
3873
3874         * lib/frexp.c: Remove older implementation that uses divisions.
3875
3876 2007-03-21  Bruno Haible  <bruno@clisp.org>
3877
3878         * modules/frexp-tests: New file.
3879         * tests/test-frexp.c: New file.
3880
3881         * modules/frexp: New file.
3882         * lib/frexp.c: New file.
3883         * m4/frexp.m4: New file.
3884         * lib/math_.h (frexp): New declaration.
3885         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
3886         REPLACE_FREXP.
3887         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
3888
3889 2007-03-21  Bruno Haible  <bruno@clisp.org>
3890
3891         * modules/isnanl-tests: New file.
3892         * tests/test-isnanl.c: New file.
3893
3894         * modules/isnanl: New file.
3895         * lib/isnanl.h: New file.
3896         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
3897         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
3898         gl_FUNC_ISNANL_WORKS.
3899         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
3900         New macros.
3901
3902 2007-03-21  Bruno Haible  <bruno@clisp.org>
3903
3904         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
3905         lib/isnanl.h.
3906         (Include): Update.
3907         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
3908         * lib/vasnprintf.c: Update.
3909         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
3910         tests/test-isnanl.h, remove tests/test-isnanl.c.
3911         (Makefile.am): Update.
3912         * tests/test-isnanl-nolibm.c: New file.
3913         * tests/test-isnanl.h: New file.
3914         * tests/test-isnanl.c: Remove file.
3915
3916 2007-03-21  Jim Meyering  <jim@meyering.net>
3917
3918         When trying to open ".", treat ESTALE like EACCES.
3919         * lib/savewd.c (savewd_save): Resort to forking not just upon
3920         failure with EACCES, but also when errno is ESTALE.
3921
3922 2007-03-20  Bruno Haible  <bruno@clisp.org>
3923
3924         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
3925         Needed on AIX 5.1. Reported by Matthew Woehlke.
3926
3927 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3928
3929         Suggestions by Bruno Haible:
3930         * lib/acl-internal.h: Include "gettext.h" rather than rolling
3931         our own.
3932         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
3933         * modules/acl (Depends-on): Add gettext.
3934
3935 2007-03-19  Bruno Haible  <bruno@clisp.org>
3936
3937         * modules/iconvme: Remove file.
3938         * lib/iconvme.h: Remove file.
3939         * lib/iconvme.c: Remove file.
3940         * m4/iconvme.m4: Remove file.
3941
3942 2007-03-19  Bruno Haible  <bruno@clisp.org>
3943
3944         * doc/relocatable-maint.texi: Break long shell script line.
3945         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3946
3947 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3948
3949         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
3950         handle file_has_acl.
3951         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
3952         * lib/acl.c: Move header inclusions and related macro defns into
3953         lib/acl-internal.h.
3954         (S_ISLNK): Remove defn, since that's now done for us.
3955         (file_has_acl): Move to lib/file-has-acl.c.
3956         Call acl_trivial if available.  This is the crucial part of the fix.
3957         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
3958         shared within the library.  Rewrite a bit, partly to make it compatible
3959         with the GNU coding style.
3960         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
3961         Remove unnecessary double-quotes.
3962         Don't test for acl_to_text; the build will catch that.
3963         Replace acl_entries if it doesn't exist and it is needed.
3964         Check for -lsec and acl_trivial (as used on Solaris 10).
3965         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
3966         lib/file-has-acl.c.
3967         (Depends-on): Add sys_stat, for S_ISLNK.
3968
3969 2007-03-19  Ben Pfaff  <blp@gnu.org>
3970
3971         * doc/gnulib.texi: Fix typos.
3972         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
3973
3974 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3975
3976         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
3977         If size is zero here, buf must be zero.
3978
3979 2007-03-19  Simon Josefsson  <simon@josefsson.org>
3980
3981         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
3982         <bruno@clisp.org>.
3983
3984 2007-03-18  Bruno Haible  <bruno@clisp.org>
3985
3986         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
3987         Suggested by Eric Blake.
3988
3989 2007-03-18  Ben Pfaff  <blp@gnu.org>
3990
3991         * doc/relocatable.texi: Recommend using as prefix a directory
3992         that does not exist and will never be created.  Based on
3993         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
3994         and others.
3995
3996 2007-03-17  Bruno Haible  <bruno@clisp.org>
3997
3998         * lib/fchownat.c: Include lchown.h.
3999
4000 2007-03-17  Bruno Haible  <bruno@clisp.org>
4001
4002         Fix endless loop when the given allocated size was > INT_MAX.
4003         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4004         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4005         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4006         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4007         * lib/sprintf.c (sprintf): Likewise.
4008
4009 2007-03-17  Bruno Haible  <bruno@clisp.org>
4010
4011         * tests/test-argp-2.sh (func_compare): Output a context diff.
4012
4013 2007-03-17  Bruno Haible  <bruno@clisp.org>
4014
4015         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4016         locale's decimal-point character.
4017
4018 2007-03-17  Bruno Haible  <bruno@clisp.org>
4019
4020         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4021         before comparing it. Needed because on some platforms (e.g. x86) a
4022         'long double' occupies less bytes than sizeof (long double).
4023
4024 2007-03-17  Bruno Haible  <bruno@clisp.org>
4025
4026         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4027         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4028         * tests/test-getaddrinfo.c (simple): Likewise.
4029         * tests/test-read-file.c (main): Likewise.
4030
4031 2007-03-17  Bruno Haible  <bruno@clisp.org>
4032
4033         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4034
4035 2007-03-17  Bruno Haible  <bruno@clisp.org>
4036
4037         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4038         unused variable.
4039
4040 2007-03-17  Bruno Haible  <bruno@clisp.org>
4041
4042         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4043         * tests/test-c-strncasecmp.c: Likewise.
4044
4045 2007-03-17  Bruno Haible  <bruno@clisp.org>
4046
4047         * modules/stdlib (Depends-on): Add unistd.
4048         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4049         Needed for MacOS X 10.3.
4050
4051 2007-03-17  Bruno Haible  <bruno@clisp.org>
4052
4053         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4054
4055 2007-03-17  Bruno Haible  <bruno@clisp.org>
4056
4057         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4058
4059 2007-03-17  Bruno Haible  <bruno@clisp.org>
4060
4061         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4062         to reflect files copied from gnulib (with or without modifications).
4063         Suggested by Jim Meyering.
4064
4065 2007-03-17  Eric Blake  <ebb9@byu.net>
4066
4067         * NEWS: Document stdlib change from 2007-02-18.
4068
4069 2007-03-17  Jim Meyering  <jim@meyering.net>
4070
4071         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4072         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4073         someone uses a name containing shell meta-characters.
4074         Reported by Alfred M. Szmidt.
4075
4076         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4077
4078 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4079
4080         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4081         and copy gettext configuration files only if configure.ac contains
4082         a use of AM_GNU_GETTEXT_VERSION.
4083
4084 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4085
4086         * build-aux/bootstrap (gnulib_name): New variable.
4087         (gnulib_tool_options): Use it.
4088
4089 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4090
4091         * tests/test-des.c: Use new namespace.
4092
4093 2007-03-15  Bruno Haible  <bruno@clisp.org>
4094
4095         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4096         Reported by James Youngman <jay@gnu.org>.
4097
4098 2007-03-15  Bruno Haible  <bruno@clisp.org>
4099
4100         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4101         declared prototype. Needed with cc on OSF/1 5.1.
4102
4103 2007-03-15  Bruno Haible  <bruno@clisp.org>
4104
4105         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4106         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4107         (struct gl_list_implementation): Add dispose_fn argument to the
4108         'create_empty', 'create' methods.
4109         (struct gl_list_impl_base): Add field 'dispose_fn'.
4110         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4111         argument.
4112         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4113         dispose_fn argument.
4114         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4115         dispose_fn on the dropped values.
4116         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4117         dispose_fn argument.
4118         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4119         dropped values.
4120         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4121         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4122         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4123         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4124         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4125         argument.
4126         (gl_tree_list_free): Call dispose_fn on the dropped values.
4127         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4128         the dropped values.
4129         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4130         Add dispose_fn argument.
4131         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4132         Call dispose_fn on the dropped values.
4133         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4134         Add dispose_fn argument.
4135         (gl_sublist_create): Initialize the 'dispose_fn' field.
4136         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4137         * tests/test-array_list.c (main): Update.
4138         * tests/test-carray_list.c (main): Update.
4139         * tests/test-avltree_list.c (main): Update.
4140         * tests/test-rbtree_list.c (main): Update.
4141         * tests/test-avltreehash_list.c (main): Update.
4142         * tests/test-rbtreehash_list.c (main): Update.
4143         * tests/test-linked_list.c (main): Update.
4144         * tests/test-linkedhash_list.c (main): Update.
4145         * tests/test-array_oset.c (main): Update.
4146
4147 2007-03-15  Bruno Haible  <bruno@clisp.org>
4148
4149         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4150         (gl_oset_create_empty): Add dispose_fn argument.
4151         (struct gl_oset_implementation): Add dispose_fn argument to
4152         'create_empty' method.
4153         (struct gl_oset_impl_base): Add dispose_fn field.
4154         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4155         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4156         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4157         values.
4158         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4159         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4160         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4161         dropped value.
4162         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4163         dropped value.
4164         * tests/test-array_oset.c (main): Update.
4165         * tests/test-avltree_oset.c (main): Update.
4166         * tests/test-rbtree_oset.c (main): Update.
4167         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4168
4169 2007-03-13  Bruno Haible  <bruno@clisp.org>
4170
4171         * tests/test-stdbool.c (i): Update after last patch.
4172
4173 2007-03-12  Bruno Haible  <bruno@clisp.org>
4174
4175         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4176         the iswprint macro. Needed on Solaris 2.5.1.
4177
4178 2007-03-12  Bruno Haible  <bruno@clisp.org>
4179
4180         * tests/test-printf-frexp.c (main): Declare x as volatile.
4181
4182 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4183
4184         * doc/gnulib.texi (Build robot for gnulib): New section.
4185
4186 2007-03-12  Jim Meyering  <jim@meyering.net>
4187
4188         * build-aux/bootstrap: New file.
4189         * build-aux/bootstrap.conf: New file, from coreutils.
4190
4191 2007-03-11  Bruno Haible  <bruno@clisp.org>
4192
4193         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4194
4195 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4196
4197         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4198         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4199         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4200
4201 2007-03-11  Bruno Haible  <bruno@clisp.org>
4202
4203         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4204         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4205
4206 2007-03-11  Bruno Haible  <bruno@clisp.org>
4207
4208         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4209         formula. Needed for SunPRO C 5.0.
4210
4211 2007-03-11  Bruno Haible  <bruno@clisp.org>
4212
4213         * modules/long-options (Depends-on): Add getopt.
4214
4215 2007-03-11  Bruno Haible  <bruno@clisp.org>
4216
4217         * modules/modechange (Depends-on): Add stdbool.
4218
4219 2007-03-11  Bruno Haible  <bruno@clisp.org>
4220
4221         * modules/i-ring (Depends-on): Add stdbool.
4222
4223 2007-03-11  Bruno Haible  <bruno@clisp.org>
4224
4225         * modules/gc-des (Depends-on): Add stdbool.
4226
4227 2007-03-11  Bruno Haible  <bruno@clisp.org>
4228
4229         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4230
4231 2007-03-11  Bruno Haible  <bruno@clisp.org>
4232
4233         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4234
4235 2007-03-11  Bruno Haible  <bruno@clisp.org>
4236
4237         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4238
4239 2007-03-11  Bruno Haible  <bruno@clisp.org>
4240
4241         * lib/vasnprintf.c (sprintf): Undefine.
4242
4243 2007-03-11  Bruno Haible  <bruno@clisp.org>
4244
4245         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4246         initializers in SunPRO C and Compaq C compilers.
4247
4248 2007-03-11  Bruno Haible  <bruno@clisp.org>
4249
4250         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4251         decrementing code ANSI C compliant.
4252
4253 2007-03-11  Bruno Haible  <bruno@clisp.org>
4254
4255         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4256         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4257
4258 2007-03-11  Bruno Haible  <bruno@clisp.org>
4259
4260         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4261         <stdbool.h> substitute doesn't pass.
4262
4263 2007-03-11  Bruno Haible  <bruno@clisp.org>
4264
4265         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4266
4267 2007-03-11  Bruno Haible  <bruno@clisp.org>
4268
4269         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4270         script, for submission to autobuild.josefsson.org.
4271
4272 2007-03-10  Bruno Haible  <bruno@clisp.org>
4273
4274         * modules/canonicalize-lgpl-tests: New file.
4275         * tests/test-canonicalize-lgpl.sh: New file.
4276         * tests/test-canonicalize-lgpl.c: New file.
4277
4278         * modules/c-strcase-tests: New file.
4279         * tests/test-c-strcase.sh: New file.
4280         * tests/test-c-strcasecmp.c: New file.
4281         * tests/test-c-strncasecmp.c: New file.
4282
4283         * modules/atexit-tests: New file.
4284         * tests/test-atexit.sh: New file.
4285         * tests/test-atexit.c: New file.
4286
4287 2007-03-10  Bruno Haible  <bruno@clisp.org>
4288
4289         * tests/test-binary-io.sh: Use temporary filenames that are not so
4290         likely to clash with those of other tests (in a parallel make).
4291         * tests/test-binary-io.c: Likewise.
4292
4293 2007-03-10  Bruno Haible  <bruno@clisp.org>
4294
4295         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4296         fallback; use #error instead.
4297         Suggested by Simon Josefsson.
4298
4299 2007-03-10  Bruno Haible  <bruno@clisp.org>
4300
4301         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4302         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4303         first and the last.
4304
4305 2007-03-10  Bruno Haible  <bruno@clisp.org>
4306
4307         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4308
4309 2007-03-10  Bruno Haible  <bruno@clisp.org>
4310
4311         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4312         "make distcheck".
4313         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4314         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4315         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4316
4317 2007-03-10  Bruno Haible  <bruno@clisp.org>
4318
4319         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4320         variable.
4321         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4322         variable.
4323
4324 2007-03-09  Eric Blake  <ebb9@byu.net>
4325         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4326
4327         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4328         types are not being provided by gnulib.
4329         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4330         types are supported.
4331
4332 2007-03-10  Bruno Haible  <bruno@clisp.org>
4333
4334         * lib/stdio_.h (__attribute__): New macro.
4335         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4336         vsprintf): Specify __attribute__ __format__ for GCC.
4337         Suggested by Eric Blake.
4338
4339 2007-03-09  Bruno Haible  <bruno@clisp.org>
4340
4341         * modules/printf-posix-tests: New file.
4342         * tests/test-printf-posix.sh: New file.
4343         * tests/test-printf-posix.c: New file.
4344
4345         * modules/printf-posix: New file.
4346         * lib/printf.c: New file.
4347         * m4/printf-posix-rpl.m4: New file.
4348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4349         REPLACE_PRINTF.
4350         * lib/stdio_.h (printf): New declaration.
4351         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4352         ____strfmon____): New macros.
4353         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4354         REPLACE_PRINTF.
4355
4356 2007-03-09  Bruno Haible  <bruno@clisp.org>
4357
4358         * tests/test-vasnprintf-posix2.sh: New file.
4359         * tests/test-vasnprintf-posix2.c: New file.
4360         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4361         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4362         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4363
4364         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4365         a locale dependent decimal point, rather than always '.'.
4366
4367 2007-03-09  Eric Blake  <ebb9@byu.net>
4368
4369         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4370         spite of platforms like Tandem/NSK that define it to -1.
4371
4372 2007-03-08  Bruno Haible  <bruno@clisp.org>
4373
4374         * modules/vprintf-posix-tests: New file.
4375         * tests/test-vprintf-posix.sh: New file.
4376         * tests/test-vprintf-posix.c: New file.
4377         * tests/test-printf-posix.h: New file.
4378
4379         * modules/vprintf-posix: New file.
4380         * lib/vprintf.c: New file.
4381         * m4/vprintf-posix.m4: New file.
4382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4383         REPLACE_VPRINTF.
4384         * lib/stdio_.h (vprintf): New declaration.
4385         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4386         REPLACE_VPRINTF.
4387
4388 2007-03-08  Bruno Haible  <bruno@clisp.org>
4389
4390         * modules/fprintf-posix-tests: New file.
4391         * tests/test-fprintf-posix.sh: New file.
4392         * tests/test-fprintf-posix.c: New file.
4393
4394         * modules/fprintf-posix: New file.
4395         * lib/fprintf.c: New file.
4396         * m4/fprintf-posix.m4: New file.
4397         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4398         REPLACE_FPRINTF.
4399         * lib/stdio_.h (fprintf): New declaration.
4400         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4401         REPLACE_FPRINTF.
4402
4403 2007-03-08  Bruno Haible  <bruno@clisp.org>
4404
4405         * modules/vfprintf-posix-tests: New file.
4406         * tests/test-vfprintf-posix.sh: New file.
4407         * tests/test-vfprintf-posix.c: New file.
4408         * tests/test-fprintf-posix.h: New file.
4409         * tests/test-fprintf-posix.out: New file.
4410
4411         * modules/vfprintf-posix: New file.
4412         * lib/vfprintf.c: New file.
4413         * m4/vfprintf-posix.m4: New file.
4414         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4415         REPLACE_VFPRINTF.
4416         * lib/stdio_.h (vfprintf): New declaration.
4417         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4418         REPLACE_VFPRINTF.
4419
4420 2007-03-08  Bruno Haible  <bruno@clisp.org>
4421
4422         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4423
4424 2007-03-08  Bruno Haible  <bruno@clisp.org>
4425
4426         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4427         instead of 'expr' invocations.
4428         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4429         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4430         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4431         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4432         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4433         Suggested by Paul Eggert.
4434
4435 2007-03-08  Bruno Haible  <bruno@clisp.org>
4436
4437         * modules/fseterr-tests: New file.
4438         * tests/test-fseterr.c: New file.
4439
4440         * modules/fseterr: New file.
4441         * lib/fseterr.h: New file.
4442         * lib/fseterr.c: New file.
4443
4444 2007-03-08  Bruno Haible  <bruno@clisp.org>
4445
4446         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4447         * lib/getopt_.h: Likewise.
4448         * lib/mbswidth.h: Likewise.
4449         * lib/setenv.h: Likewise.
4450         * lib/vasnprintf.h: Likewise.
4451         * lib/vasprintf.h: Likewise.
4452         * lib/verror.h: Likewise.
4453         * lib/xsetenv.h: Likewise.
4454         * lib/xvasprintf.h: Likewise.
4455
4456 2007-03-08  Jim Meyering  <jim@meyering.net>
4457
4458         * users.txt: Add parted.
4459
4460         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4461
4462 2007-03-07  Bruno Haible  <bruno@clisp.org>
4463
4464         * m4/printf.m4: Make the shell script snippets copy&pastable.
4465
4466 2007-03-02  Bruno Haible  <bruno@clisp.org>
4467
4468         * lib/netinet_in_.h: New file.
4469         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4470         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4471         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4472         (Depends-on): Add absolute-header.
4473         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4474         into netinet/in.h.
4475
4476 2007-03-03  Bruno Haible  <bruno@clisp.org>
4477
4478         * lib/sys_select_.h: New file.
4479         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4480         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4481         * modules/sys_select (Files): Add lib/sys_select_.h.
4482         (Depends-on): Add absolute-header.
4483         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4484         into sys/select.h.
4485
4486 2007-03-02  Bruno Haible  <bruno@clisp.org>
4487
4488         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4489         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4490         values.
4491         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4492         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4493         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4494         * modules/sys_socket (Depends-on): Add absolute-header.
4495         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4496         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4497         (Include): Remove requirement of inclusion of <sys/types.h>.
4498
4499 2007-03-02  Bruno Haible  <bruno@clisp.org>
4500
4501         * lib/byteswap_.h (bswap_32): Fix formula.
4502
4503 2007-03-06  Bruno Haible  <bruno@clisp.org>
4504
4505         * modules/sprintf-posix-tests: New file.
4506         * tests/test-sprintf-posix.c: New file.
4507
4508         * modules/sprintf-posix: New file.
4509         * lib/sprintf.c: New file.
4510         * m4/sprintf-posix.m4: New file.
4511         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4512         REPLACE_SPRINTF.
4513         * lib/stdio_.h (sprintf): New declaration.
4514         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4515         REPLACE_SPRINTF.
4516
4517 2007-03-06  Bruno Haible  <bruno@clisp.org>
4518
4519         * modules/vsprintf-posix-tests: New file.
4520         * tests/test-vsprintf-posix.c: New file.
4521         * tests/test-sprintf-posix.h: New file.
4522
4523         * modules/vsprintf-posix: New file.
4524         * lib/vsprintf.c: New file.
4525         * m4/vsprintf-posix.m4: New file.
4526         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4527         REPLACE_VSPRINTF.
4528         * lib/stdio_.h (vsprintf): New declaration.
4529         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4530         REPLACE_VSPRINTF.
4531
4532 2007-03-06  Bruno Haible  <bruno@clisp.org>
4533
4534         * modules/vsnprintf (Depend-on): Remove minmax.
4535
4536 2007-03-06  Bruno Haible  <bruno@clisp.org>
4537
4538         * modules/snprintf-posix-tests: New file.
4539         * tests/test-snprintf-posix.c: New file.
4540
4541         * modules/snprintf-posix: New file.
4542         * m4/snprintf-posix.m4: New file.
4543         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4544         gl_FUNC_SNPRINTF.
4545         (gl_FUNC_SNPRINTF): Invoke it.
4546         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4547         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4548         is set.
4549         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4550
4551 2007-03-06  Bruno Haible  <bruno@clisp.org>
4552
4553         * modules/vsnprintf-posix-tests: New file.
4554         * tests/test-vsnprintf-posix.c: New file.
4555         * tests/test-snprintf-posix.h: New file.
4556
4557         * modules/vsnprintf-posix: New file.
4558         * m4/vsnprintf-posix.m4: New file.
4559         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4560         gl_FUNC_VSNPRINTF.
4561         (gl_FUNC_VSNPRINTF): Invoke it.
4562         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4563         * lib/stdio_.h (vsnprintf): Define as a replacement if
4564         REPLACE_VSNPRINTF is set.
4565         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4566
4567 2007-03-06  Bruno Haible  <bruno@clisp.org>
4568
4569         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4570         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4571
4572 2007-03-06  Bruno Haible  <bruno@clisp.org>
4573
4574         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4575         (asinl): Declare also if HAVE_DECL_ASINL is set.
4576         (atanl): Declare also if HAVE_DECL_ATANL is set.
4577         (ceill): Declare also if HAVE_DECL_CEILL is set.
4578         (cosl): Declare also if HAVE_DECL_COSL is set.
4579         (expl): Declare also if HAVE_DECL_EXPL is set.
4580         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4581         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4582         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4583         (logl): Declare also if HAVE_DECL_LOGL is set.
4584         (sinl): Declare also if HAVE_DECL_SINL is set.
4585         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4586         (tanl): Declare also if HAVE_DECL_TANL is set.
4587         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4588         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4589         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4590         declaration of frexpl, ldexpl.
4591         * modules/printf-frexpl (Depends-on): Add math.
4592         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4593
4594 2007-03-05  Bruno Haible  <bruno@clisp.org>
4595
4596         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4597         frexpl and ldexpl are declared.
4598         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4599
4600 2007-03-05  Bruno Haible  <bruno@clisp.org>
4601
4602         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4603         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4604
4605 2007-03-05  Bruno Haible  <bruno@clisp.org>
4606
4607         * lib/stdio_.h: Include <stddef.h>.
4608
4609 2007-03-05  Bruno Haible  <bruno@clisp.org>
4610
4611         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4612
4613 2007-03-05  Bruno Haible  <bruno@clisp.org>
4614
4615         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4616         NetBSD 4, from Ralf Wildenhues.
4617
4618 2007-03-04  Bruno Haible  <bruno@clisp.org>
4619
4620         * lib/vasprintf.h: Update #if logic for the case when the functions
4621         exist but are overridden.
4622
4623 2007-03-04  Bruno Haible  <bruno@clisp.org>
4624
4625         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4626         implementations: glibc-2.4 and MacOS X 10.3.
4627         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4628         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4629         * tests/test-vasprintf-posix.c (test_function): Likewise.
4630
4631 2007-03-04  Bruno Haible  <bruno@clisp.org>
4632
4633         * modules/vasprintf-posix-tests: New file.
4634         * tests/test-vasprintf-posix.c: New file.
4635
4636         * modules/vasprintf-posix: New file.
4637         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4638         defined.
4639         * m4/vasprintf-posix.m4: New file.
4640         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4641         gl_FUNC_VASPRINTF.
4642         (gl_FUNC_VASPRINTF): Invoke it.
4643         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4644         here.
4645         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4646
4647 2007-03-04  Bruno Haible  <bruno@clisp.org>
4648
4649         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4650         REPLACE_GETTIMEOFDAY.
4651         * modules/sys_time (Makefile.am): Likewise.
4652         * m4/sys_time_h.m4: Likewise.
4653         * m4/gettimeofday.m4: Likewise.
4654
4655 2007-03-04  Bruno Haible  <bruno@clisp.org>
4656
4657         * modules/vasnprintf-posix-tests: New file.
4658         * tests/test-vasnprintf-posix.c: New file.
4659
4660         * modules/vasnprintf-posix: New file.
4661         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4662         printf-frexpl.h.
4663         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4664         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4665         REPLACE_VASNPRINTF is defined.
4666         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4667         gl_FUNC_VASNPRINTF.
4668         (gl_FUNC_VASNPRINTF): Invoke it.
4669         * m4/vasnprintf-posix.m4: New file.
4670         * m4/printf.m4: New file.
4671
4672 2007-03-04  Bruno Haible  <bruno@clisp.org>
4673
4674         Compile progreloc.c only if --enable-relocatable is specified.
4675         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4676         if --enable-relocatable was specified.
4677         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4678         lib_SOURCES.
4679
4680 2007-03-04  Jim Meyering  <jim@meyering.net>
4681
4682         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4683         Use it consistently, rather than enumerating errno constants.
4684
4685 2007-03-04  Bruno Haible  <bruno@clisp.org>
4686
4687         * modules/xvasprintf-tests: New file.
4688         * tests/test-xvasprintf.c: New file.
4689
4690         * modules/vasprintf-tests: New file.
4691         * tests/test-vasprintf.c: New file.
4692
4693         * modules/vasnprintf-tests: New file.
4694         * tests/test-vasnprintf.c: New file.
4695
4696         * modules/vsnprintf-tests: New file.
4697         * tests/test-vsnprintf.c: New file.
4698
4699         * modules/snprintf-tests: New file.
4700         * tests/test-snprintf.c: New file.
4701
4702 2007-03-04  Bruno Haible  <bruno@clisp.org>
4703
4704         Compile relocatable.c only if --enable-relocatable is specified.
4705         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4706         gl_RELOCATABLE_LIBRARY.
4707         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4708         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4709         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4710         gl_RELOCATABLE_LIBRARY.
4711         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4712         (Makefile.am): Remove lib_SOURCES.
4713         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4714         gl_RELOCATABLE_LIBRARY.
4715         (Makefile.am): Remove lib_SOURCES.
4716         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4717         always.
4718         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4719         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4720
4721 2007-03-04  Bruno Haible  <bruno@clisp.org>
4722
4723         * modules/argmatch-tests: New file.
4724         * tests/test-argmatch.c: New file.
4725
4726         * tests/test-allocsa.c (main): Halve the number of loop runs.
4727
4728         * modules/alloca-opt-tests: New file.
4729         * tests/test-alloca-opt.c: New file.
4730
4731 2007-03-04  Jim Meyering  <jim@meyering.net>
4732
4733         Work around difference between Linux ACLs and Solaris 10 ZFS.
4734         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4735         for EINVAL.
4736
4737 2007-03-03  Bruno Haible  <bruno@clisp.org>
4738
4739         * modules/relocatable-prog (Depends-on): Add back progreloc's
4740         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4741
4742 2007-03-03  Bruno Haible  <bruno@clisp.org>
4743
4744         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4745         * modules/relocatable-lib: New file.
4746
4747 2007-03-03  Bruno Haible  <bruno@clisp.org>
4748
4749         * modules/relocatable-prog: Renamed from modules/relocatable.
4750         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4751
4752 2007-03-03  Bruno Haible  <bruno@clisp.org>
4753
4754         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4755         m4/relocatable-lib.m4.
4756         (Depends-on): Remove 'relocatable'.
4757         (configure.ac): Add gl_RELOCATABLE_NOP.
4758
4759 2007-03-03  Bruno Haible  <bruno@clisp.org>
4760
4761         * modules/relocatable-prog-wrapper: New file.
4762         * modules/relocatable (Depends-on): Add it. Remove all other
4763         dependencies except progname.
4764         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
4765
4766         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
4767         (gl_FUNC_STRERROR): Nop.
4768         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
4769
4770         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4771         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
4772
4773         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
4774         (gl_FUNC_READLINK): Update.
4775
4776         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
4777
4778 2007-03-03  Bruno Haible  <bruno@clisp.org>
4779
4780         * lib/xreadlink.c: Include <unistd.h> unconditionally.
4781         * modules/xreadlink (Depends-on): Add unistd.
4782         * modules/xreadlink-with-size (Depends-on): Likewise.
4783
4784 2007-03-03  Bruno Haible  <bruno@clisp.org>
4785
4786         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
4787         extracted from gt_FUNC_SETENV.
4788         (gt_FUNC_SETENV): Remove macro.
4789         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
4790         remove gt_FUNC_SETENV.
4791
4792 2007-03-03  Bruno Haible  <bruno@clisp.org>
4793
4794         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
4795         ENABLE_RELOCATABLE here.
4796         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
4797
4798 2007-03-03  Bruno Haible  <bruno@clisp.org>
4799
4800         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4801         * tests/test-rbtreehash_list.c: Include progname.h.
4802         (main): Call set_program_name.
4803
4804         * modules/rbtree-oset-tests (Depends-on): Add progname.
4805         * tests/test-rbtree_oset.c: Include progname.h.
4806         (main): Call set_program_name.
4807
4808         * modules/rbtree-list-tests (Depends-on): Add progname.
4809         * tests/test-rbtree_list.c: Include progname.h.
4810         (main): Call set_program_name.
4811
4812         * modules/linked-list-tests (Depends-on): Add progname.
4813         * tests/test-linked_list.c: Include progname.h.
4814         (main): Call set_program_name.
4815
4816 2007-03-03  Bruno Haible  <bruno@clisp.org>
4817
4818         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
4819         All uses of __restrict changed to _Restrict_.
4820         * lib/glob_.h (__restrict): Remove macro.
4821
4822 2007-03-02  Bruno Haible  <bruno@clisp.org>
4823
4824         * modules/gettext (configure.ac): Require gettext infrastructure
4825         from version 0.16.1.
4826
4827 2007-03-02  Bruno Haible  <bruno@clisp.org>
4828
4829         * modules/linkedhash-list-tests (Depends-on): Add progname.
4830         * tests/test-linkedhash_list.c: Include progname.h.
4831         (main): Call set_program_name.
4832
4833         * modules/carray-list-tests (Depends-on): Add progname.
4834         * tests/test-carray_list.c: Include progname.h.
4835         (main): Call set_program_name.
4836
4837         * modules/avltreehash-list-tests (Depends-on): Add progname.
4838         * tests/test-avltreehash_list.c: Include progname.h.
4839         (main): Call set_program_name.
4840
4841         * modules/avltree-oset-tests (Depends-on): Add progname.
4842         * tests/test-avltree_oset.c: Include progname.h.
4843         (main): Call set_program_name.
4844
4845         * modules/avltree-list-tests (Depends-on): Add progname.
4846         * tests/test-avltree_list.c: Include progname.h.
4847         (main): Call set_program_name.
4848
4849         * modules/array-oset-tests (Depends-on): Add progname.
4850         * tests/test-array_oset.c: Include progname.h.
4851         (main): Call set_program_name.
4852
4853         * modules/array-list-tests (Depends-on): Add progname.
4854         * tests/test-array_list.c: Include progname.h.
4855         (main): Call set_program_name.
4856
4857         * modules/argp-tests (Depends-on): Add progname.
4858         * tests/test-argp.c: Include argp.h first. Include progname.h.
4859         (main): Call set_program_name.
4860
4861 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
4862
4863         * doc/gnulib-tool.texi (Initial import): Reword description of
4864         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
4865         limited effect even if defined after the first system include.
4866
4867 2007-03-01  Bruno Haible  <bruno@clisp.org>
4868
4869         * build-aux/config.libpath: Update to libtool-1.5.22.
4870         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4871
4872 2007-03-01  Bruno Haible  <bruno@clisp.org>
4873
4874         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
4875         foo_CFLAGS.
4876         Reported by Ralf Wildenhues.
4877
4878 2007-03-01  Bruno Haible  <bruno@clisp.org>
4879
4880         * build-aux/install-reloc: Remove object files left over by some
4881         compilers.
4882         Reported by Ralf Wildenhues.
4883
4884 2007-03-01  Bruno Haible  <bruno@clisp.org>
4885
4886         * build-aux/install-reloc: Break long lines.
4887
4888 2007-03-01  Bruno Haible  <bruno@clisp.org>
4889
4890         * doc/relocatable.texi: Document that it may not work on OpenBSD.
4891         Reported by Ralf Wildenhues.
4892
4893 2007-03-01  Bruno Haible  <bruno@clisp.org>
4894
4895         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
4896         include ordering constraints.
4897
4898 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
4899
4900         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
4901         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
4902         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
4903         as another example.
4904         * lib/time_.h: Fix misspelling.
4905         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4906         Require gl_HEADER_TIME_H_DEFAULTS.
4907         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
4908         * m4/time_r.m4 (gl_TIME_R): Likewise.
4909         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
4910
4911 2007-03-01  Bruno Haible  <bruno@clisp.org>
4912
4913         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
4914         * m4/utimens.m4 (gl_UTIMENS): Likewise.
4915
4916 2007-03-01  Jim Meyering  <jim@meyering.net>
4917
4918         * modules/xreadlink (Maintainer): Add my name.
4919         * modules/xreadlink-with-size (Depends-on): Alphabetize.
4920
4921 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
4922             Bruno Haible  <bruno@clisp.org>
4923
4924         * build-aux/install-reloc: Compile also c-ctype.c.
4925         * build-aux/relocatable.sh.in: New file.
4926         * doc/relocatable.texi: New file.
4927         * doc/relocatable-maint.texi: New file.
4928         * doc/gnulib.texi: Include relocatable-maint.texi.
4929         * lib/progreloc.c: Include unistd.h unconditionally.
4930         * lib/relocwrapper.c: Include unistd.h unconditionally.
4931         Include c-ctype.h.
4932         (add_dotbin): Use c_tolower.
4933         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
4934         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
4935         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
4936         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
4937         to m4/relocatable-lib.m4.
4938         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
4939         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
4940         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
4941         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
4942         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
4943         * modules/relocatable: New file.
4944         * modules/relocatable-lib: New file.
4945         * modules/relocatable-script: New file.
4946
4947 2007-02-28  Bruno Haible  <bruno@clisp.org>
4948
4949         Import --enable-relocatable infrastructure.
4950         * build-aux/config.libpath: New file, from GNU gettext.
4951         * build-aux/install-reloc: New file, from GNU gettext.
4952         * build-aux/reloc-ldflags: New file, from GNU gettext.
4953         * lib/relocatable.h: New file, from GNU gettext.
4954         * lib/relocatable.c: New file, from GNU gettext.
4955         * lib/relocwrapper.c: New file, from GNU gettext.
4956         * m4/relocatable.m4: New file, from GNU gettext.
4957
4958 2007-02-28  Bruno Haible  <bruno@clisp.org>
4959
4960         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
4961
4962         * modules/xreadlink: New file, from GNU gettext with modifications.
4963         * lib/xreadlink.c: New file, from GNU gettext.
4964         * lib/xreadlink.h: Add comments.
4965         (xreadlink): New declaration.
4966
4967         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
4968         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
4969         lib/xreadlink-with-size.c.
4970         (configure.ac): Remove gl_XREADLINK invocation.
4971         (Makefile.am): Augment lib_SOURCES.
4972         * m4/xreadlink.m4: Remove file.
4973         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
4974         (xreadlink_with_size): Renamed from xreadink.
4975         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
4976         * modules/canonicalize (Depends-on): Replace xreadlink with
4977         xreadlink-with-size.
4978         * lib/canonicalize.c (canonicalize_filename_mode): Update.
4979
4980 2007-02-25  Jim Meyering  <jim@meyering.net>
4981
4982         * build-aux/announce-gen: When complaining about excess arguments,
4983         list them.
4984
4985 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
4986
4987         * README: Document signed integer overflow situation more
4988         accurately.
4989
4990 2007-02-25  Bruno Haible  <bruno@clisp.org>
4991
4992         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
4993         'a' or 'A' conversion.
4994
4995 2007-02-25  Bruno Haible  <bruno@clisp.org>
4996
4997         * modules/filename: Renamed from modules/pathname.
4998         (Files): Replace lib/pathname.h with lib/filename.h. Replace
4999         lib/concatpath.c with lib/concat-filename.c.
5000         (Makefile.am): Update.
5001         (Include): Replace pathname.h with filename.h.
5002         * lib/filename.h: Renamed from lib/pathname.h.
5003         (concatenated_filename): Renamed from concatenated_pathname.
5004         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5005         (concatenated_filename): Renamed from concatenated_pathname.
5006         * lib/findprog.c: Include filename.h instead of pathname.h.
5007         (find_in_path): Update.
5008         * lib/javacomp.c: Include filename.h instead of pathname.h.
5009         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5010         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5011         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5012         is_oldgcj_14_13_usable, is_javac_usable): Update.
5013         * lib/javaexec.c: Include filename.h instead of pathname.h.
5014         (execute_java_class): Update.
5015         * modules/findprog: Update.
5016         * modules/javacomp: Update.
5017         * modules/javaexec: Update.
5018         * MODULES.html.sh (File system functions): Add 'filename', remove
5019         'pathname'.
5020
5021 2007-02-25  Bruno Haible  <bruno@clisp.org>
5022
5023         * modules/printf-frexpl-tests: New file.
5024         * tests/test-printf-frexpl.c: New file.
5025
5026         * modules/printf-frexpl: New file.
5027         * lib/printf-frexpl.h: New file.
5028         * lib/printf-frexpl.c: New file.
5029         * m4/printf-frexpl.m4: New file.
5030
5031 2007-02-25  Bruno Haible  <bruno@clisp.org>
5032
5033         * modules/printf-frexp-tests: New file.
5034         * tests/test-printf-frexp.c: New file.
5035
5036         * modules/printf-frexp: New file.
5037         * lib/printf-frexp.h: New file.
5038         * lib/printf-frexp.c: New file.
5039         * m4/printf-frexp.m4: New file.
5040
5041 2007-02-25  Bruno Haible  <bruno@clisp.org>
5042
5043         Assume automake >= 1.10 for the tests.
5044         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5045         * modules/arctwo-tests: Likewise.
5046         * modules/argp-tests: Likewise.
5047         * modules/avltree-list-tests: Likewise.
5048         * modules/avltree-oset-tests: Likewise.
5049         * modules/avltreehash-list-tests: Likewise.
5050         * modules/carray-list-tests: Likewise.
5051         * modules/crc-tests: Likewise.
5052         * modules/des-tests: Likewise.
5053         * modules/gc-arcfour-tests: Likewise.
5054         * modules/gc-arctwo-tests: Likewise.
5055         * modules/gc-des-tests: Likewise.
5056         * modules/gc-hmac-md5-tests: Likewise.
5057         * modules/gc-hmac-sha1-tests: Likewise.
5058         * modules/gc-md2-tests: Likewise.
5059         * modules/gc-md4-tests: Likewise.
5060         * modules/gc-md5-tests: Likewise.
5061         * modules/gc-pbkdf2-sha1-tests: Likewise.
5062         * modules/gc-rijndael-tests: Likewise.
5063         * modules/gc-sha1-tests: Likewise.
5064         * modules/gc-tests: Likewise.
5065         * modules/getaddrinfo-tests: Likewise.
5066         * modules/hmac-md5-tests: Likewise.
5067         * modules/hmac-sha1-tests: Likewise.
5068         * modules/linked-list-tests: Likewise.
5069         * modules/linkedhash-list-tests: Likewise.
5070         * modules/lock-tests: Likewise.
5071         * modules/md2-tests: Likewise.
5072         * modules/md4-tests: Likewise.
5073         * modules/md5-tests: Likewise.
5074         * modules/rbtree-list-tests: Likewise.
5075         * modules/rbtree-oset-tests: Likewise.
5076         * modules/rbtreehash-list-tests: Likewise.
5077         * modules/read-file-tests: Likewise.
5078         * modules/rijndael-tests: Likewise.
5079         * modules/stdint-tests: Likewise.
5080         * modules/tls-tests: Likewise.
5081
5082 2007-02-24  Bruno Haible  <bruno@clisp.org>
5083
5084         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5085         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5086         function; instead check whether isnan with a double argument links.
5087         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5088         function; instead check whether isnan with a 'long double' argument
5089         links.
5090         Reported by Eric Blake <ebb9@byu.net>.
5091
5092 2007-02-24  Bruno Haible  <bruno@clisp.org>
5093
5094         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5095         defined.
5096         * lib/isnanl.c: Remove all code. Just include isnan.c.
5097         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5098
5099 2007-02-25  Jim Meyering  <jim@meyering.net>
5100
5101         Avoid conflicting types for 'unsetenv' on FreeBSD.
5102         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5103         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5104         in stdlib.h.
5105
5106 2007-02-24  Bruno Haible  <bruno@clisp.org>
5107
5108         * modules/isnanl-nolibm-tests: New file.
5109         * tests/test-isnanl.c: New file.
5110
5111         * modules/isnanl-nolibm: New file.
5112         * lib/isnanl.h: New file.
5113         * lib/isnanl.c: New file.
5114         * m4/isnanl.m4: New file.
5115
5116 2007-02-24  Bruno Haible  <bruno@clisp.org>
5117
5118         * modules/isnan-nolibm-tests: New file.
5119         * tests/test-isnan.c: New file.
5120
5121         * modules/isnan-nolibm: New file.
5122         * lib/isnan.h: New file.
5123         * lib/isnan.c: New file.
5124         * m4/isnan.m4: New file.
5125
5126 2007-02-24  Bruno Haible  <bruno@clisp.org>
5127
5128         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5129         assume that an exponent fits in 20 bits.
5130
5131 2007-02-24  Jim Meyering  <jim@meyering.net>
5132
5133         * m4/regex.m4: Update the description of the configure-time option,
5134         --without-included-regex, to state accurately what the defaults are,
5135         and perhaps to give people an idea why using this option is risky.
5136
5137 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5138
5139         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5140         loops on small arguments.  This attempts to avoid the problem
5141         Bruno Haible reported for AIX 4.3.2 in
5142         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5143
5144 2007-02-23  Bruno Haible  <bruno@clisp.org>
5145
5146         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5147         Needed for help2man.
5148
5149 2007-02-23  Karl Berry  <karl@gnu.org>
5150
5151         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5152         exists, foo.h should be cvs-ignored, not committed.
5153
5154 2007-02-23  Eric Blake  <ebb9@byu.net>
5155
5156         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5157         * lib/stat-time.h (includes): Likewise.
5158         * lib/utimecmp.c (includes): Likewise.
5159         * lib/utimens.h (includes): Likewise.
5160         * lib/getdate.y (includes): Also include "timespec.h" for use
5161         internal to the module.
5162         * modules/utimens (Depends-on): Revert yesterday's patch.
5163         * modules/nanosleep (Depends-on): Add missing dependency.
5164
5165 2007-02-22  Bruno Haible  <bruno@clisp.org>
5166
5167         * lib/glob.c: Don't include getlogin_r.h.
5168
5169 2007-02-22  Jim Meyering  <jim@meyering.net>
5170
5171         * modules/utimens (Depends-on): Add timespec, required for
5172         utimens.h's inclusion of timespec.h.
5173
5174 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5175
5176         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5177         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5178         Schwab in
5179         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5180         I'll try to think of a better way to fix the Solaris problem.
5181
5182         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5183         like glibc; on Solaris 10, it fails with errno == EINVAL.
5184         POSIX says the behavior is unspecified if the first argument is NULL,
5185         so play it safe and never pass NULL to the system getcwd.
5186
5187 2007-02-21  Jim Meyering  <jim@meyering.net>
5188
5189         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5190         of gettimeofday.  It would conflict with the one now always
5191         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5192         an IRIX 6.5 build failure.
5193
5194 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5195
5196         Minor fixups to port to Solaris 10 with Sun C 5.8.
5197         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5198         * modules/getcwd (Depends-on): Add dirfd.
5199         * lib/putenv.c (putenv): #undef it.
5200         (rpl_putenv): New decl.
5201         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5202
5203 2007-02-20  Bruno Haible  <bruno@clisp.org>
5204
5205         * modules/stdio-tests: New file.
5206         * tests/test-stdio.c: New file.
5207
5208         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5209         (Depends-on): Add stdio.
5210         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5211         (Include): Use <stdio.h> instead of vsnprintf.h.
5212         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5213         HAVE_DECL_VSNPRINTF.
5214         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5215
5216         * modules/snprintf (Files): Remove lib/snprintf.h.
5217         (Depends-on): Add stdio.
5218         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5219         (Include): Use <stdio.h> instead of snprintf.h.
5220         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5221         HAVE_DECL_SNPRINTF.
5222         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5223         * lib/getaddrinfo.c: Likewise.
5224
5225         * modules/stdio: New file.
5226         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5227         * lib/snprintf.h: Remove file.
5228         * lib/vsnprintf.h: Remove file.
5229         * lib/.cppi-disable: Remove snprintf.h.
5230         * m4/stdio_h.m4: New file.
5231         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5232
5233 2007-02-20  Jim Meyering  <jim@meyering.net>
5234
5235         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5236         used by e.g., mingw.  From Bruno Haible.
5237
5238 2007-02-19  Bruno Haible  <bruno@clisp.org>
5239
5240         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5241         warnings.
5242         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5243
5244 2007-02-19  Bruno Haible  <bruno@clisp.org>
5245
5246         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5247         from mingw users.
5248
5249 2007-02-19  Bruno Haible  <bruno@clisp.org>
5250
5251         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5252         warnings.
5253         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5254
5255 2007-02-19  Jim Meyering  <jim@meyering.net>
5256
5257         Don't use FD after a successful "fdopendir (fd)".
5258         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5259         Reset it by calling dirfd on the just-obtained DIR*.
5260
5261         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5262         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5263
5264 2007-02-18  Bruno Haible  <bruno@clisp.org>
5265
5266         * lib/readlink.c: Include <unistd.h>.
5267         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5268         HAVE_READLINK.
5269         * modules/readlink (Depends-on): Add unistd.
5270         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5271         (Include): Add <unistd.h>.
5272
5273         * lib/getlogin_r.h: Remove file.
5274         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5275         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5276         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5277         HAVE_DECL_GETLOGIN_R.
5278         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5279         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5280         (Include): Use <unistd.h> instead of getlogin_r.h.
5281
5282         * lib/getcwd.h: Remove file.
5283         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5284         * lib/xgetcwd.c: Likewise.
5285         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5286         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5287         * modules/getcwd (Files): Remove lib/getcwd.h.
5288         (Depends-on): Add unistd.
5289         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5290         (Include): Use <unistd.h> instad of getcwd.h.
5291
5292         * lib/ftruncate.c: Include <unistd.h> first.
5293         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5294         Set HAVE_FTRUNCATE.
5295         * modules/ftruncate (Depends-on): Add unistd.
5296         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5297
5298         * lib/fchdir.c: Include <unistd.h> first.
5299         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5300         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5301         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5302         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5303         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5304
5305         * lib/dup2.c: Include <unistd.h> first.
5306         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5307         HAVE_DUP2.
5308         * modules/dup2 (Depends-on): Add unistd.
5309         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5310
5311         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5312         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5313         REPLACE_CHOWN. Don't define chown as a macro here.
5314         * modules/chown (Depends-on): Add unistd.
5315         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5316
5317         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5318         Add definition for GL_LINK_WARNING.
5319         (chown, dup2): New declarations.
5320         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5321         link warning.
5322         (ftruncate): New declaration.
5323         (getcwd): New declaration, taken from old getcwd.h.
5324         (getlogin_r): New declaration, taken from old getlogin_r.h.
5325         (readlink): New declaration.
5326         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5327         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5328         (gl_PREREQ_UNISTD): Remove macro.
5329         (gl_UNISTD_MODULE_INDICATOR): New macro.
5330         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5331         many new variables. Don't set UNISTD_H.
5332         * modules/unistd (Description): Change.
5333         (Depends-on): Add link-warning.
5334         (configure.ac): Update.
5335         (Makefile.am): Create unistd.h always. Substitute many new variables
5336         into it.
5337
5338 2007-02-18  Bruno Haible  <bruno@clisp.org>
5339
5340         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5341         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5342         HAVE_GETSUBOPT.
5343         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5344         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5345         * lib/getsubopt.h: Remove file.
5346         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5347         (Depends-on): Add stdlib.
5348         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5349         (Includes): Use <stdlib.h> instead of getsubopt.h.
5350         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5351         Set HAVE_GETSUBOPT.
5352         * lib/getsubopt.c: Don't include getsubopt.h.
5353
5354 2007-02-18  Bruno Haible  <bruno@clisp.org>
5355
5356         * modules/fchdir (Depends-on): Add dup2.
5357
5358 2007-02-18  Bruno Haible  <bruno@clisp.org>
5359
5360         * lib/stdlib_.h: Handle glibc's special invocation convention
5361         specially.
5362
5363 2007-02-18  Bruno Haible  <bruno@clisp.org>
5364
5365         * modules/stdlib-tests: New file.
5366         * tests/test-stdlib.c: New file.
5367
5368         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5369         (Depends-on): Add stdlib.
5370         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5371         (Includes): Use <stdlib.h> instead of mkstemp.h.
5372         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5373         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5374         * lib/mkstemp.c: Don't include mkstemp.h.
5375         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5376         * lib/stdlib--.h: Don't include mkstemp.h.
5377
5378         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5379         (Depends-on): Add stdlib.
5380         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5381         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5382         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5383         HAVE_MKDTEMP.
5384         * lib/mkdtemp.c: Don't include mkdtemp.h.
5385         * lib/clean-temp.c: Don't include mkdtemp.h.
5386
5387         * modules/exit (Files): Remove lib/exit.h.
5388         (Depends-on): Add stdlib.
5389         (Makefile.am): Remove lib_SOURCES.
5390         (Include): Use <stdlib.h> instead of exit.h.
5391         * lib/argmatch.c: Don't include exit.h.
5392         * lib/execute.c: Likewise.
5393         * lib/pagealign_alloc.c: Likewise.
5394         * lib/pipe.c: Likewise.
5395         * lib/wait-process.c: Likewise.
5396         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5397         * lib/exitfail.c: Likewise.
5398         * lib/savewd.c: Likewise.
5399         * lib/xsetenv.c: Likewise.
5400
5401         * modules/stdlib: New file.
5402         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5403         and extra comments about mkstemp().
5404         * lib/exit.h: Remove file.
5405         * lib/mkdtemp.h: Remove file.
5406         * lib/mkstemp.h: Remove file.
5407         * m4/stdlib_h.m4: New file.
5408         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5409
5410 2007-02-18  Bruno Haible  <bruno@clisp.org>
5411
5412         * modules/math-tests: New file.
5413         * tests/test-math.c: New file.
5414
5415         * modules/math: New file.
5416         * modules/mathl (Files): Remove lib/mathl.h.
5417         (Depends-on): Add math.
5418         (Makefile.am): Don't mention mathl.h.
5419         (Include): Use <math.h> instead of mathl.h.
5420         * lib/math_.h: New file.
5421         * lib/mathl.h: Remove file.
5422         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5423         mathl.h.
5424         * lib/asinl.c: Likewise.
5425         * lib/atanl.c: Likewise.
5426         * lib/ceill.c: Likewise.
5427         * lib/cosl.c: Likewise.
5428         * lib/expl.c: Likewise.
5429         * lib/floorl.c: Likewise.
5430         * lib/frexpl.c: Likewise.
5431         * lib/ldexpl.c: Likewise.
5432         * lib/logl.c: Likewise.
5433         * lib/sincosl.c: Likewise.
5434         * lib/sinl.c: Likewise.
5435         * lib/sqrtl.c: Likewise.
5436         * lib/tanl.c: Likewise.
5437         * lib/trigl.c: Likewise.
5438         * m4/math_h.m4: New file.
5439         * MODULES.html.sh (Mathematics): Add math.
5440
5441 2007-02-17  Bruno Haible  <bruno@clisp.org>
5442
5443         * modules/wctype-tests: New file.
5444         * tests/test-wctype.c: New file.
5445
5446         * modules/wchar-tests: New file.
5447         * tests/test-wchar.c: New file.
5448
5449         * modules/unistd-tests: New file.
5450         * tests/test-unistd.c: New file.
5451
5452         * modules/time-tests: New file.
5453         * tests/test-time.c: New file.
5454
5455         * modules/sysexits-tests: New file.
5456         * tests/test-sysexits.c: New file.
5457
5458         * modules/sys_time-tests: New file.
5459         * tests/test-sys_time.c: New file.
5460
5461         * modules/sys_stat-tests: New file.
5462         * tests/test-sys_stat.c: New file.
5463
5464         * modules/sys_socket-tests: New file.
5465         * tests/test-sys_socket.c: New file.
5466
5467         * modules/sys_select-tests: New file.
5468         * tests/test-sys_select.c: New file.
5469
5470         * modules/string-tests: New file.
5471         * tests/test-string.c: New file.
5472
5473         * modules/stdbool-tests: New file.
5474         * tests/test-stdbool.c: New file.
5475
5476         * modules/netinet_in-tests: New file.
5477         * tests/test-netinet_in.c: New file.
5478
5479         * modules/inttypes-tests: New file.
5480         * tests/test-inttypes.c: New file.
5481
5482         * modules/fcntl-tests: New file.
5483         * tests/test-fcntl.c: New file.
5484
5485         * modules/byteswap-tests: New file.
5486         * tests/test-byteswap.c: New file.
5487
5488         * modules/arpa_inet-tests: New file.
5489         * tests/test-arpa_inet.c: New file.
5490
5491 2007-02-17  Bruno Haible  <bruno@clisp.org>
5492
5493         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5494         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5495         if the corresponding module is not enabled. Emit link warnings if
5496         the function is used nevertheless.
5497         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5498         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5499         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5500         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5501         * modules/inttypes (Depends-on): Add link-warning.
5502         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5503         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5504         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5505         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5506         * modules/imaxdiv (configure.ac): Likewise.
5507         * modules/strtoimax (configure.ac): Likewise.
5508         * modules/strtoumax (configure.ac): Likewise.
5509
5510 2007-02-17  Bruno Haible  <bruno@clisp.org>
5511
5512         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5513         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5514         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5515         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5516
5517 2007-02-17  Bruno Haible  <bruno@clisp.org>
5518
5519         * modules/link-warning: New file.
5520         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5521         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5522         * modules/string (Depends-on): Add link-warning.
5523         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5524         string.h.
5525         * MODULES.html.sh (Support for building libraries and executables): Add
5526         link-warning.
5527
5528 2007-02-17  Bruno Haible  <bruno@clisp.org>
5529
5530         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5531         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5532         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5533         long lines.
5534
5535 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5536             Bruno Haible  <bruno@clisp.org>
5537
5538         * modules/tmpfile: New file.
5539         * lib/tmpfile.c: New file.
5540         * m4/tmpfile.m4: New file.
5541         * MODULES.html.sh (func_all_modules): New section "Input/output".
5542
5543 2007-02-15  Bruno Haible  <bruno@clisp.org>
5544
5545         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5546         (supports_delete_on_close): New function.
5547         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5548
5549 2007-02-14  Bruno Haible  <bruno@clisp.org>
5550
5551         * modules/mbspcasecmp-tests: New file.
5552         * tests/test-mbspcasecmp.sh: New file.
5553         * tests/test-mbspcasecmp.c: New file.
5554
5555         New module mbspcasecmp.
5556         * modules/mbspcasecmp: New file.
5557         * lib/mbspcasecmp.c: New file.
5558         * lib/string_.h (strncasecmp): Change warning message.
5559         (mbspcasecmp): New declaration.
5560         * m4/mbspcasecmp.m4: New file.
5561         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5562         GNULIB_MBSPCASECMP.
5563         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5564         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5565
5566 2007-02-14  Bruno Haible  <bruno@clisp.org>
5567
5568         * modules/mbsncasecmp-tests: New file.
5569         * tests/test-mbsncasecmp.sh: New file.
5570         * tests/test-mbsncasecmp.c: New file.
5571
5572         New module mbsncasecmp.
5573         * modules/mbsncasecmp: New file.
5574         * lib/mbsncasecmp.c: New file.
5575         * lib/string_.h (mbsncasecmp): New declaration.
5576         * m4/mbsncasecmp.m4: New file.
5577         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5578         GNULIB_MBSNCASECMP.
5579         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5580         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5581
5582 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5583
5584         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5585         Verify that it doesn't overlap with our flags.
5586         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5587         do not have the desired effect in multibyte locales; instead, use
5588         mbscasecmp.
5589         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5590         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5591         we don't require GNU fnmatch ourselves (if our users require it, they
5592         should do so explicitly).
5593
5594         Fix regex code so it doesn't rely on strcasecmp.
5595         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5596         Otherwise, include gnulib's langinfo.h.
5597         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5598         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5599         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5600         * modules/regex (FILES): Remove m4/codeset.m4.
5601         (Depends-on): Add localcharset.  Remove strcase.
5602
5603 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5604
5605         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5606         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5607
5608 2007-02-13  Bruno Haible  <bruno@clisp.org>
5609
5610         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5611         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5612
5613 2007-02-12  Bruno Haible  <bruno@clisp.org>
5614
5615         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5616         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5617         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5618         time warning rather than a link error.
5619
5620 2007-02-12  Bruno Haible  <bruno@clisp.org>
5621
5622         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5623         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5624         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5625
5626 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5627
5628         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5629         args, not 2.
5630
5631 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5632
5633         New module 'time', so that apps can include <time.h> as per
5634         POSIX and GNU instead of separate include files like time_r.h
5635         and timegm.h.  This implementation tries out a simpler approach
5636         for replacing decls in standard include files (as compared to
5637         the string module), somewhat as an experiment.
5638
5639         * config/srclist.txt: Comment out mktime.c for now.
5640         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5641         since it doesn't apply any more.  Use generic wording instead.
5642         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5643         'time'.
5644         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5645         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5646         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5647         Don't include <sys/types.h>; no longer needed since we assume C89.
5648         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5649         * lib/strftime.c: Likewise.
5650         * lib/time_r.c: Likewise.
5651         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5652         * lib/nanosleep.c: Include <time.h> first, to check interface.
5653         * lib/strptime.c: Likewise.
5654         * lib/time_r.c: Likewise.
5655         * lib/timegm.c: Likewise.
5656         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5657         needed.
5658         * lib/timegm.c: Don't include timegm.h; no longer needed.
5659         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5660         time.h now handles any problems in that area.
5661         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5662         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5663         that time.h defines struct timespec.
5664         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5665         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5666         handles that.
5667         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5668         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5669         needed.  Set REPLACE_LOCALTIME.
5670         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5671         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5672         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5673         nanosleep; time_h.m4 now does that.  Don't require
5674         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5675         module handles this now.
5676         * modules/getdate (Depends-on): Remove timespec.  Add time.
5677         * modules/nanosleep (Depends-on): Likewise.
5678         * modules/stat-time (Depends-on): Likewise.
5679         * modules/nanosleep (Include): Include time.h, not timespec.h.
5680         * modules/strptime (Files): Remove lib/strptime.h.
5681         (Depends-on): Add extensions, time.
5682         (Include): Include time.h, not strptime.h.
5683         * modules/time_r (Files): Remove lib/time_r.h.
5684         (Depends-on): Add time.
5685         (Include): Include time.h, not time_r.h.
5686         * modules/timegm: Likewise.
5687         * modules/timespec (Description): Now does timespec-related decls
5688         of our own, instead of struct timespec itself.
5689         (Depends-on): Add time; remove extensions.
5690         (Maintainer): Add self.
5691         * modules/utimecmp (Depends-on): Add time; remove timespec.
5692         * modules/utimens (Depends-on): Likewise.
5693         * modules/xnanosleep (Depends-on): Likewise.
5694
5695 2007-02-11  Bruno Haible  <bruno@clisp.org>
5696
5697         * lib/c-strstr.c: Include allocsa.h.
5698         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5699         * lib/c-strcasestr.c: Include allocsa.h.
5700         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5701         * lib/strcasestr.c: Include allocsa.h.
5702         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5703         * lib/mbsstr.c: Include allocsa.h.
5704         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5705         allocsa/freesa instead of malloc/free.
5706         * lib/mbscasestr.c: Include allocsa.h.
5707         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5708         allocsa/freesa instead of malloc/free.
5709         * modules/c-strstr (Depends-on): Add allocsa.
5710         * modules/c-strcasestr (Depends-on): Likewise.
5711         * modules/strcasestr (Depends-on): Likewise.
5712         * modules/mbsstr (Depends-on): Likewise.
5713         * modules/mbscasestr (Depends-on): Likewise.
5714
5715 2007-02-11  Bruno Haible  <bruno@clisp.org>
5716
5717         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5718
5719         * modules/mbsspn-tests: New file.
5720         * tests/test-mbsspn.sh: New file.
5721         * tests/test-mbsspn.c: New file.
5722
5723 2007-02-11  Bruno Haible  <bruno@clisp.org>
5724
5725         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5726
5727         * modules/mbspbrk-tests: New file.
5728         * tests/test-mbspbrk.sh: New file.
5729         * tests/test-mbspbrk.c: New file.
5730
5731 2007-02-11  Bruno Haible  <bruno@clisp.org>
5732
5733         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5734         unneeded cast.
5735
5736         * modules/mbscspn-tests: New file.
5737         * tests/test-mbscspn.sh: New file.
5738         * tests/test-mbscspn.c: New file.
5739
5740 2007-02-11  Bruno Haible  <bruno@clisp.org>
5741
5742         * modules/mbscasecmp-tests: New file.
5743         * tests/test-mbscasecmp.sh: New file.
5744         * tests/test-mbscasecmp.c: New file.
5745
5746 2007-02-11  Bruno Haible  <bruno@clisp.org>
5747
5748         Ensure O(n) worst-case complexity of mbscasestr.
5749         * lib/mbscasestr.c: Include stdbool.h.
5750         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5751         functions.
5752         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5753         the bookkeeping indicates that it's worth it.
5754         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5755
5756         * modules/mbscasestr-tests: New file.
5757         * tests/test-mbscasestr1.c: New file.
5758         * tests/test-mbscasestr2.sh: New file.
5759         * tests/test-mbscasestr2.c: New file.
5760         * tests/test-mbscasestr3.sh: New file.
5761         * tests/test-mbscasestr3.c: New file.
5762         * tests/test-mbscasestr4.sh: New file.
5763         * tests/test-mbscasestr4.c: New file.
5764         * m4/locale-tr.m4: New file.
5765
5766 2007-02-11  Bruno Haible  <bruno@clisp.org>
5767
5768         Ensure O(n) worst-case complexity of mbsstr.
5769         * lib/mbsstr.c: Include stdbool.h.
5770         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5771         functions.
5772         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
5773         bookkeeping indicates that it's worth it.
5774         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
5775
5776         * modules/mbsstr-tests: New file.
5777         * tests/test-mbsstr1.c: New file.
5778         * tests/test-mbsstr2.sh: New file.
5779         * tests/test-mbsstr2.c: New file.
5780         * tests/test-mbsstr3.sh: New file.
5781         * tests/test-mbsstr3.c: New file.
5782         * m4/locale-fr.m4: New file.
5783
5784 2007-02-11  Bruno Haible  <bruno@clisp.org>
5785
5786         * lib/mbsrchr.c (mbsrchr): Fix bug.
5787
5788         * modules/mbsrchr-tests: New file.
5789         * tests/test-mbsrchr.sh: New file.
5790         * tests/test-mbsrchr.c: New file.
5791
5792 2007-02-11  Bruno Haible  <bruno@clisp.org>
5793
5794         * lib/mbschr.c (mbschr): Fix bug.
5795
5796         * modules/mbschr-tests: New file.
5797         * tests/test-mbschr.sh: New file.
5798         * tests/test-mbschr.c: New file.
5799         * m4/locale-zh.m4: New file.
5800
5801 2007-02-11  Bruno Haible  <bruno@clisp.org>
5802
5803         Support for copying multibyte string iterators.
5804         * lib/mbiter.h: Include <string.h>.
5805         (mbiter_multi_copy): New function.
5806         (mbi_copy): New macro.
5807         * lib/mbuiter.h: Include <string.h>.
5808         (mbuiter_multi_copy): New function.
5809         (mbui_copy): New macro.
5810
5811 2007-02-11  Bruno Haible  <bruno@clisp.org>
5812
5813         New module mbslen.
5814         * modules/mbslen: New file.
5815         * lib/mbslen.c: New file.
5816         * lib/string_.h (mbslen): New declaration.
5817         * m4/mbslen.m4: New file.
5818         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5819         GNULIB_MBSLEN.
5820         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
5821         * MODULES.html.sh (Internationalization functions): Add mbslen.
5822
5823 2007-02-11  Bruno Haible  <bruno@clisp.org>
5824
5825         Ensure O(n) worst-case complexity of strcasestr substitute.
5826         * lib/strcasestr.c: Include stdbool.h.
5827         (knuth_morris_pratt): New function.
5828         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5829         bookkeeping indicates that it's worth it.
5830         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
5831
5832         * modules/strcasestr-tests: New file.
5833         * tests/test-strcasestr.c: New file.
5834
5835 2007-02-11  Bruno Haible  <bruno@clisp.org>
5836
5837         Ensure O(n) worst-case complexity of c_strcasestr.
5838         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5839         (knuth_morris_pratt): New function.
5840         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
5841         the bookkeeping indicates that it's worth it.
5842         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
5843
5844         * modules/c-strcasestr-tests: New file.
5845         * tests/test-c-strcasestr.c: New file.
5846
5847 2007-02-11  Bruno Haible  <bruno@clisp.org>
5848
5849         Ensure O(n) worst-case complexity of c_strstr.
5850         * lib/c-strstr.c: Include stdbool.h, string.h.
5851         (knuth_morris_pratt): New function.
5852         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
5853         bookkeeping indicates that it's worth it.
5854         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
5855
5856         * lib/c-strstr.c: Complete rewrite for maintainability.
5857
5858         * modules/c-strstr-tests: New file.
5859         * tests/test-c-strstr.c: New file.
5860
5861 2007-02-11  Bruno Haible  <bruno@clisp.org>
5862
5863         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
5864         5.2.1 and earlier, whereby \055 was treated just like the range
5865         delimiter '-'.
5866         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5867
5868 2007-02-08  Bruno Haible  <bruno@clisp.org>
5869
5870         * modules/regex (Depends-on): Add stdbool.
5871         Reported by Dalibor Topic <robilad@kaffe.org>.
5872
5873 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5874
5875         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
5876         Prefer returning from main to exiting from it.
5877         Remove unnecessary parens after sizeof.
5878
5879 2007-02-05  Bruno Haible  <bruno@clisp.org>
5880
5881         New module mbssep.
5882         * modules/mbssep: New file.
5883         * lib/mbssep.c: New file.
5884         * lib/string_.h (strsep): Add a conditional link warning.
5885         (mbssep): New declaration.
5886         * m4/mbssep.m4: New file.
5887         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5888         GNULIB_MBSSEP.
5889         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
5890         * MODULES.html.sh (Internationalization functions): Add mbssep.
5891
5892 2007-02-05  Bruno Haible  <bruno@clisp.org>
5893
5894         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
5895         Optimize search in case of 1 delimiter.
5896
5897 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5898
5899         * lib/acl.h: Include sys/types.h before sys/acl.h.
5900
5901 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
5902
5903         Merge upstream fix for glibc bugzilla #3957:
5904
5905         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5906
5907         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5908         bit for RE_HAT_LISTS_NOT_NEWLINE.
5909         (build_charclass_op): Remove bogus comment.
5910
5911 2007-02-05  Simon Josefsson  <simon@josefsson.org>
5912
5913         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
5914
5915 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5916
5917         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
5918         * lib/memmem.c [!defined _LIBC]: Include config.h.
5919
5920 2007-02-04  Bruno Haible  <bruno@clisp.org>
5921
5922         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
5923         warning message.
5924
5925 2007-02-04  Bruno Haible  <bruno@clisp.org>
5926
5927         New module mbstok_r.
5928         * modules/mbstok_r: New file.
5929         * lib/mbstok_r.c: New file.
5930         * lib/string_.h (strtok_r): Change argument names to match the
5931         comments. Add a conditional link warning.
5932         (mbstok_r): New declaration.
5933         * m4/mbstok_r.m4: New file.
5934         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5935         GNULIB_MBSTOK_R.
5936         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
5937         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
5938
5939 2007-02-04  Bruno Haible  <bruno@clisp.org>
5940
5941         New module mbsspn.
5942         * modules/mbsspn: New file.
5943         * lib/mbsspn.c: New file.
5944         * lib/string_.h (strspn): Add a conditional link warning.
5945         (mbsspn): New declaration.
5946         * m4/mbsspn.m4: New file.
5947         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5948         GNULIB_MBSSPN.
5949         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
5950         * MODULES.html.sh (Internationalization functions): Add mbsspn.
5951
5952 2007-02-04  Bruno Haible  <bruno@clisp.org>
5953
5954         New module mbspbrk.
5955         * modules/mbspbrk: New file.
5956         * lib/mbspbrk.c: New file.
5957         * lib/string_.h (strpbrk): Add a conditional link warning.
5958         (mbspbrk): New declaration.
5959         * m4/mbspbrk.m4: New file.
5960         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5961         GNULIB_MBSPBRK.
5962         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
5963         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
5964
5965 2007-02-04  Bruno Haible  <bruno@clisp.org>
5966
5967         New module mbscspn.
5968         * modules/mbscspn: New file.
5969         * lib/mbscspn.c: New file.
5970         * lib/string_.h (strcspn): Add a conditional link warning.
5971         (mbscspn): New declaration.
5972         * m4/mbscspn.m4: New file.
5973         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5974         GNULIB_MBSCSPN.
5975         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
5976         * MODULES.html.sh (Internationalization functions): Add mbscspn.
5977
5978 2007-02-04  Bruno Haible  <bruno@clisp.org>
5979
5980         New module mbscasestr, reduced goal of strcasestr.
5981         * modules/mbscasestr: New file.
5982         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
5983         (mbscasestr): Renamed from strcasestr.
5984         * lib/strcasestr.c: Don't include mbuiter.h.
5985         (strcasestr): Remove support for multibyte locales.
5986         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
5987         Change the conditional link warning.
5988         (mbscasestr): New declaration.
5989         * m4/mbscasestr.m4: New file.
5990         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
5991         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
5992         REPLACE_STRCASESTR.
5993         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
5994         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5995         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5996         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
5997         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
5998         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
5999         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6000         (Depends-on): Remove mbuiter.
6001         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6002
6003 2007-02-04  Bruno Haible  <bruno@clisp.org>
6004
6005         Simplify handling of strncasecmp.
6006         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6007         the conditional link warning.
6008         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6009         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6010         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6011         * modules/strcase (configure.ac): Don't invoke
6012         gl_STRING_MODULE_INDICATOR.
6013         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6014
6015 2007-02-04  Bruno Haible  <bruno@clisp.org>
6016
6017         New module mbscasecmp, reduced goal of strcasecmp.
6018         * modules/mbscasecmp: New file.
6019         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6020         (mbscasecmp): Renamed from strcasecmp.
6021         * lib/strcasecmp.c: Don't include mbuiter.h.
6022         (strcasecmp): Remove support for multibyte locales.
6023         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6024         Change the conditional link warning.
6025         (mbscasecmp): New declaration.
6026         * m4/mbscasecmp.m4: New file.
6027         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6028         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6029         REPLACE_STRCASECMP.
6030         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6031         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6032         GNULIB_MBSCASECMP.
6033         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6034         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6035         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6036         (Depends-on): Remove mbuiter.
6037         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6038
6039 2007-02-04  Bruno Haible  <bruno@clisp.org>
6040
6041         New module mbsstr. Remove module strstr.
6042         * modules/mbsstr: New file.
6043         * modules/strstr: Remove file.
6044         * lib/mbsstr.c: Renamed from lib/strstr.c.
6045         (mbsstr): Renamed from strstr.
6046         * lib/string_.h (strstr): Remove declaration. Change the conditional
6047         link warning.
6048         (mbsstr): New declaration.
6049         * m4/mbsstr.m4: New file.
6050         * m4/strstr.m4: Remove file.
6051         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6052         REPLACE_STRSTR.
6053         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6054         Don't initialize GNULIB_STRSTR.
6055         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6056         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6057         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6058         (Support for systems lacking ANSI C 89): Remove strstr.
6059
6060 2007-02-04  Bruno Haible  <bruno@clisp.org>
6061
6062         New module mbsrchr.
6063         * modules/mbsrchr: New file.
6064         * lib/mbsrchr.c: New file.
6065         * lib/string_.h (strrchr): Add a conditional link warning.
6066         (mbsrchr): New declaration.
6067         * m4/mbsrchr.m4: New file.
6068         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6069         GNULIB_MBSRCHR.
6070         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6071         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6072
6073 2007-02-04  Bruno Haible  <bruno@clisp.org>
6074
6075         New module mbschr.
6076         * modules/mbschr: New file.
6077         * lib/mbschr.c: New file.
6078         * lib/string_.h (strchr): Add a conditional link warning.
6079         (mbschr): New declaration.
6080         * m4/mbschr.m4: New file.
6081         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6082         GNULIB_MBSCHR.
6083         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6084         * MODULES.html.sh (Internationalization functions): Add mbschr.
6085
6086 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6087
6088         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6089
6090         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6091
6092 2007-02-04  Bruno Haible  <bruno@clisp.org>
6093
6094         New module description section 'configure.ac-early'.
6095         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6096         (func_get_autoconf_early_snippet): New function.
6097         (func_import, func_create_testdir): Use it. Remove special cases for
6098         modules 'extensions' and 'lock'.
6099         * modules/extensions (configure.ac-early): Require
6100         gl_USE_SYSTEM_EXTENSIONS.
6101         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6102
6103 2007-02-04  Bruno Haible  <bruno@clisp.org>
6104
6105         Make use of gcj-4.3's -fsource and -ftarget option.
6106         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6107         and if so try the options -fsource and -ftarget.
6108         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6109         source_version, ftarget_option, target_version arguments.
6110         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6111         (is_envjavac_oldgcj_14_14_usable): Renamed from
6112         is_envjavac_gcj_14_14_usable.
6113         (is_envjavac_oldgcj_14_13_usable): Renamed from
6114         is_envjavac_gcj_14_13_usable.
6115         (is_gcj_present): Update.
6116         (is_gcj_43, is_gcj43_usable): New functions.
6117         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6118         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6119         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6120         try the options -fsource and -ftarget.
6121
6122 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6123
6124         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6125         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6126         larger value.
6127
6128 2007-02-03  Jim Meyering  <jim@meyering.net>
6129
6130         Give tools a better chance to allocate space for very large buffers.
6131         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6132
6133         Make pwd and readlink work also when run with an unreadable parent dir
6134         on systems with openat support.
6135         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6136         provided getcwd function, even when we have openat support.
6137         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6138
6139 2007-02-02  Bruno Haible  <bruno@clisp.org>
6140
6141         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6142         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6143         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6144         portability problems if one of these functions is only used on specific
6145         platforms.
6146         Reported by Paul Eggert.
6147
6148 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6149
6150         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6151         is causing more trouble than it's curing.
6152         * lib/regex_internal.h (__mempcpy): Remove.
6153         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6154         (and make the code a tad smaller to boot).
6155         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6156
6157 2007-02-02  Jim Meyering  <jim@meyering.net>
6158
6159         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6160         section, not in the Makefile.am: one.
6161
6162 2007-02-02  Eric Blake  <ebb9@byu.net>
6163
6164         * lib/strchrnul.c: Always include config.h first.
6165
6166         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6167         gnulib strstr is not necessary here.
6168
6169 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6170
6171         * m4/socklen.m4: Fix typo.
6172
6173 2007-02-02  Eric Blake  <ebb9@byu.net>
6174
6175         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6176         * modules/netinet_in (Makefile.am): Likewise.
6177
6178 2007-02-01  Bruno Haible  <bruno@clisp.org>
6179
6180         * lib/string_.h (GL_LINK_WARNING): New macro.
6181         (strcasecmp, strstr, strcasestr): If provided by the system,
6182         conditionally define as a macro that leads to a warning instead of to
6183         an error.
6184         (strncasecmp): Conditionally define as a macro that leads to a warning.
6185
6186 2007-02-01  Karl Berry  <karl@gnu.org>
6187
6188         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6189
6190 2007-02-01  Bruno Haible  <bruno@clisp.org>
6191
6192         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6193         renamings.
6194
6195 2007-02-01  Eric Blake  <ebb9@byu.net>
6196
6197         * modules/regex (Depends-on): Revert dependence on mempcpy.
6198         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6199         module's definition of mempcpy.
6200         Reported by Paul Eggert.
6201
6202 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6203
6204         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6205         the symbol XYZ before redefining it.  This fixes a problem with
6206         programs that don't use XYZ, when compiled on systems that define
6207         XYZ to something else.
6208
6209 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6210
6211         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6212         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6213         writeable to group or other and (2) is intended to have a special
6214         mode bit that is set or cleared.  In such a case, the directory
6215         should be neither group- nor other-writeable until the special
6216         mode bits are right.
6217
6218 2007-01-31  Eric Blake  <ebb9@byu.net>
6219
6220         * modules/mountlist (Depends-on): Add strstr.
6221
6222         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6223         bug.
6224         * modules/string (Makefile.am): Remove redundant replacement.
6225         * modules/regex (Depends-on): Add mempcpy.
6226
6227 2007-01-31  Bruno Haible  <bruno@clisp.org>
6228
6229         New module description field 'Link'.
6230         * gnulib-tool (func_usage): Document --extract-link-directive.
6231         (sed_extract_prog): Recognize 'Link' directive.
6232         (func_get_link_directive): New function.
6233         (func_import): Show summary of link directives.
6234         Handle --extract-link-directive option.
6235         * modules/acl (Link): New section.
6236         * modules/clock-time (Link): New section.
6237         * modules/euidaccess (Link): New section.
6238         * modules/gettext (Link): New section.
6239         * modules/iconv (Link): New section.
6240         * modules/lock (Link): New section.
6241         * modules/nanosleep (Link): New section.
6242         * modules/readline (Link): New section.
6243
6244 2007-01-27  Bruno Haible  <bruno@clisp.org>
6245
6246         Enforce the use of gnulib modules for unportable <string.h> functions.
6247         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6248         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6249         (gl_HEADER_STRING_H_BODY): Require it.
6250         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6251         the symbol XYZ to one that gives a link error.
6252         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6253         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6254         * modules/mempcpy (configure.ac): Likewise.
6255         * modules/memrchr (configure.ac): Likewise.
6256         * modules/stpcpy (configure.ac): Likewise.
6257         * modules/stpncpy (configure.ac): Likewise.
6258         * modules/strcase (configure.ac): Likewise.
6259         * modules/strcasestr (configure.ac): Likewise.
6260         * modules/strchrnul (configure.ac): Likewise.
6261         * modules/strdup (configure.ac): Likewise.
6262         * modules/strndup (configure.ac): Likewise.
6263         * modules/strnlen (configure.ac): Likewise.
6264         * modules/strpbrk (configure.ac): Likewise.
6265         * modules/strsep (configure.ac): Likewise.
6266         * modules/strstr (configure.ac): Likewise.
6267         * modules/strtok_r (configure.ac): Likewise.
6268
6269 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6270
6271         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6272
6273 2007-01-30  Jim Meyering  <jim@meyering.net>
6274
6275         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6276
6277 2007-01-29  Bruno Haible  <bruno@clisp.org>
6278
6279         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6280         * lib/execute.c: Likewise.
6281         * lib/pipe.c: Likewise.
6282         * lib/printf-args.h: Likewise.
6283         * lib/printf-args.c: Likewise.
6284         * lib/printf-parse.c: Likewise.
6285         * lib/vasnprintf.c: Likewise.
6286
6287 2007-01-29  Eric Blake  <ebb9@byu.net>
6288
6289         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6290         declaration.
6291
6292 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6293
6294         * lib/strptime.h (strptime): Use 'restrict' for args where
6295         POSIX requires this.
6296         * lib/strptime.c (strptime): Likewise.
6297         Change license notice from LGPL to GPL, since gnulib-tool will
6298         change this as needed.
6299         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6300         defined.
6301         Include "strptime.h" first, to check interface.
6302         Do not #undef _LIBC and _NL_CURRENT.
6303         Do not include <stdlib.h>; no longer needed.
6304         Include "time_r.h" and declare ptime_locale_status
6305         only if _LIBC is not defined.
6306         (__P): Remove unused macro.
6307         (match_string): Bring back glibc version, but use it only if _LIBC
6308         is defined.
6309         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6310         Remove unnecessary assertion and abort() call.
6311         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6312         * m4/strptime.m4: Fix serial number comment.
6313         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6314         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6315         (Depends-on): Add time_r.
6316
6317 2007-01-29  Bruno Haible  <bruno@clisp.org>
6318
6319         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6320         strptime.
6321         * modules/strptime (Depends-on): Add stdbool.
6322         * lib/strptime.h: Include <time.h> always. Add comments.
6323
6324 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6325
6326         * modules/strptime: New file.
6327         * lib/strptime.h: New file.
6328         * lib/strptime.c: New file.
6329         * m4/strptime.m4: New file.
6330
6331 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6332
6333         * MODULES.html.sh: New module mpsort.
6334         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6335
6336         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6337         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6338         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6339         All uses changed.
6340         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6341         All uses changed.
6342         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6343         to _Restrict_.
6344         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6345         the parameter matches the prototype.
6346
6347 2007-01-28  Jim Meyering  <jim@meyering.net>
6348
6349         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6350         sys/time.h here, reverting that part of the previous patch:
6351         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6352
6353 2007-01-28  Bruno Haible  <bruno@clisp.org>
6354
6355         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6356         value of $(SYS_TIME_H).
6357         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6358         remove it conditionally, too. [added by Jim Meyering]
6359         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6360         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6361         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6362         GETTIMEOFDAY_REPLACEMENT to 1.
6363
6364 2007-01-28  Bruno Haible  <bruno@clisp.org>
6365
6366         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6367         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6368         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6369         Set UNISTD_H instead of UNISTD_H2.
6370         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6371
6372 2007-01-28  Bruno Haible  <bruno@clisp.org>
6373
6374         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6375         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6376
6377 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6378
6379         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6380         (func_create_testdir): Ensure C locale for `grep' and `tr'
6381         character ranges.
6382         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6383         ACLOCAL_AMFLAGS parsing state machine.
6384
6385 2007-01-27  Bruno Haible  <bruno@clisp.org>
6386
6387         * modules/unistr/base: Update.
6388
6389 2007-01-27  Bruno Haible  <bruno@clisp.org>
6390
6391         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6392         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6393         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6394         modules/unistr/u32-mbtouc.
6395         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6396         * lib/unistr.h: Update.
6397         * lib/linebreak.c: Update.
6398         * modules/unistr/u32-mbtouc: Renamed from
6399         modules/unistr/u32-mbtouc-safe.
6400         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6401         * lib/unistr.h: Update.
6402         * lib/unistr/u32-to-u8.c: Update.
6403         * lib/unistr/u32-to-u16.c: Update.
6404
6405 2007-01-27  Bruno Haible  <bruno@clisp.org>
6406
6407         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6408         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6409         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6410         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6411         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6412         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6413         modules/unistr/u16-mbtouc.
6414         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6415         * lib/unistr.h: Update.
6416         * lib/linebreak.c: Update.
6417         * modules/linebreak: Update.
6418         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6419         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6420         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6421         * modules/unistr/u16-mbtouc: Renamed from
6422         modules/unistr/u16-mbtouc-safe.
6423         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6424         * lib/unistr.h: Update.
6425         * lib/unistr/u16-to-u8.c: Update.
6426         * modules/unistr/u16-to-u8: Update.
6427         * lib/unistr/u16-to-u32.c: Update.
6428         * modules/unistr/u16-to-u32: Update.
6429
6430 2007-01-27  Bruno Haible  <bruno@clisp.org>
6431
6432         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6433         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6434         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6435         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6436         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6437         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6438         modules/unistr/u8-mbtouc.
6439         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6440         * lib/unistr.h: Update.
6441         * lib/striconveh.c: Update.
6442         * modules/striconveh: Update.
6443         * lib/linebreak.c: Update.
6444         * modules/linebreak: Update.
6445         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6446         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6447         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6448         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6449         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6450         * lib/unistr.h: Update.
6451         * lib/striconveh.c: Update.
6452         * modules/striconveh: Update.
6453         * lib/unistr/u8-to-u16.c: Update.
6454         * modules/unistr/u8-to-u16: Update.
6455         * lib/unistr/u8-to-u32.c: Update.
6456         * modules/unistr/u8-to-u32: Update.
6457
6458 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6459
6460         Sync from Libtool.
6461         * lib/argz.c: Do not include strings.h nor memory.h, include
6462         string.h unconditionally.  Patch by Simon Josefsson.
6463
6464 2007-01-27  Bruno Haible  <bruno@clisp.org>
6465
6466         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6467         from gl_HEADER_STRING_H_BODY.
6468         (gl_HEADER_STRING_H_BODY): Require it.
6469         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6470         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6471         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6472         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6473         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6474         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6475         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6476         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6477         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6478         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6479         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6480         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6481         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6482         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6483         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6484
6485 2007-01-27  Bruno Haible  <bruno@clisp.org>
6486
6487         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6488         check_PROGRAMS into noinst_PROGRAMS.
6489         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6490         check_PROGRAMS in this case.
6491         (func_import): Set for_test to false.
6492         (func_create_testdir): Set for_test to true.
6493
6494 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6495             Bruno Haible  <bruno@clisp.org>
6496
6497         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6498         (Depends-on): Add string.
6499         (Includes): Use <string.h> instead of strcasestr.h.
6500         * modules/string (Makefile.am): Also substitute the value of
6501         REPLACE_STRCASESTR.
6502         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6503         assume strcasestr is declared in <string.h> not <strings.h>. Also
6504         set REPLACE_STRCASESTR.
6505         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6506         REPLACE_STRCASESTR.
6507         * lib/strcasestr.h: Remove file.
6508         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6509         * lib/string_.h (strcasestr): New declaration.
6510
6511 2007-01-27  Bruno Haible  <bruno@clisp.org>
6512
6513         * lib/string_.h: Use 'extern'.
6514
6515 2007-01-27  Jim Meyering  <jim@meyering.net>
6516
6517         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6518         of set-but-not-used local, "q".
6519
6520         * lib/mempcpy.c: Include <config.h> before <string.h>.
6521         This fixes a compilation error on HP-UX, due to the system's
6522         "restrict"-using mempcpy prototype.
6523
6524 2007-01-26  Bruno Haible  <bruno@clisp.org>
6525
6526         Small optimization.
6527         * lib/javacomp.c: Include c-strstr.h.
6528          (is_envjavac_gcj): Use c_strstr instead of strstr.
6529         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6530
6531 2007-01-26  Bruno Haible  <bruno@clisp.org>
6532
6533         * MODULES.html.sh (Unicode string functions): Add the new modules.
6534
6535         * modules/uniconv/u32-strconv-to-locale: New file.
6536         * lib/uniconv/u32-strconv-to-locale.c: New file.
6537
6538         * modules/uniconv/u16-strconv-to-locale: New file.
6539         * lib/uniconv/u16-strconv-to-locale.c: New file.
6540
6541         * modules/uniconv/u8-strconv-to-locale: New file.
6542         * lib/uniconv/u8-strconv-to-locale.c: New file.
6543
6544         * modules/uniconv/u32-strconv-from-locale: New file.
6545         * lib/uniconv/u32-strconv-from-locale.c: New file.
6546
6547         * modules/uniconv/u16-strconv-from-locale: New file.
6548         * lib/uniconv/u16-strconv-from-locale.c: New file.
6549
6550         * modules/uniconv/u8-strconv-from-locale: New file.
6551         * lib/uniconv/u8-strconv-from-locale.c: New file.
6552
6553         * modules/uniconv/u32-strconv-to-enc: New file.
6554         * lib/uniconv/u32-strconv-to-enc.c: New file.
6555         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6556         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6557
6558         * modules/uniconv/u16-strconv-to-enc: New file.
6559         * lib/uniconv/u16-strconv-to-enc.c: New file.
6560         * lib/uniconv/u-strconv-to-enc.h: New file.
6561         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6562         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6563
6564         * modules/uniconv/u8-strconv-to-enc: New file.
6565         * lib/uniconv/u8-strconv-to-enc.c: New file.
6566         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6567         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6568
6569         * modules/uniconv/u32-strconv-from-enc: New file.
6570         * lib/uniconv/u32-strconv-from-enc.c: New file.
6571         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6572         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6573
6574         * modules/uniconv/u16-strconv-from-enc: New file.
6575         * lib/uniconv/u16-strconv-from-enc.c: New file.
6576         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6577         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6578
6579         * modules/uniconv/u8-strconv-from-enc: New file.
6580         * lib/uniconv/u8-strconv-from-enc.c: New file.
6581         * lib/uniconv/u-strconv-from-enc.h: New file.
6582         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6583         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6584
6585         * modules/uniconv/u32-conv-from-enc: New file.
6586         * lib/uniconv/u32-conv-from-enc.c: New file.
6587         * modules/uniconv/u32-conv-from-enc-tests: New file.
6588         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6589
6590         * modules/uniconv/u16-conv-from-enc: New file.
6591         * lib/uniconv/u16-conv-from-enc.c: New file.
6592         * lib/uniconv/u-conv-from-enc.h: New file.
6593         * modules/uniconv/u16-conv-from-enc-tests: New file.
6594         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6595
6596         * modules/uniconv/u8-conv-from-enc: New file.
6597         * lib/uniconv/u8-conv-from-enc.c: New file.
6598         * modules/uniconv/u8-conv-from-enc-tests: New file.
6599         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6600
6601         * modules/uniconv/base: New file.
6602         * lib/uniconv.h: New file.
6603
6604 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6605
6606         * doc/gnulib-tool.texi (Initial import): Update to match current
6607         behavior with strdup module.
6608         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6609         * lib/memmem.h: Remove; all uses removed.  This is now done
6610         by <string.h>.
6611         * lib/mempcpy.h: Likewise.
6612         * lib/memrchr.h: Likewise.
6613         * lib/stpcpy.h: Likewise.
6614         * lib/stpncpy.h: Likewise.
6615         * lib/strcase.h: Likewise.
6616         * lib/strchrnul.h: Likewise.
6617         * lib/strdup.h: Likewise.
6618         * lib/strndup.h: Likewise.
6619         * lib/strnlen.h: Likewise.
6620         * lib/strpbrk.h: Likewise.
6621         * lib/strsep.h: Likewise.
6622         * lib/strstr.h: Likewise.
6623         * lib/strtok_r.h: Likewise.
6624         * lib/string_.h: New file.
6625         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6626         Rely on <string.h> instead.
6627         * lib/canon-host.c: Likewise.
6628         * lib/chdir-long.c: Likewise.
6629         * lib/concatpath.c: Likewise.
6630         * lib/exclude.c: Likewise.
6631         * lib/fchdir.c: Likewise.
6632         * lib/getaddrinfo.c: Likewise.
6633         * lib/getcwd.c: Likewise.
6634         * lib/getsubopt.c: Likewise.
6635         * lib/glob.c: Likewise.
6636         * lib/hard-locale.c: Likewise.
6637         * lib/iconvme.c: Likewise.
6638         * lib/javacomp.c: Likewise.
6639         * lib/mempcpy.c: Likewise.
6640         * lib/memrchr.c: Likewise.
6641         * lib/regex_internal.h: Likewise.
6642         * lib/stpncpy.c: Likewise.
6643         * lib/strcasecmp.c: Likewise.
6644         * lib/strchrnul.c: Likewise.
6645         * lib/strdup.c: Likewise.
6646         * lib/striconv.c: Likewise.
6647         * lib/striconveh.c: Likewise.
6648         * lib/striconveha.c: Likewise.
6649         * lib/strncasecmp.c: Likewise.
6650         * lib/strndup.c: Likewise.
6651         * lib/strnlen.c: Likewise.
6652         * lib/strsep.c: Likewise.
6653         * lib/strstr.c: Likewise.
6654         * lib/strtok_r.c: Likewise.
6655         * lib/userspec.c: Likewise.
6656         * lib/w32spawn.h: Likewise.
6657         * lib/xstrndup.c: Likewise.
6658         * lib/mountlist.c (strstr): Remove decl.
6659         * m4/string_h.m4: New file.
6660         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6661         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6662         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6663         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6664         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6665         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6666         Set REPLACE_STRCASECMP if necessary.
6667         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6668         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6669         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6670         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6671         HAVE_DECL_STRDUP if necessary.
6672         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6673         since gl_FUNC_STRNDUP does that now.
6674         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6675         Check for decl here...
6676         (gl_PREREQ_STRNLEN): ... not here.
6677         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6678         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6679         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6680         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6681         necessary.
6682         * modules/string: New file.
6683         * modules/memmem (Files): Remove special-purpose include file.
6684         (Depends-on): Add string.
6685         (Include): Include <string.h>, not the removed file.
6686         * modules/mempcpy: Likewise.
6687         * modules/memrchr: Likewise.
6688         * modules/stpcpy: Likewise.
6689         * modules/stpncpy: Likewise.
6690         * modules/strcase: Likewise.
6691         * modules/strchrnul: Likewise.
6692         * modules/strdup: Likewise.
6693         * modules/strndup: Likewise.
6694         * modules/strnlen: Likewise.
6695         * modules/strpbrk: Likewise.
6696         * modules/strsep: Likewise.
6697         * modules/strstr: Likewise.
6698         * modules/strtok_r: Likewise.
6699         * tests/test-dirname.c: Don't include "strdup.h", since
6700         <string.h> now suffices.
6701         * tests/test-memmem.c: Don't include "memmem.h", since
6702         <string.h> now suffices.
6703
6704 2007-01-25  Bruno Haible  <bruno@clisp.org>
6705
6706         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6707         *resultp is 0.
6708
6709         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6710         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6711         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6712         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6713
6714         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6715         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6716         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6717         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6718         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6719         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6720
6721 2007-01-24  Bruno Haible  <bruno@clisp.org>
6722
6723         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6724         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6725         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6726         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6727         gl_FUNC_FTS_CORE.
6728         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6729         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6730         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6731         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6732         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6733         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6734         gl_FUNC_FCHOWNAT.
6735         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6736         gl_FUNC_STRFTIME.
6737         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6738         Reported by Ralf Wildenhues.
6739
6740 2007-01-24  Bruno Haible  <bruno@clisp.org>
6741
6742         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6743         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6744         gl_GETADDRINFO.
6745         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6746         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6747         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6748
6749 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6750
6751         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6752         Don't use 'exit'; just return from 'main'.
6753         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6754
6755         * lib/fnmatch_.h: Readjust white space and comments to match
6756         glibc, to avoid spurious diffs.
6757
6758 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6759
6760         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
6761         2004-12-01 change by Jakub Jelinek, since this code won't compile
6762         if !LIBC.  Problem reported by Bob Proulx.
6763
6764 2007-01-23  Bruno Haible  <bruno@clisp.org>
6765
6766         * lib/striconveh.c: Include c-strcaseeq.h.
6767         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
6768         * modules/striconveh (Depends-on): Add c-strcaseeq.
6769
6770 2007-01-23  Bruno Haible  <bruno@clisp.org>
6771
6772         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
6773
6774         * modules/c-strcaseeq: New file.
6775         * lib/c-strcaseeq.h: New file.
6776
6777         * modules/streq: New file.
6778         * lib/streq.h: New file.
6779
6780 2007-01-23  Bruno Haible  <bruno@clisp.org>
6781
6782         * modules/striconveha-tests: New file.
6783         * tests/test-striconveha.c: New file.
6784
6785         * lib/striconveha.h: Include <stdbool.h>.
6786         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
6787         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6788         (mem_iconveha_notranslit): Renamed from mem_iconveha.
6789         (mem_iconveha): New function.
6790         (str_iconveha_notranslit): Renamed from str_iconveha.
6791         (str_iconveha): New function.
6792         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
6793         c-strcase.
6794
6795 2007-01-23  Bruno Haible  <bruno@clisp.org>
6796
6797         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
6798         encodings without forgiving before trying any encoding with handler.
6799         (str_iconveha): Try all encodings without forgiving before trying any
6800         encoding with handler.
6801
6802 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6803
6804         Import the following changes from libc.
6805
6806         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6807
6808         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
6809
6810         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
6811
6812         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
6813         normal_bracket label.
6814
6815         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
6816
6817         [BZ #361]
6818         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
6819         to normal_bracket after fetching the next character.
6820
6821 2007-01-22  Bruno Haible  <bruno@clisp.org>
6822
6823         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
6824         argument.
6825         * lib/striconveh.c (iconv_carefully_1): New function.
6826         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
6827         argument.
6828         (str_cd_iconveh): Update.
6829         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
6830         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
6831         * tests/test-striconveh.c (MAGIC): New macro.
6832         (new_offsets): New function.
6833         (main): Test call with and without offsets.
6834
6835 2007-01-22  Bruno Haible  <bruno@clisp.org>
6836
6837         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
6838         * modules/sys_select (Makefile.am): Likewise.
6839         * modules/sys_socket (Makefile.am): Likewise.
6840         * modules/sys_time (Makefile.am): Likewise.
6841
6842 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6843
6844         * modules/gettimeofday (License): Change from GPL to LGPL, since
6845         gettimeofday is a library function.
6846
6847 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6848
6849         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
6850
6851 2007-01-21  Bruno Haible  <bruno@clisp.org>
6852
6853         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
6854
6855 2007-01-21  Bruno Haible  <bruno@clisp.org>
6856
6857         * modules/striconveha: New file.
6858         * lib/striconveha.h: New file.
6859         * lib/striconveha.c: New file.
6860         * MODULES.html.sh (Internationalization functions): Add striconveha.
6861         * lib/striconv.c (str_iconv): Optimize the case of an empty input
6862         string.
6863         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
6864
6865 2007-01-21  Bruno Haible  <bruno@clisp.org>
6866
6867         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
6868         * lib/striconveh.c (str_iconveh): Likewise.
6869
6870 2007-01-21  Bruno Haible  <bruno@clisp.org>
6871
6872         * lib/striconveh.h (mem_iconveh): New declaration.
6873         * lib/striconveh.c (mem_iconveh): New function.
6874         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
6875
6876 2007-01-21  Bruno Haible  <bruno@clisp.org>
6877
6878         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
6879
6880         * lib/striconveh.h (mem_cd_iconveh): Change specification.
6881         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
6882         original result buffer.
6883         (str_cd_iconveh): Update.
6884         * tests/test-striconveh.c (main): Update.
6885
6886         * lib/striconv.h (mem_cd_iconv): Change specification.
6887         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
6888         result buffer.
6889         (str_cd_iconv): Update.
6890         * tests/test-striconv.c (main): Update.
6891
6892 2007-01-21  Bruno Haible  <bruno@clisp.org>
6893
6894         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
6895
6896 2007-01-20  Jim Meyering  <jim@meyering.net>
6897
6898         * lib/userspec.c (parse_with_separator): If a user or group string
6899         starts with "+", skip the corresponding name-to-ID look-up, since
6900         such a look-up must fail: user and group names may not include "+".
6901
6902 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
6903
6904         * lib/poll.c: Include sys/time.h and time.h unconditionally,
6905         since we now assume the sys_time module.
6906         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
6907         check for sys/time.h; no longer needed.
6908         * modules/poll (Depends-on): Depend on sys_time.
6909
6910 2007-01-18  Bruno Haible  <bruno@clisp.org>
6911
6912         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
6913         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
6914
6915         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
6916         gettimeofday.
6917
6918         * tests/test-gettimeofday.c: Include <time.h>.
6919         (dummy): Remove variable.
6920
6921         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
6922         gl_HEADER_SYS_TIME_H.
6923         (gl_HEADER_SYS_TIME_H): New macro.
6924
6925         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
6926         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6927         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
6928         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
6929         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6930         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
6931         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
6932         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6933         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
6934         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
6935         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
6936
6937         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
6938         last change; it caused a compilation error when cross-compiling to
6939         Cygwin.
6940
6941 2007-01-18  Jim Meyering  <jim@meyering.net>
6942
6943         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
6944         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
6945         than the race-prone "test -d sys || mkdir sys".
6946         (configure.ac): Use AC_PROG_MKDIR_P.
6947         * modules/sys_select: Likewise.
6948         * modules/sys_socket: Likewise.
6949         * modules/sys_time: Likewise.
6950
6951 2007-01-18  Eric Blake  <ebb9@byu.net>
6952
6953         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
6954         replace gettimeofday.
6955         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
6956         name, to avoid infinite recursion.
6957
6958 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
6959
6960         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
6961         module sys_time.
6962         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
6963         assume timespec.h defines struct timeval.
6964         * lib/settime.c: Likewise.
6965         * lib/utimens.c: Likewise.
6966         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
6967         since we now assume the gettimeofday module.
6968         * lib/tempname.c (__gen_tempname): Likewise.
6969         * lib/gettimeofday.h: Remove.
6970         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
6971         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
6972         Include <time.h>, for 'time()'.
6973         (localtime_buffer_addr): Also use this workaround if
6974         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
6975         to simplify the uses.  All uses changed.
6976         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
6977         that #undef is inside {}, and 'const' follows type name consistently.
6978         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
6979         (gettimeofday): Do not use the maximum possible value for
6980         tv->tv_usec, since that might break usages other than ls.c.
6981         Instead, we'll leave ls.c alone.  This undoes today's patch
6982         by Bruno.  Add a compile-time warning for 1s-clock resolution;
6983         we've never observed the problem but might as well keep the
6984         canary.
6985         * lib/nanosleep.c: Include timespec.h first, for interface check.
6986         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
6987         now assume the sys_time module.
6988         * lib/tempname.c: Likewise.
6989         * lib/timespec.h: Likewise.
6990         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
6991         needed.
6992         * lib/strftime.c: Likewise.
6993         * lib/timespec.h: Likewise.
6994         * lib/posixtm.c: Include posixtm.h first, for interface check.
6995         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
6996         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
6997         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
6998         * lib/sys_time_.h: New file.
6999         * lib/timespec.h (struct timespec): Use long int, not long.
7000         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7001         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7002         Remove obsolescent call to AC_HEADER_TIME.
7003         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7004         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7005         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7006         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7007         Likewise.
7008         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7009         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7010         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7011         into the sys_time module.  Check for gettimeofday just once.
7012         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7013         for gettimeofday signature to just check the signature.  Merely
7014         compile it, since linking doesn't test signature.  Improve test for
7015         whether gettimeofday.o is actually needed.
7016         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7017         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7018         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7019         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7020         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7021         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7022         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7023         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7024         than worrying about sys/time.h.
7025         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7026         Don't bother worrying about TIME_WITH_SYS_TIME.
7027         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7028         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7029         * m4/sys_time_h.m4: New file.
7030         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7031         Don't include sys/time.h.  Return from main rather than exiting.
7032         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7033         all uses changed.
7034         * modules/gethrxtime (Depends-on): Add sys_time.
7035         * modules/gettime (Depends-on): Likewise.
7036         * modules/gettimeofday (Depends-on): Likewise.
7037         * modules/nanosleep (Depends-on): Likewise.
7038         * modules/settime (Depends-on): Likewise.
7039         * modules/tempname (Depends-on): Likewise.
7040         * modules/utimens (Depends-on): Likewise.
7041         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7042         (Include:) Change back to <sys/time.h>.
7043         (Maintainer:) Add self.
7044         * modules/sys_time: New file.
7045         * modules/tempname (Depends-on): Add gettimeofday.
7046         * tests/test-gettimeofday.c: Include <sys/time.h>
7047         rather than gettimeofday.h.
7048
7049 2007-01-17  Bruno Haible  <bruno@clisp.org>
7050
7051         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7052         the license default to GPL.
7053         (func_create_testdir): Don't complain if a module is LGPL and its
7054         tests module depends on GPLed modules.
7055
7056 2007-01-17  Bruno Haible  <bruno@clisp.org>
7057
7058         * lib/gettimeofday.c (gettimeofday): Add code for the case
7059         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7060         maximum possible value for tv->tv_usec, rather than the minimum one.
7061
7062 2005-10-08  Martin Lambers  <marlam@marlam.de>
7063 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7064 2007-01-16  Bruno Haible  <bruno@clisp.org>
7065
7066         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7067         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7068         gl_FUNC_GETTIMEOFDAY.
7069         (Include): Add gettimeofday.h.
7070         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7071         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7072         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7073         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7074         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7075         * lib/gettimeofday.h: New file.
7076         * lib/gettimeofday.c: Include <sys/timeb.h>.
7077         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7078         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7079         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7080         fall back on time().
7081
7082         * tests/test-gettimeofday.c: New file.
7083         * modules/gettimeofday-tests: New file.
7084
7085 2007-01-16  Eric Blake  <ebb9@byu.net>
7086
7087         * modules/fnmatch (Depends-on): Depend on wchar.
7088         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7089         * m4/fnmatch.m4: Likewise.
7090         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7091         * m4/mbchar.m4: Likewise.
7092         * modules/mbswidth (Depends-on): Depend on wchar.
7093         * lib/mbswidth.c: Assume <wchar.h>.
7094         * m4/mbswidth.m4: Likewise.
7095         * modules/quotearg (Depends-on): Depend on wchar.
7096         * lib/quotearg.c: Assume <wchar.h>.
7097         * m4/quotearg.m4: Likewise.
7098         * modules/regex (Depends-on): Depend on wchar.
7099         * lib/regex_internal.h: Assume <wchar.h>.
7100         * m4/regex.m4: Likewise.
7101         * modules/stdint (Depends-on): Depend on wchar.
7102         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7103         * m4/stdint.m4: Likewise.
7104         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7105         * modules/strftime (Depends-on): Depend on wchar.
7106         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7107         * modules/strtol (Depends-on): Depend on wchar.
7108         * lib/strtol.c: Assume <wchar.h>.
7109         * modules/wcwidth (Depends-on): Depend on wchar.
7110         * lib/wcwidth.h: Assume <wchar.h>.
7111         * m4/wcwidth.m4: Likewise.
7112
7113 2007-01-16  Bruno Haible  <bruno@clisp.org>
7114
7115         * modules/csharpexec-script: New, created from...
7116         * modules/csharpexec: ... this.
7117
7118 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7119
7120         * modules/javaexec-script: New, created from...
7121         * modules/javaexec: ... this.
7122
7123 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7124
7125         * modules/poll (Dependencies): Add sys_select.
7126
7127 2007-01-15  Jim Meyering  <jim@meyering.net>
7128
7129         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7130         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7131         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7132         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7133
7134 2007-01-15  Bruno Haible  <bruno@clisp.org>
7135
7136         * modules/striconveh: New file.
7137         * lib/striconveh.h: New file.
7138         * lib/striconveh.c: New file.
7139         * MODULES.html.sh (Internationalization functions): Add striconveh.
7140
7141         * modules/striconveh-tests: New file.
7142         * tests/test-striconveh.c: New file.
7143
7144 2007-01-15  Bruno Haible  <bruno@clisp.org>
7145
7146         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7147         not from GNU libiconv or GNU libc.
7148
7149 2007-01-15  Bruno Haible  <bruno@clisp.org>
7150
7151         * doc/gnulib-intro.texi (Copyright): Explain the different license
7152         terms for module descriptions, autoconf macros, tests, documentation.
7153
7154 2007-01-14  Bruno Haible  <bruno@clisp.org>
7155
7156         * modules/striconv-tests: New file.
7157         * tests/test-striconv.c: New file.
7158
7159 2007-01-14  Bruno Haible  <bruno@clisp.org>
7160
7161         * modules/iconv-tests: New file.
7162         * tests/test-iconv.c: New file.
7163
7164 2007-01-14  Bruno Haible  <bruno@clisp.org>
7165
7166         * gnulib-tool (func_get_license): For test modules, use the license of
7167         the main module.
7168
7169 2007-01-14  Bruno Haible  <bruno@clisp.org>
7170
7171         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7172         if iconv is found to exist.
7173
7174 2007-01-14  Bruno Haible  <bruno@clisp.org>
7175
7176         * modules/c-ctype-tests: New file.
7177         * tests/test-c-ctype.c: New file.
7178
7179 2007-01-14  Bruno Haible  <bruno@clisp.org>
7180
7181         * modules/binary-io-tests: New file.
7182         * tests/test-binary-io.sh: New file.
7183         * tests/test-binary-io.c: New file.
7184
7185 2007-01-14  Bruno Haible  <bruno@clisp.org>
7186
7187         * modules/array-oset-tests: New file.
7188         * tests/test-array_oset.c: New file.
7189
7190 2007-01-14  Bruno Haible  <bruno@clisp.org>
7191
7192         * modules/array-list-tests: New file.
7193         * tests/test-array_list.c: New file.
7194
7195 2007-01-14  Bruno Haible  <bruno@clisp.org>
7196
7197         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7198         and make.
7199         Reported by Simon Josefsson in
7200         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7201
7202 2007-01-14  Bruno Haible  <bruno@clisp.org>
7203
7204         * modules/allocsa-tests: New file.
7205         * tests/test-allocsa.c: New file.
7206
7207 2007-01-14  Bruno Haible  <bruno@clisp.org>
7208
7209         * modules/fchdir (Depends-on): Add absolute-header.
7210         * modules/unistd (Depends-on): Likewise.
7211
7212 2006-12-30  Bruno Haible  <bruno@clisp.org>
7213
7214         * modules/fchdir: New file.
7215         * modules/unistd (Files): Add lib/unistd_.h.
7216         (Makefile.am): Generate unistd.h from unistd_.h.
7217         * lib/fchdir.c: New file.
7218         * lib/dirent_.h: New file.
7219         * lib/unistd_.h: New file.
7220         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7221         * m4/fchdir.m4: New file.
7222         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7223         (gl_HEADER_UNISTD): Invoke it.
7224         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7225         function.
7226         * lib/backupfile.c (opendir, closedir): Undefine.
7227         * lib/chown.c (open, close): Undefine.
7228         * lib/clean-temp.c (open, close): Undefine.
7229         * lib/copy-file.c (open, close): Undefine.
7230         * lib/execute.c (open, close): Undefine.
7231         * lib/fsusage.c (open, close): Undefine.
7232         * lib/gc-gnulib.c (open, close): Undefine.
7233         * lib/getcwd.c (opendir, closedir): Undefine.
7234         * lib/glob.c (opendir, closedir): Undefine.
7235         * lib/javacomp.c (open, close): Undefine.
7236         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7237         * lib/openat-proc.c (open, close): Undefine.
7238         * lib/pagealign_alloc.c (open, close): Undefine.
7239         * lib/pipe.c (open, close): Undefine.
7240         * lib/progreloc.c (open, close): Undefine.
7241         * lib/savedir.c (opendir, closedir): Undefine.
7242         * lib/utime.c (open, close): Undefine.
7243         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7244
7245 2007-01-10  Bruno Haible  <bruno@clisp.org>
7246
7247         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7248
7249 2007-01-12  Eric Blake  <ebb9@byu.net>
7250
7251         Provide a robust <wchar.h>.  Further simplifications are now
7252         possible in other modules, but not included here.
7253         * modules/wchar: New module.
7254         * m4/wchar.m4: New file.
7255         * lib/wchar_.h: Likewise.
7256         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7257         of the new module.
7258         * MODULES.html.sh (Extended multibyte and wide character utilities):
7259         New section.
7260
7261 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7262
7263         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7264         to a reasonable default for memory allocation.
7265         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7266         file system that reports garbage st_size values for symlinks.
7267         Problem reported by Liyang Hu.
7268
7269 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7270
7271         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7272         Emacs .#* auto-save files).
7273
7274 2007-01-11  Bruno Haible  <bruno@clisp.org>
7275
7276         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7277         directory.
7278
7279 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7280
7281         Use @...@ consistently in lib/wctype_.h.
7282         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7283         on it being set to 1 or 0.
7284         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7285         go back to AC_SUBSTing it.
7286         * modules/wctype (Makefile.am): Undo previous change.
7287
7288 2007-01-10  Eric Blake  <ebb9@byu.net>
7289
7290         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7291         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7292         * modules/wctype (Makefile.am): Likewise.
7293         Reported by Chris McGuire.
7294
7295 2007-01-10  Jim Meyering  <jim@meyering.net>
7296
7297         fts.c: a small readability/maintainability improvement
7298         * lib/fts.c (fts_read): Make this code slightly more readable and
7299         maintainable by hoisting the "sp->fts_cur = p" assignments to
7300         immediately follow the statements that set P.  Derived from
7301         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7302
7303 2007-01-10  Eric Blake  <ebb9@byu.net>
7304
7305         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7306         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7307         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7308         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7309         Reported by Chris McGuire.
7310
7311 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7312
7313         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7314         in sed script.
7315
7316 2007-01-09  Bruno Haible  <bruno@clisp.org>
7317
7318         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7319         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7320         variables.
7321         (func_module): Use them.
7322
7323 2007-01-09  Bruno Haible  <bruno@clisp.org>
7324
7325         * modules/unistr/base: New file.
7326         * lib/unistr.h: New file.
7327
7328         * modules/unistr/u8-to-u16: New file.
7329         * lib/unistr/u8-to-u16.c: New file.
7330
7331         * modules/unistr/u8-to-u32: New file.
7332         * lib/unistr/u8-to-u32.c: New file.
7333
7334         * modules/unistr/u16-to-u8: New file.
7335         * lib/unistr/u16-to-u8.c: New file.
7336
7337         * modules/unistr/u16-to-u32: New file.
7338         * lib/unistr/u16-to-u32.c: New file.
7339
7340         * modules/unistr/u32-to-u8: New file.
7341         * lib/unistr/u32-to-u8.c: New file.
7342
7343         * modules/unistr/u32-to-u16: New file.
7344         * lib/unistr/u32-to-u16.c: New file.
7345
7346         * modules/unistr/u8-check: New file.
7347         * modules/unistr/u16-check: New file.
7348         * modules/unistr/u32-check: New file.
7349         * lib/unistr/u8-check.c: New file.
7350         * lib/unistr/u16-check.c: New file.
7351         * lib/unistr/u32-check.c: New file.
7352
7353         * modules/unistr/u8-chr: New file.
7354         * modules/unistr/u16-chr: New file.
7355         * modules/unistr/u32-chr: New file.
7356         * lib/unistr/u8-chr.c: New file.
7357         * lib/unistr/u16-chr.c: New file.
7358         * lib/unistr/u32-chr.c: New file.
7359
7360         * modules/unistr/u8-cmp: New file.
7361         * modules/unistr/u16-cmp: New file.
7362         * modules/unistr/u32-cmp: New file.
7363         * lib/unistr/u8-cmp.c: New file.
7364         * lib/unistr/u16-cmp.c: New file.
7365         * lib/unistr/u32-cmp.c: New file.
7366
7367         * modules/unistr/u8-cpy: New file.
7368         * modules/unistr/u16-cpy: New file.
7369         * modules/unistr/u32-cpy: New file.
7370         * lib/unistr/u8-cpy.c: New file.
7371         * lib/unistr/u16-cpy.c: New file.
7372         * lib/unistr/u32-cpy.c: New file.
7373         * lib/unistr/u-cpy.h: New file.
7374
7375         * modules/unistr/u8-cpy-alloc: New file.
7376         * modules/unistr/u16-cpy-alloc: New file.
7377         * modules/unistr/u32-cpy-alloc: New file.
7378         * lib/unistr/u8-cpy-alloc.c: New file.
7379         * lib/unistr/u16-cpy-alloc.c: New file.
7380         * lib/unistr/u32-cpy-alloc.c: New file.
7381         * lib/unistr/u-cpy-alloc.h: New file.
7382
7383         * modules/unistr/u8-endswith: New file.
7384         * modules/unistr/u16-endswith: New file.
7385         * modules/unistr/u32-endswith: New file.
7386         * lib/unistr/u8-endswith.c: New file.
7387         * lib/unistr/u16-endswith.c: New file.
7388         * lib/unistr/u32-endswith.c: New file.
7389         * lib/unistr/u-endswith.h: New file.
7390
7391         * modules/unistr/u8-mblen: New file.
7392         * modules/unistr/u16-mblen: New file.
7393         * modules/unistr/u32-mblen: New file.
7394         * lib/unistr/u8-mblen.c: New file.
7395         * lib/unistr/u16-mblen.c: New file.
7396         * lib/unistr/u32-mblen.c: New file.
7397
7398         * modules/unistr/u8-mbtouc: New file.
7399         * modules/unistr/u16-mbtouc: New file.
7400         * modules/unistr/u32-mbtouc: New file.
7401         * lib/unistr/u8-mbtouc.c: New file.
7402         * lib/unistr/u16-mbtouc.c: New file.
7403         * lib/unistr/u32-mbtouc.c: New file.
7404
7405         * modules/unistr/u8-mbtouc-safe: New file.
7406         * modules/unistr/u16-mbtouc-safe: New file.
7407         * modules/unistr/u32-mbtouc-safe: New file.
7408         * lib/unistr/u8-mbtouc-safe.c: New file.
7409         * lib/unistr/u16-mbtouc-safe.c: New file.
7410         * lib/unistr/u32-mbtouc-safe.c: New file.
7411
7412         * modules/unistr/u8-move: New file.
7413         * modules/unistr/u16-move: New file.
7414         * modules/unistr/u32-move: New file.
7415         * lib/unistr/u8-move.c: New file.
7416         * lib/unistr/u16-move.c: New file.
7417         * lib/unistr/u32-move.c: New file.
7418         * lib/unistr/u-move.h: New file.
7419
7420         * modules/unistr/u8-next: New file.
7421         * modules/unistr/u16-next: New file.
7422         * modules/unistr/u32-next: New file.
7423         * lib/unistr/u8-next.c: New file.
7424         * lib/unistr/u16-next.c: New file.
7425         * lib/unistr/u32-next.c: New file.
7426
7427         * modules/unistr/u8-prev: New file.
7428         * modules/unistr/u16-prev: New file.
7429         * modules/unistr/u32-prev: New file.
7430         * lib/unistr/u8-prev.c: New file.
7431         * lib/unistr/u16-prev.c: New file.
7432         * lib/unistr/u32-prev.c: New file.
7433
7434         * modules/unistr/u8-set: New file.
7435         * modules/unistr/u16-set: New file.
7436         * modules/unistr/u32-set: New file.
7437         * lib/unistr/u8-set.c: New file.
7438         * lib/unistr/u16-set.c: New file.
7439         * lib/unistr/u32-set.c: New file.
7440         * lib/unistr/u-set.h: New file.
7441
7442         * modules/unistr/u8-startswith: New file.
7443         * modules/unistr/u16-startswith: New file.
7444         * modules/unistr/u32-startswith: New file.
7445         * lib/unistr/u8-startswith.c: New file.
7446         * lib/unistr/u16-startswith.c: New file.
7447         * lib/unistr/u32-startswith.c: New file.
7448         * lib/unistr/u-startswith.h: New file.
7449
7450         * modules/unistr/u8-stpcpy: New file.
7451         * modules/unistr/u16-stpcpy: New file.
7452         * modules/unistr/u32-stpcpy: New file.
7453         * lib/unistr/u8-stpcpy.c: New file.
7454         * lib/unistr/u16-stpcpy.c: New file.
7455         * lib/unistr/u32-stpcpy.c: New file.
7456         * lib/unistr/u-stpcpy.h: New file.
7457
7458         * modules/unistr/u8-stpncpy: New file.
7459         * modules/unistr/u16-stpncpy: New file.
7460         * modules/unistr/u32-stpncpy: New file.
7461         * lib/unistr/u8-stpncpy.c: New file.
7462         * lib/unistr/u16-stpncpy.c: New file.
7463         * lib/unistr/u32-stpncpy.c: New file.
7464         * lib/unistr/u-stpncpy.h: New file.
7465
7466         * modules/unistr/u8-strcat: New file.
7467         * modules/unistr/u16-strcat: New file.
7468         * modules/unistr/u32-strcat: New file.
7469         * lib/unistr/u8-strcat.c: New file.
7470         * lib/unistr/u16-strcat.c: New file.
7471         * lib/unistr/u32-strcat.c: New file.
7472         * lib/unistr/u-strcat.h: New file.
7473
7474         * modules/unistr/u8-strchr: New file.
7475         * modules/unistr/u16-strchr: New file.
7476         * modules/unistr/u32-strchr: New file.
7477         * lib/unistr/u8-strchr.c: New file.
7478         * lib/unistr/u16-strchr.c: New file.
7479         * lib/unistr/u32-strchr.c: New file.
7480
7481         * modules/unistr/u8-strcmp: New file.
7482         * modules/unistr/u16-strcmp: New file.
7483         * modules/unistr/u32-strcmp: New file.
7484         * lib/unistr/u8-strcmp.c: New file.
7485         * lib/unistr/u16-strcmp.c: New file.
7486         * lib/unistr/u32-strcmp.c: New file.
7487
7488         * modules/unistr/u8-strcpy: New file.
7489         * modules/unistr/u16-strcpy: New file.
7490         * modules/unistr/u32-strcpy: New file.
7491         * lib/unistr/u8-strcpy.c: New file.
7492         * lib/unistr/u16-strcpy.c: New file.
7493         * lib/unistr/u32-strcpy.c: New file.
7494         * lib/unistr/u-strcpy.h: New file.
7495
7496         * modules/unistr/u8-strcspn: New file.
7497         * modules/unistr/u16-strcspn: New file.
7498         * modules/unistr/u32-strcspn: New file.
7499         * lib/unistr/u8-strcspn.c: New file.
7500         * lib/unistr/u16-strcspn.c: New file.
7501         * lib/unistr/u32-strcspn.c: New file.
7502         * lib/unistr/u-strcspn.h: New file.
7503
7504         * modules/unistr/u8-strdup: New file.
7505         * modules/unistr/u16-strdup: New file.
7506         * modules/unistr/u32-strdup: New file.
7507         * lib/unistr/u8-strdup.c: New file.
7508         * lib/unistr/u16-strdup.c: New file.
7509         * lib/unistr/u32-strdup.c: New file.
7510         * lib/unistr/u-strdup.h: New file.
7511
7512         * modules/unistr/u8-strlen: New file.
7513         * modules/unistr/u16-strlen: New file.
7514         * modules/unistr/u32-strlen: New file.
7515         * lib/unistr/u8-strlen.c: New file.
7516         * lib/unistr/u16-strlen.c: New file.
7517         * lib/unistr/u32-strlen.c: New file.
7518         * lib/unistr/u-strlen.h: New file.
7519
7520         * modules/unistr/u8-strmblen: New file.
7521         * modules/unistr/u16-strmblen: New file.
7522         * modules/unistr/u32-strmblen: New file.
7523         * lib/unistr/u8-strmblen.c: New file.
7524         * lib/unistr/u16-strmblen.c: New file.
7525         * lib/unistr/u32-strmblen.c: New file.
7526
7527         * modules/unistr/u8-strmbtouc: New file.
7528         * modules/unistr/u16-strmbtouc: New file.
7529         * modules/unistr/u32-strmbtouc: New file.
7530         * lib/unistr/u8-strmbtouc.c: New file.
7531         * lib/unistr/u16-strmbtouc.c: New file.
7532         * lib/unistr/u32-strmbtouc.c: New file.
7533
7534         * modules/unistr/u8-strncat: New file.
7535         * modules/unistr/u16-strncat: New file.
7536         * modules/unistr/u32-strncat: New file.
7537         * lib/unistr/u8-strncat.c: New file.
7538         * lib/unistr/u16-strncat.c: New file.
7539         * lib/unistr/u32-strncat.c: New file.
7540         * lib/unistr/u-strncat.h: New file.
7541
7542         * modules/unistr/u8-strncmp: New file.
7543         * modules/unistr/u16-strncmp: New file.
7544         * modules/unistr/u32-strncmp: New file.
7545         * lib/unistr/u8-strncmp.c: New file.
7546         * lib/unistr/u16-strncmp.c: New file.
7547         * lib/unistr/u32-strncmp.c: New file.
7548
7549         * modules/unistr/u8-strncpy: New file.
7550         * modules/unistr/u16-strncpy: New file.
7551         * modules/unistr/u32-strncpy: New file.
7552         * lib/unistr/u8-strncpy.c: New file.
7553         * lib/unistr/u16-strncpy.c: New file.
7554         * lib/unistr/u32-strncpy.c: New file.
7555         * lib/unistr/u-strncpy.h: New file.
7556
7557         * modules/unistr/u8-strnlen: New file.
7558         * modules/unistr/u16-strnlen: New file.
7559         * modules/unistr/u32-strnlen: New file.
7560         * lib/unistr/u8-strnlen.c: New file.
7561         * lib/unistr/u16-strnlen.c: New file.
7562         * lib/unistr/u32-strnlen.c: New file.
7563         * lib/unistr/u-strnlen.h: New file.
7564
7565         * modules/unistr/u8-strpbrk: New file.
7566         * modules/unistr/u16-strpbrk: New file.
7567         * modules/unistr/u32-strpbrk: New file.
7568         * lib/unistr/u8-strpbrk.c: New file.
7569         * lib/unistr/u16-strpbrk.c: New file.
7570         * lib/unistr/u32-strpbrk.c: New file.
7571         * lib/unistr/u-strpbrk.h: New file.
7572
7573         * modules/unistr/u8-strrchr: New file.
7574         * modules/unistr/u16-strrchr: New file.
7575         * modules/unistr/u32-strrchr: New file.
7576         * lib/unistr/u8-strrchr.c: New file.
7577         * lib/unistr/u16-strrchr.c: New file.
7578         * lib/unistr/u32-strrchr.c: New file.
7579
7580         * modules/unistr/u8-strspn: New file.
7581         * modules/unistr/u16-strspn: New file.
7582         * modules/unistr/u32-strspn: New file.
7583         * lib/unistr/u8-strspn.c: New file.
7584         * lib/unistr/u16-strspn.c: New file.
7585         * lib/unistr/u32-strspn.c: New file.
7586         * lib/unistr/u-strspn.h: New file.
7587
7588         * modules/unistr/u8-strstr: New file.
7589         * modules/unistr/u16-strstr: New file.
7590         * modules/unistr/u32-strstr: New file.
7591         * lib/unistr/u8-strstr.c: New file.
7592         * lib/unistr/u16-strstr.c: New file.
7593         * lib/unistr/u32-strstr.c: New file.
7594         * lib/unistr/u-strstr.h: New file.
7595
7596         * modules/unistr/u8-strtok: New file.
7597         * modules/unistr/u16-strtok: New file.
7598         * modules/unistr/u32-strtok: New file.
7599         * lib/unistr/u8-strtok.c: New file.
7600         * lib/unistr/u16-strtok.c: New file.
7601         * lib/unistr/u32-strtok.c: New file.
7602         * lib/unistr/u-strtok.h: New file.
7603
7604         * modules/unistr/u8-uctomb: New file.
7605         * modules/unistr/u16-uctomb: New file.
7606         * modules/unistr/u32-uctomb: New file.
7607         * lib/unistr/u8-uctomb.c: New file.
7608         * lib/unistr/u16-uctomb.c: New file.
7609         * lib/unistr/u32-uctomb.c: New file.
7610
7611         * MODULES.html.sh (Unicode string functions): Add the new modules.
7612
7613 2007-01-08  Bruno Haible  <bruno@clisp.org>
7614
7615         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7616         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7617         subdirectories.
7618
7619 2007-01-08  Karl Berry  <karl@gnu.org>
7620
7621         * doc/error.texi: mention that main() fns must set program_name
7622         when progname is used.
7623
7624 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7625
7626         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7627         WCTYPE_H is empty, for the benefit of builds from non-distclean
7628         directories.  Problem reported by Eric Blake in
7629         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7630
7631 2007-01-08  Bruno Haible  <bruno@clisp.org>
7632
7633         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7634         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7635         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7636         PROVIDE_CANONICALIZE_FILENAME_MODE.
7637         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7638
7639 2007-01-08  Bruno Haible  <bruno@clisp.org>
7640
7641         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7642         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7643         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7644         * lib/fts.c: Likewise.
7645         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7646
7647 2006-12-25  Bruno Haible  <bruno@clisp.org>
7648
7649         * modules/utf8-ucs4-safe: New file.
7650         * lib/utf8-ucs4-safe.h: New file.
7651         * lib/unistr/utf8-ucs4-safe.c: New file.
7652
7653         * modules/utf16-ucs4-safe: New file.
7654         * lib/utf16-ucs4-safe.h: New file.
7655         * lib/unistr/utf16-ucs4-safe.c: New file.
7656
7657         * MODULES.html.sh (Unicode string functions): Add the new modules.
7658
7659 2007-01-08  Bruno Haible  <bruno@clisp.org>
7660
7661         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7662         (Depends-on): Add unitypes.
7663         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7664         (u8_mbtouc_aux): Move out to separate file.
7665         (u8_mbtouc): Use ucs4_t, uint8_t types.
7666         * lib/unistr/utf8-ucs4.c: New file.
7667
7668         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7669         (Depends-on): Add unitypes.
7670         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7671         (u16_mbtouc_aux): Move out to separate file.
7672         (u16_mbtouc): Use ucs4_t, uint16_t types.
7673         * lib/unistr/utf16-ucs4.c: New file.
7674
7675         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7676         (Depends-on): Add unitypes.
7677         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7678         (u8_uctomb_aux): Move out to separate file.
7679         (u8_uctomb): Use ucs4_t, uint8_t types.
7680         * lib/unistr/ucs4-utf8.c: New file.
7681
7682         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7683         (Depends-on): Add unitypes.
7684         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7685         (u16_uctomb_aux): Move out to separate file.
7686         (u16_uctomb): Use ucs4_t, uint16_t types.
7687         * lib/unistr/ucs4-utf16.c: New file.
7688
7689 2006-12-25  Bruno Haible  <bruno@clisp.org>
7690
7691         * modules/unitypes: New file.
7692         * lib/unitypes.h: New file.
7693         * MODULES.html.sh (func_all_modules): New section "Unicode string
7694         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7695         this section. Add unitypes.
7696
7697 2007-01-08  Bruno Haible  <bruno@clisp.org>
7698
7699         Avoid variable names that conflict with those from libtool.
7700         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7701         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7702         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7703         library_names_spec to acl_library_names_spec, hardcode_* to
7704         acl_hardcode_*.
7705         Reported by Ralf Wildenhues.
7706
7707 2007-01-08  Bruno Haible  <bruno@clisp.org>
7708
7709         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7710         definition.
7711         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7712         definition.
7713         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7714         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7715         definition.
7716         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7717         definition.
7718         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7719         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7720         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7721         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7722         definition.
7723         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7724         definition.
7725         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7726         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7727         GC_USE_<algorithm>.
7728         * lib/gc-libgcrypt.c: Likewise.
7729         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7730         * modules/gc-arctwo (configure.ac): Likewise.
7731         * modules/gc-des (configure.ac): Likewise.
7732         * modules/gc-hmac-md5 (configure.ac): Likewise.
7733         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7734         * modules/gc-md2 (configure.ac): Likewise.
7735         * modules/gc-md4 (configure.ac): Likewise.
7736         * modules/gc-md5 (configure.ac): Likewise.
7737         * modules/gc-random (configure.ac): Likewise.
7738         * modules/gc-rijndael (configure.ac): Likewise.
7739         * modules/gc-sha1 (configure.ac): Likewise.
7740
7741 2007-01-08  Bruno Haible  <bruno@clisp.org>
7742
7743         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7744         macro definition.
7745         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7746         definition.
7747         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7748         definition.
7749         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7750         * modules/fcntl-safer (configure.ac): Likewise.
7751         * modules/fopen-safer (configure.ac): Likewise.
7752         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7753         GNULIB_FWRITEERROR macro definition.
7754
7755 2007-01-08  Bruno Haible  <bruno@clisp.org>
7756
7757         * m4/gnulib-common.m4: New file.
7758         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
7759         (func_get_filelist): Add m4/gnulib-common.m4.
7760
7761 2007-01-08  Bruno Haible  <bruno@clisp.org>
7762
7763         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
7764         command.
7765
7766 2007-01-08  Jim Meyering  <jim@meyering.net>
7767
7768         Use a more robust test for a "can't happen" condition.
7769         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
7770         narrowed the st_size value.  Presuming the "can't happen" condition
7771         is true, that narrowing could conceivably convert an invalid st_size
7772         value into a valid one.  Instead, use a change based on Matthew
7773         Woehlke's original patch.
7774
7775         Slight readability improvement: use an assert-like macro
7776         in place of literal "abort ()" uses.
7777         * lib/fts.c (fts_assert): Define.
7778         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
7779         Use this macro instead of a bare 'abort'.
7780
7781 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7782
7783         Don't worry about using IRIX 5.3's wctype.h broken definitions;
7784         simply work around them.
7785         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
7786         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
7787         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
7788         declaring.
7789         Don't bother to define as macros, since the standard doesn't require it.
7790         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
7791         longer worry about IRIX 5.3.
7792         (HAVE_WCTYPE_CTMP_BUG): Remove.
7793
7794 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7795
7796         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
7797         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
7798         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7799         Problems reported by Georg Schwarz for IRIX 5.3.
7800
7801         * gnulib-tool (autoconf_minversion): Take the maximum version number
7802         found, not the minimum.  Problem reported by James Youngman.
7803
7804 2007-01-03  Karl Berry  <karl@gnu.org>
7805
7806         * doc/error.texi: new file, explaining interaction with progname.
7807         * doc/gnulib.texi: include it.  Update copyright.
7808
7809 2007-01-03  Simon Josefsson  <simon@josefsson.org>
7810
7811         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
7812         AC_CANONICAL_HOST, to improve autobuild outputs.
7813
7814 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
7815             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7816
7817         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
7818         sockets, server sockets, and other file descriptors.  Count errors
7819         to compute the return value.  Reorder the code a bit to be easier
7820         to follow.  Don't set event bits that were not requested (except
7821         POLLERR and POLLHUP).
7822
7823 2007-01-01  Bruno Haible  <bruno@clisp.org>
7824
7825         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
7826
7827 2007-01-03  Jim Meyering  <jim@meyering.net>
7828
7829         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
7830
7831 2007-01-02  Bruno Haible  <bruno@clisp.org>
7832
7833         * modules/settime (Include): Require timespec.h.
7834         * modules/nanosleep (Include): Likewise.
7835
7836 2007-01-01  Bruno Haible  <bruno@clisp.org>
7837
7838         * gnulib-tool (func_emit_copyright_notice): Bump year.
7839         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
7840
7841 2007-01-01  Bruno Haible  <bruno@clisp.org>
7842
7843         Improve support for OpenBSD.
7844         * build-aux/config.rpath (libname_spec): Export.
7845         (library_names_spec): New variable. Export.
7846         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
7847         library_names_spec from the config.rpath output. Locate shared library
7848         through the name pattern in library_names_spec.
7849
7850 2007-01-01  Eric Blake  <ebb9@byu.net>
7851
7852         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
7853
7854 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
7855
7856         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
7857         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
7858         assume the C locale, and avoid an "eval" that could cause trouble.
7859         Problem with SORT reported by Bob Proulx.
7860
7861         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
7862         Define.  Trivial patch from Henning Nielsen Lund, originally
7863         sent to bug-grep@gnu.org today.
7864
7865 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7866
7867         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
7868         struct stat.  Problem reported by Henning Nielsen Lund.
7869         * lib/acl.c: Include acl.h first, to check interface.  Don't
7870         bother to include sys/types.h and sys/stat.h again.
7871
7872 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
7873
7874         Import the following change from libc; problem reported by
7875         Sven Verdoolaege.
7876
7877         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
7878
7879         [BZ #1373]
7880         * lib/argp.h: Remove __NTH for __argp_usage inline function.
7881
7882 2006-12-28  Jim Meyering  <jim@meyering.net>
7883
7884         * build-aux/announce-gen: Do not assume that the package
7885         builds any of tar.gz, tar.bz2, and .xdelta files.
7886         Suggestion from Simon Josefsson.
7887
7888 2006-12-28  Simon Josefsson  <simon@josefsson.org>
7889
7890         * modules/announce-gen: New file.
7891
7892 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
7893
7894         * lib/mbchar.h: Just include <wctype.h>; the wctype module
7895         handles its gotchas now.
7896         * lib/mbswidth.c: Likewise.
7897         * lib/wcwidth.h: Likewise.
7898         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
7899         and iswcntrl; the wctype module does this stuff now.
7900         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7901         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7902         * modules/mbchar (Depends-on): Add wctype.
7903         * modules/mbswidth (Depends-on): Likewise.
7904         * modules/wcwidth (Depends-on): Likewise.
7905
7906 2006-12-27  Eric Blake  <ebb9@byu.net>
7907
7908         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
7909         module uses more than what <wctype.h> is required to provide.
7910
7911 2006-12-26  Eric Blake  <ebb9@byu.net>
7912
7913         * gnulib-tool (sed_extract_prog): Avoid space-tab.
7914
7915 2006-12-26  Eric Blake  <ebb9@byu.net>
7916
7917         * modules/absolute-header: New module.
7918         * modules/fcntl (Depends-on): Depend on it.
7919         * modules/inttypes (Depends-on): Likewise.
7920         * modules/stdint (Depends-on): Likewise.
7921         * modules/sys_stat (Depends-on): Likewise.
7922         * modules/wctype (Depends-on): Likewise.
7923         * MODULES.html.sh (Support for building libraries and
7924         executables): Document it.
7925
7926 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7927
7928         * gnulib-tool (SED): Remove, undoing previous change.
7929         The problem was that it broke coreutils on Solaris, because
7930         "sed --posix" leaked into a makefile.
7931         (sed): New alias, if 'alias' and GNU sed.
7932
7933 2006-12-24  Jim Meyering  <jim@meyering.net>
7934
7935         Work around an fchownat bug in glibc-2.4:
7936         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
7937         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
7938         in spite of the -P option.
7939         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
7940         New macros.
7941         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
7942         * modules/openat (Files): Add lib/fchownat.c.
7943         * lib/openat.c (fchownat): Don't define here.  Move to...
7944         * lib/fchownat.c: ...this new file.
7945
7946 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
7947
7948         Fix bug reported by Bruno Haible in
7949         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
7950         where quotearg.c didn't compile on Mac OS X 10.2 because it
7951         lacks <wchar.h> and wint_t.
7952         * lib/wctype_.h (__wctype_wint_t): New type.
7953         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
7954         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
7955         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
7956         Arg is now of type __wctype_wint_t, not wint_t.
7957         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
7958         substitute HAVE_WINT_T.
7959         * modules/wctype (Files): Add m4/wint_t.m4.
7960         (wctype.h): Substitute HAVE_WINT_T.
7961
7962 2006-12-23  Bruno Haible  <bruno@clisp.org>
7963
7964         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
7965
7966 2006-12-23  Bruno Haible  <bruno@clisp.org>
7967
7968         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
7969         S_ISLNK.
7970         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
7971         mingw.
7972
7973 2006-12-22  Bruno Haible  <bruno@clisp.org>
7974
7975         * lib/copy-file.c: Include acl.h.
7976         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
7977         Close the file descriptors only after being done with copy_acl.
7978         * modules/copy-file (Depends-on): Add acl.
7979
7980 2006-12-22  Bruno Haible  <bruno@clisp.org>
7981
7982         * gnulib-tool (SED): New variable.
7983         Use $SED instead of sed everywhere.
7984
7985 2006-12-22  Bruno Haible  <bruno@clisp.org>
7986
7987         * modules/no-c++: New file.
7988         * m4/no-c++.m4: New file.
7989         * MODULES.html.sh (Support for building libraries and executables):
7990         Add no-c++.
7991
7992 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7993
7994         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7995         Include <limits.h>, and use its INT_MAX to rewrite the
7996         j loop so that it does not overflow 'int'.  Problem reported by
7997         Ralf Wildenhues in
7998         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7999         Play it safe by shifting left by 1 rather than multiplying by 2,
8000         as GCC is less likely to optimize this away when the value
8001         is signed (when it assumes overflow leads to undefined behavior).
8002         Also, don't assume time_t uses two's complement.
8003
8004 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8005
8006         * MODULES.html.sh: New module wctype.
8007         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8008         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8009         <wctype.h>, since the new wctype module should fix this.
8010         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8011         the wctype module should arrange for it.
8012         * lib/regex_internal.h: Likewise.
8013         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8014         since the wctype module should handle this now.
8015         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8016         * modules/fnmatch (Depends-on): Add wctype.
8017         * modules/quotearg (Depends-on): Likewise.
8018         * modules/regex (Depends-on): Likewise.
8019
8020 2006-12-19  Bruno Haible  <bruno@clisp.org>
8021
8022         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8023         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8024
8025 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8026
8027         * modules/savewd (Depends-on): Fix dependency on fcntl.
8028
8029 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8030
8031         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8032         conforms to C99, rather than relying on the user's environment
8033         setting of STDINT_H.
8034
8035 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8036         and Eric Blake  <ebb9@byu.net>
8037
8038         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8039         This is more consistent with the other defines here.
8040         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8041         Port to z/OS.  Problem reported by Paul Gilmartin.
8042         Change local vars to use gl_ prefix rather than ac_.
8043         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8044         with other defines.
8045         * modules/double-slash-root: New module.
8046         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8047         (Depends-on): Add double-slash-root.
8048         * MODULES.html.sh (File system functions): Mention new module.
8049
8050 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8051
8052         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8053         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8054         This is for the benefit of gzip, which doesn't do i18n.
8055
8056 2006-12-12  Jim Meyering  <jim@meyering.net>
8057
8058         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8059         Reported by Andreas Schwab <schwab@suse.de>.
8060
8061 2006-12-12  Bruno Haible  <bruno@clisp.org>
8062
8063         Merge these changes.
8064         2006-09-05  Bruno Haible  <bruno@clisp.org>
8065         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8066         iconv_alloc succeeded.
8067         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8068         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8069         test for " && dest " at the end - dest is always != NULL there. Call
8070         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8071         with 2xNULL arguments, also to flush the state storage. Handle the
8072         IRIX iconv behaviour. Realloc the final result, to throw away unused
8073         memory.
8074
8075 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8076
8077         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8078         and fchmodat unconditionally, since glibc 2.4 has them.
8079         Problem reported by Arkadiusz Miskiewicz.
8080
8081 2006-12-10  Bruno Haible  <bruno@clisp.org>
8082
8083         * gnulib-tool (func_import): Show the include files only for those
8084         modules that are copied and specified.
8085         Reported by Karl Berry.
8086
8087 2006-12-08  Jim Meyering  <jim@meyering.net>
8088
8089         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8090         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8091
8092         * build-aux/announce-gen: Add two new options, both optional:
8093         --bootstrap-tools=TOOL_LIST
8094               a comma-separated list of tools, e.g.,
8095               autoconf,automake,bison,gnulib
8096         --gnulib-snapshot-date=DATE
8097               if gnulib is in the bootstrap tool list,
8098               then report this as the snapshot date.
8099               If not specified, use the current date/time.
8100               If you specify a date here, be sure it's UTC.
8101
8102 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8103
8104         * tests/test-argp-2.sh: Fix test to match actual output.
8105         (func_compare): Fix sed script to be portable.
8106
8107 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8108
8109         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8110         workaround for this case.  It is not autoconfigured now; offhand
8111         it's hard to see how to autoconfigure it.
8112
8113 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8114
8115         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8116         a directory that is about to be chowned.  Such a directory's
8117         initial file permissions should permit the owner only and this
8118         should not be changed until after the chown, since the group and
8119         other bits would be incorrect if they granted permission before
8120         the chown.
8121
8122         Fix porting problem for iswctype reported by Georg Schwarz in:
8123         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8124         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8125         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8126         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8127         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8128
8129 2006-12-03  Jim Meyering  <jim@meyering.net>
8130
8131         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8132         p->fts_statp may not yet be defined.
8133         (fts_read): Instead, set it in the caller, once p->fts_statp is
8134         sure to be defined, and corresponds to a top-level directory.
8135         This bug made du -x fail.  Here's the coreutils test case:
8136         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8137         Reported by Mike Frysinger.
8138
8139 2006-12-01  Jim Meyering  <jim@meyering.net>
8140
8141         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8142         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8143         Reported by Simon Josefsson.
8144
8145 2006-11-30  Jim Meyering  <jim@meyering.net>
8146
8147         * m4/warning.m4: Use the all-permissive copyright notice
8148         recommended by RMS (rather than LGPL).
8149         * m4/vararrays.m4: Likewise.
8150         * m4/flexmember.m4: Likewise.
8151
8152 2006-11-29  Bruno Haible  <bruno@clisp.org>
8153
8154         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8155         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8156         using +=.
8157         Reported by Simon Josefsson <simon@josefsson.org>.
8158
8159 2006-11-28  James Youngman <jay@gnu.org>
8160
8161         * README: Advise users that they might find the bug-gnulib@gnu.org
8162         and autotools-announce@gnu.org mailing lists useful.
8163
8164 2006-11-28  Bruno Haible  <bruno@clisp.org>
8165
8166         * m4/ptrdiff_max.m4: Remove file.
8167
8168 2006-11-21  Bruno Haible  <bruno@clisp.org>
8169
8170         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8171         _AC_COMPUTE_INT.
8172         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8173         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8174         _AC_COMPUTE_INT.
8175         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8176         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8177         _AC_COMPUTE_INT.
8178         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8179
8180 2006-11-28  Jim Meyering  <jim@meyering.net>
8181
8182         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8183         warning from "gcc -Wshadow" about shadowing the builtin.
8184
8185 2006-11-27  Bruno Haible  <bruno@clisp.org>
8186
8187         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8188         _AC_COMPUTE_INT.
8189         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8190
8191 2006-11-27  Bruno Haible  <bruno@clisp.org>
8192             Paul Eggert  <eggert@cs.ucla.edu>
8193
8194         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8195
8196 2006-11-26  Bruno Haible  <bruno@clisp.org>
8197
8198         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8199         noinst_LTLIBRARIES.
8200
8201 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8202             Bruno Haible  <bruno@clisp.org>
8203
8204         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8205         if compiling with "gcc -ansi".
8206
8207 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8208
8209         Fix some incompatibilities with gcc -ansi -pedantic.
8210         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8211         if compiling pedantically with GCC, unless it's C99 or later.
8212         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8213         it mishandles gcc -ansi -pedantic as well.
8214         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8215         if gcc -pedantic.
8216         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8217         initializers for struct if -pedantic, unless it's C99 or later.
8218
8219 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8220
8221         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8222         Don't close an fd more than once. Identical atimes indicate
8223         success, not failure.
8224
8225 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8226
8227         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8228
8229 2006-11-23  Jim Meyering  <jim@meyering.net>
8230
8231         * build-aux/announce-gen: New file.  From coreutils.
8232
8233 2006-11-22  Jim Meyering  <jim@meyering.net>
8234
8235         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8236         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8237         (fts_read): Use a temporary to narrow the overused st_size member
8238         before using it in a switch statement.  Reported by Matthew Woehlke.
8239
8240         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8241         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8242
8243 2006-11-20  Bruno Haible  <bruno@clisp.org>
8244
8245         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8246         changequote instead of pairs of brackets.
8247         Reported by Andreas Schwab <schwab@suse.de>.
8248
8249 2006-11-21  Jim Meyering  <jim@meyering.net>
8250
8251         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8252         so as to remain compatible with older compilers.
8253         Patch from Michael Deutschmann.
8254
8255 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8256
8257         * MODULES.html.sh (File system functions): Add openat.
8258
8259         * lib/openat.h (rpl_fstatat): New macro, if
8260         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8261         (fstatat): Define to rpl_fstatat under the same conditions,
8262         unless COMPILING_FSTATAT.
8263         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8264         seems to have the bug.
8265         * lib/fstatat.c: New file.
8266         * modules/openat (Files): Add it.
8267
8268 2006-11-20  Bruno Haible  <bruno@clisp.org>
8269
8270         * Makefile: New file.
8271
8272 2006-11-20  Jim Meyering  <jim@meyering.net>
8273
8274         The beginnings of syntax-related checks for gnulib.
8275         * lib/Makefile: New file.
8276         * lib/t-idcache: New script.  Ensure that the two halves of
8277         idcache.c stay in sync.
8278
8279         * lib/idcache.c: Adjust comments in user- and group- portions to
8280         be more accurate, and to be consistent with one another.
8281
8282 2006-11-20  Jim Meyering  <jim@meyering.net>
8283
8284         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8285         continue using the flexible array member (thus, this module performs
8286         half as many malloc calls), with the addition that...
8287         (getgroup, getuser): Consistently record a non-match via an empty
8288         "name" string, and map an empty string match to a NULL return value.
8289         * modules/idcache (Depends-on): Re-add flexmember.
8290
8291         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8292         (getuidbyname, getgroup, getgidbyname): Likewise.
8293
8294         Use cleaner syntax: NULL rather than 0.
8295         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8296
8297 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8298
8299         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8300         It mishandled the case where the group was missing.
8301         Problem reported by Greg Schafer.
8302         * modules/idcache: Likewise.
8303
8304 2006-11-18  Jim Meyering  <jim@meyering.net>
8305
8306         * check-module (%exempt_header): Add exception for some
8307         conditionally-included headers.
8308
8309         * modules/i-ring (Depends-on): Add verify.
8310         (License): Change to LGPL.
8311
8312 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8313
8314         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8315         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8316         and inttostr.h.  Use snprintf rather than uinttostr, so that
8317         LGPLed code doesn't depend on GPLed.
8318
8319 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8320
8321         * modules/inline (License): Change from GPL to LGPL.
8322
8323 2006-11-17  Jim Meyering  <jim@meyering.net>
8324
8325         * modules/d-type (License): Switch to LGPL.
8326
8327 2006-11-15  Bruno Haible  <bruno@clisp.org>
8328
8329         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8330
8331 2006-11-15  Eric Blake  <ebb9@byu.net>
8332
8333         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8334         the module dependency.
8335
8336 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8337             Bruno Haible  <bruno@clisp.org>
8338
8339         * gnulib-tool (func_create_testdir): Add license consistency check.
8340
8341 2006-11-15  Eric Blake  <ebb9@byu.net>
8342
8343         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8344         random "(cached)" in configure output.
8345
8346 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8347
8348         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8349         test for conforming inttypes.h is both announced and cached.
8350
8351         * MODULES.html.sh (seen_modules, seen_files): New variables.
8352         (func_module): Rewrite to use a few less gnulib-tool and sed
8353         invocations.  Avoid a couple of quadratic algorithms for ...
8354         (missed_modules, missed_files): ... these, with ...
8355         (func_append, func_tmpdir): ... these new functions, from
8356         gnulib-tool.  Analogously, install traps for cleanup.
8357
8358         * tests/test-gc.c (main): Remove unused variables.
8359         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8360
8361 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8362
8363         * modules/inttostr (License): Change to LGPL.
8364
8365 2006-11-14  Eric Blake  <ebb9@byu.net>
8366
8367         * modules/tempname (License): Change to LGPL.
8368
8369 2006-11-14  Eric Blake  <ebb9@byu.net>
8370
8371         * doc/functions.texi (Function Portability): *printf functions on
8372         Cygwin now understand all POSIX size specifiers.
8373
8374 2006-11-14  Bruno Haible  <bruno@clisp.org>
8375
8376         * modules/c-ctype (License): Change to LGPL.
8377
8378 2006-11-12  Bruno Haible  <bruno@clisp.org>
8379
8380         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8381         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8382         for GNOME libraries, for which the include files are installed in
8383         subdirectories of $prefix/include.
8384
8385 2006-11-12  Bruno Haible  <bruno@clisp.org>
8386
8387         * m4/lib-link.m4: Require at least autoconf-2.54.
8388         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8389         name to underscores for the --with option.
8390
8391 2006-11-13  Bruno Haible  <bruno@clisp.org>
8392
8393         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8394         the tests directory.
8395         Reported by Ralf Wildenhues.
8396
8397 2006-11-13  Bruno Haible  <bruno@clisp.org>
8398
8399         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8400         (func_emit_initmacro_end): Undo the override here.
8401         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8402         Works around the famous automake error in coreutils.
8403
8404 2006-11-13  Eric Blake  <ebb9@byu.net>
8405
8406         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8407         element, not its node.
8408
8409 2006-11-12  Bruno Haible  <bruno@clisp.org>
8410
8411         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8412         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8413
8414 2006-11-12  Bruno Haible  <bruno@clisp.org>
8415
8416         * gnulib-tool: New option --local-symlink.
8417         (func_usage): Document it.
8418         (lsymbolic): New variable.
8419         (func_import, func_create_testdir): If --symlink was not specified,
8420         test whether --local-symlink was specified and the file comes from
8421         the local_gnulib_dir.
8422
8423 2006-11-12  Bruno Haible  <bruno@clisp.org>
8424
8425         * gnulib-tool (func_ln): New function.
8426         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8427
8428 2006-11-12  Bruno Haible  <bruno@clisp.org>
8429
8430         Finish support for source files in subdirectories.
8431         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8432         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8433         AUTOMAKE_OPTIONS.
8434         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8435
8436 2006-11-12  Bruno Haible  <bruno@clisp.org>
8437
8438         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8439         EXTRA_lib_SOURCES augmentation.
8440         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8441
8442 2006-11-12  Jim Meyering  <jim@meyering.net>
8443
8444         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8445         file descriptors.  This also averts a failure on systems with
8446         native openat support when a traversed directory lacks "x" access.
8447         * lib/fts_.h: Include "i-ring.h"
8448         (struct FTS) [fts_fd_ring]: New member.
8449         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8450         (FCHDIR): Add parentheses.
8451         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8452         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8453         When descending, rather than simply closing the previous
8454         fts_cwd_fd value, push that file descriptor onto the ring.
8455         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8456         (fts_open): Initialize the new fd_ring member.
8457         (fts_close): Clear the ring.
8458         (fts_safe_changedir): When possible, use our new fd_ring to skip
8459         the diropen and fstat and dev/ino comparison that would normally
8460         accompany a virtual `chdir ("..")'.
8461
8462         * modules/fts (Depends-on): Add i-ring.
8463         * modules/i-ring: New module.
8464         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8465         * m4/i-ring.m4: New file.
8466
8467 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8468
8469         * gnulib-tool (func_create_testdir): Fix replacement of
8470         `build-aux' in configure.ac.  Run autotools in gltests
8471         subdirectory.
8472         (func_create_testdir, func_create_megatestdir, test): There is
8473         no need for '--force' in most autotool invocations in a new
8474         tree.  Actually fail the whole test if any of the tools, or the
8475         configure or make stages fail.
8476
8477         Sync from Automake.
8478         * build-aux/gnupload: Revert last change.  Add pointer to upload
8479         instructions of the GNU Maintenance Instructions.
8480         Suggestion by Karl Berry.
8481
8482 2006-11-10  Jim Meyering  <jim@meyering.net>
8483
8484         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8485
8486 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8487
8488         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8489         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8490         (bind_textdomain_codeset) [! ENABLE_NLS]:
8491         Evaluate all the arguments.  That way, callers get compatible behavior
8492         if the arguments have side effects.  Also, it avoids some GCC
8493         diagnostics in some cases; Joel E. Denny reported problems when Bison
8494         was configured with --enable-gcc-warnigs.
8495
8496 2006-11-10  Jim Meyering  <jim@meyering.net>
8497
8498         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8499         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8500         account.
8501
8502 2006-11-10  Jim Meyering  <jim@meyering.net>
8503
8504         * modules/inline: New file/module.
8505         * modules/xalloc (Files): Remove m4/inline.m4.
8506         (Depends-on): Add inline, instead.
8507         * modules/oset: Likewise.
8508         * modules/list: Likewise.
8509
8510 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8511
8512         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8513         Problem reported by Matthew Woehlke.
8514
8515 2006-11-09  Bruno Haible  <bruno@clisp.org>
8516
8517         * lib/tempname.c (gen_tempname): Remove variant that invokes
8518         __gen_tempname.
8519         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8520         __gen_tempname.
8521
8522 2006-11-08  Bruno Haible  <bruno@clisp.org>
8523
8524         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8525         to 'yes' instead of 'cross-compiling'.
8526
8527 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         * lib/quotearg.h (quotearg_free): New decl.
8530         * lib/quotearg.c (quotearg_free): New function.
8531         (slot0, nslots, slotvec0, slotvec):
8532         Now file-scope so that quotearg_free can get at them.
8533
8534 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8535
8536         Sync from Automake.
8537         * build-aux/gnupload: Add missing 'gnu' to example URL.
8538         Report by Karl Berry.
8539
8540 2006-11-08  Bruno Haible  <bruno@clisp.org>
8541
8542         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8543         Suggested by Paul Eggert.
8544
8545 2006-11-08  Jim Meyering  <jim@meyering.net>
8546
8547         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8548         It's already included if !_LIBC.
8549         (fts_safe_changedir): Add a comment.
8550
8551 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8552
8553         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8554         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8555         Matthew Woehlke.
8556
8557         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8558         definitions up, to avoid colliding with change below.
8559         (static_inline) [HAVE_INLINE]: New macro.
8560         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8561         Provide extern decls when !HAVE_INLINE.  Do not define unless
8562         static_inline is defined, either by us or by xmalloc.c.  Use
8563         static_inline rather than static inline.
8564         (XCALLOC): Optimize sizeof(T) = 1 case.
8565         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8566
8567 2006-11-07  Bruno Haible  <bruno@clisp.org>
8568
8569         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8570         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8571         AC_C_INLINE.
8572         * modules/xalloc (Files): Add m4/inline.m4.
8573
8574 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8575
8576         * README: Fix typo.
8577         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8578         (Miscellanous Notes): ...from this.
8579
8580 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8581
8582         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8583         Mention that offsetof should be used instead of sizeof.
8584         From Bruno Haible.
8585
8586 2006-11-07  Bruno Haible  <bruno@clisp.org>
8587
8588         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8589
8590 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8591
8592         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8593         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8594         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8595         (gl_tree_add_before, gl_tree_add_after):
8596         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8597         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8598         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8599         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8600         (gl_linked_add_after, gl_linked_add_at): Likewise.
8601         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8602         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8603         (gl_tree_add_before, gl_tree_add_after): Likewise.
8604         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8605         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8606         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8607
8608 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8609
8610         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8611
8612 2006-11-06  Bruno Haible  <bruno@clisp.org>
8613
8614         * m4/inline.m4: New file.
8615         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8616         * modules/list (Files): Add m4/inline.m4.
8617         * modules/oset (Files): Likewise.
8618
8619 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8620
8621         * lib/idcache.c: Include <stddef.h>, for offsetof.
8622         (struct userid.name): Change from char * to a flexible array member.
8623         All uses changed.
8624         * modules/idcache (Depends-on): Add flexmember.
8625
8626         * MODULES.html.sh (Core language properties): New module flexmember.
8627         * modules/flexmember, m4/flexmember.m4: New files.
8628
8629         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8630         inline functions that are identical with the old xnmalloc_inline,
8631         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8632         that we can avoid some unnecessary integer multiplications and
8633         divisions in the common case where the element size is known at
8634         compile time.
8635         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8636         needed.
8637         (xnboundedmalloc): Remove.
8638         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8639         arguments, for consistency with rest of this header.
8640         (xcharalloc): Rewrite using XNMALLOC.
8641         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8642         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8643         versions have been moved to lib/xalloc.h and renamed to be the
8644         non-*_inline versions.
8645         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8646         and xnrealloc functions, since those functions are now inline and
8647         now call us.
8648         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8649         renaming described above.
8650         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8651         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8652         captures the dependency in AC_C_INLINE.
8653
8654         New module canonicalize-lgpl, proposed by Charles Wilson in
8655         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8656         with a few small changes afterwards.
8657         * MODULES.html.sh (File system functions): New module
8658         canonicalize-lgpl.
8659         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8660         and canonicalize_file_name.
8661         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8662         * modules/canonicalize-lgpl: New files.
8663
8664 2006-11-05  Bruno Haible  <bruno@clisp.org>
8665
8666         * gnulib-tool (func_import, func_create_testdir): Create directories
8667         also for files in subdirectories of lib/.
8668
8669 2006-11-05  Bruno Haible  <bruno@clisp.org>
8670
8671         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8672         ANSI C compliant.
8673
8674 2006-11-03  Bruno Haible  <bruno@clisp.org>
8675
8676         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8677         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8678         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8679         (xnboundedmalloc): New inline function.
8680         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8681         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8682         xmalloc.
8683         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8684         xmalloc.
8685         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8686         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8687         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8688         xmalloc.
8689         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8690         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8691         xmalloc.
8692         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8693         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8694         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8695         xmalloc.
8696         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8697         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8698         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8699         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8700         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8701         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8702         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8703
8704 2006-11-03  Bruno Haible  <bruno@clisp.org>
8705
8706         * lib/c-ctype.h [C++]: Define functions without name mangling.
8707         * lib/fwriteerror.h [C++]: Likewise.
8708         * lib/gcd.h [C++]: Likewise.
8709         * lib/linebreak.h [C++]: Likewise.
8710
8711 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8712
8713         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8714         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8715         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8716         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8717         Check for functions and headers just once.
8718         Check for declaration of canonicalize_file_name.
8719         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8720
8721 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8722
8723         * gnulib-tool (func_import): Fix typo in actioncmd.
8724
8725 2006-11-02  Bruno Haible  <bruno@clisp.org>
8726
8727         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8728         newline sequence in the Makefile.am snippet as a space, like "make"
8729         does.
8730         Reported by Roger Persson <perrog@gmail.com>.
8731
8732 2006-11-01  Bruno Haible  <bruno@clisp.org>
8733
8734         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8735         already declared in <string.h>.
8736         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8737
8738 2006-11-01  Bruno Haible  <bruno@clisp.org>
8739
8740         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8741         * lib/strcase.h: Include <string.h>.
8742         (strcasecmp): Define to rpl_strcasecmp here.
8743
8744 2006-11-01  Bruno Haible  <bruno@clisp.org>
8745
8746         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8747
8748 2006-11-01  Eric Blake  <ebb9@byu.net>
8749
8750         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8751
8752         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8753
8754 2006-10-29  Bruno Haible  <bruno@clisp.org>
8755
8756         Make it compile in C++ mode.
8757         * lib/full-write.c (full_rw): Add a cast.
8758
8759 2006-11-01  Bruno Haible  <bruno@clisp.org>
8760
8761         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
8762         be POSIX compliant.
8763         Reported by Roger Persson <perrog@gmail.com>.
8764
8765 2006-11-01  Eric Blake  <ebb9@byu.net>
8766
8767         * lib/getopt_.h: Fix comments.
8768
8769 2006-10-31  Eric Blake  <ebb9@byu.net>
8770
8771         * modules/tmpdir (Depends-on): Add sys_stat.
8772         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
8773         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
8774         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
8775         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
8776         tempname.
8777
8778 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         Avoid some C++ diagnostics reported by Bruno Haible.
8781         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
8782         xmalloc.
8783         (quotearg_alloc): Use xcharalloc rather than xmalloc.
8784         (struct slotvec): Move to top level.
8785         (quotearg_n_options): Rewrite to avoid xmalloc.
8786         * lib/xalloc.h (xcharalloc): New function.
8787         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
8788         [defined __cplusplus]: Add function template that provides result
8789         type propagation.  This part of the change is from Bruno Haible.
8790
8791 2006-10-29  Bruno Haible  <bruno@clisp.org>
8792
8793         Make it compile in C++ mode.
8794         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
8795         * lib/strnlen1.c (strnlen1): Cast memchr result.
8796         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
8797         * lib/clean-temp.c (string_equals, string_hash): Add casts.
8798         (create_temp_dir): Rename local variable 'template'.
8799         (compile_csharp_using_sscli): Add cast.
8800         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
8801         * lib/findprog.c (find_in_path): Likewise.
8802         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
8803         * lib/wait-process.c (register_slave_subprocess): Likewise.
8804
8805 2006-10-22  Bruno Haible  <bruno@clisp.org>
8806
8807         * modules/tsearch: New file.
8808         * lib/tsearch.h: New file.
8809         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
8810         * m4/tsearch.m4: New file.
8811         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
8812
8813 2006-10-29  Eric Blake  <ebb9@byu.net>
8814
8815         * lib/arcfour.c: Assume config.h.
8816         * lib/arctwo.c: Likewise.
8817         * lib/base64.c: Likewise.
8818         * lib/check-version.c: Likewise.
8819         * lib/crc.c: Likewise.
8820         * lib/des.c: Likewise.
8821         * lib/gc-gnulib.c: Likewise.
8822         * lib/gc-libgcrypt.c: Likewise.
8823         * lib/gc-pbkdf2-sha1.c: Likewise.
8824         * lib/getaddrinfo.c: Likewise.
8825         * lib/getdelim.c: Likewise.
8826         * lib/getline.c: Likewise.
8827         * lib/hmac-md5.c: Likewise.
8828         * lib/hmac-sha1.c: Likewise.
8829         * lib/iconvme.c: Likewise.
8830         * lib/md2.c: Likewise.
8831         * lib/md4.c: Likewise.
8832         * lib/memxor.c: Likewise.
8833         * lib/read-file.c: Likewise.
8834         * lib/readline.c: Likewise.
8835         * lib/rijndael-alg-fst.c: Likewise.
8836         * lib/rijndael-api-fst.c: Likewise.
8837         * lib/xgetdomainname.c: Likewise.
8838
8839 2006-10-28  Eric Blake  <ebb9@byu.net>
8840
8841         * lib/xstrndup.c: Assume config.h.
8842
8843 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8844
8845         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
8846         stat-macros.h is now for our own macros, whereas stat_h is for
8847         macros in the <sys/stat.h> name space.
8848         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
8849         (STAT_MACROS_H): Remove.
8850         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
8851         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
8852         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
8853         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
8854         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
8855         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
8856         Move these macros to ...
8857         * lib/stat_.h: here.  Don't include stat-macros.h.
8858         * lib/canonicalize.c: Don't include stat-macros.h.
8859         * lib/chown.c: Likewise.
8860         * lib/euidaccess.c: Likewise.
8861         * lib/file-type.c: Likewise.
8862         * lib/filemode.c: Likewise.
8863         * lib/glob.c: Likewise.
8864         * lib/isapipe.c: Likewise.
8865         * lib/lchown.c: Likewise.
8866         * lib/lstat.c: Likewise.
8867         * lib/mkdir-p.c: Likewise.
8868         * lib/rmdir.c: Likewise.
8869         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
8870         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
8871         unless mkdir isn't declared, to speed up 'configure'.
8872         Always create sys/stat.h, since it's unlikely any real sys/stat.h
8873         would define all the S_* symbols.
8874         * modules/canonicalize (Depends-on):
8875         Depend on sys_stat, not stat-macros.
8876         * modules/chown: Likewise.
8877         * modules/euidaccess: Likewise.
8878         * modules/filemode: Likewise.
8879         * modules/file-type: Likewise.
8880         * modules/glob: Likewise.
8881         * modules/isapipe: Likewise.
8882         * modules/lchown: Likewise.
8883         * modules/lstat: Likewise.
8884         * modules/mkancesdirs: Likewise.
8885         * modules/rmdir: Likewise.
8886         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
8887         * modules/modechange: Likewise.
8888         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
8889         (configure.ac): Remove gl_STAT_MACROS.
8890         * modules/sys_stat (Depends-on): Remove stat-macros.
8891
8892 2006-10-27  Bruno Haible  <bruno@clisp.org>
8893
8894         * m4/signed.m4: Remove file.
8895         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
8896         invocation.
8897         * modules/vasnprintf (Files): Remove m4/signed.m4.
8898
8899 2006-10-27  Bruno Haible  <bruno@clisp.org>
8900
8901         Update to GNU gettext 0.16.
8902         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
8903         m4/inttypes-h.m4, m4/signed.m4.
8904         * m4/gettext.m4: Update to GNU gettext 0.16.
8905         * m4/intl.m4: New file, from GNU gettext.
8906         * m4/intldir.m4: New file, from GNU gettext.
8907         * config/srclist.txt: Update
8908
8909 2006-10-27  Eric Blake  <ebb9@byu.net>
8910
8911         * MODULES.html.sh: Document tempname.
8912         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
8913         dependencies.
8914         (Files): Move lib/tempname.c...
8915         * modules/tempname: ...to this new module.
8916         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
8917         (gl_PREREQ_TEMPNAME): Move...
8918         * m4/tempname.m4: ...to this new file.
8919         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
8920         * modules/sys_stat (Depends-on): Add stat-macros.
8921         * lib/stat_.h (includes): Pick up stat macros.
8922         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
8923         if stat macros are broken.
8924         * lib/tempname.c (includes): No need to include "stat-macros.h".
8925         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
8926         (direxists, __path_search) [!_LIBC]: Don't compile these in
8927         gnulib; the tmpdir module covers that.
8928         * lib/tempname.h: New file.
8929
8930 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8931
8932         * COPYING: Explain how gnulib-tool converts licence headers.
8933         Almost all wording by Eric Blake.
8934
8935 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8936
8937         * lib/mbchar.h (is_basic_table): Make read-only.
8938         * lib/mbchar.c (is_basic_table): Likewise.
8939         Reported by John Darrington.
8940
8941 2006-10-25  Bruno Haible  <bruno@clisp.org>
8942
8943         * lib/progname.h (set_program_name): Undefine before defining.
8944
8945 2006-10-25  Bruno Haible  <bruno@clisp.org>
8946
8947         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
8948         false for non-gcc C++ compilers.
8949         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
8950
8951 2006-10-24  Bruno Haible  <bruno@clisp.org>
8952
8953         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
8954         iconv implementations like Irix iconv.
8955
8956 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8957
8958         * modules/vararrays: New file.
8959         * m4/vararrays.m4: New file, taken from diffutils.
8960         * MODULES.html.sh: New module vararrays.
8961
8962 2006-10-24  Karl Berry  <karl@gnu.org>
8963
8964         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
8965         Don't call GNU Unix.
8966
8967 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8968
8969         * users.txt: Add Libtool.
8970
8971         Sync from Libtool:
8972
8973         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8974
8975         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
8976         to gnulib's policy of including config.h unconditionally.
8977
8978 2006-10-24  Bruno Haible  <bruno@clisp.org>
8979
8980         * modules/wcwidth (Files): Add m4/wint_t.m4.
8981         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
8982         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
8983
8984 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8985
8986         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
8987         to pacify GCC with some -W flags enabled.  Problem reported by
8988         Bruno Haible.
8989
8990 2006-10-24  Jim Meyering  <jim@meyering.net>
8991
8992         * MODULES.html.sh: Remove uinttostr.  It's not a module.
8993         Reported by Karl Berry.
8994
8995 2006-10-23  Bruno Haible  <bruno@clisp.org>
8996
8997         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
8998
8999 2006-10-24  Bruno Haible  <bruno@clisp.org>
9000
9001         * lib/gl_list.h: Use C comment style, not C++ comment style.
9002
9003 2006-10-23  Eric Blake  <ebb9@byu.net>
9004
9005         * lib/getaddrinfo.c (includes): Add missing include.
9006
9007 2006-10-23  Bruno Haible  <bruno@clisp.org>
9008             Paul Eggert  <eggert@cs.ucla.edu>
9009
9010         Ability to rename obstack_free.
9011         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9012         obstack_free.
9013         (obstack_free): Invoke the __obstack_free macro.
9014         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9015
9016 2006-10-23  Bruno Haible  <bruno@clisp.org>
9017             Paul Eggert  <eggert@cs.ucla.edu>
9018
9019         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9020         __argc, __argv from the declaration. (They are defined as macros on
9021         mingw.)
9022
9023 2006-10-22  Bruno Haible  <bruno@clisp.org>
9024
9025         * doc/gnulib-intro.texi: New file.
9026         * doc/gnulib.texi: Include it.
9027
9028 2006-10-21  Bruno Haible  <bruno@clisp.org>
9029
9030         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9031         "Introduction", "Miscellanous Notes", "Particular Modules".
9032
9033 2006-10-21  Bruno Haible  <bruno@clisp.org>
9034
9035         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9036         Change mostlyclean-local rule to avoid sh syntax error from bash
9037         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9038
9039 2006-10-23  Jim Meyering  <jim@meyering.net>
9040
9041         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9042         in place of snprintf.
9043
9044         * modules/inttostr (Files): Add lib/uinttostr.c.
9045         * lib/uinttostr.c (inttostr): New file/function.
9046         * lib/inttostr.h (uinttostr): Declare.
9047         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9048         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9049         Add uinttostr.
9050         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9051
9052 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9053
9054         * lib/canonicalize.c (ELOOP): Define if not already defined.
9055         Problem reported by Bruno Haible in
9056         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9057
9058 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9059
9060         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9061         Problem reported by Perry Smith and Ville Laurikari.
9062
9063         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9064         uses.
9065
9066 2006-10-19  Bruno Haible  <bruno@clisp.org>
9067
9068         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9069         for mingw.
9070
9071 2006-10-19  Bruno Haible  <bruno@clisp.org>
9072
9073         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9074         Needed for mingw.
9075
9076 2006-10-19  Bruno Haible  <bruno@clisp.org>
9077
9078         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9079
9080 2006-10-19  Bruno Haible  <bruno@clisp.org>
9081
9082         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9083         it.
9084
9085 2006-10-19  Bruno Haible  <bruno@clisp.org>
9086
9087         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9088         invocation.
9089
9090 2006-10-19  Bruno Haible  <bruno@clisp.org>
9091
9092         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9093         mountlist by default.
9094
9095 2006-10-16  Bruno Haible  <bruno@clisp.org>
9096
9097         * lib/c-strstr.c: Include c-strstr.h.
9098
9099 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9100
9101         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9102         in a slash.
9103
9104 2006-10-18  Bruno Haible  <bruno@clisp.org>
9105
9106         * lib/lock.h [C++]: Wrap definitions in extern "C".
9107
9108 2006-10-18  Bruno Haible  <bruno@clisp.org>
9109
9110         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9111         gl_LIBOBJS list.
9112
9113 2006-10-18  Bruno Haible  <bruno@clisp.org>
9114
9115         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9116
9117 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9118
9119         * lib/xstrtol.h: Include gettext.h.
9120         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9121         Problem reported by Eric Blake.
9122         * modules/xstrtol (Depends-on): Add gettext-h.
9123
9124 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9125
9126         * lib/strftime.c (advance): New macro.
9127         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9128         incomplete type, so you can't add 0 to it.  Problem and patch
9129         reported by Eelco Dolstra for dietlibc.
9130
9131 2006-10-18  Jim Meyering  <jim@meyering.net>
9132
9133         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9134         type for a local, and rename it: s/up/user_proc/.
9135
9136 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9137
9138         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9139         READ_UTMP_USER_PROCESS.
9140         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9141
9142 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9143
9144         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9145         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9146
9147 2006-10-17  Eric Blake  <ebb9@byu.net>
9148
9149         * lib/sigprocmask.c (sigprocmask): Fix typo.
9150
9151         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9152
9153         * modules/clean-temp (Makefile.am): Don't add to make output...
9154         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9155         config.h.
9156
9157 2006-10-17  Bruno Haible  <bruno@clisp.org>
9158
9159         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9160         differently if DEFAULT_TEXT_DOMAIN is set.
9161
9162 2006-10-16  Bruno Haible  <bruno@clisp.org>
9163
9164         * lib/clean-temp.c: Include fwriteerror.h.
9165
9166 2006-10-16  Bruno Haible  <bruno@clisp.org>
9167
9168         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9169
9170 2006-10-16  Bruno Haible  <bruno@clisp.org>
9171
9172         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9173         * lib/sigprocmask.h: Include <sys/types.h>.
9174         (sigset_t): Use the system's definition if present.
9175
9176 2006-10-17  Eric Blake  <ebb9@byu.net>
9177
9178         * lib/xvasprintf.c (includes): Assume config.h.
9179         * lib/xasprintf.c (includes): Likewise.
9180
9181 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9182
9183         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9184         at least as wide as intmax_t.
9185
9186 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9187
9188         (Imported from Automake.)
9189         * build-aux/gnupload: Update to version 1.1 of directive file.
9190
9191 2006-10-16  Eric Blake  <ebb9@byu.net>
9192
9193         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9194         match Automake 1.10a.
9195
9196 2006-10-14  Bruno Haible  <bruno@clisp.org>
9197
9198         * modules/sigprocmask: New file.
9199         * lib/sigprocmask.h: New file.
9200         * lib/sigprocmask.c: New file.
9201         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9202         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9203         request sigprocmask.o.
9204         (gl_PREREQ_SIGPROCMASK): New macro.
9205         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9206         (Depends-on): Add sigprocmask.
9207         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9208         gt_SIGNALBLOCKING. Test for 'raise' only once.
9209         * lib/fatal-signal.c: Include sigprocmask.h.
9210         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9211         unblock_fatal_signals): Define always.
9212         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9213         sigprocmask.
9214
9215 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9216
9217         Sync from Automake.
9218         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9219         which incorrectly sets the mode of an existing destination
9220         directory.  In some cases the unpatched install-sh could do the
9221         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9222         system.  We hope this is rare in practice, but it's clearly worth
9223         fixing.  Problem reported by Alex Unleashed in
9224         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9225         Also, don't bother to check for -m bugs unless we're using -m;
9226         suggested by Stepan Kasal.
9227
9228 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9229
9230         Sync from Automake.
9231         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9232         `-c' flag, so they appear at the same position as in %FASTDEP%
9233         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9234         which ignores unknown options only after the first non-option.
9235         Bug report against M4 by Nelson H. F. Beebe.
9236
9237 2006-10-13  Jim Meyering  <jim@meyering.net>
9238
9239         Fix a bug in yesterday's change.
9240         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9241         p->fts_statp->st_dev would be used uninitialized.
9242         Ensures that we always call fts_stat on the very first entry.
9243         Miklos Szeredi reported that find -xdev stopped working.
9244
9245 2006-10-12  Bruno Haible  <bruno@clisp.org>
9246
9247         * gnulib-tool (func_get_automake_snippet): Append an automatically
9248         computed EXTRA_DIST augmentation.
9249         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9250         * modules/alloca-opt (Makefile.am): Likewise.
9251         * modules/allocsa (Makefile.am): Likewise.
9252         * modules/arcfour (Makefile.am): Likewise.
9253         * modules/arctwo (Makefile.am): Likewise.
9254         * modules/argmatch (Makefile.am): Likewise.
9255         * modules/argz (Makefile.am): Likewise.
9256         * modules/atexit (Makefile.am): Likewise.
9257         * modules/backupfile (Makefile.am): Likewise.
9258         * modules/byteswap (Makefile.am): Likewise.
9259         * modules/c-strtod (Makefile.am): Likewise.
9260         * modules/c-strtold (Makefile.am): Likewise.
9261         * modules/calloc (Makefile.am): Likewise.
9262         * modules/canon-host (Makefile.am): Likewise.
9263         * modules/canonicalize (Makefile.am): Likewise.
9264         * modules/chdir-long (Makefile.am): Likewise.
9265         * modules/chdir-safer (Makefile.am): Likewise.
9266         * modules/check-version (Makefile.am): Likewise.
9267         * modules/chown (Makefile.am): Likewise.
9268         * modules/cloexec (Makefile.am): Likewise.
9269         * modules/close-stream (Makefile.am): Likewise.
9270         * modules/closeout (Makefile.am): Likewise.
9271         * modules/crc (Makefile.am): Likewise.
9272         * modules/csharpexec (Makefile.am): Likewise.
9273         * modules/cycle-check (Makefile.am): Likewise.
9274         * modules/des (Makefile.am): Likewise.
9275         * modules/dev-ino (Makefile.am): Likewise.
9276         * modules/dirfd (Makefile.am): Likewise.
9277         * modules/dirname (Makefile.am): Likewise.
9278         * modules/dup2 (Makefile.am): Likewise.
9279         * modules/eealloc (Makefile.am): Likewise.
9280         * modules/error (Makefile.am): Likewise.
9281         * modules/euidaccess (Makefile.am): Likewise.
9282         * modules/exclude (Makefile.am): Likewise.
9283         * modules/exitfail (Makefile.am): Likewise.
9284         * modules/fcntl-safer (Makefile.am): Likewise.
9285         * modules/fcntl (Makefile.am): Likewise.
9286         * modules/file-type (Makefile.am): Likewise.
9287         * modules/fileblocks (Makefile.am): Likewise.
9288         * modules/filemode (Makefile.am): Likewise.
9289         * modules/filenamecat (Makefile.am): Likewise.
9290         * modules/fnmatch (Makefile.am): Likewise.
9291         * modules/fopen-safer (Makefile.am): Likewise.
9292         * modules/fpending (Makefile.am): Likewise.
9293         * modules/fprintftime (Makefile.am): Likewise.
9294         * modules/free (Makefile.am): Likewise.
9295         * modules/fsusage (Makefile.am): Likewise.
9296         * modules/ftruncate (Makefile.am): Likewise.
9297         * modules/fts (Makefile.am): Likewise.
9298         * modules/gc-arcfour (Makefile.am): Likewise.
9299         * modules/gc-des (Makefile.am): Likewise.
9300         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9301         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9302         * modules/gc-md4 (Makefile.am): Likewise.
9303         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9304         * modules/gc-sha1 (Makefile.am): Likewise.
9305         * modules/gc (Makefile.am): Likewise.
9306         * modules/getaddrinfo (Makefile.am): Likewise.
9307         * modules/getcwd (Makefile.am): Likewise.
9308         * modules/getdelim (Makefile.am): Likewise.
9309         * modules/getdomainname (Makefile.am): Likewise.
9310         * modules/getgroups (Makefile.am): Likewise.
9311         * modules/gethostname (Makefile.am): Likewise.
9312         * modules/gethrxtime (Makefile.am): Likewise.
9313         * modules/getline (Makefile.am): Likewise.
9314         * modules/getloadavg (Makefile.am): Likewise.
9315         * modules/getlogin_r (Makefile.am): Likewise.
9316         * modules/getndelim2 (Makefile.am): Likewise.
9317         * modules/getopt (Makefile.am): Likewise.
9318         * modules/getpagesize (Makefile.am): Likewise.
9319         * modules/getpass-gnu (Makefile.am): Likewise.
9320         * modules/getpass (Makefile.am): Likewise.
9321         * modules/getsubopt (Makefile.am): Likewise.
9322         * modules/gettime (Makefile.am): Likewise.
9323         * modules/gettimeofday (Makefile.am): Likewise.
9324         * modules/getugroups (Makefile.am): Likewise.
9325         * modules/getusershell (Makefile.am): Likewise.
9326         * modules/glob (Makefile.am): Likewise.
9327         * modules/group-member (Makefile.am): Likewise.
9328         * modules/hard-locale (Makefile.am): Likewise.
9329         * modules/hash (Makefile.am): Likewise.
9330         * modules/hmac-md5 (Makefile.am): Likewise.
9331         * modules/hmac-sha1 (Makefile.am): Likewise.
9332         * modules/human (Makefile.am): Likewise.
9333         * modules/idcache (Makefile.am): Likewise.
9334         * modules/imaxabs (Makefile.am): Likewise.
9335         * modules/imaxdiv (Makefile.am): Likewise.
9336         * modules/inet_ntop (Makefile.am): Likewise.
9337         * modules/inet_pton (Makefile.am): Likewise.
9338         * modules/intprops (Makefile.am): Likewise.
9339         * modules/inttostr (Makefile.am): Likewise.
9340         * modules/inttypes (Makefile.am): Likewise.
9341         * modules/isapipe (Makefile.am): Likewise.
9342         * modules/javaversion (Makefile.am): Likewise.
9343         * modules/lchmod (Makefile.am): Likewise.
9344         * modules/lchown (Makefile.am): Likewise.
9345         * modules/localcharset (Makefile.am): Likewise.
9346         * modules/long-options (Makefile.am): Likewise.
9347         * modules/lstat (Makefile.am): Likewise.
9348         * modules/malloc (Makefile.am): Likewise.
9349         * modules/mathl (Makefile.am): Likewise.
9350         * modules/mbchar (Makefile.am): Likewise.
9351         * modules/md2 (Makefile.am): Likewise.
9352         * modules/md4 (Makefile.am): Likewise.
9353         * modules/md5 (Makefile.am): Likewise.
9354         * modules/memcasecmp (Makefile.am): Likewise.
9355         * modules/memchr (Makefile.am): Likewise.
9356         * modules/memcmp (Makefile.am): Likewise.
9357         * modules/memcoll (Makefile.am): Likewise.
9358         * modules/memcpy (Makefile.am): Likewise.
9359         * modules/memmem (Makefile.am): Likewise.
9360         * modules/memmove (Makefile.am): Likewise.
9361         * modules/mempcpy (Makefile.am): Likewise.
9362         * modules/memrchr (Makefile.am): Likewise.
9363         * modules/memset (Makefile.am): Likewise.
9364         * modules/memxor (Makefile.am): Likewise.
9365         * modules/mkancesdirs (Makefile.am): Likewise.
9366         * modules/mkdir-p (Makefile.am): Likewise.
9367         * modules/mkdir (Makefile.am): Likewise.
9368         * modules/mkdtemp (Makefile.am): Likewise.
9369         * modules/mkstemp (Makefile.am): Likewise.
9370         * modules/mktime (Makefile.am): Likewise.
9371         * modules/modechange (Makefile.am): Likewise.
9372         * modules/mountlist (Makefile.am): Likewise.
9373         * modules/nanosleep (Makefile.am): Likewise.
9374         * modules/obstack (Makefile.am): Likewise.
9375         * modules/openat (Makefile.am): Likewise.
9376         * modules/pagealign_alloc (Makefile.am): Likewise.
9377         * modules/pathmax (Makefile.am): Likewise.
9378         * modules/physmem (Makefile.am): Likewise.
9379         * modules/poll (Makefile.am): Likewise.
9380         * modules/posixtm (Makefile.am): Likewise.
9381         * modules/posixver (Makefile.am): Likewise.
9382         * modules/putenv (Makefile.am): Likewise.
9383         * modules/quote (Makefile.am): Likewise.
9384         * modules/quotearg (Makefile.am): Likewise.
9385         * modules/raise (Makefile.am): Likewise.
9386         * modules/read-file (Makefile.am): Likewise.
9387         * modules/readline (Makefile.am): Likewise.
9388         * modules/readlink (Makefile.am): Likewise.
9389         * modules/readtokens (Makefile.am): Likewise.
9390         * modules/readutmp (Makefile.am): Likewise.
9391         * modules/realloc (Makefile.am): Likewise.
9392         * modules/regex (Makefile.am): Likewise.
9393         * modules/rename-dest-slash (Makefile.am): Likewise.
9394         * modules/rename (Makefile.am): Likewise.
9395         * modules/rijndael (Makefile.am): Likewise.
9396         * modules/rmdir (Makefile.am): Likewise.
9397         * modules/rpmatch (Makefile.am): Likewise.
9398         * modules/safe-read (Makefile.am): Likewise.
9399         * modules/safe-write (Makefile.am): Likewise.
9400         * modules/same-inode (Makefile.am): Likewise.
9401         * modules/same (Makefile.am): Likewise.
9402         * modules/save-cwd (Makefile.am): Likewise.
9403         * modules/savedir (Makefile.am): Likewise.
9404         * modules/setenv (Makefile.am): Likewise.
9405         * modules/settime (Makefile.am): Likewise.
9406         * modules/sha1 (Makefile.am): Likewise.
9407         * modules/sig2str (Makefile.am): Likewise.
9408         * modules/snprintf (Makefile.am): Likewise.
9409         * modules/stat-macros (Makefile.am): Likewise.
9410         * modules/stat-time (Makefile.am): Likewise.
9411         * modules/stdbool (Makefile.am): Likewise.
9412         * modules/stdint (Makefile.am): Likewise.
9413         * modules/stdlib-safer (Makefile.am): Likewise.
9414         * modules/stpcpy (Makefile.am): Likewise.
9415         * modules/stpncpy (Makefile.am): Likewise.
9416         * modules/strcase (Makefile.am): Likewise.
9417         * modules/strcasestr (Makefile.am): Likewise.
9418         * modules/strchrnul (Makefile.am): Likewise.
9419         * modules/strcspn (Makefile.am): Likewise.
9420         * modules/strdup (Makefile.am): Likewise.
9421         * modules/strerror (Makefile.am): Likewise.
9422         * modules/strftime (Makefile.am): Likewise.
9423         * modules/strndup (Makefile.am): Likewise.
9424         * modules/strnlen (Makefile.am): Likewise.
9425         * modules/strpbrk (Makefile.am): Likewise.
9426         * modules/strsep (Makefile.am): Likewise.
9427         * modules/strstr (Makefile.am): Likewise.
9428         * modules/strtod (Makefile.am): Likewise.
9429         * modules/strtoimax (Makefile.am): Likewise.
9430         * modules/strtok_r (Makefile.am): Likewise.
9431         * modules/strtol (Makefile.am): Likewise.
9432         * modules/strtoll (Makefile.am): Likewise.
9433         * modules/strtoul (Makefile.am): Likewise.
9434         * modules/strtoull (Makefile.am): Likewise.
9435         * modules/strtoumax (Makefile.am): Likewise.
9436         * modules/strverscmp (Makefile.am): Likewise.
9437         * modules/sys_socket (Makefile.am): Likewise.
9438         * modules/sys_stat (Makefile.am): Likewise.
9439         * modules/sysexits (Makefile.am): Likewise.
9440         * modules/time_r (Makefile.am): Likewise.
9441         * modules/timegm (Makefile.am): Likewise.
9442         * modules/timespec (Makefile.am): Likewise.
9443         * modules/tmpfile-safer (Makefile.am): Likewise.
9444         * modules/trim (Makefile.am): Likewise.
9445         * modules/unistd-safer (Makefile.am): Likewise.
9446         * modules/unlinkdir (Makefile.am): Likewise.
9447         * modules/unlocked-io (Makefile.am): Likewise.
9448         * modules/userspec (Makefile.am): Likewise.
9449         * modules/utime (Makefile.am): Likewise.
9450         * modules/utimecmp (Makefile.am): Likewise.
9451         * modules/utimens (Makefile.am): Likewise.
9452         * modules/vasnprintf (Makefile.am): Likewise.
9453         * modules/vasprintf (Makefile.am): Likewise.
9454         * modules/vsnprintf (Makefile.am): Likewise.
9455         * modules/xalloc (Makefile.am): Likewise.
9456         * modules/xgetcwd (Makefile.am): Likewise.
9457         * modules/xnanosleep (Makefile.am): Likewise.
9458         * modules/xreadlink (Makefile.am): Likewise.
9459         * modules/xstrtod (Makefile.am): Likewise.
9460         * modules/xstrtol (Makefile.am): Likewise.
9461         * modules/xstrtold (Makefile.am): Likewise.
9462         * modules/yesno (Makefile.am): Likewise.
9463         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9464
9465 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9466
9467         * modules/error (Makefile.am): Distribute files through
9468         EXTRA_DIST, not lib_SOURCES.
9469
9470 2006-10-12  Eric Blake  <ebb9@byu.net>
9471
9472         * modules/error (Makefile.am): Distribute files in /lib.
9473         * modules/obstack (Makefile.am): Likewise.
9474
9475 2006-10-12  Bruno Haible  <bruno@clisp.org>
9476
9477         * modules/acl (Makefile.am): Distribute all files in lib/ through
9478         EXTRA_DIST.
9479         * modules/arcfour (Makefile.am): Likewise.
9480         * modules/arctwo (Makefile.am): Likewise.
9481         * modules/argmatch (Makefile.am): Likewise.
9482         * modules/argz (Makefile.am): Likewise.
9483         * modules/atexit (Makefile.am): Likewise.
9484         * modules/backupfile (Makefile.am): Likewise.
9485         * modules/c-strtod (Makefile.am): Likewise.
9486         * modules/c-strtold (Makefile.am): Likewise.
9487         * modules/calloc (Makefile.am): Likewise.
9488         * modules/canon-host (Makefile.am): Likewise.
9489         * modules/canonicalize (Makefile.am): Likewise.
9490         * modules/chdir-long (Makefile.am): Likewise.
9491         * modules/chdir-safer (Makefile.am): Likewise.
9492         * modules/check-version (Makefile.am): Likewise.
9493         * modules/chown (Makefile.am): Likewise.
9494         * modules/cloexec (Makefile.am): Likewise.
9495         * modules/close-stream (Makefile.am): Likewise.
9496         * modules/closeout (Makefile.am): Likewise.
9497         * modules/crc (Makefile.am): Likewise.
9498         * modules/cycle-check (Makefile.am): Likewise.
9499         * modules/des (Makefile.am): Likewise.
9500         * modules/dirfd (Makefile.am): Likewise.
9501         * modules/dirname (Makefile.am): Likewise.
9502         * modules/dup2 (Makefile.am): Likewise.
9503         * modules/euidaccess (Makefile.am): Likewise.
9504         * modules/exclude (Makefile.am): Likewise.
9505         * modules/exitfail (Makefile.am): Likewise.
9506         * modules/fcntl-safer (Makefile.am): Likewise.
9507         * modules/file-type (Makefile.am): Likewise.
9508         * modules/fileblocks (Makefile.am): Likewise.
9509         * modules/filemode (Makefile.am): Likewise.
9510         * modules/filenamecat (Makefile.am): Likewise.
9511         * modules/fnmatch (Makefile.am): Likewise.
9512         * modules/fopen-safer (Makefile.am): Likewise.
9513         * modules/fpending (Makefile.am): Likewise.
9514         * modules/fprintftime (Makefile.am): Likewise.
9515         * modules/free (Makefile.am): Likewise.
9516         * modules/fsusage (Makefile.am): Likewise.
9517         * modules/ftruncate (Makefile.am): Likewise.
9518         * modules/fts (Makefile.am): Likewise.
9519         * modules/gc (Makefile.am): Likewise.
9520         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9521         * modules/getaddrinfo (Makefile.am): Likewise.
9522         * modules/getcwd (Makefile.am): Likewise.
9523         * modules/getdelim (Makefile.am): Likewise.
9524         * modules/getdomainname (Makefile.am): Likewise.
9525         * modules/getgroups (Makefile.am): Likewise.
9526         * modules/gethostname (Makefile.am): Likewise.
9527         * modules/gethrxtime (Makefile.am): Likewise.
9528         * modules/getline (Makefile.am): Likewise.
9529         * modules/getloadavg (Makefile.am): Likewise.
9530         * modules/getlogin_r (Makefile.am): Likewise.
9531         * modules/getopt (Makefile.am): Likewise.
9532         * modules/getpass (Makefile.am): Likewise.
9533         * modules/getpass-gnu (Makefile.am): Likewise.
9534         * modules/getsubopt (Makefile.am): Likewise.
9535         * modules/gettime (Makefile.am): Likewise.
9536         * modules/gettimeofday (Makefile.am): Likewise.
9537         * modules/getugroups (Makefile.am): Likewise.
9538         * modules/getusershell (Makefile.am): Likewise.
9539         * modules/glob (Makefile.am): Likewise.
9540         * modules/group-member (Makefile.am): Likewise.
9541         * modules/hard-locale (Makefile.am): Likewise.
9542         * modules/hash (Makefile.am): Likewise.
9543         * modules/hmac-md5 (Makefile.am): Likewise.
9544         * modules/hmac-sha1 (Makefile.am): Likewise.
9545         * modules/human (Makefile.am): Likewise.
9546         * modules/idcache (Makefile.am): Likewise.
9547         * modules/imaxabs (Makefile.am): Likewise.
9548         * modules/imaxdiv (Makefile.am): Likewise.
9549         * modules/inet_ntop (Makefile.am): Likewise.
9550         * modules/inet_pton (Makefile.am): Likewise.
9551         * modules/inttostr (Makefile.am): Likewise.
9552         * modules/isapipe (Makefile.am): Likewise.
9553         * modules/lchown (Makefile.am): Likewise.
9554         * modules/long-options (Makefile.am): Likewise.
9555         * modules/lstat (Makefile.am): Likewise.
9556         * modules/malloc (Makefile.am): Likewise.
9557         * modules/mathl (Makefile.am): Likewise.
9558         * modules/mbchar (Makefile.am): Likewise.
9559         * modules/md2 (Makefile.am): Likewise.
9560         * modules/md4 (Makefile.am): Likewise.
9561         * modules/md5 (Makefile.am): Likewise.
9562         * modules/memcasecmp (Makefile.am): Likewise.
9563         * modules/memchr (Makefile.am): Likewise.
9564         * modules/memcmp (Makefile.am): Likewise.
9565         * modules/memcoll (Makefile.am): Likewise.
9566         * modules/memcpy (Makefile.am): Likewise.
9567         * modules/memmem (Makefile.am): Likewise.
9568         * modules/memmove (Makefile.am): Likewise.
9569         * modules/mempcpy (Makefile.am): Likewise.
9570         * modules/memrchr (Makefile.am): Likewise.
9571         * modules/memset (Makefile.am): Likewise.
9572         * modules/memxor (Makefile.am): Likewise.
9573         * modules/mkancesdirs (Makefile.am): Likewise.
9574         * modules/mkdir (Makefile.am): Likewise.
9575         * modules/mkdir-p (Makefile.am): Likewise.
9576         * modules/mkdtemp (Makefile.am): Likewise.
9577         * modules/mkstemp (Makefile.am): Likewise.
9578         * modules/mktime (Makefile.am): Likewise.
9579         * modules/modechange (Makefile.am): Likewise.
9580         * modules/mountlist (Makefile.am): Likewise.
9581         * modules/nanosleep (Makefile.am): Likewise.
9582         * modules/openat (Makefile.am): Likewise.
9583         * modules/pagealign_alloc (Makefile.am): Likewise.
9584         * modules/physmem (Makefile.am): Likewise.
9585         * modules/poll (Makefile.am): Likewise.
9586         * modules/posixtm (Makefile.am): Likewise.
9587         * modules/posixver (Makefile.am): Likewise.
9588         * modules/putenv (Makefile.am): Likewise.
9589         * modules/quote (Makefile.am): Likewise.
9590         * modules/quotearg (Makefile.am): Likewise.
9591         * modules/raise (Makefile.am): Likewise.
9592         * modules/read-file (Makefile.am): Likewise.
9593         * modules/readline (Makefile.am): Likewise.
9594         * modules/readlink (Makefile.am): Likewise.
9595         * modules/readtokens (Makefile.am): Likewise.
9596         * modules/readutmp (Makefile.am): Likewise.
9597         * modules/realloc (Makefile.am): Likewise.
9598         * modules/regex (Makefile.am): Likewise.
9599         * modules/rename (Makefile.am): Likewise.
9600         * modules/rename-dest-slash (Makefile.am): Likewise.
9601         * modules/rijndael (Makefile.am): Likewise.
9602         * modules/rmdir (Makefile.am): Likewise.
9603         * modules/rpmatch (Makefile.am): Likewise.
9604         * modules/safe-read (Makefile.am): Likewise.
9605         * modules/safe-write (Makefile.am): Likewise.
9606         * modules/same (Makefile.am): Likewise.
9607         * modules/save-cwd (Makefile.am): Likewise.
9608         * modules/savedir (Makefile.am): Likewise.
9609         * modules/setenv (Makefile.am): Likewise.
9610         * modules/settime (Makefile.am): Likewise.
9611         * modules/sha1 (Makefile.am): Likewise.
9612         * modules/sig2str (Makefile.am): Likewise.
9613         * modules/snprintf (Makefile.am): Likewise.
9614         * modules/stdlib-safer (Makefile.am): Likewise.
9615         * modules/stpcpy (Makefile.am): Likewise.
9616         * modules/stpncpy (Makefile.am): Likewise.
9617         * modules/strcase (Makefile.am): Likewise.
9618         * modules/strcasestr (Makefile.am): Likewise.
9619         * modules/strchrnul (Makefile.am): Likewise.
9620         * modules/strcspn (Makefile.am): Likewise.
9621         * modules/strdup (Makefile.am): Likewise.
9622         * modules/strerror (Makefile.am): Likewise.
9623         * modules/strftime (Makefile.am): Likewise.
9624         * modules/strndup (Makefile.am): Likewise.
9625         * modules/strnlen (Makefile.am): Likewise.
9626         * modules/strpbrk (Makefile.am): Likewise.
9627         * modules/strsep (Makefile.am): Likewise.
9628         * modules/strstr (Makefile.am): Likewise.
9629         * modules/strtod (Makefile.am): Likewise.
9630         * modules/strtoimax (Makefile.am): Likewise.
9631         * modules/strtok_r (Makefile.am): Likewise.
9632         * modules/strtol (Makefile.am): Likewise.
9633         * modules/strtoll (Makefile.am): Likewise.
9634         * modules/strtoul (Makefile.am): Likewise.
9635         * modules/strtoull (Makefile.am): Likewise.
9636         * modules/strtoumax (Makefile.am): Likewise.
9637         * modules/strverscmp (Makefile.am): Likewise.
9638         * modules/time_r (Makefile.am): Likewise.
9639         * modules/timegm (Makefile.am): Likewise.
9640         * modules/tmpfile-safer (Makefile.am): Likewise.
9641         * modules/unistd-safer (Makefile.am): Likewise.
9642         * modules/unlinkdir (Makefile.am): Likewise.
9643         * modules/userspec (Makefile.am): Likewise.
9644         * modules/utime (Makefile.am): Likewise.
9645         * modules/utimecmp (Makefile.am): Likewise.
9646         * modules/utimens (Makefile.am): Likewise.
9647         * modules/vasnprintf (Makefile.am): Likewise.
9648         * modules/vasprintf (Makefile.am): Likewise.
9649         * modules/vsnprintf (Makefile.am): Likewise.
9650         * modules/xalloc (Makefile.am): Likewise.
9651         * modules/xgetcwd (Makefile.am): Likewise.
9652         * modules/xnanosleep (Makefile.am): Likewise.
9653         * modules/xreadlink (Makefile.am): Likewise.
9654         * modules/xstrtod (Makefile.am): Likewise.
9655         * modules/xstrtol (Makefile.am): Likewise.
9656         * modules/xstrtold (Makefile.am): Likewise.
9657         * modules/yesno (Makefile.am): Likewise.
9658
9659 2006-10-12  Jim Meyering  <jim@meyering.net>
9660
9661         * m4/getloadavg.m4: Revert the change below.
9662
9663         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9664         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9665         fail with a symlink, which is what coreutils' ./bootstrap now
9666         creates by default.
9667
9668 2006-10-12  Bruno Haible  <bruno@clisp.org>
9669
9670         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9671         mingw.
9672         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9673         MSVC and mingw explicitly.
9674
9675 2006-10-11  Simon Josefsson  <jas@extundo.com>
9676             Bruno Haible  <bruno@clisp.org>
9677
9678         Add support for multiple gnulib-tool invocations in the scope of a
9679         single configure.ac file.
9680         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9681         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9682         with the same contents as the _LIBADD variable.
9683         (func_emit_initmacro_start, func_emit_initmacro_end,
9684         func_emit_initmacro_done): New functions.
9685         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9686         gl_LIBOBJS and gl_LTLIBOBJS.
9687
9688 2006-10-11  Bruno Haible  <bruno@clisp.org>
9689
9690         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9691         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9692         autoreconf. Instead, invoke autopoint explicitly but move back the
9693         *.m4 files from gnulib.
9694
9695 2006-10-11  Bruno Haible  <bruno@clisp.org>
9696
9697         * gnulib-tool (func_usage): Make module names after --create-testdir
9698         optional.
9699         (func_create_testdir): If no module was specified, use nearly all
9700         modules.
9701
9702 2006-10-12  Jim Meyering  <jim@meyering.net>
9703
9704         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9705         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9706         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9707         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9708         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9709         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9710         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9711         (fts_set_stat_required): New function.
9712         (fts_open): Defer the calls to fts_stat, if possible or requested.
9713         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9714         into fts_stat itself.
9715         (fts_read): Perform any required (deferred) fts_stat call.
9716         (fts_build): Likewise, for the directory we're about to open and read.
9717         In the readdir loop, carefully decide whether each entry will require
9718         an eventual call to fts_stat, using dirent.d_type info if available.
9719         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9720         a command line argument into this function.  Update all callers.
9721         Map a return value of FTS_DOT to FTS_D for a command line argument.
9722         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9723         Thanks to Miklos Szeredi for his tenacity and for the initial
9724         bug report about "find" failing on a FUSE-based file system.
9725
9726         * lib/fts.c (fts_open): Use consistent indentation.
9727
9728 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9729
9730         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9731         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9732         reported by Jim Meyering.  All uses of cache variables renamed
9733         to match Autoconf's.
9734         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9735         the other one.
9736
9737         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9738         Fix misspelling in diagnostic.
9739
9740 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9741
9742         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9743         defined.  Problem reported by Matthew Woehlke.
9744
9745         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9746         Add support for Tandem NonStop R series.
9747         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9748         Use new macro.
9749
9750         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9751         (has_trailing_slash): Omit size arg; all callers changed.
9752         Omit 'inline', since it doesn't help performance and we'd
9753         need to configure it.
9754         Don't count //, ///, etc. as having a trailing slash.
9755         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9756         (rpl_rename_dest_slash): On failure, use rename's errno rather
9757         than (in some cases) an incorrect or junk errno.
9758         Simplify code by removing need to compute length; this does
9759         cause it to make two passes instead of one over the file name,
9760         but it's worth it.
9761
9762         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
9763         change, since Autoconf's version may no longer be appropriate now
9764         that we are using CVS Autoconf's version.  Add support for Tandem.
9765
9766 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9767             Bruno Haible  <bruno@clisp.org>
9768
9769         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
9770         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
9771         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
9772         gl_AC_TYPE_LONG_LONG.
9773
9774         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
9775         instead of HAVE_LONG_LONG.
9776         * lib/printf-args.c (printf_fetchargs): Likewise.
9777         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
9778         * lib/vasnprintf.c (VASNPRINTF): Likewise.
9779         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
9780         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
9781         gl_AC_TYPE_LONG_LONG.
9782
9783 2006-10-11  Bruno Haible  <bruno@clisp.org>
9784
9785         * m4/longlong.m4: Add comments.
9786         * m4/ulonglong.m4: Likewise.
9787
9788 2006-10-10  Bruno Haible  <bruno@clisp.org>
9789
9790         Make it possible to #define stpcpy, strdup to aliases.
9791         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
9792         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
9793
9794 2006-10-10  Bruno Haible  <bruno@clisp.org>
9795
9796         Make it possible to #define gcd to an alias.
9797         * lib/gcd.c: Include config.h.
9798
9799 2006-10-10  Bruno Haible  <bruno@clisp.org>
9800
9801         Make it possible to #define c_isascii to an alias.
9802         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
9803         defined. Undefine the macros before defining them, to avoid gcc
9804         warnings.
9805         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
9806         define NO_C_CTYPE_MACROS early.
9807
9808 2006-10-10  Bruno Haible  <bruno@clisp.org>
9809
9810         Make it possible to #define set_program_name to an alias.
9811         * lib/progname.c: Don't undefine set_program_name; instead, undefine
9812         ENABLE_RELOCATABLE early.
9813
9814 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9815
9816         Port to Tandem NSK OSS, which has 64-bit signed int but at most
9817         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
9818         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
9819         More generally, don't assume that 64-bit signed int is available
9820         if unsigned int is, and vice versa.
9821         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
9822         unsigned symbols, not on their signed counterparts.
9823         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
9824         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
9825         (UINT64_C, UINTMAX_C):
9826         Likewise.
9827         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
9828         unsigned counterparts.
9829         (Have_long_long, Unsigned): New macros.
9830         (Int): Renamed from INT.
9831         (strtoimax): Use the new macros.
9832         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
9833         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
9834         * modules/inttypes (inttypes.h): Substitute
9835         HAVE_UNSIGNED_LONG_LONG_INT.
9836         * modules/stdint (stdint.h): Likewise.
9837         (Files): Add m4/ulonglong.m4.
9838
9839 2006-10-10  Bruno Haible  <bruno@clisp.org>
9840
9841         Fix a gcc -Wshadow warning.
9842         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
9843         to 'bucket'.
9844         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
9845         gl_linked_indexof_from_to): Likewise.
9846         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
9847         Likewise.
9848         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
9849         Likewise.
9850         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
9851         Reported by Eric Blake.
9852
9853 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9854
9855         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
9856         for NetBSD.  Problem reported by Bruno Haible.
9857
9858 2006-10-09  Jim Meyering  <jim@meyering.net>
9859
9860         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
9861         Patch from Bruno Haible.
9862
9863 2006-10-09  Jim Meyering  <jim@meyering.net>
9864
9865         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
9866         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
9867         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
9868
9869 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9870
9871         Don't include <config.h> twice; this doesn't work in some cases,
9872         e.g., when config.h has "#define intmax_t long long int" and
9873         we include <config.h>, <inttypes.h>, <config.h> in that order.
9874         Problem reported by Matthew Woehlke in:
9875         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
9876         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
9877         * lib/fts-cycle.c: Don't include config.h.
9878         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
9879         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
9880         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
9881         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
9882         inttypes.h.
9883         * lib/xstrtoumax.c: Likewise.
9884         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
9885         __strtol and the like, so that this module is more like its siblings.
9886         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
9887         Remove; no longer needed now that we assume gnulib inttypes.h.
9888
9889 2006-10-08  Bruno Haible  <bruno@clisp.org>
9890
9891         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
9892         option.
9893
9894 2006-10-07  Jim Meyering  <jim@meyering.net>
9895
9896         * modules/inttypes (inttypes.h): Revert what seems to have been
9897         an inadvertent part of today's change: use "|", not "/" in the
9898         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
9899
9900 2006-10-07  Bruno Haible  <bruno@clisp.org>
9901
9902         * modules/sublist: New file.
9903
9904 2006-10-07  Bruno Haible  <bruno@clisp.org>
9905
9906         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
9907         * modules/argz (argz.h): Likewise.
9908         * modules/arpa_inet (arpa/inet.h): Likewise.
9909         * modules/byteswap (byteswap.h): Likewise.
9910         * modules/configmake (configmake.h): Likewise.
9911         * modules/fcntl (fcntl.h): Likewise.
9912         * modules/fnmatch (fnmatch.h): Likewise.
9913         * modules/getopt (getopt.h): Likewise.
9914         * modules/glob (glob.h): Likewise.
9915         * modules/inttypes (inttypes.h): Likewise.
9916         * modules/netinet_in (netinet/in.h): Likewise.
9917         * modules/poll (poll.h): Likewise.
9918         * modules/stdbool (stdbool.h): Likewise.
9919         * modules/stdint (stdint.h): Likewise.
9920         * modules/sys_select (sys/select.h): Likewise.
9921         * modules/sys_socket (sys/socket.h): Likewise.
9922         * modules/sys_stat (sys/stat.h): Likewise.
9923         * modules/sysexits (sysexits.h): Likewise.
9924         * modules/unistd (unistd.h): Likewise.
9925         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9926         Add a "DO NOT EDIT" comment to the generated file.
9927         (func_import): Likewise for gnulib-comp.m4.
9928
9929 2006-10-07  Bruno Haible  <bruno@clisp.org>
9930
9931         * lib/gl_sublist.h: New file.
9932         * lib/gl_sublist.c: New file.
9933
9934 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9935
9936         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
9937         name (relative to the original working directory) and the file
9938         name component (relative to the temporary working directory).  All
9939         callers changed.
9940         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
9941         * lib/mkdir-p.c (make_dir_parents): Likewise.
9942         * lib/mkdir-p.h (make_dir_parents): Likewise.
9943
9944 2006-10-06  Eric Blake  <ebb9@byu.net>
9945
9946         Define several macros for use by the clean-temp module.
9947         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
9948         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
9949         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
9950
9951         * lib/clean-temp.h (close_stream_temp): New declaration.
9952         * lib/clean-temp.c (includes): Pull in headers according to what
9953         other modules are in use.
9954         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
9955
9956 2006-10-06  Bruno Haible  <bruno@clisp.org>
9957
9958         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
9959         instead of fopen, fwriteerror.
9960
9961 2006-10-06  Bruno Haible  <bruno@clisp.org>
9962
9963         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
9964         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
9965         int.
9966         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
9967         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
9968         Return an error indicator.
9969         Suggested by Eric Blake.
9970
9971 2006-10-06  Bruno Haible  <bruno@clisp.org>
9972
9973         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
9974         Reported by Eric Blake.
9975
9976 2006-10-06  Bruno Haible  <bruno@clisp.org>
9977
9978         * modules/closeout (Description): Mention stderr too.
9979
9980 2006-10-06  Bruno Haible  <bruno@clisp.org>
9981         and Paul Eggert  <eggert@cs.ucla.edu>
9982
9983         * lib/closeout.c (close_stdout): Also close stderr.
9984         * lib/closeout.h: Update comment.
9985
9986 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9987
9988         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
9989         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
9990         * lib/dirchownmod.c: Include lchown.h.
9991         * lib/lchown.c: Don't include files that lchown.h now includes.
9992         Don't declare chown, since lchown.h now does that.
9993         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
9994         (lchown): Define to rpl_chown if lchown is declared but
9995         does not exist.  Declare using a prototype if lchown is not
9996         declared.  Add a copyright notice.
9997         * lib/mkstemp.h: Include <unistd.h>.
9998         * lib/openat.c: Include lchown.h.
9999
10000         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10001         we now test for that separately.
10002         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10003         rather than O_NOFOLLOW, when testing whether it's possible to
10004         avoid a race condition reliably.
10005         * lib/savewd.c (savewd_chdir): Likewise.
10006
10007         Remove macros that are no longer needed now that stdint.h is
10008         reliable.
10009         * lib/fsusage.c (UINTMAX_MAX): Remove.
10010         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10011         * lib/utimecmp.c (SIZE_MAX): Remove.
10012
10013         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10014
10015         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10016         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10017         O_NOATIME works.
10018
10019 2006-10-05  Bruno Haible  <bruno@clisp.org>
10020
10021         * lib/gl_list.h (gl_sortedlist_search_from_to,
10022         gl_sortedlist_indexof_from_to): New declarations.
10023         (gl_list_implementation): New fields sortedlist_search_from_to,
10024         sortedlist_indexof_from_to.
10025         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10026         inline functions.
10027         * lib/gl_list.c (gl_sortedlist_search_from_to,
10028         gl_sortedlist_indexof_from_to): New functions.
10029         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10030         function.
10031         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10032         (gl_array_sortedlist_search_from_to): New function.
10033         (gl_array_list_implementation): Update.
10034         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10035         function.
10036         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10037         (gl_carray_sortedlist_search_from_to): New function.
10038         (gl_carray_list_implementation): Update.
10039         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10040         gl_linked_sortedlist_indexof_from_to): New functions.
10041         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10042         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10043         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10044         gl_tree_sortedlist_indexof_from_to): New functions.
10045         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10046         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10047         Update.
10048         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10049         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10050         Update.
10051
10052 2006-10-05  Bruno Haible  <bruno@clisp.org>
10053
10054         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10055         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10056         (struct gl_list_implementation): Add fields search_from_to,
10057         indexof_from_to. Remove fields search, indexof.
10058         (gl_list_search): Use the search_from_to method.
10059         (gl_list_search_from, gl_list_search_from_to): New functions.
10060         (gl_list_indexof): Use the indexof_from_to method.
10061         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10062         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10063         (gl_list_search_from, gl_list_search_from_to): New functions.
10064         (gl_list_indexof): Use the indexof_from_to method.
10065         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10066         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10067         gl_array_indexof. Add start_index, end_index arguments.
10068         (gl_array_search_from_to): Renamed from gl_array_search. Add
10069         start_index, end_index arguments.
10070         (gl_array_remove, gl_array_list_implementation): Update.
10071         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10072         gl_carray_indexof. Add start_index, end_index arguments.
10073         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10074         start_index, end_index arguments.
10075         (gl_carray_remove, gl_carray_list_implementation): Update.
10076         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10077         gl_linked_search. Add start_index, end_index arguments.
10078         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10079         start_index, end_index arguments.
10080         (gl_linked_remove): Update.
10081         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10082         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10083         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10084         field to 'size_t'.
10085         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10086         gl_tree_search. Add start_index, end_index arguments.
10087         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10088         start_index, end_index arguments.
10089         (gl_tree_remove): Update.
10090         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10091         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10092         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10093         function.
10094         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10095         gl_tree_search. Add start_index, end_index arguments.
10096         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10097         start_index, end_index arguments.
10098         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10099         Update.
10100         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10101
10102 2006-10-05  Bruno Haible  <bruno@clisp.org>
10103
10104         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10105
10106         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10107         fwriteerror_temp): New declarations.
10108         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10109         (descriptors): New variable.
10110         (cleanup): First, close the descriptors.
10111         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10112         fclose_temp, fwriteerror_temp): New functions.
10113
10114 2006-10-04  Jim Meyering  <jim@meyering.net>
10115
10116         * lib/fts.c (fts_open): Tiny comment change.
10117
10118 2006-10-04  Bruno Haible  <bruno@clisp.org>
10119
10120         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10121         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10122         gl_LOCK_BODY.
10123         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10124         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10125         gl_LOCK_EARLY_BODY.
10126         (gl_LOCK): Require gl_LOCK_BODY.
10127
10128 2006-10-04  Bruno Haible  <bruno@clisp.org>
10129
10130         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10131         (gl_oset_search_atleast): New declaration.
10132         (struct gl_oset_implementation): Add field 'search_atleast'.
10133         (gl_oset_search_atleast): New inline function.
10134         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10135         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10136         (gl_array_oset_implementation): Update.
10137         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10138         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10139         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10140
10141 2006-10-04  Bruno Haible  <bruno@clisp.org>
10142
10143         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10144
10145 2006-10-03  Bruno Haible  <bruno@clisp.org>
10146
10147         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10148         from gl_avltreehash_list_implementation.
10149
10150 2006-10-03  Bruno Haible  <bruno@clisp.org>
10151
10152         * lib/gl_oset.c (gl_oset_add): Fix return type.
10153
10154 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10155
10156         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10157
10158 2006-10-02  Eric Blake  <ebb9@byu.net>
10159
10160         * modules/strnlen (Depends-on): Add extensions.
10161
10162 2006-10-02  Eric Blake  <ebb9@byu.net>
10163
10164         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10165         definition in 2.60+.
10166
10167 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10168
10169         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10170         checks.
10171
10172 2006-10-02  Bruno Haible  <bruno@clisp.org>
10173
10174         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10175         to the AUTOMAKE_OPTIONS.
10176         Reported by Jim Meyering.
10177
10178 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10179
10180         Work around bug in Solaris 10 /proc file system:
10181         /proc/self/fd/NNN/.. isn't the parent directory of
10182         the directory whose file descriptor is NNN.  This needs to
10183         be worked around at run time, not compile time, since a
10184         program might be built on Solaris 8, where things work, and
10185         run on Solaris 10.
10186         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10187         to use the following interface instead:
10188         (OPENAT_BUFFER_SIZE): New macro.
10189         (openat_proc_name): New function.
10190         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10191         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10192         Likewise.
10193         * lib/openat-proc.c: New file.
10194         * modules/openat (Files): Add lib/openat-proc.c.
10195         (Depends-on): Add same-inode, stdbool.
10196         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10197
10198 2006-09-29  Bruno Haible  <bruno@clisp.org>
10199
10200         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10201         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10202         argument. Set stdout_closed before testing for ferror, not after.
10203         (fwriteerror, fwriteerror_no_ebadf): New functions.
10204
10205 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10206
10207         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10208
10209 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10210
10211         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10212         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10213
10214 2006-09-28  Jim Meyering  <jim@meyering.net>
10215
10216         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10217         Include <unistd.h>.
10218
10219 2006-09-28  Bruno Haible  <bruno@clisp.org>
10220
10221         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10222         * modules/linkedhash-list (Depends-on): Likewise.
10223         * modules/rbtreehash-list (Depends-on): Likewise.
10224
10225 2006-09-28  Bruno Haible  <bruno@clisp.org>
10226
10227         * lib/strndup.h: Simplify the redefinition of strndup.
10228         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10229         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10230
10231 2006-09-28  Bruno Haible  <bruno@clisp.org>
10232
10233         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10234         * lib/gl_linkedhash_list.c: Likewise.
10235         * lib/gl_rbtreehash_list.c: Likewise.
10236
10237 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10238
10239         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10240         getaddrinfo.
10241
10242         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10243         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10244         it causes <stdio_ext.h> to cause a compile-time error.
10245         Problem reported by Nelson H. F. Beebe.
10246         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10247         of HAVE_DECL___PENDING.
10248
10249         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10250         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10251         declaration.
10252
10253 2006-09-27  Jim Meyering  <jim@meyering.net>
10254
10255         This file could end up with a definition for a function
10256         named __strndup, rather than rpl_strndup on a system with
10257         incomplete weak_alias support.
10258         * lib/strndup.c (strndup): Rename from __strndup.
10259         Remove #defines that used to map __strndup to strndup.
10260         Don't use K&R prototypes.
10261         Remove LIBC-related code, since this file is not sync'd with glibc.
10262         * lib/strndup.h: Revamp, accordingly.
10263         * m4/strndup.m4: Modernize.
10264
10265 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10266
10267         * modules/savewd (Depends-on): Add 'raise'.
10268         * lib/savewd.c: Include <signal.h>, for 'raise'.
10269
10270 2006-09-26  Jim Meyering  <jim@meyering.net>
10271
10272         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10273         when we detect Darwin 8.7.0's acl_get_file bug.
10274         Rearrange to perform the new (below) run-test while $LIBS
10275         contains any acl-related library.  Set USE_ACL at the end.
10276         (gl_ACL_GET_FILE): New function.
10277
10278 2006-09-26  Eric Blake  <ebb9@byu.net>
10279
10280         * lib/verror.c: Include <config.h> unconditionally.
10281
10282 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10283
10284         * modules/clock-time (Maintainer): Add self.
10285         * modules/getlogin_r (Depends-on): Add extensions.
10286
10287 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10288
10289         * modules/clock-time: New module.
10290         * modules/nanosleep (Depends-on): Add clock-time.
10291         * modules/gethrxtime (Depends-on): Likewise.
10292         * modules/gettime (Depends-on): Likewise.
10293         * modules/settime (Depends-on): Likewise.
10294
10295         * modules/fts-lgpl: Depend on openat.
10296         * modules/mkancesdirs: Depend on savewd.
10297         * modules/mkdir-p: Likewise.
10298
10299 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10300
10301         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10302
10303         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10304         `gl_have_arbitrary_file_name_length_limit' to
10305         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10306         actually works between configure runs.
10307
10308 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10309             Bruno Haible  <bruno@clisp.org>
10310
10311         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10312
10313 2006-09-25  Jim Meyering  <jim@meyering.net>
10314
10315         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10316         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10317
10318 2006-09-25  Eric Blake  <ebb9@byu.net>
10319
10320         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10321         exec's in 2006-09-18 patch when shuffling fds.
10322
10323 2006-09-25  Bruno Haible  <bruno@clisp.org>
10324
10325         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10326         Reported by Jim Meyering.
10327
10328 2006-09-24  Jim Meyering  <jim@meyering.net>
10329
10330         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10331         compare a pointer against a literal "0".  That caused failures with
10332         at least HP-UX's hpcc.
10333
10334 2006-09-22  Simon Josefsson  <jas@extundo.com>
10335
10336         * modules/gc-sha1:
10337         * modules/gc-md4:
10338         * modules/gc-hmac-sha1:
10339         * modules/gc-hmac-md5:
10340         * modules/gc-des:
10341         * modules/gc-arcfour: Distribute more files.
10342
10343 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10344
10345         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10346         (gl_linked_iterator_from_to): Initialize struct completely.
10347         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10348         (gl_tree_iterator_from_to): Likewise
10349         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10350         * lib/gl_array_list.c [lint] (gl_array_iterator)
10351         (gl_array_iterator_from_to): Likewise.
10352         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10353         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10354         (gl_carray_iterator_from_to): Likewise.
10355
10356         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10357         * lib/md4.c (md4_process_block): Remove unused variable.
10358         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10359         parentheses for clarity.
10360
10361 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10362
10363         * modules/bison-i18n (Depends-on): Add gettext.
10364
10365 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10366
10367         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10368         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10369         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10370         also add missing comma that caused broken test.
10371         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10372         stdlib.h, for `abort'.
10373         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10374         variables.
10375         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10376         include unistd.h if present, for `rmdir'.
10377         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10378         variables.
10379         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10380         in the process include standard headers for prototypes.
10381         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10382         gets declared on GNU/Linux.
10383         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10384         unistd.h, for `rmdir'.
10385         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10386
10387         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10388         always true.
10389         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10390
10391         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10392
10393 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10394
10395         * gnulib-tool (func_version): Create output all at once.  This
10396         may help avoid triggering unnecessary SIGPIPEs, and at any
10397         rate it doesn't hurt.
10398
10399 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10400             Bruno Haible  <bruno@clisp.org>
10401
10402         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10403         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10404         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10405
10406         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10407         (gl_FUNC_VASPRINTF): Invoke it.
10408
10409 2006-09-22  Bruno Haible  <bruno@clisp.org>
10410
10411         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10412         getloadavg.c as first argument.
10413
10414 2006-09-22  Bruno Haible  <bruno@clisp.org>
10415
10416         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10417         at the beginning of the gl_INIT macro.
10418         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10419         gl_GETLOADAVG.
10420
10421 2006-09-22  Bruno Haible  <bruno@clisp.org>
10422
10423         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10424         module.
10425         Suggested by Ralf Wildenhues.
10426
10427 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10428
10429         Import this patch from libc:
10430
10431         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10432
10433         * lib/regex_internal.c (re_string_reconstruct): Handle
10434         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10435         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10436         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10437         re_string_context_at.
10438
10439         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10440         now requires it.
10441         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10442         gl_REGEX now does it for us.
10443         (gl_REGEX): Add test taken from
10444         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10445
10446         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10447         Check that large offsets work.  Modernize Autoconf usages.
10448         Prefer "yes" to mean a good thing rather than a bad.
10449         Don't put "#define mkstemp" in config.h, as this might interfere
10450         with standard system headers that "#define mkstemp mkstemp64".
10451
10452         * modules/mkstemp (Depends-on): Add extensions, so that
10453         mkstemp is visible on some platforms.
10454         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10455         (Include): Change to "mkstemp.h" from <stdlib.h>.
10456         (Files): Add mkstemp.h.
10457
10458         * lib/mkstemp.h: New file, since some standard headers
10459         #define mkstemp.
10460         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10461         Include "mkstemp.h".
10462         Make the _LIBC code resemble glibc original more,
10463         e.g., use K&R style.
10464         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10465         (mkstemp): Remove, since mkstemp.h does this for us.
10466         * lib/stdlib--.h: Include mkstemp.h.
10467
10468         Import this patch from libc:
10469
10470         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10471
10472         * lib/tempname.c (__gen_tempname): Change attempts_min
10473         into a macro.  Use preprocessor to decide how to initialize
10474         attempts [Coverity CID 67].
10475
10476 2006-09-20  Bruno Haible  <bruno@clisp.org>
10477
10478         * lib/mkdtemp.c: Import from libc.
10479         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10480                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10481                 attempts_min into a macro.  Use preprocessor to decide how to
10482                 initialize attempts [Coverity CID 67].
10483         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10484                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10485                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10486
10487 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10488
10489         * gnulib-tool (func_exit): New function, to allow to pass the
10490         exit status portably through the trap.  Use everywhere.
10491         (--help, --version): Signal a write error.
10492         (trap): catch SIGPIPE, for write errors.
10493         Exit at the end of the trap, with the correct exit status.
10494
10495 2006-09-19  Karl Berry  <karl@gnu.org>
10496
10497         * doc/gnulib.texi: note about the license texinfo files.
10498
10499 2006-09-19  Eric Blake  <ebb9@byu.net>
10500
10501         * gnulib-tool: Avoid space-tab.
10502
10503 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10504
10505         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10506         that prevented coreutils 6.1 from building.  Problem reported
10507         by Petter Reinholdtsen.
10508
10509 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10510
10511         * gnulib-tool (avoidlist): Fix typo that broke options like
10512         --avoid=lock that are used by coreutils bootstrap.
10513
10514 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10515
10516         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10517         more systematically.
10518
10519 2006-09-18  Jim Meyering  <jim@meyering.net>
10520
10521         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10522
10523 2006-09-18  Bruno Haible  <bruno@clisp.org>
10524
10525         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10526
10527 2006-09-18  Bruno Haible  <bruno@clisp.org>
10528
10529         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10530         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10531         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10532         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10533         * m4/gettext.m4: Require autoconf >= 2.52.
10534         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10535         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10536         of gl_cv_header_inttypes_h.
10537
10538 2006-09-18  Bruno Haible  <bruno@clisp.org>
10539
10540         * lib/javaversion.c: Include configmake.h.
10541
10542 2006-09-18  Bruno Haible  <bruno@clisp.org>
10543
10544         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10545         avoid that the while loops be executed in a subshell.
10546
10547 2006-09-18  Bruno Haible  <bruno@clisp.org>
10548
10549         * MODULES.html.sh (func_module): Break long lines.
10550         Suggested by Bruce Korb <bkorb@gnu.org>.
10551
10552 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10553
10554         Speed up by a factor of 1.12.
10555         * gnulib-tool (nl): New variable.
10556         (func_import): Rewrite include directive extraction to only read each
10557         directive once.
10558
10559 2006-09-17  Bruno Haible  <bruno@clisp.org>
10560
10561         * modules/javaversion (Makefile.am): Remove DEFS setting.
10562         (Depends-on): Add configmake, for PKGDATADIR definition.
10563
10564 2006-09-17  Bruno Haible  <bruno@clisp.org>
10565
10566         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10567
10568 2006-09-17  Bruno Haible  <bruno@clisp.org>
10569
10570         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10571         (func_modules_transitive_closure, func_modules_add_dummy,
10572         func_modules_to_filelist, func_import, func_create_testdir,
10573         func_create_megatestdir, ...): Use it wherever possible.
10574         Suggested by Ralf Wildenhues.
10575
10576 2006-09-16  Karl Berry  <karl@gnu.org>
10577
10578         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10579         to avoid sectioning errors.
10580         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10581         [ifinfo]: blank line after @center-ed titles.
10582         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10583         Spell FSF address consistently with others.
10584         (These changes approved by rms.)
10585
10586 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10587
10588         Speed up by a factor of 1.61.
10589         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10590         already checked module names again.
10591
10592 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10593
10594         Speed up by a factor of 1.13.
10595         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10596         for new_files, and the input to func_add_or_update.
10597
10598 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10599
10600         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10601         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10602
10603 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10604
10605         * modules/mkancesdirs (Depends-on): Add fcntl.
10606         * modules/savewd: New file.
10607         * MODULES.html.sh (File system functions): Add savewd.
10608
10609         * modules/configmake (Makefile.am): Add support for the
10610         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10611
10612 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10613
10614         * m4/savewd.m4: New file.
10615
10616 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10617
10618         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10619         (dirchownmod): New arg FD.  All callers changed.
10620         Use FD rather than opening the directory ourself, as opening is
10621         now the caller's responsibility.
10622         * lib/dirchownmod.h: Likewise.
10623         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10624         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10625         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10626         (test_dir): Remove.
10627         (mkancesdirs): Return length of prefix of FILE that has already
10628         been made, or -2 if there is a child doing the work.  Redo
10629         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10630         ".", and treat ".." specially since it might stray back into
10631         already-created areas.  Use a subprocess if necessary.  New arg
10632         WD; all users changed.  MAKE_DIR function should now return 1
10633         if it creates a directory that is not readable.  Return -2 if
10634         a child process is spun off.
10635         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10636         Adjust signature to match code.
10637         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10638         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10639         all users changed.
10640         * lib/savewd.c, lib/savewd.h: New files.
10641
10642 2006-09-15  Jim Meyering  <jim@meyering.net>
10643
10644         * modules/rename-dest-slash: New module.
10645         * MODULES.html.sh (posix_compat): Add it here.
10646
10647         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10648
10649 2006-09-15  Jim Meyering  <jim@meyering.net>
10650
10651         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10652         file.
10653
10654         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10655
10656 2006-09-15  Jim Meyering  <jim@meyering.net>
10657
10658         * lib/rename-dest-slash.c (has_trailing_slash): Use
10659         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10660         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10661         test before testing whether SRC is a directory.
10662         Suggestions from Bruno Haible.
10663
10664         Avoid a warning about an unused variable.
10665         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10666         into the #ifdef block where it's used.
10667
10668         * lib/rename-dest-slash.c: New file.
10669
10670 2006-09-14  Bruno Haible  <bruno@clisp.org>
10671
10672         * lib/allocsa.c: Include <config.h> unconditionally.
10673         * lib/asnprintf.c: Likewise.
10674         * lib/asprintf.c: Likewise.
10675         * lib/c-strcasecmp.c: Likewise.
10676         * lib/c-strcasestr.c: Likewise.
10677         * lib/c-strncasecmp.c: Likewise.
10678         * lib/c-strstr.c: Likewise.
10679         * lib/classpath.c: Likewise.
10680         * lib/clean-temp.c: Likewise.
10681         * lib/concatpath.c: Likewise.
10682         * lib/copy-file.c: Likewise.
10683         * lib/csharpcomp.c: Likewise.
10684         * lib/csharpexec.c: Likewise.
10685         * lib/execute.c: Likewise.
10686         * lib/fatal-signal.c: Likewise.
10687         * lib/findprog.c: Likewise.
10688         * lib/fwriteerror.c: Likewise.
10689         * lib/gl_array_list.c: Likewise.
10690         * lib/gl_array_oset.c: Likewise.
10691         * lib/gl_avltree_list.c: Likewise.
10692         * lib/gl_avltree_oset.c: Likewise.
10693         * lib/gl_avltreehash_list.c: Likewise.
10694         * lib/gl_carray_list.c: Likewise.
10695         * lib/gl_linked_list.c: Likewise.
10696         * lib/gl_linkedhash_list.c: Likewise.
10697         * lib/gl_list.c: Likewise.
10698         * lib/gl_oset.c: Likewise.
10699         * lib/gl_rbtree_list.c: Likewise.
10700         * lib/gl_rbtree_oset.c: Likewise.
10701         * lib/gl_rbtreehash_list.c: Likewise.
10702         * lib/imaxabs.c: Likewise.
10703         * lib/imaxdiv.c: Likewise.
10704         * lib/javacomp.c: Likewise.
10705         * lib/javaexec.c: Likewise.
10706         * lib/javaversion.c: Likewise.
10707         * lib/linebreak.c: Likewise.
10708         * lib/localcharset.c: Likewise.
10709         * lib/lock.c: Likewise.
10710         * lib/mbchar.c: Likewise.
10711         * lib/mbswidth.c: Likewise.
10712         * lib/mkdtemp.c: Likewise.
10713         * lib/pipe.c: Likewise.
10714         * lib/printf-args.c: Likewise.
10715         * lib/printf-parse.c: Likewise.
10716         * lib/progname.c: Likewise.
10717         * lib/progreloc.c: Likewise.
10718         * lib/readlink.c: Likewise.
10719         * lib/sh-quote.c: Likewise.
10720         * lib/stpcpy.c: Likewise.
10721         * lib/stpncpy.c: Likewise.
10722         * lib/strcasecmp.c: Likewise.
10723         * lib/strcasestr.c: Likewise.
10724         * lib/strcspn.c: Likewise.
10725         * lib/striconv.c: Likewise.
10726         * lib/strncasecmp.c: Likewise.
10727         * lib/strnlen1.c: Likewise.
10728         * lib/strstr.c: Likewise.
10729         * lib/strtok_r.c: Likewise.
10730         * lib/tls.c: Likewise.
10731         * lib/tmpdir.c: Likewise.
10732         * lib/unicodeio.c: Likewise.
10733         * lib/unsetenv.c: Likewise.
10734         * lib/vasnprintf.c: Likewise.
10735         * lib/vasprintf.c: Likewise.
10736         * lib/wait-process.c: Likewise.
10737         * lib/xallocsa.c: Likewise.
10738         * lib/xsetenv.c: Likewise.
10739         * lib/xstriconv.c: Likewise.
10740
10741 2006-09-13  Simon Josefsson  <jas@extundo.com>
10742
10743         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10744         that internally, suggested by Ralf Wildenhues
10745         <Ralf.Wildenhues@gmx.de>.
10746
10747 2006-09-13  Simon Josefsson  <jas@extundo.com>
10748
10749         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10750         @LIBOBJS@.
10751         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10752
10753 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10754
10755         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10756         longer worry about uses that don't define HAVE_CONFIG_H.
10757         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10758         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
10759         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
10760         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
10761         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
10762         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
10763         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
10764         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
10765         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
10766         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
10767         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
10768         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
10769         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
10770         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
10771         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
10772         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
10773         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
10774         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
10775         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
10776         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
10777         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
10778         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
10779         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
10780         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
10781         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
10782         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
10783         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
10784         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
10785         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
10786         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
10787         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
10788         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
10789         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
10790         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
10791         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
10792         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
10793         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
10794         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
10795         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
10796         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
10797         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
10798         Likewise.
10799
10800 2006-09-13  Eric Blake  <ebb9@byu.net>
10801
10802         * lib/getopt.c: Fix typo in last commit.
10803
10804 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10805
10806         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
10807         dgettext.
10808
10809 2006-09-12  Jim Meyering  <jim@meyering.net>
10810
10811         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
10812         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
10813         Reported by Nelson H. F. Beebe.
10814
10815 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10816
10817         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
10818         program_invocation_name and program_invocation_short_name are
10819         initialized.
10820         * lib/argp-namefrob.h: Move declarations of program_invocation_name
10821         and program_invocation_short_name to argp.h, so they are visible
10822         to user programs.
10823         * lib/argp.h: Likewise
10824
10825 2006-09-10  Bruno Haible  <bruno@clisp.org>
10826
10827         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10828         m4/inttypes_h.m4, m4/uintmax_t.m4.
10829
10830 2006-09-10  Bruno Haible  <bruno@clisp.org>
10831
10832         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
10833         gl_AC_TYPE_UINTMAX_T.
10834
10835 2006-09-10  Bruno Haible  <bruno@clisp.org>
10836
10837         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
10838
10839 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10840
10841         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
10842         convention.  Text proposed by Bruno Haible.
10843         (struct argp_option): Document the use of N_() wrappers.
10844
10845         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
10846         '\v', and translate the two parts separately, instead of feeding
10847         the whole string to gettext.  This allows to exclude
10848         '\v' from the strings visible to the translator by writing doc
10849         strings as N_("..") "\v" N_("..").
10850
10851 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
10852
10853         * config/srclist.txt: Undo latest change; the bug was fixed.
10854
10855 2006-09-09  Bruno Haible  <bruno@clisp.org>
10856
10857         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
10858         assignments if building a library without libtool.
10859         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
10860         in func_emit_lib_Makefile_am.
10861         (func_import): When building a static library libfoo.a, arrange to
10862         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
10863         (func_create_testdir): Likewise.
10864         * modules/gc (configure.ac, Makefile.am): If building statically,
10865         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
10866         * modules/iconvme (configure.ac, Makefile.am): Likewise.
10867         * modules/striconv (configure.ac, Makefile.am): Likewise.
10868         Based on a suggestion by Ralf Wildenhues.
10869
10870 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10871
10872         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10873         Check for unistd.h too, since Autoconf doesn't assume POSIX.
10874         Also:
10875
10876         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10877         Add year_2050_test to catch glibc bug 2821
10878         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10879
10880         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10881         Prefer #ifdef to #if.
10882
10883         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10884         Return from 'main' instead of calling 'exit'.
10885
10886 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10887
10888         * lib/mktime.c (guess_time_tm): Fix bug where mktime
10889         returned the maximum time_t value rather than (time_t) -1.
10890         Problem originally reported by William Bardwell
10891         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
10892
10893         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10894         Moved to here ...
10895         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
10896         ... from here.
10897
10898 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10899
10900         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
10901         2821 is fixed.
10902
10903 2006-09-08  Jim Meyering  <jim@meyering.net>
10904
10905         Don't make generated files read-only.  That would bother too many
10906         people.  However, do retain the ability to work when targets are
10907         read-only: remove the destination and temporary files before writing
10908         them (when generated via sed or echo), or by using the -f option for
10909         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
10910         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10911         * modules/byteswap, modules/configmake, modules/fcntl:
10912         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10913         * modules/localcharset, modules/netinet_in, modules/poll:
10914         * modules/stdbool, modules/stdint, modules/sys_select:
10915         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10916
10917 2006-09-08  Jim Meyering  <jim@meyering.net>
10918
10919         Avoid new build failure on FreeBSD 6.0.
10920         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
10921         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
10922         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
10923
10924 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10925
10926         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
10927
10928 2006-09-07  Jim Meyering  <jim@meyering.net>
10929
10930         Fix global typo in last change: use chmod u-w, not chmod u-x.
10931         Spotted by Paul Eggert and Bruce Korb.
10932         * modules/alloca-opt, modules/argz, modules/arpa_inet:
10933         * modules/byteswap, modules/configmake, modules/fcntl:
10934         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
10935         * modules/localcharset, modules/netinet_in, modules/poll:
10936         * modules/stdbool, modules/stdint, modules/sys_select:
10937         * modules/sys_socket, modules/sys_stat, modules/sysexits:
10938
10939 2006-09-06  Jim Meyering  <jim@meyering.net>
10940
10941         Make generated files be read-only.
10942         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
10943         Ensure that each generated file is now read-only.
10944         * modules/argz: Likewise.
10945         * modules/arpa_inet: Likewise.
10946         * modules/byteswap: Likewise.
10947         * modules/configmake: Likewise.
10948         * modules/fcntl: Likewise.
10949         * modules/fnmatch: Likewise.
10950         * modules/getopt: Likewise.
10951         * modules/glob: Likewise.
10952         * modules/inttypes: Likewise.
10953         * modules/netinet_in: Likewise.
10954         * modules/poll: Likewise.
10955         * modules/stdbool: Likewise.
10956         * modules/stdint: Likewise.
10957         * modules/sys_select: Likewise.
10958         * modules/sys_socket: Likewise.
10959         * modules/sys_stat: Likewise.
10960         * modules/sysexits: Likewise.
10961         * modules/localcharset: Same as above, but continue using temporary
10962         file named "t-$@" (why different?) rather than the "$@-t" used
10963         everywhere else.
10964
10965         * modules/sysexits (Makefile.am): Replace literal occurrences
10966         of "sysexit.h" more readable, and more consistent, "$@".
10967
10968 2006-09-06  Bruno Haible  <bruno@clisp.org>
10969
10970         * modules/striconv: New file.
10971         * modules/xstriconv: New file.
10972         * MODULES.html.sh (Internationalization functions): Add striconv,
10973         xstriconv.
10974
10975 2006-09-06  Bruno Haible  <bruno@clisp.org>
10976
10977         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
10978         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
10979         not using libtool correctly.
10980
10981 2006-09-06  Bruno Haible  <bruno@clisp.org>
10982
10983         * lib/striconv.h: New file.
10984         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
10985         iconvstring.c.
10986         * lib/xstriconv.h: New file.
10987         * lib/xstriconv.c: New file.
10988
10989 2006-09-06  Bruno Haible  <bruno@clisp.org>
10990
10991         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10992         lib_..._LDFLAGS.
10993
10994 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10995
10996         * lib/argz_.h: Sync from Libtool.
10997
10998         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
10999                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11000
11001         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11002
11003 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11004
11005         * modules/trim: New file.
11006
11007 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11008
11009         * lib/trim.h: New file.
11010         * lib/trim.c: New file.
11011
11012 2006-09-05  Bruno Haible  <bruno@clisp.org>
11013
11014         * MODULES.html.sh (String handling): Add trim.
11015
11016 2006-09-04  Karl Berry  <karl@gnu.org>
11017
11018         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11019         until next release.
11020
11021 2006-09-03  Bruno Haible  <bruno@clisp.org>
11022
11023         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11024         correctly.
11025
11026 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11027
11028         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11029         not gl_GETLOADAVG.  Omit unneeded semicolons.
11030         Problems reported by Ralf Wildenhues in
11031         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11032         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11033         at the end, which is the usual gnulib style.
11034
11035         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11036         of doing all the work ourselves.
11037         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11038         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11039
11040 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11041
11042         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11043         Problem reported by Ralf Wildenhues in
11044         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11045
11046         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11047         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11048
11049 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11050
11051         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11052         yesterday's patch by changing test -n to test -z.
11053
11054 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11055
11056         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11057         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11058         the former is now obsolescent.
11059
11060         * modules/chdir-long (Depends-on): Add fcntl.
11061
11062 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11063
11064         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11065         obsolescent, and programs should use gnulib instead.
11066         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11067         but with prefixes changed.
11068
11069 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11070
11071         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11072         or stdbool.h, because they might not exist while configuring.
11073
11074         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11075         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11076         does that for us.
11077         (O_DIRECTORY): Remove.
11078
11079 2006-08-31  Eric Blake  <ebb9@byu.net>
11080
11081         * gnulib-tool: Don't let emacs change spaces to TAB.
11082
11083 2006-08-31  Bruno Haible  <bruno@clisp.org>
11084
11085         * gnulib-tool: When calling func_import more than once, do it in a
11086         subshell.
11087         Reported by Eric Blake <ebb9@byu.net>.
11088
11089 2006-08-31  Bruno Haible  <bruno@clisp.org>
11090
11091         * gnulib-tool (nl): Remove variable.
11092         (sed_transform_lib_file): Use more robust test for config-h module.
11093         (func_import): Fix typo in 2006-08-25 patch.
11094
11095 2006-08-31  Bruno Haible  <bruno@clisp.org>
11096
11097         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11098         specified, augment Makefile.am variables instead of assigning them.
11099
11100 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11101
11102         Work around a bug in both the Linux and SunOS 64-bit kernels:
11103         nanosleep mishandles sleeps for longer than 2**31 seconds.
11104         Problem reported by Frank v Waveren in
11105         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11106         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11107         Check for nanosleep bug.
11108         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11109
11110 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         Work around a bug in both the Linux and SunOS 64-bit kernels:
11113         nanosleep mishandles sleeps for longer than 2**31 seconds.
11114         Problem reported by Frank v Waveren in
11115         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11116         * lib/nanosleep.c (BILLION): New constant.
11117         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11118         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11119         implementation.
11120
11121 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * modules/nanosleep (Depends-on): Add gettime.
11124
11125 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11126         and Simon Josefsson  <jas@extundo.com>
11127         and Oskar Liljeblad  <oskar@osk.mine.nu>
11128
11129         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11130         * gnulib-tool (func_import): New license type 'unmodifiable license
11131         text'.
11132         * modules/fdl: Use it.  Longer description.
11133         * module/gpl, module/lgpl: New files.
11134
11135 2006-08-30  Jim Meyering  <jim@meyering.net>
11136
11137         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11138         shadowing the parameter.
11139
11140 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11141
11142         Sync from Libtool:
11143
11144         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11145
11146         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11147         sharing with gnulib.  Report by Eric Blake.
11148
11149 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11150
11151         * modules/isapipe: New file.
11152         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11153
11154 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11155
11156         * modules/configmake (Makefile.am): Add a comment, and omit
11157         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11158         by Bruno Haible.
11159
11160 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11161
11162         * m4/isapipe.m4: New file.
11163
11164 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11165
11166         * lib/isapipe.c, lib/isapipe.h: New files.
11167
11168 2006-08-29  Jim Meyering  <jim@meyering.net>
11169
11170         * modules/configmake (Makefile.am): Make configmake.h depend on
11171         Makefile.  Otherwise, a stale configmake.h could hang around.
11172
11173 2006-08-29  Eric Blake  <ebb9@byu.net>
11174
11175         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11176         resolution of upstream bug 3044.
11177
11178 2006-08-29  Bruno Haible  <bruno@clisp.org>
11179
11180         * modules/localcharset (Depends-on): Add configmake.
11181         (Makefile.am): Remove setting of LIBDIR through DEFS.
11182
11183 2006-08-29  Bruno Haible  <bruno@clisp.org>
11184
11185         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11186         defined.
11187
11188 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11189
11190         * modules/fcntl: New file.
11191         * modules/chdir-safer (Depends-on): Add fcntl.
11192         * modules/fts: Likewise.
11193         * modules/mkdir-p: Likewise.
11194
11195         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11196         This undoes the most recent change, since we're now addressing the
11197         problem in a different way.
11198
11199         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11200         into output, since the output might be called Makefile.am even
11201         if $makefile_name is something different.
11202         (func_import): Use $makefile_am rather than
11203         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11204         empty.
11205
11206         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11207
11208 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11209
11210         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11211         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11212         recent change to stdint.m4, since we're now addressing the problem in a
11213         different way.
11214
11215 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11216
11217         * m4/fcntl_h.m4: New file.
11218
11219 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11220
11221         * lib/fcntl_.h: New file.
11222         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11223         the fcntl module.
11224         * lib/dirchownmod.c: Likewise.
11225         * lib/fts.c: Likewise.
11226
11227         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11228         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11229         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11230         just before including <inttypes.h>, to avoid circular inclusion.
11231
11232 2006-08-28  Jim Meyering  <jim@meyering.net>
11233
11234         * doc/visibility.texi: Actually read and correct the grammar of the
11235         sentence affected by yesterday's change.
11236
11237 2006-08-28  Eric Blake  <ebb9@byu.net>
11238
11239         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11240         needs wrapper.
11241
11242 2006-08-28  Eric Blake  <ebb9@byu.net>
11243
11244         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11245
11246 2006-08-28  Eric Blake  <ebb9@byu.net>
11247
11248         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11249
11250 2006-08-28  Bruno Haible  <bruno@clisp.org>
11251
11252         * modules/c-strstr: New file, from GNU gettext.
11253         * MODULES.html.sh (String handling): Add c-strstr.
11254
11255 2006-08-28  Bruno Haible  <bruno@clisp.org>
11256
11257         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11258         macros.
11259         Reported by Eric Blake.
11260
11261 2006-08-28  Bruno Haible  <bruno@clisp.org>
11262
11263         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11264         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11265         * lib/vasprintf.c: Include errno.h, limits.h.
11266         (EOVERFLOW): New fallback definition.
11267         (vasprintf): Test here whether the string length is > INT_MAX.
11268         * lib/vsnprintf.c: Include errno.h, limits.h.
11269         (EOVERFLOW): New fallback definition.
11270         (vsnprintf): Fix bug when generated string was too long for the buffer.
11271         Test here whether the string length is > INT_MAX.
11272
11273 2006-08-28  Bruno Haible  <bruno@clisp.org>
11274
11275         * lib/inttypes_.h (SCNX*): Remove definitions.
11276         Reported by Eric Blake.
11277
11278 2006-08-28  Bruno Haible  <bruno@clisp.org>
11279
11280         * lib/c-strstr.h: New file, from GNU gettext.
11281         * lib/c-strstr.c: New file, from GNU gettext.
11282
11283 2006-08-28  Bruno Haible  <bruno@clisp.org>
11284
11285         * gnulib-tool: Reorder some statements.
11286
11287 2006-08-28  Bruno Haible  <bruno@clisp.org>
11288
11289         * gnulib-tool: New option --makefile-name.
11290         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11291         $makefile_name.
11292         (func_import): Write $makefile_name to the cache file, and read it from
11293         there unless explicitly specified. Use $makefile_name as file name
11294         instead of Makefile.am. Adjust the recommendations accordingly.
11295
11296 2006-08-28  Bruno Haible  <bruno@clisp.org>
11297
11298         * gnulib-tool (func_verify_module): Check against misapplying patch.
11299
11300 2006-08-28  Bruno Haible  <bruno@clisp.org>
11301
11302         * gnulib-tool (func_relativize, func_relconcat): New functions.
11303         Give an error if --local-dir is given with --update.
11304         Remove trailing slashes from $local_gnulib_dir.
11305         (func_import): Store the relativized $local_gnulib_dir in
11306         gnulib-cache.m4, and read it from there if not specified explicitly.
11307
11308 2006-08-28  Bruno Haible  <bruno@clisp.org>
11309
11310         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11311         is the current directory. Respect also $local_gnulib_dir.
11312
11313 2006-08-28  Bruno Haible  <bruno@clisp.org>
11314             Simon Josefsson  <jas@extundo.com>
11315
11316         BeOS portability.
11317         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11318
11319 2006-08-27  Jim Meyering  <jim@meyering.net>
11320
11321         * doc/visibility.texi: Remove duplicate word: "pointer".
11322
11323 2006-08-26  Bruno Haible  <bruno@clisp.org>
11324
11325         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11326         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11327         (Makefile.am): Create inttypes.h from inttypes_.h.
11328         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11329
11330         * modules/imaxabs: New file.
11331
11332         * modules/imaxdiv: New file.
11333
11334 2006-08-26  Bruno Haible  <bruno@clisp.org>
11335
11336         * m4/inttypes.m4: New file.
11337         * m4/_inttypes_h.m4: Remove file.
11338         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11339         PRI_MACROS_BROKEN.
11340         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11341
11342         * m4/imaxabs.m4: New file.
11343
11344         * m4/imaxdiv.m4: New file.
11345
11346 2006-08-26  Bruno Haible  <bruno@clisp.org>
11347
11348         * lib/inttypes_.h: New file.
11349         * lib/inttypes.h: Remove file.
11350         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11351
11352         * lib/imaxabs.c: New file.
11353
11354         * lib/imaxdiv.c: New file.
11355
11356 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11357
11358         New config-h module, so that "make" output needn't be cluttered
11359         by -DHAVE_CONFIG_H.
11360         * MODULES.html.sh (Support for building libraries and executables):
11361         Add config-h.
11362         * modules/config-h: New file.
11363         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11364         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11365         the config-h module is used.
11366
11367         New configmake module, so that "make" output needn't be cluttered
11368         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11369         * MODULES.html.sh (Support for building libraries and executables):
11370         Add configmake.
11371         * modules/configmake: New file.
11372
11373 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         * m4/config-h.m4: New file.
11376
11377 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11378
11379         * config/srclist.txt: Add elisp-comp.
11380
11381 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11382
11383         * MODULES.html.sh (Support for building libraries and executables):
11384         Add elisp-comp.
11385         * build-aux/elisp-comp: New file.
11386         * modules/elisp-comp: New file.
11387
11388 2006-08-24  Bruno Haible  <bruno@clisp.org>
11389
11390         * gnulib-tool (func_create_testdir): Use non-default values of
11391         sourcebase and m4base.
11392
11393 2006-08-24  Bruno Haible  <bruno@clisp.org>
11394
11395         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11396         HTML structure.
11397
11398 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11399
11400         * modules/openat (Depends-on): Add lchown.
11401
11402 2006-08-23  Bruno Haible  <bruno@clisp.org>
11403
11404         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11405         of gl_LOCK_EARLY instead of gl_LOCK.
11406
11407 2006-08-23  Bruno Haible  <bruno@clisp.org>
11408
11409         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11410         on OSF/1 to no.
11411         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11412
11413 2006-08-23  Bruno Haible  <bruno@clisp.org>
11414
11415         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11416         as unusable.
11417
11418         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11419         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11420         (gl_LOCK): New macro.
11421
11422 2006-08-22  Simon Josefsson  <jas@extundo.com>
11423
11424         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11425         to md5 module.
11426
11427 2006-08-22  Simon Josefsson  <jas@extundo.com>
11428
11429         * MODULES.html.sh: Add "Support for maintaining and release
11430         projects".
11431
11432         * build-aux/gnupload: New file, from coreutils.
11433
11434 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11435
11436         Avoid the need for AC_LIBSOURCES in m4 macros.
11437         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11438         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11439         * modules/check-version (EXTRA_DIST): Add check-version.h.
11440         * modules/crc (EXTRA_DIST): Add crc.h.
11441         * modules/des (EXTRA_DIST): Add des.h.
11442         * modules/gc (EXTRA_DIST): Add gc.h.
11443         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11444         * modules/getline (EXTRA_DIST): Add getline.h.
11445         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11446         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11447         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11448         * modules/md2 (EXTRA_DIST): Add md2.h.
11449         * modules/md4 (EXTRA_DIST): Add md4.h.
11450         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11451         * modules/read-file (EXTRA_DIST): Add read-file.h.
11452         * modules/readline (EXTRA_DIST): Add readline.h.
11453         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11454         rijndael-api-fst.h.
11455
11456 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11457
11458         * m4/rijndael.m4 (gl_ARCFOUR):
11459         * m4/arctwo.m4 (gl_ARCTWO):
11460         * m4/check-version.m4 (gl_CHECK_VERSION):
11461         * m4/crc.m4 (gl_CRC):
11462         * m4/des.m4 (gl_DES):
11463         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11464         * m4/gc.m4 (gl_GC):
11465         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11466         * m4/getline.m4 (gl_FUNC_GETLINE):
11467         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11468         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11469         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11470         * m4/md2.m4 (gl_MD2):
11471         * m4/md4.m4 (gl_MD4):
11472         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11473         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11474         * m4/readline.m4 (gl_FUNC_READLINE):
11475         * m4/rijndael.m4 (gl_RIJNDAEL):
11476         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11477         to get the necessary .h files and whatnot.
11478
11479 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11480
11481         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11482         gnulib rather than the other way around.
11483         * config/srclistvars.sh (COREUTILS): Remove.
11484
11485 2006-08-22  Jim Meyering  <jim@meyering.net>
11486
11487         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11488
11489         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11490
11491 2006-08-22  Eric Blake  <ebb9@byu.net>
11492
11493         * modules/regexprops-generic: New file.
11494         * MODULES.html.sh (Support for building documentation): List it.
11495
11496 2006-08-22  Eric Blake  <ebb9@byu.net>
11497
11498         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11499         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11500         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11501         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11502
11503 2006-08-22  Bruno Haible  <bruno@clisp.org>
11504
11505         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11506         and lib_LTLIBRARIES like the other lib_* variables.
11507
11508 2006-08-22  Bruno Haible  <bruno@clisp.org>
11509
11510         * build-aux/x-to-1.in: New file, from GNU gettext.
11511
11512 2006-08-22  Bruno Haible  <bruno@clisp.org>
11513
11514         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11515         <utmpx.h> exists.
11516
11517 2006-08-22  Bruno Haible  <bruno@clisp.org>
11518
11519         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11520         <utmpx.h> exists.
11521
11522 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11523
11524         BeOS portability.
11525         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11526         exist.
11527         Problem reported by Bruno Haible.
11528
11529 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11530
11531         Avoid the need for AC_LIBSOURCES in m4 macros.
11532         * modules/acl (EXTRA_DIST): Add acl.h.
11533         * modules/argmatch (Files): Add m4/argmatch.m4.
11534         (configure.ac): Add gl_ARGMATCH.
11535         (EXTRA_DIST): Renamed from lib_SOURCES, for
11536         consistency with the other modules.  Remove argmatch.c.
11537         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11538         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11539         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11540         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11541         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11542         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11543         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11544         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11545         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11546         * modules/closeout (EXTRA_DIST): Add closeout.h.
11547         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11548         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11549         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11550         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11551         dirname.h; remove basename.c and stripslash.c.
11552         * modules/exclude (EXTRA_DIST): Add exclude.h.
11553         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11554         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11555         * modules/file-type (EXTRA_DIST): Add file-type.h.
11556         * modules/filemode (EXTRA_DIST): Add filemode.h.
11557         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11558         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11559         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11560         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11561         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11562         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11563         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11564         * modules/getdate (EXTRA_DIST): Add getdate.c.
11565         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11566         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11567         * modules/getpass (EXTRA_DIST): Add getpass.h.
11568         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11569         * modules/group-member (EXTRA_DIST): Add group-member.h.
11570         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11571         * modules/hash (EXTRA_DIST): Add hash.h.
11572         * modules/human (EXTRA_DIST): Add human.h.
11573         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11574         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11575         * modules/lchown (EXTRA_DIST): Add lchown.h.
11576         * modules/long-options (EXTRA_DIST): Add long-options.h.
11577         * modules/lstat (EXTRA_DIST): Add lstat.h.
11578         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11579         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11580         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11581         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11582         * modules/memxor (EXTRA_DIST): Add memxor.h.
11583         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11584         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11585         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11586         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11587         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11588         * modules/physmem (EXTRA_DIST): Add physmem.h.
11589         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11590         * modules/posixver (EXTRA_DIST): Add posixver.h.
11591         * modules/quote (EXTRA_DIST): Add quote.h.
11592         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11593         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11594         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11595         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11596         regex_internal.h regexec.c.
11597         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11598         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11599         * modules/same (EXTRA_DIST): Add same.h.
11600         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11601         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11602         * modules/savedir (EXTRA_DIST): Add savedir.h.
11603         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11604         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11605         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11606         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11607         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11608         * modules/strdup (EXTRA_DIST): Add strdup.h.
11609         * modules/strftime (EXTRA_DIST): Add strftime.h.
11610         * modules/strndup (EXTRA_DIST): Add strndup.h.
11611         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11612         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11613         * modules/time_r (EXTRA_DIST): Add time_r.h.
11614         * modules/timespec (EXTRA_DIST): Add timespec.h.
11615         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11616         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11617         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11618         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11619         * modules/userspec (EXTRA_DIST): Add userspec.h.
11620         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11621         * modules/utimens (EXTRA_DIST): Add utimens.h.
11622         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11623         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11624         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11625         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11626         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11627         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11628         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11629         * modules/yesno (EXTRA_DIST): Add yesno.h.
11630
11631 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11632
11633         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11634
11635         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11636         * m4/dev-ino.m4, same-inode.m4: Remove.
11637
11638         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11639         * m4/acl.m4 (AC_FUNC_ACL):
11640         * m4/backupfile.m4 (gl_BACKUPFILE):
11641         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11642         * m4/canon-host.m4 (gl_CANON_HOST):
11643         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11644         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11645         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11646         * m4/cloexec.m4 (gl_CLOEXEC):
11647         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11648         * m4/closeout.m4 (gl_CLOSEOUT):
11649         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11650         * m4/dirname.m4 (gl_DIRNAME):
11651         * m4/exclude.m4 (gl_EXCLUDE):
11652         * m4/exitfail.m4 (gl_EXITFAIL):
11653         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11654         * m4/file-type.m4 (gl_FILE_TYPE):
11655         * m4/filemode.m4 (gl_FILEMODE):
11656         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11657         * m4/fpending.m4 (gl_FUNC_FPENDING):
11658         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11659         * m4/fts.m4 (gl_FUNC_FTS):
11660         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11661         * m4/getdate.m4 (gl_GETDATE):
11662         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11663         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11664         * m4/getpass.m4 (gl_FUNC_GETPASS):
11665         * m4/gettime.m4 (gl_GETTIME):
11666         * m4/getugroups.m4 (gl_GETUGROUPS):
11667         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11668         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11669         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11670         * m4/hash.m4 (gl_HASH):
11671         * m4/idcache.m4 (gl_IDCACHE):
11672         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11673         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11674         * m4/long-options.m4 (gl_LONG_OPTIONS):
11675         * m4/lstat.m4 (gl_FUNC_LSTAT):
11676         * m4/md5.m4 (gl_MD5):
11677         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11678         * m4/memcoll.m4 (gl_MEMCOLL):
11679         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11680         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11681         * m4/memxor.m4 (gl_MEMXOR):
11682         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11683         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11684         * m4/modechange.m4 (gl_MODECHANGE):
11685         * m4/mountlist.m4 (gl_MOUNTLIST):
11686         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11687         * m4/openat.m4 (gl_FUNC_OPENAT):
11688         * m4/pathmax.m4 (gl_PATHMAX):
11689         * m4/physmem.m4 (gl_PHYSMEM):
11690         * m4/posixtm.m4 (gl_POSIXTM):
11691         * m4/posixver.m4 (gl_POSIXVER):
11692         * m4/quote.m4 (gl_QUOTE):
11693         * m4/quotearg.m4 (gl_QUOTEARG):
11694         * m4/readtokens.m4 (gl_READTOKENS):
11695         * m4/readutmp.m4 (gl_READUTMP):
11696         * m4/regex.m4 (gl_REGEX):
11697         * m4/safe-read.m4 (gl_SAFE_READ):
11698         * m4/safe-write.m4 (gl_SAFE_WRITE):
11699         * m4/same.m4 (gl_SAME):
11700         * m4/save-cwd.m4 (gl_SAVE_CWD):
11701         * m4/savedir.m4 (gl_SAVEDIR):
11702         * m4/settime.m4 (gl_SETTIME):
11703         * m4/sha1.m4 (gl_SHA1):
11704         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11705         * m4/stat-macros.m4 (gl_STAT_MACROS):
11706         * m4/stat-time.m4 (gl_STAT_TIME):
11707         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11708         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11709         * m4/strdup.m4 (gl_FUNC_STRDUP):
11710         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11711         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11712         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11713         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11714         * m4/time_r.m4 (gl_TIME_R):
11715         * m4/timespec.m4 (gl_TIMESPEC):
11716         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11717         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11718         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11719         * m4/userspec.m4 (gl_USERSPEC):
11720         * m4/utimecmp.m4 (gl_UTIMECMP):
11721         * m4/utimens.m4 (gl_UTIMENS):
11722         * m4/xalloc.m4 (gl_XALLOC):
11723         * m4/xgetcwd.m4 (gl_XGETCWD):
11724         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11725         * m4/xreadlink.m4 (gl_XREADLINK):
11726         * m4/xstrtod.m4 (gl_XSTRTOD):
11727         * m4/yesno.m4 (gl_YESNO):
11728         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11729         to get the necessary .h files and whatnot.
11730
11731 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11732             Bruno Haible  <bruno@clisp.org>
11733
11734         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11735         /bin/sh understanding of '!' conditional negation.
11736
11737 2006-08-21  Jim Meyering  <jim@meyering.net>
11738
11739         * modules/openat (Depends-on): Really alphabetize.
11740
11741         * modules/acl (Depends-on): Add error and quote.
11742
11743         * check-module (find_included_lib_files): Add at-func.c to the
11744         ok-to-include-more-than-once white list.
11745
11746         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11747
11748 2006-08-21  Bruno Haible  <bruno@clisp.org>
11749
11750         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11751         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11752         Reported by Martin Lambers <marlam@marlam.de>.
11753
11754 2006-08-21  Bruno Haible  <bruno@clisp.org>
11755
11756         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11757         specify an installation location, don't emit a noinst_LIBRARIES or
11758         noinst_LTLIBRARIES assignment.
11759
11760 2006-08-21  Bruno Haible  <bruno@clisp.org>
11761
11762         BeOS portability.
11763         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
11764         BeOS has mbrtowc() but no <wctype.h>.
11765
11766 2006-08-21  Bruno Haible  <bruno@clisp.org>
11767
11768         BeOS portability.
11769         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
11770         exist.
11771
11772 2006-08-21  Bruno Haible  <bruno@clisp.org>
11773
11774         BeOS portability.
11775         * lib/mbchar.h: Include <wctype.h> only if it exists.
11776
11777 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11778
11779         Remove files that are no longer needed by their respective modules.
11780         * m4/obstack.m4: Remove.
11781         * m4/strerror_r.m4: Remove.
11782         * m4/uint32_t.m4: Remove.
11783         * m4/uintptr_t.m4: Remove.
11784         * m4/ullong_max.m4: Remove.
11785         * m4/xstrtoimax.m4: Remove.
11786         * m4/xstrtoumax.m4: Remove.
11787
11788         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
11789         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
11790         dependencies now capture this.
11791
11792         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
11793         Do not use AC_LIBSOURCES, since gnulib modules now do this.
11794         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
11795         * m4/human.m4 (gl_HUMAN): Likewise.
11796         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
11797         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
11798
11799         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
11800
11801         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
11802         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
11803         stdint.
11804         * m4/human.m4 (gl_HUMAN): Likewise.
11805         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
11806         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
11807         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11808         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11809         * m4/xstrtol (gl_XSTRTOL): Likewise.
11810
11811         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
11812         AC_TYPE_LONG_LONG_INT.
11813         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
11814         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
11815         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
11816         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
11817
11818         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
11819         on stdbool.
11820
11821         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
11822         (gl_PREREQ_XSTRTOUL): Remove.
11823
11824         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
11825
11826         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
11827         mode.
11828
11829 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11830
11831         Add and change modules to make it easier for coreutils to use
11832         gnulib-tool.
11833         * modules/backupfile (Files): Remove m4/d-ino.m4.
11834         (Depends-on): Add d-ino.
11835         * modules/cycle-check (Depends-on): Add stdint.
11836         (lib_SOURCES): Add cycle-check.h.
11837         * modules/d-ino: New module.
11838         * modules/d-type: New module.
11839         * modules/error (Files): Remove m4/strerror_r.m4.
11840         * modules/filemode (Files): Add m4/st_dm_mode.m4.
11841         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11842         m4/inttypes_h.m4, m4/uintmax_t.m4.
11843         (Depends-on): Add stdint.
11844         (lib_SOURCES): Add fsusage.h.
11845         * modules/getcwd (Files): Remove d-ino.m4.
11846         (Depends-on): Add d-ino.
11847         * modules/getndelim2 (Depends-on): Add stdint.
11848         * modules/glob (Files): Remove m4/d-type.m4.
11849         (Depends-on): Add d-type.
11850         * modules/host-os: New module.
11851         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
11852         m4/inttypes_h.m4, m4/uintmax_t.m4.
11853         * Depends-on: Add stdint.
11854         (lib_SOURCES): Add human.h.
11855         * modules/inttostr (Files): Remove m4/intmax_t.m4,
11856         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
11857         m4/uintmax_t.m4, m4/ulonglong.m4.
11858         (Depends-on): Add stdint.
11859         (EXTRA_DIST): Add inttostr.h.
11860         * modules/lchmod: New module.
11861         * modules/link-follow: New module.
11862         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
11863         (Depends-on): Add lchmod.
11864         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
11865         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
11866         (Depends-on): Add stdint.
11867         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
11868         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
11869         (Depends-on): Add stdint.
11870         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
11871         * modules/perl: New module.
11872         * modules/regex (Depends-on): Add stdint.
11873         * modules/rmdir-errno: New module.
11874         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11875         m4/intmax_t.m4.
11876         (Depends-on): Add stdint.
11877         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
11878         m4/uintmax_t.m4.
11879         (Depends-on): Add stdint.
11880         * modules/unlink-busy: New module.
11881         * modules/utimecmp (Depends-on): Add stdint.
11882         * modules/uptime: New module.
11883         * modules/winsz-ioctl: New module.
11884         * modules/winsz-termios: New module.
11885         * modules/xnanosleep (Depends-on): Add nanosleep.
11886         * modules/ullong_max: Remove.
11887         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
11888         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
11889         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
11890         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
11891         (Depends-on): Add inttypes.
11892         (lib_SOURCES): Add xstrtol.h.
11893         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
11894         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
11895         * MODULES.html.sh: Move 'assert' into the assert section.
11896         Move 'dummy' into the linking section.
11897         Remove ullong_max.
11898         Add section for compatibility checks for POSIX:2001 functions,
11899         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
11900         winsz-ioctl, and winsz-termios into it.
11901         Add lchmod.
11902         Add top-level Misc section and put host-os, perl, and uptime
11903         into it.
11904
11905 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11906
11907         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
11908         now assume the stdint module.  Do not include inttypes.h.
11909         * lib/fsusage.h: Likewise.
11910         * lib/getndelim2.c: Likewise.
11911         * lib/human.h: Likewise.
11912         * lib/inttostr.h: Likewise.
11913         * lib/obstack.c: Likewise.
11914         * lib/regex_internal.h: Likewise.
11915         * lib/tempname.c: Likewise.
11916         * lib/utimecmp.c: Likewise.
11917         * lib/xstrtol.h: Likewise.
11918
11919         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
11920
11921         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
11922         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
11923         * lib/xtime.h: Likewise.
11924
11925 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11926
11927         * modules/openat (Files): Add lib/fchmodat.c.
11928         Fixes problem reported by Jay Youngman.
11929
11930 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11931
11932         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
11933         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
11934
11935 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11936             Bruno Haible  <bruno@clisp.org>
11937
11938         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
11939         and is a script that invokes bison. Tighten the code. Add comments.
11940
11941 2006-08-18  Jim Meyering  <jim@meyering.net>
11942
11943         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
11944         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
11945         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
11946         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
11947
11948 2006-08-18  Bruno Haible  <bruno@clisp.org>
11949
11950         * modules/bison-i18n: New file.
11951         * MODULES.html.sh (Internationalization functions): Add it.
11952
11953 2006-08-18  Bruno Haible  <bruno@clisp.org>
11954
11955         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
11956         sys/statvfs.h. When getmntinfo was found, check its declaration and
11957         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
11958
11959 2006-08-18  Bruno Haible  <bruno@clisp.org>
11960
11961         * m4/bison-i18n.m4: New file, from bison.
11962
11963 2006-08-18  Bruno Haible  <bruno@clisp.org>
11964
11965         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
11966         (ME_DUMMY): Treat "kernfs" as a dummy.
11967         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
11968
11969 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11970
11971         Update from coreutils.
11972
11973         2006-08-15  Jim Meyering  <jim@meyering.net>
11974
11975         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
11976
11977         2006-01-17  Jim Meyering  <jim@meyering.net>
11978
11979         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
11980
11981         2006-01-11  Jim Meyering  <jim@meyering.net>
11982
11983         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
11984         Check for the lchmod function.
11985
11986 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11987
11988         Update from coreutils.
11989
11990         * lib/__fpending.h: Add copyright notice.
11991         * lib/fprintftime.h: Likewise.
11992         * lib/savedir.c: Use (C) in copyright notice.
11993         * lib/savedir.h: Likewise.
11994
11995         2006-08-15  Jim Meyering  <jim@meyering.net>
11996
11997         * lib/at-func.c: New file, with the logic of all emulated at-functions.
11998         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
11999         in support of the EXPECTED_ERRNO macro.
12000         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12001         definitions.  Instead, define the appropriate symbols and include
12002         "at-func.c".
12003         * lib/mkdirat.c (mkdirat): Likewise.
12004         * lib/fchmodat.c (fchmodat): Likewise.
12005         (ENOSYS): Remove definition.
12006         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12007         it.  Don't include "unistd--.h" -- it wasn't ever used.
12008
12009         2006-01-17  Jim Meyering  <jim@meyering.net>
12010
12011         Rewrite fts.c not to change the current working directory,
12012         by using openat, fstatat, fdopendir, etc..
12013
12014         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12015         (HAVE_OPENAT_SUPPORT): Define.
12016         [_LIBC] (fchdir): Don't undef or define; no longer used.
12017         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12018         Now, this `function' always succeeds, and consumes its file descriptor
12019         parameter -- so callers must not close such FDs.  Update callers.
12020         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12021         (diropen): Add parameter, SP.  Adjust all callers.
12022         Implement using diropen_fd, rather than open.
12023         (fts_open): Initialize new member, fts_cwd_fd.
12024         Remove fts_rft-setting code.
12025         (fts_close): Close fts_cwd_fd, if necessary.
12026         (__opendir2): Define in terms of opendir or opendirat,
12027         depending on whether the FST_NOCHDIR flag is set.
12028         (fts_build): Since fts_safe_changedir consumes its FD, and since
12029         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12030         and close the dup'd file descriptor upon failure.
12031         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12032         (fts_safe_changedir): Tweak semantics to reflect that this function
12033         now calls cwd_advance_fd and hence consumes its FD argument.
12034         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12035         [struct FTS] (fts_rft): Remove now-unused member.
12036         [struct FTS] (fts_cycle.state): Improve comment.
12037
12038         * lib/openat.c (openat_needs_fchdir): New function.
12039         * lib/openat.h (openat_needs_fchdir): Declare it.
12040
12041 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12042
12043         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12044         Problem and fix reported by Pádraig Brady in
12045         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12046
12047 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12048
12049         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12050
12051 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12052
12053         * lib/memcoll.c (memcoll): Optimize for the common case where the
12054         arguments are bytewise equal.
12055
12056 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12057
12058         * doc/regexprops-generic.texi: Add a copyright notice.
12059
12060 2006-08-15  Bruno Haible  <bruno@clisp.org>
12061
12062         * modules/tmpdir (License): Change to LGPL.
12063
12064 2006-08-15  Bruno Haible  <bruno@clisp.org>
12065
12066         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12067         module.
12068
12069 2006-08-14  Simon Josefsson  <jas@extundo.com>
12070
12071         * config/srclist.txt: Add gnupload.
12072
12073 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12074
12075         Change copyright notice from LGPL 2 to GPL 2, since that's the
12076         standard form used in the gnulib repository.
12077         * tests/test-lock.c: Likewise.
12078         * tests/test-stdint.c: Likewise.
12079         * tests/test-tls.c: Likewise.
12080
12081         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12082         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12083         Add copyright notice.
12084
12085         * check-module: Add copyright notice.  Output a copyright
12086         notice if "--version" is specified.
12087         * modules/COPYING: New file.
12088         * tests/test-getaddrinfo.c: Add copyright notice.
12089         * tests/test-verify.c: Likewise.
12090
12091 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12092
12093         Change copyright notice from LGPL 2 to GPL 2, since that's the
12094         standard form used in the gnulib repository.
12095         * lib/lock.c: LGPL -> GPL.
12096         * lib/lock.h: Likewise.
12097         * lib/strnlen1.c: Likewise.
12098         * lib/strnlen1.h: Likewise.
12099         * lib/tls.c: Likewise.
12100         * lib/tls.h: Likewise.
12101         * lib/tmpdir.c: Likewise.
12102
12103         * lib/TODO: Remove; this belongs only in coreutils.
12104
12105 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12106
12107         Add copyright notices to long-enough files that lack them, since
12108         otherwise the files aren't clearly free.  Use the same notice that
12109         getdate.texi already uses.
12110         * doc/alloca-opt.texi: Add copyright notice.
12111         * doc/alloca.texi: Likewise.
12112         * doc/ctime.texi: Likewise.
12113         * doc/functions.texi: Likewise.
12114         * doc/gcd.texi: Likewise.
12115         * doc/gnulib-tool.texi: Likewise.
12116         * doc/inet_ntoa.texi: Likewise.
12117         * doc/visibility.texi: Likewise.
12118
12119         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12120         * doc/quote.texi: Add copyright notice.
12121
12122         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12123         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12124         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12125         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12126         is now obsolete, and give a pointer to the Sun list.
12127         Add copyright notice.
12128
12129 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12130
12131         * config/srclistvars.sh: Add copyright notice.
12132
12133 2006-08-14  Eric Blake  <ebb9@byu.net>
12134
12135         Import the following change from libc:
12136
12137         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12138
12139         Upstream bug 2997.
12140         * lib/misc/error.c: Add space between program name and message if file
12141         name is missing.
12142
12143 2006-08-12  Karl Berry  <karl@gnu.org>
12144
12145         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12146         remove, these originate in gnulib now.
12147
12148 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12149
12150         * doc/Makefile (standards.info standards.html standards.dvi):
12151         Also depend on make-stds.texi.
12152
12153 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12154
12155         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12156         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12157
12158         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12159         in wchar_t.  Problem reported by Eric Blake.
12160
12161         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12162         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12163         Also, help the compiler to keep LEN in a register.
12164
12165 2006-08-11  Eric Blake  <ebb9@byu.net>
12166
12167         * users.txt: Sort.  Add tar.
12168
12169 2006-08-11  Bruno Haible  <bruno@clisp.org>
12170
12171         * users.txt: New file.
12172
12173 2006-08-11  Bruno Haible  <bruno@clisp.org>
12174
12175         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12176         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12177
12178 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * modules/snprintf (Depends-on): Remove minmax.
12181         (Maintainer): Add self and Bruno.
12182
12183 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12184
12185         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12186         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12187         (EOVERFLOW): Define if the system does not.
12188         Do not include "minmax.h"; it wasn't used.
12189         (snprintf): Don't assume size_t promotes to an unsigned type.
12190         Fix bug when generated string was too long for the buffer: the
12191         buffer's contents are supposed to be the initial prefix of the
12192         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12193         exceeds INT_MAX; do the check ourselves.
12194
12195         Import the following changes from libc:
12196
12197         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12198
12199         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12200         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12201         set wc to the byte which couldn't be converted.
12202         (re_string_reconstruct): Don't clear valid_raw_len before calling
12203         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12204         tip_context using re_string_context_at.
12205
12206         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12207
12208         * lib/posix/regex.h: g++ still cannot handled [restrict].
12209
12210         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12211
12212         * lib/posix/regex.h: Remove special handling for VMS.
12213
12214 2006-08-10  Jim Meyering  <jim@meyering.net>
12215
12216         * modules/same-inode: New module.
12217         * modules/dev-ino: New module.
12218         * modules/cycle-check: Depend on these modules, rather than simply
12219         including their .h files.
12220         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12221         required via m4/cycle-check.m4.
12222         * modules/same: Depend on new same-inode module, rather than
12223         including same-inode.h.
12224         * modules/chdir-safer: New file.
12225
12226         * modules/chown (Depends-on): Add stat-macros.
12227
12228 2006-08-10  Jim Meyering  <jim@meyering.net>
12229
12230         * m4/cycle-check.m4: New file.
12231         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12232         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12233
12234 2006-08-10  Eric Blake  <ebb9@byu.net>
12235
12236         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12237         in from original proposal.
12238
12239 2006-08-10  Eric Blake  <ebb9@byu.net>
12240         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12241
12242         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12243         namespace.
12244
12245 2006-08-10  Bruno Haible  <bruno@clisp.org>
12246
12247         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12248         as well.
12249
12250 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         Sync from coreutils.
12253
12254         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12255
12256         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12257         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12258
12259 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12260
12261         * modules/restrict: Remove; no longer needed now that we assume
12262         Autoconf 2.59 or later.
12263         * MODULES.html.sh: Remove 'restrict'.
12264         * modules/argp (Depends-on): Remove 'restrict'.
12265         * modules/base64 (Depends-on): Likewise.
12266         * modules/gc (Depends-on): Likewise.
12267         * modules/getaddrinfo (Depends-on): Likewise.
12268         * modules/glob (Depends-on): Likewise.
12269         * modules/inet_ntop (Depends-on): Likewise.
12270         * modules/inet_pton (Depends-on): Likewise.
12271         * modules/memxor (Depends-on): Likewise.
12272         * modules/regex (Depends-on): Likewise.
12273         * modules/strtok_r (Depends-on): Likewise.
12274         * modules/time_r (Depends-on): Likewise.
12275
12276 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12277
12278         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12279         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12280         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12281         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12282         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12283         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12284         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12285         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12286
12287         Merge from coreutils.
12288         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12289         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12290         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12291         * m4/time_r.m4 (gl_TIME_R): Likewise.
12292
12293 2006-08-09  Karl Berry  <karl@gnu.org>
12294
12295         * config/srclist.txt: no more gettext-tools, per Bruno.
12296
12297 2006-08-08  Eric Blake  <ebb9@byu.net>
12298
12299         * modules/verror: New module.
12300         * MODULES.html.sh: Document it.
12301
12302 2006-08-08  Eric Blake  <ebb9@byu.net>
12303
12304         * lib/verror.h, lib/verror.c: New files.
12305
12306 2006-08-08  Eric Blake  <ebb9@byu.net>
12307
12308         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12309         verror_at_line output complies with GNU Coding Standards even when
12310         file is NULL.
12311
12312 2006-08-07  Bruno Haible  <bruno@clisp.org>
12313
12314         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12315         versions of AIX.
12316         Reported by Ralf Wildenhues.
12317
12318 2006-08-07  Bruno Haible  <bruno@clisp.org>
12319
12320         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12321         in an AC_DEFUN. Needed so that the autoconf snippets can use
12322         AC_REQUIRE.
12323
12324 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12325
12326         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12327         Initialize pkgdata_DATA.
12328         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12329         overriding it.
12330
12331 2006-08-06  Eric Blake  <ebb9@byu.net>
12332
12333         * lib/error.h: Fold in some upstream changes from glibc.
12334         * lib/error.c: Likewise.
12335
12336 2006-08-04  Bruno Haible  <bruno@clisp.org>
12337
12338         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12339         Make the mostlyclean-local rule depend on mostlyclean-generic.
12340         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12341
12342 2006-07-31  Bruno Haible  <bruno@clisp.org>
12343
12344         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12345         <stdlib.h>, <string.h>.
12346
12347 2006-07-30  Bruno Haible  <bruno@clisp.org>
12348
12349         * modules/readlink (License): Change to LGPL.
12350
12351 2006-07-30  Bruno Haible  <bruno@clisp.org>
12352
12353         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12354         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12355         set PKGDATADIR to point to it.
12356
12357 2006-07-30  Bruno Haible  <bruno@clisp.org>
12358
12359         * modules/csharpexec (configure.ac): Comment out macro invocation.
12360         * modules/javaexec (configure.ac): Likewise.
12361         * modules/javacomp-script (configure.ac): Likewise.
12362
12363         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12364
12365 2006-07-30  Bruno Haible  <bruno@clisp.org>
12366
12367         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12368         linked-list.
12369
12370 2006-07-30  Bruno Haible  <bruno@clisp.org>
12371
12372         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12373
12374 2006-07-30  Bruno Haible  <bruno@clisp.org>
12375
12376         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12377         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12378         get removed.
12379
12380 2006-07-29  Bruno Haible  <bruno@clisp.org>
12381
12382         Make it possible for gnulib-tool to work with locally modified or
12383         augmented gnulib repositories.
12384         * gnulib-tool (func_usage): Document --local-dir option.
12385         (local_gnulib_dir): New variable.
12386         Handle --local-dir option.
12387         (func_lookup_file): New function.
12388         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12389         (func_get_description, func_get_filelist, func_get_description,
12390         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12391         func_get_automake_snippet, func_get_include_directive,
12392         func_get_license, func_get_maintainer): Use func_lookup_file.
12393         (func_import, func_create_testdir): Use func_lookup_file.
12394
12395 2006-07-29  Bruno Haible  <bruno@clisp.org>
12396
12397         * modules/setenv (Depends-on): Add unistd.
12398
12399 2006-07-29  Bruno Haible  <bruno@clisp.org>
12400
12401         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12402
12403 2006-07-29  Bruno Haible  <bruno@clisp.org>
12404
12405         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12406
12407 2006-07-29  Bruno Haible  <bruno@clisp.org>
12408
12409         * gnulib-tool (import, update): If there is no Makefile.am, look at
12410         aclocal.m4, instead of bailing out.
12411
12412 2006-07-29  Bruno Haible  <bruno@clisp.org>
12413
12414         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12415         Categorize the options by when they are useful.
12416
12417 2006-07-29  Bruno Haible  <bruno@clisp.org>
12418
12419         * gnulib-tool (func_usage): Document option --no-libtool.
12420         Handle option --no-libtool.
12421         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12422         for changed semantics of $libtool variable.
12423         (func_import): Likewise. If libtool is not used, show this through
12424         an option --no-libtool.
12425         (func_create_testdir): Update.
12426
12427 2006-07-29  Bruno Haible  <bruno@clisp.org>
12428
12429         * gnulib-tool (func_import): Extend error message about missing
12430         --doc-base.
12431
12432 2006-07-29  Bruno Haible  <bruno@clisp.org>
12433
12434         * gnulib-tool (func_import): Don't create the $docbase directory if
12435         there is no file to store there.
12436
12437 2006-07-29  Bruno Haible  <bruno@clisp.org>
12438
12439         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12440         relevant, look for configure.ac there, not in the current directory.
12441         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12442
12443 2006-07-29  Bruno Haible  <bruno@clisp.org>
12444
12445         * gnulib-tool (SORT): New variable.
12446         (func_usage): Undocument --assume-autoconf option.
12447         Remove --assume-autoconf option handling.
12448         (autoconf_minversion): Determine from the contents of configure.ac.
12449         (func_import): Remove autoconf_minversion handling.
12450         Suggested by Eric Blake.
12451
12452 2006-07-29  Bruno Haible  <bruno@clisp.org>
12453
12454         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12455
12456 2006-07-29  Bruno Haible  <bruno@clisp.org>
12457
12458         * config/srclist.txt (*setenv.[ch]): Remove rules.
12459
12460 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12461
12462         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12463
12464 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12465
12466         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12467         arpa/inet.h.
12468
12469 2006-07-28  Simon Josefsson  <jas@extundo.com>
12470
12471         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12472         * modules/inet_pton (Depends-on): Likewise.
12473
12474 2006-07-28  Simon Josefsson  <jas@extundo.com>
12475
12476         * m4/netinet_in_h.m4: New file.
12477
12478 2006-07-28  Simon Josefsson  <jas@extundo.com>
12479
12480         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12481         #include's.
12482
12483 2006-07-28  Simon Josefsson  <jas@extundo.com>
12484
12485         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12486         #include's.
12487
12488 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12489
12490         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12491         setgid on directories only if they set these bits.
12492         * lib/modechange.h: Remove obsolete comment about masks.
12493
12494 2006-07-28  Eric Blake  <ebb9@byu.net>
12495
12496         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12497         macro expansion.
12498
12499 2006-07-28  Bruno Haible  <bruno@clisp.org>
12500
12501         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12502
12503 2006-07-28  Bruno Haible  <bruno@clisp.org>
12504
12505         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12506
12507 2006-07-28  Bruno Haible  <bruno@clisp.org>
12508
12509         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12510         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12511         Define fallbacks.
12512         Avoids link error on FreeBSD 4.x.
12513         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12514
12515         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12516         encoding.
12517         * lib/mbswidth.c (iswcntrl): Likewise.
12518
12519 2006-07-27  Bruno Haible  <bruno@clisp.org>
12520
12521         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12522         test.
12523
12524 2006-07-27  Bruno Haible  <bruno@clisp.org>
12525
12526         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12527         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12528         defined.
12529
12530 2006-07-26  Eric Blake  <ebb9@byu.net>
12531
12532         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12533
12534 2006-07-26  Eric Blake  <ebb9@byu.net>
12535
12536         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12537         like mingw that lack mkstemp.
12538         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12539         avoid compilation warning on mingw.
12540
12541 2006-07-26  Bruno Haible  <bruno@clisp.org>
12542
12543         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12544         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12545         INT_FAST*_MIN, INTPTR_MIN.
12546
12547 2006-07-25  Bruno Haible  <bruno@clisp.org>
12548
12549         * modules/version-etc (Depends-on): Add stdarg.
12550
12551 2006-07-25  Bruno Haible  <bruno@clisp.org>
12552
12553         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12554         complex commands.
12555
12556 2006-07-25  Bruno Haible  <bruno@clisp.org>
12557
12558         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12559         defined in <stdarg.h> or config.h.
12560
12561 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12562
12563         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12564         (gl_STDIO_SAFER): Remove.
12565
12566 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12567
12568         * MODULES.html.sh (File stream based Input/Output):
12569         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12570         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12571         * modules/fopen-safer, modules/tmpfile-safer: New files.
12572         * modules/stdio-safer: Remove.
12573
12574 2006-07-24  Bruno Haible  <bruno@clisp.org>
12575
12576         * modules/tmpdir: New file.
12577         * MODULES.html.sh (File system functions): Add it.
12578
12579 2006-07-24  Bruno Haible  <bruno@clisp.org>
12580
12581         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12582         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12583
12584 2006-07-24  Bruno Haible  <bruno@clisp.org>
12585
12586         * modules/clean-temp: New file.
12587
12588 2006-07-24  Bruno Haible  <bruno@clisp.org>
12589
12590         * m4/tmpdir.m4: New file, from GNU gettext.
12591
12592 2006-07-24  Bruno Haible  <bruno@clisp.org>
12593
12594         * lib/tmpdir.h: New file, from GNU gettext.
12595         * lib/tmpdir.c: New file, from GNU gettext.
12596
12597 2006-07-24  Bruno Haible  <bruno@clisp.org>
12598
12599         * lib/clean-temp.h: New file, from GNU gettext.
12600         * lib/clean-temp.c: New file, from GNU gettext.
12601
12602 2006-07-23  Eric Blake  <ebb9@byu.net>
12603
12604         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12605         (Depends-on): Add binary-io.
12606
12607 2006-07-23  Eric Blake  <ebb9@byu.net>
12608
12609         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12610
12611 2006-07-23  Eric Blake  <ebb9@byu.net>
12612
12613         * lib/tmpfile-safer.c: New file.
12614         * lib/stdio-safer.h (fopen_safer): Add prototype.
12615         * lib/stdio--.h (tmpfile): Make safer.
12616
12617 2006-07-23  Bruno Haible  <bruno@clisp.org>
12618
12619         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12620         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12621         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12622         gl_linked_remove_at): Use it.
12623
12624 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12625         and Simon Josefsson <jas@extundo.com>
12626
12627         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12628
12629         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12630
12631 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12632
12633         * modules/close-stream: New file.
12634         * modules/closeout (Description): Make it clear that it exits
12635         with a diagnostic on error.
12636         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12637         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12638
12639 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12640
12641         * m4/close-stream.m4: New file.
12642
12643 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12644
12645         * lib/close-stream.c, lib/close-stream.h: New files.
12646
12647 2006-07-22  Bruno Haible  <bruno@clisp.org>
12648
12649         Merge from GNU gettext 0.15.
12650
12651         2006-05-01  Bruno Haible  <bruno@clisp.org>
12652
12653                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12654
12655         2006-07-22  Bruno Haible  <bruno@clisp.org>
12656
12657                 * modules/javaversion: New file.
12658                 * MODULES.html.sh (Java): Add javaversion.
12659
12660         2006-03-12  Bruno Haible  <bruno@clisp.org>
12661
12662                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12663
12664         2005-12-04  Bruno Haible  <bruno@clisp.org>
12665
12666                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12667                 (untested).
12668
12669         2006-06-21  Bruno Haible  <bruno@clisp.org>
12670
12671                 Avoid warnings from recent versions of mcs.
12672                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12673                 -o, -L, -r any more. Use options documented since mcs-1.0
12674                 instead. Similarly for -g.
12675
12676         2005-12-04  Bruno Haible  <bruno@clisp.org>
12677
12678                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12679                 .resources, not .resource.
12680
12681         2005-07-09  Bruno Haible  <bruno@clisp.org>
12682
12683                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12684                 add a .dll suffix.
12685                 Reported by Mark Junker <mjscod@gmx.de>.
12686
12687         2006-07-22  Bruno Haible  <bruno@clisp.org>
12688
12689                 * modules/gettext: Upgrade to gettext-0.15.
12690                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12691                 m4/visibility.m4.
12692                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12693
12694 2006-07-22  Bruno Haible  <bruno@clisp.org>
12695
12696         Merge from GNU gettext 0.15.
12697
12698         2006-03-25  Bruno Haible  <bruno@clisp.org>
12699
12700                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12701
12702         2006-07-21  Bruno Haible  <bruno@clisp.org>
12703
12704                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12705                 "1.1".
12706
12707         2006-05-09  Bruno Haible  <bruno@clisp.org>
12708
12709                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12710                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12711                 for the conftestver execution.
12712
12713         2006-05-01  Bruno Haible  <bruno@clisp.org>
12714
12715                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12716                 optional target-version argument. Verify that the compiler
12717                 groks source of the specified source-version, or add -source
12718                 option as necessary. Verify that the compiler produces
12719                 bytecode in the specified target-version, or add -target and
12720                 -source options as necessary. Make the result of the test
12721                 available as variable CONF_JAVAC. Also log error output in
12722                 config.log.
12723
12724         2006-03-11  Bruno Haible  <bruno@clisp.org>
12725
12726                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12727
12728         2006-05-09  Bruno Haible  <bruno@clisp.org>
12729
12730                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12731                 CLASSPATH_SEPARATOR to a semicolon.
12732
12733         2006-03-12  Bruno Haible  <bruno@clisp.org>
12734
12735                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12736                 available as variable CONF_JAVA, for subsequent autoconf
12737                 tests. Also log error output in config.log.
12738
12739         2006-07-19  Bruno Haible  <bruno@clisp.org>
12740
12741                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12742                 that getline works on glibc2 systems. Needed to avoid trouble
12743                 in relocatable.c.
12744                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12745
12746         2005-12-04  Bruno Haible  <bruno@clisp.org>
12747
12748                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12749                 launcher (untested).
12750
12751         2005-12-04  Bruno Haible  <bruno@clisp.org>
12752
12753                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12754
12755         2006-07-22  Bruno Haible  <bruno@clisp.org>
12756
12757                 * gettext.m4: Update from GNU gettext-0.15.
12758                 * nls.m4: Likewise.
12759                 * po.m4: Likewise.
12760                 * inttypes-pri.m4: Likewise.
12761                 * inttypes-h.m4: Renamed from inttypes.m4.
12762                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
12763
12764 2006-07-22  Bruno Haible  <bruno@clisp.org>
12765
12766         Merge from GNU gettext 0.15.
12767
12768         2005-07-05  Bruno Haible  <bruno@clisp.org>
12769
12770                 * printf-args.c (printf_fetchargs): Work around broken
12771                 definition of wint_t on mingw.
12772
12773         2005-02-12  Bruno Haible  <bruno@clisp.org>
12774
12775                 * xallocsa.h: Add extern "C" for C++.
12776
12777         2006-05-17  Bruno Haible  <bruno@clisp.org>
12778
12779                 Cygwin portability.
12780                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
12781
12782         2006-04-30  Bruno Haible  <bruno@clisp.org>
12783
12784                 * progreloc.c: Include <mach-o/dyld.h> if available.
12785                 (find_executable): Use _NSGetExecutablePath when possible.
12786
12787         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12788
12789                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
12790                 function.
12791
12792         2005-12-29  Bruno Haible  <bruno@clisp.org>
12793
12794                 * progreloc.c (set_program_name_and_installdir): Fix
12795                 compilation error.
12796
12797         2005-12-04  Bruno Haible  <bruno@clisp.org>
12798
12799                 Cygwin portability.
12800                 * progreloc.c: Include <windows.h> also on Cygwin.
12801                 (find_executable): Add support for Cygwin.
12802                 (set_program_name_and_installdir): Handle also platforms with
12803                 nonempty EXEEXT.
12804
12805         2006-07-11  Bruno Haible  <bruno@clisp.org>
12806
12807                 * javacomp.c: Fix a comment.
12808                 Reported by Jim Meyering.
12809
12810         2006-04-30  Bruno Haible  <bruno@clisp.org>
12811
12812                 * javacomp.h (compile_java_class): Add source_version,
12813                 target_version arguments.
12814                 * javacomp.c: Rewritten to choose only a compiler that
12815                 respects the specified source_version and target_version.
12816
12817         2006-06-27  Bruno Haible  <bruno@clisp.org>
12818
12819                 Assume correct S_ISDIR macro.
12820                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
12821
12822         2006-07-22  Bruno Haible  <bruno@clisp.org>
12823
12824                 * javaversion.h: New file, from GNU gettext.
12825                 * javaversion.c: New file, from GNU gettext.
12826                 * javaversion.java: New file, from GNU gettext.
12827                 * javaversion.class: New file, from GNU gettext.
12828
12829         2006-05-17  Bruno Haible  <bruno@clisp.org>
12830
12831                 Cygwin portability.
12832                 * javaexec.c (execute_java_class): Test for jview program
12833                 also on Cygwin.
12834
12835         2006-04-09  Bruno Haible  <bruno@clisp.org>
12836
12837                 * fatal-signal.c: Don't include string.h.
12838                 (at_fatal_signal): Use a copying loop instead of memcpy.
12839
12840         2005-12-04  Bruno Haible  <bruno@clisp.org>
12841
12842                 * csharpexec.c: Add support for 'clix' launcher (untested).
12843                 (execute_csharp_using_sscli): New function.
12844                 (execute_csharp_program): Call it.
12845
12846         2006-06-21  Bruno Haible  <bruno@clisp.org>
12847
12848                 Avoid warnings from recent versions of mcs.
12849                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
12850                 -o, -L, -r any more. Use options documented since mcs-1.0
12851                 instead. Similarly for -g.
12852
12853         2005-07-09  Bruno Haible  <bruno@clisp.org>
12854
12855                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
12856                 add a .dll suffix.
12857                 Reported by Mark Junker <mjscod@gmx.de>.
12858
12859         2006-06-17  Bruno Haible  <bruno@clisp.org>
12860
12861                 * config.charset: Update for NetBSD 3.0.
12862
12863         2006-05-17  Bruno Haible  <bruno@clisp.org>
12864
12865                 Cygwin portability.
12866                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
12867
12868         2006-05-16  Bruno Haible  <bruno@clisp.org>
12869
12870                 * localcharset.c [CYGWIN]: Include <windows.h>.
12871                 (get_charset_aliases): For Cygwin, return the same CPxxx
12872                 aliases list as under WIN32.
12873                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
12874                 the environment variables. Fall back to GetACP().
12875
12876         2006-04-05  Bruno Haible  <bruno@clisp.org>
12877
12878                 * config.charset: Update Juan Manuel Guerrero's address.
12879
12880         2005-02-12  Bruno Haible  <bruno@clisp.org>
12881
12882                 * allocsa.h: Add extern "C" for C++.
12883
12884         2005-02-10  Bruno Haible  <bruno@clisp.org>
12885
12886                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
12887                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
12888
12889         2006-07-22  Bruno Haible  <bruno@clisp.org>
12890
12891                 * gettext.h: Update to GNU gettext-0.15.
12892
12893 2006-07-22  Bruno Haible  <bruno@clisp.org>
12894
12895         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
12896         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
12897         lib-prefix.m4, longdouble.m4, ssize_t.m4.
12898
12899 2006-07-21  Eric Blake  <ebb9@byu.net>
12900
12901         * modules/stdlib-safer: New file.
12902         * MODULES.html.sh (File stream based Input/Output): Add
12903         stdlib-safer.
12904
12905 2006-07-21  Eric Blake  <ebb9@byu.net>
12906
12907         * lib/stdlib-safer.h: New file from coreutils, required by
12908         stdlib--.h.
12909
12910 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
12911
12912         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
12913
12914 2006-07-20  Bruno Haible  <bruno@clisp.org>
12915
12916         * gnulib-tool: Recognize new option --assume-autoconf.
12917         (autoconf_minversion): New variable.
12918         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
12919
12920 2006-07-20  Bruno Haible  <bruno@clisp.org>
12921
12922         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
12923
12924 2006-07-19  Derek R. Price  <derek@ximbiot.com>
12925
12926         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
12927         Reindent and repaginate.
12928
12929 2006-07-19  Derek Price  <derek@ximbiot.com>
12930
12931         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
12932         Correct grammar.
12933
12934 2006-07-17  Bruno Haible  <bruno@clisp.org>
12935
12936         * modules/list: New file.
12937         * modules/array-list: New file.
12938         * modules/carray-list, modules/carray-list-tests: New files.
12939         * modules/linked-list, modules/linked-list-tests: New files.
12940         * modules/avltree-list, modules/avltree-list-tests: New files.
12941         * modules/rbtree-list, modules/rbtree-list-tests: New files.
12942         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
12943         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
12944         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
12945         * modules/oset: New file.
12946         * modules/array-oset: New file.
12947         * modules/avltree-oset, modules/avltree-oset-tests: New files.
12948         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
12949         * tests/test-carray_list.c: New file.
12950         * tests/test-linked_list.c: New file.
12951         * tests/test-avltree_list.c: New file.
12952         * tests/test-rbtree_list.c: New file.
12953         * tests/test-linkedhash_list.c: New file.
12954         * tests/test-avltreehash_list.c: New file.
12955         * tests/test-rbtreehash_list.c: New file.
12956         * tests/test-avltree_oset.c: New file.
12957         * tests/test-rbtree_oset.c: New file.
12958         * MODULES.html.sh (Container data structures): New section.
12959
12960 2006-07-17  Bruno Haible  <bruno@clisp.org>
12961
12962         * m4/gl_list.m4: New file.
12963
12964 2006-07-17  Bruno Haible  <bruno@clisp.org>
12965
12966         * lib/gl_list.h: New file.
12967         * lib/gl_list.c: New file.
12968         * lib/gl_array_list.h: New file.
12969         * lib/gl_array_list.c: New file.
12970         * lib/gl_carray_list.h: New file.
12971         * lib/gl_carray_list.c: New file.
12972         * lib/gl_linked_list.h: New file.
12973         * lib/gl_linked_list.c: New file.
12974         * lib/gl_anylinked_list1.h: New file.
12975         * lib/gl_anylinked_list2.h: New file.
12976         * lib/gl_avltree_list.h: New file.
12977         * lib/gl_avltree_list.c: New file.
12978         * lib/gl_anyavltree_list1.h: New file.
12979         * lib/gl_anyavltree_list2.h: New file.
12980         * lib/gl_rbtree_list.h: New file.
12981         * lib/gl_rbtree_list.c: New file.
12982         * lib/gl_anyrbtree_list1.h: New file.
12983         * lib/gl_anyrbtree_list2.h: New file.
12984         * lib/gl_anytree_list1.h: New file.
12985         * lib/gl_anytree_list2.h: New file.
12986         * lib/gl_linkedhash_list.h: New file.
12987         * lib/gl_linkedhash_list.c: New file.
12988         * lib/gl_anyhash_list1.h: New file.
12989         * lib/gl_anyhash_list2.h: New file.
12990         * lib/gl_avltreehash_list.h: New file.
12991         * lib/gl_avltreehash_list.c: New file.
12992         * lib/gl_rbtreehash_list.h: New file.
12993         * lib/gl_rbtreehash_list.c: New file.
12994         * lib/gl_anytreehash_list1.h: New file.
12995         * lib/gl_anytreehash_list2.h: New file.
12996
12997         * lib/gl_oset.h: New file.
12998         * lib/gl_oset.c: New file.
12999         * lib/gl_array_oset.h: New file.
13000         * lib/gl_array_oset.c: New file.
13001         * lib/gl_avltree_oset.h: New file.
13002         * lib/gl_avltree_oset.c: New file.
13003         * lib/gl_rbtree_oset.h: New file.
13004         * lib/gl_rbtree_oset.c: New file.
13005         * lib/gl_anytree_oset.h: New file.
13006
13007 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13008
13009         * m4/mkancesdirs.m4: New file.
13010         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13011         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13012         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13013         it.
13014
13015 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13016
13017         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13018         * lib/mkancesdirs.h: New files.
13019         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13020         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13021         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13022         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13023         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13024         callers changed.  Revamp internals significantly, by not
13025         attempting to create directories that are temporarily more
13026         permissive than the final results.  Do not attempt to use
13027         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13028         This removes some race conditions, fixes some bugs, and simplifies
13029         things.  Use new dirchownmod function to do owner and mode changes.
13030         * lib/mkdir-p.h: Likewise.
13031         * lib/modechange.c (octal_to_mode): New function.
13032         (struct mode_change): New member mentioned.
13033         (make_node_op_equals): New arg mentioned.  All callers changed.
13034         (mode_compile): Keep track of which mode bits the user has explicitly
13035         mentioned.
13036         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13037         New arg PMODE_BITS, to keep track of which mode bits the user
13038         mentioned; it treats S_ISUID and S_ISGID speciall.
13039         All callers changed.
13040         * lib/modechange.h: Likewise.
13041
13042 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13043
13044         * MODULES.html.sh: Add mkancestors.
13045         * modules/mkancesdirs: New module.
13046         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13047         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13048         The chdir-safer and afs files are now orphans; I'll remove them
13049         unless someone speaks up.
13050         Add lib/dirchownmod.c, lib/dirchownmod.h.
13051         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13052         Add lchown, mkancesdirs.
13053         (Maintainer): Add self.
13054
13055 2006-07-15  Karl Berry  <karl@gnu.org>
13056
13057         * gnulib-tool: help message wording/arrangement.
13058
13059 2006-07-14  Simon Josefsson  <jas@extundo.com>
13060
13061         * doc/gnulib.texi (Libtool and Windows): New section.
13062
13063 2006-07-12  Simon Josefsson  <jas@extundo.com>
13064
13065         * modules/gendocs (License): Fix license, approved by Karl.
13066
13067 2006-07-12  Eric Blake  <ebb9@byu.net>
13068
13069         * MODULES.html.sh: Add gendocs.
13070
13071 2006-07-11  Eric Blake  <ebb9@byu.net>
13072
13073         * modules/fdl: New module, to install doc/fdl.texi.
13074         * MODULES.html.sh: Add new section for documentation modules.
13075         * gnulib-tool: Avoid space-tab.
13076         (--doc-base): New option, to manage files from doc.
13077
13078 2006-07-11  Eric Blake  <ebb9@byu.net>
13079
13080         * m4/absolute-header.m4: Fix comments to match recent change.
13081
13082 2006-07-11  Eric Blake  <ebb9@byu.net>
13083
13084         * gnulib-tool: List --doc-base before --tests-base.
13085
13086 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13087
13088         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13089
13090 2006-07-11  Bruno Haible  <bruno@clisp.org>
13091
13092         * README: Mention where to put documentation.
13093
13094 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13095
13096         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13097
13098 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13099
13100         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13101         to stdint.m4.
13102
13103 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13104
13105         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13106         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13107         "no/such/file/stdint.h" when there is no such file, so that
13108         the resulting C code can be parsed by dodgy compilers.
13109         Problems reported by Bob Proulx.
13110
13111 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13112
13113         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13114         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13115         macros into the GNU _D_EXACT_NAMLEN.
13116         * lib/savedir.c:  Likewise.
13117         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13118
13119 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13120         and Paul Eggert  <eggert@cs.ucla.edu>
13121
13122         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13123         * m4/savedir.m4:
13124         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13125         macros into the GNU _D_EXACT_NAMLEN.
13126
13127 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13128
13129         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13130         around the absolute name, to work around a problem with the HP-UX
13131         11.23 native C compiler, reported by Bob Proulx.
13132
13133 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13134
13135         * doc/maintain.texi, make-stds.texi: Sync from
13136         <http://savannah.gnu.org/projects/gnustandards>.
13137
13138 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13139
13140         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13141
13142 2006-07-09  Jim Meyering  <jim@meyering.net>
13143
13144         * m4/glob.m4: Remove a doubled word in a comment.
13145
13146 2006-07-09  Jim Meyering  <jim@meyering.net>
13147
13148         * lib/argp-pv.c: Remove a doubled word in a comment.
13149         * lib/check-version.c (check_version): Likewise.
13150         * lib/javacomp.c (compile_java_class): Likewise.
13151
13152 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13153
13154         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13155         for the benefit of people using Autoconf 2.60.  If you want to
13156         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13157         (or m4/onceonly.m4, if pre-2.57) manually.
13158
13159 2006-07-08  Jim Meyering  <jim@meyering.net>
13160
13161         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13162         comment.
13163         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13164         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13165         comment.
13166
13167 2006-07-08  Jim Meyering  <jim@meyering.net>
13168
13169         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13170
13171 2006-07-07  Simon Josefsson  <jas@extundo.com>
13172
13173         * tests/test-crc.c: Change expected crc value, the test vector
13174         were probably computed using the old broken crc.c?
13175
13176 2006-07-06  Simon Josefsson  <jas@extundo.com>
13177
13178         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13179         now the canonical place for the M4 file).
13180
13181         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13182         from the sys_socket dependency now.
13183
13184         * modules/inet_pton (Files): Ditto.
13185
13186         * modules/inet_ntop (Files): Ditto.
13187
13188 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13189
13190         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13191         not gl_PREREQ_GETUSERSHELL.
13192
13193 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13194
13195         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13196         with only one argument, for Autoconf 2.60.
13197         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13198         expand to nothing, so add a shell command to avoid syntax error.
13199         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13200
13201 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13202
13203         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13204
13205 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13206
13207         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13208         no longer needed.  Check for isblank decl.
13209         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13210         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13211         of existence.
13212
13213 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13214
13215         * lib/getloadavg.c: Use __VMS, not VMS.
13216         * lib/getopt.c: Likewise.
13217         * lib/getpagesize.h: Likewise.
13218         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13219         and probably does not work.
13220
13221 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13222
13223         * lib/.cppi-disable: Add wcwidth.
13224         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13225         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13226         (ISGRAPH): Remove.  All uses changed to isgraph.
13227         (FOLD) [!defined _LIBC]: Remove special case.
13228         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13229         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13230         HAVE_ISBLANK.
13231         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13232         case.
13233
13234 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13235
13236         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13237         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13238         brackets.  Other minor changes to suppress some compiler
13239         warnings.
13240
13241 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13242         and Paul Eggert  <eggert@cs.ucla.edu>
13243
13244         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13245         of invoking obsolescent AC_HEADER_DIRENT macro.
13246         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13247         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13248         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13249         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13250         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13251         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13252         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13253         * m4/readdir.m4: Remove; no longer needed.
13254
13255 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13256         and Paul Eggert  <eggert@cs.ucla.edu>
13257
13258         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13259         Don't worry about this obsolete case any more.
13260         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13261         directories.
13262         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13263         worry about this obsolete case any more.
13264         * lib/fts.c: Likewise.
13265         * lib/getcwd.c: Likewise.
13266         * lib/glob.h: Likewise.
13267         * lib/savedir.c: Likewise.
13268
13269 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13270
13271         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13272         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13273         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13274         needed.
13275         All uses removed.
13276         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13277         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13278         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13279         needed.
13280         * m4/getdate.m4 (gl_GETDATE): Likewise.
13281         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13282         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13283         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13284         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13285         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13286         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13287         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13288         needed.
13289
13290 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         * lib/memcasecmp.c: Include <limits.h>.
13293         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13294         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13295         Don't assume isdigit succeeds only on '0' through '9'.
13296
13297 2006-07-05  Eric Blake  <ebb9@byu.net>
13298
13299         * modules/getaddrinfo (Depends-on): Add snprintf.
13300
13301 2006-07-05  Eric Blake  <ebb9@byu.net>
13302
13303         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13304         to avoid 'header present but could not be compiled' on cygwin.
13305
13306 2006-07-05  Eric Blake  <ebb9@byu.net>
13307
13308         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13309         missing from netdb.h.
13310         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13311
13312 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13313
13314         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13315         no longer needed.
13316         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13317         * m4/getdate.m4 (gl_GETDATE): Likewise.
13318         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13319         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13320         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13321         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13322         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13323
13324 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13325
13326         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13327         All uses of is_space replaced by isspace.
13328         * lib/exit.h: Don't talk about STDC_HEADERS.
13329         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13330         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13331         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13332         replaced by isprint etc.
13333         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13334         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13335         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13336         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13337         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13338         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13339
13340 2006-07-05  Bruno Haible  <bruno@clisp.org>
13341
13342         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13343         the function exists, before testing against AIX.
13344         Reported by Martin Lambers <marlam@marlam.de>.
13345
13346 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13347
13348         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13349         From Mark D. Baushke.
13350
13351 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13352
13353         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13354         to the absolute name, not just one, to bypass Sun C 5.8's
13355         "warning: #include of /usr/include/... may be non-portable".
13356
13357 2006-07-04  Eric Blake  <ebb9@byu.net>
13358
13359         * modules/dirname-tests: New test module.
13360         * tests/test-dirname.c: New file, replacing dirname.c
13361         TEST_DIRNAME section that was recently deleted.
13362
13363 2006-07-04  Bruno Haible  <bruno@clisp.org>
13364
13365         Assume ANSI C header files and <ctype.h> functions.
13366         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13367         (mbsnwidth): Use isprint, iscntrl instead.
13368
13369 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13370
13371         Merge from coreutils.
13372         * MODULES.html.sh: Add xstrtold.
13373         * modules/xstrtold: New file.
13374         * modules/cycle-check (Files): Add lib/same-inode.h.
13375         * modules/dirname (Files): Add m4/double-slash-root.m4.
13376         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13377         * modules/mkdir-p (Files): Add lib/same-inode.h.
13378         * modules/same (Files): Add lib/same-inode.h.
13379
13380 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13383         This is to keep the terminology clean; POSIX talks about
13384         "absolute pathnames", not "full pathnames", but the GNU
13385         Coding Standards say to use "path" for something else;
13386         so use "absolute" to keep both sides happy.
13387         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13388         Set gl_absolute_header, not gl_full_header_path.
13389         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13390         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13391         All uses changed.
13392
13393         Merge from coreutils.
13394
13395         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13396
13397         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13398         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13399         want to require the building of c-strtod.o.
13400         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13401         needs -lm directly.
13402         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13403
13404         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13405
13406         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13407         --as-needed option if available.  Problem reported by Albert Chin in
13408         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13409         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13410         cc merely issues a bunch of annoying warnings for --as-needed
13411         (this problem was reported by Bob Proulx).  Also, try linking with
13412         -lm to detect a bug in binutils 2.16 (this problem was reported
13413         by Ralf Wildenhues).
13414
13415         2006-06-18  Jim Meyering  <jim@meyering.net>
13416
13417         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13418         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13419         macro.
13420         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13421         also check for glibc-2.4's abort-inducing bug.
13422
13423         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13424         Low-probability clean-up should be to use rmdir to get rid of
13425         the just-created directory, not unlink.
13426
13427         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13428         configure fail, and request a bug report to inform us about it.
13429         Add a comment that, barring reports to the contrary, in 2007 we'll
13430         assume ftruncate is universally available.
13431
13432         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13433
13434         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13435
13436         2006-03-12  Jim Meyering  <jim@meyering.net>
13437
13438         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13439         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13440         * m4/same.m4 (gl_SAME): Likewise.
13441         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13442
13443         2006-03-11  Eric Blake  <ebb9@byu.net>
13444
13445         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13446         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13447         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13448         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13449
13450 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13451
13452         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13453         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13454         reported by Mark D. Baushke, one in
13455         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13456
13457         Merge from coreutils.
13458
13459         * lib/.cppi-disable: Add stdint_.h.
13460         * lib/.cvsignore: Add stdint.h.
13461
13462         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13463
13464         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13465         both double and long double versions.
13466         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13467         * lib/xstrtold.c: New file.
13468         * lib/xstrtod.h (xstrtold): New decl.
13469
13470         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13471
13472         * lib/filemode.c (setst): Remove.
13473         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13474         (arguably) clearer, and the generated code is a bit smaller on my
13475         Debian GNU/Linux stable x86 host.
13476
13477         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13478
13479         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13480         Assume that filemode.h includes sys/types.h and sys/stat.h.
13481         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13482         (ftypelet): Reorder to put common cases first, for efficiency.
13483         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13484         to do 'M'.
13485         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13486         of 10, for compatibility with FreeBSD.  All callers changed.
13487         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13488         types that can't be deduced solely from st_mode.  First arg is now a
13489         const pointer.
13490         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13491         (strmode): Renamed from mode_string.
13492         (filemodestring): New decl.
13493         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13494         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13495         needed.
13496         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13497
13498         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13499
13500         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13501         fsusage.h now does that.  Include fsusage.h first, to test interface.
13502         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13503         at most one method (the old code could have generated decls that
13504         didn't conform to C89, not that this was ever exercised).
13505         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13506
13507         2006-03-19  Jim Meyering  <jim@meyering.net>
13508
13509         Work even in a chroot where d_ino values for entries in "/"
13510         don't match the stat.st_ino values for the same names.
13511         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13512         number, iterate through all entries again, using lstat instead.
13513         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13514         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13515
13516         * lib/getcwd.c (__getcwd): Clarify a comment.
13517         Use memcpy in place of a call to strcpy.
13518
13519         2006-03-12  Jim Meyering  <jim@meyering.net>
13520
13521         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13522         matches that of the current directory (which we're about to chdir ".."
13523         out of), then save the dev-ino of the parent, instead.
13524
13525         * lib/same-inode.h (SAME_INODE): New file/macro.
13526         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13527         Include "same-inode.h", instead.
13528         * lib/same.c: Likewise.
13529         * lib/cycle-check.h: Include "same-inode.h".
13530         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13531         * lib/cycle-check.c (SAME_INODE): Remove definition.
13532         * lib/root-dev-ino.h: Include "same-inode.h".
13533
13534         2006-03-11  Eric Blake  <ebb9@byu.net>
13535
13536         * lib/same.c (same_name): s/base_name/last_component/
13537         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13538         * lib/filenamecat.c (file_name_concat): Likewise.
13539
13540         2006-03-11  Eric Blake  <ebb9@byu.net>,
13541                     Paul Eggert  <eggert@cs.ucla.edu>
13542
13543         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13544         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13545         drive prefix.
13546         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13547         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13548         (last_component): New method.
13549         * lib/dirname.c (dir_len): Determine when drive letters need a
13550         subsequent slash.  Preserve // when it is special.
13551         (dir_name): Don't append dot when drive letter is absolute.
13552         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13553         * lib/basename.c (base_name): New semantics - malloc the result.
13554         Preserve // when it is special.  Preserve relative files that look
13555         like drive letters.
13556         (base_len): Preserve // when it is special.
13557         (last_component): New method, similar to old base_name semantics.
13558         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13559         base_name.  Strip redundant slashes from ///.
13560
13561 2006-07-03  Jim Meyering  <jim@meyering.net>
13562
13563         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13564         macro is used before the first cycle_check call.
13565
13566 2006-07-03  Eric Blake  <ebb9@byu.net>
13567
13568         * modules/dirname (Depends-on): Add xstrndup.
13569
13570 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13571
13572         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13573         test cases, so that config.log is a bit easier to follow.
13574
13575 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13576
13577         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13578         both are 64 bits, since this seems to be the tradition, and this
13579         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13580         we ever run into a host that prefers long long to long in this
13581         case, we'll need another configure-time test.  Problem reported by
13582         Jim Meyering.
13583
13584 2006-07-02  Eric Blake  <ebb9@byu.net>
13585
13586         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13587
13588 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13589
13590         * modules/inttypes (Depends-on): No longer depends on stdint.
13591         * modules/stdint (Description): Say more about assumptions.
13592         Say that the fast types might differ.  Say macros are used.
13593         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13594         (Makefile.am): Revise list of substituted symbols to match
13595         new stdint.m4.
13596         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13597         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13598         * tests/test-stdint.c (verify_same_types)
13599         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13600         the code conforms to C99/C89.
13601         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13602         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13603
13604 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13605
13606         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13607         but fix a bug, by requiring at least 64 bits.
13608         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13609         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13610         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13611         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13612
13613         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13614         changes.  Make 2.59 a prerequisite.  Check and substitute for
13615         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13616         inttypes.h.  Do not use special include files; just use the
13617         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13618         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13619         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13620         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13621         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13622         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13623         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13624         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13625         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13626         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13627         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13628         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13629         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13630         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13631         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13632         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13633         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13634         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13635         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13636         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13637         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13638         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13639         not check for things that C99 does not require, e.g., int8_t.  If
13640         a test isn't needed unless <stdint.h> isn't working, and is
13641         unlikely to be needed for any other reason, then don't do it
13642         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13643         size_t, since we assume C89 freestanding at least.  Do not check
13644         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13645         the right thing even if the types are not defined.  Instead use:
13646         (gl_STDINT_TYPE_PROPERTIES): New macro.
13647         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13648         testing whether <sys/types.h> clashes, as Autoconf does this for
13649         us now.  All uses removed.
13650         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13651         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13652         (gl_CHECK_TYPE_SAME):
13653         Remove; no longer needed.
13654         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13655         exists, since we'll return 0 anyway in that case.
13656         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13657
13658 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13659
13660         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13661         possible collision with system files.
13662         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13663         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13664         WCHAR_MIN and WCHAR_MAX in this case.
13665         (<stddef.h>): Do not include; no longer needed.
13666         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13667         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13668         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13669         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13670         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13671         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13672         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13673         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13674         !defined(__c99))]: Include in this case too, since it's harmless
13675         now.
13676         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13677         dangerous to do so.
13678         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13679         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13680         (_STDINT_MIN, _STDINT_MAX): New macros.
13681         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13682         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13683         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13684         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13685         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13686         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13687         macros, not typedefs; this simplifies things quite a bit.
13688         Use long int for all types narrower than int64_t.
13689         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13690         Define in terms of long long int or int64_t or long int,
13691         not int64_t or int32_t.  This saves some compile-time testing.
13692         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13693         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13694         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13695         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13696         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13697         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13698         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13699         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13700         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13701         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13702         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13703         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13704         undef any previous version and define our own version, for
13705         simplicity and consistency with the new macros for types.
13706         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13707         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13708         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13709         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13710         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13711         @WINT_T_SUFFIX@ to keep things simple here.
13712         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13713         Simplify by assuming typical 8/16/32/64 host, since we're
13714         already doing that elsewhere anyway.
13715         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13716         and assume long long int is 64 bits if available.  This
13717         speeds up 'configure'.
13718
13719 2006-07-01  Eric Blake  <ebb9@byu.net>
13720
13721         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13722         Reported by Andreas Buening.
13723
13724 2006-07-01  Eric Blake  <ebb9@byu.net>
13725
13726         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13727
13728 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13729
13730         * lib/getaddrinfo.c: fixed typo
13731
13732 2006-06-29  Jim Meyering  <jim@meyering.net>
13733
13734         * modules/strftime (Maintainer): Add my name, since with the
13735         FPRINTFTIME changes strftime.c has forked from glibc.
13736
13737 2006-06-29  Eric Blake  <ebb9@byu.net>
13738
13739         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13740
13741 2006-06-29  Eric Blake  <ebb9@byu.net>
13742
13743         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13744
13745 2006-06-29  Eric Blake  <ebb9@byu.net>
13746
13747         * lib/stat_.h: New file.
13748
13749 2006-06-29  Eric Blake  <ebb9@byu.net>
13750
13751         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13752         unused static function.
13753
13754 2006-06-29  Eric Blake  <ebb9@byu.net>
13755
13756         * doc/functions.texi (Function Portability): Document missing lstat
13757         on mingw.
13758
13759 2006-06-29  Eric Blake  <ebb9@byu.net>
13760
13761         * MODULES.html.sh: Add sys_stat.
13762         * modules/sys_stat: New module.
13763         * modules/mkstemp (Depends-on): Add sys_stat.
13764
13765 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13766
13767         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
13768
13769 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13770
13771         * m4/c-bs-a.m4: Removed.
13772
13773 2006-06-29  Derek R. Price  <derek@ximbiot.com>
13774
13775         * lib/strftime.c: Assume strftime() exists.
13776
13777 2006-06-29  Derek Price  <derek@ximbiot.com>
13778
13779         * modules/c-bs-a: Removed - \a is C89.
13780         * MODULES.html.sh: Remove c-bs-a.
13781
13782 2006-06-29  Bruno Haible  <bruno@clisp.org>
13783
13784         * modules/wcwidth (License): Change to LGPL.
13785
13786 2006-06-28  Simon Josefsson  <jas@extundo.com>
13787
13788         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
13789         on _WIN32.
13790
13791         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
13792         getnameinfo.
13793
13794 2006-06-28  Simon Josefsson  <jas@extundo.com>
13795
13796         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
13797
13798 2006-06-28  Simon Josefsson  <jas@extundo.com>
13799
13800         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
13801         functions there.  It will succeed on Windows XP, but on Windows
13802         2000 and (presumably) earlier, it will fail, and use the internal
13803         re-implementation.
13804         (use_win32_p): New function.
13805         (getaddrinfo): Use strtoul on servname, to support numeric ports.
13806         Support AI_NUMERICSERV to disable getservbyname.
13807         (getnameinfo): New function, only supports
13808         NI_NUMERICHOST|NI_NUMERICSERV for now.
13809
13810         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
13811         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
13812         getnameinfo.
13813
13814 2006-06-28  Eric Blake  <ebb9@byu.net>
13815
13816         * modules/wcwidth: New file.
13817         * modules/mbchar (Depends-on): Add wcwidth.
13818         * modules/mbswidth (Depends-on): Add wcwidth.
13819         * MODULES.html.sh: Add wcwidth.
13820
13821 2006-06-28  Eric Blake  <ebb9@byu.net>
13822
13823         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
13824         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
13825
13826 2006-06-28  Eric Blake  <ebb9@byu.net>
13827
13828         * lib/xvasprintf.h: Fix comments.
13829
13830 2006-06-28  Eric Blake  <ebb9@byu.net>
13831
13832         * lib/mbchar.h (wcwidth): Include wcwidth.h.
13833         * lib/mbswidth.c (wcwidth): Move from here...
13834         * lib/wcwidth.h: ...to this new file.
13835
13836 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13837
13838         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
13839
13840         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
13841         it's obsolete.
13842         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
13843
13844 2006-06-28  Derek R. Price  <derek@ximbiot.com>
13845
13846         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
13847         Autoconf 2.60 says this stuff was obsolete.
13848
13849 2006-06-28  Bruno Haible  <bruno@clisp.org>
13850
13851         * modules/wcwidth (Files): Add m4/wchar_t.m4.
13852
13853 2006-06-28  Bruno Haible  <bruno@clisp.org>
13854
13855         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
13856         gt_TYPE_WCHAR_T.
13857
13858 2006-06-28  Bruno Haible  <bruno@clisp.org>
13859
13860         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
13861         declaration for wcwidth.
13862         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
13863
13864 2006-06-28  Bruno Haible  <bruno@clisp.org>
13865
13866         * lib/mkdtemp.c [MINGW]: Include <io.h>.
13867         (mkdir): Define using _mkdir.
13868
13869 2006-06-28  Bruno Haible  <bruno@clisp.org>
13870
13871         * lib/getaddrinfo.h: Fix POSIX URL.
13872         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
13873         _WIN32.
13874         (use_win32_p): Make static.
13875         (getaddrinfo): Reject service name if it is empty or does not consist
13876         solely of decimal digits, or if its value is > 65535.
13877         (getnameinfo): Remove useless casts.
13878
13879 2006-06-27  Simon Josefsson  <jas@extundo.com>
13880
13881         * modules/sys_select: New file, suggested by Bruno Haible, Paul
13882         Eggert and Martin Lambers.
13883
13884 2006-06-27  Simon Josefsson  <jas@extundo.com>
13885
13886         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
13887         Eggert and Martin Lambers.
13888
13889 2006-06-27  Bruno Haible  <bruno@clisp.org>
13890
13891         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
13892         result to 0, not to empty.
13893         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
13894
13895 2006-06-27  Bruno Haible  <bruno@clisp.org>
13896
13897         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
13898
13899 2006-06-26  Simon Josefsson  <jas@extundo.com>
13900
13901         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
13902         present.
13903
13904 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13905
13906         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
13907         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
13908         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
13909
13910 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
13911
13912         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
13913
13914 2006-06-26  Bruno Haible  <bruno@clisp.org>
13915
13916         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
13917
13918 2006-06-26  Bruno Haible  <bruno@clisp.org>
13919
13920         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
13921
13922 2006-06-26  Bruno Haible  <bruno@clisp.org>
13923
13924         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
13925         SGI C compiler in pre-C99 mode.
13926         Suggested by Mark D. Baushke and Larry Jones.
13927
13928 2006-06-26  Bruno Haible  <bruno@clisp.org>
13929
13930         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
13931         WCHAR_MAX.
13932         Reported by Mark D. Baushke and Larry Jones.
13933
13934 2006-06-26  Bruno Haible  <bruno@clisp.org>
13935
13936         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
13937         in pre-C99 mode.
13938         Suggested by Mark D. Baushke and Larry Jones.
13939
13940 2006-06-23  Simon Josefsson  <jas@extundo.com>
13941             Bruno Haible  <bruno@clisp.org>
13942
13943         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
13944         Emit mostlyclean-local rule.
13945         (func_emit_tests_Makefile_am): Likewise.
13946         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
13947
13948 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
13949
13950         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
13951
13952 2006-06-23  Bruno Haible  <bruno@clisp.org>
13953
13954         * tests/test-stdint.c: Update to match ISO C 99 Technical
13955         Corrigendum 1.
13956
13957 2006-06-23  Bruno Haible  <bruno@clisp.org>
13958
13959         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
13960
13961 2006-06-23  Bruno Haible  <bruno@clisp.org>
13962
13963         * lib/stdint_.h: Treat IRIX like OpenBSD.
13964
13965 2006-06-23  Bruno Haible  <bruno@clisp.org>
13966
13967         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
13968         ISO C 99 Technical Corrigendum 1.
13969
13970 2006-06-22  Simon Josefsson  <jas@extundo.com>
13971
13972         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
13973         MinGW.
13974
13975 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
13978         needed.  Some compiler complained about some of them.  Problem reported
13979         by Larry Jones in
13980         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
13981
13982 2006-06-21  Simon Josefsson  <jas@extundo.com>
13983
13984         * tests/test-getaddrinfo.c: New file.
13985
13986         * modules/getaddrinfo-tests: New file.
13987
13988         * MODULES.html.sh: Add inet_pton.
13989
13990         * modules/inet_pton: New file.
13991
13992 2006-06-21  Simon Josefsson  <jas@extundo.com>
13993
13994         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
13995         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
13996         of using the (limited) gnulib implementation on Windows XP.
13997
13998         * m4/inet_pton.m4: New file.
13999
14000 2006-06-21  Simon Josefsson  <jas@extundo.com>
14001
14002         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14003         variable.
14004
14005         * lib/socket_.h: Don't define WINVER.
14006
14007         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14008         slightly modified to work in gnulib.
14009
14010 2006-06-21  Simon Josefsson  <jas@extundo.com>
14011
14012         * doc/gnulib.texi (Windows sockets): Add.
14013
14014 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14015
14016         * lib/read-file.c (fread_file): Start with buffer allocation of
14017         0 bytes rather than 1 byte; this simplifies the code.
14018         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14019         code to free buffer and save/restore errno.
14020         (internal_read_file): Remove unused local.
14021
14022 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14023
14024         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14025         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14026         Problem reported by Denis Excoffier in
14027         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14028
14029 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14030
14031         * modules/sys_socket, modules/socklen: Include sys/types since
14032         FreeBSD 4.x's sys/socket.h needs it.
14033
14034 2006-06-19  Simon Josefsson  <jas@extundo.com>
14035
14036         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14037
14038 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14039
14040         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14041
14042 2006-06-19  Bruno Haible  <bruno@clisp.org>
14043
14044         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14045         and FULL_PATH_INTTYPES_H in angle brackets.
14046         Reported by Mark D. Baushke <mdb@gnu.org>.
14047
14048 2006-06-17  Eric Blake  <ebb9@byu.net>
14049
14050         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14051         errno.
14052
14053 2006-06-17  Bruno Haible  <bruno@clisp.org>
14054
14055         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14056         <sys/inttypes.h>.
14057
14058 2006-06-17  Bruno Haible  <bruno@clisp.org>
14059
14060         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14061         whether errno is declared. Assume <errno.h> declares errno.
14062
14063 2006-06-17  Bruno Haible  <bruno@clisp.org>
14064
14065         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14066
14067 2006-06-17  Bruno Haible  <bruno@clisp.org>
14068
14069         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14070         problem on Solaris 2.5.1.
14071
14072 2006-06-16  Eric Blake  <ebb9@byu.net>
14073
14074         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14075         * lib/unicodeio.c [!defined errno]: Likewise.
14076         * lib/strtol.c [!defined errno]: Likewise.
14077         * lib/strtod.c [!defined errno]: Likewise.
14078
14079 2006-06-15  Eric Blake  <ebb9@byu.net>
14080
14081         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14082
14083 2006-06-15  Eric Blake  <ebb9@byu.net>
14084
14085         * config/srclist.txt (ssize_t.m4): Lose sync.
14086
14087 2006-06-15  Bruno Haible  <bruno@clisp.org>
14088
14089         * modules/stdint (Files): Include m4/full-header-path.m4,
14090         m4/size_max.m4, m4/wchar_t.m4.
14091         (Makefile.am): Many more substitutions.
14092         * modules/stdint-tests: New file.
14093         * tests/test-stdint.c: New file.
14094
14095 2006-06-15  Bruno Haible  <bruno@clisp.org>
14096
14097         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14098         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14099         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14100         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14101         gl_CHECK_TYPE_SAME): New macros.
14102
14103 2006-06-15  Bruno Haible  <bruno@clisp.org>
14104
14105         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14106
14107 2006-06-15  Bruno Haible  <bruno@clisp.org>
14108
14109         * lib/stdint_.h: Rewritten to be fully auto-configured.
14110         Fixes bug on HP-UX/IA64.
14111
14112 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14113
14114         * lib/getdate.y (__attribute__): Don't define if already defined.
14115         Problem reported by Larry Jones.
14116         * lib/utimens.c (__attribute__): Likewise.
14117
14118 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14119
14120         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14121         reported by Andreas Schwab.
14122
14123 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14124             Bruno Haible  <bruno@clisp.org>
14125
14126         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14127         check for the declaration of strnlen and a run test that exposes the
14128         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14129         rpl_strndup.
14130
14131 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14132             Bruno Haible  <bruno@clisp.org>
14133
14134         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14135
14136 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14137
14138         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14139         compile test, for Tru64 4.0D.
14140
14141 2006-05-28  Karl Berry  <karl@gnu.org>
14142
14143         * config/srclist.txt (printf-args.c): lose sync.
14144
14145 2006-05-26  Martin Lambers  <marlam@marlam.de>
14146
14147         * lib/getpass.c: Updates the test for the native W32 API, and adds
14148         missing includes, thus fixing compilation warnings.
14149
14150 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14151
14152         * lib/exclude.c (exclude_fnmatch): New function.
14153         (excluded_file_name): Call exclude_fnmatch.
14154         * lib/exclude.h (excluded_file_name): New prototype
14155
14156 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14157
14158         * lib/tempname.c (small_open, large_open): New macros.
14159         (__open, __open64) [!_LIBC]: Remove.
14160         (__gen_tempname): Use small_open and large_open instead of __open
14161         and __open64.  This fixes a portability bug on HP-UX 11.11i
14162         reported by Simon Wing-Tang in
14163         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14164
14165 2006-05-24  Bruno Haible  <bruno@clisp.org>
14166
14167         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14168         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14169         Reported by Thorsten Maerz <torte@netztorte.de> via
14170         Aaron Stone <aaron@serendipity.cx>.
14171
14172 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14175         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14176         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14177         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14178         not really conditional on the cache.
14179         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14180
14181 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14182
14183         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14184         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14185         (my_usleep): Don't mishandle maximum value.
14186
14187 2006-05-19  Jim Meyering  <jim@meyering.net>
14188
14189         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14190
14191 2006-05-17  Bruno Haible  <bruno@clisp.org>
14192
14193         Cygwin portability.
14194         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14195
14196 2006-05-17  Bruno Haible  <bruno@clisp.org>
14197
14198         * lib/stdint_.h: Fix recognition of Cygwin.
14199
14200 2006-05-15  Bruno Haible  <bruno@clisp.org>
14201
14202         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14203         on libtool patch by Ralf Wildenhues.
14204
14205 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14206
14207         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14208         test for C99 conformance; (bool) 0.5 is an integer constant
14209         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14210         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14211
14212 2006-05-11  Simon Josefsson  <jas@extundo.com>
14213
14214         * m4/xvasprintf.m4: Fix obvious typo.
14215
14216 2006-05-11  Jim Meyering  <jim@meyering.net>
14217
14218         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14219         James Lemley.
14220
14221 2006-05-10  Simon Josefsson  <jas@extundo.com>
14222
14223         * lib/md4.c: Typo fix, update copyright years.
14224         (K1, K2): Don't use L because it turn computations into 64-bit on
14225         64-bit platforms.
14226
14227 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14228
14229         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14230         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14231         unwanted sign propagation, e.g., on hosts with 64-bit int.
14232         There still are some problems with reeelly weird theoretical hosts
14233         (e.g., 33-bit int) but it's not worth worrying about now.
14234         * lib/sha1.c (rol): Likewise.
14235         (K1, K2, K3, K4): Remove unnecessary L suffix.
14236
14237 2006-05-10  Bruno Haible  <bruno@clisp.org>
14238
14239         * lib/des.c: Cast to avoid warnings.
14240
14241 2006-05-09  Bruno Haible  <bruno@clisp.org>
14242
14243         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14244         (Depends-on): Depend also on xsize, stdarg.
14245         (configure.ac): Add gl_XVASPRINTF.
14246
14247 2006-05-09  Bruno Haible  <bruno@clisp.org>
14248
14249         * m4/xvasprintf.m4: New file.
14250
14251 2006-05-09  Bruno Haible  <bruno@clisp.org>
14252
14253         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14254         (EOVERFLOW): Define fallback value.
14255         (xstrcat): New function.
14256         (xvasprintf): Recognize the special case of a string concatenation.
14257
14258 2006-05-08  Eric Blake  <ebb9@byu.net>
14259
14260         * gnulib-tool (func_version): Base copyright year on CVS date.
14261         (func_emit_copyright_notice): New function.
14262         (func_emit_lib_Makefile_am): Use it.
14263         (func_emit_tests_Makefile_am): Likewise.
14264         (func_import): Likewise.
14265
14266 2006-05-08  Bruno Haible  <bruno@clisp.org>
14267
14268         * modules/stdarg: New file.
14269         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14270
14271 2006-05-08  Bruno Haible  <bruno@clisp.org>
14272
14273         * m4/stdarg.m4: New file, from GNU gettext.
14274
14275 2006-05-08  Bruno Haible  <bruno@clisp.org>
14276
14277         * config/srclist.txt (build-aux/config.rpath): different from latest
14278         release.
14279
14280 2006-05-08  Bruno Haible  <bruno@clisp.org>
14281
14282         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14283
14284 2006-05-05  Jim Meyering  <jim@meyering.net>
14285
14286         * m4/warning.m4: New file, derived from bison's file by the same name.
14287
14288 2006-05-03  Bruno Haible  <bruno@clisp.org>
14289
14290         * lib/stdint_.h: Shorter URL.
14291         * lib/inttypes.h: Likewise.
14292
14293 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14294
14295         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14296
14297 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14298
14299         * lib/verify.h: Document the internals better.  Most of this change
14300         was written by Bruno Haible.
14301
14302 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14303
14304         * doc/verify.texi: New file, partly based on a proposal by
14305         Bruno Haible.
14306
14307 2006-05-02  Bruno Haible  <bruno@clisp.org>
14308
14309         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14310         test from here...
14311         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14312
14313 2006-04-29  Bruno Haible  <bruno@clisp.org>
14314
14315         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14316         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14317
14318 2006-04-29  Bruno Haible  <bruno@clisp.org>
14319
14320         * gnulib-tool: Make --update option actually work.
14321
14322 2006-04-29  Bruno Haible  <bruno@clisp.org>
14323
14324         * doc/gcd.texi: New file.
14325         * doc/gnulib.texi: Include it.
14326
14327 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         * lib/getdate.y (get_date): When adding relative date, start with the
14330         initial time, not with the result of the first mktime call.
14331
14332 2006-04-25  Bruno Haible  <bruno@clisp.org>
14333
14334         * gnulib-tool (func_import): Output the include directives in three
14335         blocks, sorted separately.
14336         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14337
14338 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14341         to define main with arguments, for C++.  Reported by Eric Blake.
14342         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14343         Prefer 'int main ()' to 'int main (void)', for C++.
14344         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14345         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14346         for 'main', for C99 and C++.
14347
14348 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14349
14350         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14351         Don't assume that exit status -1 is valid.
14352         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14353         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14354         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14355         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14356         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14357         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14358         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14359         functions can be used without declaring them, or that you can
14360         exit with status -1.
14361         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14362
14363 2006-04-24  Karl Berry  <karl@gnu.org>
14364
14365         * config/srclist.txt (longdouble.m4): sync lost.
14366
14367 2006-04-24  Eric Blake  <ebb9@byu.net>
14368
14369         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14370
14371 2006-04-24  Bruno Haible  <bruno@clisp.org>
14372
14373         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14374         poll() implementation in AIX.
14375         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14376
14377 2006-04-24  Bruno Haible  <bruno@clisp.org>
14378
14379         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14380         assigned exactly once.
14381
14382 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14383             Bruno Haible  <bruno@clisp.org>
14384
14385         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14386         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14387         for AM_CPPFLAGS.
14388
14389 2006-04-23  Bruno Haible  <bruno@clisp.org>
14390
14391         * modules/copy-file: Depend on unistd.
14392         * modules/execute: Likewise.
14393         * modules/fatal-signal: Likewise.
14394         * modules/findprog: Likewise.
14395         * modules/mkdtemp : Likewise.
14396         * modules/pipe: Likewise.
14397         * modules/wait-process: Likewise.
14398
14399 2006-04-23  Bruno Haible  <bruno@clisp.org>
14400
14401         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14402         condition was already detected.
14403         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14404
14405 2006-04-23  Bruno Haible  <bruno@clisp.org>
14406
14407         * lib/copy-file.c: Include <unistd.h> unconditionally.
14408         * lib/execute.c: Likewise.
14409         * lib/fatal-signal.c: Likewise.
14410         * lib/findprog.c: Likewise.
14411         * lib/mkdtemp.c: Likewise.
14412         * lib/pipe.h: Likewise.
14413         * lib/pipe.c: Likewise.
14414         * lib/wait-process.h: Likewise.
14415
14416 2006-04-23  Bruno Haible  <bruno@clisp.org>
14417
14418         * gnulib-tool (func_usage): Fix --import description. Document
14419         --update.
14420         (func_import): Create temporary file in a temporary directory, if
14421         --dry-run is specified. Silence errors from 'grep' when there are no
14422         m4 files in $m4dir.
14423         (func_create_testdir): Silence errors from 'grep' when there are no
14424         m4 files in $m4dir.
14425         Reported by Karl Berry <karl@freefriends.org>.
14426
14427 2006-04-20  Bruno Haible  <bruno@clisp.org>
14428
14429         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14430         one argument, so that the code will be portable to Autoconf 2.60.
14431         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14432         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14433         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14434
14435 2006-04-19  Derek Price  <derek@ximbiot.com>
14436             Eric Blake  <ebb9@byu.net>
14437
14438         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14439         rather than "/full/path.h".  Update comment to match.  Shorten &
14440         generalize m4_translit call via AS_TR_CPP.
14441
14442 2006-04-19  Derek Price  <derek@ximbiot.com>
14443             Eric Blake  <ebb9@byu.net>
14444
14445         * lib/inttypes.h: Correct grammar in comment.
14446
14447 2006-04-18  Derek Price  <derek@ximbiot.com>
14448             Paul Eggert  <eggert@cs.ucla.edu>
14449
14450         * modules/inttypes: New file.
14451         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14452
14453 2006-04-18  Derek Price  <derek@ximbiot.com>
14454             Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14457         New files.
14458
14459 2006-04-18  Derek Price  <derek@ximbiot.com>
14460             Paul Eggert  <eggert@cs.ucla.edu>
14461
14462         * lib/inttypes.h: New file.
14463         * lib/strtoimax.c: Assume <inttypes.h>.
14464
14465 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14466
14467         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14468         isn't mounted.  Problem reported by Kir Kolyshkin.
14469
14470 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14471
14472         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14473         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14474         Derek R. Price.
14475         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14476         implementation.
14477
14478 2006-04-12  Eric Blake  <ebb9@byu.net>
14479
14480         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14481         is now done automatically by the corresponding Autoconf macro.
14482
14483 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14486         time_r.h.
14487
14488 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14489
14490         Merge regex changes from libc, removing some of our
14491         POSIX-conformance changes that were rejected and redoing them in a
14492         less-intrusive way.
14493
14494         * lib/regcomp.c (re_compile_internal, init_dfa):
14495         Length arg is now size_t, not Idx.  All uses changed.
14496         (peek_token): Forward decl now says internal_function.
14497         (__re_error_msgid, __re_error_msgid_idx):
14498         Now static rather than extern with attribute_hidden.
14499         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14500         For some reason libc prefers K&R style defns for external functions.
14501         (regerror) [!defined _LIBC]: Likewise.
14502         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14503         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14504         (build_range_exp, build_collating_symbol):
14505         Use K&R-style defn.
14506         (re_compile_fastmap): Use '\0' to memset, not 0.
14507         (utf8_sb_map): Make the calculations more obvious.
14508         (init_dfa, parse_bracket_exp, build_charclass_op):
14509         Call calloc and cast result, as glibc does.
14510         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14511         (build_range_exp, build_collating_symbol):
14512         Now internal functions.
14513
14514         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14515
14516         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14517         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14518         Don't depend on VMS; depend on __VMS instead, for POSIX
14519         namespace cleanness.
14520         (regoff_t): Define to ssize_t, not long int.
14521
14522         Remove the REG_ macros named below.  Instead, make the old names
14523         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14524         __USE_GNU_REGEX.
14525         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14526         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14527         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14528         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14529         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14530         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14531         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14532         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14533         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14534         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14535         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14536         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14537         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14538         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14539         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14540         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14541         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14542         (REG_NREGS):
14543         Remove.  All uses replaced by the old RE_* names.
14544         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14545         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14546         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14547         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14548         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14549         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14550         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14551         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14552         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14553         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14554         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14555         Don't bother having these macros be independent of each others'
14556         values, since they no longer exist in the POSIX name space.
14557
14558         Rename the following member names back to their old names,
14559         unless !__USE_GNU_REGEX.  All uses changed back.
14560         (buffer): Renamed from re_buffer.
14561         (allocated): Renamed from re_allocated.
14562         (used): Renamed from re_used.
14563         (syntax): Renamed from re_syntax.
14564         (fastmap): Renamed from re_fastmap.
14565         (translate): Renamed from re_translate.
14566         (can_be_null): Renamed from re_can_be_null.
14567         (regs_allocated): Renamed from re_regs_allocated.
14568         (fastmap_accurate): Renamed from re_fastmap_accurate.
14569         (no_sub): Renamed from re_no_sub.
14570         (not_bol): Renamed from re_not_bol.
14571         (not_eol): Renamed from re_not_eol.
14572         (newline_anchor): Renamed from re_newline_anchor.
14573         (num_regs): Renamed from rm_num_regs.
14574         (start): Renamed from rm_start.
14575         (end): Renamed from rm_end.
14576
14577         (free_state): Move up a bit.
14578
14579         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14580         #define to be empty.
14581         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14582         when that is what is intended.
14583         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14584         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14585         (MAX): New macro.
14586         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14587         All uses changed back to re_malloc, etc.  It's now the caller's
14588         responsibility to check for overflow; all callers changed.
14589         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14590         (re_x2nrealloc): Remove.
14591         (free_state): Remove decl.
14592
14593         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14594         (re_set_registers, re_exec):
14595         Use K&R-style defn.
14596
14597         2006-01-31  Roland McGrath  <roland@redhat.com>
14598
14599         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14600         Reported by Mike Frysinger <vapier@gentoo.org>.
14601
14602         2006-01-15  Andreas Jaeger  <aj@suse.de>
14603
14604         [BZ #1950]
14605         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14606         build_wcs_upper_buffer change.
14607         (build_wcs_upper_buffer): Change return type.
14608
14609         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14610
14611         * lib/regex_internal.h: Include <stdint.h> if available.
14612
14613         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14614
14615         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14616
14617         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14618
14619         * lib/regcomp.c: Adjust for changed secondary hash function.
14620
14621         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14622
14623         * lib/regex.h: Pretty printing.
14624         Clean up namespace a bit.
14625
14626         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14627
14628         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14629         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14630
14631         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14632                     Ulrich Drepper  <drepper@redhat.com>
14633
14634         [BZ #1302]
14635         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14636         changed.
14637         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14638
14639         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14640
14641         [BZ #281]
14642         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14643         * lib/regcomp.c: Remove unnecessary uses of
14644         unsigned RE_TRANSLATE_TYPE.
14645         * lib/regex_internal.h: Likewise.
14646         * lib/regex_internal.c: Likewise.
14647         * lib/regexec.c: Likewise.
14648         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14649
14650         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14651
14652         * lib/regexec.c (find_recover_state): Remove unnecessary
14653         initialization.
14654         (transit_state_bkref): Make DFA a const pointer.
14655         (get_subexp): Likewise.
14656         (check_arrival): Likewise.
14657         (update_cur_sifted_state): Likewise.
14658         (re_search_internal): Likewise.
14659         (prune_impossible_nodes): Likewise.
14660         (acquire_init_state_context): Likewise.
14661         (proceed_next_node): Likewise.
14662         (set_regs): Likewise.
14663         (free_fail_stack_return): Likewise.
14664         (check_arrival_expand_ecl): Mark DFA parameter as const.
14665         (check_arrival_expand_ecl_sub): Likewise.
14666         (check_subexp_limits): Likewise.
14667         (sub_epsilon_src_nodes):  Likewise.
14668         (add_epsilon_src_nodes):  Likewise.
14669         (merge_state_array): Likewise.
14670         (update_regs): Likewise.
14671         (build_trtable): Likewise.
14672         (sift_states_backward): Mark MCTX parameter as const.
14673         (build_sifted_states): Likewise.
14674         (update_cur_sifted_state): Likewise.
14675         (sift_states_mkref): Likewise.
14676         (check_arrival_expand_ecl): Mark eclosure as const.
14677         (check_dst_limits_calc_pos_1): Likewise.
14678         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14679         pointer.
14680
14681         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14682
14683         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14684         (transit_state_sb): Likewise.
14685         (transit_state_mb): Likewise.
14686         (sift_states_iter_mb): Likewise.
14687         (check_arrival_add_next_nodes): Likewise.
14688         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14689         [_LIBC] (re_search_2_stub): Use mempcpy.
14690
14691         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14692         mbrtowc for very simple UTF-8 case.
14693
14694         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14695         a pointer-to-const.
14696         (re_acquire_state_context): Likewise.
14697         * lib/regex_internal.h: Adjust prototypes.
14698
14699         * lib/regex.c: Prevent using C++ compilers.
14700
14701         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14702         (re_acquire_state_context): Likewise.
14703
14704 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14705
14706         * modules/regex (Depends-on): Add ssize_t.
14707
14708 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14709
14710         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14711         translation table.
14712
14713 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14716
14717 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14718             Bruno Haible  <bruno@clisp.org>
14719
14720         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14721         <sys/types.h> and <inttypes.h>.
14722
14723 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14724
14725         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14726         `__error_t_defined', so argp.h will not typedef the former.
14727
14728 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14729
14730         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14731         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14732         glibc names.  Even if glibc is changed to conform to POSIX, the
14733         traditional names will be available anyway, since regex depends on
14734         the extensions module.  Also, fix a longstanding typo in the
14735         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14736         reported by Emanuele Giaquinta.  Also, change sense of cached
14737         variable, so that the message makes sense.
14738
14739 2006-03-24  Simon Josefsson  <jas@extundo.com>
14740
14741         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14742         including some doc fixes.
14743         (base64_encode_alloc): Fix +1 bug on allocation failures.
14744
14745 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14746
14747         * lib/base64.c (base64_encode): Do not read past end of array with
14748         unsanitized input on systems with CHAR_BIT > 8.
14749
14750 2006-03-24  Eric Blake  <ebb9@byu.net>
14751
14752         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14753
14754 2006-03-22  Karl Berry  <karl@gnu.org>
14755
14756         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14757         * config/srclistvars.sh (COREUTILS): new var.
14758
14759 2006-03-17  Jim Meyering  <jim@meyering.net>
14760
14761         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
14762         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
14763
14764 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14765
14766         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
14767         no longer needs it.  Instead, check that regoff_t is as least
14768         as wide as ptrdiff_t.
14769
14770         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
14771         so that our regex.h stays compatible with the installed regex.
14772         This is helpful for installers who configure --without-included-regex.
14773         Problem reported by Emanuele Giaquinta.
14774
14775 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
14776
14777         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
14778         Typedef to long int, not to off_, as POSIX will likely change
14779         in that direction.
14780
14781 2006-03-15  Eric Blake  <ebb9@byu.net>
14782
14783         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
14784
14785 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
14786
14787         * lib/argp-help.c (validate_uparams): Fix typo
14788         * lib/argp-parse.c (argp_default_options): Consistently begin help
14789         messages with a lowercase letter.
14790
14791 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
14792
14793         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
14794         overrun buffers and shouldn't be used (much as gets shouldn't be
14795         used).
14796         * lib/time_r.c (asctime_r, ctime_r): Likewise.
14797
14798 2006-03-08  Simon Josefsson  <jas@extundo.com>
14799
14800         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
14801         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14802
14803 2006-03-08  Simon Josefsson  <jas@extundo.com>
14804
14805         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
14806         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14807
14808 2006-03-08  Simon Josefsson  <jas@extundo.com>
14809
14810         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
14811         signal that configure disabled the device.
14812
14813 2006-03-08  Simon Josefsson  <jas@extundo.com>
14814
14815         * build-aux/maint.mk: Fix refresh-po, to handle no translated
14816         languages.
14817
14818 2006-03-07  Simon Josefsson  <jas@extundo.com>
14819
14820         * modules/getopt (Depends-on): Add unistd.
14821
14822         * modules/unistd: New file.
14823
14824 2006-03-07  Simon Josefsson  <jas@extundo.com>
14825
14826         * modules/gc-random: New file.
14827
14828 2006-03-07  Simon Josefsson  <jas@extundo.com>
14829
14830         * m4/unistd_h.m4: New file.
14831
14832 2006-03-07  Simon Josefsson  <jas@extundo.com>
14833
14834         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
14835         test to be side-effect free by storing the result in the cache
14836         variable gl_cv_lib_readline, and moving the assignment of
14837         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
14838         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14839
14840 2006-03-07  Simon Josefsson  <jas@extundo.com>
14841
14842         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
14843         error on missing devices (the functions will return an error).
14844
14845         * m4/gc.m4: Move random stuff to gc-random.m4
14846
14847 2006-03-07  Simon Josefsson  <jas@extundo.com>
14848
14849         * lib/unistd_.h: New file.
14850
14851 2006-03-07  Simon Josefsson  <jas@extundo.com>
14852
14853         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
14854
14855 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
14858         Problem reported by Juan Manuel Guerrero.
14859
14860 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14861
14862         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
14863         the unistd module.
14864         * lib/getlogin_r.c: Likewise.
14865         * lib/getlogin_r.h: Likewise.
14866         * lib/glob.c: Likewise.
14867         * lib/pagealign_alloc.c: Likewise.
14868         * lib/unistd_.h: Remove; no longer needed.
14869
14870 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
14871
14872         * MODULES.html.sh (Support for systems lacking POSIX:2001):
14873         Add unistd.
14874         * modules/c-stack (Depends-on): Add unistd.
14875         * modules/getlogin_r: Likewise.
14876         * modules/glob: Likewise.
14877         * modules/pagealign_alloc: Likewise.
14878         * modules/unistd (Files): Remove lib/unistd_.h.
14879         (EXTRA_DIST): Remove.
14880         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
14881         need unistd_.h.
14882         (MOSTLYCLEANFILES): Remove unistd.h-t.
14883
14884 2006-03-03  Simon Josefsson  <jas@extundo.com>
14885
14886         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
14887
14888 2006-03-03  Simon Josefsson  <jas@extundo.com>
14889
14890         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
14891         libidn and bison.
14892
14893 2006-03-03  Simon Josefsson  <jas@extundo.com>
14894
14895         * build-aux/maint.mk: Add indent target.
14896
14897 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
14898
14899         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
14900         our replacement poll.h in any case, to avoid a differing
14901         declaration from a system header.  Seen on AIX.
14902
14903 2006-03-01  Simon Josefsson  <jas@extundo.com>
14904
14905         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
14906         <kasal@ucw.cz>.
14907
14908 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14909
14910         * modules/gettime (Depends-on): Add extensions module.
14911         * modules/nanosleep (Depends-on): Likewise.
14912         * modules/settime (Depends-on): Likewise.
14913
14914 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14915
14916         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
14917         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
14918         pedantically.
14919         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14920         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
14921
14922         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
14923         not "==".  Reported by Ralf Wildenhues.
14924
14925 2006-03-01  Karl Berry  <karl@gnu.org>
14926
14927         * doc/Copyright/request-*: new files, synced from gnuorg.
14928
14929 2006-03-01  Karl Berry  <karl@gnu.org>
14930
14931         * config/srclist.txt (Copyright/*): new entries.
14932
14933 2006-02-28  Simon Josefsson  <jas@extundo.com>
14934
14935         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
14936
14937 2006-02-27  Simon Josefsson  <jas@extundo.com>
14938
14939         * lib/base64.h: Indent #define's.  From Jim Meyering
14940         <jim@meyering.net>.
14941
14942 2006-02-27  Jim Meyering  <jim@meyering.net>
14943
14944         Revert the change of 2006-02-24, so these files can continue
14945         to be sync'd from gettext.
14946         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
14947         of `config.h'.
14948
14949 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14950
14951         * modules/intprops: New file.
14952         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14953         Add intprops.
14954         * modules/getloadavg (Files): Remove lib/intprops.h.
14955         (Depends-on): Add intprops.
14956         * modules/human: Likewise.
14957         * modules/inttostr: Likewise.
14958         * modules/openat: Likewise.
14959         * modules/sig2str: Likewise.
14960         * modules/userspec: Likewise.
14961         * modules/utimecmp: Likewise.
14962         * modules/xnanosleep: Likewise.
14963         * modules/xstrtol: Likewise.
14964
14965 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
14966
14967         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
14968         * modules/lock-tests (TESTS): Use $(EXEEXT).
14969         * modules/tls-tests: Likewise.
14970         * modules/argp-tests: Likewise.
14971         (check_PROGRAMS): New var, replacing...
14972         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
14973
14974 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14975
14976         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
14977         `config.h'.
14978
14979 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14980
14981         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
14982
14983 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14984
14985         Sync from coreutils.
14986         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
14987         gl_CHDIR_SAFER.
14988
14989 2006-02-22  Jim Meyering  <jim@meyering.net>
14990
14991         Sync from coreutils.
14992         * m4/chdir-safer.m4: New file.
14993
14994 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14995
14996         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
14997         AT_FDCWD exceeds INT_MAX.
14998         * lib/openat.h (AT_FDCWD): Likewise.
14999
15000 2006-02-17  Eric Blake  <address@hidden>
15001
15002         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15003
15004 2006-02-16  Simon Josefsson  <jas@extundo.com>
15005
15006         * modules/getaddrinfo (Depends-on): Add sys_socket.
15007
15008 2006-02-15  Simon Josefsson  <jas@extundo.com>
15009
15010         * build-aux/maint.mk: Add dsyntax-check rule.
15011
15012 2006-02-15  Eric Blake  <ebb9@byu.net>
15013
15014         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15015         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15016         'present but cannot compile' warnings on cygwin.
15017         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15018         use ws2tcpip.h if sys/socket.h works.
15019         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15020         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15021
15022 2006-02-14  Simon Josefsson  <jas@extundo.com>
15023
15024         * modules/maintainer-makefile (Files): Rename.
15025
15026         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15027         and (the local) Makefile.cfg to maint-cfg.mk.
15028
15029         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15030         to the latter.
15031
15032         * modules/maintainer-makefile: New module.
15033
15034         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15035         severaly stripped to make it possible to build it up from scratch
15036         with reliable tests.
15037
15038         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15039         fixes to permit overriding the default actions when configure and
15040         makefile are not available.
15041
15042 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15043
15044         Sync from coreutils.
15045         * modules/lstat (Depends-on): Don't depend on xalloc.
15046         (License): Change from GPL to LGPL, since this is now simply a
15047         replacement for a libc function.
15048
15049 2006-02-14  Jim Meyering  <jim@meyering.net>
15050
15051         Sync from coreutils.
15052
15053         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15054         failure on deficient systems, and simplify gnulib lgpl dependencies.
15055         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15056         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15057
15058         * lib/xalloc-die.c: Remove unused definition of N_.
15059
15060 2006-02-14  Jim Meyering  <jim@meyering.net>
15061
15062         Sync from coreutils.
15063         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15064         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15065         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15066         double-quote uses of that variable, to accommodate the rare case in
15067         which getmntent is available in none of the libraries checked.  This
15068         happens at least on FreeBSD 5.0.
15069
15070 2006-02-13  Simon Josefsson  <jas@extundo.com>
15071
15072         * gnulib-tool (Usage): Fix --import, from
15073         karl@freefriends.org (Karl Berry).
15074
15075 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15076
15077         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15078
15079 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15080
15081         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15082         "autoupdate" on 2005-12-12.
15083
15084 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15085
15086         * modules/closeout (Depends-on): Remove atexit.
15087
15088 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15089
15090         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15091         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15092
15093 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15094
15095         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15096         __EXTENSIONS__ if this causes compilation to fail.  Problem
15097         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15098         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15099
15100 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15101
15102         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15103         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15104         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15105         All uses changed.
15106
15107 2006-01-26  Simon Josefsson  <jas@extundo.com>
15108
15109         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15110         prototype is visible on mingw32.
15111
15112         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15113         for mingw32.
15114
15115         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15116         mingw32).
15117
15118 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15121         attempt to open for write; this always fails, at least on POSIX
15122         hosts.  This reinstates the 2006-01-09 change, which was
15123         inadvertently removed.
15124
15125 2006-01-26  Bruno Haible  <bruno@clisp.org>
15126
15127         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15128         Reported by Paul Eggert.
15129
15130 2006-01-26  Bruno Haible  <bruno@clisp.org>
15131             Paul Eggert  <eggert@cs.ucla.edu>
15132
15133         * lib/stdbool_.h (_Bool)
15134         [(! (defined __cplusplus || defined __BEOS__)
15135           && !defined __GNUC__
15136           && !(defined __HP_cc || defined __xlc__
15137                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15138                || defined __sgi))]:
15139         #define to signed char in these cases too; this simplifies
15140         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15141         etc., separately) and makes it more conservative.
15142
15143 2006-01-25  Simon Josefsson  <jas@extundo.com>
15144
15145         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15146         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15147         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15148
15149 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15150
15151         * lib/argp-namefrob.h: Bugfix. Remove stray #
15152
15153 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15154
15155         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15156         so that we test the test.
15157         Check for yet another HP-UX cc bug involving *bool |= bool.
15158
15159 2006-01-25  Karl Berry  <karl@gnu.org>
15160
15161         * config/srclist.txt (vasnprintf.c): sync lost.
15162
15163 2006-01-25  Jim Meyering  <jim@meyering.net>
15164
15165         Sync from the stable (b5) branch of coreutils:
15166
15167         * lib/fts.c (fts_children): Don't let close() clobber errno from
15168         failed fchdir().
15169
15170         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15171         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15172         a dangling symlink.  That can also happen at least for ELOOP.
15173         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15174         FYI, this bug predates the inclusion of fts.c in coreutils.
15175
15176         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15177         in their own block, so pre-c99 compilers don't object.
15178
15179         Avoid the double-free (first in fts_read, second in fts_close) that
15180         would occur when an `active' directory is made inaccessible (e.g.,
15181         via chmod a-x) during a traversal.
15182         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15183         before returning.  Reproduce this failure by
15184         mkdir -p a/b; cd a; chmod a-x . b
15185         Reported by Stavros Passas.
15186
15187 2006-01-25  Jim Meyering  <jim@meyering.net>
15188
15189         * lib/fileblocks.c: Remove more useless parentheses.
15190         * lib/readutmp.h: Likewise.
15191
15192 2006-01-25  Bruno Haible  <bruno@clisp.org>
15193
15194         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15195         warnings.
15196         Reported by Paul Eggert.
15197
15198 2006-01-25  Bruno Haible  <bruno@clisp.org>
15199
15200         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15201         rid of a trap command. For Solaris sh.
15202         Reported by Mark D. Baushke <mdb@gnu.org>.
15203
15204 2006-01-24  Simon Josefsson  <jas@extundo.com>
15205
15206         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15207         Bruno.
15208
15209 2006-01-24  Karl Berry  <karl@gnu.org>
15210
15211         * config/srclist.txt (argp-namefrob.h): sync lost.
15212
15213 2006-01-24  Jim Meyering  <jim@meyering.net>
15214
15215         * modules/openat (Files): Add lib/intprops.h.
15216         From Mark D. Baushke.
15217
15218 2006-01-24  Jim Meyering  <jim@meyering.net>
15219
15220         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15221         Reported by Mark D. Baushke.
15222
15223 2006-01-24  Jim Meyering  <jim@meyering.net>
15224
15225         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15226
15227 2006-01-24  Bruno Haible  <bruno@clisp.org>
15228
15229         * modules/strnlen (Maintainer): Change from glibc to all.
15230
15231 2006-01-24  Bruno Haible  <bruno@clisp.org>
15232
15233         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15234         Patch by Paul Eggert.
15235
15236 2006-01-24  Bruno Haible  <bruno@clisp.org>
15237
15238         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15239         already has it.
15240         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15241         2005-11-26.
15242
15243         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15244         'signed char' to avoid problems with the built-in _Bool type.
15245         Reported by Paul Eggert on 2005-11-26.
15246
15247 2006-01-24  Bruno Haible  <bruno@clisp.org>
15248
15249         * gnulib-tool (func_import): Avoid constructing complicated sed
15250         expressions inside backquote.
15251         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15252
15253 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15254
15255         These changes imported from libc.
15256         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15257         test and two separate function calls.
15258         * lib/strndup.c (__strndup): Add libc_hidden_def.
15259
15260 2006-01-23  Simon Josefsson  <jas@extundo.com>
15261
15262         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15263         Remove the test_*_SOURCES variable: automake infers it by default.
15264         * modules/tls-tests: Likewise.
15265
15266 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15267
15268         Work around porting bugs reported by Dieter in
15269         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15270         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15271         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15272         Include "getopt.h" first, to check interface.
15273         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15274         !HAVE_DECL_GETENV.
15275         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15276         (__strndup): Revert to K&R-style function dfns, the glibc style.
15277         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15278         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15279         Include strnlen.h first, to get prototype properly.
15280         (strnlen): Renamed from __strnlen.
15281         Remove weak alias.
15282
15283 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15284
15285         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15286
15287 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15288
15289         * config/srclist.txt: Adjust to reflect glibc reorganization.
15290         This affects only comments.
15291
15292 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15293
15294          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15295          Reported by Bruce Korb <bkorb@gnu.org>.
15296
15297 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15300         to pacify gcc -Wswitch-default.
15301
15302 2006-01-22  Bruno Haible  <bruno@clisp.org>
15303
15304         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15305         temporary buffer for sprintf, take into account the precision also
15306         for 'd', 'i', 'u', 'o', 'x', 'X'.
15307
15308 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15309
15310         * modules/argp-tests: New module
15311         * tests/test-argp.c: New file
15312         * tests/test-argp-2.sh: New file
15313
15314 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15315
15316         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15317         (__argp_base_name): Removed
15318         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15319         typo.
15320         (__argp_base_name): Provide macro definition or extern declaration
15321         depending on the configuration
15322
15323 2006-01-20  Simon Josefsson  <jas@extundo.com>
15324
15325         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15326
15327 2006-01-20  Simon Josefsson  <jas@extundo.com>
15328
15329         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15330
15331 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15332
15333         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15334         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15335         Suggested by Bruno Haible.
15336
15337 2006-01-20  Karl Berry  <karl@gnu.org>
15338
15339         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15340         until changes propagate, I guess.
15341
15342 2006-01-19  Simon Josefsson  <jas@extundo.com>
15343
15344         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15345
15346 2006-01-19  Simon Josefsson  <jas@extundo.com>
15347
15348         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15349
15350 2006-01-19  Simon Josefsson  <jas@extundo.com>
15351
15352         * gnulib-tool: Set check_PROGRAMS.
15353
15354         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15355         modules/des-tests, modules/gc-arcfour-tests,
15356         modules/gc-arctwo-tests, modules/gc-des-tests,
15357         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15358         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15359         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15360         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15361         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15362         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15363         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15364         test_*_SOURCES.
15365
15366 2006-01-18  Simon Josefsson  <jas@extundo.com>
15367
15368         * modules/socklen (Depends-on): Depend on sys_socket.
15369
15370 2006-01-18  Simon Josefsson  <jas@extundo.com>
15371
15372         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15373         modules/des-tests, modules/gc-arcfour-tests,
15374         modules/gc-arctwo-tests, modules/gc-des-tests,
15375         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15376         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15377         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15378         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15379         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15380         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15381         $(EXEEXT) to automake TESTS variable, for mingw32.
15382
15383 2006-01-17  Simon Josefsson  <jas@extundo.com>
15384
15385         * modules/socklen (Include): Need sys/socket.h.
15386
15387 2006-01-17  Bruno Haible  <bruno@clisp.org>
15388
15389         * modules/ssize_t (Include): Add <sys/types.h>.
15390
15391 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15392
15393         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15394         it's not portable and it doesn't work with cross-compiles.
15395         Problem reported by Bruno Haible.  Fix missing-$ typo in
15396         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15397         -zignore from being used with Sun's C compiler.
15398
15399 2006-01-12  Simon Josefsson  <jas@extundo.com>
15400
15401         * lib/base64.c: Fix warning, reported by Bruno Haible
15402         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15403
15404 2006-01-12  Bruno Haible  <bruno@clisp.org>
15405
15406         * modules/ldd: New file.
15407         * build-aux/ldd.sh.in: New file.
15408         * MODULES.html.sh (Support for building libraries and executables): Add
15409         ldd.
15410
15411 2006-01-12  Bruno Haible  <bruno@clisp.org>
15412
15413         * m4/ldd.m4: New file.
15414
15415 2006-01-12  Bruno Haible  <bruno@clisp.org>
15416
15417         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15418         endless loop while replacing $auxdir with build-aux.
15419
15420 2006-01-11  Simon Josefsson  <jas@extundo.com>
15421
15422         * lib/stdint_.h (SIZE_MAX): Add missing (.
15423
15424 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15425
15426         Sync from coreutils.
15427         * lib/md5.c: Fix commentary typos.
15428         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15429         * lib/md5.h (__attribute__): Remove; unused.
15430         * lib/sha1.c: Fix commentary to match md5 better.
15431         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15432         so that we don't need to worry about alignment.  All uses changed.
15433         This merges the 2005-10-28 md5 change into sha1.
15434
15435 2006-01-11  Jim Meyering  <jim@meyering.net>
15436
15437         Sync from coreutils.
15438         * lib/md5.c (OP): Fix spacing.
15439
15440 2006-01-11  Bruno Haible  <bruno@clisp.org>
15441
15442         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15443         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15444         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15445
15446 2006-01-11  Bruno Haible  <bruno@clisp.org>
15447
15448         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15449         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15450         the "early" section as well.
15451
15452 2006-01-11  Bruno Haible  <bruno@clisp.org>
15453
15454         Avoid "ar: no archive members specified" error on MacOS X.
15455         * gnulib-tool (func_modules_add_dummy): New function.
15456         (func_import, func_create_testdir): Invoke it.
15457
15458 2006-01-11  Bruno Haible  <bruno@clisp.org>
15459
15460         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15461         with $auxdir in AC_CONFIG_FILES statements.
15462
15463 2006-01-11  Bruno Haible  <bruno@clisp.org>
15464
15465         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15466         Initialize also noinst_HEADERS to empty.
15467
15468 2006-01-11  Bruno Haible  <bruno@clisp.org>
15469
15470         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15471         variables.
15472         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15473         autoreconf.
15474
15475 2006-01-11  Bruno Haible  <bruno@clisp.org>
15476
15477         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15478         overridable by the user.
15479         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15480
15481 2006-01-10  Simon Josefsson  <jas@extundo.com>
15482
15483         * modules/sys_socket: New file.
15484
15485 2006-01-10  Simon Josefsson  <jas@extundo.com>
15486
15487         * m4/sys_socket_h.m4: New file.
15488
15489 2006-01-10  Simon Josefsson  <jas@extundo.com>
15490
15491         * lib/socket_.h: New file.
15492
15493 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15494
15495         * modules/readutmp (Maintainer): Add myself.
15496
15497 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15500         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15501         People who are still concerned with buggy memcmp implementations
15502         can invoke gl_FUNC_MEMCMP themselves.
15503
15504 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15505
15506         * lib/regex_internal.h (BITSET_WORD_BITS):
15507         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15508         preprocessor mishandles large unsigned values as if they were signed.
15509         Problem reported by Claudio Fontana in
15510         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15511
15512 2006-01-10  Jim Meyering  <jim@meyering.net>
15513
15514         Avoid the double-free (first in fts_read, second in fts_close) that
15515         would occur when an `active' directory is made inaccessible (e.g.,
15516         via chmod a-x) during a traversal.
15517         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15518         before returning.  Reproduce this failure by
15519         mkdir -p a/b; cd a; chmod a-x . b
15520         Reported by Stavros Passas.
15521
15522         Sync from coreutils.
15523         * lib/sha1.c: Tweak grammar in a comment.
15524
15525 2006-01-10  Jim Meyering  <jim@meyering.net>
15526
15527         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15528         Patch by Joerg Sonnenberger.
15529
15530 2006-01-10  Bruno Haible  <bruno@clisp.org>
15531
15532         * modules/readutmp: Depend on module free.
15533         * modules/strtok_r: Depend on module restrict.
15534
15535 2006-01-10  Bruno Haible  <bruno@clisp.org>
15536
15537         * modules/gettext (configure.ac): Add an invocation of
15538         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15539
15540 2006-01-10  Bruno Haible  <bruno@clisp.org>
15541
15542         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15543         Reported by Werner Lemberg <wl@gnu.org>.
15544
15545 2006-01-10  Bruno Haible  <bruno@clisp.org>
15546
15547         * lib/localcharset.c: Update from GNU gettext.
15548
15549 2006-01-10  Bruno Haible  <bruno@clisp.org>
15550
15551         * lib/argp.h (__const): Remove macro. Use const instead.
15552         * lib/argp-fmtstream.h (__const): Likewise.
15553         * lib/glob_.h (__const): Remove macro.
15554         * lib/glob-libc.h: Use const instead of __const.
15555
15556 2006-01-10  Bruno Haible  <bruno@clisp.org>
15557
15558         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15559         variable.
15560         Needed to avoid an automake error regarding the 'gettext' module.
15561
15562 2006-01-09  Simon Josefsson  <jas@extundo.com>
15563
15564         * modules/inet_ntop (Depends-on): Add restrict.
15565
15566 2006-01-09  Simon Josefsson  <jas@extundo.com>
15567
15568         * modules/gc-rijndael-tests (License): Put under LGPL.
15569
15570         * modules/gc-des-tests (License): Likewise.
15571
15572         * modules/gc-arcfour-tests (License): Likewise.
15573
15574         * modules/gc-arctwo-tests (License): Likewise.
15575
15576         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15577
15578         * modules/gc-hmac-sha1-tests (Files): Likewise.
15579
15580         * modules/gc-hmac-md5-tests (License): Likewise.
15581
15582         * modules/gc-sha1-tests (License): Likewise.
15583
15584         * modules/gc-md5-tests (License): Likewise.
15585
15586         * modules/gc-md4-tests (License): Likewise.
15587
15588         * modules/gc-md2-tests (License): Likewise.
15589
15590         * modules/gc-tests (License): Likewise.
15591
15592         * modules/des-tests (License): Likewise.
15593
15594         * modules/md4-tests (License): Likewise.
15595
15596         * modules/md2-tests (License): Likewise.
15597
15598 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15599
15600         Sync from coreutils:
15601
15602         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15603         * modules/lib-ignore: New file.
15604         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15605         chdir-safer.m4, lchmod.m4.
15606         * modules/openat: Add mkdirat.c, openat-priv.h.
15607
15608 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         Sync from coreutils.
15611         * m4/lib-ignore.m4: New file.
15612         * m4/lchmod.m4: New file.
15613
15614 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15615
15616         Sync from coreutils.
15617         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15618         for write access: POSIX says that must fail.
15619         * lib/fts.c (diropen): Likewise.
15620         * lib/save-cwd.c (save_cwd): Likewise.
15621         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15622         well, for minor improvements on hosts that lack O_DIRECTORY.
15623         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15624         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15625         Fall back on chown if open failed with EACCES.
15626
15627         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15628         Report an error at compile-time if only a 1-second nominal clock
15629         resolution is found.
15630
15631         * lib/lchmod.h: New file.
15632         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15633         (make_dir_parents): Use lchown rather than chown, and
15634         lchmod rather than chmod.
15635
15636         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15637         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15638         "proc" reported by n0dalus.
15639
15640         * lib/mountlist.c: Include <limits.h>.
15641         (dev_from_mount_options)
15642         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15643         New function.  It no longer assumes "dev=" has the System V meaning
15644         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15645         (read_file_system_list)
15646         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15647         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15648         dev= in that case.
15649
15650         * lib/posixtm.h (PDS_PRE_2000): New macro.
15651         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15652         allow_century.  All usages changed.  Reject dates outside the range
15653         1969-1999 if PDS_PRE_2000 is used.
15654
15655 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15656
15657         Sync from coreutils.
15658         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15659         (Time of day items): Mention the possibility of leap seconds.
15660         Problem reported by Dr. David Alan Gilbert.
15661
15662 2006-01-09  Jim Meyering  <jim@meyering.net>
15663
15664         Sync from coreutils.
15665
15666         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15667
15668         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15669
15670         * lib/modechange.c (mode_compile): Reject an invalid mode string
15671         that starts with an octal digit.  From Andreas Gruenbacher.
15672
15673         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15674         and dup to open_safer and dup_safer, respectively.
15675         (openat_permissive): Fix typo in comment.
15676
15677         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15678         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15679         (_): Remove; no longer needed.
15680         (openat): Renamed from rpl_openat; no need for rpl_openat
15681         since openat.h renames openat for us.
15682         Replace most of the body with a call to openat_permissive,
15683         to avoid duplicate code.
15684         Port to (probably hypothetical) environments were mode_t is
15685         wider than int.
15686         (openat_permissive): Require mode arg, so that we can check
15687         types better.  Put it just after flags.  Change cwd failure
15688         indicator from pointer-to-bool to pointer-to-errno-value.
15689         All callers changed.
15690         Invoke openat_save_fail and/or openat_restore_fail if
15691         cwd_errno is null, so that openat can call us.
15692         (openat_permissive, fdopendir, fstatat, unlinkat):
15693         Simplify errno handling to avoid some duplicate code,
15694         as it's OK to set errno on success.
15695         * lib/openat.h: Revamp code so that function macros depend on
15696         __OPENAT_PREFIX only, not also on AT_FDCWD.
15697         (openat_ro): Remove.  Caller changed to use openat_permissive.
15698         (openat_permissive): Now a macro, if not a function.
15699         (openat_restore_fail, openat_save_fail): Now always functions,
15700         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15701
15702         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15703         and openat.c.
15704         * lib/mkdirat.c: Include openat-priv.h.
15705         Remove definitions of macros defined therein.
15706         * lib/openat.c: Likewise.
15707
15708         * lib/mkdirat.c (mkdirat): New file and function.
15709         * lib/openat.h (mkdirat): Declare.
15710
15711         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15712
15713         * lib/openat.h (openat_permissive): Declare.
15714         (openat_ro): Define.
15715
15716         * lib/openat.c (EXPECTED_ERRNO): New macro.
15717         (openat_permissive): New function -- used in remove.c rewrite.
15718         (all functions): Set errno just before returning, only if there
15719         was an actual failure.
15720         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15721
15722         Emulate openat-family functions using Linux's procfs, if possible.
15723         Idea and some code based on Ulrich Drepper's glibc changes.
15724
15725         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15726         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15727         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15728         before falling back on save_cwd and restore_cwd.
15729         (fdopendir, fstatat, unlinkat): Likewise.
15730
15731         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15732         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15733
15734         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15735         as second argument to va_arg.  Otherwise, some versions of gcc
15736         warn that `if this code is reached, the program will abort'.
15737
15738 2006-01-09  Jim Meyering  <jim@meyering.net>
15739
15740         Sync from coreutils.
15741         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15742         Require openat-priv.h.
15743
15744 2006-01-09  Bruno Haible  <bruno@clisp.org>
15745
15746         * modules/strnlen (Include): Use strnlen.h.
15747
15748 2006-01-09  Bruno Haible  <bruno@clisp.org>
15749
15750         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15751
15752 2006-01-09  Bruno Haible  <bruno@clisp.org>
15753
15754         * lib/sysexit_.h (EX_OK): New macro.
15755         Suggested by Martin Lambers <marlam@marlam.de>.
15756
15757 2006-01-09  Bruno Haible  <bruno@clisp.org>
15758
15759         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
15760         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
15761
15762 2006-01-09  Bruno Haible  <bruno@clisp.org>
15763
15764         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
15765         numbers.
15766
15767 2006-01-09  Bruno Haible  <bruno@clisp.org>
15768
15769         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
15770         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
15771         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
15772         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
15773
15774 2006-01-09  Bruno Haible  <bruno@clisp.org>
15775
15776         * build-aux/javacomp.sh.in: New file, moved from lib/.
15777         * modules/javacomp-script (Files): Update.
15778         (configure.ac): Add AC_CONFIG_FILES invocation.
15779         (EXTRA_DIST): Remove variable.
15780
15781         * build-aux/javaexec.sh.in: New file, moved from lib/.
15782         * modules/javaexec (Files): Update.
15783         (configure.ac): Add AC_CONFIG_FILES invocation.
15784         (EXTRA_DIST): Remove javaexec.sh.in.
15785
15786         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
15787         * modules/csharpcomp-script (Files): Update.
15788         (configure.ac): Add AC_CONFIG_FILES invocation.
15789         (EXTRA_DIST): Remove variable.
15790
15791         * build-aux/csharpexec.sh.in: New file, moved from lib/.
15792         * modules/csharpexec (Files): Update.
15793         (configure.ac): Add AC_CONFIG_FILES invocation.
15794         (EXTRA_DIST): Remove csharpexec.sh.in.
15795
15796 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15797
15798         Sync from coreutils.
15799
15800         Add POSIX ACL support
15801         * lib/acl.h (copy_acl, set_acl): Add declarations.
15802         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
15803         systems other than Linux.
15804         (chmod_or_fchmod): New function: use fchmod when possible,
15805         and chmod otherwise.
15806         (file_has_acl): Add a POSIX ACL implementation, with a
15807         Linux-specific subcase.
15808         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
15809         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
15810         acls are unsupported.
15811         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
15812         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
15813         are unsupported.
15814
15815 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
15816
15817         Sync from coreutils.
15818         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
15819
15820 2006-01-07  Bruno Haible  <bruno@clisp.org>
15821
15822         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
15823         gl_EARLY.
15824
15825 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15826
15827         * lib/strftime.c (tzname): Don't declare if it is already #defined.
15828         Problem reported for Mingw by Mark Junker.
15829
15830 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15831
15832         * README: Gnulib normally doesn't generate a tarball.
15833
15834 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
15835
15836         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
15837         long int, not int, for nanosecond counts, so that people who are
15838         used to POSIX struct timespec won't be surprised.  Reported by Jim
15839         Meyering.
15840
15841 2005-12-28  Bruno Haible  <bruno@clisp.org>
15842
15843         * build-aux/config.rpath: Update from GNU gettext.
15844
15845 2005-12-16  Jim Meyering  <jim@meyering.net>
15846
15847         * modules/fprintftime: New module.
15848         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
15849
15850 2005-12-16  Jim Meyering  <jim@meyering.net>
15851
15852         * m4/fprintftime.m4: New file.
15853
15854 2005-12-16  Jim Meyering  <jim@meyering.net>
15855
15856         * lib/fprintftime.c, lib/fprintftime.h: New files.
15857
15858 2005-12-15  Simon Josefsson  <jas@extundo.com>
15859
15860         * modules/socklen (configure.ac): Fix M4 macro name, to align with
15861         new m4/socklen.m4.
15862
15863 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15864
15865         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
15866         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
15867
15868 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15869
15870         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
15871         * lib/argp-help.c (fill_in_uparams): Check if the constructed
15872         struct uparams is valid. Fall back to the default values if it is
15873         not.
15874
15875 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15876
15877         * modules/argp (Files): Add argp-pin.c
15878         (Depends-on): dirname
15879         (lib_SOURCES): Add argp-pin.c
15880
15881 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15882
15883         * m4/argp.m4:  Check if program_invocation_name and
15884         program_invocation_short_name are declared and define appropriate
15885         macros if they are not.
15886
15887 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15888
15889         * lib/argp-help.c (__argp_base_name): New function
15890         (__argp_short_program_name): Rewrite using __argp_base_name
15891         * lib/argp-namefrob.h: Define program_invocation_name and
15892         program_invocation_short_name if requested
15893         (__argp_base_name): Add prototype
15894         * lib/argp-parse.c (argp_def): Use gettext wrappers
15895         (argp_default_parser): Use __argp_base_name
15896         * lib/argp-pin.c: New file. Defines program_invocation_name and
15897         program_invocation_short_name on systems that lack them.
15898
15899 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15900
15901         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
15902         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15903         porting problem reported by Georg Schwarz in
15904         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15905
15906 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15907
15908         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
15909         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
15910         porting problem reported by Georg Schwarz in
15911         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
15912
15913 2005-12-05  Bruno Haible  <bruno@clisp.org>
15914
15915         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
15916         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
15917         Reported by Mark Junker <mjscod@gmx.de>.
15918
15919 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
15920
15921         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
15922         Use implementation from Albert Chin, with some
15923         comments/corrections by Stepan Kasal and myself.
15924
15925 2005-12-02  Bruno Haible  <bruno@clisp.org>
15926
15927         * gnulib-tool (func_import): Accept GPLed build tool modules when
15928         --lgpl is given.
15929         * modules/csharpcomp-script: New file.
15930         * modules/csharpcomp: Depend on it.
15931         * modules/javacomp-script: New file.
15932         * modules/javacomp: Depend on it.
15933         Suggested by Simon Josefsson.
15934
15935 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
15936
15937         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
15938         statement, to work around an HP-UX 10.20 compiler bug reported by
15939         Peter O'Gorman.
15940
15941 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15942
15943         * modules/savedir (Depends-on): Add openat.
15944
15945 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
15948         (uintmax_t) [defined uintmax_t]: Do not declare.
15949         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
15950         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
15951         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
15952         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
15953         sake of portability to weird hosts that C allows (though we don't
15954         know of any practical examples).
15955
15956         * lib/savedir.h (fdsavedir): New decl.
15957         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
15958         contains most of the former guts of savedir.
15959         (savedir): Use savedirstream.
15960         Include "openat.h".
15961
15962 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15963
15964         * modules/obstack (Files): Add m4/ulonglong.m4.
15965         Problem reported by Davide Angelocola.
15966
15967 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15968
15969         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
15970         coreutils no longer futzes with rounding modes.
15971
15972 2005-11-14  Jim Meyering  <jim@meyering.net>
15973
15974         * lib/mkstemp-safer.c: Include <config.h>, required for possible
15975         replacement of mkstemp.
15976
15977 2005-11-10  Simon Josefsson  <jas@extundo.com>
15978
15979         * lib/readline.c: Remove EOL.
15980
15981 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15982
15983         * modules/gethrxtime (Depends-on): Add gettime.
15984
15985 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15986
15987         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
15988         or gettimeofday; no longer needed.
15989
15990 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15991
15992         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
15993         time business.
15994         (gethrxtime) [! (HAVE_NANOUPTIME
15995         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
15996         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
15997         our own approximation.
15998
15999 2005-11-08  Eric Blake  <ebb9@byu.net>
16000
16001         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16002
16003 2005-11-08  Eric Blake  <ebb9@byu.net>
16004
16005         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16006
16007 2005-11-04  Bruno Haible  <bruno@clisp.org>
16008
16009         * gnulib-tool: Implement --update mode.
16010
16011 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16012
16013         Fix porting problem reported by Theodoros V. Kalamatianos.
16014         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16015         Don't assume that futimes failing means we must fail.
16016
16017 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16018
16019         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16020         variables to suggest the intended function of the PATH_MAX check.
16021
16022 2005-10-30  Kean Johnston  <jkj@sco.com>
16023
16024         Trivial changes to support SCO systems.
16025         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16026         as PATH_MAX.
16027         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16028         where __ptr is null when no I/O is pending.
16029
16030 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16031
16032         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16033         leave errno alone.  Problem reported by Dmitry V. Levin.
16034
16035 2005-10-28  Simon Josefsson  <jas@extundo.com>
16036
16037         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16038         Test more.
16039
16040         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16041
16042         * modules/md2, modules/md2-tests: New files.
16043
16044 2005-10-28  Simon Josefsson  <jas@extundo.com>
16045
16046         * m4/inet_ntop.m4: More tests.
16047
16048         * m4/gc-md2.m4, md2.m4: New file.
16049
16050 2005-10-28  Simon Josefsson  <jas@extundo.com>
16051
16052         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16053         "restrict" keywords, as per POSIX.  Protect the function
16054         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16055         Don't use K&R prototypes.  Check the sprintf return values.
16056         Re-define EAFNOSUPPORT if not present.  Indent.
16057
16058         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16059         suggested by Bruno Haible <bruno@clisp.org>.
16060
16061         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16062
16063         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16064
16065         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16066         libgcrypt).
16067
16068         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16069
16070         * lib/md2.h, lib/md2.c: New files.
16071
16072 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16073
16074         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16075         errno alone.  Problem reported by Frederic Jolliton.
16076
16077 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16078
16079         * modules/verify (License): Change from GPL to LGPL.  This is a
16080         tiny module and there are apparently near-equivalents that are
16081         under the BSD license.
16082
16083 2005-10-24  Simon Josefsson  <jas@extundo.com>
16084
16085         * modules/sha1: Relicense to LGPL.
16086
16087 2005-10-24  Simon Josefsson  <jas@extundo.com>
16088
16089         * lib/md4.h: Shrink buffer size, now that we changed the type.
16090
16091 2005-10-23  Simon Josefsson  <jas@extundo.com>
16092
16093         * gnulib-tool (func_import): Fix --tests-base.
16094
16095 2005-10-22  Simon Josefsson  <jas@extundo.com>
16096
16097         * modules/arcfour (Depends-on): Need stdint.
16098
16099 2005-10-22  Simon Josefsson  <jas@extundo.com>
16100
16101         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16102         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16103
16104 2005-10-22  Simon Josefsson  <jas@extundo.com>
16105
16106         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16107         suggested by Bruno Haible <bruno@clisp.org>.
16108
16109 2005-10-22  Simon Josefsson  <jas@extundo.com>
16110
16111         * lib/crc.h: Include stddef.h, for size_t.
16112
16113 2005-10-22  Simon Josefsson  <jas@extundo.com>
16114
16115         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16116         arcfour_context struct (simplify test vector testing in GNU
16117         Shishi).
16118
16119 2005-10-21  Simon Josefsson  <jas@extundo.com>
16120
16121         * modules/des, modules/des-tests: New files.
16122
16123         * modules/gc-des, modules/gc-des-tests: New files.
16124
16125         * tests/test-des.c, tests/test-gc-des.c: New file.
16126
16127 2005-10-21  Simon Josefsson  <jas@extundo.com>
16128
16129         * modules/arctwo, modules/arctwo-tests: New files.
16130
16131         * tests/test-arctwo.c: New file.
16132
16133         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16134
16135         * tests/test-gc-arctwo.c: New file.
16136
16137 2005-10-21  Simon Josefsson  <jas@extundo.com>
16138
16139         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16140         Bruno Haible <bruno@clisp.org>.
16141
16142         * m4/gc-des.m4: New file.
16143
16144 2005-10-21  Simon Josefsson  <jas@extundo.com>
16145
16146         * m4/arctwo.m4: New file.
16147
16148         * m4/gc-arctwo.m4: New file.
16149
16150 2005-10-21  Simon Josefsson  <jas@extundo.com>
16151
16152         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16153         block.
16154
16155 2005-10-21  Simon Josefsson  <jas@extundo.com>
16156
16157         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16158         <bruno@clisp.org>.
16159
16160         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16161
16162         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16163         Bruno Haible <bruno@clisp.org>.
16164
16165         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16166         <bruno@clisp.org>.
16167
16168 2005-10-21  Simon Josefsson  <jas@extundo.com>
16169
16170         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16171
16172 2005-10-21  Simon Josefsson  <jas@extundo.com>
16173
16174         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16175
16176 2005-10-21  Simon Josefsson  <jas@extundo.com>
16177
16178         * lib/des.h, lib/des.c: New files.
16179
16180         * lib/gc-gnulib.c: Support DES.c
16181
16182 2005-10-21  Simon Josefsson  <jas@extundo.com>
16183
16184         * lib/arctwo.h, lib/arctwo.c: New files.
16185
16186         * lib/gc-gnulib.c: Support ARCTWO.
16187
16188 2005-10-21  Simon Josefsson  <jas@extundo.com>
16189
16190         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16191         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16192
16193 2005-10-21  Simon Josefsson  <jas@extundo.com>
16194
16195         * gnulib-tool (func_import, func_create_testdir): Define automake
16196         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16197         Makefile.am snippet),
16198         suggested by Bruno Haible <bruno@clisp.org>.
16199
16200         * modules/gc (Makefile.am): Use it.
16201
16202 2005-10-21  Bruno Haible  <bruno@clisp.org>
16203
16204         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16205         patch.
16206
16207 2005-10-19  Simon Josefsson  <jas@extundo.com>
16208
16209         * tests/test-gc-rijndael.c: New file.
16210
16211         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16212
16213 2005-10-19  Simon Josefsson  <jas@extundo.com>
16214
16215         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16216         interface too.
16217
16218 2005-10-19  Simon Josefsson  <jas@extundo.com>
16219
16220         * tests/test-gc-arcfour.c: New file.
16221
16222         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16223
16224 2005-10-19  Simon Josefsson  <jas@extundo.com>
16225
16226         * modules/gc-md4, modules/gc-md4-tests: New file.
16227
16228         * tests/test-gc-md4.c: New file.
16229
16230 2005-10-19  Simon Josefsson  <jas@extundo.com>
16231
16232         * m4/gc-md4.m4: New file.
16233
16234 2005-10-19  Simon Josefsson  <jas@extundo.com>
16235
16236         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16237         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16238         <kasal@ucw.cz>.
16239
16240 2005-10-19  Simon Josefsson  <jas@extundo.com>
16241
16242         * m4/gc-arcfour.m4: New file.
16243
16244         * m4/gc-rijndael.m4: New file.
16245
16246 2005-10-19  Simon Josefsson  <jas@extundo.com>
16247
16248         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16249
16250 2005-10-19  Simon Josefsson  <jas@extundo.com>
16251
16252         * lib/gc-gnulib.c: Support ARCFOUR.
16253
16254 2005-10-19  Simon Josefsson  <jas@extundo.com>
16255
16256         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16257         support.
16258
16259         * lib/gc.h: Add ECB enum type.
16260
16261         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16262
16263 2005-10-18  Simon Josefsson  <jas@extundo.com>
16264
16265         * tests/test-md5.c: New file.
16266
16267         * modules/md5-tests: New file.
16268
16269 2005-10-18  Simon Josefsson  <jas@extundo.com>
16270
16271         * tests/test-md4.c: New file.
16272
16273         * modules/md4, modules/md4-tests: New files.
16274
16275 2005-10-18  Simon Josefsson  <jas@extundo.com>
16276
16277         * m4/md4.m4: New file.
16278
16279 2005-10-18  Simon Josefsson  <jas@extundo.com>
16280
16281         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16282
16283 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16284
16285         * gnulib-tool (func_create_testdir): Omit the second check whether
16286         BUILT_SOURCES in nonempty.
16287
16288 2005-10-17  Simon Josefsson  <jas@extundo.com>
16289
16290         * tests/test-rijndael.c: New file.
16291
16292 2005-10-17  Simon Josefsson  <jas@extundo.com>
16293
16294         * modules/sha1: Depend on stdint instead of md5.
16295
16296         * modules/md5: Depend on stdint, remove uint32_t.
16297
16298 2005-10-17  Simon Josefsson  <jas@extundo.com>
16299
16300         * modules/gc-sha1-tests: New file.
16301
16302         * tests/test-gc-sha1.c: New file.
16303
16304 2005-10-17  Simon Josefsson  <jas@extundo.com>
16305
16306         * m4/md5.m4: Remove call to uint32_t.m4.
16307
16308 2005-10-17  Simon Josefsson  <jas@extundo.com>
16309
16310         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16311
16312         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16313         md5.h.
16314
16315         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16316
16317         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16318
16319 2005-10-17  Simon Josefsson  <jas@extundo.com>
16320
16321         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16322
16323 2005-10-17  Simon Josefsson  <jas@extundo.com>
16324
16325         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16326
16327 2005-10-17  Simon Josefsson  <jas@extundo.com>
16328
16329         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16330
16331         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16332
16333 2005-10-17  Bruno Haible  <bruno@clisp.org>
16334
16335         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16336         that it can also be used in a test.
16337
16338 2005-10-16  Bruno Haible  <bruno@clisp.org>
16339
16340         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16341         TESTS_ENVIRONMENT, so that individual tests can augment it.
16342
16343         * gnulib-tool (func_create_testdir): Use an intermediate target for
16344         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16345         macros, like $(ALLOCA_H), which cannot be passed through the command
16346         line.
16347
16348 2005-10-15  Simon Josefsson  <jas@extundo.com>
16349
16350         * modules/rijndael-tests: New file.
16351
16352         * modules/rijndael: New file.
16353
16354 2005-10-15  Simon Josefsson  <jas@extundo.com>
16355
16356         * m4/rijndael.m4: New file.
16357
16358 2005-10-15  Simon Josefsson  <jas@extundo.com>
16359
16360         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16361
16362         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16363
16364 2005-10-14  Simon Josefsson  <jas@extundo.com>
16365
16366         * tests/test-arcfour.c: New file.
16367
16368         * modules/arcfour, modules/arcfour-tests: New files.
16369
16370 2005-10-14  Simon Josefsson  <jas@extundo.com>
16371
16372         * m4/arcfour.m4: New file.
16373
16374 2005-10-14  Simon Josefsson  <jas@extundo.com>
16375
16376         * lib/arcfour.h, lib/arcfour.c: New files.
16377
16378 2005-10-14  Roland McGrath  <roland@redhat.com>
16379
16380         Import from libc.  [BZ #1331]
16381         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16382         macro argument.
16383         Reported by Matej Vela <vela@debian.org>.
16384
16385 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16388         include <wchar.h>; no longer needed.
16389
16390 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16391
16392         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16393
16394 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16395         and  Ulrich Drepper  <drepper@redhat.com>
16396
16397         Import from libc.
16398         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16399         instead of inline stream orientation test and two separate
16400         function calls.  Pay no attention to USE_IN_LIBIO.
16401
16402 2005-10-13  Simon Josefsson  <jas@extundo.com>
16403
16404         * modules/gc-hmac-md5-tests: New file.
16405
16406         * tests/test-gc-hmac-sha1.c: New file.
16407
16408         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16409
16410         * modules/gc-hmac-md5-tests: New file.
16411
16412         * tests/test-gc-md5.c: New file.
16413
16414         * modules/gc-md5-tests: New file.
16415
16416 2005-10-13  Simon Josefsson  <jas@extundo.com>
16417
16418         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16419         Move memory allocation outside of loop.
16420
16421 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16422
16423         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16424         intermediate directory is in a read-only file system.  Problem
16425         reported by Eric Blake.
16426
16427 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16428
16429         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16430
16431 2005-10-12  Simon Josefsson  <jas@extundo.com>
16432
16433         * tests/test-hmac-sha1.c: New file.
16434
16435         * modules/hmac-sha1-tests: New file.
16436
16437         * modules/hmac-sha1: New file.
16438
16439 2005-10-12  Simon Josefsson  <jas@extundo.com>
16440
16441         * modules/gc-sha1: New file.
16442
16443 2005-10-12  Simon Josefsson  <jas@extundo.com>
16444
16445         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16446
16447         * tests/test-gc-pbkdf2-sha1.c: New file.
16448
16449 2005-10-12  Simon Josefsson  <jas@extundo.com>
16450
16451         * modules/gc-md5, modules/gc-hmac-md5: New files.
16452
16453         * modules/gc (Files): Remove md5, memxor and hmac files.
16454
16455 2005-10-12  Simon Josefsson  <jas@extundo.com>
16456
16457         * m4/gc-pbkdf2-sha1.m4: New file.
16458
16459         * m4/gc-hmac-sha1.m4: New file.
16460
16461         * m4/gc-sha1: New file.
16462
16463         * m4/hmac-sha1.m4: New file.
16464
16465 2005-10-12  Simon Josefsson  <jas@extundo.com>
16466
16467         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16468
16469         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16470
16471 2005-10-12  Simon Josefsson  <jas@extundo.com>
16472
16473         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16474         suggested by Bruno Haible <bruno@clisp.org>.
16475
16476 2005-10-12  Simon Josefsson  <jas@extundo.com>
16477
16478         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16479
16480 2005-10-12  Simon Josefsson  <jas@extundo.com>
16481
16482         * lib/gc-pbkdf2-sha1.c: New file.
16483
16484         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16485
16486 2005-10-12  Simon Josefsson  <jas@extundo.com>
16487
16488         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16489
16490         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16491
16492 2005-10-12  Simon Josefsson  <jas@extundo.com>
16493
16494         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16495         GC_USE_HMAC_MD5, respectively.
16496
16497         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16498         (gc_md5): Fix typo.
16499
16500         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16501
16502         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16503
16504         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16505
16506 2005-10-12  Bruno Haible  <bruno@clisp.org>
16507
16508         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16509         Reported by Stepan Kasal <kasal@ucw.cz>.
16510
16511 2005-10-11  Simon Josefsson  <jas@extundo.com>
16512
16513         * tests/test-crc.c: New file.
16514
16515         * modules/crc, modules/crc-tests: New files.
16516
16517 2005-10-11  Simon Josefsson  <jas@extundo.com>
16518
16519         * m4/crc.m4: New file.
16520
16521 2005-10-11  Simon Josefsson  <jas@extundo.com>
16522
16523         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16524
16525         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16526
16527         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16528
16529 2005-10-11  Simon Josefsson  <jas@extundo.com>
16530
16531         * lib/crc.h, lib/crc.c: New files.
16532
16533         * lib/gc.h (gc_hash_buffer): Add doc.
16534
16535 2005-10-11  Bruno Haible  <bruno@clisp.org>
16536
16537         * modules/c-strcasestr: New file.
16538         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16539
16540 2005-10-11  Bruno Haible  <bruno@clisp.org>
16541
16542         * modules/c-strcase: New file.
16543         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16544
16545 2005-10-11  Bruno Haible  <bruno@clisp.org>
16546
16547         * lib/strcasecmp.c: Include limits.h.
16548         (strcasecmp): Avoid integer overflow on exotic platforms.
16549         * lib/strncasecmp.c: Include limits.h.
16550         (strncasecmp): Avoid integer overflow on exotic platforms.
16551         Reported by Paul Eggert.
16552
16553 2005-10-11  Bruno Haible  <bruno@clisp.org>
16554
16555         * lib/c-strcasestr.h: New file, from GNU gettext.
16556         * lib/c-strcasestr.c: New file, from GNU gettext.
16557
16558 2005-10-11  Bruno Haible  <bruno@clisp.org>
16559
16560         * lib/c-strcase.h: New file, from GNU gettext.
16561         * lib/c-strcasecmp.c: New file, from GNU gettext.
16562         * lib/c-strncasecmp.c: New file, from GNU gettext.
16563
16564 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16565
16566         * modules/mempcpy (License): GPL -> LGPL.
16567         * modules/strchrnul (License): Likewise.
16568         * modules/sysexits (License): Likewise.
16569
16570 2005-10-08  Simon Josefsson  <jas@extundo.com>
16571
16572         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16573
16574 2005-10-07  Simon Josefsson  <jas@extundo.com>
16575
16576         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16577
16578 2005-10-06  Simon Josefsson  <jas@extundo.com>
16579
16580         * tests/test-hmac-md5.c: New file.
16581
16582         * modules/hmac-md5-tests: New file.
16583
16584         * modules/hmac-md5: New file.
16585
16586 2005-10-06  Simon Josefsson  <jas@extundo.com>
16587
16588         * m4/hmac-md5.m4: New file.
16589
16590         * m4/memxor.m4: Require gl_C_RESTRICT.
16591
16592 2005-10-06  Simon Josefsson  <jas@extundo.com>
16593
16594         * lib/memxor.c (memxor): Avoid casts and warnings.
16595
16596 2005-10-06  Simon Josefsson  <jas@extundo.com>
16597
16598         * lib/hmac-md5.c: New file.
16599
16600         * lib/hmac.h: New file.
16601
16602 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16603
16604         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16605         promotes to int, not unsigned int, to catch the AIX 5.3
16606         compiler bug.
16607
16608 2005-10-05  Simon Josefsson  <jas@extundo.com>
16609
16610         * modules/memxor: New file.
16611
16612         * modules/iconv (Files): Move config.rpath to havelib, it is used
16613         there.
16614
16615         * modules/havelib (Files): Add config.rpath.
16616
16617 2005-10-05  Simon Josefsson  <jas@extundo.com>
16618
16619         * m4/memxor.m4: New file.
16620
16621 2005-10-05  Simon Josefsson  <jas@extundo.com>
16622
16623         * lib/memxor.c (memxor): Fix compiler error.
16624
16625         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16626         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16627
16628         * lib/memxor.h, lib/memxor.c: New files.
16629
16630         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16631         we assume all systems have it, suggested by Jim Meyering
16632         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16633         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16634         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16635         same reasons.
16636
16637 2005-10-05  Simon Josefsson  <jas@extundo.com>
16638
16639         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16640
16641 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16642
16643         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16644         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16645         needed, since the source code now assumes these .h files.
16646
16647 2005-10-05  Derek Price  <derek@ximbiot.com>
16648
16649         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16650
16651 2005-10-05  Bruno Haible  <bruno@clisp.org>
16652
16653         * modules/stdint (License): Change to LGPL.
16654
16655 2005-10-04  Simon Josefsson  <jas@extundo.com>
16656
16657         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16658         D. Baushke" <mdb@gnu.org>.
16659
16660 2005-10-04  Bruno Haible  <bruno@clisp.org>
16661
16662         * lib/verify.h (verify_true): Provide alternative definition for C++.
16663
16664 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16665
16666         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16667         (SSIZE_MAX): New macro, if not already defined.
16668         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16669         than 2 GiB.
16670
16671 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16672
16673         Sync from coreutils.
16674         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16675         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16676         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16677         ULLONG_MAX doesn't work with 2.7.2.1.
16678
16679 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16680
16681         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16682         From Ben Pfaff.
16683
16684         * modules/exclude (Depends-on): Depend on verify.
16685         * modules/strtoimax (Depends-on): Likewise.
16686         * modules/utimecmp (Depends-on): Likewise.
16687
16688 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16689
16690         * lib/exclude.c: Include verify.h.
16691         (verify): Remove.  All callers changed to use verify.h's version.
16692         * lib/strtoimax.c: Likewise.
16693         * lib/utimecmp.c: Likewis.e
16694
16695         Sync from coreutils.
16696         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16697         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16698         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16699         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16700         bother returning ENOSYS if settimeofday or stime fails; just let
16701         them return whatever errno they want to return.
16702         * lib/utimens.c: Include unistd.h, for dup2.
16703         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16704         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16705
16706 2005-10-02  Jim Meyering  <jim@meyering.net>
16707
16708         Sync from coreutils.
16709         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16710         from glibc-2.2.5 that fails for read-only files.
16711
16712 2005-10-02  Jim Meyering  <jim@meyering.net>
16713
16714         Sync from coreutils.
16715         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16716         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16717         `#if HAVE_CONFIG_H'.
16718         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16719         Remove AT_FDCWD test.
16720         Do not consume the fd unless successful.
16721         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16722         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16723         block, so that we don't even try to compile it if settimeofday is
16724         available.  This works around a compilation failure on OSF1 V5.1,
16725         due to stime requiring a `long int*' while tv_sec is `int'.
16726
16727 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16728
16729         Sync from coreutils.
16730         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16731         against `yes', rather than just testing for nonempty.
16732
16733 2005-10-01  Simon Josefsson  <jas@extundo.com>
16734
16735         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16736         and Darwin.
16737
16738         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16739         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16740         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16741         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16742         Check if struct addrinfo is declared.
16743
16744 2005-10-01  Simon Josefsson  <jas@extundo.com>
16745
16746         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16747         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16748         AI_* and EAI_* definitions.  Protect function declarations.
16749
16750 2005-10-01  Jim Meyering  <jim@meyering.net>
16751
16752         Sync from coreutils.
16753
16754         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16755         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16756         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16757         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16758         in the inet and nsl libraries.  Required on Solaris 5.7.
16759
16760 2005-10-01  Jim Meyering  <jim@meyering.net>
16761
16762         Sync from coreutils.
16763         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16764         in the inet and nsl libraries.  Required on Solaris 5.7.
16765
16766 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
16767
16768         * lib/getdelim.c (getdelim): Remove unused variables.
16769
16770 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16771
16772         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
16773         so that the code works even with ancient cpp.  Portability problem
16774         with GCC 2.7.2.1 reported by Thomas M.Ott.
16775
16776 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16777
16778         * modules/regex (Depends-on): Add strcase.
16779
16780         * modules/gethostname (Licence): Change from GPL to LGPL, since
16781         gethostname.c is a trivial implementation of a standard library
16782         function.
16783         * modules/poll (License): Change from GPL to LGPL, since it's
16784         derived from LGPL code.
16785
16786 2005-09-27  Jim Meyering  <jim@meyering.net>
16787
16788         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
16789         HAVE_CONFIG_H.
16790
16791         * lib/intprops.h (signed_type_or_expr__): Define.
16792         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
16793         for unsigned types.
16794
16795 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16796
16797         * lib/verify.h (verify_expr): Remove, replacing with:
16798         (verify_true): New macro that returns true instead of void.
16799         (verify_type__): Remove.
16800         (verify): Use verify_true rather than verify_type__.
16801
16802 2005-09-26  Bruno Haible  <bruno@clisp.org>
16803
16804         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
16805         is necessary.
16806         (lib_SOURCES): Remove mbchar.c.
16807         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
16808         (Files): Add m4/mbrtowc.m4.
16809         * modules/mbiter: Likewise.
16810         * modules/mbuiter: Likewise.
16811
16812 2005-09-26  Bruno Haible  <bruno@clisp.org>
16813
16814         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
16815         compile mbchar.c if they are not both present.
16816         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
16817         * m4/mbiter.m4 (gl_MBITER): Likewise.
16818         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
16819         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
16820         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
16821
16822 2005-09-25  Jim Meyering  <jim@meyering.net>
16823
16824         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
16825         also uses socklen_t.
16826
16827 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
16828
16829         * lib/utimens.c (ENOSYS): Define if not already defined.
16830         (futimens): Support having a null PATH if the file descriptor
16831         is nonnegative.
16832
16833         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
16834         Remove.
16835         (__attribute): Define to empty unless GCC 3.1 or later.
16836         This works around a core dump on OpenBSD 3.4, which has GCC
16837         2.95.3, which dumps core when given __attribute__(()).  It also
16838         simplifies other tests, since we really don't want to bother with
16839         worrying about which ancient version of GCC supported what.
16840         Original problem reported by Yoann Vandoorselaere, with part of
16841         the fix suggested by Derek Price.
16842
16843 2005-09-24  Jim Meyering  <jim@meyering.net>
16844
16845         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
16846         so we can once again use a positive bitfield width of 1 -- now we
16847         don't have to explain why we were using a bitfield width of 2.
16848
16849 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16850
16851         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
16852         and similarly for the other external symbols.  Problem reported
16853         by James Gallager.
16854
16855         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
16856         bug reported by Jim Meyering.
16857
16858         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
16859         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
16860         not needed, since socklen is a prerequisite module.
16861
16862 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
16863
16864         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
16865         Problem reported by Eric Blake.
16866         (getaddrinfo): Initialize se so that it's not garbage.
16867         Redo internal storage allocation so that it doesn't make unportable
16868         assumptions about alignment.
16869         Fix a memory leak.
16870
16871         * lib/utimens.c (futimens): Use futimesat if available.
16872         Prefer it to futimes since it doesn't have the futimes bug.
16873
16874         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
16875         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
16876         Instead, declare a function that returns a pointer to an array,
16877         and use verify_type__ to declare the size of the array.
16878         Problem and germ of a solution reported by Bruno Haible.
16879         (verify_type__): Use 2, not 1, for bitfield size, to avoid
16880         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
16881
16882 2005-09-23  Jim Meyering  <jim@meyering.net>
16883
16884         Sync from coreutils.
16885         Correct build failure (socklen_t not defined) on at least
16886         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
16887         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
16888
16889 2005-09-23  Jim Meyering  <jim@meyering.net>
16890
16891         * modules/getaddrinfo (Depends-on): Add socklen.
16892
16893 2005-09-23  Bruno Haible  <bruno@clisp.org>
16894
16895         * tests/test-verify.c: New file.
16896
16897 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16898
16899         Sync from coreutils.
16900
16901         * modules/argmatch (Depends-on): Add verify.
16902         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
16903         unistd-safer.
16904         * modules/save-cwd (Depends-on): Likewise.
16905
16906         * modules/openat (Files): Add lib/openat-die.c.
16907         (Depends-on): Remove error, exitfail.
16908         Add dirname.
16909
16910         * modules/verify: New file.
16911         * MODULES.html.sh (Diagnostics <assert.h>): New section,
16912         with "verify" module.
16913
16914 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16915
16916         Sync from coreutils.
16917
16918         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
16919         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
16920         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
16921         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
16922         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
16923         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
16924         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
16925         Don't bother checking for string.h, stdlib.h, unistd.h.
16926         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
16927         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
16928         module's job.
16929         * m4/jm-macros.m4 (gl_MACROS): Likewise.
16930         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
16931
16932         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
16933         (gl_GETDATE): Use it.
16934
16935         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
16936
16937 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
16938
16939         Sync from coreutils.
16940
16941         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
16942         stat-time.h.
16943         * lib/argmatch.h: Include verify.h
16944         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
16945         (ARGMATCH_ASSERT): Remove; unused.
16946         * lib/canonicalize.c: Assume STDC_HEADERS.
16947         * lib/exclude.c: Include "strcase.h".
16948         * lib/regex_internal.h [!defined _LIBC]: Likewise.
16949         * lib/getusershell.c: Include stdio--.h rather than stdio.h
16950         and stdio-safer.h.
16951         (getusershell): Call fopen, not fopen_safer.
16952         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
16953         Do not include unistd-safer.h.
16954         (save_cwd): Don't call fd_safer; no longer needed
16955         now that we include fcntl--.h.
16956
16957         * lib/getdate.y (relative_time): New type.
16958         (RELATIVE_TIME_0): New constant.
16959         (parser_control): Use relative_time instead of doing it ourselves.
16960         (%union): Add new relative_time rel member.
16961         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
16962         Now typeless.
16963         (relunit, relunit_snumber): Now of type rel.
16964         (zone, rel, relunit, get_date): Adjust to above changes.
16965
16966         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
16967         Do not include unistd-safer.h.
16968         (getloadavg): Don't call fd_safer; no longer needed
16969         now that we include fcntl--.h.
16970
16971         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
16972         (make_dir_parents): Treat ENOSYS like EEXIST.
16973
16974         Improve quality of diagnostics on restore_cwd failure.
16975         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
16976         (make_dir_parents): Last arg is now int * (for errno), not bool *.
16977         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
16978         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
16979         each time through the loop.  Do not diagnose restore_cwd failure;
16980         that is the caller's job (and perhaps the caller does not care).
16981
16982         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
16983         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
16984         If the file already exists but is not a directory, don't bother
16985         to try to make its parents.
16986         Close potential file descriptor leak if we can't chdir("/") (!).
16987         Don't always return true if chdir($PWD) fails; return true only
16988         if the requested action was done successfully (except for the
16989         chdir($PWD)).
16990         Don't log final directory unless we actually made it.
16991         Refactor to avoid duplicate code to fix up permissions.
16992         Don't attempt to fix up parent permissions if chdir($PWD) fails.
16993
16994         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
16995         to make it a bit faster and (I hope) clearer.
16996         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
16997         Fix bug in formats like %2N.
16998
16999         * lib/verify.h: New file.
17000
17001 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17002
17003         Sync from coreutils.
17004         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17005
17006 2005-09-22  Jim Meyering  <jim@meyering.net>
17007
17008         Sync from coreutils.
17009
17010         * m4/lstat.m4 (gl_FUNC_LSTAT):
17011         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17012         Remove obsolete comment.
17013         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17014         * m4/xstrtod.m4: Likewise.
17015
17016         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17017
17018 2005-09-22  Jim Meyering  <jim@meyering.net>
17019
17020         Sync from coreutils.
17021
17022         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17023
17024         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17025         the .tm_year member, since otherwise gcc-4.0 would now warn about
17026         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17027
17028         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17029         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17030
17031         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17032         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17033         when run in a time zone for which daylight savings time is in effect
17034         for the starting date.
17035
17036         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17037         stop us from restricting permissions of just-created absolute-named
17038         directories.
17039         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17040         to restore initial working directory.
17041         * lib/mkdir-p.c (make_dir_parents): New parameter:
17042         different_working_dir, to tell caller if/when we change the working
17043         directory and are unable to return to the initial one.
17044         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17045         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17046         `return false'.  This fixes a bug introduced on 2004-07-30.
17047
17048         * lib/openat.c (fdopendir): Be sure to close the supplied
17049         file descriptor before returning.  This makes our replacement
17050         implementation a little closer to Solaris's, where fdopendir
17051         ties the file descriptor to the returned DIR* pointer.
17052         * lib/openat.c (unlinkat): New function.
17053         * lib/openat.h (unlinkat): Add prototype.
17054         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17055         (openat_restore_fail): Rename from openat_restore_die.
17056         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17057
17058         Provide an alternative to exiting immediately upon save_cwd or
17059         restore_cwd failure.  Now, an application can arrange e.g.,
17060         to perform a longjump in that case.
17061         * lib/openat.c: Include dirname.h.
17062         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17063         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17064         and openat_restore_die rather than calling error directly.
17065         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17066
17067         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17068         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17069         define.
17070
17071         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17072         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17073                             int utc, int nanoseconds);
17074         Background:
17075         date should not have to allocate a megabyte of virtual memory to
17076         handle a format argument like +%1048575T.  When implemented with
17077         strftime, it must allocate such a buffer, use strftime to fill it
17078         in, print it, then free it.
17079         With fprintftime, it simply prints everything and exits.
17080         With no need for memory allocation, that's one fewer way to fail.
17081         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17082         optional field width, not before, so we accept %9:z, not %:9z.
17083         (my_strftime): Be sure to use L_('x') for literals.
17084
17085         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17086         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17087         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17088         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17089         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17090         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17091         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17092         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17093         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17094         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17095         * lib/xgethostname.c, lib/xreadlink.c:
17096         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17097
17098         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17099         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17100         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17101         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17102         and don't include <sys/file.h>).
17103
17104 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17105
17106         Sync from coreutils.
17107
17108         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17109         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17110         [!LDAV_DONE]: Avoid unused variable warning.
17111
17112 2005-09-21  Bruno Haible  <bruno@clisp.org>
17113
17114         * lib/unicodeio.h (unicode_to_mb): New declaration.
17115
17116 2005-09-20  Derek Price  <derek@ximbiot.com>
17117
17118         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17119         getaddrinfo.h.
17120
17121 2005-09-20  Bruno Haible  <bruno@clisp.org>
17122
17123         * gnulib-tool: Remove trailing slashes from the values specified for
17124         --source-base, --m4-base, --tests-base, --aux-dir.
17125         Suggested by Simon Josefsson <jas@extundo.com>.
17126
17127 2005-09-20  Bruno Haible  <bruno@clisp.org>
17128
17129         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17130         func_modules_to_filelist, func_import, func_create_testdir): Make all
17131         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17132         change when gnulib-tool is invoked in a different locale.
17133
17134 2005-09-19  Simon Josefsson  <jas@extundo.com>
17135
17136         * m4/socklen.m4: Fix typo.
17137
17138 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17139
17140         Use a consistent style for including <config.h>.
17141         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17142         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17143         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17144         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17145         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17146         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17147         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17148         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17149         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17150         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17151         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17152         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17153         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17154         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17155         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17156         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17157         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17158         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17159         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17160         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17161         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17162         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17163         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17164         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17165         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17166         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17167         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17168         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17169         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17170         lib/xstrtoumax.c, lib/yesno.c:
17171         Standardize inclusion of config.h.
17172         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17173         lib/inttostr.h:  Removed inclusion of config.h from header files.
17174         * lib/inttostr.c:  Adjusted in-tree users.
17175         * lib/timespec.h: Remove superfluous warning to include config.h.
17176         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17177         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17178         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17179         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17180         config.h with HAVE_CONFIG_H.
17181
17182 2005-09-19  Jim Meyering  <jim@meyering.net>
17183
17184         * modules/pathmax (License): Change to LGPL.
17185
17186 2005-09-19  Derek Price  <derek@ximbiot.com>
17187
17188         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17189
17190 2005-09-19  Bruno Haible  <bruno@clisp.org>
17191
17192         * gnulib-tool (import): Provide default for --tests-base.
17193
17194 2005-09-19  Bruno Haible  <bruno@clisp.org>
17195
17196         * doc/quote.texi: New file, extracted from gnulib.texi.
17197         * doc/ctime.texi: New file, extracted from gnulib.texi.
17198         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17199         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17200         * doc/gnulib.texi: Include them.
17201
17202 2005-09-18  Bruno Haible  <bruno@clisp.org>
17203
17204         Portability fix.
17205         * gnulib-tool (func_readlink): New function.
17206         (func_ln_if_changed): Use it.
17207
17208 2005-09-18  Bruno Haible  <bruno@clisp.org>
17209
17210         * gnulib-tool: Support --with-tests also with --import.
17211         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17212         (func_import): Use variables $testsbase and $inctests. Emit a
17213         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17214         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17215         SUBDIRS += $testsdir.
17216         (func_create_testdir): Update.
17217
17218 2005-09-18  Bruno Haible  <bruno@clisp.org>
17219
17220         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17221         instead of $dry_run.
17222         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17223         (func_ln_if_changed): Don't handle dry-run here.
17224         (func_import): In dry-run mode, detect more precisely which actions
17225         would be performed, and don't use "...ing" verbs.
17226
17227 2005-09-18  Bruno Haible  <bruno@clisp.org>
17228
17229         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17230         (func_import): Use join on two temporary files instead of three nested
17231         loops, in order to determine which files are new or old.
17232
17233 2005-09-18  Bruno Haible  <bruno@clisp.org>
17234
17235         * gnulib-tool (func_import): Comment out code that spits out the
17236         new files with --dry-run.
17237
17238 2005-09-18  Bruno Haible  <bruno@clisp.org>
17239
17240         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17241
17242 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17243
17244         * lib/stat-time.h: New file.
17245         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17246         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17247         in a different way.
17248         (timespec_cmp): New function.
17249         * lib/utimecmp.c: Include stat-time.h.
17250         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17251         members exist, not on the obsolescent ST_MTIM_NSEC.
17252         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17253
17254 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17255
17256         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17257
17258 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17259
17260         * MODULES.html.sh (File system functions): Add stat-time.
17261         * modules/stat-time: New file.
17262         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17263         is now done in a different way, by the stat-time module.
17264         * modules/utimecmp (Depends-on): Add stat-time.
17265
17266 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17267
17268         * m4/st_mtim.m4: Remove.  Superseded by...
17269         * m4/stat-time.m4: New file.
17270         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17271         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17272
17273 2005-09-15  Derek Price  <derek@ximbiot.com>
17274
17275         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17276
17277 2005-09-15  Derek Price  <derek@ximbiot.com>
17278
17279         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17280         * lib/regex_internal.c: Ditto, using this...
17281         (__GNUC_PREREQ): ...new macro.
17282         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17283         using...
17284         (__GNUC_PREREQ): ...this new macro.
17285
17286         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17287
17288 2005-09-15  Derek Price  <derek@ximbiot.com>
17289             Paul Eggert  <eggert@cs.ucla.edu>
17290
17291         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17292         changes, consolidating in...
17293         * lib/regex_internal.h: ...this file.
17294
17295 2005-09-13  Jim Meyering  <jim@meyering.net>
17296
17297         * lib/canon-host.c: Filter through gnu indent and reword comments
17298         slightly.
17299         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17300
17301 2005-09-13  Derek Price  <derek@ximbiot.com>
17302
17303         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17304         failure.
17305         Reported by Jim Meyering  <jim@meyering.net>.
17306
17307 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17308
17309         * lib/base64.c: Typo.
17310         (base64_encode): Put b64str in initialized data section.
17311
17312 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17313
17314         Merge glibc and coreutils changes into gnulib, plus a few
17315         extra fixes.
17316         * lib/md5.c: Use #error rather than a string.
17317         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17318         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17319         (__attribute__): Define to empty for non recent-GCC.
17320         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17321         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17322         Renamed from their non-__ counterparts, with new macros replacing
17323         them if not _LIBC.  Add __THROW attribute.
17324         (rol): Remove.
17325         (struct md5_ctx): Align buffer if using GCC.
17326         * lib/sha1.h (struct sha1_ctx): Likewise.
17327         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17328         The old name was backwards.
17329         (NOTSWAP): Remove; not used.
17330         (rol): New macro, moved here from md5.h.
17331         (sha1_process_block): Remove a FIXME that doesn't make sense.
17332
17333 2005-09-12  Derek Price  <derek@ximbiot.com>
17334
17335         Return usable errors from canon-host.
17336         * lib/canon-host.h: New file.
17337         * lib/canon-host.c (canon_host): Wrap...
17338         (canon_host_r): ...this new function, which now relies exclusively on
17339         getaddrinfo.
17340         (ch_strerror): New function.
17341         (last_cherror): New global.
17342         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17343         interface.
17344         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17345         void *.
17346         (freeaddrinfo): Free ai->ai_canonname when set.
17347
17348 2005-09-12  Derek Price  <derek@ximbiot.com>
17349
17350         Make canon-host require getaddrinfo.
17351         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17352         AC_LIBSOURCE canon-host.h.  Call...
17353         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17354         gl_GETADDRINFO.
17355         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17356
17357 2005-09-12  Derek Price  <derek@ximbiot.com>
17358
17359         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17360         LGPL.
17361         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17362
17363 2005-09-12  Derek Price  <derek@ximbiot.com>
17364
17365         * lib/gai_strerror.c: Include config.h when available.  Include
17366         getaddrinfo.h before other headers to test interface.
17367         Reported by Larry Jones <lawrence.jones@ugs.com>.
17368
17369 2005-09-12  Derek Price  <derek@ximbiot.com>
17370             Paul Eggert  <eggert@cs.ucla.edu>
17371
17372         * modules/glob (Files): Add glob-libc.h.
17373
17374 2005-09-12  Derek Price  <derek@ximbiot.com>
17375             Paul Eggert  <eggert@cs.ucla.edu>
17376
17377         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17378         glob_.h, glob-libc.h.
17379         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17380
17381 2005-09-12  Derek Price  <derek@ximbiot.com>
17382             Paul Eggert  <eggert@cs.ucla.edu>
17383
17384         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17385         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17386         protecting things that should be done only in gnulib contexts.
17387         * lib/glob_.h: New file, containing only the glob things needed for
17388         gnulib.
17389         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17390         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17391         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17392         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17393         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17394         and to respect the namespace rules better.
17395
17396 2005-09-08  Simon Josefsson  <jas@extundo.com>
17397
17398         * modules/socklen: New file.
17399
17400 2005-09-08  Simon Josefsson  <jas@extundo.com>
17401
17402         * m4/socklen.m4: New file.
17403
17404 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17405
17406         * modules/utimens (Files): Add m4/utimbuf.m4, since
17407         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17408         Reported by Sergey Poznyakoff.
17409
17410 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17411
17412         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17413         definitions, since that's the preferred style in glibc.
17414         Fix a minor spacing issue, and update copyright notice to match
17415         glibc's.
17416
17417 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17418
17419         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17420
17421 2005-09-06  Simon Josefsson  <jas@extundo.com>
17422
17423         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17424         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17425
17426 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17427
17428         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17429         warning.
17430
17431 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17432
17433         * config/srclist.txt: Add glibc bug 1302.
17434
17435 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17436
17437         Change bitset word type from unsigned int to unsigned long int,
17438         as this has better performance on typical 64-bit hosts.
17439         Port bitset code to hosts with unusual word sizes.
17440         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17441         (build_collating_symbol):
17442         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17443         argument is a bitset.  This is merely a style issue, but it makes
17444         it clearer that an entire array is expected.
17445         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17446         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17447         Port to the case where bitset_word is not the same as unsigned int.
17448         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17449         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17450         Likewise.
17451         * lib/regexec.c (check_dst_limits_calc_pos_1,
17452         check_subexp_matching_top):
17453         (build_trtable, group_nodes_into_DFAstates):
17454         Likewise.
17455         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17456         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17457         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17458         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17459         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17460         * lib/regcomp.c (optimize_subexps, lower_subexp):
17461         Work even if bitset_word has holes in its bitwise representation.
17462         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17463         * lib/regexec.c (check_dst_limits_calc_pos_1,
17464         check_subexp_matching_top):
17465         Likewise.
17466         * lib/regex_internal.c (re_string_reconstruct):
17467         Don't assume UCHAR_MAX == 255.
17468         * lib/regex_internal.h (bitset_set_all): Likewise.
17469         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17470         All uses changed.
17471         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17472         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17473         All uses changed.
17474         (BITSET_WORD_MAX): New macro.
17475         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17476         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17477         (bitset_empty, bitset_copy):
17478         Prefer sizeof (bitset) to multiplying it out ourselves.
17479         (bitset_not_merge): Remove; unused.
17480         (bitset_contain): Return bool, not unsigned int with one bit on.
17481         All callers changed.
17482         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17483         alignment than re_node_set; do this by defining a new internal
17484         type struct dests_alloc and using it to allocate memory.
17485
17486 2005-09-05  Bruno Haible  <bruno@clisp.org>
17487
17488         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17489         links.
17490
17491 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17492
17493         * modules/size_max (Makefile.am): Add size_max.h
17494
17495 2005-09-04  Derek Price  <derek@ximbiot.com>
17496
17497         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17498
17499 2005-09-03  Simon Josefsson  <jas@extundo.com>
17500
17501         * gnulib-tool: Fix typo.
17502
17503 2005-09-03  Simon Josefsson  <jas@extundo.com>
17504
17505         * config/srclist.txt: Add glibc bug 1293.
17506
17507 2005-09-03  Derek Price  <derek@ximbiot.com>
17508
17509         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17510         From Larry Jones <lawrence.jones@ugs.com>.
17511
17512 2005-09-02  Simon Josefsson  <jas@extundo.com>
17513
17514         * modules/socklen: New file.
17515
17516 2005-09-02  Simon Josefsson  <jas@extundo.com>
17517
17518         * modules/havelib: New module.
17519
17520         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17521         Use havelib.
17522
17523 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17524
17525         Check for arithmetic overflow when calculating sizes, to prevent
17526         some buffer-overflow issues.  These patches are conservative, in the
17527         sense that when I couldn't determine whether an overflow was possible,
17528         I inserted a run-time check.
17529         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17530         macros.
17531         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17532         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17533         (re_xnrealloc, re_x2nrealloc): New inline functions.
17534         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17535         parse_bracket_exp):
17536         (build_equiv_class, build_charclass): Check for arithmetic overflow
17537         in size expression calculations.
17538         * lib/regex_internal.c (re_string_realloc_buffers):
17539         (build_wcs_upper_buffer, re_node_set_add_intersect):
17540         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17541         (re_dfa_add_node, register_state): Likewise.
17542         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17543         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17544         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17545         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17546
17547 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17548
17549         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17550         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17551
17552 2005-09-02  Bruno Haible  <bruno@clisp.org>
17553
17554         Support for lib vs. lib64 distinction on biarch platforms.
17555         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17556         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17557         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17558
17559 2005-09-02  Bruno Haible  <bruno@clisp.org>
17560
17561         * gnulib-tool (import): In the other first-use case, provide defaults
17562         as well.
17563
17564 2005-09-02  Bruno Haible  <bruno@clisp.org>
17565
17566         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17567         patches not yet found in the latest gettext release.
17568
17569 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17570
17571         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17572         to avoid a collision with bits/local_lim.h in glibc.
17573         All uses changed.  Problem reported by Dmitry V. Levin in
17574         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17575
17576         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17577         bugs in int versus size_t comparisons.
17578         (re_string_context_at): Fix bug where the code assumed that
17579         Idx is signed.
17580
17581         Use bool where appropriate.
17582         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17583         All callers changed.
17584         (calc_eclosure_iter): Likewise, for ROOT arg.
17585         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17586         (build_charclass_op): Likewise, for NON_MATCH arg.
17587         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17588         (re_string_construct_common): Likewise, for ICASE arg.
17589         * lib/regexec.c (re_search_2_stub, re_search_stub):
17590         Likewise, for RET_LEN arg.
17591         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17592         (set_regs): Likewise, for FL_BACKTRACK arg.
17593         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17594         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17595         (calc_eclosure_iter, parse_bracket_exp):
17596         Use bool for internal variables that are booleans.
17597         * lib/regexec.c (re_search_internal, check_matching,
17598         proceed_next_node):
17599         (set_regs, build_sifted_states, sift_states_bkref):
17600         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17601         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17602         (find_collation_sequence_value):
17603         Likewise.
17604         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17605         (re_node_set_compare):
17606         Return bool, not int. All callers changed.
17607         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17608         (build_trtable, check_node_accept): Likewise.
17609         * lib/regex_internal.h: Include stdbool.h.
17610
17611         Fix bugs uncovered when converting to bool.
17612         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17613         failure instead of charging ahead blindly.
17614         * lib/regex_internal.c (register_state): Likewise.
17615         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17616         for freeing internal storage.
17617         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17618         bitset pieces used as boolean, to avoid undefined behavior
17619         on hosts that do int overflow checking.
17620
17621 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17622
17623         * config/srclist.txt: Add glibc bugs 1285-1287.
17624
17625 2005-09-01  Jim Meyering  <jim@meyering.net>
17626
17627         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17628         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17629         Require gl_STAT_MACROS, too.
17630
17631 2005-09-01  Bruno Haible  <bruno@clisp.org>
17632
17633         * gnulib-tool (import): In the first-use case, provide defaults.
17634
17635 2005-09-01  Bruno Haible  <bruno@clisp.org>
17636
17637         * gnulib-tool (func_import): Remove the .tmp files.
17638
17639 2005-09-01  Bruno Haible  <bruno@clisp.org>
17640
17641         * gnulib-tool (func_import): Fix handling of symbolic links.
17642
17643 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17644
17645         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17646         old glibc regex code mishandles strings longer than 2**31 bytes.
17647         This patch fixes this when the regex code is used in gnulib
17648         (i.e., outside glibc).
17649
17650         This patch should not affect the use of the regex code inside
17651         glibc.  No doubt this problem also needs to be handled for glibc
17652         as well, but the result will be an incompatible change to the
17653         glibc ABI, and the old ABI will have to be supported too.  That
17654         can be the the subject for another patch.
17655
17656         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17657         governing whether the rest of this patch is active.  By default,
17658         the macro is disabled and the patch has no effect.
17659         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17660         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17661         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17662         (re_match_2, re_set_registers): Use the new types.
17663         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17664         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17665         New macros.
17666         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17667         (re_string_context_at, bin_tree_t, re_dfastate_t):
17668         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17669         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17670         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17671         (re_string_char_size_at, re_string_wchar_at):
17672         (re_string_elem_size_at):
17673         Use the new types and macros to port to 64-bit hosts.
17674         Use unsigned types for internal values, so that the code
17675         mostly works even for arrays larger than SSIZE_MAX.
17676         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17677         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17678         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17679         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17680         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17681         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17682         (calc_inveclosure, parse_dup_op, build_range_exp):
17683         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17684         (fetch_number, create_token_tree, mark_opt_subexp):
17685         Likewise.
17686         * lib/regex_internal.c (re_string_construct_common,
17687         create_ci_newstate):
17688         (create_cd_newstate, re_string_allocate, re_string_construct):
17689         (re_string_realloc_buffers, build_wcs_upper_buffer):
17690         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17691         (re_string_reconstruct, re_string_peek_byte_case):
17692         (re_string_fetch_byte_case, re_string_context_at):
17693         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17694         (re_node_set_init_copy, re_node_set_add_intersect):
17695         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17696         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17697         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17698         (re_acquire_state, re_acquire_state_context, register_state):
17699         Likewise.
17700         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17701         search_cur_bkref_entry):
17702         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17703         (re_search_internal, re_search_2_stub, re_search_stub)
17704         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17705         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17706         (update_cur_sifted_state, check_dst_limits):
17707         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17708         (check_subexp_limits, sift_states_bkref, merge_state_array):
17709         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17710         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17711         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17712         (expand_bkref_cache, check_node_accept_bytes):
17713         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17714         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17715         (acquire_init_state_context, check_halt_node_context):
17716         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17717         (sift_states_backward, clean_state_log_if_needed):
17718         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17719         (find_recover_state, transit_state_sb, transit_state_mb):
17720         (transit_state_bkref, build_trtable, match_ctx_clean):
17721         Likewise.
17722         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17723         to work around an assumption that REG_MISSING is negative.
17724
17725         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17726         (seek_collating_symbol_entry) [defined _LIBC]:
17727         (lookup_collation_sequence_value) [defined _LIBC]:
17728         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17729         Use prototypes rather than old-style function definitions.
17730         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17731         (transit_state_sb) [0]:
17732         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17733
17734         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17735         rm_eo.
17736
17737         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17738         (optimize_subexps, lower_subexp):
17739         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17740         since the signed shift might overflow.  Use 1u<<31 instead.
17741         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17742         Likewise.
17743         * lib/regexec.c (check_dst_limits_calc_pos_1,
17744         check_subexp_matching_top): Likewise.
17745
17746         * lib/regcomp.c (optimize_subexps, lower_subexp):
17747         Use CHAR_BIT rather than 8, for clarity.
17748         * lib/regexec.c (check_dst_limits_calc_pos_1):
17749         (check_subexp_matching_top): Likewise.
17750         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17751         have to worry about portability issues when shifting it left.
17752         Remove no-longer-needed test for table_size > 0.
17753         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17754         in a word, as the resulting behavior is undefined.
17755         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17756         in one case, a <= should have been an <, and in another case the
17757         whole test was missing.
17758         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
17759         the standard name CHAR_BIT.
17760         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
17761         this is not true on one's complement and signed-magnitude hosts.
17762
17763         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
17764         next_last_offset.
17765         (struct re_dfa_t): Remove unused member states_alloc.
17766         * lib/regcomp.c (init_dfa): Don't initialize unused members.
17767
17768 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17769
17770         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
17771         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
17772         and large-file glibc and in 32-bit large-file Solaris.
17773
17774 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17775
17776         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
17777         lengths fit in regoff_t; this isn't true if regoff_t is the same
17778         width as size_t.
17779         * lib/regex.c (re_search_internal): 5th arg is LAST_START
17780         (= START + RANGE) instead of RANGE.  This avoids overflow
17781         problems when regoff_t is the same width as size_t.
17782         All callers changed.
17783         (re_search_2_stub): Check for overflow when adding the
17784         sizes of the two strings.
17785         (re_search_stub): Check for overflow when adding START
17786         to RANGE; if it occurs, substitute the extreme value.
17787
17788 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17789
17790         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
17791
17792 2005-08-31  Jim Meyering  <jim@meyering.net>
17793
17794         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
17795         a pointer-to-const.
17796         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
17797         (register_state): Likewise.
17798         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
17799         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17800         (group_nodes_into_DFAstates): Likewise.
17801
17802 2005-08-31  Jim Meyering  <jim@meyering.net>
17803
17804         * check-module: Add a FIXME comment.
17805
17806 2005-08-31  Eric Blake  <ebb9@byu.net>
17807
17808         * modules/unistd-safer (Files): Add unistd--.h.
17809         * modules/stdio-safer (Files): Add stdio--.h.
17810
17811 2005-08-31  Derek Price  <derek@ximbiot.com>
17812
17813         * lib/getdelim.c (getdelim): Return EOF on EOF.
17814         Reported by Larry Jones <lawrence.jones@ugs.com>.
17815
17816 2005-08-31  Bruno Haible  <bruno@clisp.org>
17817
17818         Avoid unnecessary diffs in the generated lib/Makefile.am.
17819         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
17820         the generated files.
17821         (func_import): Don't set cmd.
17822
17823 2005-08-31  Bruno Haible  <bruno@clisp.org>
17824
17825         * lib/strstr.c: Include <stddef.h>, for NULL.
17826         * lib/strcasestr.c: Likewise.
17827         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17828
17829 2005-08-31  Bruno Haible  <bruno@clisp.org>
17830
17831         * gnulib-tool: New option --macro-prefix.
17832         (func_import): Use macro_prefix.
17833         (import): Handle option --macro-prefix.
17834
17835 2005-08-31  Bruno Haible  <bruno@clisp.org>
17836
17837         * gnulib-tool (import): Rename most ac_* variables to cached_*.
17838         Also use new variables cached_lgpl, cached_libtool.
17839
17840 2005-08-31  Bruno Haible  <bruno@clisp.org>
17841
17842         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
17843         always instantiating them.
17844
17845 2005-08-31  Bruno Haible  <bruno@clisp.org>
17846
17847         * gnulib-tool (func_import): Read the previous cached settings
17848         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
17849         earlier added by gnulib but are now dropped. Warn when a gnulib file
17850         overwrites a non-gnulib file.
17851
17852 2005-08-31  Bruno Haible  <bruno@clisp.org>
17853
17854         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
17855         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
17856         projects that don't keep autogenerated files in CVS. Put into
17857         actioncmd only the specified modules, not the transitive closure.
17858
17859 2005-08-31  Bruno Haible  <bruno@clisp.org>
17860
17861         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
17862         Create directories that shall be filled.
17863         (import): Don't look for gl_* macros in configure.ac. Recurse across
17864         all directories containing a gnulib-cache.m4 files, if meaningful.
17865
17866 2005-08-31  Bruno Haible  <bruno@clisp.org>
17867
17868         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
17869         (import): Set seen_libtool when we see gl_LIBTOOL.
17870
17871 2005-08-31  Bruno Haible  <bruno@clisp.org>
17872
17873         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
17874         declaration macro definitions from generated gnulib.m4.
17875
17876 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
17877
17878         * lib/iconvme.h: Add prototype for iconv_alloc.
17879
17880 2005-08-29  Simon Josefsson  <jas@extundo.com>
17881
17882         * lib/iconvme.c: Fix errno.
17883
17884 2005-08-29  Bruno Haible  <bruno@clisp.org>
17885
17886         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
17887         that it works when the directory contains spaces.
17888
17889 2005-08-29  Bruno Haible  <bruno@clisp.org>
17890
17891         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
17892
17893 2005-08-29  Bruno Haible  <bruno@clisp.org>
17894
17895         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
17896         Emit more advice.
17897
17898 2005-08-29  Bruno Haible  <bruno@clisp.org>
17899         and Stepan Kasal  <kasal@ucw.cz>
17900
17901         * check-module: If more parameters are given, check each of them
17902         separately; add more exceptions, as noted by Jim Meyering.
17903         (check_module): New procedure.
17904         (%exempt_header): Now contains all exceptions.
17905
17906 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
17907
17908         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
17909
17910 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17911
17912         * lib/iconvme.c: Split iconv_string into iconv_alloc.
17913
17914 2005-08-28  Bruno Haible  <bruno@clisp.org>
17915
17916         * m4/gnulib-tool.m4: New file.
17917
17918 2005-08-27  Jim Meyering  <jim@meyering.net>
17919
17920         * modules/unistd-safer (Files): Add pipe-safer.c.
17921         * modules/fcntl-safer (Files): Add creat-safer.c.
17922
17923 2005-08-27  Jim Meyering  <jim@meyering.net>
17924
17925         * m4/stdlib-safer.m4: New file.  From coreutils.
17926         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
17927         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
17928         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
17929         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
17930         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
17931
17932 2005-08-27  Jim Meyering  <jim@meyering.net>
17933
17934         * lib/fopen-safer.c: Merge minor changes from coreutils.
17935         * lib/dup-safer.c: Likewise.
17936         * lib/fd-safer.c: Likewise.
17937
17938         Merge from coreutils.
17939         * lib/stdio--.h: New file.
17940         * lib/stdlib--.h: New file.
17941         * lib/mkstemp-safer.c: New file.
17942
17943         GNU tar needs these.
17944         * lib/pipe-safer.c: New file.
17945         * lib/creat-safer.c: New file.
17946         * lib/fcntl--.h (creat): Define to creat_safer.
17947         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
17948         * lib/unistd--.h (pipe): Define to pipe_safer.
17949         * lib/unistd-safer.h: Declare pipe_safer.
17950
17951 2005-08-26  Simon Josefsson  <jas@extundo.com>
17952
17953         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
17954         Haible <bruno@clisp.org>.
17955
17956 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
17957
17958         * lib/regex_internal.h: Remove all references to
17959         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
17960         or better.
17961         (bitset_not, bitset_merge, bitset_not_merge):
17962         (bitset_mask, re_string_allocate, re_string_construct):
17963         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
17964         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
17965         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
17966         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
17967         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17968         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17969         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
17970         (re_acquire_state_context):
17971         Remove unnecessary forward decls.
17972         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
17973         Put __attribute at function definition,
17974         now that the function decl has been removed.
17975         * lib/regex_internal.c (re_string_peek_byte_case):
17976         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
17977         Likewise.
17978
17979 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
17980
17981         * m4/regex.m4: Add AC_PREREQ(2.50).
17982         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
17983
17984 2005-08-25  Simon Josefsson  <jas@extundo.com>
17985
17986         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
17987         __fsetlocking.
17988
17989 2005-08-25  Simon Josefsson  <jas@extundo.com>
17990
17991         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
17992         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
17993         GLIBC specific code.
17994
17995 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17996
17997         Make regex safe for g++.  This fixes one real bug (an "err"
17998         that should have been "*err").  g++ problem reported by
17999         Sam Steingold.
18000         * lib/regex_internal.h (re_calloc): New macro, consistent with
18001         re_malloc etc.  All callers of calloc changed to use re_calloc.
18002         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18003         not int.  All callers changed.
18004         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18005         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18006         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18007         (find_recover_state): Change "err" to "*err"; this fixes what
18008         appears to be a real bug.
18009         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18010         versus int.
18011
18012 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18013
18014         * modules/regex (Depends-on): Add malloc, since the code
18015         assumes that !malloc(0) means failure.
18016
18017 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18018
18019         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18020
18021         alloca modernization/simplification for regex.
18022         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18023         needs to be at the start of the file, and can be moved into
18024         regex_internal.h and simplified.
18025         * lib/regex_internal.h: Include <alloca.h>.
18026         (__libc_use_alloca) [!defined _LIBC]: New macro.
18027         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18028         now works outside glibc.
18029
18030 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18031
18032         * config/srclist.txt: Add glibc bugs 1241, 1245.
18033
18034 2005-08-25  Jim Meyering  <jim@meyering.net>
18035
18036         * lib/open-safer.c: Include <config.h>.
18037         Otherwise, we'd lose LARGEFILE support in any file using
18038         e.g. "fcntl--.h"
18039
18040 2005-08-25  Bruno Haible  <bruno@clisp.org>
18041
18042         * m4/minmax.m4: Require autoconf 2.52.
18043         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18044         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18045         alternatives of translit over the alphabet.
18046         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18047
18048 2005-08-24  Simon Josefsson  <jas@extundo.com>
18049
18050         * tests/test-getpass.c: New file.
18051
18052 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18053
18054         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18055         for GNU regex features.
18056
18057 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18058
18059         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18060         * lib/regex.h (regerror): Likewise.
18061
18062         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18063         requires this.  (The code never needed it.)
18064
18065         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18066         All uses of recently-renamed identifiers changed to use the new,
18067         POSIX-compliant names.  The code will build and run just fine
18068         without these changes, but it's better to eat our own dog food
18069         and use the standard-conforming names.
18070
18071         * lib/regex.h: Fix a multitude of POSIX name space violations.
18072         These changes have an effect only for programs that define
18073         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18074         do not change anything for programs compiled in the normal way.
18075         Also, there is no effect on the ABI.
18076
18077         (_REGEX_SOURCE): New macro.
18078         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18079         defined and _GNU_SOURCE is not; this fixes a name space violation.
18080
18081         Rename the following macros to obey POSIX requirements.
18082         The old names are still visible as macros if _REGEX_SOURCE is defined.
18083         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18084         RE_BACKSLASH_ESCAPE_IN_LISTS.
18085         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18086         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18087         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18088         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18089         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18090         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18091         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18092         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18093         (REG_INTERVALS): renamed from RE_INTERVALS.
18094         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18095         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18096         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18097         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18098         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18099         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18100         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18101         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18102         RE_UNMATCHED_RIGHT_PAREN_ORD.
18103         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18104         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18105         (REG_DEBUG): renamed from RE_DEBUG.
18106         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18107         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18108         unusual, since we can't clash with the POSIX REG_ICASE.
18109         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18110         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18111         (REG_NO_SUB): renamed from RE_NO_SUB.
18112         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18113         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18114         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18115         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18116         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18117         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18118         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18119         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18120         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18121         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18122         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18123         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18124         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18125         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18126         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18127         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18128         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18129         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18130         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18131         (REG_FIXED): Renamed from REGS_FIXED.
18132         (REG_NREGS): Renamed from RE_NREGS.
18133
18134         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18135         of other REG_* macros, since POSIX says the user is allowed to
18136         #undef these macros selectively.
18137
18138         (reg_errcode_t): Update comment stating what other tables need
18139         to be consistent.
18140
18141         Rename the following enum values to obey POSIX requirements.
18142         The old names are still visible as macros.
18143         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18144         is not defined, since GNU is supposed to be a superset of POSIX as
18145         much as possible, and since we want reg_errcode_t to be a signed
18146         type for implementation consistency.
18147         (_REG_NOERROR): Renamed from REG_NOERROR.
18148         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18149         (_REG_BADPAT): Renamed from REG_BADPAT.
18150         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18151         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18152         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18153         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18154         (_REG_EBRACK): Renamed from REG_EBRACK.
18155         (_REG_EPAREN): Renamed from REG_EPAREN.
18156         (_REG_EBRACE): Renamed from REG_EBRACE.
18157         (_REG_BADBR): Renamed from REG_BADBR.
18158         (_REG_ERANGE): Renamed from REG_ERANGE.
18159         (_REG_ESPACE): Renamed from REG_ESPACE.
18160         (_REG_BADRPT): Renamed from REG_BADRPT.
18161         (_REG_EEND): Renamed from REG_EEND.
18162         (_REG_ESIZE): Renamed from REG_ESIZE.
18163         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18164         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18165         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18166         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18167         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18168
18169         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18170         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18171         changed.  But support the old name if the new one is not defined
18172         and if _REGEX_SOURCE.
18173
18174         Change the following member names in struct re_pattern_buffer.
18175         The old names are still supported if !_REGEX_SOURCE.
18176         The new names are always supported, regardless of _REGEX_SOURCE.
18177         (re_buffer): Renamed from buffer.
18178         (re_allocated): Renamed from allocated.
18179         (re_used): Renamed from used.
18180         (re_syntax): Renamed from syntax.
18181         (re_fastmap): Renamed from fastmap.
18182         (re_translate): Renamed from translate.
18183         (re_can_be_null): Renamed from can_be_null.
18184         (re_regs_allocated): Renamed from regs_allocated.
18185         (re_fastmap_accurate): Renamed from fastmap_accurate.
18186         (re_no_sub): Renamed from no_sub.
18187         (re_not_bol): Renamed from not_bol.
18188         (re_not_eol): Renamed from not_eol.
18189         (re_newline_anchor): Renamed from newline_anchor.
18190
18191         Change the following member names in struct re_registers.
18192         The old names are still supported if !_REGEX_SOURCE.
18193         The new names are always supported, regardless of _REGEX_SOURCE.
18194         (rm_num_regs): Renamed from num_regs.
18195         (rm_start): Renamed from start.
18196         (rm_end): Renamed from end.
18197
18198         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18199         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18200         Prepend __ to parameter names.
18201
18202         Undo yesterday's changes.
18203
18204 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18205
18206         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18207         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18208         lib/regex.c.
18209
18210 2005-08-24  Jim Meyering  <jim@meyering.net>
18211
18212         Sync from coreutils.
18213         * m4/fcntl-safer.m4: New file.
18214
18215         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18216         and object files for this module.
18217
18218 2005-08-24  Jim Meyering  <jim@meyering.net>
18219
18220         Sync from coreutils.
18221         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18222
18223 2005-08-24  Jim Meyering  <jim@meyering.net>
18224
18225         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18226         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18227
18228 2005-08-24  Jim Meyering  <jim@meyering.net>
18229
18230         * modules/fcntl-safer: New module.
18231         * modules/fts (Depends-on): Add fcntl-safer.
18232         * MODULES.html.sh (File descriptor based Input/Output):
18233         Add fcntl-safer.
18234
18235 2005-08-24  Bruno Haible  <bruno@clisp.org>
18236
18237         Support for unit test modules.
18238         * modules/README: Mention tests modules.
18239         * modules/TEMPLATE-TESTS: New file.
18240         * gnulib-tool: New options --extract-tests-module, --with-tests and
18241         --tests-base (unused for the moment).
18242         (testsbase, inctests): New variables.
18243         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18244         (func_verify_module): Exclude TEMPLATE-TESTS.
18245         (func_verify_nontests_module, func_verify_tests_module): New functions.
18246         (func_get_dependencies): Add implicit dependency for tests modules.
18247         (func_get_tests_module): New function.
18248         (func_modules_transitive_closure): When --with-tests was specified,
18249         include the unit tests as well, unless explicitly avoided.
18250         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18251         (func_emit_tests_Makefile_am): New function.
18252         (func_create_testdir): When --with-tests was specified, emit a
18253         tests/ directory.
18254         * MODULES.html.sh (Future developments): Update.
18255
18256 2005-08-24  Bruno Haible  <bruno@clisp.org>
18257
18258         * modules/tls-tests: New file.
18259         * tests/test-tls.c: New file, from GNU gettext.
18260
18261 2005-08-24  Bruno Haible  <bruno@clisp.org>
18262
18263         * modules/lock-tests: New file.
18264         * tests/test-lock.c: New file, from GNU gettext.
18265
18266 2005-08-24  Bruno Haible  <bruno@clisp.org>
18267
18268         * lib/lock.h: Add multiple inclusion guard.
18269         * lib/tls.h: Add multiple inclusion guard.
18270
18271 2005-08-24  Bruno Haible  <bruno@clisp.org>
18272
18273         * gnulib-tool: Add support for the --aux-dir option to
18274         --create-testdir, --create-megatestdir, --test, --megatest.
18275         (func_create_testdir, func_create_megatestdir): Optionally emit a
18276         AC_CONFIG_AUX_DIR directive.
18277         (create-testdir, create-megatestdir, test, megatest): Provide a
18278         default value for $auxdir.
18279
18280 2005-08-24  Bruno Haible  <bruno@clisp.org>
18281
18282         * gnulib-tool (import): Use compound statement instead of subshell
18283         where possible.
18284
18285 2005-08-24  Bruno Haible  <bruno@clisp.org>
18286
18287         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18288
18289 2005-08-24  Bruno Haible  <bruno@clisp.org>
18290
18291         * gnulib-tool (func_version): Update.
18292
18293 2005-08-24  Bruno Haible  <bruno@clisp.org>
18294
18295         * gnulib-tool (func_import, func_create_testdir,
18296         func_create_megatestdir): Quote all autoconf macro arguments.
18297
18298 2005-08-24  Bruno Haible  <bruno@clisp.org>
18299
18300         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18301         option --force, because --force causes the aclocal.m4 of each
18302         subdirectory to be newer than the corresponding config.h.in.
18303
18304 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18305
18306         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18307         All contents moved to gl_REGEX.
18308         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18309         assume that it does.
18310
18311 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18312
18313         * lib/regex.h (REG_NOSYS)
18314         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18315         Define, since POSIX requires it as of 2001.
18316         (_REG_ENOSYS)
18317         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18318         New private symbol, used to keep the enum signed in all cases.
18319         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18320         Youngman in
18321         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18322
18323         * lib/regex_internal.c (re_string_skip_chars, register_state):
18324         (calc_state_hash):
18325         Remove forward decls; no longer needed now that we use prototypes.
18326         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18327         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18328         (clean_state_log_if_needed): Likewise.
18329
18330 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18331
18332         * config/srclist.txt: Add glibc bugs 1231-1233.
18333
18334 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18335
18336         Fix problems reported by Sam Steingold in
18337         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18338         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18339         assumed that reg_errcode_t is a signed type, which is not
18340         necessarily true if _XOPEN_SOURCE is not defined.
18341         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18342         since some compilers warn about it otherwise.
18343
18344 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18345
18346         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18347         (init_word_char, create_initial_state, duplicate_node_closure):
18348         (fetch_token, peek_token_bracket, build_range_exp):
18349         (build_collating_symbol): Remove forward decls; no longer needed
18350         now that we use prototypes.
18351
18352         * lib/regcomp.c:
18353         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18354         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18355         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18356         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18357         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18358         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18359         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18360         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18361         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18362         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18363         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18364         (build_charclass, build_charclass_op, fetch_number, create_tree):
18365         (create_token_tree, mark_opt_subexp, duplicate_tree):
18366         Use prototypes rather than old-style definitions.
18367
18368         * lib/regex_internal.c:
18369         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18370         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18371         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18372         (re_string_reconstruct, re_string_peek_byte_case):
18373         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18374         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18375         (re_node_set_init_copy, re_node_set_add_intersect):
18376         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18377         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18378         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18379         (re_acquire_state, re_acquire_state_context, register_state):
18380         (create_ci_newstate, create_cd_newstate, free_state):
18381         Likewise.
18382         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18383         re_search_2):
18384         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18385         (re_search_internal, prune_impossible_nodes):
18386         (acquire_init_state_context, check_matching, static):
18387         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18388         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18389         (update_regs, sift_states_backward, build_sifted_states):
18390         (clean_state_log_if_needed, merge_state_array):
18391         (update_cur_sifted_state, add_epsilon_src_nodes):
18392         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18393         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18394         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18395         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18396         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18397         (check_arrival, check_arrival_add_next_nodes):
18398         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18399         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18400         (check_node_accept_bytes, check_node_accept, extend_buffers):
18401         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18402         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18403         (sift_ctx_init):
18404         Likewise.
18405
18406         * lib/regex_internal.h:
18407         (re_string_allocate, re_string_construct, re_string_reconstruct):
18408         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18409         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18410         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18411         (re_string_context_at, re_string_peek_byte_case):
18412         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18413         is defined, since we now use prototypes always.
18414
18415         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18416         C89 or better.  All uses removed.
18417
18418 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18419
18420         * config/srclist.txt: Add glibc bugs 1220-1227.
18421
18422 2005-08-20  Jim Meyering  <jim@meyering.net>
18423
18424         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18425         of unused local, dfa.
18426
18427 2005-08-20  Bruno Haible  <bruno@clisp.org>
18428
18429         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18430
18431 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18432
18433         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18434         (re_node_set_insert_last, re_dfa_add_node):
18435         Rename local variables to avoid GCC shadowing warnings.
18436
18437 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18438
18439         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18440         [defined lint]: Suppress bogus uninitialized-variable warnings.
18441
18442         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18443         and let the caller return REG_ESPACE if out of space.  This
18444         removes an uninitialied-variable warning with GCC 4.0.1, and also
18445         avoids taking the address of a local variable.  All callers
18446         changed.
18447
18448 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18449
18450         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18451         $LIBCSRC/posix/regexec.c.
18452         Add glibc bug 1217 for regcomp.c.
18453
18454 2005-08-19  Jim Meyering  <jim@meyering.net>
18455
18456         * lib/regexec.c (proceed_next_node): Redo local variables to
18457         avoid GCC shadowing warnings.
18458
18459 2005-08-18  Bruno Haible  <bruno@clisp.org>
18460
18461         * lib/strstr.c (strstr): Fix return value in multibyte case.
18462         * lib/strcasestr.c (strcasestr): Likewise.
18463
18464 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18465
18466         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18467
18468 2005-08-17  Jim Meyering  <jim@meyering.net>
18469
18470         Make the %s format (seconds since the epoch) work for a negative
18471         number and when used with a zero-padded field width, e.g. %015s.
18472
18473         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18474         label so that it precedes the code to set `digits'.  Otherwise,
18475         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18476         print `00-22'.  Now, it prints `-0022', as it should.
18477
18478 2005-08-17  Bruno Haible  <bruno@clisp.org>
18479
18480         * modules/strstr (Files): Add m4/mbrtowc.m4.
18481         (Depends-on): Add mbuiter.
18482
18483 2005-08-17  Bruno Haible  <bruno@clisp.org>
18484
18485         * modules/strcasestr: New file.
18486         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18487         strcasestr.
18488
18489 2005-08-17  Bruno Haible  <bruno@clisp.org>
18490
18491         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18492
18493 2005-08-17  Bruno Haible  <bruno@clisp.org>
18494
18495         * modules/mbuiter: New file.
18496         * MODULES.html.sh (Extended multibyte and wide character utilities):
18497         Add mbuiter.
18498
18499 2005-08-17  Bruno Haible  <bruno@clisp.org>
18500
18501         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18502         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18503
18504 2005-08-17  Bruno Haible  <bruno@clisp.org>
18505
18506         * m4/strcasestr.m4: New file.
18507
18508 2005-08-17  Bruno Haible  <bruno@clisp.org>
18509
18510         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18511         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18512
18513 2005-08-17  Bruno Haible  <bruno@clisp.org>
18514
18515         * lib/strcasestr.h: New file.
18516         * lib/strcasestr.c: New file.
18517
18518 2005-08-17  Bruno Haible  <bruno@clisp.org>
18519
18520         * lib/strcasecmp.c: Use mbuiter.h.
18521
18522 2005-08-17  Bruno Haible  <bruno@clisp.org>
18523
18524         * lib/mbuiter.h: New file.
18525
18526 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18527
18528         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18529         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18530         and gl_GETOPT are both invoked via different paths (as happens
18531         with GNU tar CVS because it uses both argp and getopt), the former
18532         wins.
18533
18534 2005-08-16  Bruno Haible  <bruno@clisp.org>
18535
18536         * modules/tls: New file.
18537         * MODULES.html.sh (Multithreading): Add tls.
18538
18539 2005-08-16  Bruno Haible  <bruno@clisp.org>
18540
18541         * modules/strnlen1: New file.
18542         * MODULES.html.sh (String handling): Add strnlen1.
18543
18544 2005-08-16  Bruno Haible  <bruno@clisp.org>
18545
18546         * modules/strcase (Files): Add m4/mbrtowc.m4.
18547         (Depends-on): Add strnlen1, mbchar.
18548
18549 2005-08-16  Bruno Haible  <bruno@clisp.org>
18550
18551         * modules/mbiter: New file.
18552         * MODULES.html.sh (Extended multibyte and wide character utilities):
18553         Add mbiter.
18554
18555 2005-08-16  Bruno Haible  <bruno@clisp.org>
18556
18557         * modules/mbfile: New file.
18558         * MODULES.html.sh (Extended multibyte and wide character utilities):
18559         Add mbfile.
18560
18561 2005-08-16  Bruno Haible  <bruno@clisp.org>
18562
18563         * modules/mbchar: New file.
18564         * MODULES.html.sh (Extended multibyte and wide character utilities):
18565         New section.
18566
18567 2005-08-16  Bruno Haible  <bruno@clisp.org>
18568
18569         * m4/tls.m4: New file, from GNU gettext.
18570
18571 2005-08-16  Bruno Haible  <bruno@clisp.org>
18572
18573         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18574         always.
18575         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18576
18577 2005-08-16  Bruno Haible  <bruno@clisp.org>
18578
18579         * m4/mbiter.m4: New file.
18580
18581 2005-08-16  Bruno Haible  <bruno@clisp.org>
18582
18583         * m4/mbfile.m4: New file.
18584
18585 2005-08-16  Bruno Haible  <bruno@clisp.org>
18586
18587         * m4/mbchar.m4: New file.
18588
18589 2005-08-16  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/tls.h: New file, from GNU gettext.
18592         * lib/tls.c: New file, from GNU gettext.
18593
18594 2005-08-16  Bruno Haible  <bruno@clisp.org>
18595
18596         * lib/strnlen1.h: New file.
18597         * lib/strnlen1.c: New file.
18598
18599 2005-08-16  Bruno Haible  <bruno@clisp.org>
18600
18601         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18602         (mbi_init): Update.
18603         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18604         NUL byte, not after it.
18605
18606 2005-08-16  Bruno Haible  <bruno@clisp.org>
18607
18608         * lib/strcase.h (strcasecmp): Add note in comments.
18609         * lib/strncasecmp.c: Use code from strcasecmp.c.
18610         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18611         (strcasecmp): Work correctly in multibyte locales.
18612
18613 2005-08-16  Bruno Haible  <bruno@clisp.org>
18614
18615         * lib/mbiter.h: New file.
18616
18617 2005-08-16  Bruno Haible  <bruno@clisp.org>
18618
18619         * lib/mbfile.h: New file.
18620
18621 2005-08-16  Bruno Haible  <bruno@clisp.org>
18622
18623         * lib/mbchar.h: New file.
18624         * lib/mbchar.c: New file.
18625
18626 2005-08-16  Bruno Haible  <bruno@clisp.org>
18627
18628         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18629         the valid ones. Makes the comparison operations transitive:
18630         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18631         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18632
18633 2005-08-15  Simon Josefsson  <jas@extundo.com>
18634
18635         * modules/ssize_t (License): Change to 'unlimited'.
18636
18637         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18638
18639 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18640
18641         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18642         Add comments for each pending glibc patch.
18643
18644 2005-08-15  Bruno Haible  <bruno@clisp.org>
18645
18646         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18647         __cplusplus is defined.
18648
18649 2005-08-14  Jim Meyering  <jim@meyering.net>
18650
18651         Sync from coreutils.
18652
18653         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18654         Use the hash-table-based cycle-detection code not just when
18655         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18656         Reported by James Youngman in
18657         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18658         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18659         FTS_TIGHT_CYCLE_CHECK.
18660         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18661         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18662         once again.
18663         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18664         * lib/fts.c (fd_safer): Remove decl.
18665         Include fcntl--.h rather than unistd-safer.h
18666         (fts_safe_changedir): Don't call fd_safer; no longer needed
18667         now that we include fcntl--.h.
18668
18669 2005-08-12  Simon Josefsson  <jas@extundo.com>
18670
18671         * modules/getndelim2: Use ssize_t module.
18672         * modules/getnline: Likewise.
18673         * modules/safe-read: Likewise.
18674         * modules/xreadlink: Likewise.
18675
18676         * modules/ssize_t: New file.
18677
18678 2005-08-12  Simon Josefsson  <jas@extundo.com>
18679
18680         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18681
18682 2005-08-12  Simon Josefsson  <jas@extundo.com>
18683
18684         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18685         ssize_t.
18686
18687 2005-08-12  Simon Josefsson  <jas@extundo.com>
18688
18689         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18690         readline, getdelim and check_version.
18691         (Support for systems lacking ISO C 99: Sizes of integer types):
18692         Add size_max.
18693
18694 2005-08-12  Bruno Haible  <bruno@clisp.org>
18695
18696         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18697
18698 2005-08-11  Simon Josefsson  <jas@extundo.com>
18699
18700         * modules/readline: New file.
18701
18702         * modules/strnlen (Files): Add strnlen.h.
18703
18704 2005-08-11  Simon Josefsson  <jas@extundo.com>
18705
18706         * m4/readline.m4: New file.
18707
18708 2005-08-11  Simon Josefsson  <jas@extundo.com>
18709
18710         * lib/readline.h, readline.c: New file.
18711
18712 2005-08-11  Simon Josefsson  <jas@extundo.com>
18713
18714         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18715         gl_AVOID.
18716
18717 2005-08-11  Bruno Haible  <bruno@clisp.org>
18718
18719         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18720
18721 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18722
18723         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18724
18725 2005-08-10  Simon Josefsson  <jas@extundo.com>
18726
18727         * tests/test-iconvme.c: New file.
18728
18729 2005-08-10  Simon Josefsson  <jas@extundo.com>
18730
18731         * m4/strnlen.m4: New file.
18732
18733         * m4/strndup.m4: Don't check for strnlen declaration, done in
18734         strnlen.m4.
18735
18736 2005-08-10  Simon Josefsson  <jas@extundo.com>
18737
18738         * lib/strndup.c: Use strnlen.h.
18739
18740         * lib/strnlen.h: New file.
18741
18742 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18743
18744         * README: Typos.
18745
18746 2005-08-02  Simon Josefsson  <jas@extundo.com>
18747
18748         * modules/readline: New file.
18749
18750 2005-08-02  Simon Josefsson  <jas@extundo.com>
18751
18752         * modules/getdelim: New file.
18753
18754         * modules/getline: Rewrite, don't use getndelim2.
18755
18756 2005-08-02  Simon Josefsson  <jas@extundo.com>
18757
18758         * m4/getline.m4: Separate out getdelim stuff into separate module.
18759
18760         * m4/getdelim.m4: New file.
18761
18762 2005-08-02  Simon Josefsson  <jas@extundo.com>
18763
18764         * lib/getline.h, getline.c: Rewrite.
18765
18766         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
18767
18768 2005-07-31  Bruno Haible  <bruno@clisp.org>
18769
18770         * lib/lock.h (gl_lock_initializer): New macro.
18771         (gl_lock_define_initialized): Use it.
18772         (gl_rwlock_initializer): New macro.
18773         (gl_rwlock_define_initialized): Use it.
18774         (gl_recursive_lock_initializer): New macro.
18775         (gl_recursive_lock_define_initialized): Use it.
18776
18777 2005-07-30  Karl Berry  <karl@gnu.org>
18778
18779         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
18780         Report from Ben Pfaff, regarding getopt.
18781
18782 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
18783
18784         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
18785         normal way.
18786         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
18787         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
18788         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
18789         (gl_GETOPT): Use the new macros.  Most of the implementation
18790         is moved to the new macros.  This is for programs like Emacs
18791         that don't want all the functionality of gl_GETOPT.
18792
18793 2005-07-26  Bruno Haible  <bruno@clisp.org>
18794
18795         * m4/lock.m4: Update from GNU gettext.
18796
18797 2005-07-26  Bruno Haible  <bruno@clisp.org>
18798
18799         * lib/lock.h: Update from GNU gettext.
18800         * lib/lock.c: Update from GNU gettext.
18801
18802 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
18803
18804         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
18805         obsolescent AC_TRY_RUN.  Include the default includes files, for
18806         'exit'.
18807
18808 2005-07-24  Bruno Haible  <bruno@clisp.org>
18809
18810         * modules/visibility: New file.
18811         * MODULES.html.sh (Misc): Add visibility.
18812
18813 2005-07-24  Bruno Haible  <bruno@clisp.org>
18814
18815         * m4/visibility.m4: New file.
18816
18817 2005-07-24  Bruno Haible  <bruno@clisp.org>
18818
18819         * doc/visibility.texi: New file.
18820
18821 2005-07-22  Bruno Haible  <bruno@clisp.org>
18822
18823         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
18824         $(ALLOCA_H), redundant through BUILT_SOURCES.
18825         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
18826         redundant through BUILT_SOURCES.
18827         * modules/byteswap (Makefile.am): Remove explicit dependency on
18828         $(BYTESWAP_H), redundant through BUILT_SOURCES.
18829         * modules/fnmatch (Makefile.am): Remove explicit dependency on
18830         $(FNMATCH_H), redundant through BUILT_SOURCES.
18831         * modules/getopt (Makefile.am): Remove explicit dependency on
18832         $(GETOPT_H), redundant through BUILT_SOURCES.
18833         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
18834         redundant through BUILT_SOURCES.
18835         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
18836         redundant through BUILT_SOURCES.
18837         * modules/stdbool (Makefile.am): Remove explicit dependency on
18838         $(STDBOOL_H), redundant through BUILT_SOURCES.
18839         * modules/stdint (Makefile.am): Remove explicit dependency on
18840         $(STDINT_H), redundant through BUILT_SOURCES.
18841         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
18842         Remove explicit dependency on $(SYSEXITS_H).
18843         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
18844
18845 2005-07-18  Simon Josefsson  <jas@extundo.com>
18846
18847         * lib/check-version.c (check_version): Accept identical versions too.
18848
18849 2005-07-18  Bruno Haible  <bruno@clisp.org>
18850
18851         * modules/lock: New file.
18852         * MODULES.html.sh (Multithreading): New section.
18853
18854 2005-07-18  Bruno Haible  <bruno@clisp.org>
18855
18856         * m4/lock.m4: New file, from GNU gettext.
18857
18858 2005-07-18  Bruno Haible  <bruno@clisp.org>
18859
18860         * lib/lock.h: New file, from GNU gettext.
18861         * lib/lock.c: New file, from GNU gettext.
18862
18863 2005-07-18  Bruno Haible  <bruno@clisp.org>
18864
18865         * lib/lock.h (gl_once_t): New type.
18866         (gl_once_define, gl_once): New macros.
18867         * lib/lock.c (fresh_once): New variable.
18868         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
18869         functions.
18870
18871 2005-07-16  Simon Josefsson  <jas@extundo.com>
18872
18873         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
18874         workaround, suggested by Bruno.
18875
18876 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18877
18878         * modules/xalloc (Depends-on): Add xalloc-die.
18879         * modules/xvasprintf (Depends-on): Add xalloc-die.
18880
18881 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
18882
18883         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
18884         with a minor change.
18885
18886 2005-07-15  Bruno Haible  <bruno@clisp.org>
18887
18888         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
18889         When using lib/poll.c, define poll as rpl_poll.
18890
18891 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
18892
18893         * modules/argp (Depends-on): Remove unlocked-io.
18894
18895 2005-07-14  Derek Price  <derek@ximbiot.com>
18896
18897         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
18898         for glob symlink bug.
18899
18900 2005-07-14  Bruno Haible  <bruno@clisp.org>
18901
18902         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
18903         Instead, test for *_unlocked function declarations directly.
18904
18905 2005-07-11  Simon Josefsson  <jas@extundo.com>
18906
18907         * modules/size_max: New file.
18908
18909         * modules/xsize: Depend on size_max module for size_max.m4.
18910
18911 2005-07-11  Simon Josefsson  <jas@extundo.com>
18912
18913         * lib/size_max.h: New file.
18914
18915 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
18916
18917         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
18918         copyright symbol and the year.
18919         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
18920         (version_etc_va): Use parameterized copyright notice.
18921         Reword to conform to the current GNU coding standards.
18922
18923 2005-07-11  Karl Berry  <karl@gnu.org>
18924
18925         * doc/gnulib.texi (Quoting): new node.
18926         (Initial import): more info, from Patrice.
18927
18928 2005-07-11  Bruno Haible  <bruno@clisp.org>
18929
18930         * gnulib-tool (func_usage): Document option --avoid.
18931         (Command line options): Handle --avoid.
18932         (func_acceptable): New function.
18933         (func_modules_transitive_closure): Use it.
18934
18935 2005-07-11  Bruno Haible  <bruno@clisp.org>
18936
18937         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
18938         Reported by Jim Meyering.
18939
18940 2005-07-10  Bruno Haible  <bruno@clisp.org>
18941
18942         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
18943         Needed when size_t is smaller than 'unsigned int'.
18944         Reported by Paul Eggert.
18945
18946 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18947
18948         * modules/argp (Depends-on): Add unlocked-io
18949
18950 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18951
18952         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
18953         block of defines.
18954
18955 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18956
18957         * config/srclist.txt: Comment out regcomp.c, since we have a porting
18958         fix now.
18959
18960 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
18961         and Paul Eggert  <eggert@cs.ucla.edu>
18962
18963         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
18964         in wint_t, not wchar_t.  Remove now-unnecessary cast.
18965
18966 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18967
18968         * modules/regex (Files): Add lib/regex_internal.c,
18969         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
18970         (Depends-on): Add extensions.
18971         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
18972
18973 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18974
18975         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
18976         pathconf.
18977         * m4/same.m4 (gl_SAME): Likewise.
18978         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
18979
18980         * m4/regex.m4: Adjust to new libc regex implementation.
18981         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
18982         all the .c and .h parts of (the new) regex.
18983         Quote the m4 stuff better.
18984         Check for RE_ICASE bug of old gnulib.
18985         Check for REG_STARTEND of recent libc.
18986         Rename local variables from jm_* to gl_*.
18987         Quote operand of "test -f".
18988         Say "recent enough" version of libc, not "version 2".
18989         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
18990         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
18991         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
18992         Remove check for btowc, isascii.
18993         Require AM_LANGINFO_CODESET.
18994
18995 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
18996
18997         * lib/regex.c, regex.h: Sync from libc.
18998         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
18999         * lib/regexec.c:
19000         New files, synced from libc, except that regex_internal.h
19001         currently has a small porting fix.
19002
19003 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19004
19005         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19006         regex_internal.c, regexec.c.
19007         Add regex_internal.h too, but as a comment, since the libc version
19008         is currently broken in gnulib mode.
19009
19010 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19011
19012         Support programs like Emacs that use gnulib but not gettext.
19013         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19014         * modules/gettext-h: New file.
19015         * modules/gettext (Files): Remove lib/gettext.h.
19016         (Depends-on): Add gettext-h.
19017         (Makefile.am): Remove lib_SOURCES.
19018         * modules/argmatch, modules/c-stack, modules/closeout:
19019         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19020         * modules/execute, modules/file-type, modules/getaddrinfo:
19021         * modules/getopt, modules/human, modules/javacomp:
19022         * modules/javaexec, modules/mkdir-p, modules/obstack:
19023         * modules/openat, modules/pagealign_alloc, modules/pipe:
19024         * modules/quotearg, modules/regex, modules/rpmatch:
19025         * modules/unicodeio, modules/userspec, modules/version-etc:
19026         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19027         * modules/xsetenv:
19028         Depend on gettext-h, not gettext.
19029
19030 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19031
19032         * gnulib-tool (func_import): Add support for 'public domain' license.
19033         * modules/alloca, modules/atexit, modules/memmove:
19034         Now public domain, not GPL.
19035         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19036         * modules/realloc, modules/strerror, modules/strtod:
19037         Now LGPL, not GPL.
19038
19039 2005-07-05  Bruno Haible  <bruno@clisp.org>
19040
19041         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19042         autoconf CVS. Needed for mingw.
19043
19044 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19045
19046         Remove the dependency of the strftime module on the tzset module.
19047         * modules/strftime (Depends-on): Remove dependency on tzset.
19048
19049 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19050
19051         Remove the dependency of the strftime module on the tzset module.
19052         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19053         gl_FUNC_TZSET_CLOBBER.
19054
19055 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         Remove the dependency of the strftime module on the tzset module.
19058         * lib/strftime.c (my_strftime)
19059         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19060         Copy the input structure, to work around some of the bug with
19061         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19062         Solaris releases, you should also use the tzset module, but we won't
19063         require it as a dependency any more since we don't want LGPLed code
19064         to depend on GPLed code.
19065
19066 2005-07-02  Jim Meyering  <jim@meyering.net>
19067
19068         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19069         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19070         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19071         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19072
19073 2005-07-02  Jim Meyering  <jim@meyering.net>
19074
19075         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19076
19077 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19078
19079         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19080         declares only 'struct timespec;' (!).
19081
19082 2005-07-01  Jim Meyering  <jim@meyering.net>
19083
19084         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19085         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19086         * lib/save-cwd.c, tempname.c:
19087         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19088         and don't include <sys/file.h>).
19089
19090 2005-06-29  Jim Meyering  <jim@meyering.net>
19091
19092         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19093         type name.  Use the variable name instead.
19094         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19095         Likewise.
19096
19097 2005-06-28  Simon Josefsson  <jas@extundo.com>
19098
19099         * modules/check-version (Files): Add check-version.m4.
19100
19101 2005-06-28  Simon Josefsson  <jas@extundo.com>
19102
19103         * m4/check-version.m4: New file, suggested by Jim Meyering
19104         <jim@meyering.net>.
19105
19106 2005-06-28  Simon Josefsson  <jas@extundo.com>
19107
19108         * lib/check-version.h, lib/check-version.c: New files.
19109
19110 2005-06-28  Simon Josefsson  <jas@extundo.com>
19111
19112         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19113         collision with global variable.  Better indentation.  Don't
19114         increment buffer pointer beyond buffer end.  Based on comments
19115         from Paul Eggert <eggert@cs.ucla.edu>.
19116
19117         * lib/base64.h: Indent.
19118
19119 2005-06-28  Simon Josefsson  <jas@extundo.com>
19120
19121         * doc/gnulib.texi (Library version handling): New section.
19122
19123 2005-06-28  Jim Meyering  <jim@meyering.net>
19124
19125         * check-module (find_included_lib_files): Hard-code another
19126         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19127         but modules/fts-lgpl (correctly) does not list those files.
19128
19129         * modules/canonicalize (Files): Add lib/pathmax.h.
19130
19131 2005-06-25  Simon Josefsson  <jas@extundo.com>
19132
19133         * modules/check-version: New file.
19134
19135 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19136
19137         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19138         initializer of struct addrinfo, as an indication that we don't
19139         care how many members the structure has.
19140
19141 2005-06-24  Derek Price  <derek@ximbiot.com>
19142         and Bruno Haible  <bruno@clisp.org>
19143
19144         Remove stat module & update lstat.
19145         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19146         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19147         * m4/stat.m4: Remove this file.
19148
19149 2005-06-24  Derek Price  <derek@ximbiot.com>
19150         and Bruno Haible  <bruno@clisp.org>
19151
19152         Remove stat module & update lstat.
19153         * lib/stat.c: Remove this file...
19154         (slash_aware_lstat): ...moving this content and its support...
19155         * lib/lstat.c (rpl_lstat): ...into here.
19156         * lib/lstat.h: New file.
19157
19158 2005-06-24  Derek Price  <derek@ximbiot.com>
19159         and Bruno Haible  <bruno@clisp.org>
19160
19161         Remove stat module & update lstat.
19162         * config/srclist.txt (libc sources): Remove stat.
19163
19164 2005-06-24  Derek Price  <derek@ximbiot.com>
19165         and Bruno Haible  <bruno@clisp.org>
19166
19167         Remove stat module & update lstat.
19168         * MODULES.html.sh (stat): Remove.
19169         * MODULES.html: Regenerated.
19170         * modules/lstat (Description): Correct function name.
19171         (Files): Add "lstat.h".
19172         (Depends-on): Remove stat, add xalloc, stat-macros.
19173         * modules/stat: Remove this file.
19174         (Include): Add "lstat.h", remove <sys/stat.h>.
19175
19176 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19177
19178         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19179         (ranged_convert): Don't save conversion in a temporary struct.
19180         This causes a warning with GCC 4.0.0, and anyway in the typical
19181         case it's not worth the extra 100 bytes or so of code.
19182         (ranged_convert, __mktime_internal): When calling a function via a
19183         pointer P, use P () rather than (*P) (), as we now assume C89 or
19184         better.
19185
19186 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19187
19188         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19189         "who -r" failed to give output.  Problem reported by Tim Waugh.
19190
19191         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19192         (xcalloc): Use it to avoid needless tests.
19193         Problem reported by Jim Meyering.
19194
19195 2005-06-20  Derek Price  <derek@ximbiot.com>
19196
19197         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19198         unnecessary for Autoconfs > 2.59c.
19199
19200 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19201
19202         * lib/argp.h (__option_is_short): Check upper limit of
19203         __key. Isprint() requires its argument to have the value
19204         of an unsigned char or EOF.
19205
19206 2005-06-16  Jim Meyering  <jim@meyering.net>
19207
19208         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19209         when either N or S is zero.
19210
19211 2005-06-16  Derek Price  <derek@ximbiot.com>
19212
19213         * m4/bison.m4: Declare YACC & YFLAGS precious.
19214
19215 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19216
19217         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19218         multibyte string or pattern, fall back on unibyte matching.
19219         Problem reported by James Youngman.
19220
19221 2005-06-08  Bruno Haible  <bruno@clisp.org>
19222
19223         * modules/csharpcomp: New file.
19224         * MODULES.html.sh (C#): Add csharpcomp.
19225
19226 2005-06-08  Bruno Haible  <bruno@clisp.org>
19227
19228         * m4/csharpcomp.m4: New file, from GNU gettext.
19229
19230 2005-06-08  Bruno Haible  <bruno@clisp.org>
19231
19232         * lib/csharpcomp.h: New file, from GNU gettext.
19233         * lib/csharpcomp.c: New file, from GNU gettext.
19234         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19235
19236 2005-06-08  Bruno Haible  <bruno@clisp.org>
19237
19238         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19239         warning on mingw.
19240
19241 2005-06-07  Derek Price  <derek@ximbiot.com>
19242
19243         Sync from CVS.
19244         * lib/glob_.h: Indent nested #ifdef.
19245
19246 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19247
19248         Sync from coreutils.
19249         Use "file name" when talking about file names, instead of "filename"
19250         or "path", as per the GNU coding standards.
19251         * lib/mkdir-p.c: Renamed from makepath.c.
19252         (make_dir_parents): Renamed from make_path.  All callers changed.
19253         * lib/mkdir-p.h: Likewise.  All includers changed.
19254         * lib/filenamecat.c: Renamed from path-concat.c.
19255         (file_name_concat): Renamed from path_concat.  All callers changed.
19256         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19257         * lib/filenamecat.h: Likewise.  All includers changed.
19258         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19259         in comments or local variable names.
19260         * lib/basename.c: Likewise.
19261         * lib/canonicalize.c, canonicalize.h: Likewise.
19262         * lib/dirname.c, dirname.h: Likewise.
19263         * lib/euidaccess.c: Likewise.
19264         * lib/exclude.c: Likewise
19265         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19266         * lib/fsusage.c, fsuage.h: Likewise.
19267         * lib/fts.c, fts_.h: Likewise.
19268         * lib/getcwd.c: Likewise.
19269         * lib/getloadavg.c: Likewise.
19270         * lib/mkstemp.c: Likewise.
19271         * lib/mountlist.c, mountlist.h: Likewise.
19272         * lib/openat.c, openat.h: Likewise.
19273         * lib/readlink-stub.c: Likewise.
19274         * lib/readutmp.c, readutmp.h: Likewise.
19275         * lib/rename.c: Likewise.
19276         * lib/rmdir.c: Likewise.
19277         * lib/same.c: Likewise.
19278         * lib/savedir.c: Likewise.
19279         * lib/stripslash.c: Likewise.
19280         * lib/tempname.c: Likewise.
19281         * lib/xreadlink.c: Likewise.
19282         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19283         All uses changed.
19284         * lib/exclude.h: Likewise.
19285
19286         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19287         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19288         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19289         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19290         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19291         files have been getting away with it for years (MORE/BSD 4.3
19292         is extinct now).
19293         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19294         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19295
19296         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19297         Define to 256, not 255, as per modern POSIX.
19298
19299 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19300
19301         Sync from coreutils.
19302         Use "file name" when talking about file names, instead of "filename"
19303         or "path", as per the GNU coding standards.
19304         * MODULES.html.sh: mkdir-p renamed from makepath.
19305         filenamecat renamed from path-concat.
19306         * modules/filenamecat: Renamed from modules/path-concat.
19307         (Files): filenamecat.h and filenamecat.c renamed from
19308         path-concat.h and path-concat.c.
19309         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19310         (Include): filenamecat.h, not path-concat.h.
19311         * modules/mkdir-p: Renamed from modules/makepath.
19312         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19313         makepath.c.
19314         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19315         (Include): mkdir-p.h, not makepath.h.
19316
19317 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19318
19319         Sync from coreutils.
19320         * m4/mkdir-p.m4: Renamed from makepath.m4.
19321         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19322         Rename files from makepath.c to mkdir-p.c, and from
19323         makepath.h to mkdir-p.h.
19324         * m4/filenamecat.m4: Renamed from path-concat.m4.
19325         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19326         Rename files from path-concat.c to filenamecat.c,
19327         and from path-concat.h to filenamecat.h.
19328         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19329         "file name" in local variables or comments.
19330         * m4/rename.m4: Likewise.
19331
19332 2005-06-01  Bruno Haible  <bruno@clisp.org>
19333
19334         * modules/csharpexec: New file.
19335         * MODULES.html.sh (C#): New section.
19336
19337 2005-06-01  Bruno Haible  <bruno@clisp.org>
19338
19339         * m4/csharp.m4: New file, from GNU gettext.
19340         * m4/csharpexec.m4: New file, from GNU gettext.
19341
19342 2005-06-01  Bruno Haible  <bruno@clisp.org>
19343
19344         * lib/csharpexec.h: New file, from GNU gettext.
19345         * lib/csharpexec.c: New file, from GNU gettext.
19346         * lib/csharpexec.sh.in: New file, from GNU gettext.
19347
19348 2005-05-31  Derek Price  <derek@ximbiot.com>
19349             Paul Eggert  <eggert@cs.ucla.edu>
19350
19351         Sync from cvs.
19352         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19353
19354 2005-05-31  Derek Price  <derek@ximbiot.com>
19355             Paul Eggert  <eggert@cs.ucla.edu>
19356
19357         Sync from cvs.
19358         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19359
19360 2005-05-29  Derek Price  <derek@ximbiot.com>
19361
19362         * config/srclist.txt (glob_.h, glob.c): Add these files.
19363
19364 2005-05-29  Derek Price  <derek@ximbiot.com>
19365
19366         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19367         * modules/glob: New file.
19368         * modules/getlogin_r: Add link to POSIX spec in description.
19369
19370 2005-05-29  Derek Price  <derek@ximbiot.com>
19371             Paul Eggert  <eggert@cs.ucla.edu>
19372
19373         * m4/glob.m4: New file.
19374
19375 2005-05-29  Derek Price  <derek@ximbiot.com>
19376             Paul Eggert  <eggert@cs.ucla.edu>
19377
19378         * lib/glob_.h, lib/glob.c: New files.
19379
19380 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19381
19382         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19383         * modules/fts-lgpl (Depends-on): Remove gettext.
19384
19385 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19386
19387         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19388         and don't require gt_INTTYPES_PRI.
19389
19390 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19391
19392         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19393
19394         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19395         the configuration hassle isn't worth it.
19396         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19397         (LONGEST_MODIFIER, PRIuMAX): Remove.
19398
19399 2005-05-27  Bruno Haible  <bruno@clisp.org>
19400
19401         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19402
19403 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19404
19405         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19406         _POSIX_PTHREAD_SEMANTICS for Solaris.
19407
19408 2005-05-25  Derek Price  <derek@ximbiot.com>
19409
19410         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19411
19412 2005-05-25  Derek Price  <derek@ximbiot.com>
19413             Paul Eggert  <eggert@cs.ucla.edu>
19414
19415         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19416         * lib/getlogin_r.c, getlogin_r.h: New files.
19417
19418 2005-05-25  Bruno Haible  <bruno@clisp.org>
19419             Derek Price  <derek@ximbiot.com>
19420
19421         * lib/getlogin_r.h: Simplify API documentation.
19422
19423 2005-05-23  Derek Price  <derek@ximbiot.com>
19424
19425         * modules/minmax (Files): Add m4/minmax.m4.
19426         (configure.ac): Add gl_MINMAX.
19427
19428 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19429
19430         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19431         so that unistd-safer.h (GPL'ed code) need not be included.
19432
19433 2005-05-22  Bruno Haible  <bruno@clisp.org>
19434
19435         * m4/minmax.m4: New file.
19436         Based on a patch by Derek Price <derek@ximbiot.com>.
19437
19438 2005-05-22  Bruno Haible  <bruno@clisp.org>
19439
19440         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19441         (INT64_MIN): Fix definition.
19442         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19443
19444         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19445         NEED_SIGNED_INT_TYPES.
19446
19447         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19448         HAVE_SYSTEM_INTTYPES.
19449
19450 2005-05-22  Bruno Haible  <bruno@clisp.org>
19451
19452         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19453         Also include <sys/param.h> if it defines MIN, MAX.
19454         Based on a patch by Derek Price <derek@ximbiot.com>.
19455
19456 2005-05-21  Jim Meyering  <jim@meyering.net>
19457
19458         * modules/fts (Files): Add m4/inttypes-pri.m4.
19459         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19460
19461 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19462
19463         New fts module.
19464         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19465         (setup_dir, free_dir): New functions.
19466         (enter_dir, leave_dir): Define trivial
19467         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19468         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19469         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19470         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19471         Move to fts-cycle.c.
19472         (fts_open): Use setup_dir.
19473         (fts_close): Use free_dir.
19474         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19475         This adds a label and some gotos, but the alternatives were messier.
19476         Check for memory allocation failure when entering a dir.
19477         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19478         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19479         (FTS): New member fts_cycle, that is a union that contains the
19480         old active_dir_ht and cycle_state.  All uses changed to mention
19481         fts_cycle.ht and fts_cycle.state.
19482         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19483         fts.c, with the following changes:
19484         (setup_dir, free_dir): New functions.
19485         (enter_dir): Now returns bool.  Return true if successful, false
19486         if memory exhausted.  All callers changed.
19487         Do not bother partly cleaning up on
19488         memory allocation failure; that is free_dir's job.
19489         However, free ad if hash_insert fails, to avoid memory leak.
19490         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19491         fts->fts_options to see which union member to use.
19492
19493 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19494
19495         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19496         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19497
19498 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19499
19500         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19501
19502 2005-05-20  Jim Meyering  <jim@meyering.net>
19503
19504         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19505         Now a macro, to pacify GCC.
19506
19507 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19508
19509         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19510         of -1.
19511
19512 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19513
19514         * lib/chown.c (rpl_chown): Return -1 on failure.
19515
19516 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19517
19518         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19519         Don't check for stddef.h.
19520         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19521         don't use its results.
19522         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19523         since we include them unconditionally.  Don't require
19524         AM_STDBOOL_H, since stdbool is a prerequisite.
19525         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19526         since we assume C89 or better.
19527         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19528         as we don't use their results.
19529         Don't check for fchdir, memmove, memset, strrchr, as we use
19530         them unconditionally.
19531         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19532         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19533
19534 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19535
19536         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19537         Include <stddef.h> unconditionally, since we assume C89 now.
19538         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19539         * lib/fts.c: Include fts_.h first, to check interface.
19540         Do not include intprops.h; no longer needed.
19541         Include cycle-check.h and hash.h, since fts_.h no longer does.
19542         Remove unnecessary casts of closedir to void.
19543         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19544         decide whether to decrement nlinks.
19545         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19546         (FTS): Use struct hash_table * instead of Hash_table, so that
19547         we no longer need to include hash.h here.
19548
19549 2005-05-18  Jim Meyering  <jim@meyering.net>
19550
19551         * modules/dirfd (License): Change to LGPL.  Most of the code
19552         is already in the public domain.
19553
19554 2005-05-18  Jim Meyering  <jim@meyering.net>
19555
19556         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19557         Reported by Yoann Vandoorselaere.
19558
19559 2005-05-17  Jim Meyering  <jim@meyering.net>
19560
19561         * m4/fts.m4: New file, from coreutils.
19562
19563 2005-05-17  Jim Meyering  <jim@meyering.net>
19564
19565         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19566
19567 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19568
19569         Sync from coreutils.
19570         * m4/unlinkdir.m4: New file.
19571
19572 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19573
19574         Sync from coreutils.
19575         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19576         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19577         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19578         White space changes only.
19579         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19580         special.
19581         * lib/yesno.c: Include getline.h, not ctype.h.
19582         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19583         Use getline to remove arbitrary restriction on response length.
19584
19585 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19586
19587         * config/srclist-update: Spell out "Street" in FSF postal
19588         mail address; this is the style the FSF seems to prefer.
19589
19590         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19591         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19592         this updates FSF postal mail address.
19593
19594         Sync from coreutils.
19595         * modules/unlinkdir: New file.
19596         * modules/yesno (Depends-on): Add getline.
19597         * MODULES.html.sh (File system functions): Add unlinkdir.
19598
19599 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19600
19601         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19602         lib/strsep.h:
19603         Change the initial comment to refer to GPL, not LGPL.
19604         gnulib-tool will change it to LGPL as needed.
19605
19606         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19607         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19608         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19609         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19610         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19611         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19612         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19613         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19614         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19615         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19616         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19617         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19618         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19619         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19620         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19621         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19622         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19623         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19624         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19625         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19626         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19627         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19628         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19629         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19630         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19631         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19632         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19633         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19634         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19635         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19636         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19637         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19638         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19639         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19640         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19641         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19642         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19643         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19644         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19645         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19646         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19647         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19648         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19649         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19650         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19651         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19652         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19653         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19654         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19655         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19656         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19657         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19658         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19659         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19660         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19661         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19662         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19663         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19664         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19665         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19666         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19667         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19668         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19669         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19670         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19671         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19672         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19673         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19674         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19675         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19676         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19677         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19678         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19679         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19680         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19681         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19682         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19683         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19684         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19685         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19686         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19687         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19688         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19689         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19690         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19691         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19692         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19693         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19694         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19695         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19696         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19697         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19698         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19699         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19700         lib/yesno.c, lib/yesno.h:
19701         Update FSF postal mail address.
19702
19703 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19704
19705         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19706         tests/test-memmem.c, tests/test-stpncpy.c:
19707         Update FSF postal mail address.
19708
19709 2005-05-13  Bruno Haible  <bruno@clisp.org>
19710
19711         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19712         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19713         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19714         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19715         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19716         Add support for 64-bit integers in the MSVC compiler.
19717
19718 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19719
19720         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19721
19722 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19723
19724         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19725
19726 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19727
19728         * doc/getdate.texi (General date syntax): Don't say that date
19729         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19730         Problem reported by Nic Ferrier.
19731
19732 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19733
19734         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19735         specified in ai_socktype. Fix invalid ai_protocol
19736         check. ai_protocol is usually set to 0 or depending on
19737         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19738         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19739         ai_socktype / ai_protocol in the returned addrinfo structure.
19740
19741 2005-05-10  Simon Josefsson  <jas@extundo.com>
19742
19743         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19744         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19745
19746 2005-05-10  Karl Berry  <karl@gnu.org>
19747
19748         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19749         (from http://www.gnu.org/licenses).
19750         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19751         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19752         fdl.texi suffices.
19753
19754 2005-05-10  Karl Berry  <karl@gnu.org>
19755
19756         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19757         (COPYING.DOC): remove.
19758
19759         * config/srclist-update: new FSF address.
19760
19761 2005-05-10  Derek Price  <derek@ximbiot.com>
19762
19763         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
19764         possible.
19765
19766 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19767             Bruno Haible  <bruno@clisp.org>
19768
19769         * modules/inet_ntop: New file.
19770         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19771         inet_ntop.
19772
19773 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19774             Bruno Haible  <bruno@clisp.org>
19775
19776         * m4/inet_ntop.m4: New file.
19777
19778 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19779             Bruno Haible  <bruno@clisp.org>
19780
19781         * lib/inet_ntop.h: New file.
19782         * lib/inet_ntop.c: New file, from glibc with modifications.
19783
19784 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
19785
19786         * modules/time_r (License): Change to LGPL.
19787         * modules/extensions (License): Change to LGPL.  Actually,
19788         the license is more permissive than that, but currently gnulib-tool
19789         doesn't know how to handle more-permissive licenses.
19790
19791         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
19792         Problem reported by Dave Love.
19793
19794 2005-05-08  Jim Meyering  <jim@meyering.net>
19795
19796         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
19797         blank.
19798
19799 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19800
19801         * modules/argmatch (Depends-on): Add stdbool.
19802         * modules/backupfile (Depends-on): Likewise.
19803         * modules/chdir-long (Depends-on): Likewise.
19804         * modules/closeout (Depends-on): Likewise.
19805         * modules/cycle-check (Depends-on): Likewise.
19806         * modules/dirname (Depends-on): Likewise.
19807         * modules/fnmatch (Depends-on): Likewise.
19808         * modules/fsusage (Depends-on): Likewise.
19809         * modules/fwriteerror (Depends-on): Likewise.
19810         * modules/getcwd (Depends-on): Likewise.
19811         * modules/getloadavg (Depends-on): Likewise.
19812         * modules/hard-locale (Depends-on): Likewise.
19813         * modules/makepath (Depends-on): Likewise.
19814         * modules/mountlist (Depends-on): Likewise.
19815         * modules/nanosleep (Depends-on): Likewise.
19816         * modules/posixtm (Depends-on): Likewise.
19817         * modules/quotearg (Depends-on): Likewise.
19818         * modules/readtokens (Depends-on): Likewise.
19819         * modules/readtokens0 (Depends-on): Likewise.
19820         * modules/readutmp (Depends-on): Likewise.
19821         * modules/save-cwd (Depends-on): Likewise.
19822         * modules/strftime (Depends-on): Likewise.
19823         * modules/userspec (Depends-on): Likewise.
19824         * modules/utimecmp (Depends-on): Likewise.
19825         * modules/xgetcwd (Depends-on): Likewise.
19826         * modules/xnanosleep (Depends-on): Likewise.
19827         * modules/xstrtod (Depends-on): Likewise.
19828         * modules/yesno (Depends-on): Likewise.
19829
19830 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
19831
19832         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
19833         needless checks.
19834
19835 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19836
19837         Merge from coreutils.  Among other things,
19838         add bulletproofing for cases where stdin, stdout, or stderr are closed.
19839         * lib/fd-safer.c: New file.
19840         * lib/fcntl-safer.h, open-safer.c: Remove.
19841         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
19842         * lib/dup-safer.c: Include unistd-safer.h first.
19843         Don't include errno.h.
19844         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
19845         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
19846         * lib/file-type.c: Rely on file-type.h change.
19847         * lib/getloadavg.c: Include unistd-safer.h.
19848         (getloadavg): Use safer open.
19849         * lib/getusershell.c: Include "stdio-safer.h".
19850         (getusershell): Use safer fopen.
19851         * lib/long-options.c (long_options): Use NULL rather than 0.
19852         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
19853         'free'.
19854         * lib/modechange.c: Likewise.
19855         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
19856         (MODE_DONE): New constant.
19857         (struct mode_change): Remove 'next' member.
19858         (make_node_op_equals): New function; like the old one of the
19859         same name, except it allocates an array.
19860         (mode_compile, mode_create_from_ref): Use it.
19861         (mode_compile): Allocate result as an array, not a linked list.
19862         Parse octal string ourself, so that we catch mistakes like "+0".
19863         (mode_adjust): Arg is an array, not a linked list.
19864         * lib/modechange.c: Include stat-macros.h, xalloc.h.
19865         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
19866         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
19867         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
19868         Remove.  This is now stat-macros.h's job.
19869         (talloc): Remove.  All callers replaced by xalloc, so that
19870         our invokers don't have to worry about reporting memory failures.
19871         (make_node_op_equals): Remove.
19872         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19873         New constants.
19874         (struct mode_change): Moved here from modechange.h.
19875         (mode_append_entry): Remove.
19876         (mode_compile): Remove MASKED_OPS arg, since it encouraged
19877         apps to have incorrect behavior.  Use simpler algorithm for head
19878         and tail.  Don't futz with umask; that's now the job of mode_adjust.
19879         Detect more invalid usages rather than having somewhat-random behavior.
19880         Don't insert an "a=" action, as that leads to incorrect behavior.
19881         (mode_compile, mode_create_from_ref): Return NULL on error instead
19882         of an enum, since now there's only one way to have an error.  All
19883         callers changed.
19884         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
19885         at the correct time.  Simplify calculation of "+u" and its ilk.
19886         Don't mishandle "+X".
19887         (mode_free): Remove "register" and localize decls.
19888         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
19889         (struct mode_change): Move to modechange.c; callers don't
19890         need to see this stuff.
19891         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
19892         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
19893         (mode_change, mode_adjust): Reflect the new signatures noted above.
19894         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
19895         that might redefine system include files.
19896         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
19897         (my_usleep): Use NULL rather than (void *) 0.
19898         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
19899         Use siginterrupt to specify that system calls should be interrupted.
19900         (rpl_nanosleep): Move initialization of suspended closer to call of
19901         my_usleep.
19902         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
19903         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
19904         (desirable_utmp_entry): New function.
19905         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
19906         using x2nrealloc, to simplify logic.
19907         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
19908         size calculation.  Do not assume utmp file is a regular file.
19909         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
19910         (READ_UTMP_CHECK_PIDS): New constant.
19911         * lib/save-cwd.c: Include unistd-safer.h.
19912         (save_cwd): Use fd_safer.
19913         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
19914         [!_LIBC] Include "stat-macros.h" instead.
19915         * lib/unistd-safer.h (fd_safer): New decl.
19916
19917 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19918
19919         * modules/getloadavg (Depends-on): Add unistd-safer.
19920         * modules/getusershell (Depends-on): Add stdio-safer.
19921         * modules/lstat (Depends-on): Remove xalloc.
19922         * modules/mkstemp (Depends-on): Add stat-macros.
19923         * modules/modechange (Depends-on): Remove xstrtol.
19924         Add stat-macros, xalloc.
19925         * modules/save-cwd (Depends-on): Add unistd-safer.
19926         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
19927         * modules/unistd-safer (Files): Add lib/fd-safer.c
19928         (Makefile.am): Remove lib_SOURCES.
19929
19930         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
19931         Remove fcntl-safer; unistd-safer supersedes it.
19932
19933 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19934
19935         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
19936         AC_HEADER_STAT.
19937         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
19938         (gl_PREREQ_CHOWN): Remove.
19939         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
19940         it.  Don't require AC_HEADER_STAT.
19941         (gl_PREREQ_LSTAT): Remove.
19942         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
19943         Don't require AC_HEADER_STAT.
19944         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
19945         (gl_PREREQ_RMDIR): Remove.
19946         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
19947         mention stat-macros.h or AC_HEADER_STAT, since we'll make
19948         the stat-macros module a prerequisite.
19949         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
19950         * m4/filemode.m4 (gl_FILEMODE): Likewise.
19951         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
19952         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
19953         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
19954         variable names.
19955         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
19956         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
19957         variable prefixes.
19958         * m4/fcntl-safer.m4: Remove.
19959         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
19960         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
19961         Invoke gl_PREREQ_FD_SAFER.
19962         (gl_PREREQ_FD_SAFER): New macro.
19963         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
19964         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
19965         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
19966         Remove duplicate call to AC_LIBOBJ(readutmp).
19967         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
19968
19969         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
19970         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
19971
19972 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
19973
19974         * MODULES.html.sh (Misc): Add byteswap.
19975
19976 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19977
19978         * modules/getcwd (Depends-on): Add extensions.
19979         * modules/openat (Depends-on): Likewise.
19980
19981 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19982
19983         * modules/byteswap: New file.
19984
19985 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19986
19987         * m4/byteswap.m4: New file.
19988
19989 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
19990
19991         * lib/byteswap_.h: New file.
19992
19993 2005-04-25  Karl Berry  <karl@gnu.org>
19994
19995         * m4/gettext.m4: Update from GNU gettext 0.14.4.
19996
19997 2005-04-25  Albert Chin  <china@thewrittenword.com>
19998
19999         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20000         Toolkit C bug.
20001
20002 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20003
20004         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20005         (func_ln_if_changed) Remove forcibly for no error message
20006         in case file does not exist.
20007
20008 2005-04-19  Simon Josefsson  <jas@extundo.com>
20009
20010         * gnulib-tool (Options): Make --symlink mean --symbolic.
20011
20012 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20013
20014         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20015
20016 2005-04-16  Simon Josefsson  <jas@extundo.com>
20017
20018         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20019
20020 2005-04-15  Simon Josefsson  <jas@extundo.com>
20021
20022         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20023
20024 2005-04-15  Simon Josefsson  <jas@extundo.com>
20025
20026         * gnulib-tool: Rename --symlink to --symbolic.
20027
20028 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20029
20030         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20031         symbolic links to files instead of copying/moving.  Add --aux-dir,
20032         specifying directory relative --dir where auxiliary build tools
20033         are placed.
20034
20035 2005-04-14  Bruno Haible  <bruno@clisp.org>
20036
20037         * modules/allocsa (License): Change to LGPL.
20038         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20039
20040 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20041
20042         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20043         that "UTC +1 second" continues to work.  Problem reported
20044         by Dmitry V. Levin.
20045         (relunit_snumber): New rule.
20046         (relunit): Use it.
20047
20048 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20049
20050         * lib/getdate.y (universal_time_zone_table): New constant.
20051         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20052         universal_time_zone_table.
20053         (lookup_zone): Prefer universal_time_zone_table to
20054         local_time_zone_table, so that "GMT" time stamps are allowed in
20055         London during the summer.  Problem reported by Ian Abbott.
20056
20057 2005-04-12  Jim Meyering  <jim@meyering.net>
20058
20059         * lib/human.c (humblock): Set *options even when returning due to
20060         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20061         warning from gcc-4.
20062
20063 2005-04-09  Jim Meyering  <jim@meyering.net>
20064
20065         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20066         -Wuninitialized: initialize tm0.tm_year.
20067
20068 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20069
20070         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20071         count, since there's no maximum.  All uses changed.
20072         Add member dsts_seen.
20073         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20074         not being INT_MAX.
20075         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20076         Use pc_rels_seen to decide whther a date is absolute.
20077
20078         * lib/getdate.y (number): Don't overwrite year.
20079         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20080         check.
20081
20082 2005-04-02  Simon Josefsson  <jas@extundo.com>
20083
20084         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20085         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20086
20087 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20088
20089         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20090         where no absolute path name can be longer than PATH_MAX.
20091
20092 2005-03-27  Jim Meyering  <jim@meyering.net>
20093
20094         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20095
20096 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20097
20098         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20099         "one's complement" -> "ones' complement" in comment, as per Knuth.
20100         "value of type" -> "type or expression" in comment.
20101         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20102
20103 2005-03-26  Jim Meyering  <jim@meyering.net>
20104
20105         Comment nits.
20106         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20107         Correct typos: s/or/of/.
20108
20109 2005-03-26  Jim Meyering  <jim@meyering.net>
20110
20111         * modules/check-include-files: Move to ../ and rename to...
20112         * check-module: ...this.
20113
20114 2005-03-25  Jim Meyering  <jim@meyering.net>
20115
20116         * modules/xvasprintf (Files): Add xalloc.h.
20117
20118 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20119
20120         * modules/gettext (Files): config/config.rpath ->
20121         build-aux/config.rpath
20122         * modules/iconv (Files): Likewise.
20123         Problem reported by Oskar Liljeblad.
20124
20125 2005-03-23  Jim Meyering  <jim@meyering.net>
20126
20127         * modules/check-include-files: New script to check for
20128         missing dependencies, multiple includes, etc.
20129
20130         * modules/c-strtold (Depends-on): Add xalloc.
20131         * modules/c-strtod (Depends-on): Add xalloc.
20132         * modules/hash (Depends-on): Add xalloc.
20133         (Files): Remove lib/xalloc.h.
20134
20135         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20136         * modules/userspec (Files): Add lib/inttostr.h.
20137
20138 2005-03-23  Jim Meyering  <jim@meyering.net>
20139
20140         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20141
20142 2005-03-22  Jim Meyering  <jim@meyering.net>
20143
20144         * modules/stat-macros: New module.
20145         * modules/canonicalize, modules/euidaccess, modules/file-type,
20146         * modules/filemode, modules/lchown, modules/makepath,
20147         * modules/rmdir, modules/stat: Depend on new stat-macros module
20148         rather than listing lib/stat-macros.h manually.
20149         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20150
20151 2005-03-22  Jim Meyering  <jim@meyering.net>
20152
20153         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20154
20155 2005-03-22  Bruno Haible  <bruno@clisp.org>
20156
20157         * config/srclist.txt: Replace target directory 'config' with
20158         'build-aux'.
20159         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20160         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20161         ../build-aux/.
20162
20163 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20164
20165         * modules/chdir-long (Depends-on): Add mempcpy.
20166
20167         * modules/acl, modules/backupfile, modules/c-strtod,
20168         modules/c-strtold, modules/canon-host, modules/canonicalize,
20169         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20170         modules/exclude, modules/exitfail, modules/file-type,
20171         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20172         modules/getdate, modules/getline, modules/getpagesize,
20173         modules/getpass, modules/getugroups, modules/group-member,
20174         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20175         modules/inttostr, modules/long-options, modules/makepath,
20176         modules/md5, modules/memcasecmp, modules/memcoll,
20177         modules/modechange, modules/mountlist, modules/path-concat,
20178         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20179         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20180         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20181         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20182         modules/strftime, modules/strndup, modules/strverscmp,
20183         modules/timespec, modules/unlocked-io, modules/userspec,
20184         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20185         modules/yesno:
20186         Remove lib_SOURCES line from Makefile.am section, as this is now
20187         done automatically by the corresponding Autoconf macro.
20188
20189 2005-03-21  Jim Meyering  <jim@meyering.net>
20190
20191         Changes imported from coreutils.
20192
20193         * lib/cycle-check.c: Don't include xalloc.h.
20194
20195         * lib/path-concat.c: Don't include assert.h.
20196         (path_concat): Remove assertion that would have triggered
20197         for ABASE starting with more than one slash.
20198         Reported by Andreas Schwab.
20199
20200         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20201         properly when ABASE is an absolute file name.
20202         Correct the description of this function.
20203         Include <assert.h>.
20204         Add an assertion and a test driver.
20205         This fixes a bug introduced on 2004-07-02.
20206         Andreas Schwab reported the resulting failure of cp --parents:
20207         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20208
20209 2005-03-21  Jim Meyering  <jim@meyering.net>
20210
20211         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20212         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20213
20214 2005-03-21  Jim Meyering  <jim@meyering.net>
20215         and  Paul Eggert  <eggert@cs.ucla.edu>
20216
20217         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20218         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20219         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20220         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20221         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20222         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20223         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20224         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20225         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20226         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20227         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20228         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20229         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20230         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20231         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20232         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20233         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20234         for these modules.
20235
20236 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20237
20238         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20239         (which shouldn't happen), generate nothing instead of returning 0
20240         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20241
20242 2005-03-16  Bruno Haible  <bruno@clisp.org>
20243
20244         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20245         HAVE_LONGLONG_64BIT.
20246
20247 2005-03-16  Bruno Haible  <bruno@clisp.org>
20248
20249         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20250         HAVE_LONGLONG_64BIT.
20251
20252 2005-03-16  Bruno Haible  <bruno@clisp.org>
20253
20254         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20255         HAVE_LONGLONG_64BIT.
20256
20257 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20258
20259         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20260         reliably distinguish strftime failure from empty output on POSIX
20261         hosts.
20262
20263 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20264
20265         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20266         (iconv_string): Don't guess a size-zero buffer, as that might cause
20267         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20268         result would be 'too large', where 'too large' is (heuristically)
20269         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20270         overflow concerns.  This will prevent some unwanted malloc failures
20271         when the inputs are very large.
20272
20273 2005-03-15  Karl Berry  <karl@gnu.org>
20274
20275         * config/srclist.txt (config.rpath): from gettext.
20276         * config/config.rpath: update.
20277
20278 2005-03-15  Bruno Haible  <bruno@clisp.org>
20279
20280         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20281         to 'negate'.
20282
20283         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20284         variable.
20285
20286         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20287         results.
20288
20289 2005-03-14  Simon Josefsson  <jas@extundo.com>
20290
20291         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20292         <fx@gnu.org>.
20293
20294 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20295
20296         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20297         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20298         intprops.h.
20299         * lib/strtol.c: Likewise.
20300
20301 2005-03-14  Jim Meyering  <jim@meyering.net>
20302
20303         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20304         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20305         to be nonzero so that we (and caller) can detect the difference
20306         between a valid zero-length expansion and an error return, even
20307         when the underlying strftime fails before writing anything into
20308         that location.
20309
20310 2005-03-14  Bruno Haible  <bruno@clisp.org>
20311
20312         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20313         Update from GNU gettext 0.14.3.
20314
20315 2005-03-10  Jim Meyering  <jim@meyering.net>
20316
20317         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20318
20319 2005-03-10  Jim Meyering  <jim@meyering.net>
20320
20321         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20322         so that this module works on systems without fchdir.
20323
20324 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20325
20326         Factor int-properties macros into a single file, except for
20327         glibc-related files.
20328         * lib/intprops.h: New file.
20329         * lib/getloadavg.c: Include it instead of limits.h.
20330         (INT_STRLEN_BOUND): Remove.
20331         * lib/human.c: Include intprops.h.
20332         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20333         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20334         302/1000.
20335         * lib/inttostr.h: Include intprops.h instead of limits.h.
20336         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20337         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20338         for consistency with intprops.h.
20339         (time_t_is_integer, twos_complement_arithmetic): Use them.
20340         * lib/sig2str.h: Include <signal.h>, intprops.h.
20341         (INT_STRLEN_BOUND): Remove.
20342         * lib/strftime.c (TYPE_SIGNED): Remove.
20343         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20344         * lib/strtol.c: Adjust comments to match intprops.h.
20345         * lib/userspec.c: Include intprops.h.
20346         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20347         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20348         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20349         instead of rolling our own expressions.
20350         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20351
20352         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20353         instead of int.
20354         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20355         the right thing even if adding 1900 would overflow.  Similarly
20356         for tm_mon + 1 and tm_yday + 1.
20357         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20358         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20359         (DO_SIGNED_NUMBER): New macro.
20360         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20361
20362 2005-03-07  Bruno Haible  <bruno@clisp.org>
20363
20364         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20365
20366 2005-03-07  Bruno Haible  <bruno@clisp.org>
20367
20368         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20369
20370 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20371
20372         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20373         (func_import): Only replace files via --import when they have actually
20374         changed.
20375
20376 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20377
20378         * m4/mmap-anon.m4: New file.
20379         * m4/pagealign_alloc.m4: New file.
20380
20381 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20382             Bruno Haible  <bruno@clisp.org>
20383
20384         * modules/pagealign_alloc: New file.
20385         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20386
20387 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20388             Bruno Haible  <bruno@clisp.org>
20389
20390         * lib/pagealign_alloc.h: New file.
20391         * lib/pagealign_alloc.c: New file.
20392
20393 2005-03-03  Bruno Haible  <bruno@clisp.org>
20394
20395         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20396         Use an all-permissive copyright notice, recommended by RMS.
20397
20398 2005-03-02  Bruno Haible  <bruno@clisp.org>
20399
20400         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20401         of AIX, the replacement has to be done only after <string.h> is
20402         included, therefore not in config.h. stpncpy.h does the replacement,
20403         and stpncpy.c uses it.
20404
20405 2005-03-02  Bruno Haible  <bruno@clisp.org>
20406
20407         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20408         stpncpy.c uses it.
20409
20410 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20411
20412         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20413         The workaround isn't strictly needed for POSIX conformance, and
20414         it's too much of a pain to configure and maintain.  We'll ask
20415         people to fix their kernels instead.
20416         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20417         (NANOSLEEP_BUG_WORKAROUND): Remove.
20418         (xnanosleep): Remove the workaround.
20419
20420 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20421
20422         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20423         Reported by Derek Price.
20424         (Include): Add "timespec.h".
20425
20426         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20427
20428 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20429
20430         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20431         to detect nanosleep bug.
20432
20433 2005-03-01  Bruno Haible  <bruno@clisp.org>
20434
20435         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20436
20437 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20438
20439         * modules/gethrxtime: New file.
20440         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20441         (Depends-on): Add gethrxtime.
20442         (configure.ac): Add gl_XNANOSLEEP.
20443         (Makefile.am): Remove lib_SOURCES line.
20444
20445 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20446
20447         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20448         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20449
20450 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20451
20452         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20453         * lib/timespec.h (gettime): Return void, since it always
20454         succeeds now.  All uses changed.
20455         * lib/gettime.c (gettime) Likewise.
20456         [HAVE_NANOTIME]: Prefer nanotime.
20457         Assume gettimeofday succeeds, as POSIX requires.
20458         Assime time () succeeds, since other code already does.
20459         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20460         (timespec_subtract): Remove.
20461         (NANOSLEEP_BUG_WORKAROUND): New constant.
20462         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20463         things considerably.  Use it only on GNU/Linux hosts, since the
20464         workaround shouldn't be needed elsewhere.
20465
20466 2005-02-24  Bruno Haible  <bruno@clisp.org>
20467
20468         * modules/gettext (Files): Add m4/glibc2.m4.
20469
20470 2005-02-24  Bruno Haible  <bruno@clisp.org>
20471
20472         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20473         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20474         * m4/progtest.m4:
20475         Update from GNU gettext 0.14.2.
20476         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20477
20478 2005-02-24  Bruno Haible  <bruno@clisp.org>
20479
20480         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20481         * lib/config.charset: Update from GNU gettext 0.14.2.
20482
20483 2005-02-24  Bruno Haible  <bruno@clisp.org>
20484
20485         * lib/gettext.h: Update from GNU gettext 0.14.2.
20486
20487 2005-02-23  Simon Josefsson  <jas@extundo.com>
20488
20489         * m4/iconvme.m4: New file.
20490
20491 2005-02-23  Jim Meyering  <jim@meyering.net>
20492
20493         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20494         change.
20495         Thanks to Bruno Haible for catching it.
20496
20497 2005-02-22  Simon Josefsson  <jas@extundo.com>
20498
20499         * modules/iconvme: New file.
20500
20501         * MODULES.html.sh: Add iconvme.
20502
20503 2005-02-22  Simon Josefsson  <jas@extundo.com>
20504
20505         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20506
20507 2005-02-22  Simon Josefsson  <jas@extundo.com>
20508
20509         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20510
20511 2005-02-22  Jim Meyering  <jim@meyering.net>
20512
20513         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20514         s/ifndef/ifdef/.
20515
20516 2005-02-20  Neil Conway  <neilc@samurai.com>
20517
20518         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20519         returned by OSX/Darwin if the specified buffer is not large
20520         enough for the hostname.
20521
20522 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20523
20524         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20525         pass it to _help, otherwise the latter coredumps trying to
20526         dereference state.root_argp.
20527
20528 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20529
20530         * modules/chdir-long (Depends-on): Add memrchr.
20531         * modules/memrchr (Files): Add lib/memrchr.h.
20532         (Include): "memrchr.h".
20533
20534 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20535
20536         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20537
20538 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20539
20540         * lib/memrchr.h: New file.
20541         * lib/chdir-long.c: Include it.
20542         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20543         Don't bother including stddef.h.
20544
20545 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20546
20547         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20548         inclusion.
20549         Include <sys/types.h>, for dev_t.
20550         (ME_DUMMY, ME_REMOTE): Move from here....
20551         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20552         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20553         Dmitry V. Levin.
20554         Include mountlist.h first, to test the interface.
20555
20556 2005-01-29  Bruno Haible  <bruno@clisp.org>
20557
20558         * lib/progname.c (program_name): Initialize.
20559         Needed when linking statically on MacOS X.
20560
20561 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20562
20563         Sync from coreutils.
20564         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20565         (Depends-on): Add c-strtod.
20566         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20567
20568 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20569
20570         Sync from coreutils.
20571         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20572
20573         Remove files that are specific to coreutils.
20574         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20575
20576 2005-01-28  Bruno Haible  <bruno@clisp.org>
20577
20578         * modules/javacomp: New file.
20579         * MODULES.html.sh (Java): Add javacomp.
20580
20581 2005-01-28  Bruno Haible  <bruno@clisp.org>
20582
20583         * m4/javacomp.m4: New file, from GNU gettext.
20584
20585 2005-01-28  Bruno Haible  <bruno@clisp.org>
20586
20587         * lib/javacomp.sh.in: New file, from GNU gettext.
20588         * lib/javacomp.h: New file, from GNU gettext.
20589         * lib/javacomp.c: New file, from GNU gettext.
20590
20591 2005-01-26  Simon Josefsson  <jas@extundo.com>
20592
20593         * lib/gai_strerror.c: Use GPL in header.
20594
20595 2005-01-26  Bruno Haible  <bruno@clisp.org>
20596
20597         * modules/javaexec: New file.
20598         * MODULES.html.sh (Java): Add javaexec.
20599
20600 2005-01-26  Bruno Haible  <bruno@clisp.org>
20601
20602         * m4/javaexec.m4: New file, from GNU gettext.
20603
20604 2005-01-26  Bruno Haible  <bruno@clisp.org>
20605
20606         * lib/javaexec.sh.in: New file, from GNU gettext.
20607         * lib/javaexec.h: New file, from GNU gettext.
20608         * lib/javaexec.c: New file, from GNU gettext.
20609
20610 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20611
20612         * modules/lchown (Depends-on): Remove lchown.h
20613
20614 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20615
20616         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20617         must be defined if the header file was not found, in order
20618         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20619
20620 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20621
20622         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20623         initializers for struct pentry_state.
20624         (__argp_error): Check return value of __asprintf
20625         (__argp_failure): Translate error message
20626
20627         * lib/argp-parse.c: Removed braces around the expansion of N_()
20628
20629 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20630
20631         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20632         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20633         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20634         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20635         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20636         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20637         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20638         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20639         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20640         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20641         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20642         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20643         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20644         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20645         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20646         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20647         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20648         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20649         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20650         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20651         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20652         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20653         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20654         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20655         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20656         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20657         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20658         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20659         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20660         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20661         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20662         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20663         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20664         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20665         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20666         Use an all-permissive copyright notice, recommended by RMS.
20667
20668 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20669
20670         * modules/chdir-long (Depends-on): Remove mempcpy.
20671
20672 2005-01-21  Jim Meyering  <jim@meyering.net>
20673
20674         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20675         same value as for Solaris 9.
20676
20677         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20678         component length.  This included changing the parameter to be
20679         of type `char *' rather than `char const *'.
20680         * lib/chdir-long.h (chdir_long): Update prototype.
20681
20682         * lib/openat.c (fdopendir, fstatat): New functions.
20683         * lib/openat.h: Include headers required for use of DIR and struct
20684         stat.
20685         [AT_SYMLINK_NOFOLLOW]: Define.
20686         (fdopendir, fstatat): Add prototypes.
20687
20688 2005-01-21  Bruno Haible  <bruno@clisp.org>
20689
20690         * modules/classpath: New file.
20691         * MODULES.html.sh (Java): Add classpath.
20692
20693 2005-01-21  Bruno Haible  <bruno@clisp.org>
20694
20695         * lib/classpath.h: New file, from GNU gettext.
20696         * lib/classpath.c: New file, from GNU gettext.
20697
20698 2005-01-20  Simon Josefsson  <jas@extundo.com>
20699
20700         * modules/version-etc-fsf: New file.
20701
20702 2005-01-20  Simon Josefsson  <jas@extundo.com>
20703
20704         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20705         * lib/version-etc.c: Remove version_etc_copyright.
20706         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20707         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20708
20709 2005-01-20  Simon Josefsson  <jas@extundo.com>
20710
20711         * lib/base64.h (isbase64): Add.
20712
20713         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20714         using a unsigned prototype, don't inline.
20715         (base64_decode): Use it.
20716
20717 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20718
20719         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20720         it.
20721
20722 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20723
20724         * lib/save-cwd.c (save_cwd): Remove code to support the case
20725         where fchdir is missing or flaky.
20726
20727 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20728
20729         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20730
20731 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20732
20733         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20734         AC_LIBSOURCES now does this.
20735         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20736         with new ullong_max module.
20737
20738 2005-01-19  Bruno Haible  <bruno@clisp.org>
20739
20740         * modules/sh-quote: New file.
20741         * MODULES.html.sh (Executing programs): Add sh-quote.
20742
20743 2005-01-19  Bruno Haible  <bruno@clisp.org>
20744
20745         * lib/sh-quote.h: New file, from GNU gettext.
20746         * lib/sh-quote.c: New file, from GNU gettext.
20747
20748 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20749
20750         Merge from coreutils.
20751         * m4/ullong_max.m4: New file.
20752         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20753         (gl_MACROS): Assume localeconv exists.
20754
20755 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20756
20757         Merge changes from coreutils, as described below in several
20758         changelogs dated today.
20759
20760         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
20761         (O_DIRECTORY): Remove; not needed here, since "." must be
20762         a directory.  All uses removed.
20763         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
20764         universal on Suns, and we also need to test for IRIX.
20765         Revamp code to use 'if' rather than '#if'.
20766         Avoid unnecessary comparison of cwd->desc to 0.
20767
20768         * lib/utimens.c (futimens): Robustify the previous patch, by checking
20769         for known valid error numbers rather than observed invalid ones.
20770
20771 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20772
20773         * modules/ullong_max: New file.
20774
20775         * modules/chdir-long, modules/openat: New files.
20776         * modules/save-cwd (Depends-on): Depend on chdir-long.
20777         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
20778
20779 2005-01-18  Jim Meyering  <jim@meyering.net>
20780
20781         Merge from coreutils.
20782         * m4/chdir-long.m4, m4/openat.m4: New files.
20783         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
20784         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
20785         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
20786         is sane and DOES follow symlinks.  Besides, testing 20 different
20787         systems found no broken chown implementations.
20788         Prompted by a change in rsync's copy of this macro.
20789         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
20790
20791         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
20792
20793         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
20794         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
20795         NULL-means-set-to-current-time semantics.
20796         Remove temporary file immediately, rather than waiting
20797         for configure's at-exit trap code to do it.
20798
20799 2005-01-18  Jim Meyering  <jim@meyering.net>
20800
20801         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20802
20803         * lib/utimens.c (futimens): Account for the fact that futimes
20804         can also fail with errno == ENOSYS or errno == ENOENT.
20805         Patch from Dmitry V. Levin.
20806
20807         Change the name of the robust chdir function from chdir to chdir_long.
20808         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
20809         (restore_cwd): Use chdir_long, not chdir.
20810         * lib/chdir-long.c: Renamed from chdir.c.
20811         * lib/chdir-long.h: Renamed from chdir.h.
20812         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
20813         Hurd.
20814
20815 2005-01-18  Bruno Haible  <bruno@clisp.org>
20816
20817         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
20818         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
20819         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
20820         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
20821         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
20822         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
20823         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
20824         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
20825         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
20826         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
20827         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
20828         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
20829         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
20830         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
20831         Use an all-permissive copyright notice, recommended by RMS.
20832
20833 2005-01-18  Bob Proulx  <bob@proulx.com>
20834
20835         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
20836         simplify offsetof() macro construct to avoid compile failure with
20837         native HP-UX 11.0 ANSI C compiler.
20838
20839 2005-01-17  Bruno Haible  <bruno@clisp.org>
20840
20841         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
20842         redundant because stpncpy.m4 takes care of it.
20843
20844 2005-01-17  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
20847
20848 2005-01-17  Bruno Haible  <bruno@clisp.org>
20849
20850         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
20851         used.
20852
20853 2005-01-17  Bruno Haible  <bruno@clisp.org>
20854
20855         * lib/fwriteerror.h (fwriteerror): Change specification to include
20856         fclose.
20857         * lib/fwriteerror.c: Include <stdbool.h>.
20858         (fwriteerror): At the end, close the file stream. Record whether
20859         stdout was already closed.
20860
20861 2005-01-17  Bruno Haible  <bruno@clisp.org>
20862
20863         * lib/execute.c (environ): Declare if needed.
20864         * lib/pipe.c (environ): Likewise.
20865         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
20866
20867 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20868
20869         * modules/argp: Depend on vsnprintf
20870
20871 2005-01-10  Jim Meyering  <jim@meyering.net>
20872
20873         * modules/closeout (Depends-on): Add atexit.
20874
20875 2005-01-06  Bruno Haible  <bruno@clisp.org>
20876
20877         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
20878
20879 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20880
20881         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
20882         definitions to be after all include files, to avoid collisions.
20883         Problem reported by Bob Proulx.
20884
20885 2005-01-04  Jim Meyering  <jim@meyering.net>
20886
20887         Changes imported from coreutils.
20888         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
20889         as the mkstemp template, use a temporary directory and an
20890         8.3-friendly template to avoid trouble on systems like DJGPP.
20891         Reported by Juan M. Guerrero via Stepan Kasal.
20892         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
20893         close. Remove the temporary directory right away, rather than waiting
20894         for configure's at-exit trap code to do it.
20895         Suggestion from Stepan Kasal.
20896
20897 2005-01-01  Simon Josefsson  <jas@extundo.com>
20898
20899         * gnulib-tool: Print #include directives when --import'ing.
20900
20901 2004-12-28  Simon Josefsson  <jas@extundo.com>
20902
20903         * tests/test-base64.c: Include required header files.  Remove
20904         unused variables.
20905
20906 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20907
20908         * modules/error (Depends-on): Remove gettext.
20909
20910 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20911
20912         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
20913         not needed.  This removes a dependency on the gettext module.
20914         [defined _LIBC]: Do not include <libintl.h>; not needed.
20915
20916 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20917
20918         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
20919         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
20920
20921 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
20922
20923         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
20924         HAVE_DECL_STRTOLD.
20925
20926 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20927
20928         * modules/getdate (Depends-on): Remove alloca-opt.
20929
20930 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20931
20932         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
20933
20934 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20935
20936         * lib/argp-parse.c: Include <stddef.h>.
20937         (alignof, alignto): New macros.
20938         (parser_init): Don't assume that void * is aligned sufficiently
20939         for struct option.
20940
20941         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
20942         need to extend the stack.
20943         (YYINITDEPTH): New macro, so that the initial stack isn't overly
20944         large.
20945
20946 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20947
20948         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
20949
20950 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20951
20952         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
20953         (2004-10-24) change.  Apparently this was a false alarm.
20954
20955         * modules/getdate: Depend on alloca-opt, not alloca.
20956
20957 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
20958
20959         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
20960         Remove now-obsolete comment about AIX.
20961         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
20962         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
20963         (YYMAXDEPTH): New macro.
20964
20965 2004-12-18  Simon Josefsson  <jas@extundo.com>
20966
20967         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
20968
20969 2004-12-18  Bruno Haible  <bruno@clisp.org>
20970
20971         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
20972
20973 2004-12-18  Bruno Haible  <bruno@clisp.org>
20974
20975         * lib/fatal-signal.c (fatal_signals): Make non-const.
20976         (init_fatal_signals): New function.
20977         (uninstall_handlers, install_handlers): Ignore signals that were set to
20978         SIG_IGN.
20979         (at_fatal_signal): Call init_fatal_signals.
20980         (init_fatal_signal_set): Likewise. Ignore signals that were set to
20981         SIG_IGN.
20982         Reported by Paul Eggert.
20983
20984 2004-12-18  Bruno Haible  <bruno@clisp.org>
20985
20986         * doc/alloca.texi: New file.
20987         * doc/alloca-opt.texi: New file.
20988
20989 2004-12-17  Jim Meyering  <jim@meyering.net>
20990
20991         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
20992         Otherwise, install-sh could exit with improper exit status when
20993         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
20994
20995 2004-12-16  Simon Josefsson  <jas@extundo.com>
20996
20997         * tests/test-base64.c: Add license.
20998
20999 2004-12-15  Stepan Kasal  <address@hidden>
21000
21001         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21002
21003 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21004
21005         * modules/getcwd (Files): Add m4/d-ino.m4.
21006         Suggested by Mark D. Baushke.
21007
21008 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21009
21010         * lib/getdate.y (textint): New member "negative".
21011         (time_zone_hhmm): New function.
21012         Expect 14 shift-reduce conflicts, not 13.
21013         (o_colon_minutes): New rule.
21014         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21015         (yylex): Set the "negative" member of signed numbers.
21016
21017 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21018
21019         * doc/getdate.texi (Time of day items, Time zone items):
21020         Describe new formats +00:00, UTC+00:00.
21021
21022 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21023
21024         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21025         spurious "-l"s.  Problem reported by Stepan Kasal.
21026
21027 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21028
21029         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21030         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21031
21032 2004-12-04  Simon Josefsson  <jas@extundo.com>
21033
21034         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21035         Vandoorselaere <yoann@prelude-ids.org>.
21036
21037 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21038
21039         Changes imported from coreutils.
21040         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21041         exist.
21042         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21043
21044 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21045
21046         Changes imported from coreutils.
21047         * lib/hard-locale.c: Assume <locale.h> exists.
21048         Include "strdup.h".
21049         (GLIBC_VERSION): New macro.
21050         (hard_locale): Assume setlocale exists.
21051         Rewrite to avoid #ifdef.
21052         Use strdup rather than malloc + strcpy.
21053         * lib/human.c: Assume <locale.h> exists.
21054         (human_readable): Assume localeconv exists.
21055
21056 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21057
21058         * modules/hard-locale (Depends-on): Add strdup.
21059
21060 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21061
21062         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21063         convert T2, not T.  (Imported from libc.)
21064
21065 2004-11-30  Simon Josefsson  <jas@extundo.com>
21066
21067         * modules/restrict (License): Change to LGPL.
21068
21069 2004-11-30  Simon Josefsson  <jas@extundo.com>
21070
21071         * m4/restrict.m4: Add copyright and copying conditions.
21072
21073 2004-11-30  Simon Josefsson  <jas@extundo.com>
21074
21075         * m4/base64.m4: New file.
21076
21077 2004-11-30  Simon Josefsson  <jas@extundo.com>
21078
21079         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21080         base64.
21081
21082         * tests/test-base64.c: New file.
21083
21084         * modules/base64: New file.
21085
21086 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21087
21088         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21089         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21090
21091         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21092
21093 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21094
21095         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21096         (__getcwd.c): Don't restore errno; glibc doesn't.
21097         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21098         first, falling back to our code only if its results look suspicious.
21099         Ensure that the resulting buffer is only as large as necessary.
21100
21101         * lib/readutmp.c: Include readutmp.h first.
21102         Include <errno.h>, since readutmp.h no longer does that.
21103         * lib/readutmp.h: Don't include <errno.h>,
21104         <sys/param.h>, <time.h>; not needed to establish interface.
21105         (errno): Remove decl.
21106         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21107         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21108         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21109
21110 2004-11-28  Simon Josefsson  <jas@extundo.com>
21111
21112         * lib/base64.h, base64.c: New file.
21113
21114 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21115
21116         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21117
21118 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21119
21120         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21121         (Depends-on): Remove pathmax, same.  Add mempcpy.
21122         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21123         (Makefile.am): Append getcwd.h to lib_SOURCES.
21124         (Include): Add getcwd.h.
21125         (Maintainer): Change from Jim Meyering to "all, glibc",
21126         since getdate now uses intended-for-glibc code.
21127         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21128         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21129
21130 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21131
21132         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21133         HP's ANSI C compiler.
21134         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21135         Declaring int functions causes warnings on some modern systems and
21136         shouldn't be needed to compile on ancient ones.
21137         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21138         defined.
21139
21140         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21141         with the following changes.
21142         (__set_errno): Parenthesize properly.
21143         Include <stdbool.h>.
21144         (MIN, MAX, MATCHING_INO): New macros.
21145         (__getcwd): Define with prototype, not K&R form.
21146         Use heuristics to allocate default buffer on stack if possible.
21147         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21148         behavior, and to avoid the PATH_MAX limit when computing
21149         ../../../../...
21150         Use MATCHING_INO to compare inode number to file.
21151         Check for arithmetic overflow in size calculations.
21152         Fix bug in reallocation of dot array that caused getcwd to fail
21153         on directories nested deeper than 75.
21154         Be more careful about saving errno on error.
21155         Do not use realloc; use only free+malloc, as this is a bit
21156         more flexible and avoids a needless copy operation.
21157         Do not inspect st_dev and st_ino for symbolic links; POSIX
21158         doesn't specify the latter.
21159         Check for closedir errors.
21160         Avoid needless casts.
21161         Use "#ifdef weak_alias" around weak_alias, to be like other
21162         glibc code.
21163         The following changes to getcwd.c have effect only when used in
21164         gnulib; they have no effect inside glibc proper.
21165         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21166         as alloca isn't used.
21167         (alloca, __alloca): Likewise.
21168         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21169         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21170         unconditionally, as gnulib assumes C89 or better.
21171         Do not include <sys/param.h>.
21172         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21173         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21174         better.
21175         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21176         Include <dirent.h> in a way that is compatible with modern Autoconf.
21177         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21178         New macros, if not already defined.
21179         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21180         Use "_LIBC", not "defined _LIBC", for consistency.
21181         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21182         a mempcpy module.
21183         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21184         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21185         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21186         credit only to Jim Meyering and adjust the copyright dates.
21187         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21188         <stdlib.h>, <unistd.h>, "pathmax.h".
21189         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21190         (INITIAL_BUFFER_SIZE): Remove.
21191         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21192
21193 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21196         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21197         Use the _ONCE methods, for efficiency.
21198         Check for fcntl.h.  In test program, include <errno.h>
21199         and <fcntl.h> if available.  Remove old K&R cruft from
21200         test program.  Check for common errors in GNU/Linux,
21201         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21202         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21203         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21204         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21205         name accordingly.
21206         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21207         accommodate new getcwd.c.
21208         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21209         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21210         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21211         that's all we need now.
21212
21213 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21214
21215         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21216         argp-parse.c depends on getopt internals, that means we should
21217         always use our getopt, to be on the safe side.
21218         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21219         order not to spoil the result of an eventual previous invocation
21220         of gl_GETOPT_SUBSTITUTE.
21221
21222 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21223
21224         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21225         redefinition warnings. To avoid them, include the defines
21226         in `#if !defined __need_getopt ... #endif'. The only place
21227         where __getopt_argv_const is used is in definitions
21228         of getopt_long and getopt_long_only below, which are as well
21229         protected by `#ifndef __need_getopt'.
21230         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21231         __need_getopt after including <stdio.h> and <unistd.h> These
21232         headers might have defined it.
21233
21234 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21235
21236         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21237
21238 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21239
21240         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21241         (futimens): New function, which uses futimes if available.
21242         (futimens, utimens): Support timespec==NULL, with same semantics
21243         as utime and utimens.
21244         * lib/utimens.h (futimens): New decl.
21245
21246 2004-11-23  Jim Meyering  <jim@meyering.net>
21247
21248         * lib/getopt_.h: Remove trailing blanks.
21249
21250 2004-11-23  Jim Meyering  <jim@meyering.net>
21251
21252         * lib/__fpending.c: Add comment.
21253
21254 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21255
21256         * modules/canonicalize (Depends-on): Add xreadlink.
21257         Problem reported by James Youngman.
21258
21259 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21260
21261         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21262         New macros.
21263         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21264         optopt): Use them instead of invoking ## directly; otherwise, the
21265         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21266
21267 2004-11-19  Bruno Haible  <bruno@clisp.org>
21268
21269         * lib/strtok_r.c: Move comments from here...
21270         * lib/strtok_r.h: ... to here.
21271
21272 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21273
21274         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21275         implementations that mishandle size_t overflow.
21276
21277 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21278
21279         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21280         might fail.  Problem reported by Yoann Vandoorselaere.
21281         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21282         implementations that mishandle size_t overflow.
21283
21284 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21285
21286         * modules/canon-host (Depends-on): Add strdup.
21287
21288 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21289
21290         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21291
21292 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21293
21294         * lib/canon-host.c: Include "strdup.h".
21295         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21296         Use strdup instead of malloc/strcpy to duplicate strings.
21297
21298         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21299         (human_space_before_unit): New constant.
21300         * lib/human.c (human_readable): Support it.
21301
21302         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21303         (xgetcwd): Set errno correctly when failing.
21304         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21305         the failure is actually due to a PATH_MAX problem.
21306
21307         Further getopt changes to make it more likely that glibc will
21308         buy the changes back.
21309         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21310         (getopt): Use it, so to preserve glibc semantic
21311         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21312         when compiling for libc.
21313         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21314         (getopt_long, getopt_long_only): Use it.
21315
21316         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21317         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21318         (getopt): Argv is now char * const *, as per standard.
21319         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21320         not char *__getopt_argv_const *.
21321         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21322         _getopt_long_only_r): Likewise.
21323         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21324         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21325         _getopt_long_r, _getopt_long_only_r): Likewise.
21326         * lib/getopt_.h (__getopt_argv_const): Remove.
21327         (getopt): Argv is now char * const *, as per standard.
21328
21329         * lib/getdate.y (tORDINAL): New token.
21330         (day, relunit): Allow it for relative times.
21331         (relative_time_table): Use tORDINAL for ordinals.
21332
21333 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21334
21335         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21336         Document that "second" isn't allowed as an ordinal number.
21337
21338 2004-11-16  Jim Meyering  <jim@meyering.net>
21339
21340         * modules/closeout (Depends-on): Add fpending.
21341
21342 2004-11-15  Jim Meyering  <jim@meyering.net>
21343
21344         * lib/closeout.c: Include "__fpending.h" once again.
21345         Include <stdbool.h>.
21346         (close_stdout): Don't fail just because stdout was closed initially,
21347         since some programs don't write to stdout in the normal course of
21348         operation (other than --version and --help), and we don't want this
21349         function to make e.g. `touch file >&-' fail.
21350         But do fail if it was closed and someone has tried to write to it.
21351         E.g., `printf foo >&-' must fail.
21352
21353 2004-11-13  Jim Meyering  <jim@meyering.net>
21354
21355         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21356
21357 2004-11-12  Simon Josefsson  <jas@extundo.com>
21358
21359         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21360         small doc fix is still pending.
21361
21362 2004-11-11  Simon Josefsson  <jas@extundo.com>
21363
21364         * modules/strtok_r: New file.
21365
21366         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21367         strtok_r.
21368
21369 2004-11-11  Simon Josefsson  <jas@extundo.com>
21370
21371         * m4/strtok_r.m4: New file.
21372
21373         * m4/getopt.m4: Replace opterr.
21374
21375 2004-11-11  Simon Josefsson  <jas@extundo.com>
21376
21377         * lib/strtok_r.h, strtok_r.c: New file.
21378
21379 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21380
21381         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21382         of replacing opterr, getopt, etc.  This should handle the
21383         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21384
21385 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21386
21387         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21388         we can stop lying to compilers about the constness of argv when we
21389         are compiled outside glibc.
21390         (getopt, getopt_long, getopt_long_only): Use it.
21391         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21392         _getopt_internal, getopt): Likewise.
21393         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21394         _getopt_long_only_r): Likewise.
21395         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21396         _getopt_long_r, _getopt_long_only_r): Likewise.
21397
21398         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21399         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21400         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21401         the other external symbols.
21402         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21403         declaration, since the above renaming now works around collisions.
21404
21405 2004-11-11  Jim Meyering  <jim@meyering.net>
21406
21407         * lib/linebreak.c: Remove trailing blanks.
21408         * lib/alloca_.h: Likewise.
21409         * lib/acosl.c: Likewise.
21410         * lib/euidaccess.c: Likewise.
21411         * lib/allocsa.h: Likewise.
21412
21413 2004-11-10  Simon Josefsson  <jas@extundo.com>
21414
21415         * m4/getaddrinfo.m4: New file.
21416
21417 2004-11-10  Simon Josefsson  <jas@extundo.com>
21418
21419         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21420
21421 2004-11-10  Simon Josefsson  <jas@extundo.com>
21422
21423         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21424         getaddrinfo.
21425
21426         * modules/getaddrinfo: New file.
21427
21428 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21429
21430         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21431
21432 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21433
21434         * lib/mktime.c (SHR): New macro, which is a portable
21435         substitute for >> that should work even on Crays.
21436         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21437         Problem reported by Mark D. Baushke in
21438         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21439         * lib/getdate.y (SHR): Likewise.
21440         (tm_diff): Use it.
21441         * lib/strftime.c (SHR): Likewise.
21442         (tm_diff): Use it.
21443         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21444         quote_these_too, so that right shifts are well defined.  All uses
21445         changed.
21446
21447 2004-11-10  Jim Meyering  <jim@meyering.net>
21448
21449         Ensure that no close failure goes unreported.
21450         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21451         return early when it seems there's nothing to flush.
21452         Don't include __fpending.h.
21453
21454 2004-11-10  Jim Meyering  <jim@meyering.net>
21455
21456         * modules/closeout (Depends-on): Remove fpending.
21457
21458 2004-11-10  Jim Meyering  <jim@meyering.net>
21459
21460         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21461
21462 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21463
21464         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21465         gl_FUNC_STRFTIME.
21466         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21467         and AC_REQUIRE when possible, to avoid duplicate checks.
21468         Check for <wchar.h>.
21469
21470 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21471
21472         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21473
21474 2004-11-09  Bruno Haible  <bruno@clisp.org>
21475
21476         * m4/sockpfaf.m4: New file.
21477
21478 2004-11-05  Bruno Haible  <bruno@clisp.org>
21479
21480         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21481         Reported by Mark D. Baushke <mdb@cvshome.org>.
21482
21483 2004-11-04  Bruno Haible  <bruno@clisp.org>
21484
21485         2004-09-11  Bruno Haible  <bruno@clisp.org>
21486                 * allocsa.valgrind: New file.
21487         2004-02-06  Bruno Haible  <bruno@clisp.org>
21488                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21489                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21490                 Reported by Christopher Seip <chris.seip@hp.com>.
21491
21492 2004-11-04  Bruno Haible  <bruno@clisp.org>
21493
21494         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21495         (Makefile.am): Distribute it.
21496
21497 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21498
21499         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21500         with errno == ERANGE if the buffer is too small.
21501         Problem reported by Mark D. Baushke.
21502
21503 2004-11-03  Albert Chin  <china@thewrittenword.com>
21504             Paul Eggert  <eggert@cs.ucla.edu>
21505
21506         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21507         equivalent, substitute $ac_type for equivalent type rather than
21508         blindly using uint32_t *always* which won't work if uint32_t is not
21509         available.  Define _UINT32_T to work around typedef of uint32_t if
21510         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21511         2.5.1.
21512
21513 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21514
21515         * m4/jm-macros.m4: Sync from coreutils.
21516         (gl_MACROS): Check for mbrlen, for pathchk.
21517         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21518
21519 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21520
21521         * lib/xreadlink.c (MAXSIZE): New macro.
21522         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21523         size does not exceed MAXSIZE.  Avoid cast.
21524         As suggested by Mark D. Baushke in
21525         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21526         if readlink fails with buffer size just under MAXSIZE, try again
21527         with MAXSIZE.
21528
21529 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21530
21531         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21532
21533 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21534         and  Paul Eggert  <eggert@cs.ucla.edu>
21535
21536         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21537         (get_date): Overparenthesize to avoid GCC warning.
21538
21539 2004-11-02  Bruno Haible  <bruno@clisp.org>
21540
21541         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21542         returns void.
21543
21544 2004-11-02  Bruno Haible  <bruno@clisp.org>
21545
21546         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21547         function returns void.
21548
21549 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21550
21551         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21552         fflush_unlocked, flockfile, funlockfile, funlockfile,
21553         fputs_unlocked, putc_unlocked.
21554
21555 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21556
21557         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21558         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21559         already declared.
21560
21561 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21562
21563         * modules/getdate (Files): Add doc/getdate.texi.
21564         (Depends-on): Add setenv, xalloc.
21565
21566 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21567
21568         * lib/getdate.y: Add support for TZ="foo" within a date string.
21569         Fix some bugs near time_t boundaries.  Reject dates with
21570         out-of-range components, e.g., "Sept 31".
21571         Include <stdlib.h>, "setenv.h", "xalloc.h".
21572         (ISDIGIT_LOCALE): Remove; unused.
21573         Note that the TZ and time functions used here are not reentrant.
21574         (mktime_ok, get_tz): New functions.
21575         (TZBUFSIZE): New constant.
21576         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21577         This requires that we sometimes generate our own TZ="XXX..." setting.
21578
21579 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21580
21581         * doc/getdate.texi: New file, from coreutils with modifications for
21582         the new TZ parsing.
21583
21584 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21585
21586         * lib/mktime.c (not_equal_tm): Remove redundant check.
21587
21588 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21589
21590         * modules/regex (lib_SOURCES): Add regex.c.
21591         Reported by James Youngman in
21592         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21593
21594 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21595
21596         * lib/getdate.y: Use Bison 1.875 features, and some minor
21597         code cleanups.  This change does not affect semantics.
21598         Don't include <stdlib.h>; no longer needed.
21599         Don't include unlocked-io.h; only the "#if TEST" code uses
21600         stdio, and performance isn't crucial there.
21601         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21602         Bison 1.875 features as described below.
21603         All uses of "PC." replaced by "pc->".
21604         (YYSTYPE): Add a forward declaration.
21605         (yylex, yyerror): Use full prototypes in forward decls.
21606         Use "%pure-parser" rather than obsolescent "%pure_parser".
21607         Use %parse-param and %lex-param instead of obsolescent
21608         YYPARSE_PARAM and YYLEX_PARAM.
21609         (meridian_table, month_and_day_table, time_units_table,
21610         relative_time_table, time_zone_table, military_table,
21611         lookup_zone, lookup_word, get_date):
21612         Use NULL instead of 0 where appropriate.
21613         (to_hour): Avoid abort (), to avoid a dependency on
21614         stdlib.h.
21615         (yyerror, yylex): Now accepts parser_control * arg.
21616         (main) [TEST]: Use '\0' rather than 0 for char.
21617
21618 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21619
21620         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21621
21622 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21623
21624         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21625         It's now the caller's responsibility to handle the case where
21626         !HAVE_GETPAGESIZE && !defined getpagesize.
21627
21628         * lib/mktime.c (leapyear): Arg is long int, not int.
21629
21630 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21631
21632         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21633
21634 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21635
21636         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21637         missing.  Problem reported by James Youngman.
21638
21639 2004-10-16  Simon Josefsson  <jas@extundo.com>
21640
21641         * gnulib-tool: Fix comments.  Fix parse problem.
21642         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21643
21644 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21645
21646         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21647         implementation of getopt_long.  Problem reported by Alexander Taler in:
21648         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21649
21650 2004-10-15  Bruno Haible  <bruno@clisp.org>
21651
21652         * gnulib-tool: Untabify. Initialize supplied_libname.
21653         (func_usage): More homogenous output.
21654         (func_modules_transitive_closure, func_modules_to_filelist,
21655         func_emit_lib_Makefile_am): New functions.
21656         (func_import): New function, extracted from big case statement. Use
21657         func_get_license, func_modules_transitive_closure,
21658         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21659         opt_lgpl. Don't use test -a, as it's not portable.
21660         (func_create_testdir): Use func_modules_transitive_closure,
21661         func_modules_to_filelist, func_emit_lib_Makefile_am.
21662
21663 2004-10-15  Bruno Haible  <bruno@clisp.org>
21664
21665         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21666
21667 2004-10-15  Bruno Haible  <bruno@clisp.org>
21668
21669         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21670         the portions belonging to each module.
21671         Suggested by Derek Robert Price <derek@ximbiot.com>.
21672
21673 2004-10-12  Simon Josefsson  <jas@extundo.com>
21674
21675         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21676         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21677         to real functions.
21678
21679 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21680
21681         * modules/vsnprintf: New file.
21682
21683 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21684
21685         * m4/vsnprintf.m4: New file.
21686
21687 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21688
21689         * lib/vsnprintf.h: New file.
21690         * lib/vsnprintf.c: New file.
21691
21692 2004-10-11  Bruno Haible  <bruno@clisp.org>
21693
21694         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21695         vsnprintf.
21696
21697 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21698
21699         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21700
21701 2004-10-07  Bruno Haible  <bruno@clisp.org>
21702
21703         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21704         fits into the provided buffer.
21705
21706 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21707
21708         * lib/diacrit.c, diacrit.h: Add GPL notice.
21709
21710         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21711         notice.
21712         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21713         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21714         This avoids a potential constant-folding bug.
21715
21716 2004-10-05  Bruno Haible  <bruno@clisp.org>
21717
21718         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21719         for the declaration of strsep.
21720
21721 2004-10-05  Bruno Haible  <bruno@clisp.org>
21722
21723         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21724
21725 2004-10-04  Simon Josefsson  <jas@extundo.com>
21726
21727         * modules/memmem: New file.
21728         * tests/test-memmem.c: New file.
21729         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21730
21731 2004-10-04  Simon Josefsson  <jas@extundo.com>
21732
21733         * m4/memmem.m4: New file.
21734
21735 2004-10-04  Simon Josefsson  <jas@extundo.com>
21736
21737         * lib/memmem.h: New file.
21738         * lib/memmem.c: New file, taken from glibc.
21739
21740 2004-10-04  Simon Josefsson  <jas@extundo.com>
21741
21742         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21743         '#ifdef USE_UNLOCKED_IO'.
21744
21745 2004-10-04  Simon Josefsson  <jas@extundo.com>
21746
21747         * config/srclist.txt: Add memmem from glibc.
21748
21749 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21750
21751         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21752
21753         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21754         modules/exclude, modules/getdate, modules/getline,
21755         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21756         modules/getusershell, modules/linebuffer, modules/md5,
21757         modules/mountlist, modules/posixtm, modules/readtokens,
21758         modules/readutmp, modules/regex, modules/sha1,
21759         modules/version-etc, modules/yesno:
21760         Remove dependency on unlocked-io.
21761
21762 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21763
21764         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
21765
21766         * m4/unlocked-io.m4: Add copyright notice.
21767         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
21768
21769 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21770
21771         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
21772         * lib/xmalloc.c (xmemdup): Likewise.
21773         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
21774         XFREE): Remove these long-obsolescent macros.
21775         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
21776         * lib/xstrdup.c: Remove.
21777
21778         * lib/regex.c (re_comp): Cast gettext return value to char *,
21779         Problem reported by Martin Neitzel via Mark D. Baushke.
21780
21781 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21782
21783         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
21784         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
21785         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
21786         regex.c, sha1.c, version-etc.c, yesno.c:
21787         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
21788         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
21789         the includer's responsibility.
21790
21791         Sync from coreutils.
21792
21793         * lib/modechange.c (mode_compile): Don't decrement a pointer that
21794         points to the start of a string, as the C Standard says the
21795         resulting behavior is undefined.
21796
21797         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
21798         simple -> simple_backups, numbered_existing ->
21799         numbered_existing_backups, numbered -> numbered_backups
21800         to avoid shadowing problems.  All uses changed.
21801         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
21802         * lib/backupfile.c (check_extension, numbered_backup):
21803         Rename locals to avoid shadowing 'basename'.
21804         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
21805         once.
21806
21807         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
21808         * lib/.cvsignore: Add getopt.h.
21809
21810 2004-10-04  Bruno Haible  <bruno@clisp.org>
21811
21812         * modules/README: New file.
21813         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
21814         not a module.
21815
21816 2004-10-02  Jim Meyering  <jim@meyering.net>
21817
21818         * lib/dirfd.h, getpagesize.h: Add copyright notice.
21819
21820 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21821
21822         * modules/strsep: New file.
21823
21824 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21825
21826         * m4/strsep.m4: New file.
21827
21828 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21829
21830         * lib/strsep.h: New file.
21831         * lib/strsep.c: New file.
21832
21833 2004-10-01  Simon Josefsson  <jas@extundo.com>
21834
21835         * lib/snprintf.c (snprintf): Handle size==0.
21836
21837 2004-10-01  Simon Josefsson  <jas@extundo.com>
21838             Bruno Haible  <bruno@clisp.org>
21839
21840         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
21841         (snprintf): Declare 'args'.
21842
21843 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
21844
21845         * lib/snprintf.c: Remove comments as to why each header is needed.
21846
21847 2004-10-01  Bruno Haible  <bruno@clisp.org>
21848
21849         * MODULES.html.sh: Add strsep.
21850
21851 2004-09-30  Simon Josefsson  <jas@extundo.com>
21852
21853         * modules/snprintf: New file.
21854
21855 2004-09-30  Simon Josefsson  <jas@extundo.com>
21856
21857         * m4/snprintf.m4: New file.
21858
21859 2004-09-30  Simon Josefsson  <jas@extundo.com>
21860
21861         * lib/snprintf.h, lib/snprintf.c: New files.
21862
21863 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21864
21865         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
21866         (hol_entry_help): Never translate an empty string.
21867         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
21868         * lib/argp.h (OPTION_NO_TRANS): New option.
21869
21870 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21871
21872         * modules/argp (Maintainer): Replace Simon Josefsson
21873         by Sergey Poznyakoff.
21874
21875 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
21878         changes merged back into glibc.
21879
21880 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
21881
21882         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
21883
21884 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21885
21886         * lib/xvasprintf.c: Include xalloc.h.
21887         (xvasprintf): Use xalloc_die, not xmalloc_die.
21888
21889 2004-09-29  Bruno Haible  <bruno@clisp.org>
21890
21891         * modules/alloca-opt: New file, derived from modules/alloca.
21892         * modules/allocsa: Depend on alloca-opt instead of alloca.
21893         * modules/setenv: Likewise.
21894         * modules/vasnprintf: Likewise.
21895         * MODULES.html.sh: Add alloca-opt.
21896
21897 2004-09-28  Simon Josefsson  <jas@extundo.com>
21898
21899         * gnulib-tool: New parameter --lgpl, to asseert that modules are
21900         LGPL, and to replace license template from GPL to LGPL.
21901
21902 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21903
21904         * modules/dummy: Change license to LGPL.
21905
21906 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
21907
21908         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
21909
21910 2004-09-24  Simon Josefsson  <jas@extundo.com>
21911
21912         * modules/minmax (License): Change from GPL to LGPL.
21913
21914 2004-09-23  Simon Josefsson  <jas@extundo.com>
21915
21916         * gnulib-tool (--import): Typo.
21917
21918 2004-09-23  Simon Josefsson  <jas@extundo.com>
21919
21920         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
21921
21922 2004-09-22  Bruno Haible  <bruno@clisp.org>
21923
21924         * modules/*: Add 'License' field.
21925         * gnulib-tool: Accept --extract-license option.
21926         (func_get_license): New function.
21927
21928 2004-09-21  Bruno Haible  <bruno@clisp.org>
21929
21930         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
21931         Reported by Simon Josefsson.
21932
21933 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21934
21935         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
21936         gl_AC_TYPE_LONG_LONG.
21937
21938 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21939
21940         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
21941
21942 2004-09-18  Simon Josefsson  <jas@extundo.com>
21943         and  Paul Eggert  <eggert@cs.ucla.edu>
21944
21945         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
21946         calls with autoreconf.  Define GL_LIB.
21947
21948 2004-09-14  Karl Berry  <karl@gnu.org>
21949
21950         * config/srclist.txt: unsync setenv.c, sigh.
21951
21952 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21953
21954         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
21955         Problem reported by Bruno Haible in:
21956         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
21957
21958 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21959
21960         * config/srclist.txt: Comment out argp-pvh.c.
21961
21962 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
21963
21964         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
21965         in case some system header has #define'd it.  Problem reported by
21966         Soeren D. Schulze in
21967         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
21968
21969 2004-09-09  Karl Berry  <karl@gnu.org>
21970
21971         * regex.[ch]: delete from the root.  These were supposed to be
21972                 synced with emacs cvs, but this has not happened for about
21973                 a year, and anyway nothing else uses emacs regex.[ch].
21974                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
21975                 lib/regex[.ch] is untouched.
21976
21977 2004-09-09  Bruno Haible  <bruno@clisp.org>
21978
21979         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
21980
21981 2004-09-09  Bruno Haible  <bruno@clisp.org>
21982
21983         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
21984         modifications.
21985         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
21986
21987 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21988
21989         * modules/xvasprintf: New file.
21990         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
21991
21992 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
21993
21994         * lib/xvasprintf.h: New file.
21995         * lib/xvasprintf.c: New file.
21996         * lib/xasprintf.c: New file.
21997
21998 2004-09-08  Bruno Haible  <bruno@clisp.org>
21999
22000         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22001
22002 2004-09-08  Bruno Haible  <bruno@clisp.org>
22003
22004         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22005         length is > INT_MAX.
22006         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22007         more.
22008
22009 2004-09-08  Bruno Haible  <bruno@clisp.org>
22010
22011         * lib/stdint_.h: New file, taken from GNU clisp.
22012
22013 2004-09-08  Bruno Haible  <bruno@clisp.org>
22014             Oskar Liljeblad  <oskar@osk.mine.nu>
22015
22016         * modules/stdint: New file.
22017         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22018
22019 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22020
22021         Import from coreutils.
22022         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22023         strings on unbounded length.  alloca's performance benefits aren't
22024         that important here.
22025         (V_STRDUP): Remove.
22026         (parse_with_separator): New function, with most of the internals
22027         of the old parse_user_spec.  Allow user to omit both user and group,
22028         for compatibility with FreeBSD.
22029         Clone only the user name, not the entire spec.
22030         Do not set *uid, *gid unless entirely successful.
22031         Avoid memory leak in some failing cases.
22032         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22033         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22034         (parse_user_spec): Rewrite to use parse_with_separator.
22035
22036 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22037
22038         * modules/userspec: Don't depend on alloca.
22039
22040 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22041
22042         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22043
22044 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22045
22046         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22047         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22048         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22049
22050 2004-08-16  Simon Josefsson  <jas@extundo.com>
22051
22052         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22053         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22054         Add --dry-run for --import.
22055         Let user provided command line parameters override configure.ac
22056         settings.
22057
22058 2004-08-12  Simon Josefsson  <jas@extundo.com>
22059
22060         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22061         as discussed with Paul Eggert in threads rooted at
22062         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22063         and
22064         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22065         Before, the test was empty, and relied on ELIDE_CODE in source
22066         code.)
22067         (gl_PREREQ_GETOPT): New macro.
22068         (gl_GETOPT): Use them.
22069
22070 2004-08-12  Simon Josefsson  <jas@extundo.com>
22071
22072         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22073         * lib/getopt_.h: Renamed from getopt.h.
22074
22075 2004-08-12  Simon Josefsson  <jas@extundo.com>
22076
22077         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22078         Change default library name from libfoo to libgnu.
22079         Now, if you have a configure.ac that says:
22080                 gl_SOURCE_BASE(gl)
22081                 gl_M4_BASE(gl/m4)
22082                 gl_MODULES(error getopt etcetera)
22083                 gl_INIT
22084         you can import all you need by running:
22085                 ../gnulib/gnulib-tool --import
22086
22087         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22088         (Makefile.am): Rewrite, use logic from argz.
22089         (Include): Use <getopt.h> instead of "getopt.h".
22090
22091 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22092
22093         * modules/argp (Files): Add m4/unlocked-io.m4.
22094         (Depends-on): Add extensions.
22095
22096 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22097
22098         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22099         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22100         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22101         Check for program_invocation_name, program_invocation_short_name,
22102         flockfile, funlockfile, features.h, _getopt_long_only_r.
22103
22104 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22105
22106         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22107         its complicated substitute.
22108         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22109         and program_invocation_name.
22110         (__argp_basename) [!_LIBC]: Remove; the only use was
22111         replaced by its body.
22112         (__argp_short_program_name): Change condition from
22113         !defined __argp_short_program_name to
22114         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22115         to match argp-namefrob.h.
22116         (__argp_failure): Don't assume strerror_r returns char *.
22117         * lib/argp-parse.c (N_): Define unconditionally.
22118         (argp_default_options): Fill out initializers with 0 to avoid
22119         gcc warnings.
22120
22121 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22124         getopt1.c.
22125
22126 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22127
22128         Merge from coreutils.
22129
22130         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22131
22132         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22133         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22134
22135 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22136
22137         Merge from coreutils.
22138
22139         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22140         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22141         for Reliant Unix 5.43.
22142
22143         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22144         (union fooround): Use uintmax_t, not long int.
22145         The rest is a merge from libc:
22146         [defined _LIBC]: Include <shlib-compat.h>.
22147         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22148
22149         * lib/settime.c (settime): Recode to avoid warning with
22150         Sun Forte C 6U2.
22151
22152         * lib/strverscmp.c: Convert to UTF-8.
22153
22154 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22155
22156         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22157         m4/uintmax_t.m4.
22158
22159 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22160
22161         * modules/xalloc-die: New file.
22162         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22163
22164         * modules/md5 (Files): Add m4/uint32_t.m4.
22165         * modules/sha1: Renamed from modules/sha.
22166         (Files):
22167         Rename lib/sha.h to lib/sha1.h.
22168         Rename lib/sha.c to lib/sha1.c.
22169         Rename m4/sha.m4 to m4/sha1.m4.
22170         (lib_SOURCES): Likewise.
22171         (configure.ac): Rename gl_SHA to gl_SHA1.
22172         (Include): sha.h -> sha1.h.
22173
22174 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22175
22176         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22177         * m4/sha1.m4: Renamed from sha.m4.
22178         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22179
22180 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22181
22182         * lib/obstack.h (obstack_empty_p):
22183         Don't assume that chunk->contents is suitably aligned.
22184         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22185         Likewise. Problem reported by Benno in
22186         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22187
22188         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22189         readable.  This could be improved further but it'd take some work.
22190
22191 2004-08-08  Simon Josefsson  <jas@extundo.com>
22192
22193         * modules/xgethostname (Depends-on): Remove exit and error (not
22194         used).
22195
22196         * modules/getpass-gnu: Add getpass.h.
22197         (Depends-on): Add stdbool.
22198         * modules/getpass: Add getpass.h.
22199
22200 2004-08-08  Simon Josefsson  <jas@extundo.com>
22201
22202         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22203         Check getpass declaration.
22204
22205 2004-08-08  Simon Josefsson  <jas@extundo.com>
22206
22207         * lib/xgethostname.c: Don't include error.h (not used).
22208
22209         * lib/getpass.h: Add.
22210         * lib/getpass.c: Include getpass.h first.
22211
22212 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22213
22214         * lib/xalloc-die.c: New file.
22215         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22216         All uses removed.
22217         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22218         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22219         xalloc-die.c.
22220         (_, N_, xalloc_die): Move to xalloc-die.c.
22221         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22222         so that we needn't mess with xalloc_msg_memory_exhausted.
22223
22224         * lib/sha1.h: Renamed from sha.h.
22225         (SHA1_H): Renamed from _SHA_H.
22226         (sha1_ctx): Renamed from sha_ctx.
22227         (sha1_init_ctx): Renamed from sha_init_ctx.
22228         (sha1_process_block): Renamed from sha_process_block.
22229         (sha1_process_bytes): Renamed from sha_process_bytes.
22230         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22231         (sha1_read_ctx): Renamed from sha_read_ctx.
22232         (sha1_stream): Renamed from sha_stream.
22233         (sha1_buffer): Renamed from sha_buffer.
22234         * lib/sha1.c: Likewise; renamed from sha.c.
22235         Do not include <sys/types.h>.
22236         Include <stddef.h> rather than <stdlib.h>.
22237
22238 2004-08-08  Bruno Haible  <bruno@clisp.org>
22239
22240         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22241         FILESYSTEM_PREFIX_LEN.
22242         * lib/progreloc.c: Likewise.
22243         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22244
22245 2004-08-06  Simon Josefsson  <jas@extundo.com>
22246
22247         * modules/progname (Depends-on): Don't depend on stdbool.
22248
22249 2004-08-06  Simon Josefsson  <jas@extundo.com>
22250
22251         * modules/getsubopt: New file.
22252         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22253         getsubopt.
22254
22255 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22256
22257         More merge from coreutils.
22258
22259         * m4/utimens.m4, m4/utimecmp.m4: New files.
22260         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22261         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22262         prereq.m4, sha.m4: Import changes from coreutils.
22263
22264 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22265
22266         More merge from coreutils.
22267         * modules/raise, modules/readtokens0, modules/utimens:
22268         * modules/utimecmp, module/xnanosleep: New files.
22269         * modules/strftime: Add lib/strftime.h.
22270         Change include from <time.h> to "strftime.h".
22271         * modules/yesno: Add lib/yesno.h.
22272         * modules/backupfile: Remove lib/addext.c.
22273         * modules/euidaccess: Add stat-macros.h.
22274         * modules/canonicalize, modules/euidaccess,
22275         modules/filemode, modules/lchown, modules/makepath,
22276         modules/rmdir, modules/stat: Likewise.
22277
22278 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22279
22280         Merge from tar.
22281         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22282         SIZE_MAX is a valid preprocessor constant.
22283         (__argp_basename): Change from "#ifndef _LIBC"
22284         to "#ifndef __argp_short_program_name", so that
22285         we don't compile these functions for tar.
22286
22287         More merges from coreutils.
22288         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22289         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22290         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22291         * lib/addext.c: Remove; no longer needed.
22292         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22293         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22294         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22295         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22296         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22297         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22298         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22299         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22300         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22301         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22302         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22303         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22304         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22305         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22306         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22307         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22308         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22309         Import changes from coreutils.
22310
22311 2004-08-05  Simon Josefsson  <jas@extundo.com>
22312
22313         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22314
22315 2004-08-05  Simon Josefsson  <jas@extundo.com>
22316
22317         * m4/getsubopt.m4: New file.
22318
22319 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22320
22321         Merge from coreutils.
22322
22323         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22324         * m4/getcwd-path-max.m4: New files.
22325
22326         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22327         FILESYSTEM_PREFIX_LEN ->
22328         FILE_SYSTEM_PREFIX_LEN.
22329         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22330         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22331         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22332         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22333
22334         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22335         prerequisite modules now handle the DOS stuff.
22336         Don't check for unistd.h.
22337
22338 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22339
22340         Merge from coreutils.
22341
22342         * lib/.gdb-history: Remove; this doesn't belong here.
22343
22344         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22345         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22346         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22347         * lib/getcwd.c: New files.
22348
22349         * lib/dirname.h: Include <stdbool.h>.
22350         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22351         for consistency with POSIX terminology.  All uses changed.
22352         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22353         (strip_trailing_slashes): Use bool for booleans.
22354         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22355
22356         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22357         sometimes returns a positive errno value even when it succeeds.
22358         (print_errno_message) [!LIBC]: Fall back on strerror if
22359         __strerror_r fails.
22360
22361         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22362         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22363         (longest_relative_suffix): New function.
22364         (path_concat): Use it.  Assume first argument is not NULL.
22365         Port to DOS.  Omit redundant separators.
22366         Report an error instead of returning NULL.
22367         Use mempcpy instead of memcpy.
22368         (xpath_concat): Remove: not declared or used.
22369
22370         * lib/same.h: Include <stdbool.h>
22371         (same_name): Return bool, not int.
22372         * lib/same.c (same_name): Likewise.
22373         (errno): Don't declare; we assume C89 or better now.
22374
22375         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22376         if not already defined.
22377
22378         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22379         * lib/dup-safer.c (errno): Likewise.
22380
22381 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22382
22383         Merge from coreutils.
22384         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22385         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22386         * modules/path-concat: Don't depend on strdup.
22387
22388 2004-08-03  Simon Josefsson  <jas@extundo.com>
22389
22390         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22391         * lib/progname.h: Don't include stdbool.h.
22392
22393 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22394
22395         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22396         * MODULES.html.sh (func_all_modules): Remove fatal.
22397
22398 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22399
22400         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22401
22402 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22403
22404         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22405         working.
22406
22407 2004-08-02  Simon Josefsson  <jas@extundo.com>
22408
22409         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22410         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22411         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22412
22413 2004-08-01  Simon Josefsson  <jas@extundo.com>
22414
22415         * lib/xgetdomainname.c: Include stdlib.h, for free().
22416
22417 2004-07-19  Bruno Haible  <bruno@clisp.org>
22418
22419         * MODULES.html.sh (func_all_modules): Add dummy.
22420
22421 2004-07-16  Simon Josefsson  <jas@extundo.com>
22422
22423         * modules/dummy: New file.
22424
22425 2004-07-16  Simon Josefsson  <jas@extundo.com>
22426
22427         * lib/dummy.c: New file.
22428
22429 2004-07-16  Bruno Haible  <bruno@clisp.org>
22430
22431         * lib/backupfile.h: Add extern "C" for C++.
22432         * lib/closeout.h: Likewise.
22433         * lib/copy-file.h: Likewise.
22434         * lib/findprog.h: Likewise.
22435         * lib/full-write.h: Likewise.
22436         * lib/pathname.h: Likewise.
22437         * lib/progname.h: Likewise.
22438         * lib/stpcpy.h: Likewise.
22439         * lib/stpncpy.h: Likewise.
22440         * lib/strcase.h: Likewise.
22441         * lib/strstr.h: Likewise.
22442         * lib/xalloc.h: Likewise.
22443
22444         * lib/mbswidth.h: Add extern "C" for C++.
22445         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22446
22447 2004-07-13  Robert Millan  <robertmh@gnu.org>
22448
22449         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22450
22451 2004-07-09  Simon Josefsson  <jas@extundo.com>
22452
22453         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22454         failed without this.)
22455
22456 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22457
22458         * modules/chown (Files): Add lib/fchown-stub.c, since
22459         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22460
22461 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22462
22463         * lib/fchown-stub.c: New file.
22464
22465 2004-06-24  Jim Meyering  <jim@meyering.net>
22466
22467         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22468
22469 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22470
22471         * modules/argz: Omit "#include".
22472
22473         * MODULES.html.sh (func_all_modules): Add calloc, to match
22474         2004-06-01 addition of calloc module.
22475
22476 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22477
22478         * m4/argz.m4: New file, which is autoupdated from libtool.
22479
22480 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22481
22482         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22483         libtool.
22484
22485 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22486
22487         * config/srclist-update: Don't insist on "USA." before the
22488         close-comment, as libtool omits the period and puts the */ on a
22489         separate line.
22490         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22491         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22492
22493 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22494
22495         * modules/argz: New file.
22496         * MODULES.html.sh (func_all_modules): Add argz.
22497
22498 2004-06-12  Jim Meyering  <jim@meyering.net>
22499         and  Paul Eggert  <eggert@cs.ucla.edu>
22500
22501         * modules/hash (Files): Add lib/xalloc.h.
22502         * modules/pipe (Depends-on): Add wait-process.
22503         * modules/stat (Depends-on): Add xalloc.
22504         * modules/userspec (Files): Add lib/userspec.h.
22505         * modules/xstrto
22506
22507         Upgrade from gettext-0.13.
22508         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22509         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22510         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22511
22512 2004-06-10  Jim Meyering  <jim@meyering.net>
22513
22514         * lib/calloc.c: New file.
22515
22516 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22517
22518         * lib/getdate.y (yylex): Allow space between sign and number.
22519         Problem reported by Dan Jacobson.
22520
22521 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22522
22523         Merge from coreutils CVS.
22524
22525         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22526         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22527         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22528         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22529         xstrtol.m4: Fix copyright date and/or serial number.
22530
22531         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22532         See if we need an fchown replacement.
22533         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22534         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22535         and use the replacement function if we detect either defect.
22536
22537         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22538         gl_UTIMECMP.
22539
22540 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22541         and  Jim Meyering  <jim@meyering.net>
22542
22543         Merge from coreutils CVS.
22544
22545         * lib/stat-macros.h: New file, with contents from file-type.h
22546         and coreutils' system.h.
22547         * lib/file-type.c: Include "stat-macros.h".
22548         * lib/file-type.h (file_type): Move all macro definitions to new file,
22549         stat-macros.h.
22550
22551         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22552         Wrap old code with this conditional.
22553         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22554         function that does not dereference symlinks.
22555         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22556
22557         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22558         dependency problems.
22559         (xreadlink): Accept new arg SIZE, for efficiency.
22560         All decls and uses changed.
22561         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22562
22563         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22564         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22565
22566         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22567         sysexits.h.
22568
22569 2004-06-01  Jim Meyering  <jim@meyering.net>
22570
22571         * m4/calloc.m4: New file.
22572
22573 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22574
22575         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22576         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22577         Also, fix a typo in a diagnostic.
22578
22579 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22580
22581         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22582         or AC_FUNC_REALLOC.
22583
22584 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22585
22586         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22587         macros to be defined.
22588         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22589         the allocator returns NULL because the requested size is zero.
22590
22591 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22592
22593         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22594         var.  Add comment explaining why libc still defines it.  This
22595         merges the following patch from glibc:
22596         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22597
22598 2004-05-20  Andreas Schwab  <schwab@suse.de>
22599
22600         * m4/free.m4: Replace free if it not known to work, not the other
22601         way round.
22602
22603 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22604
22605         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22606         present in glibc since revision 1.1 of this file.
22607         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22608         obstack_alignment_mask, obstack_alloc, obstack_base,
22609         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22610         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22611         obstack_grow0, obstack_init, obstack_int_grow,
22612         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22613         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22614         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22615         nonexistent functions.
22616
22617 2004-05-18  Karl Berry  <karl@gnu.org>
22618
22619         * config/srclist.txt: break link for vasnprintf.c.
22620
22621 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22622
22623         Port obstack to the AS/400, where pointers are 16 bytes wide and
22624         you cannot cast an integer to a valid pointer.  This patch is
22625         currently waiting to be integrated into glibc; see
22626         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22627
22628         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22629         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22630         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22631         (struct obstack): temp member is now a union of a pointer and
22632         an integer, instead of an integer.  All integer uses changed.
22633         This does not affect the physical layout of struct obstack,
22634         except on hosts (like the AS/400) where the size or alignment of
22635         void * is greater than that of ptrdiff_t.
22636         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22637         __STDC__)]: Store temporary in pointer member of union, not
22638         integer member.
22639         * lib/obstack.c: Include <stddef.h>, for offsetof.
22640         (struct fooalign): Remove; it doesn't need a name.
22641         (union fooround): Change double to long double, and add void *.
22642         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22643         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22644         not a macro.  Hence the values are always int; so remove all
22645         casts-to-int in uses.
22646
22647 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22648
22649         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22650         we can get this patch merged into glibc.
22651
22652 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22653             Paul Eggert  <eggert@cs.ucla.edu>
22654
22655         * m4/argp: Depend on alloca.
22656
22657 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22658             Paul Eggert  <eggert@cs.ucla.edu>
22659
22660         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22661         freecoding.
22662
22663 2004-05-17  Bruno Haible  <bruno@clisp.org>
22664
22665         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22666         precision that consists of a '.' followed by an empty digit string.
22667         Patch by Tor Lillqvist <tml@iki.fi>.
22668
22669 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22670
22671         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22672         for backward compatibility with older code.  We need our own
22673         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22674         it under some other name, and our alloca.h will define it.
22675
22676 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22677             Derek Price  <derek@ximbiot.com>
22678
22679         * lib/alloca.c: Include <alloca.h>, to get our interface.
22680         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22681         include <alloca.h> first.  Use C89 prototype for alloca; this
22682         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22683         Use #elif for simplicity, since we can assume C89 now.
22684         Don't try to source the system alloca.h since it will not be found
22685         and to prevent recursively including its replacement.
22686         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22687         * lib/regex.c: Likewise.
22688
22689 2004-05-16  Derek Price  <derek@ximbiot.com>
22690             Paul Eggert  <eggert@cs.ucla.edu>
22691
22692         getline cleanup.  This changes the getndelim2 API: both order of
22693         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22694         no delimiter).
22695
22696         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22697         interface does that.
22698         (getline): Always use getdelim, so that we don't have two
22699         copies of this code.
22700         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22701         if available.
22702         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22703         (GETNDELIM2_MAXIMUM): New macro.
22704         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22705         instead of the old practice of delim2==0.  All callers changed.
22706         Return -1 on overflow, instead of returning junk.
22707         Do not set *linesize unless allocation succeeds.
22708         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22709         that we include sys/types.h.
22710         * lib/getnline.h: Likewise.
22711         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22712         (getndelim2): Reorder arguments.
22713         * lib/getnline.c (getnline, getndelim):
22714         Don't discard the NMAX argument.
22715         (getnline): Invoke getndelim, to avoid code duplication.
22716         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22717         of (size_t) -1 by callers of the getnline family.
22718
22719 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22720
22721         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22722         Check for gettimeofday.
22723         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22724         Check for settimeofday, stime.
22725
22726 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22727
22728         * lib/nanosleep.c (suspended): Change its type from int to
22729         sig_atomic_t volatile.
22730         (first_call): Make it private to rpl_nanosleep, and have it
22731         be zero initially as that's a bit faster.
22732         (my_usleep): Round up fractional times instead of truncating them,
22733         as this is the usual meaning for 'sleep'.
22734
22735         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22736         doesn't work.
22737         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22738         (ENOSYS): Define if not defined.
22739         (settime): Fall back on stime if it exists and settimeofday fails.
22740         But don't bother with fallbacks if a method fails with errno == EPERM.
22741
22742 2004-05-11  Jim Meyering  <jim@meyering.net>
22743
22744         Prior to this change, the save_cwd caller required read access to the
22745         current directory on most systems (ones with the fchdir function).
22746
22747         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22748         fails, try write-only, and finally, resort to using xgetcwd.
22749
22750 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22751
22752         * lib/obstack.c, obstack.h: Import changes from libc.
22753
22754 2004-04-28  Bruno Haible  <bruno@clisp.org>
22755
22756         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22757         also implicitly appends .exe to executables.
22758         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
22759         accepts Windows pathnames.
22760         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22761         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22762         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
22763         Treat Cygwin like Windows, since it now accepts Windows pathnames.
22764         Reported by Derek Robert Price <derek@ximbiot.com>.
22765
22766 2004-04-21  Karl Berry  <karl@gnu.org>
22767
22768         * config/srclist.txt (localcharset.c): break sync.
22769
22770 2004-04-20  Paul Eggert  <eggert@twinsun.com>
22771
22772         * m4/host-os.m4: Add a copyright notice.
22773
22774 2004-04-20  Jim Meyering  <jim@meyering.net>
22775
22776         Change UTILS_ to gl_ in AC_DEFINE'd names.
22777         Change utils_- and jm_-prefixed variables, too.
22778         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
22779         UTILS_FUNC_MKDIR_TRAILING_SLASH.
22780         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
22781
22782         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
22783         Don't emit trailing blanks.
22784         Also rename jm_-prefixed variables to have gl_ prefix.
22785
22786         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
22787         Also rename jm_-prefixed variables to have gl_ prefix.
22788
22789         * m4/jm-macros.m4: Reflect the renamings.
22790         * m4/prereq.m4: Likewise.
22791
22792 2004-04-20  Jim Meyering  <jim@meyering.net>
22793
22794         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
22795         memory.
22796
22797 2004-04-20  Jim Meyering  <jim@meyering.net>
22798             Bruno Haible  <bruno@clisp.org>
22799
22800         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
22801         memory when realloc fails.
22802
22803 2004-04-19  Jim Meyering  <jim@meyering.net>
22804
22805         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
22806         now that readutmp.c may call `free (0)'.
22807
22808 2004-04-19  Bruno Haible  <bruno@clisp.org>
22809
22810         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
22811         * m4/inttypes_h.m4: Likewise.
22812         * m4/stdint_h.m4: Likewise.
22813         * m4/intmax_t.m4: Likewise.
22814         * m4/uintmax_t.m4: Likewise.
22815
22816 2004-04-18  Jim Meyering  <jim@meyering.net>
22817
22818         * m4/prereq.m4: Don't forbid jm_ prefix.
22819
22820         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
22821         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
22822         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
22823         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
22824         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
22825         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
22826         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
22827         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
22828         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
22829         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
22830         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
22831         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
22832         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
22833         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
22834         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
22835         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
22836         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
22837         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
22838         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
22839
22840 2004-04-18  Jim Meyering  <jim@meyering.net>
22841
22842         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
22843         failure, don't leak memory and do call END_UTMP_ENT.
22844
22845 2004-04-16  Jim Meyering  <jim@meyering.net>
22846
22847         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
22848         coreutils' stat program.
22849         (gl_PREREQ): Don't require jm_PREREQ_STAT.
22850
22851 2004-04-11  Paul Eggert  <eggert@twinsun.com>
22852
22853         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
22854         C89.
22855         (CHAR_BIT): Remove, since we assume C89.
22856         Include <stdint.h> if available, as per current Autoconf CVS advice.
22857
22858 2004-03-31  Jim Meyering  <jim@meyering.net>
22859
22860         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
22861         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
22862         * m4/xalloc.m4: Likewise.
22863
22864 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22865
22866         Merge from coreutils.
22867
22868         * m4/inttostr.m4: New file.
22869         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
22870         Require AM_STDBOOL_H and gl_TIMESPEC instead.
22871         Require gl_CLOCK_TIME.
22872         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
22873
22874 2004-03-30  Paul Eggert  <eggert@twinsun.com>
22875
22876         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
22877         not bool, to be more consistent with Unix conventions.
22878         Suggested by Bruno Haible.
22879
22880         Merge from coreutils.
22881
22882         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
22883         * lib/umaxtostr.c: New files.
22884
22885         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
22886         the usual <time.h> dance.
22887         (get_date): Change signature to support fractional time stamps.
22888         All callers changed.
22889         * lib/getdate.y: Include "getdate.h" first, as we can now
22890         assume C89 and don't need to worry about 'const'.
22891         Similarly, include "unlocked-io.h" near start, not in middle.
22892         Include <limits.h>.
22893         (textint.value): Use long int rather than int.
22894         (textint.digits): Use size_t rather than int.
22895         (BILLION, LOG10_BILLION): New constants.
22896         (parser_control): New member rel_ns.  Members day_ordinal,
22897         time_zone, month, day, hour, minutes, rel_year, rel_month,
22898         rel_day, rel_hour, rel_minutes, rel_seconds
22899         are now long int, not int.  Member seconds is now struct timespec,
22900         not int.  New member timespec_seen.  Members dates_seen, days_seen,
22901         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
22902         not int.
22903         (%union.intval): Now long int, not int.
22904         New member timespec.
22905         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
22906         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
22907         (spec): Now is a timespec or an item list.
22908         (timespec, items): New nonterminals.
22909         (time, rel, relunit, number, get_date):
22910         Add support for fractional seconds.
22911         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
22912         (gmtime, localtime, mktime): Remove decls; not needed with C89.
22913         (to_hour): First arg is now long int, not int.
22914         (to_year): Returns long int, not int.
22915         Don't treat year -70 like 70.
22916         (tm_diff): Returns long int, not int.
22917         (lookup_word): Use bool instead of int when appropriate.
22918         (yylex): Use size_t for count, not int.
22919         Detect overflow when parsing large integer constants.
22920         Add support for fractions.
22921         (get_date): Make pointers 'const' if possible.
22922         Use more-portable code to detect integer overflow.
22923         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
22924         Don't use ctime; it's not reliable if the year has >4 digits.
22925
22926         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
22927         This is for compatibility with BSD.
22928
22929         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
22930         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
22931         From coreutils' system.h.
22932
22933         * lib/userspec.c: Don't include "posixver.h".
22934         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
22935         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
22936         compatible extension.  Simplify code by removing a boolean int
22937         that was always nonzero if a string was nonnull.
22938
22939 2004-03-30  Jim Meyering  <jim@meyering.net>
22940
22941         Merge from coreutils.
22942
22943         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
22944         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
22945         on some systems one must include <grp.h> before it.
22946         Reported by Christian Krackowizer.
22947
22948 2004-03-30  Jim Meyering  <jim@meyering.net>
22949
22950         Merge from coreutils.
22951
22952         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
22953
22954         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
22955         an empty input stream.
22956
22957         * lib/readtokens.c: Include <stdbool.h>.
22958         (readtoken): Use `size_t' rather than int/long.
22959         All callers adjusted.
22960         Use `bool' rather than `int' where appropriate.
22961         Use memset rather than an explicit loop.
22962         Use x2nrealloc rather than xrealloc.
22963         Allow the use of `\0' as a delimiter.
22964         (readtokens): Likewise.
22965         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
22966
22967 2004-03-30  Jim Meyering  <jim@meyering.net>
22968
22969         * m4/realloc.m4: Remove file, since now it does no more than
22970         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
22971         the `configure.ac' section of module/realloc.
22972         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
22973
22974 2004-03-30  Bruno Haible  <bruno@clisp.org>
22975
22976         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
22977         nonnull.
22978
22979 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22980
22981         Merge changes to getloadavg.c from coreutils and Emacs.
22982
22983         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
22984         Define to an expression, not to the empty string.
22985         Include cloexec.h and xalloc.h.
22986         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
22987         Use set_cloexec_flag rather than rolling our own.
22988         * lib/cloexec.c, lib/cloexec.h: New files.
22989
22990 2004-03-29  Paul Eggert  <eggert@twinsun.com>
22991
22992         * m4/cloexec.m4: New file.
22993
22994 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22995
22996         * lib/getopt.h: Sync with libc CVS.
22997
22998 2004-03-18  Paul Eggert  <eggert@twinsun.com>
22999             Bruno Haible  <bruno@clisp.org>
23000
23001         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23002         mbswidth.
23003
23004 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23005             Bruno Haible  <bruno@clisp.org>
23006
23007         * lib/mbswidth.h: Include <wchar.h> only if
23008         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23009         <wchar.h>.
23010         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23011
23012 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23013
23014         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23015         Sync with libc CVS.
23016         * lib/getopt_int.h: New file, also synced from libc.
23017
23018 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23019
23020         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23021         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23022         Bring back getopt.c, getopt.h, getopt1.c.
23023
23024 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23025
23026         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23027         All uses changed.  Check for sa_sigaction member; this fixes
23028         a bug first reported by Jason Andrade in
23029         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23030
23031 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23032
23033         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23034         '#if' expressions.  Unlike the code it replaces, it does not
23035         depend on (defined _SC_PAGESIZE).  However, it does depend on
23036         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23037         first reported by Jason Andrade in
23038         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23039
23040 2004-02-25  Simon Josefsson  <jas@extundo.com>
23041
23042         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23043
23044 2004-02-25  Simon Josefsson  <jas@extundo.com>
23045
23046         * lib/strdup.h: New file.
23047         * lib/strdup.c: Include it.
23048         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23049         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23050
23051 2004-02-23  Karl Berry  <karl@gnu.org>
23052
23053         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23054         (from fencepost.gnu.org:/gd/gnuorg).
23055
23056 2004-02-23  Karl Berry  <karl@gnu.org>
23057
23058         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23059         * config/srclist.txt: add maintain/standards documents.
23060
23061 2004-02-18  Bruno Haible  <bruno@clisp.org>
23062
23063         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23064         Reported by Derek Robert Price <derek@ximbiot.com>.
23065
23066 2004-02-16  Karl Berry  <karl@gnu.org>
23067
23068         * config/mkinstalldirs, install-sh: update from automake.
23069
23070 2004-02-06  Karl Berry  <karl@gnu.org>
23071
23072         * m4/po.m4: update from gettext 0.14.1.
23073
23074 2004-02-06  Karl Berry  <karl@gnu.org>
23075
23076         * lib/config.charset: update from gettext 0.14.1.
23077
23078 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23079
23080         Add comments and code, prompted by suggestions from Bruno Haible
23081         for sh-quote.
23082         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23083         describing the enum quoting_style values.
23084         * lib/quotearg.c (quotearg_alloc): New function.
23085         (quotearg_buffer_restyled): Treat lone { and } as special.
23086         Treat = as special.  Work around bug with older shells
23087         that "see" a '\' that is really the 2nd byte of a multibyte char.
23088         Quote empty string with shell_quoting_style.
23089
23090 2004-02-03  Bruno Haible  <bruno@clisp.org>
23091
23092         * m4/pipe.m4: New file, from GNU gettext.
23093
23094 2004-02-03  Bruno Haible  <bruno@clisp.org>
23095
23096         * lib/pipe.h: New file, from GNU gettext.
23097         * lib/pipe.c: New file, from GNU gettext.
23098
23099 2004-01-27  Bruno Haible  <bruno@clisp.org>
23100
23101         * m4/execute.m4: New file, from GNU gettext.
23102
23103 2004-01-27  Bruno Haible  <bruno@clisp.org>
23104
23105         * lib/execute.h: New file, from GNU gettext.
23106         * lib/execute.c: New file, from GNU gettext.
23107         * lib/w32spawn.h: New file, from GNU gettext.
23108
23109 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23110
23111         Merge from diffutils.
23112
23113         * lib/file-type.c (file_type): Add typed memory objects.
23114         * lib/file-type.h (S_TYPEISTMO): New macro.
23115
23116         * lib/c-stack.h (c_stack_action): Remove argv argument.
23117         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23118         (die): Don't calculate message unless segv_action returns.
23119         (get_stack_location, min_address_from_argv, max_address_from_argv,
23120         volatile stack_base, volatile_stack_size): Remove.
23121         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23122         that every segmentation violation is a stack overflow.  (Ouch!)
23123         See Debian bug 136249 (still outstanding) for more info about why
23124         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23125
23126 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23127
23128         Exit-status fix from coreutils.
23129
23130         Use exit_failure consistently in place of EXIT_FAILURE,
23131         so that program exit statuses are consistent on failure.
23132
23133         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23134         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23135         * lib/argmatch.h: Comment fix to match the above.
23136         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23137         Now a macro referring to exit_failure, instead of a separate
23138         variable.  Include "exitfail.h" to get it.
23139         * lib/xstrtol.h: Include "exitfail.h".
23140         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23141
23142         * lib/long-options.c (parse_long_options): Use prototype
23143         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23144         for clarity.
23145
23146 2004-01-21  Jim Meyering  <jim@meyering.net>
23147
23148         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23149         so as not to conflict with a different-sized __mktime_internal
23150         function in GNU libc.
23151         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23152         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23153
23154 2004-01-20  Karl Berry  <karl@gnu.org>
23155
23156         * config/config.guess: update from config.
23157
23158         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23159
23160 2004-01-20  Bruno Haible  <bruno@clisp.org>
23161
23162         Safer stack allocation.
23163         * lib/setenv.c: Include allocsa.h.
23164         (alloca): Remove fallback definition.
23165         (freea): Remove macro.
23166         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23167         instead of freea.
23168
23169 2004-01-20  Bruno Haible  <bruno@clisp.org>
23170
23171         * m4/eealloc.m4: New file, from GNU gettext.
23172
23173 2004-01-20  Bruno Haible  <bruno@clisp.org>
23174
23175         * m4/allocsa.m4: New file, from GNU gettext.
23176
23177 2004-01-20  Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/xallocsa.h: New file, from GNU gettext.
23180         * lib/xallocsa.c: New file, from GNU gettext.
23181
23182 2004-01-20  Bruno Haible  <bruno@clisp.org>
23183
23184         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23185
23186 2004-01-20  Bruno Haible  <bruno@clisp.org>
23187
23188         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23189         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23190         specially.
23191
23192 2004-01-20  Bruno Haible  <bruno@clisp.org>
23193
23194         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23195         patch.
23196
23197 2004-01-20  Bruno Haible  <bruno@clisp.org>
23198
23199         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23200
23201 2004-01-20  Bruno Haible  <bruno@clisp.org>
23202
23203         * lib/eealloc.h: New file.
23204
23205 2004-01-20  Bruno Haible  <bruno@clisp.org>
23206
23207         * lib/binary-io.h: Avoid warnings on Cygwin.
23208
23209 2004-01-20  Bruno Haible  <bruno@clisp.org>
23210
23211         * lib/allocsa.h: New file, from GNU gettext.
23212         * lib/allocsa.c: New file, from GNU gettext.
23213
23214 2004-01-18  Karl Berry  <karl@gnu.org>
23215
23216         * doc/gpl.texi, doc/lgpl.texi: new files.
23217
23218 2004-01-18  Karl Berry  <karl@gnu.org>
23219
23220         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23221         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23222
23223 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23224
23225         Merge from coreutils.
23226
23227         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23228         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23229         (gl_DEFAULT_POSIX2_VERSION): Move
23230         the documentation from 'configure' into 'config.hin',
23231         so that 'configure --help' isn't burdened by it and
23232         we don't have to worry about its formatting there.
23233         Reword the documentation so that it's more succinct
23234         and can be run together into a single paragraph.
23235         * m4/same.m4 (gl_SAME): Check for pathconf.
23236
23237 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23238
23239         Merge from coreutils.
23240
23241         * lib/posixver.c: Include posixver.h.
23242
23243         * lib/same.c: Include <stdbool.h>, <limits.h>.
23244         (_POSIX_NAME_MAX): Define if not defined.
23245         (MIN): New macro.
23246         (same_name): If file names are silently truncated, report
23247         that the file names are the same if they are the same after
23248         the silent truncation.
23249
23250         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23251         conversion function.
23252         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23253         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23254         longer needed.
23255
23256 2004-01-15  Jim Meyering  <jim@meyering.net>
23257
23258         Merge from coreutils.
23259
23260         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23261         if no library is required.
23262         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23263         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23264         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23265         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23266         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23267         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23268         value, $ac_cv_search_crypt, if it's "none required".
23269         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23270         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23271         not gl_FUNC_GETLOADAVG.
23272         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23273         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23274
23275 2004-01-15  Jim Meyering  <jim@meyering.net>
23276
23277         Merge from coreutils.
23278
23279         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23280         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23281         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23282
23283         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23284         optional configure-time default.
23285
23286         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23287
23288         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23289
23290 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23291
23292         Merge from coreutils.
23293
23294         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23295         value, $ac_cv_search_nanosleep, if it's "none required".
23296
23297 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23298
23299         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23300         with like-named macro in fnmatch.c.
23301         (EXT): Use an internal constant instead.
23302
23303         Merge fnmatch patches from glibc.
23304         * lib/fnmatch.c (mbsinit): Remove define.
23305         Add libc_hidden_ver (__fnmatch, fnmatch).
23306         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23307         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23308
23309 2004-01-14  Karl Berry  <karl@gnu.org>
23310
23311         * config/install-sh: update from automake.
23312
23313 2004-01-13  Karl Berry  <karl@gnu.org>
23314
23315         * config/install-sh: update from automake.
23316
23317 2004-01-09  Karl Berry  <karl@gnu.org>
23318
23319         * config/install-sh: update from automake.
23320
23321 2004-01-05  Karl Berry  <karl@gnu.org>
23322
23323         * config/config.{sub,guess}: update from config.
23324
23325 2003-12-31  Karl Berry  <karl@gnu.org>
23326
23327         * config/depcomp: update from automake.
23328
23329 2003-12-14  Karl Berry  <karl@gnu.org>
23330
23331         * lib/config.charset: update from gettext-runtime.
23332
23333 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23334
23335         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23336         Bug reported by Alfred M. Szmidt.
23337
23338 2003-12-03  Bruno Haible  <bruno@clisp.org>
23339
23340         * m4/gettext.m4: Upgrade from gettext-0.13.
23341         * m4/po.m4: Upgrade from gettext-0.13.
23342         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23343         * m4/intmax.m4: New file, from gettext-0.13.
23344         * m4/printf-posix.m4: New file, from gettext-0.13.
23345
23346 2003-11-29  Karl Berry  <karl@gnu.org>
23347
23348         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23349
23350 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23351             Bruno Haible  <bruno@clisp.org>
23352
23353         * lib/printf-parse.h: Don't include sys/types.h.
23354         (ARG_NONE): New macro.
23355         (char_directive): Change type of *arg_index fields to size_t.
23356         * lib/printf-parse.c: Don't include sys/types.h.
23357         (SSIZE_MAX): Remove macro.
23358         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23359         Remove unnecessary overflow check.
23360         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23361         fields.
23362
23363 2003-11-25  Bruno Haible  <bruno@clisp.org>
23364
23365         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23366
23367 2003-11-25  Bruno Haible  <bruno@clisp.org>
23368
23369         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23370         gt_TYPE_SSIZE_T.
23371
23372 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23373
23374         * modules/alloca: Remove dependency on xalloc.
23375
23376 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23377
23378         * lib/alloca.c: Remove dependency on xalloc module.
23379         (xalloc_die): Remove.
23380         (memory_full) [!defined emacs]: New macro.
23381         [!defined emacs]: Don't include xalloc.h.
23382         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23383         address arithmetic overflows.  Change datatypes a bit to avoid
23384         unnecessary casts.
23385
23386 2003-11-22  Jim Meyering  <jim@meyering.net>
23387
23388         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23389         s/size/size_t/.
23390
23391 2003-11-21  Karl Berry  <karl@gnu.org>
23392
23393         * config/config.{sub,guess}: update from config.
23394
23395 2003-11-18  Karl Berry  <karl@gnu.org>
23396
23397         * config/config.{sub,guess}: update from config.
23398
23399         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23400
23401 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23402
23403         * README: Mention that S+T cannot overflow if S is the size of
23404         an existing object and T is sufficiently small.
23405
23406 2003-11-17  Jim Meyering  <jim@meyering.net>
23407
23408         On systems without utime and without a utimes function capable of
23409         dealing with a NULL struct utimbuf* argument, this utime replacement
23410         could -- in unusual circumstances -- leak a file descriptor.
23411         * lib/utime.c: Include <unistd.h> and <errno.h>.
23412         (utime_null): Be sure to close `fd' and to preserve errno.
23413         Reported by Geoff Collyer via Arnold Robbins.
23414
23415 2003-11-17  Bruno Haible  <bruno@clisp.org>
23416
23417         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23418         (Depends-on): Add xsize.
23419
23420 2003-11-17  Bruno Haible  <bruno@clisp.org>
23421
23422         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23423
23424 2003-11-17  Bruno Haible  <bruno@clisp.org>
23425
23426         * lib/vasnprintf.c (alloca): Remove fallback definition.
23427         (freea): Remove definition.
23428         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23429         Reported by Paul Eggert.
23430
23431 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23432             Bruno Haible  <bruno@clisp.org>
23433
23434         Protect against address arithmetic overflow.
23435         * lib/printf-args.h: Include stddef.h.
23436         (arguments): Change type of field 'count' to size_t.
23437         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23438         'unsigned int' where appropriate.
23439         * lib/printf-parse.h: Include sys/types.h.
23440         (char_directive): Change type of *arg_index fields to ssize_t.
23441         (char_directives): Change type of fields 'count', max_*_length to
23442         size_t.
23443         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23444         (SSIZE_MAX): Define fallback value.
23445         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23446         instead of 'int' where appropriate. Check a_allocated, d_allocated
23447         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23448         * lib/vasnprintf.c: Include xsize.h.
23449         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23450         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23451         overflow. Avoid wraparound when converting a width or precision from
23452         decimal to binary.
23453
23454 2003-11-16  Bruno Haible  <bruno@clisp.org>
23455
23456         Update from GNU gettext.
23457         * lib/printf-parse.c: Generalize to it can be compiled for wide
23458         strings.
23459         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23460         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23461         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23462         SNPRINTF): New macros.
23463         Don't include <alloca.h> if the file is used inside libintl.
23464         (local_wcslen): New function, for Solaris 2.5.1.
23465         (VASNPRINTF): Use it instead of wcslen.
23466
23467 2003-11-16  Bruno Haible  <bruno@clisp.org>
23468
23469         * lib/xsize.h (xmax): New function.
23470         (xsum, xsum3, xsum4): Declare as "pure" functions.
23471
23472 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23473
23474         * modules/xalloc (Files): Undo latest change, since xalloc.h
23475         no longer needs SIZE_MAX or PTRDIFF_MAX.
23476
23477 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23478
23479         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23480         gl_PTRDIFF_MAX.
23481
23482 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23483
23484         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23485         "return", to pacify some unknown compiler.  Problem reported
23486         by Joerg Schilling.
23487
23488 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23489
23490         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23491         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23492         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23493         heuristic is just as accurate as far as we know, and it removes a
23494         dependency on size_max.m4 and ptrdiff_max.m4.
23495
23496 2003-11-11  Bruno Haible  <bruno@clisp.org>
23497
23498         * modules/xsize (Files): Add m4/size_max.m4.
23499         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23500
23501 2003-11-11  Bruno Haible  <bruno@clisp.org>
23502
23503         * m4/size_max.m4: New file.
23504         * m4/ptrdiff_max.m4: New file.
23505         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23506         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23507         (gl_XALLOC): Invoke it.
23508
23509 2003-11-11  Bruno Haible  <bruno@clisp.org>
23510
23511         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23512         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23513         defined.
23514
23515 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23516
23517         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23518         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23519         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23520         From Bruno Haible.
23521         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23522         not (size_t) -1, since it's defined here.
23523
23524 2003-11-09  Karl Berry  <karl@gnu.org>
23525
23526         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23527
23528 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23529
23530         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23531         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23532         Reject sizes of exactly SIZE_MAX bytes.
23533         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23534         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23535
23536 2003-11-05  Bruno Haible  <bruno@clisp.org>
23537
23538         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23539         SIZE_MAX defined in <limits.h> on Solaris.
23540
23541 2003-11-04  Jim Meyering  <jim@meyering.net>
23542
23543         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23544         variable names, rather than @VAR@.
23545         * modules/poll: Likewise.
23546
23547 2003-11-04  Bruno Haible  <bruno@clisp.org>
23548
23549         * modules/xsize: New file.
23550         * modules/linebreak: Depend on xsize.
23551         * MODULES.html.sh (func_all_modules): Add xsize.
23552
23553 2003-11-04  Bruno Haible  <bruno@clisp.org>
23554
23555         * m4/xsize.m4: New file.
23556
23557 2003-11-04  Bruno Haible  <bruno@clisp.org>
23558
23559         * lib/xsize.h: New file.
23560         * lib/linebreak.c: Include xsize.h.
23561         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23562         argument for overflow.
23563         Suggested by Paul Eggert.
23564
23565 2003-11-03  Karl Berry  <karl@gnu.org>
23566
23567         * config/config.{guess,sub}: update from config.
23568
23569 2003-11-03  Jim Meyering  <jim@meyering.net>
23570
23571         * modules/userspec (lib_SOURCES): Add userspec.h.
23572         (Include): Add "userspec.h".
23573         Improve description.
23574
23575 2003-11-03  Jim Meyering  <jim@meyering.net>
23576
23577         * lib/userspec.c: Include "userspec.h".
23578         * lib/userspec.h: New file.
23579
23580 2003-11-03  Bruno Haible  <bruno@clisp.org>
23581
23582         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23583
23584 2003-11-03  Bruno Haible  <bruno@clisp.org>
23585
23586         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23587         available, to avoid (extremely rare) race condition.
23588         Suggested by Paul Eggert.
23589
23590 2003-11-02  Karl Berry  <karl@gnu.org>
23591
23592         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23593
23594 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23595
23596         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23597         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23598         (read_filesystem_list): Set and use me_type_malloced.
23599         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23600         whatever the type happens to be), for brevity and consistency.
23601         Check for size calculation overflow on Alphas running OSF/1.
23602
23603 2003-10-31  Jim Meyering  <jim@meyering.net>
23604
23605         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23606
23607         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23608
23609 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23610             Bruno Haible  <bruno@clisp.org>
23611
23612         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23613         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23614
23615 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23616
23617         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23618         netbsd*-gnu*.  Suggested by Robert Millan.
23619
23620 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23621
23622         * modules/group-member: Depend on stdbool.
23623
23624 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23625
23626         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23627
23628 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23629
23630         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23631         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23632         after the 'gnu' in these cases.  This fixes some bugs in the
23633         previous change, and is based on suggestions by Robert Millan.
23634
23635 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23636
23637         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23638         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23639         no longer needed.
23640         * lib/quotearg.c (quotearg_n_options): Use it.
23641         * lib/group-member.c: Include <stdbool.h>.
23642         (free_group_info): Arg is now const *; don't free arg.
23643         (get_group_info): Now returns bool and accepts struct group_info *,
23644         rather than returning a malloc'ed struct group_info *.
23645         All uses changed.  Check for overflow in internal size calculation.
23646
23647         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23648         rather than xmalloc/xrealloc.
23649         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23650         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23651         conformance bug: the old code used a pointer after freeing the
23652         storage that it addressed.
23653         * lib/hash.c (hash_initialize): Simplify the code by using
23654         xalloc_oversized rather than doing it by hand.
23655         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23656         the buffer preserved.  Use free and xmalloc instead.
23657         * lib/quotearg.c (quotearg_n_options): Likewise.
23658         Use a simpler test for size overflow.  Don't use xalloc_oversized
23659         because unsigned int might be wider than size_t (!); this suggests
23660         that we should switch from unsigned int to size_t for slot numbers.
23661
23662 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23663
23664         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23665         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23666         NetBSD kernels.  Requested by Richard Stallman.
23667
23668 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23669
23670         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23671         to allocate the returned structure.  Do not allocate a subarray,
23672         as x2nrealloc will do that.
23673         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23674         instead of xnrealloc.
23675         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23676
23677 2003-10-27  Bruno Haible  <bruno@clisp.org>
23678
23679         * lib/stdbool_.h: Better support for BeOS.
23680
23681 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23682
23683         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23684         now uses inline.
23685
23686 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23687
23688         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23689         callers that want to do their own size-overflow checking.  Include
23690         <stdbool.h>, since xalloc_oversized returns bool.
23691         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23692         to use xalloc_oversized.
23693
23694         Add two functions x2realloc, x2nrealloc, for programs that grow
23695         arrays dynamically by doubling their sizes.
23696         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23697         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23698         New functions.
23699
23700         Port to C99 semantics for 'inline' of external functions.
23701         Bug reported by Bruno Haible.
23702         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23703         with the old contents of xnmalloc.
23704         (xnmalloc, xmalloc): Use it.
23705         (xnrealloc_inline): New static inline function,
23706         with the old contents of xnrealloc.
23707         (xnrealloc, xrealloc): Use it.
23708
23709         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23710         that.
23711
23712 2003-10-26  Karl Berry  <karl@gnu.org>
23713
23714         * config/srclist.txt (COPYING.DOC): no longer available from
23715         /gd/gnuorg; don't know where the ultimate source is.
23716
23717 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23718
23719         Fix several address-calculation bugs in the hash modules,
23720         plus some minor code cleanup.
23721
23722         * lib/hash.h: Include <stdbool.h>, for bool.
23723         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23724         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23725         hash_get_n_entries, hash_get_max_bucket_length,
23726         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23727         hash_rehash): Use size_t rather than unsigned.
23728         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23729         hash_get_n_buckets_used, hash_get_n_entries,
23730         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23731         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23732         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23733         Likewise.
23734         (SIZE_MAX): Define if not defined.
23735         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23736         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23737         hash_print):
23738         Use const * when possible.
23739         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23740         (check_tuning): Fix bug: if tuning parameters were very close to
23741         0 or 1, rounding errors could have caused subscript violations.
23742         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23743         (hash_initialize): Add 'fail:' label
23744         to free table and return NULL, and use it to simplify code.
23745         Use calloc rather than clearing the storage ourself.
23746         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23747         buffer size calculations.
23748         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23749         Include <stddef.h>, for size_t.
23750         * lib/hash-pjw.c (hash_pjw): Likewise.
23751         Switch to method described by Bruno Haible.
23752         Include <limits.h>, for CHAR_BIT.
23753         (SIZE_BITS): New macro.
23754
23755 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23756
23757         * m4/getline.m4 (AM_FUNC_GETLINE):
23758         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
23759         hosts.  Problem reported by Derek Robert Price in
23760         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
23761         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
23762         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
23763
23764 2003-10-21  Paul Eggert  <eggert@twinsun.com>
23765
23766         * lib/getndelim2.c (getndelim2): When size calculation overflows,
23767         ceiling the allocation at NMAX bytes rather than silently
23768         discarding input bytes before NMAX is reached.  This makes
23769         a difference only if NMAX exceeds SIZE_MAX / 2.
23770
23771         * lib/obstack.c: Merge from glibc.
23772         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
23773         Add libc_hidden_def (_obstack_newchunk).
23774         (_obstack_free) [! defined _LIBC]: Remove.
23775         [defined _LIBC]: Make a strong alias from obstack_free, rather than
23776         a clone of the function body.
23777         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
23778         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
23779
23780         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
23781         glibc.
23782         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
23783         arg to memcpy.
23784
23785         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
23786         (obstack_ptr_grow_fast, obstack_int_grow_fast):
23787         Don't use lvalue casts, as GCC plans to remove support for them
23788         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
23789         was also present in the non-GCC version, indicating that this
23790         code had always been buggy and had never been widely used.
23791         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
23792         Use the fast variant of each macro, rather than copying the
23793         definiens of the fast variant; that way, we'll be more likely to
23794         catch future bugs in the fast variants.
23795
23796 2003-10-20  Bruno Haible  <bruno@clisp.org>
23797
23798         * modules/wait-process: New file.
23799         * MODULES.html.sh (func_all_modules): Add wait-process.
23800
23801 2003-10-20  Bruno Haible  <bruno@clisp.org>
23802
23803         * m4/wait-process.m4: New file.
23804
23805 2003-10-20  Bruno Haible  <bruno@clisp.org>
23806
23807         * lib/wait-process.h: New file, from GNU gettext.
23808         * lib/wait-process.c: New file, from GNU gettext.
23809
23810 2003-10-19  Jim Meyering  <jim@meyering.net>
23811
23812         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
23813         HPUX 10.20.
23814
23815 2003-10-18  Karl Berry  <karl@gnu.org>
23816
23817         * config/config.guess: update from config.
23818
23819 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23820
23821         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
23822         (getgroups): First arg is int, not size_t.
23823         Don't let 'free' mangle errno.
23824
23825 2003-10-16  Paul Eggert  <eggert@twinsun.com>
23826
23827         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
23828
23829 2003-10-16  Karl Berry  <karl@gnu.org>
23830
23831         * config/config.{guess,sub}: update from config.
23832
23833 2003-10-16  Jim Meyering  <jim@meyering.net>
23834
23835         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
23836         memcpy.
23837
23838 2003-10-15  Paul Eggert  <eggert@twinsun.com>
23839
23840         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
23841         (SIZE_MAX): Remove.
23842         (new_exclude, add_exclude_file): Initial size no longer needs to
23843         be a power of 2.
23844         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
23845         our own address arithmetic overflow checking.
23846
23847         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
23848         (fnmatch): Do not alloca more than 2000 wide characters;
23849         instead, use malloc for large buffers.
23850         Check for address arithmetic overflow, and return -1
23851         with errno set to ENOMEM in that case.
23852         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
23853         (NEW_PATTERN): Do not alloca more than 8000 bytes;
23854         instead, return -1.  Check for address arithmetic overflow.
23855
23856 2003-10-14  Paul Eggert  <eggert@twinsun.com>
23857
23858         Handle invalid suffixes and overflow independently, so that
23859         callers can treat them independently as needed.  Fix some bugs in
23860         suffix handling, e.g., "100k@" was not diagnosed as an invalid
23861         suffix for a human-readable blocksize.  The major caller-visible
23862         change is the addition of a new
23863         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
23864         that both overflow and suffix chars were found.
23865
23866         * lib/human.c (humblock): Don't check separately for invalid suffix
23867         char; that is xstrtoumax's job (now that its bug is fixed).
23868         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
23869         INTMAX_MAX]: New macros.
23870         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
23871         TYPE_MAXIMUM): New macros.
23872         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
23873         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
23874         if overflow occurs, as it's what __strtol does and it's more useful
23875         in practice.
23876         (__xstrtol): If __strtol reports some error other than ERANGE,
23877         reflect it to the caller as LONGINT_INVALID.  If it reports
23878         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
23879         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
23880         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
23881         value.
23882         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
23883         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
23884         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
23885         [defined UINTMAX_MAX]: New macros.
23886
23887 2003-10-14  Bruno Haible  <bruno@clisp.org>
23888
23889         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
23890
23891 2003-10-14  Bruno Haible  <bruno@clisp.org>
23892
23893         * m4/sig_atomic_t: New file, from GNU gettext.
23894         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
23895
23896 2003-10-14  Bruno Haible  <bruno@clisp.org>
23897
23898         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
23899         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
23900         Also use volatile where needed.
23901
23902 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23903
23904         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
23905         Change maintainer from Bruno Haible to 'all'.
23906
23907 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23908
23909         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
23910
23911 2003-10-12  Paul Eggert  <eggert@twinsun.com>
23912
23913         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
23914         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
23915         and define in terms of the other primitives.
23916         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
23917         (SIZE_MAX): Define if not already defined.
23918         (array_size_overflow): New function.
23919         (xalloc_die): Abort instead of exiting if 'error' returns.
23920         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
23921         (xmalloc, xrealloc): Use them.
23922         (xcalloc): Check for address arithmetic overflow.
23923         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
23924         a bit faster than strcpy.
23925
23926 2003-10-10  Simon Josefsson  <jas@extundo.com>
23927
23928         * modules/argp (Depends-on): Add restrict and strcase.
23929
23930 2003-10-10  Simon Josefsson  <jas@extundo.com>
23931
23932         * m4/argp.m4: Add AC_C_INLINE.
23933
23934 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23935
23936         Merge getpass from libc, plus a few fixes.
23937
23938         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
23939         Include <stdbool.h>.
23940         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
23941         __fsetlocking to empty.
23942         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
23943         do include <bits/libc-lock.h>.
23944         Do not include <fcntl.h>; not needed.
23945         [_LIBC]: Include <wchar.h>.
23946         (NOTCANCEL_MODE): New macro.
23947         (flockfile, funlockfile) [_LIBC]: New macros.
23948         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
23949         [!_LIBC]: New macros.
23950         (call_fclose): New function.
23951         (getpass): Use it.  Save tty stream separately; this simplifies the
23952         code and makes it more reliable if stdin happens to equal stdout.
23953         Invoke __fsetlocking on tty.
23954         Handle thread cancellation if needed.
23955         Namespace cleanup (use __tcgetattr, __getline).
23956         Use bool for Booleans.
23957         [USE_IN_LIBIO]: Handle wide streams.
23958         [!_LIBC]: Unconditionally do the fseek, since we don't know what
23959         stream might go where.
23960
23961         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
23962         doesn't have to include <stdio.h> before us.
23963         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
23964         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
23965         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
23966         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
23967         if not declared, so that we can use getpass.c code from libc without
23968         rewriting it.
23969         (flockfile, ftrylockfile, funlockfile): New macros.
23970
23971 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23972
23973         * modules/getpass: Depend on stdbool.
23974
23975 2003-10-08  Paul Eggert  <eggert@twinsun.com>
23976
23977         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
23978
23979 2003-10-07  Karl Berry  <karl@gnu.org>
23980
23981         * config/config.{guess,sub}: update from config.
23982
23983 2003-10-06  Jim Meyering  <jim@meyering.net>
23984             Bruno Haible  <bruno@clisp.org>
23985
23986         This lets translators provide better translations for the
23987         "Written by ..." part of --version output.
23988         * lib/version-etc.h: Include stdarg.h.
23989         (version_etc_copyright): Declare as readonly.
23990         (version_etc): Make this function variadic with a NULL-terminated list
23991         of author name strings.
23992         (version_etc_va): New declaration.
23993         * lib/version-etc.c: Include stdarg.h, stdlib.h.
23994         (version_etc_copyright): Declare as readonly.
23995         (version_etc_va): New function. Provide a different translatable string
23996         for each possible number of authors < 10. Abbreviate when there are 10
23997         authors or more.
23998         (version_etc): Make this function variadic. Call version_etc_va.
23999         Suggestion from Gary V. Vaughan.
24000
24001         * lib/long-options.h (parse_long_options): Change prototype: the
24002         authors string is moved to the end and becomes variadic.
24003         * lib/long-options.c: Include stdarg.h.
24004         (parse_long_options): Make this function variadic, too.
24005         Call version_etc_va, not version_etc.
24006
24007 2003-10-06  Bruno Haible  <bruno@clisp.org>
24008
24009         * modules/version-etc-2: Remove file.
24010         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24011
24012 2003-10-06  Bruno Haible  <bruno@clisp.org>
24013
24014         * modules/fatal-signal: New file.
24015         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24016
24017 2003-10-06  Bruno Haible  <bruno@clisp.org>
24018
24019         * m4/fatal-signal.m4: New file.
24020         * m4/signalblocking.m4: New file, from GNU gettext.
24021
24022 2003-10-06  Bruno Haible  <bruno@clisp.org>
24023
24024         * lib/version-etc-2.h: Remove file.
24025         * lib/version-etc-2.c: Remove file.
24026
24027 2003-10-06  Bruno Haible  <bruno@clisp.org>
24028
24029         * lib/fatal-signal.h: New file, from GNU gettext.
24030         * lib/fatal-signal.c: New file, from GNU gettext.
24031
24032 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24033
24034         * README: Rework advice for preventing empty .o files.
24035         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24036         not <sys/types.h>.
24037
24038 2003-10-04  Karl Berry  <karl@gnu.org>
24039
24040         * lib/argp*: update from libc.
24041
24042 2003-10-04  Karl Berry  <karl@gnu.org>
24043
24044         * config/config.{guess,sub}: update from config.
24045
24046 2003-10-02  Bruno Haible  <bruno@clisp.org>
24047
24048         * modules/lchown (Include): Add lchown.h.
24049         * modules/time_r (Include): Use "..." syntax.
24050         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24051
24052 2003-10-01  Simon Josefsson  <jas@extundo.com>
24053
24054         * MODULES.html.sh (func_all_modules): Move gethostname from section
24055         'based on' to section 'lacking' POSIX:2001.
24056
24057 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24058
24059         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24060         to output mode on the same stream.
24061
24062 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24063
24064         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24065         Fix arg typo in previous patch.
24066
24067 2003-09-28  Jim Meyering  <jim@meyering.net>
24068
24069         * lib/error.c: Correct cpp indentation.
24070
24071 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24072
24073         * modules/free: New file.
24074
24075 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24076
24077         * m4/free.m4: New file.
24078
24079 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24080
24081         * lib/minmax.h (MIN, MAX)
24082         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24083         Omit the special code that used __typeof__, since we worry that
24084         it could be more trouble than it's worth.  See:
24085         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24086         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24087
24088         * lib/free.c: New file.
24089
24090 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24091
24092         Trivial fixes to Makefile.am parts of module listings.
24093         * modules/strstr: Append strstr.h to lib_SOURCES.
24094         * modules/strcase: Likewise, for strcase.h.
24095
24096 2003-09-27  Karl Berry  <karl@gnu.org>
24097
24098         * config/mkinstalldirs: update from automake.
24099
24100 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24101
24102         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24103         (error_tail): Do not loop, reallocating temporary buffer, since
24104         the output cannot contain more wide characters than the input
24105         contains bytes, the size must be big enough already.  This avoids
24106         one potential size overflow calculation.  Check for size overflow
24107         when calculating temporary buffer size.  Free temporary buffer
24108         when done, if it was allocated with malloc; this plugs a memory
24109         leak.  Remove casts from void * to pointers, that are no longer
24110         needed now that we're assuming C89 or better.
24111
24112         Merge error changes from glibc.
24113
24114         * lib/error.c, error.h: Update copyright notice header to match glibc.
24115         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24116         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24117         Disable cancellation while printing error.
24118         * lib/error.h: Prepend __ to parameter names.
24119
24120 2003-09-26  Jim Meyering  <jim@meyering.net>
24121
24122         * lib/error.c (error_tail): Move some declarations
24123         into inner scope where the local variables are used.
24124
24125 2003-09-26  Bruno Haible  <bruno@clisp.org>
24126
24127         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24128         stpncpy().
24129         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24130
24131 2003-09-26  Bruno Haible  <bruno@clisp.org>
24132
24133         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24134         (stpncpy): Define as alias for gnu_stpncpy.
24135         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24136
24137 2003-09-25  Simon Josefsson  <jas@extundo.com>
24138
24139         * lib/xgetdomainname.h: New file.
24140         * lib/xgetdomainname.c: New file.
24141
24142 2003-09-25  Simon Josefsson  <jas@extundo.com>
24143             Bruno Haible  <bruno@clisp.org>
24144
24145         * modules/getdomainname: New file.
24146         * modules/xgetdomainname: New file.
24147         * MODULES.html.sh (func_all_modules): Add getdomainname,
24148         xgetdomainname.
24149
24150 2003-09-25  Simon Josefsson  <jas@extundo.com>
24151             Bruno Haible  <bruno@clisp.org>
24152
24153         * m4/getdomainname.m4: New file.
24154
24155 2003-09-25  Simon Josefsson  <jas@extundo.com>
24156             Bruno Haible  <bruno@clisp.org>
24157
24158         * lib/getdomainname.h: New file.
24159         * lib/getdomainname.c: New file.
24160
24161 2003-09-25  Karl Berry  <karl@gnu.org>
24162
24163         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24164
24165 2003-09-25  Karl Berry  <karl@gnu.org>
24166
24167         * config/install-sh: update from automake.
24168
24169 2003-09-25  Bruno Haible  <bruno@clisp.org>
24170
24171         * modules/version-etc-2: New file, from modules/version-etc with
24172         modifications.
24173         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24174
24175 2003-09-25  Bruno Haible  <bruno@clisp.org>
24176
24177         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24178         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24179
24180 2003-09-24  Simon Josefsson  <jas@extundo.com>
24181
24182         * modules/xgethostname: Add xgethostname.h.
24183
24184 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24185
24186         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24187         the buffer associated with the argument.  Bug reported by
24188         Simon Josefsson.
24189
24190 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24191
24192         * README: Document assumptions that 'int' is at least 32 bits
24193         wide, that integer arithmetic is 2's complement without overflow,
24194         that there are no holes in integer values, that adding sizes of
24195         two nonoverlapping objects can't overflow, and that all-bits-zero
24196         yields scalar zero.  Fix spelling and capitalization typos.
24197
24198 2003-09-19  Karl Berry  <karl@gnu.org>
24199
24200         * lib/argp.h: update from libc.
24201
24202 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24203
24204         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24205         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24206         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24207
24208 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24209
24210         * gnulib-tool: Use "test -h", not "test -L", for portability
24211         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24212         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24213         (sed_extract_prog): Issue s commands one-by-one, rather than
24214         using \| in one s command.
24215
24216 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24217
24218         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24219         input error, instead of returning NULL the next time we are called
24220         (and therefore losing track of errno).
24221
24222 2003-09-16  Bruno Haible  <bruno@clisp.org>
24223
24224         * gnulib-tool (func_create_testdir): Warn about duplicated
24225         dependencies.
24226
24227 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24228
24229         * modules/argmatch, modules/fatal, modules/obstack,
24230         modules/xalloc, modules/xgethostname: Sort dependencies by
24231         importance, not alphabetically.
24232
24233 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24234
24235         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24236         fails, so that the caller gets the proper errno.
24237
24238         * lib/readutmp.c (read_utmp): Likewise.
24239         Check for fstat error.  Close stream and free storage
24240         when failing.
24241
24242 2003-09-14  Karl Berry  <karl@gnu.org>
24243
24244         * config/srclist.txt (strdup.c): disable for c89 changes.
24245
24246 2003-09-14  Jim Meyering  <jim@meyering.net>
24247
24248         * lib/getloadavg.c: Correct cpp indentation.
24249         * lib/strdup.c: Likewise.
24250         * lib/vasnprintf.c: Likewise.
24251
24252 2003-09-14  Bruno Haible  <bruno@clisp.org>
24253
24254         * modules/fwriteerror: New file.
24255         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24256
24257 2003-09-14  Bruno Haible  <bruno@clisp.org>
24258
24259         * lib/fwriteerror.h: New file.
24260         * lib/fwriteerror.c: New file.
24261
24262 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24263
24264         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24265         modules/xgethostname, modules/xalloc: Depend on exit.
24266
24267 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24268
24269         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24270
24271         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24272         and AC_MINIX, too, so that their extensions are available.
24273
24274         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24275         This macro has been superseded by gl_BACKUPFILE.
24276
24277         More patches to assume C89 or better.
24278
24279         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24280
24281         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24282         unconditionally.
24283         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24284         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24285         Include <string.h>, <stdlib.h> unconditionally.
24286         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24287         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24288         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24289         headers or for string.h.
24290         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24291         or strtoul.
24292
24293         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24294         headers.
24295         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24296         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24297         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24298         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24299         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24300         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24301         memcpy, memset.
24302         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24303         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24304         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24305         strtol.
24306         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24307         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24308         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24309         strtoul.
24310
24311 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24312
24313         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24314         * lib/obstack.c [!defined _LIBC]: Likewise.
24315         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24316         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24317         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24318
24319         More changes to assume C89 or better.
24320
24321         * lib/error.c (error_tail): Assume vprintf.
24322
24323         * lib/argmatch.c (getenv): Remove decl.
24324         * lib/progreloc.c (get_full_program_name): Define via prototype.
24325         * lib/setenv.c (clearenv): Likewise.
24326         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24327         needed.
24328         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24329         (malloc, memcpy): Remove decls.
24330         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24331         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24332         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24333         (memcpy): Remove macro.
24334         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24335         (__P): Remove.  All uses removed.
24336         (PTR): Remove.  All uses changed to void *.
24337         (CHAR_BIT, NULL): Remove.
24338         (spaces, zeros, memset_space, memset_zero)
24339         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24340         Remove.
24341         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24342         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24343         Define with prototype.
24344         Remove now-unnecessary prototype decl.
24345         (extra_args_spec): Assume ANSI C.  All uses changed.
24346         (extra_args_spec_iso): Remove.
24347         (my_strftime, emacs_strftimeu): Define via prototype.
24348         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24349         unconditionally.
24350         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24351         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24352         (strtoul, strtol): Remove decls.
24353         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24354         LONG_MAX): Remove.
24355         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24356         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24357         (LOCALE_PARAM_PROTO): New macro.
24358         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24359         (INTERNAL (strtol), strtol): Define with a prototype.
24360         (PARAMS): Remove.  All uses removed.
24361         * lib/tempname.c: Include <string.h> unconditionally.
24362         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24363         * lib/xgethostname.c (main): Define with a prototype.
24364         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24365         Include <stdlib.h> unconditionally.
24366         (calloc, malloc, realloc, free): Remove decls.
24367         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24368         Include <stdlib.h> unconditionally.  Sort include file names.
24369         (strtod): Remove.
24370         (xstrtod): Define with a prototype.
24371         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24372         (strtol, strtoul): Remove decls.
24373
24374 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24375
24376         More patches to assume C89 or better.
24377         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24378         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24379         string.h, memchr, STDC_HEADERS.
24380
24381 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24382
24383         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24384         Include <stdlib.h>, <string.h> unconditionally.
24385         Remove now-unnecessary cast to char *.
24386         * lib/strnlen.c: Include <string.h> unconditionally.
24387         * lib/yesno.c (yesno): Define with a prototype.
24388
24389 2003-09-11  Bruno Haible  <bruno@clisp.org>
24390
24391         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24392
24393 2003-09-10  Jim Meyering  <jim@meyering.net>
24394
24395         * lib/error.c: Correct indentation of cpp directives.
24396
24397 2003-09-10  Bruno Haible  <bruno@clisp.org>
24398
24399         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24400         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24401         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24402         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24403         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24404         <stdlib.h> and <string.h> checks.
24405         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24406         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24407
24408 2003-09-10  Bruno Haible  <bruno@clisp.org>
24409
24410         * lib/strcspn.c: Include <string.h> unconditionally.
24411         * lib/strpbrk.c: Include <string.h> unconditionally.
24412         * lib/strstr.c: Include <string.h> unconditionally.
24413         * lib/unicodeio.c: Include <string.h> unconditionally.
24414         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24415         * lib/unsetenv.c: Likewise.
24416         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24417         * lib/yesno.c: Include <stdlib.h> unconditionally.
24418         (rpmatch): Add prototype.
24419
24420 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24421
24422         More patches to assume C89 or better.
24423         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24424         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24425         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24426         or for string.h.
24427         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24428         stdlib.h.
24429         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24430         C headers.
24431         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24432         string.h.
24433         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24434         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24435         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24436         or for string.h.
24437         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24438         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24439         C headers.
24440         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24441         memcpy.
24442         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24443         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24444         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24445         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24446         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24447         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24448         string.h, free.
24449         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24450         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24451         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24452         C headers, or for string.h.
24453         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24454         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24455         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24456         headers, memory.h, stdlib.h, string.h, strings.h.
24457         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24458         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24459         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24460         strchr.
24461         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24462         headers, memory.h, string.h.
24463         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24464         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24465         free.
24466         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24467         headers.
24468         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24469         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24470         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24471         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24472         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24473
24474 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24475
24476         More K&R removal.
24477
24478         * lib/acosl.c (main): Use a prototype.
24479         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24480         tanl.c: Likewise.
24481
24482         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24483
24484         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24485         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24486         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24487         with a prototype.
24488         * lib/getopt.c (const): Remove macro.
24489         Include <string.h> unconditionally.
24490         (my_index): Remove; all uses changed to strchr.
24491         (strlen): Remove decl.
24492         (exchange): Remove forward decl; no longer needed.
24493         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24494         Define with prototype.
24495         * lib/getopt1.c (const): Remove macro.
24496         (getopt_long, getopt_long_only, main): Define with prototype.
24497
24498         * lib/getugroups.c: Include <string.h> unconditionally.
24499
24500         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24501         (getusershell, setusershell, endusershell, readname, main):
24502         Define with prototypes.
24503
24504         * lib/group-member.c: Include group-member.h first.
24505         Include <stdlib.h> unconditionally.
24506
24507         * lib/hard-locale.c: Include hard-locale.h first.
24508         Include <stdlib.h>, <string.h> unconditionally.
24509
24510         * lib/hash.c (free, malloc): Remove decls.
24511         Include <stdlib.h> unconditionally.
24512
24513         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24514         (getenv): Do not declare.
24515
24516         * lib/idcache.c: Include <string.h> unconditionally.
24517
24518         * lib/long-options.c: Include long-options.h first, to test interface.
24519         Include <stdlib.h> unconditionally.
24520
24521         * lib/makepath.c: Include makepath.h first, to test interface.
24522         Include <stdlib.h> and <string.h> unconditionally.
24523
24524         * lib/linebuffer.c: Include <stdlib.h>.
24525         (free): Remove decl.
24526
24527         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24528         stddef.h. rpl_malloc returns void *, not char *.
24529         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24530         prototype.
24531
24532         * lib/md5.h: Include <limits.h> unconditionally.
24533         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24534         (__P): Remove; all uses removed.
24535         * lib/md5.c: Include "md5.h" first.
24536         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24537         md5_buffer, md5_process_bytes, md5_process_block):
24538         Define with prototypes.
24539         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24540         * lib/sha.c: Include "sha.h" first.
24541         Include <stdlib.h>, <string.h> unconditionally.
24542
24543         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24544         * lib/memcmp.c (__ptr_t): Likewise.
24545         * lib/memrchr.c (__ptr_t): Likewise.
24546         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24547         Include <string.h> unconditionally.
24548         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24549         * lib/memchr.c: Include <stdlib.h> unconditionally.
24550         * lib/memchr.c (LONG_MAX): Remove.
24551         * lib/memrchr.c (LONG_MAX): Likewise.
24552         * lib/memchr.c (__memchr): Define via a prototype.
24553         * lib/memrchr.c (__memrchr): Likewise.
24554         * lib/memcmp.c (__P): Remove, and remove all uses.
24555         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24556         Remove forward decls; no longer needed.
24557         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24558         Use types required by C89 in prototype.
24559
24560         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24561         * lib/savedir.c: Likewise.
24562         * lib/mkdir.c (free): Remove decl.
24563         * lib/rmdir.c (rmdir): Define with a prototype.
24564         * lib/savedir.c: Include savedir.h first, to test interface.
24565
24566         * lib/mktime.c (STDC_HEADERS): Remove.
24567         Include <stdlib.h>, <string.h> unconditionally.
24568
24569         * lib/modechange.c: Include <stdlib.h> unconditionally.
24570         (malloc): Remove decl.
24571
24572         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24573         (free): Remove decl.
24574
24575         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24576         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24577         (This type really should be intptr_t, but that's a C99ism.)
24578         (_obstack_memcpy): Remove: all uses changed to memcpy.
24579         Include <string.h> unconditionally.
24580         (struct obstack): Assume __STDC__ for types of members
24581         chunkfun, freefun, extra_arg.
24582         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24583         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24584         obstack_begin, obstack_specify_allocation,
24585         obstack_specify_allocation_with_arg, obstack_chunkfun,
24586         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24587         Remove unprototyped decls and the macros that use them.
24588         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24589         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24590         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24591         (defined __STDC__ && __STDC__)]:
24592         Remove nonprototyped code.
24593         Include <stdlib.h> unconditionally.
24594         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24595         _obstack_allocated_p, _obstack_free, obstack_free,
24596         _obstack_memory_used, print_and_abort):
24597         Define using prototypes.
24598         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24599         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24600         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24601         obstack_next_free, obstack_object_size, obstack_room) [0]:
24602         Remove unused, unprototyped code.
24603
24604         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24605
24606         * lib/physmem.c (physmem_total, physmem_available, main): Define
24607         with prototypes.
24608
24609         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24610         (main): Define with a prototype.
24611
24612         * lib/posixver.c (getenv): Remove decl.
24613
24614         * lib/putenv.c (malloc): Returns void *, not char *.
24615         Include <string.h> unconditionally.
24616         (strchr, memcpy, NULL): Do not define.
24617
24618         * lib/readtokens.c: Include readtokens.h first, to test interface.
24619         Include <stdlib.h>, <string.h> unconditionally.
24620         (init_tokenbuffer): Define with a prototype.
24621
24622         * lib/regex.c (PARAMS): Remove.  All uses removed.
24623         All uses of _RE_ARGS removed, too.
24624         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24625         unconditionally.
24626         (bzero): Assume memset exists.
24627         (memcmp, memcpy, NULL): Remove.
24628         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24629         char, or assignments to local vars of type signed char.
24630         (init_syntax_once, PREFIX(extract_number_and_incr),
24631         PREFIX(print_partial_compiled_pattern),
24632         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24633         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24634         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24635         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24636         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24637         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24638         wcs_compile_range, byte_compile_range, truncate_wchar,
24639         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24640         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24641         count_mbs_length, wcs_re_match_2_internal,
24642         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24643         PREFIX(alt_match_null_string_p),
24644         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24645         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24646         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24647         now-unnecessary declaration, if any.
24648         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24649         regcomp, regexec):
24650         Remove now-unnecessary casts among pointer types.
24651         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24652
24653         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24654         (free): Remove decl.
24655
24656         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24657
24658         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24659         (free): Remove decl.
24660
24661         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24662         * lib/xgetcwd.c: Likewise.
24663
24664         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24665         (free): Remove decl.
24666
24667         * lib/strchrnul.c (strchrnul): Define with a prototype.
24668         Fix bug: c_in was not converted to char before searching.
24669
24670         The following changes are not K&R related:
24671
24672         * lib/group-member.h: Include <sys/types.h>, so that this file is
24673         self-contained.
24674         * lib/makepath.h: Likewise.
24675
24676         * lib/getusershell.c (readname, default_index, line_size, readname):
24677         Use size_t, not int, for sizes.
24678         (readname): If the size overflows, report an error instead of
24679         looping forever.
24680
24681 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24682
24683         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24684         libc.
24685
24686 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24687
24688         * README: New section: portability guidelines.
24689
24690 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24691
24692         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24693         C89 spec.
24694
24695 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24696
24697         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24698
24699 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24700
24701         Assume C89 or better; remove K&R cruft.
24702         A few of these changes were first proposed by Derek Robert Price
24703         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24704
24705         * lib/addext.c: Include <string.h> unconditionally.
24706         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24707         Don't declare getenv or malloc.
24708
24709         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24710         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24711         (NULL): Remove.
24712         (find_stack_direction, alloca): Use prototypes.
24713
24714         * lib/atexit.c (atexit): Define using a prototype.
24715
24716         * lib/basename.c, dirname.c, stripslash.c:
24717         Include <string.h> unconditionally.
24718
24719         * lib/bcopy.c: Include <stddef.h>.
24720         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24721
24722         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24723
24724         * lib/error.h (error, error_at_line, error_print_progname)
24725         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24726         * lib/error.c: Include error.h first, to check interface.
24727         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24728         (VA_START): Remove; all uses changeed to va_start.
24729         (exit, strerror): Remove decls.
24730         (error_print_progname): Prototype uncondionally.
24731         Don't include <errno.h>; no longer needed.
24732         (private_strerror): Remove.
24733         (error_tail): Always define.
24734         (error, error_at_line): Assume C89 or better; always use prototypes.
24735         * lib/fatal.c: Include "fatal.h" first, to test interface.
24736         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24737         (VA_START): Remove; all uses changed to va_start.
24738         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24739         this case.
24740         (exit): Remove decl.
24741         (fatal): Prototype unconditionally.  Assume va_start works.
24742         Abort at end, to pacify gcc.
24743
24744         * lib/euidaccess.c (main): Define with a prototype.
24745
24746         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24747
24748         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24749
24750         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24751         prototypes.
24752         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24753         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24754         (getenv): Remove decl.
24755         (fnmatch): Define using a prototype.
24756         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24757         (FCT): Define using a prototype.
24758
24759         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
24760
24761         * lib/gethostname.c: Include <stddef.h>.
24762         (gethostname): Define with prototype.  Length is size_t, not int.
24763
24764 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24765
24766         Assume C89 or better; remove K&R cruft.
24767         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
24768         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
24769         string.h, getenv, malloc.
24770         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
24771         headers.
24772         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
24773         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
24774         do not check for strerror.
24775         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
24776         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
24777         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
24778         do not check for doprnt or vprintf.
24779         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
24780         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
24781
24782 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24783
24784         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
24785         getversion.c should have been removed then, but was accidentally
24786         preserved.
24787
24788         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
24789         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
24790
24791 2003-09-08  Karl Berry  <karl@gnu.org>
24792
24793         * config/config.sub, config.guess, srclistvars.sh: update from savannah
24794                 config, forget about prep.
24795
24796         * config/depcomp, missing: update from automake.
24797
24798 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24799
24800         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
24801         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24802
24803 2003-09-07  Paul Eggert  <eggert@twinsun.com>
24804
24805         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
24806         copy_tm_result.  Bug reported by Simon Josefsson in
24807         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
24808
24809 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24810
24811         * m4/time_r.m4: New file.
24812         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
24813         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
24814         is. Check for timegm declaration.
24815         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
24816         Do not check for gmtime_r.
24817         Replace mktime if __mktime_internal does not exist and if mktime
24818         hasn't been replaced already.
24819
24820 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24821
24822         * lib/time_r.c, lib/time_r.h: New files.
24823
24824         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
24825         __localtime_r.
24826         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
24827         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
24828
24829         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
24830         __gmtime_r.
24831         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
24832         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
24833         Include <time_r.h>.
24834
24835         * lib/timegm.c: Switch to glibc implementation, with the following
24836         changes:
24837         [defined HAVE_CONFIG_H]: Include <config.h>.
24838         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
24839         (__mktime_internal) [!defined _LIBC]: New decl.
24840         (__gmtime_r) [!defined _LIBC]: New macro and function.
24841         (timegm): Use a prototype, since gnulib assumes C89.
24842         Do not bother declaring tmp to be const, as it's not really usefu.
24843         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
24844         (timegm): Declare only if HAVE_DECL_TIMEGM.
24845
24846 2003-09-06  Paul Eggert  <eggert@twinsun.com>
24847
24848         * MODULES.html.sh (func_all_modules): Add time_r.
24849         * modules/time_r: New file.
24850         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
24851         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
24852
24853 2003-09-03  Paul Eggert  <eggert@twinsun.com>
24854
24855         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
24856         Bug reported by Lute Kamstra in
24857         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
24858
24859         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
24860         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
24861         course with correspondingly smaller numbers for tomorrow and
24862         yesterday.  From Tadayoshi Funaba.  Originally installed into
24863         sh-utils on 1999-08-07, but the patch got lost (I guess during the
24864         coreutils merge?).
24865
24866 2003-08-31  Simon Josefsson  <jas@extundo.com>
24867
24868         * modules/timegm: New file.
24869         * MODULES.html.sh (func_all_modules): Add timegm.
24870
24871 2003-08-31  Simon Josefsson  <jas@extundo.com>
24872
24873         * m4/timegm.m4: New file.
24874
24875 2003-08-31  Simon Josefsson  <jas@extundo.com>
24876
24877         * lib/timegm.h: New file.
24878         * lib/timegm.c: New file.  Based on
24879         wget-1.8.2/src/http.c:mktime_from_utc.
24880
24881 2003-08-31  Karl Berry  <karl@gnu.org>
24882
24883         * lib/argp.h: update from libc.
24884
24885 2003-08-28  Bruno Haible  <bruno@clisp.org>
24886
24887         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
24888         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
24889         followed by '#define fnmatch fnmatch_posix' gives an error.
24890
24891 2003-08-28  Bruno Haible  <bruno@clisp.org>
24892
24893         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
24894         warning on QNX, which defines O_BINARY to 000000.
24895
24896 2003-08-27  Jim Meyering  <jim@meyering.net>
24897
24898         * m4/mkstemp.m4: Require that the system mkstemp be able to create
24899         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
24900         would fail after 32.  Reported by Danny Levinson.  Details here:
24901         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
24902
24903 2003-08-24  Bruno Haible  <bruno@clisp.org>
24904
24905         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
24906         MSVC7 <stdio.h> is included later.
24907
24908 2003-08-22  Simon Josefsson  <jas@extundo.com>
24909
24910         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
24911
24912 2003-08-20  Karl Berry  <karl@gnu.org>
24913
24914         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
24915
24916 2003-08-20  Bruno Haible  <bruno@clisp.org>
24917
24918         * modules/progname: New file.
24919         * MODULES.html.sh (func_all_modules): Add progname.
24920
24921 2003-08-20  Bruno Haible  <bruno@clisp.org>
24922
24923         * lib/progname.h: New file, from GNU gettext.
24924         * lib/progname.c: New file, from GNU gettext.
24925         * lib/progreloc.c: New file, from GNU gettext.
24926
24927 2003-08-19  Jim Meyering  <jim@meyering.net>
24928
24929         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
24930         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
24931
24932 2003-08-19  Bruno Haible  <bruno@clisp.org>
24933
24934         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
24935         more.
24936
24937 2003-08-19  Bruno Haible  <bruno@clisp.org>
24938
24939         * lib/xstrdup.c: Assume <string.h> exists.
24940
24941 2003-08-18  Paul Eggert  <eggert@twinsun.com>
24942
24943         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
24944         in makefile rules.
24945
24946 2003-08-18  Jim Meyering  <jim@meyering.net>
24947
24948         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
24949         * m4/lib-ld.m4: Likewise.
24950
24951 2003-08-18  Jim Meyering  <jim@meyering.net>
24952
24953         * lib/setenv.h: Indent nested cpp directive.
24954         * lib/vasnprintf.c: Remove trailing blanks.
24955
24956 2003-08-17  Simon Josefsson  <jas@extundo.com>
24957
24958         * modules/xstrndup: New file.
24959         * MODULES.html.sh (func_all_modules): Add xstrndup.
24960
24961 2003-08-17  Simon Josefsson  <jas@extundo.com>
24962
24963         * modules/argp: Fix autoconf macro name. Add more dependencies.
24964
24965 2003-08-17  Simon Josefsson  <jas@extundo.com>
24966
24967         * m4/xstrndup.m4: New file.
24968
24969 2003-08-17  Simon Josefsson  <jas@extundo.com>
24970
24971         * m4/argp.m4: New file.
24972
24973 2003-08-17  Simon Josefsson  <jas@extundo.com>
24974             Bruno Haible  <bruno@clisp.org>
24975
24976         * lib/xstrndup.h: New file.
24977         * lib/xstrndup.c: New file.
24978
24979 2003-08-17  Bruno Haible  <bruno@clisp.org>
24980
24981         * modules/strndup (Files, Include): Add lib/strndup.h.
24982
24983 2003-08-17  Bruno Haible  <bruno@clisp.org>
24984
24985         * modules/euidaccess (Files): Add lib/euidaccess.h.
24986
24987 2003-08-17  Bruno Haible  <bruno@clisp.org>
24988
24989         * lib/strndup.h: New file.
24990
24991 2003-08-17  Bruno Haible  <bruno@clisp.org>
24992
24993         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
24994         like AC_GNU_SOURCE.
24995         * modules/extensions (configure.ac): Comment out the invocation of
24996         gl_USE_SYSTEM_EXTENSIONS.
24997
24998 2003-08-16  Paul Eggert  <eggert@twinsun.com>
24999
25000         Merges from coreutils, etc.
25001         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25002         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25003         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25004         fixing a typo.
25005         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25006         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25007
25008 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25009
25010         Document merge from coreutils.
25011         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25012         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25013         * modules/utime: Add m4/utimes-null.m4.
25014
25015 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25016
25017         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25018         space, undoing this 2003-08-12 change:
25019         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25020
25021 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25022
25023         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25024         strtoul.c from libc, undoing this 2003-08-12 change:
25025         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25026
25027 2003-08-16  Jim Meyering  <jim@meyering.net>
25028
25029         Merges from coreutils.
25030         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25031         prefix.  Adjust cache variables similarly.  Create 500 rather than
25032         just 300 files, to exercise bug on Darwin6.5, too.
25033         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25034         $missing_dir.
25035         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25036         AM_SYS_POSIX_TERMIOS.
25037         Reported by mkc@mathdogs.com.
25038         Also change use of $am_cv_sys_posix_termios
25039         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25040         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25041         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25042         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25043         in /proc/mounts until it finds one with matching device number.  This
25044         is unnecessary when the FILE argument *is* a mount point.  No stat call
25045         is necessary in that case.  So, disable the statvfs-testing code on
25046         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25047         as RedHat bug# 84846.
25048         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25049         to 1MB, so as not to render systems with no stack size limit (e.g.,
25050         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25051         Include <unistd.h>.  On some systems,
25052         it is required for the definition of _SC_PAGESIZE.
25053
25054 2003-08-16  Jim Meyering  <jim@meyering.net>
25055
25056         Merge from coreutils.
25057         * lib/xstrtoimax.c: #else #if -> #elif.
25058         * lib/xstrtoumax.c: Likewise.
25059
25060 2003-08-16  Jim Meyering  <jim@meyering.net>
25061
25062         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25063         * m4/utimes.m4: Removed.
25064         * m4/utimes-null.m4: Renamed from utimes.m4.
25065
25066         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25067         to 1MB, so as not to render systems with no stack size limit (e.g.,
25068         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25069         Include <unistd.h>.  On some systems,
25070         it is required for the definition of _SC_PAGESIZE.
25071
25072 2003-08-16  Jim Meyering  <jim@meyering.net>
25073         and Paul Eggert  <eggert@cs.ucla.edu>
25074
25075         Merges from coreutils, etc.
25076
25077         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25078         using the latest version from cvs.  This avoids problems with #line
25079         directives using a vendor (Sun) compiler.
25080         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25081         Don't set GETGROUPS_LIB here; now it's
25082         done via getgroups.m4's wrapper function.
25083         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25084         rather than just in sh-util/configure.in, so that the
25085         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25086         same.
25087         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25088         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25089         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25090         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25091         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25092         Remove code that is now done by the newly-required macros.
25093         Append $(EXEEXT) to DF_PROG.
25094         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25095         Do not invoke or require the following here,
25096         since prereq.m4 or some gnulib .m4 now does this for us:
25097         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25098         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25099         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25100         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25101         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25102         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25103         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25104         AC_FUNC_OBSTACK.
25105         Do not replace the following functions, as this is now the job
25106         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25107         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25108         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25109         atexit getpass, strdup, getpagesize.
25110         Replace 'raise'.
25111         Do not check for the following functions, as this is now the job
25112         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25113         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25114         setregid.
25115         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25116         Check for sys/sysctl.h.
25117         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25118         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25119         of checking for ssize_t ourselves.
25120
25121         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25122         Require every macro that gnulib/modules/* suggests for us.
25123         (jm_PREREQ_ADDEXT): New macro.
25124         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25125         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25126
25127         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25128         (gl_PHYSMEM): Use it.
25129         Also check for `table' function.
25130         Check for new headers and functions.
25131         Add check for sys/sysmp.h.
25132         With suggestions from Kaveh Ghazi.
25133         Ignore headers that are present but cannot be compiled.  This
25134         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25135         C 5.4.
25136
25137 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25138
25139         Document merge from coreutils.
25140         * modules/userspec: Depend on posixver.
25141         * modules/strftime: Depend on tzset.
25142
25143 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25144
25145         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25146         rather than tab, after '#' in shell-script copyright notices.
25147         Suggested by Bruno Haible.
25148
25149 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25150
25151         * config/srclist-update: Use three spaces, rather than tab, after '#'
25152         in shell-script copyright notices.  Suggested by Bruno Haible.
25153         Remove unnecessary parenthesization in regular expression.
25154
25155 2003-08-15  Jim Meyering  <jim@meyering.net>
25156
25157         Merge from coreutils.
25158         * lib/xgethostname.c: Include <stdlib.h>.
25159         (xghostname): Don't exit for anything other than memory-related
25160         failure; just return NULL.
25161         * lib/userspec.c: Include "posixver.h".
25162         (parse_user_spec): Accept `.' as a separator only
25163         in pre-POSIX-200112 mode.
25164         * lib/strtoimax.c: Use #elif rather than #else #if.
25165         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25166         Remove function, now that we can rely on a working tzset function.
25167         [!_LIBC]: Ensure that the required autoconf test has been run.
25168         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25169         Use underlying_strftime for %r.
25170         * lib/sha.c: Merge in some clean-up and optimization changes from
25171         glibc.
25172         * lib/sha.c (sha_stream) [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/realloc.c: Update copyright date.
25177
25178 2003-08-15  Jim Meyering  <jim@meyering.net>
25179         and Paul Eggert  <eggert@twinsun.com>
25180
25181         Merge from coreutils.
25182         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25183         member but strut utmpx does not.  Needed for AIX 4.3.3.
25184         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25185
25186 2003-08-15  Jim Meyering  <jim@meyering.net>
25187         and Paul Eggert  <eggert@cs.ucla.edu>
25188
25189         Merges from coreutils, etc.
25190         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25191         Require gl_FUNC_TZSET_CLOBBER.
25192         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25193         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25194         members.
25195
25196 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25197
25198         Help the merge from coreutils.
25199         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25200         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25201         * m4/tzset.m4: Use it too.
25202
25203 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25204
25205         * modules/tzset: New file.
25206
25207 2003-08-14  Jim Meyering  <jim@meyering.net>
25208
25209         Merges from coreutils.
25210         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25211         variable names, rather than @FNMATCH_H@.
25212         * modules/alloca: Likewise for $(ALLOCA_H).
25213
25214         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25215         the three copies of the literal target, `fnmatch.h'.
25216         * modules/alloca (alloca.h): Likewise.
25217
25218 2003-08-14  Jim Meyering  <jim@meyering.net>
25219
25220         Merge from coreutils.
25221         * m4/tzset.m4: New file.
25222         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25223         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25224         otherwise, AIX 5.1 systems would end up using the latter.
25225         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25226         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25227         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25228         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25229
25230 2003-08-14  Jim Meyering  <jim@meyering.net>
25231
25232         Merge from coreutils.
25233         * lib/obstack.h: Whitespace changes.
25234         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25235         and xcalloc return values.
25236         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25237         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25238         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25239         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25240         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25241         error from mntctl.
25242         Use mntctl's return value to drive the entry-processing loop, since
25243         we can't rely on the value of the vmt_length member in the last
25244         entry.  On some systems doing so could result in exhausting
25245         virtual memory.  Based in part on a patch from Mike Jetzer.
25246
25247 2003-08-14  Jim Meyering  <jim@meyering.net>
25248         and Paul Eggert  <eggert@twinsun.com>
25249
25250         Merges from coreutils, plus other fixes.
25251         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25252         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25253         for credits and details.  Thanks to Kaveh Ghazi for helping
25254         to keep these files in sync.
25255         (ARRAY_SIZE): Define it.
25256         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25257         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25258         (memcasecmp): Don't assume size_t fits in unsigned int.
25259         Remove casts and duplicate code.
25260         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25261         (memcpy): Remove definition.
25262         Merge in some clean-up and optimization changes from glibc.
25263         [BLOCKSIZE]: Move definition to top of file.
25264         Ensure that it is a multiple of 64.
25265         Rearrange loop exit tests so as to avoid performing an
25266         additional fread after encountering an error or EOF.
25267         * lib/md5.h (md5_uintptr): Define.
25268         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25269         return to the initial working directory.  Preserve errno
25270         for caller.
25271         * lib/idcache.c: Include "xalloc.h".
25272         (xmalloc, xrealloc): Remove decls.
25273         (getuser): Remove casts no longer required in C89.
25274         * lib/human.c: Include stdio.h, for sprintf.
25275         * lib/group-member.c: Include "xalloc.h".
25276         (xmalloc, xrealloc): Remove decls.
25277         (get_group_info): Remove casts no longer required in C89.
25278         * lib/getusershell.c (readname): Remove casts no longer required in
25279         C89.
25280         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25281         * lib/getline.c: Whitespace fix, from coreutils.
25282
25283 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25284
25285         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25286         Check for isascii.
25287
25288         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25289         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25290         Undo previous (whitespace-only) change.
25291
25292 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25293
25294         * lib/exclude.c: Include <ctype.h>
25295         (IN_CTYPE_DOMAIN): New macro.
25296         (is_space): New fn.
25297         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25298         and empty lines.
25299
25300         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25301         Undo previous (whitespace-only) change.
25302
25303 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25304
25305         * config/srclist-update: Change update back to the old behavior,
25306         leaving whitespace alone.  Use one 'sed' command rather than a
25307         pipeline.
25308         (fixlicense): Now a variable, not a function.
25309         (remove_trailing_blanks): Remove.
25310         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25311         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25312         Undo previous (whitespace-only) change.
25313
25314 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25315
25316         Merge from coreutils.
25317         * modules/euidaccess: Add lib_SOURCES, include for new
25318         file euidaccess.h
25319
25320 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25321
25322         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25323         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25324         Normalize leading white space and remove trailing white space.
25325
25326         Merge from coreutils
25327         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25328
25329         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25330         0.12.1.  These files are now being upgraded automatically by
25331         ../config/srclist-update.
25332
25333 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25334
25335         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25336         Normalize leading white space and remove trailing white space.
25337         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25338         notice, as per ../config/srclist-update.
25339
25340         Merge from coreutils.
25341         * lib/euidaccess.h: New file.
25342         * lib/euidaccess.c: Include it.
25343         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25344         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25345         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25346
25347 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25348
25349         * config/srclist-update: Add copyright notice.
25350         (remove_id_lines, remove_trailing_blanks): New constants.
25351         (fixfile): Use them to normalize spacing a bit in copied files.
25352         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25353         Normalize leading white space and remove trailing white space.
25354
25355         * config/texinfo.tex: Sync with texinfo.
25356
25357         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25358         strtoul.c from libc, to merge coreutils whitespace changes.
25359
25360         * config/srclist.txt: Get the following m4 files from gettext:
25361         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25362         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25363         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25364         wint_t.m4.
25365
25366 2003-08-12  Karl Berry  <karl@gnu.org>
25367
25368         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25369         been made.
25370
25371 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25372
25373         * modules/gnu-source, m4/gnu-source.m4:
25374         Remove; we're assuming Autoconf 2.54 or later now.
25375         Suggested by Bruno Haible.
25376         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25377
25378 2003-08-11  Bruno Haible  <bruno@clisp.org>
25379
25380         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25381
25382 2003-08-11  Bruno Haible  <bruno@clisp.org>
25383
25384         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25385         (vasnprintf): Use it instead of wcslen.
25386
25387 2003-08-11  Bruno Haible  <bruno@clisp.org>
25388
25389         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25390         value to ensure that _Bool promotes to int. Use #define for _Bool when
25391         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25392
25393 2003-08-10  Karl Berry  <karl@gnu.org>
25394
25395         * lib/regex.h: update from libc (whitespace fix).
25396
25397 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25398
25399         Merge some files from coreutils.  These changes were
25400         originally made by Jim Meyering.
25401         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25402         many older Unixes require this.
25403         * lib/alloca.c (alloca): Remove cast to argument of free;
25404         no longer needed in C89.
25405         * lib/alloca_.h, regex.h: Fix white space to match
25406         what GNU indent does.
25407
25408 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25409
25410         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25411         apparently Emacs's Unicode mode got confused before my 2003-08-05
25412         checkin.
25413
25414 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25415
25416         * m4/extensions.m4: New file.
25417         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25418         Require gl_USE_SYSTEM_EXTENSIONS.
25419         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25420         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25421
25422 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25423
25424         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25425         * modules/extensions, modules/gnu-source: New files.
25426         * modules/timespec, modules/unlocked-io: Depend on extensions.
25427
25428 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25429
25430         * modules/restrict: New file.
25431         * MODULES.html.sh (func_all_modules): Add restrict.
25432         * modules/regex: Depend on restrict.
25433
25434 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25435
25436         * m4/restrict.m4: New file.
25437         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25438
25439 2003-08-07  Bruno Haible  <bruno@clisp.org>
25440
25441         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25442         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25443
25444 2003-08-07  Bruno Haible  <bruno@clisp.org>
25445
25446         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25447         makes the module 'getndelim2' compatible with the module 'getline'.
25448
25449 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25450
25451         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25452         byte with "\201" to avoid glitches when editing that source file
25453         with multi-gnome-terminal.
25454
25455 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25456
25457         * lib/bumpalloc.h: Remove.
25458
25459 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25460
25461         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25462         * modules/bumpalloc: Remove.
25463
25464 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25465
25466         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25467         GNU coding style.
25468
25469         Merge from coreutils.
25470         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25471         1. From glibc.
25472         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25473         from Karl Berry, implemented by Jim Meyering.
25474         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25475         from Dmitry V. Levin.
25476         Remove anachronistic cast of xrealloc.
25477         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25478         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25479         type. Otherwise, it wouldn't compile with at least /bin/cc on
25480         ymp-cray-unicos9.0.2.X.
25481         Combine two mostly-identical uses of alloca into one.
25482         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25483
25484 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25485
25486         [From Emacs.]
25487
25488         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25489         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25490         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25491         obsolete NLIST_NAME_UNION.
25492         [__GNU__]: Undef BSD and FSCALE.
25493         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25494
25495 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25496
25497         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25498         an enum type, so that it's guaranteed to promote to int.  See:
25499         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25500
25501 2003-08-03  Karl Berry  <karl@gnu.org>
25502
25503         * config/depcomp: update from automake.
25504
25505 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25506
25507         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25508         (strerror): Don't assume that a printable int fits in 14 bytes.
25509
25510 2003-07-31  Bruno Haible  <bruno@clisp.org>
25511
25512         * modules/getpass-gnu: New file.
25513         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25514
25515 2003-07-31  Bruno Haible  <bruno@clisp.org>
25516
25517         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25518
25519 2003-07-24  Karl Berry  <karl@gnu.org>
25520
25521         * config/missing: update from automake.
25522
25523 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25524             Bruno Haible  <bruno@clisp.org>
25525
25526         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25527         * lib/getline.c (getline, getdelim): Likewise.
25528         Remove _GNU_SOURCE define; now it's defined in config.h through
25529         m4/getline.m4.
25530
25531 2003-07-23  Karl Berry  <karl@gnu.org>
25532
25533         * config/config.sub: update from prep.
25534
25535 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25536
25537         * modules/xalloc (Depends-on): Add exitfail.
25538         * modules/xmemcoll: Likewise.
25539
25540 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25541
25542         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25543         over-parenthesization in macros.
25544
25545         Sync with coreutils.
25546
25547         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25548         required by C99.
25549
25550         Use `exit_failure' for xalloc and xmemcoll instead of their own
25551         private exit-failure variables.
25552         * lib/xalloc.h (xalloc_exit_failure): Remove.
25553         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25554         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25555         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25556         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25557         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25558
25559 2003-07-20  Jim Meyering  <jim@meyering.net>
25560
25561         * modules/closeout (Depends-on): Add exitfail.
25562         Suggestion from Bruno Haible.
25563
25564 2003-07-19  Karl Berry  <karl@gnu.org>
25565
25566         * config/config.sub: update from prep.
25567
25568 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25569
25570         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25571         Remove.
25572         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25573         to test that it can stand by itself.  Include "exitfail.h".
25574         Clients should set exit_failure instead.
25575         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25576
25577 2003-07-18  Bruno Haible  <bruno@clisp.org>
25578
25579         * modules/getndelim2: New file.
25580         * modules/getline: Share files with module getndelim2.
25581         * modules/getnline: Depend on getndelim2 instead of sharing files with
25582         it. Add getnline.c to lib_SOURCES.
25583         * MODULES.html.sh (func_all_modules): Add getndelim2.
25584
25585 2003-07-18  Bruno Haible  <bruno@clisp.org>
25586
25587         * m4/getndelim2.m4: New file.
25588         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25589         invoke gl_PREREQ_GETNDELIM2.
25590         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25591         gl_PREREQ_GETNDELIM2.
25592         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25593         gl_GETNDELIM2.
25594
25595 2003-07-18  Bruno Haible  <bruno@clisp.org>
25596
25597         * lib/getndelim2.h: New file.
25598         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25599         getndelim2.h.
25600         (getndelim2): Make non-static. Change return type to ssize_t.
25601         * lib/getline.h: Change argument names.
25602         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25603         * lib/getnline.c: Include getndelim2.h.
25604
25605 2003-07-18  Andreas Schwab  <schwab@suse.de>
25606
25607         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25608
25609 2003-07-17  Karl Berry  <karl@gnu.org>
25610
25611         * config/config.sub: update from prep.
25612
25613 2003-07-17  Bruno Haible  <bruno@clisp.org>
25614
25615         * modules/getnline: New file.
25616         * modules/getline: Add lib/getndelim2.c to source file list.
25617         * MODULES.html.sh (func_all_modules): Add getnline.
25618
25619 2003-07-17  Bruno Haible  <bruno@clisp.org>
25620
25621         * m4/getnline.m4: New file.
25622
25623 2003-07-17  Bruno Haible  <bruno@clisp.org>
25624
25625         * m4/Makefile.am.in: Remove file.
25626         * m4/Makefile.am: Remove file.
25627         * m4/Makefile.in: Remove file.
25628
25629 2003-07-17  Bruno Haible  <bruno@clisp.org>
25630
25631         * lib/getnline.h: New file.
25632         * lib/getnline.c: New file.
25633         * lib/getndelim2.c: New file, extracted from getline.c.
25634         (getndelim2): Renamed from getdelim2, with added nmax argument.
25635         * lib/getline.c: Include getndelim2.c.
25636         (getdelim2): Moved out to getndelim2.c.
25637         (getline, getdelim): Update.
25638
25639 2003-07-17  Bruno Haible  <bruno@clisp.org>
25640
25641         * lib/Makefile.am: Remove file.
25642         * lib/Makefile.in: Remove file.
25643
25644 2003-07-17  Bruno Haible  <bruno@clisp.org>
25645
25646         * configure.in: Remove file.
25647         * Makefile.in: Remove file.
25648
25649 2003-07-17  Bruno Haible  <bruno@clisp.org>
25650
25651         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25652
25653 2003-07-16  Karl Berry  <karl@gnu.org>
25654
25655         * config/srclist-update: was running fixlicense twice, which caused
25656                 texinfo.tex to be nullified for some reason.  Simplify,
25657                 $gplsrc is no longer needed as far as I can see?
25658
25659 2003-07-16  Jim Meyering  <jim@meyering.net>
25660
25661         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25662
25663 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25664
25665         * config/srclist.txt: Get the following files from gettext-runtime/intl
25666         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25667         ref-del.sin.  From Bruno Haible.
25668         * config/srclist-update (fixfile): Change grep pattern again, since the
25669         previous fix didn't work (there was another trailing $).  Use
25670         '[$]' to escape the $s.
25671
25672 2003-07-15  Karl Berry  <karl@gnu.org>
25673
25674         * lib/vasnprintf.c: update from gettext.
25675
25676 2003-07-15  Karl Berry  <karl@gnu.org>
25677
25678         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25679         gets expanded when surrounded by '$'.
25680
25681 2003-07-15  Jim Meyering  <jim@meyering.net>
25682
25683         * modules/save-cwd: Don't depend on error.  From Derek Price.
25684
25685 2003-07-15  Jim Meyering  <jim@meyering.net>
25686
25687         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25688
25689 2003-07-14  Simon Josefsson  <jas@extundo.com>
25690
25691         * modules/mempcpy: New file.
25692         * MODULES.html.sh (func_all_modules): Add mempcpy.
25693
25694 2003-07-14  Simon Josefsson  <jas@extundo.com>
25695
25696         * m4/mempcpy.m4: New file.
25697
25698 2003-07-14  Simon Josefsson  <jas@extundo.com>
25699
25700         * lib/mempcpy.h: New file.
25701         * lib/mempcpy.c: New file.
25702
25703 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25704
25705         * modules/getdate, modules/posixtm: Depend on mktime.
25706
25707 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25708
25709         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25710         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25711         unicodeio.c, unicodeio.h, unlocked-io.h:
25712         Switch from LGPL to GPL.
25713
25714 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25715
25716         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25717         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25718         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25719         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25720         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25721         updated automatically by ../config/srclist-update.  This changes
25722         their license from LPGL to GPL.
25723
25724 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25725
25726         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25727         assumed to refer to the root of the most recent stable gettext version.
25728         * config/srclistvars.sh: Add defaults for eggert.
25729         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25730         Match "This program" as well as "The program".  This is needed
25731         for gettext.
25732
25733 2003-07-14  Jim Meyering  <jim@meyering.net>
25734
25735         Don't emit diagnostics.  Let callers do that.
25736         * lib/save-cwd.c: Don't include "error.h".
25737         (save_cwd): Don't call error.  Ensure that errno is valid
25738         when returning nonzero.
25739
25740         * lib/save-cwd.h (restore_cwd): Update prototype.
25741         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25742         Simplify.  Don't call error upon failure.  Let callers do that.
25743         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25744         when auditing is enabled.  But don't bother updating the #if.
25745
25746 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25747
25748         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25749         it breaks C++ compilation.
25750         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25751
25752 2003-07-10  Simon Josefsson  <jas@extundo.com>
25753
25754         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25755
25756 2003-07-10  Jim Meyering  <jim@meyering.net>
25757
25758         * m4/clock_time.m4: Remove trailing blank.
25759         * m4/intmax_t.m4: Likewise.
25760
25761 2003-07-10  Jim Meyering  <jim@meyering.net>
25762
25763         * lib/vasnprintf.c: Remove trailing blanks.
25764         Make cpp indentation consistent.
25765
25766 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25767
25768         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
25769         posixver.c, strftime.c, strnlen.c, strverscmp.c:
25770         Switch from LGPL to GPL.
25771
25772 2003-07-09  Paul Eggert  <eggert@twinsun.com>
25773
25774         * config/srclist.txt: Sort sublists.  Add
25775         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
25776         that differ from gnulib for one reason or another; we'd like this list
25777         to be smaller but for now let's document what we have.
25778
25779 2003-07-08  Paul Eggert  <eggert@twinsun.com>
25780
25781         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
25782         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
25783         and sweeter "eval x=$x".
25784         * config/srclist.txt: Get lib/argp* from glibc.
25785
25786 2003-07-07  Paul Eggert  <eggert@twinsun.com>
25787
25788         * lib/mktime.c: Fix some boundary cases and remove need for floating
25789         point.
25790
25791         Issue a compile-time diagnostic if time_t is floating point, or if
25792         two's complement arithmetic is not in effect, or if arithmetic
25793         right shift does not propagate the sign.  These assumptions were
25794         all in the original code but they weren't checked.
25795
25796         (TIME_T_MIDPOINT, verify): New macros.
25797         (__isleap): Remove; it has integer overflow problems.
25798         (leapyear): New function, without those problems.
25799         (ydhms_tm_diff): Remove; splitting into two parts.
25800         (ydhms_diff): New function, containing the arithmetic part of
25801         the old ydhms_tm_diff function.  Issue a compile-time
25802         diagnostic if we are not using C99 integer division.
25803         Avoid casts when possible.
25804         (guess_time_tm): New function, containing the checking part of
25805         the old ydhms_tm_diff function.  Return the new value, rather than
25806         the difference between it and the old.  Accept a new argument T
25807         so that *T specifies the old value.  Check for overflow in the result.
25808
25809         (__mktime_internal): Use a time_t offset, not a long int offset.
25810         This undoes the 2003-06-04 change, which is no longer needed now
25811         that we have better overflow checking.
25812         (localtime_offset): Likewise.
25813
25814         (__mktime_internal): Avoid harmful overflow on hosts where time_t
25815         and long are 64-bit but int is only 32-bit.
25816         (ydhms_diff): Use long int to store year1 and yday1.
25817         Issue a compile-time diagnostic if long int is not wide enough.
25818
25819         (__mktime_internal): Use long int to store adjusted year and yday.
25820         Use plain C rather than preprocessor commands, if that doesn't
25821         affect efficiency.
25822         Check for overflow (and try to repair) after each probe
25823         rather than checking only at the very end.  This avoids some bugs
25824         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
25825         does not equal GMT offset at maximum time).
25826         Use integer to check for overflow rather than floating point; this
25827         is more portable to non-IEEE hosts, and is a tad faster.
25828         When we detect that we are oscillating between two values,
25829         don't check whether tm_isdst has the requested value, since
25830         we already know the answer.  When tm_isdst has the wrong value,
25831         use a different heuristic to find the right one, based on the
25832         extreme values actually observed in practice in tz2003a,
25833         rather than the (overly optimistic) "previous 3 calendar quarters".
25834
25835         (not_equal_tm, print_tm, check_result): Use "const T" rather than
25836         "T const" to accommodate glibc style.
25837         (check_result): Use less-confusing report format.  "long" -> "long int.
25838         (main): Likewise.
25839         Don't loop if the iteration overflows time_t.
25840         Allow a negative step in the iteration.
25841
25842 2003-07-06  Karl Berry  <karl@gnu.org>
25843
25844         * config/depcomp: update from automake.
25845         * config/config.sub: update from prep.
25846
25847 2003-07-03  Karl Berry  <karl@gnu.org>
25848
25849         * config/config.guess: update from prep.
25850
25851 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25852
25853         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
25854         xreadlink.c now includes it unconditionally.
25855
25856 2003-07-01  Paul Eggert  <eggert@twinsun.com>
25857
25858         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
25859         having it depend on HAVE_SYS_TYPES_H.
25860
25861 2003-07-01  Bruno Haible  <bruno@clisp.org>
25862
25863         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
25864         <sys/types.h> should be sufficient.
25865         Reported by Paul Eggert.
25866
25867 2003-06-26  Karl Berry  <karl@gnu.org>
25868
25869         * config/depcomp: update from automake.
25870
25871 2003-06-26  Bruno Haible  <bruno@clisp.org>
25872
25873         * modules/human: Depend on module stdbool.
25874
25875 2003-06-25  Bruno Haible  <bruno@clisp.org>
25876
25877         * modules/readlink: New file.
25878         * modules/xreadlink: Depend on it.
25879         * MODULES.html.sh (func_all_modules): Add readlink.
25880
25881 2003-06-25  Bruno Haible  <bruno@clisp.org>
25882
25883         * m4/readlink.m4: New file.
25884
25885 2003-06-25  Bruno Haible  <bruno@clisp.org>
25886
25887         * lib/readlink.c: New file.
25888
25889 2003-06-22  Karl Berry  <karl@gnu.org>
25890
25891         * config/srclist.txt: update mkinstalldirs from automake.
25892         * config/mkinstalldirs: update.
25893
25894 2003-06-22  Bruno Haible  <bruno@clisp.org>
25895
25896         Portability to mingw32.
25897         * m4/ssize_t.m4: New file, from GNU gettext.
25898         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
25899         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
25900
25901 2003-06-22  Bruno Haible  <bruno@clisp.org>
25902
25903         * modules/safe-read: Add m4/ssize_t.m4.
25904         * modules/xreadlink: Add m4/ssize_t.m4.
25905
25906 2003-06-20  Bruno Haible  <bruno@clisp.org>
25907
25908         Assume C89, so PARAMS isn't needed.
25909         * lib/unicodeio.h (PARAMS): Remove.
25910         * lib/unicodeio.c: Don't use PARAMS.
25911
25912 2003-06-18  Karl Berry  <karl@gnu.org>
25913
25914         * config/config.{guess,sub}: update from prep.
25915
25916 2003-06-18  Jim Meyering  <jim@meyering.net>
25917
25918         Merge changes from coreutils.
25919         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
25920         Remove explicit declarations of xmalloc and realloc.
25921         Include xalloc.h.
25922         (read_utmp): Remove anachronistic cast of xmalloc.
25923
25924 2003-06-17  Paul Eggert  <eggert@twinsun.com>
25925
25926         Assume C89, so PARAMS isn't needed.
25927         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
25928         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
25929         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
25930         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
25931         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
25932         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
25933         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
25934         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
25935         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
25936         lib/xstrtod.h, lib/xstrtol.h: Likewise.
25937         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
25938         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
25939         no longer needed. Anyway, config.h should always be included before any
25940         other file.
25941
25942 2003-06-11  Simon Josefsson  <jas@extundo.com>
25943
25944         * modules/sysexits: New file.
25945         * MODULES.html.sh (func_all_modules): Add sysexits.
25946
25947 2003-06-11  Simon Josefsson  <jas@extundo.com>
25948
25949         * lib/sysexit_.h: New file.
25950
25951 2003-06-11  Derek Price  <derek@ximbiot.com>
25952
25953         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
25954         necessary.
25955
25956 2003-06-11  Bruno Haible  <bruno@clisp.org>
25957
25958         * m4/sysexits.m4: New file.
25959
25960 2003-06-10  Simon Josefsson  <jas@extundo.com>
25961
25962         * lib/argp.h: New file, from glibc.
25963         * lib/argp-ba.c: New file, from glibc.
25964         * lib/argp-eexst.c: New file, from glibc.
25965         * lib/argp-fmtstream.c: New file, from glibc.
25966         * lib/argp-fmtstream.h: New file, from glibc.
25967         * lib/argp-fs-xinl.c: New file, from glibc.
25968         * lib/argp-help.c: New file, from glibc.
25969         * lib/argp-namefrob.h: New file, from glibc.
25970         * lib/argp-parse.c: New file, from glibc.
25971         * lib/argp-pv.c: New file, from glibc.
25972         * lib/argp-pvh.c: New file, from glibc.
25973         * lib/argp-xinl.c: New file, from glibc.
25974
25975 2003-06-10  Simon Josefsson  <jas@extundo.com>
25976
25977         * modules/strchrnul: New file.
25978
25979 2003-06-10  Simon Josefsson  <jas@extundo.com>
25980
25981         * modules/argp: New file.
25982
25983 2003-06-10  Simon Josefsson  <jas@extundo.com>
25984
25985         * m4/strchrnul.m4: New file.
25986
25987 2003-06-10  Simon Josefsson  <jas@extundo.com>
25988
25989         * lib/strchrnul.h: New file.
25990         * lib/strchrnul.c: New file.
25991
25992 2003-06-10  Bruno Haible  <bruno@clisp.org>
25993
25994         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
25995
25996 2003-06-07  Karl Berry  <karl@gnu.org>
25997
25998         * config/config.{guess,sub}: update from prep.
25999
26000 2003-06-07  Jim Meyering  <jim@meyering.net>
26001
26002         * modules/strtod: Use $(...) notation, not @...@ for
26003         AC_REPLACE'd variables.
26004         * modules/localcharset: Likewise.
26005
26006 2003-06-07  Jim Meyering  <jim@meyering.net>
26007
26008         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26009         in place of my name in the copyright comment.
26010         Remove definition and uses of __P.
26011
26012         From coreutils.
26013         * lib/stat.c: Don't declare xmalloc explicitly.
26014         Instead, include "xalloc.h".
26015         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26016         xrealloc, and xcalloc return values.
26017         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26018         Improve comment.
26019         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26020
26021 2003-06-07  Bruno Haible  <bruno@clisp.org>
26022
26023         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26024         avoid AC_CONFIG_LINKS.
26025         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26026         fnmatch.h, to avoid AC_CONFIG_LINKS.
26027         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26028
26029 2003-06-07  Bruno Haible  <bruno@clisp.org>
26030
26031         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26032         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26033         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26034         directory.
26035         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26036         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26037         directory.
26038
26039 2003-06-06  Jim Meyering  <jim@meyering.net>
26040
26041         Merge from coreutils.
26042         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26043         Consolidate declarations and initializations of *_base* locals.
26044
26045         Merge from coreutils.
26046         This avoids a core dump on systems without GNU putenv,
26047         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26048         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26049         (unsetenv): New static function, from GNU libc.
26050         (rpl_putenv): Use it.
26051
26052         * lib/modechange.c: Remove trailing blanks.
26053
26054         Merge from coreutils.
26055         * lib/fsusage.c: Remove declaration of statfs.
26056         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26057
26058         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26059
26060 2003-06-06  Jim Meyering  <jim@meyering.net>
26061
26062         * lib/stdbool_.h: Renamed from stdbool.h.in.
26063
26064 2003-06-06  Jim Meyering  <jim@meyering.net>
26065             Bruno Haible  <bruno@clisp.org>
26066
26067         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26068         Adjust Makefile.am snippet not to redirect directly to target.
26069         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26070
26071 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26072
26073         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26074         mismatch, look in future quarters as well as past.  This fixes a
26075         bug when processing fall-backwards gaps immediately after a long
26076         period of daylight-saving time.
26077
26078         * lib/mktime.c: Assume freestanding C89 or better.
26079         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26080         (__P): Remove; not used.
26081         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26082         (mktime, not_equal_tm, print_tm, check_result,
26083         main): Use prototypes.  Use const * where appropriate.
26084         (main): Fix typo in testing code that uncovered by above changes.
26085         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26086
26087 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26088
26089         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26090         locale.h, localeconv.  This merges changes from coreutils.
26091
26092         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26093         It can be removed after the next Autoconf is released.
26094         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26095         needed.
26096
26097 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26098
26099         * lib/mktime.c: Fix Debian bug 177940
26100         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26101         (localtime_offset): Now long int, not time_t, because we want it
26102         to be guaranteed to be signed.  All uses changed.
26103         (__mktime_internal): If overflow would occur when adding offset,
26104         don't add it.
26105
26106         Merge 'human' changes from coreutils.  Rewrite to support
26107         locale-specific notations like thousands separators.
26108         * lib/human.c: Simplify authorship notice.
26109         Include human.h immediately after config.h.
26110         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26111         <limits.h>: Do not include, since human.h does.
26112         (SIZE_MAX, UINTMAX_MAX): New macros.
26113         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26114         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26115         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26116         (power_letter): Renamed from suffixes.
26117         (generate_suffix_backwards): Remove.
26118         (adjust_value): Now takes int style (because of human.h changes)
26119         and long double value (for greater precision on some platforms).
26120         (group_number): New function.
26121         (human_readable): Use it.  Use integer options, not enum.
26122         Put the options before the sizes in the arg list.
26123         Support all the new options.
26124         The old human_readable function has been removed;
26125         use inttostr.h instead.
26126         (human_readable, default_block_size, humblock):
26127         Use uintmax_t, not int, for block sizes.
26128         (human_readable_inexact, block_size_types): Remove.
26129         (block_size_opts): New constant.
26130         (human_options): Renamed from human_block_size, with new signature
26131         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26132         * lib/human.h: Add copyright and authorship notice.
26133         Include <limits.h> and <stdbool.h> unconditionally.
26134         (PARAMS): Remove.  All uses removed.
26135         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26136         (enum human_inexact_style): Remove tag; now a nameless enum.
26137         (human_floor, human_ceiling, human_round_to_even): Now have
26138         values 2, 0, 1 rather than -1, 1, 0.
26139         (human_group_digits, human_suppress_point_zero, human_autoscale,
26140         human_base_1024, human_SI, human_B): New constants.
26141         (human_readable_inexact, human_block_size): Remove.
26142         (human_readable): Size args are now uintmax_t, not int.
26143         (human_options): New decl.
26144
26145         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26146         unnecessary now that we assume C89 or better.  This change
26147         imported from coreutils.
26148
26149         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26150         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26151         in the 2003-05-30 sync from glibc.
26152
26153         .h files should stand alone, but we shouldn't include <sys/types.h>
26154         if we can get away with just <stddef.h>.
26155
26156         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26157         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26158         rather than <sys/types.h>, as we merely need size_t.
26159         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26160         to get size_t.
26161         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26162         Include <stdio.h>, to get FILE.
26163         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26164         memcasecmp.h has included <stddef.h> and all we need is size_t.
26165         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26166         our interface, instead of including <sys/types.h>
26167
26168 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26169
26170         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26171         now, as glibc mktime is buggy on non-glibc systems.
26172
26173 2003-06-03  Karl Berry  <karl@gnu.org>
26174
26175         * config/config.sub: update from prep.
26176
26177 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26178
26179         [from coreutils]
26180         Fix some minor time-related bugs with POSIX time arguments.
26181         Some valid time stamps were being rejected (notably -1, and
26182         time stamps before 1900 on 64-bit hosts).  And some invalid
26183         time stamps were being accepted, e.g. September 31.
26184
26185         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26186         that we can return (time_t) -1 successfully.
26187         * lib/posixtm.c: Likewise.
26188         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26189         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26190         (t): Remove static var.
26191         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26192         of static var.  All uses changed.
26193         (year): Do not reject years before 1900; they can occur with
26194         64-bit time_t.
26195         (posix_time_parse): Do not check for out-of-range components;
26196         that is now the caller's responsibility, since our checks were
26197         only approximations.
26198         (posixtime): Use mktime to check for out-of-range components,
26199         since it knows them exactly.
26200         If mktime returns (time_t) -1, check whether an error actually occurred
26201         by invoking localtime on -1.
26202         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26203         posixtime failures better.
26204         Improve the test data (in comments only).
26205
26206 2003-06-02  Karl Berry  <karl@gnu.org>
26207
26208         * config/mkinstalldirs (version): new variable.
26209         (--version): new option.
26210         (usage): improve message.
26211
26212 2003-05-30  Karl Berry  <karl@gnu.org>
26213
26214         * lib/mktime.c: update from libc.
26215
26216 2003-05-30  Bruno Haible  <bruno@clisp.org>
26217
26218         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26219         * config/config.rpath: Upgrade to gettext-0.12.1.
26220
26221 2003-05-30  Bruno Haible  <bruno@clisp.org>
26222
26223         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26224         * m4/nls.m4: New file, from gettext-0.12.1.
26225         * m4/po.m4: New file, from gettext-0.12.1.
26226         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26227
26228 2003-05-30  Bruno Haible  <bruno@clisp.org>
26229
26230         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26231         * lib/localcharset.h: Likewise.
26232         * lib/localcharset.c: Likewise.
26233
26234 2003-05-29  Karl Berry  <karl@gnu.org>
26235
26236         * config/config.rpath: update from gettext.
26237
26238 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26239
26240         Assume the headers required for C89 freestanding compilers.
26241         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26242         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26243         * m4/human.m4 (gl_HUMAN): Likewise.
26244         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26245         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26246         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26247         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26248         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26249         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26250
26251 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26252
26253         Assume the headers required for C89 freestanding compilers.
26254         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26255         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26256         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26257         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26258         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26259         define, since <limits.h> is guaranteed to do that.
26260         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26261         * lib/exclude.c: Include <stdbool.h> unconditionally.
26262         * lib/tempname.c: Include <stddef.h> unconditionally.
26263         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26264         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26265         <stddef.h> does that.
26266         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26267         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26268         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26269         needed.
26270         * lib/xstrtol.c: Likewise.
26271         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26272         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26273
26274         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26275         warnings on some platforms.
26276
26277         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26278         arbitrarily.
26279
26280 2003-05-26  Jim Meyering  <jim@meyering.net>
26281
26282         Merge in a change from coreutils:
26283         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26284         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26285         that condition, rather than `-1' which is slightly misleading.
26286         Change the name of the cache variable to have the gl_ prefix.
26287         Prompted by a patch from Richard Dawe for DJGPP.
26288
26289 2003-05-24  Karl Berry  <karl@gnu.org>
26290
26291         * config/config.guess: update from prep.
26292
26293 2003-05-22  Karl Berry  <karl@gnu.org>
26294
26295         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26296
26297 2003-05-20  Karl Berry  <karl@gnu.org>
26298
26299         * config/config.guess: update from prep.
26300
26301 2003-05-18  Karl Berry  <karl@gnu.org>
26302
26303         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26304         might actually be set by the user.
26305
26306         * config/depcomp, install-sh, mdate-sh: update from automake.
26307
26308 2003-05-17  Bruno Haible  <bruno@clisp.org>
26309
26310         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26311         invalid expansion for AC_EGREP_CPP.
26312         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26313         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26314         Suggested by Akim Demaille <akim@epita.fr> in
26315         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26316
26317 2003-05-12  Jim Meyering  <jim@meyering.net>
26318
26319         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26320         the space-padded-by-default conversion specifiers, %e, %k, %l.
26321
26322 2003-05-12  Bruno Haible  <bruno@clisp.org>
26323
26324         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26325         the string is longer than 4 KB.
26326
26327 2003-05-11  Karl Berry  <karl@gnu.org>
26328
26329         * config/config.{guess,sub}: update from prep.
26330
26331 2003-05-09  Bruno Haible  <bruno@clisp.org>
26332
26333         * modules/error: Add m4/strerror_r.m4 to file list.
26334
26335 2003-05-03  Bruno Haible  <bruno@clisp.org>
26336
26337         Upgrade to Unicode-4.0.
26338         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26339         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26340         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26341         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26342         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26343         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26344         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26345         Change width of U+E0100..U+E01EF from 1 to 0.
26346
26347 2003-04-25  Jim Meyering  <jim@meyering.net>
26348
26349         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26350         of type size_t, not int.
26351
26352 2003-04-25  Bruno Haible  <bruno@clisp.org>
26353
26354         * lib/copy-file.c: Include <stddef.h>, for size_t.
26355
26356 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26357
26358         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26359         code which expansion is under static control.  Patch imported from
26360         Akim Demaille's patch to Bison; see
26361         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26362
26363 2003-04-14  Bruno Haible  <bruno@clisp.org>
26364
26365         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26366
26367 2003-04-11  Jim Meyering  <jim@meyering.net>
26368
26369         Merge changes from Coreutils.
26370
26371         2003-03-22  Jim Meyering  <jim@meyering.net>
26372
26373         * lib/strftime.c (widen): Cast alloca return value to proper type.
26374
26375         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26376
26377         From GNU libc.
26378         * lib/strftime.c (my_strftime): Handle very large width
26379         specifications for numeric values correctly.  Improve checks for
26380         overflow.
26381
26382         2003-01-19  Jim Meyering  <jim@meyering.net>
26383
26384         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26385         definitions.
26386         (nl_get_alt_digit) [! defined my_strftime]: Define.
26387         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26388         _nl_get_alt_digit and _nl_get_walt_digit.
26389
26390         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26391         libc. These changes have no effect outside of _LIBC.
26392
26393 2003-04-10  Bruno Haible  <bruno@clisp.org>
26394
26395         * modules/findprog: New file.
26396         * MODULES.html.sh (func_all_modules): Add it.
26397
26398 2003-04-10  Bruno Haible  <bruno@clisp.org>
26399
26400         * m4/findprog.m4: New file.
26401         * m4/eaccess.m4: New file.
26402
26403 2003-04-10  Bruno Haible  <bruno@clisp.org>
26404
26405         * lib/findprog.h: New file, from GNU gettext.
26406         * lib/findprog.c: New file, from GNU gettext.
26407
26408 2003-04-05  Jim Meyering  <jim@meyering.net>
26409
26410         Merge changes from Coreutils.
26411
26412         * lib/exclude.h (PARAMS): Remove definition and uses.
26413         * lib/exclude.c: Remove uses of `PARAMS'.
26414
26415         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26416         Add test-cases for DOS filenames. Declare program_name.
26417         (main): Set up program_name.  Patch by Rich Dawe.
26418
26419         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26420         error from mntctl.
26421         Use mntctl's return value to drive the entry-processing loop, since
26422         we can't rely on the value of the vmt_length member in the last
26423         entry.  On some systems doing so could result in exhausting
26424         virtual memory.  Based in part on a patch from Mike Jetzer.
26425
26426 2003-04-04  Bruno Haible  <bruno@clisp.org>
26427
26428         * modules/linebreak: New file.
26429         * MODULES.html.sh (func_all_modules): Add it.
26430
26431 2003-04-04  Bruno Haible  <bruno@clisp.org>
26432
26433         * m4/linebreak.m4: New file.
26434
26435 2003-04-04  Bruno Haible  <bruno@clisp.org>
26436
26437         * lib/linebreak.h: New file, from GNU gettext.
26438         * lib/linebreak.c: New file, from GNU gettext with slight
26439         modifications.
26440         * lib/lbrkprop.h: New file, from GNU gettext.
26441
26442 2003-04-03  Bruno Haible  <bruno@clisp.org>
26443
26444         * modules/utf8-ucs4: New file.
26445         * modules/utf16-ucs4: New file.
26446         * modules/ucs4-utf8: New file.
26447         * modules/ucs4-utf16: New file.
26448         * MODULES.html.sh (func_all_modules): Add them.
26449
26450 2003-04-03  Bruno Haible  <bruno@clisp.org>
26451
26452         * m4/utf-ucs4.m4: New file.
26453         * m4/ucs4-utf.m4: New file.
26454
26455 2003-04-03  Bruno Haible  <bruno@clisp.org>
26456
26457         * lib/utf8-ucs4.h: New file, from GNU gettext.
26458         * lib/utf16-ucs4.h: New file, from GNU gettext.
26459         * lib/ucs4-utf8.h: New file, from GNU gettext.
26460         * lib/ucs4-utf16.h: New file, from GNU gettext.
26461
26462 2003-04-02  Bruno Haible  <bruno@clisp.org>
26463
26464         * modules/binary-io: New file.
26465         * MODULES.html.sh (func_all_modules): Add it.
26466
26467 2003-04-02  Bruno Haible  <bruno@clisp.org>
26468
26469         * lib/binary-io.h: New file, from GNU gettext.
26470
26471 2003-04-01  Bruno Haible  <bruno@clisp.org>
26472
26473         * modules/pathname: New file.
26474         * MODULES.html.sh (func_all_modules): Add it.
26475
26476 2003-04-01  Bruno Haible  <bruno@clisp.org>
26477
26478         * lib/pathname.h: New file, from GNU gettext.
26479         * lib/concatpath.c: New file, from GNU gettext.
26480
26481 2003-03-30  Bruno Haible  <bruno@clisp.org>
26482
26483         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26484
26485 2003-03-30  Bruno Haible  <bruno@clisp.org>
26486
26487         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26488         function chown() doesn't exist.
26489
26490 2003-03-28  Bruno Haible  <bruno@clisp.org>
26491
26492         * modules/copy-file: New file.
26493         * MODULES.html.sh (func_all_modules): Add it.
26494
26495 2003-03-28  Bruno Haible  <bruno@clisp.org>
26496
26497         * m4/copy-file.m4: New file.
26498
26499 2003-03-28  Bruno Haible  <bruno@clisp.org>
26500
26501         * lib/copy-file.h: New file, from GNU gettext.
26502         * lib/copy-file.c: New file, from GNU gettext.
26503
26504 2003-03-18  Jim Meyering  <jim@meyering.net>
26505
26506         * lib/quote.c (quote_n): Fix typo in comment.
26507
26508 2003-03-18  Bruno Haible  <bruno@clisp.org>
26509
26510         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26511         checking.
26512         * m4/onceonly_2_57.m4: Likewise.
26513
26514 2003-03-17  Bruno Haible  <bruno@clisp.org>
26515
26516         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26517         (m4_quote): Remove macro.
26518         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26519
26520 2003-03-14  Jim Meyering  <jim@meyering.net>
26521
26522         Merge changes from Coreutils.
26523         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26524         to be const, in order to avoid warnings.
26525         (obstack_room): Likewise.
26526         (obstack_empty_p): Likewise.
26527
26528 2003-03-14  Bruno Haible  <bruno@clisp.org>
26529
26530         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26531         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26532
26533 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26534
26535         Merge changes from Bison.
26536         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26537         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26538         when compiling Bison 1.875's `bitset bset = obstack_alloc
26539         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26540         * lib/hash.c: Include <stdbool.h> unconditionally.
26541
26542 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26543
26544         * m4/onceonly.m4 (m4_quote): New macro.
26545         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26546         Quote AC_FOREACH variable-expansions properly.
26547
26548 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26549
26550         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26551
26552 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26553
26554         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26555         Reported by Bruce Becker; see:
26556         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26557
26558 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26559             Bruno Haible  <bruno@clisp.org>
26560
26561         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26562         Reported by John Hughes, see
26563         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26564
26565 2003-02-20  Bruno Haible  <bruno@clisp.org>
26566
26567         * MODULES.html.sh (func_all_modules): Add poll.
26568
26569 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26570
26571         * modules/poll: New file.
26572
26573 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26574
26575         * lib/poll_.h: New file.
26576         * lib/poll.c: New file.
26577
26578 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26579
26580         * m4/poll.m4: New file.
26581
26582 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26583
26584         * modules/mathl: New file.
26585
26586 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26587
26588         * lib/mathl.h: New file.
26589         * lib/acosl.c: New file.
26590         * lib/asinl.c: New file.
26591         * lib/atanl.c: New file.
26592         * lib/ceill.c: New file.
26593         * lib/cosl.c: New file.
26594         * lib/expl.c: New file.
26595         * lib/floorl.c: New file.
26596         * lib/frexpl.c: New file.
26597         * lib/ldexpl.c: New file.
26598         * lib/logl.c: New file.
26599         * lib/sincosl.c: New file.
26600         * lib/sinl.c: New file.
26601         * lib/sqrtl.c: New file.
26602         * lib/tanl.c: New file.
26603         * lib/trigl.c: New file.
26604         * lib/trigl.h: New file.
26605
26606 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26607
26608         * m4/mathl.m4: New file.
26609
26610 2003-02-18  Bruno Haible  <bruno@clisp.org>
26611
26612         * MODULES.html.sh (func_all_modules): Add mathl.
26613
26614 2003-02-17  Bruno Haible  <bruno@clisp.org>
26615
26616         * modules/mkdtemp: New module.
26617         * MODULES.html.sh (func_all_modules): Add it.
26618
26619 2003-02-17  Bruno Haible  <bruno@clisp.org>
26620
26621         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26622
26623 2003-02-17  Bruno Haible  <bruno@clisp.org>
26624
26625         * lib/mkdtemp.h: New file, from GNU gettext.
26626         * lib/mkdtemp.c: New file, from GNU gettext.
26627
26628 2003-02-02  Jim Meyering  <jim@meyering.net>
26629
26630         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26631         e.g. glibc-2.2.93.
26632
26633 2003-01-31  Bruno Haible  <bruno@clisp.org>
26634
26635         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26636         'rpl_rename'.
26637         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26638         'rpl_strnlen'.
26639         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26640         'rpl_strtod'.
26641         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26642         'rpl_utime'.
26643
26644 2003-01-31  Bruno Haible  <bruno@clisp.org>
26645
26646         * lib/rename.c: #undef rename before defining rpl_rename.
26647         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26648
26649 2003-01-30  Bruno Haible  <bruno@clisp.org>
26650
26651         * modules/vasnprintf, modules/vasprintf: New modules.
26652         * MODULES.html.sh (func_all_modules): Add them.
26653
26654 2003-01-30  Bruno Haible  <bruno@clisp.org>
26655
26656         * m4/signed.m4: New file, from GNU gettext.
26657         * m4/longdouble.m4: New file, from GNU gettext.
26658         * m4/wchar_t.m4: New file, from GNU gettext.
26659         * m4/wint_t.m4: New file, from GNU gettext.
26660         * m4/vasnprintf.m4: New file.
26661         * m4/vasprintf.m4: New file.
26662
26663 2003-01-30  Bruno Haible  <bruno@clisp.org>
26664
26665         * lib/printf-args.h: New file, from GNU gettext.
26666         * lib/printf-args.c: New file, from GNU gettext.
26667         * lib/printf-parse.h: New file, from GNU gettext.
26668         * lib/printf-parse.c: New file, from GNU gettext.
26669         * lib/vasnprintf.h: New file, from GNU gettext.
26670         * lib/vasnprintf.c: New file, from GNU gettext.
26671         * lib/asnprintf.c: New file, from GNU gettext.
26672         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26673         * lib/vasprintf.c: New file, from GNU gettext.
26674         * lib/asprintf.c: New file, from GNU gettext.
26675
26676 2003-01-29  Bruno Haible  <bruno@clisp.org>
26677
26678         * modules/stpncpy: New module.
26679         * MODULES.html.sh (func_all_modules): Add it.
26680
26681 2003-01-29  Bruno Haible  <bruno@clisp.org>
26682
26683         * m4/stpncpy.m4: New file.
26684
26685 2003-01-29  Bruno Haible  <bruno@clisp.org>
26686
26687         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26688         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26689
26690 2003-01-28  Bruno Haible  <bruno@clisp.org>
26691
26692         * modules/c-ctype: New module.
26693         * MODULES.html.sh (func_all_modules): Add it.
26694
26695 2003-01-28  Bruno Haible  <bruno@clisp.org>
26696
26697         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26698         Paul Eggert.
26699         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26700         Paul Eggert.
26701
26702 2003-01-27  Bruno Haible  <bruno@clisp.org>
26703
26704         * modules/xsetenv: New module.
26705         * MODULES.html.sh (func_all_modules): Add it.
26706
26707 2003-01-27  Bruno Haible  <bruno@clisp.org>
26708
26709         * lib/xsetenv.h: New file, from GNU gettext.
26710         * lib/xsetenv.c: New file, from GNU gettext.
26711
26712 2003-01-23  Jim Meyering  <jim@meyering.net>
26713
26714         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26715         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26716
26717 2003-01-23  Bruno Haible  <bruno@clisp.org>
26718
26719         * modules/minmax: New module.
26720         * MODULES.html.sh (func_all_modules): Add it.
26721
26722 2003-01-23  Bruno Haible  <bruno@clisp.org>
26723
26724         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26725         Eggert.
26726
26727 2003-01-22  Bruno Haible  <bruno@clisp.org>
26728
26729         * modules/exit: New module.
26730         * MODULES.html.sh (func_all_modules): Add it.
26731
26732 2003-01-22  Bruno Haible  <bruno@clisp.org>
26733
26734         * lib/exit.h: New file, from GNU gettext.
26735
26736 2003-01-19  Bruno Haible  <bruno@clisp.org>
26737
26738         * gnulib-tool: Recognize option --extract-maintainer.
26739         (func_get_maintainer): New function.
26740         * modules/*: Add Maintainer entry.
26741
26742 2003-01-16  Jim Meyering  <jim@meyering.net>
26743
26744         * m4/regex.m4: The `regex' struct is both input and output.
26745         Initialize it before each use.  Patch by Tim Waugh.
26746
26747 2003-01-16  Bruno Haible  <bruno@clisp.org>
26748
26749         * MODULES.html.sh: Add a table of contents. Add the module name as
26750         leftmost column. Add hyperlinks.
26751
26752 2003-01-15  Bruno Haible  <bruno@clisp.org>
26753
26754         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26755
26756 2003-01-15  Bruno Haible  <bruno@clisp.org>
26757
26758         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
26759         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
26760         suffix.
26761
26762 2003-01-15  Bruno Haible  <bruno@clisp.org>
26763
26764         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
26765
26766 2003-01-15  Bruno Haible  <bruno@clisp.org>
26767
26768         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
26769         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
26770
26771 2003-01-14  Jim Meyering  <jim@meyering.net>
26772
26773         * lib/same.c (same_name): Tweak a comment.
26774
26775 2003-01-14  Bruno Haible  <bruno@clisp.org>
26776
26777         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
26778         when a string comparison is sufficient.
26779
26780 2003-01-14  Bruno Haible  <bruno@clisp.org>
26781
26782         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
26783         'unsigned int'.
26784
26785 2003-01-14  Bruno Haible  <bruno@clisp.org>
26786
26787         * lib/hash-pjw.c: Add comment about low quality of this function.
26788
26789 2003-01-13  Bruno Haible  <bruno@clisp.org>
26790
26791         * modules/stpcpy: Distribute lib/stpcpy.h.
26792         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
26793
26794 2003-01-13  Bruno Haible  <bruno@clisp.org>
26795
26796         * modules/*: Add a description.
26797         * modules/strpbrk: Fix Makefile.am snippet.
26798         * modules/strtoimax: Fix dependencies.
26799         * modules/strtoumax: Likewise.
26800
26801 2003-01-13  Bruno Haible  <bruno@clisp.org>
26802
26803         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
26804         * modules/alloca (Makefile.am): All object files depend on alloca.h.
26805         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
26806
26807 2003-01-13  Bruno Haible  <bruno@clisp.org>
26808
26809         * gnulib-tool (func_create_testdir): Store config/* files in the main
26810         directory.
26811         * config.rpath: Move to ...
26812         * config/config.rpath: ... here.
26813         * modules/gettext: Contains config/config.rpath, not config.rpath.
26814         * modules/iconv: Likewise.
26815
26816 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26817
26818         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26819         to avoid collisions with libcurses and libreadline.
26820
26821         * m4/getstr.m4: Remove.
26822         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
26823
26824 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26825
26826         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26827         to avoid collisions with libcurses and libreadline.
26828
26829         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
26830         * lib/getstr.h, getstr.c: Remove.
26831         * lib/getline.c: Include "getline.h", to check interface.
26832         Move body of old getstr.c here: this defines MIN_CHUNK and
26833         declares getdelim2, which is renamed from getstr.
26834         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
26835
26836         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
26837         All uses changed.
26838         * lib/linebuffer.h: Likewise.
26839         (readline): Remove backward-compatibility macro.
26840
26841 2003-01-12  Paul Eggert  <eggert@twinsun.com>
26842
26843         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
26844         to avoid collisions with libcurses and libreadline.
26845         * getstr: Remove.
26846         * MODULES.html.sh: Remove getstr.
26847         * modules/getline: Depend on unlocked-io, not getstr.
26848
26849 2003-01-12  Jim Meyering  <jim@meyering.net>
26850
26851         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
26852
26853 2003-01-10  Bruno Haible  <bruno@clisp.org>
26854
26855         * modules/alloca: Change Makefile.am requirements. Simplify Include
26856         requirements. Add lib/alloca_.h to file list.
26857
26858 2003-01-10  Bruno Haible  <bruno@clisp.org>
26859
26860         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
26861
26862 2003-01-10  Bruno Haible  <bruno@clisp.org>
26863
26864         * lib/alloca_.h: New file.
26865         * lib/getdate.y: Unconditionally include alloca.h.
26866         * lib/makepath.c: Likewise.
26867         * lib/setenv.c: Likewise.
26868         * lib/userspec.c: Likewise.
26869
26870 2003-01-09  Karl Berry  <karl@gnu.org>
26871
26872         * MODULES.html.sh: include `dirname $0` in PATH, to find
26873         gnulib-tool.
26874
26875 2003-01-09  Bruno Haible  <bruno@clisp.org>
26876
26877         * modules/stdbool: Change configure.ac, Makefile.am requirements.
26878         Simplify Include requirements. Add lib/stdbool.h.in to file list.
26879
26880 2003-01-09  Bruno Haible  <bruno@clisp.org>
26881
26882         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
26883
26884 2003-01-09  Bruno Haible  <bruno@clisp.org>
26885
26886         * lib/stdbool.h.in: New file.
26887
26888 2003-01-09  Bruno Haible  <bruno@clisp.org>
26889
26890         * gnulib-tool (func_all_modules): Ignore files ending in ~.
26891         * MODULES.html.sh: Likewise.
26892
26893 2003-01-08  Jim Meyering  <jim@meyering.net>
26894
26895         * lib/full-write.c: Undefine and define-away `const' after inclusion
26896         of errno.h, not before.  Suggestion from Bruno Haible.
26897
26898 2003-01-08  Bruno Haible  <bruno@clisp.org>
26899
26900         * modules/full-read: Depend on full-write.
26901
26902 2003-01-08  Bruno Haible  <bruno@clisp.org>
26903
26904         * lib/safe-read.c: Include specification header first, to ensure its
26905         selfcontainedness.
26906         * lib/full-write.c: Likewise.
26907
26908 2003-01-07  Jim Meyering  <jim@meyering.net>
26909
26910         * lib/full-write.c: Rework so that it may serve to define full_read,
26911         too.
26912         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
26913
26914 2003-01-07  Bruno Haible  <bruno@clisp.org>
26915
26916         * lib/strtoimax.c: Include <stdint.h> as an alternative to
26917         <inttypes.h>.
26918         * lib/xstrtol.h: Likewise.
26919         * lib/xstrtoimax.c: Likewise.
26920         * lib/xstrtoumax.c: Likewise.
26921         * lib/human.h: Likewise.
26922
26923         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
26924         on systems that have <inttypes.h> but not <stdint.h>.
26925
26926 2003-01-07  Bruno Haible  <bruno@clisp.org>
26927
26928         * MODULES.html.sh: Add copyright notice.
26929         (missed_files): Omit CVS directory entries.
26930         (func_module): Make it work with sed-3.02.
26931         * MODULES.txt: Remove file.
26932
26933 2003-01-06  Jim Meyering  <jim@meyering.net>
26934
26935         * lib/version-etc.c: Update year in translatable copyright string.
26936
26937 2003-01-03  Karl Berry  <karl@gnu.org>
26938
26939         * config/config.{guess,sub}: update from prep.
26940
26941 2003-01-02  Karl Berry  <karl@gnu.org>
26942
26943         * doc/COPYING.DOC: belatedly updated to 1.2.
26944
26945 2003-01-01  Karl Berry  <karl@gnu.org>
26946
26947         * gnulib-tool (func_verify_module): report module name $module in
26948         error message, not $1.
26949         * gnulib-tool (create-testdir): don't complain if destdir couldn't
26950         be created, only if it doesn't exist.
26951         * gnulib-tool (last_checkin_date): don't expand the $Date here.
26952
26953 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26954
26955         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
26956
26957 2002-12-31  Paul Eggert  <eggert@twinsun.com>
26958
26959         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
26960         memcmp if strcoll doesn't work.
26961
26962 2002-12-31  Bruno Haible  <bruno@clisp.org>
26963
26964         * lib/utime.c (utime_null): No need to call ftruncate if the file was
26965         nonempty.
26966
26967 2002-12-31  Bruno Haible  <bruno@clisp.org>
26968
26969         * lib/memcoll.c (STRCOLL): New macro.
26970         (memcoll): Use it.
26971
26972 2002-12-31  Bruno Haible  <bruno@clisp.org>
26973
26974         * lib/localcharset.h: New file.
26975         * lib/localcharset.c: Include it.
26976         * lib/unicodeio.c: Likewise.
26977
26978 2002-12-31  Bruno Haible  <bruno@clisp.org>
26979
26980         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
26981         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
26982
26983 2002-12-31  Bruno Haible  <bruno@clisp.org>
26984
26985         * lib/getline.h: Include <stddef.h>, for size_t.
26986
26987         * lib/unicodeio.h: Include <stddef.h>, for size_t.
26988         * lib/unicodeio.c: Don't include <stddef.h>.
26989
26990 2002-12-31  Bruno Haible  <bruno@clisp.org>
26991
26992         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
26993         HAVE_TM_ZONE.
26994
26995 2002-12-24  Karl Berry  <karl@gnu.org>
26996
26997         * config/config.guess: update from prep.
26998
26999 2002-12-24  Bruno Haible  <bruno@clisp.org>
27000
27001         General infrasructure.
27002         * m4/README: Rewritten.
27003         * m4/onceonly.m4: New file.
27004         * m4/onceonly_2_57.m4: New file.
27005
27006         Module atexit.
27007         * m4/atexit.m4: New file.
27008
27009         Module strtod.
27010         * m4/strtod.m4: New file.
27011
27012         Module strtol.
27013         * m4/strtol.m4: New file.
27014
27015         Module strtoul.
27016         * m4/strtoul.m4: New file.
27017
27018         Module memchr.
27019         * m4/memchr.m4: New file.
27020
27021         Module memcmp.
27022         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27023         (jm_FUNC_MEMCMP): Invoke it.
27024
27025         Module memcpy.
27026         * m4/memcpy.m4: New file.
27027
27028         Module memmove.
27029         * m4/memmove.m4: New file.
27030
27031         Module memset.
27032         * m4/memset.m4: New file.
27033
27034         Module strcspn.
27035         * m4/strcspn.m4: New file.
27036
27037         Module strpbrk.
27038         * m4/strpbrk.m4: New file.
27039
27040         Module strstr.
27041         * m4/strstr.m4: New file.
27042
27043         Module strerror.
27044         * m4/strerror.m4: New file.
27045
27046         Module mktime.
27047         * m4/mktime.m4: Renamed from jm-mktime.m4.
27048         (gl_PREREQ_MKTIME): New macro.
27049         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27050
27051         Module malloc.
27052         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27053         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27054         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27055
27056         Module realloc.
27057         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27058         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27059         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27060
27061         Module strftime.
27062         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27063         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27064         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27065         gl_TM_GMTOFF.
27066         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27067
27068         Module xalloc.
27069         * m4/xalloc.m4: New file.
27070
27071         Module alloca.
27072         * m4/alloca.m4: New file.
27073
27074         Module putenv.
27075         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27076         (jm_FUNC_PUTENV): Invoke it.
27077
27078         Module setenv.
27079         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27080         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27081         when invoked twice.
27082         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27083         gt_FUNC_SETENV.
27084
27085         Module memrchr.
27086         * m4/memrchr.m4: New file.
27087
27088         Module stpcpy.
27089         * m4/stpcpy.m4: New file.
27090
27091         Module strcase.
27092         * m4/strcase.m4: New file.
27093
27094         Module strdup.
27095         * m4/strdup.m4: New file.
27096
27097         Module strnlen.
27098         * m4/strnlen.m4: New file.
27099
27100         Module strndup.
27101         * m4/strndup.m4: New file.
27102
27103         Module xstrtod.
27104         * m4/xstrtod.m4: New file.
27105
27106         Module xstrtol.
27107         * m4/xstrtol.m4: New file.
27108
27109         Module getdate.
27110         * m4/getdate.m4: New file.
27111
27112         Module unlocked-io.
27113         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27114         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27115         * m4/jm-glibc-io.m4n: Remove file.
27116
27117         Module long-options.
27118         * m4/long-options.m4: New file.
27119
27120         Module md5.
27121         * m4/md5.m4: New file.
27122
27123         Module sha.
27124         * m4/sha.m4: New file.
27125
27126         Module getstr.
27127         * m4/getstr.m4: New file.
27128
27129         Module getline.
27130         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27131         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27132         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27133         simply getline. Infoke gl_PREREQ_GETLINE.
27134
27135         Module obstack.
27136         * m4/obstack.m4: New file.
27137
27138         Module hash.
27139         * m4/hash.m4: New file.
27140
27141         Module readtokens.
27142         * m4/readtokens.m4: New file.
27143
27144         Module strverscmp.
27145         * m4/strverscmp.m4: New file.
27146
27147         Module stdbool.
27148         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27149         OSF/1.
27150
27151         Module strtoll.
27152         * m4/strtoll.m4: New file.
27153
27154         Module strtoull.
27155         * m4/strtoull.m4: New file.
27156
27157         Module strtoimax.
27158         * m4/strtoimax.m4: New file.
27159
27160         Module strtoumax.
27161         * m4/strtoumax.m4: New file.
27162
27163         Module xstrtoimax.
27164         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27165         jm_AC_PREREQ_XSTRTOIMAX.
27166         Moved the strtol prerequisites to strtol.m4.
27167         Moved the strtoll prerequisites to strtoll.m4.
27168         Moved the strtoimax prerequisites to strtoimax.m4.
27169
27170         Module xstrtoumax.
27171         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27172         jm_AC_PREREQ_XSTRTOUMAX.
27173         Moved the strtoul prerequisites to strtoul.m4.
27174         Moved the strtoull prerequisites to strtoull.m4.
27175         Moved the strtoumax prerequisites to strtoumax.m4.
27176
27177         Module chown.
27178         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27179         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27180
27181         Module dup2.
27182         * m4/dup2.m4: New file.
27183
27184         Module ftruncate.
27185         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27186         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27187
27188         Module getgroups.
27189         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27190         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27191
27192         Module gettimeofday.
27193         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27194         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27195         gl_PREREQ_GETTIMEOFDAY.
27196
27197         Module mkdir.
27198         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27199         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27200
27201         Module mkstemp.
27202         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27203         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27204         jm_AC_TYPE_UINTMAX_T.
27205         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27206
27207         Module stat.
27208         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27209         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27210
27211         Module lstat.
27212         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27213         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27214
27215         Module timespec.
27216         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27217         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27218         * m4/st_mtim.m4: Indentation.
27219
27220         Module nanosleep.
27221         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27222         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27223         gl_PREREQ_NANOSLEEP.
27224
27225         Module regex.
27226         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27227         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27228         (gl_REGEX): New macro.
27229
27230         Module rename.
27231         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27232         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27233
27234         Module rmdir.
27235         * m4/rmdir.m4: New file.
27236
27237         Module utime.
27238         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27239         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27240         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27241
27242         Module dirname.
27243         * m4/dirname.m4: New file.
27244
27245         Module getopt.
27246         * m4/getopt.m4: New file.
27247
27248         Module unistd-safer.
27249         * m4/unistd-safer.m4: New file.
27250
27251         Module fnmatch.
27252         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27253         declaration.
27254         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27255         (gl_FUNC_FNMATCH_POSIX): New macro.
27256         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27257         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27258         simply fnmatch.
27259
27260         Module exclude.
27261         * m4/exclude.m4: New file.
27262
27263         Module human.
27264         * m4/human.m4: New file.
27265
27266         Module acl.
27267         * m4/acl.m4: Nop.
27268
27269         Module backupfile.
27270         * m4/backupfile.m4: New file.
27271         * m4/d-ino.m4: Indentation.
27272
27273         Module fsusage.
27274         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27275         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27276         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27277
27278         Module dirfd.
27279         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27280         requirements.
27281
27282         Module euidaccess.
27283         * m4/euidaccess.m4: New file.
27284
27285         Module file-type.
27286         * m4/file-type.m4: New file.
27287
27288         Module fileblocks.
27289         * m4/fileblocks.m4: New file.
27290
27291         Module filemode.
27292         * m4/filemode.m4: New file.
27293
27294         Module isdir.
27295         * m4/isdir.m4: New file.
27296
27297         Module lchown.
27298         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27299         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27300
27301         Module makepath.
27302         * m4/makepath.m4: New file.
27303
27304         Module modechange.
27305         * m4/modechange.m4: New file.
27306
27307         Module mountlist.
27308         * m4/mountlist.m4: New file.
27309         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27310         Indentation.
27311
27312         Module path-concat.
27313         * m4/path-concat.m4: New file.
27314
27315         Module pathmax.
27316         * m4/pathmax.m4: New file.
27317
27318         Module same.
27319         * m4/same.m4: New file.
27320
27321         Module save-cwd.
27322         * m4/save-cwd.m4: New file.
27323
27324         Module savedir.
27325         * m4/savedir.m4: New file.
27326
27327         Module xgetcwd.
27328         * m4/xgetcwd.m4: New file.
27329         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27330
27331         Module xreadlink.
27332         * m4/xreadlink.m4: New file.
27333
27334         Module safe-read.
27335         * m4/safe-read.m4: New file.
27336
27337         Module safe-write.
27338         * m4/safe-write.m4: New file.
27339
27340         Module closeout.
27341         * m4/closeout.m4: New file.
27342
27343         Module stdio-safer.
27344         * m4/stdio-safer.m4: New file.
27345
27346         Module getpass.
27347         * m4/getpass.m4: New file.
27348
27349         Module getugroups.
27350         * m4/getugroups.m4: New file.
27351
27352         Module group-member.
27353         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27354         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27355
27356         Module idcache.
27357         * m4/idcache.m4: New file.
27358
27359         Module userspec.
27360         * m4/userspec.m4: New file.
27361
27362         Module gettime.
27363         * m4/clock_time.m4: New file.
27364         * m4/gettime.m4: New file.
27365
27366         Module settime.
27367         * m4/settime.m4: New file.
27368
27369         Module posixtm.
27370         * m4/posixtm.m4: New file.
27371
27372         Module gethostname.
27373         * m4/gethostname.m4: New file.
27374
27375         Module canon-host.
27376         * m4/canon-host.m4: New file.
27377
27378         Module gettext.
27379         * m4/codeset.m4: New file, from gettext-0.11.5.
27380         * m4/gettext.m4: New file, from gettext-0.11.5.
27381         * m4/glibc21.m4: New file, from gettext-0.11.5.
27382         * m4/iconv.m4: New file, from gettext-0.11.5.
27383         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27384         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27385         * m4/inttypes.m4: New file, from gettext-0.11.5.
27386         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27387         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27388         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27389         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27390         * m4/lib-link.m4: New file, from gettext-0.11.5.
27391         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27392         * m4/progtest.m4: New file, from gettext-0.11.5.
27393         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27394         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27395         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27396
27397         Module localcharset.
27398         * m4/localcharset.m4: New file.
27399
27400         Module hard-locale.
27401         * m4/hard-locale.m4: New file.
27402
27403         Module mbswidth.
27404         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27405         onceonly macros.
27406         * m4/mbrtowc.m4: Add comment.
27407
27408         Module memcasecmp.
27409         * m4/memcasecmp.m4: New file.
27410
27411         Module memcoll.
27412         * m4/memcoll.m4: New file.
27413
27414         Module unicodeio.
27415         * m4/unicodeio.m4: New file.
27416
27417         Module rpmatch.
27418         * m4/rpmatch.m4: New file.
27419
27420         Module yesno.
27421         * m4/yesno.m4: New file.
27422
27423         Module exitfail.
27424         * m4/exitfail.m4: New file.
27425
27426         Module c-stack.
27427         * m4/c-stack.m4 (gl_C_STACK): New macro.
27428         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27429
27430         Module error.
27431         * m4/error.m4 (gl_ERROR): New macro.
27432         (jm_PREREQ_ERROR): Use onceonly macros.
27433
27434         Module fatal.
27435         * m4/fatal.m4: New file.
27436
27437         Module getloadavg.
27438         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27439         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27440
27441         Module getpagesize.
27442         * m4/getpagesize.m4: New file.
27443
27444         Module getusershell.
27445         * m4/getusershell.m4: New file.
27446
27447         Module physmem.
27448         * m4/physmem.m4: New file.
27449
27450         Module posixver.
27451         * m4/posixver.m4: New file.
27452
27453         Module quotearg.
27454         * m4/quotearg.m4: New file.
27455
27456         Module quote.
27457         * m4/quote.m4: New file.
27458
27459         Module readutmp.
27460         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27461
27462         Module sig2str.
27463         * m4/sig2str.m4: New file.
27464
27465         Other.
27466         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27467         ulonglong.m4.
27468         * m4/intmax_t.m4: New file.
27469         * m4/d-type.m4: Indentation.
27470         * m4/jm-macros.m4: Update.
27471         * m4/prereq.m4 (jm_PREREQ): Update.
27472         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27473         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27474         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27475         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27476         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27477         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27478         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27479         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27480         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27481         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27482         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27483         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27484         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27485         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27486         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27487         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27488         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27489         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27490         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27491
27492 2002-12-24  Bruno Haible  <bruno@clisp.org>
27493
27494         * MODULES.txt: Update according to m4/ changes.
27495
27496         Module gettext.
27497         * config.rpath: New file, from gettext-0.11.5.
27498
27499         * modules/*: New module descriptions.
27500         * gnulib-tool: New file.
27501         * MODULES.html.sh: New file.
27502
27503 2002-12-21  Karl Berry  <karl@gnu.org>
27504
27505         * doc/fdl.texi: update to version 1.2.
27506
27507 2002-12-19  Karl Berry  <karl@gnu.org>
27508
27509         * config/config.guess: update from prep.
27510
27511 2002-12-18  Bruno Haible  <bruno@clisp.org>
27512
27513         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27514         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27515
27516 2002-12-17  Bruno Haible  <bruno@clisp.org>
27517
27518         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27519         stdlib.h, string.h.
27520
27521 2002-12-17  Bruno Haible  <bruno@clisp.org>
27522
27523         * lib/canon-host.c (strdup): Remove unused declaration.
27524
27525         * lib/fsusage.c: Include full_read.h.
27526         (get_fs_usage): Use full_read instead of safe_read.
27527
27528         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27529
27530 2002-12-12  Karl Berry  <karl@gnu.org>
27531
27532         * config/config.guess: update from prep.
27533
27534 2002-12-11  Bruno Haible  <bruno@clisp.org>
27535
27536         * m4/setenv.m4: New file, from gettext-0.11.5.
27537
27538 2002-12-11  Bruno Haible  <bruno@clisp.org>
27539
27540         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27541         not unsetenv().
27542         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27543         modifications:
27544
27545         2002-12-11  Bruno Haible  <bruno@clisp.org>
27546
27547                 * setenv.c (alloca): Fall back to malloc.
27548                 (freea): New macro.
27549                 (setenv): Use freea() to free memory allocated with alloca().
27550
27551         2002-11-13  Bruno Haible  <bruno@clisp.org>
27552
27553                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27554                 function declarations.
27555                 * unsetenv.c (unsetenv): Likewise.
27556
27557         2002-03-04  Bruno Haible  <bruno@clisp.org>
27558
27559                 Portability to AIX 4.3.3.
27560                 * unsetenv.c: New file, extracted from setenv.c.
27561                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27562
27563         2001-12-20  Bruno Haible  <bruno@clisp.org>
27564
27565                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27566                 use malloc instead. For SunOS 4.
27567
27568         2001-12-11  Bruno Haible  <bruno@clisp.org>
27569
27570                 * setenv.c: Declare alloca.
27571                 (compar_fn_t): New typedef.
27572                 (KNOWN_VALUE, STORE_VALUE): Use it.
27573
27574         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27575         setenv.h.
27576
27577 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27578
27579         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27580         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27581         Choose values that are less likely to collide with system fnmatch
27582         options.
27583         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27584         defined (e.g., a pure POSIX system).
27585         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27586         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27587
27588 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27589
27590         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27591         a pain in practice to deal with generated m4 files.  This change
27592         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27593
27594         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27595         and jm-glibc-io.m4, as they are no longer a special case.
27596         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27597         kludge and the auto-generation stuff.  Check only whether the
27598         functions are declared, not whether they exist, since older hosts
27599         that don't declare the functions can't use the optimization anyway.
27600
27601 2002-12-06  Jim Meyering  <jim@meyering.net>
27602
27603         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27604
27605         Merge in changes from libc's misc/error.c, in preparation
27606         for the merge of gnulib's changes back into libc.
27607
27608         * lib/error.c (_): Define only if not already defined.
27609         Move definition to follow all #include directives.
27610         Include unlocked-io.h only if !_LIBC.
27611         [_LIBC]: Include <libio/libioP.h>.
27612         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27613         (fflush): Tweak definition to use INTUSE.
27614         (putc): Define.
27615
27616 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27617
27618         * lib/alloca.c [defined emacs]: Include "lisp.h".
27619         (xalloc_die) [defined emacs]: New macro.
27620         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27621         [! defined emacs]: Include <xalloc.h>.
27622         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27623         (pointer): Typedef to POINTER_TYPE *.
27624         (malloc): Remove decl; we now always use xmalloc.
27625         (alloca): Use old-style definition, since Emacs needs this.
27626         Check for arithmetic overflow when computing combined size.
27627
27628 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27629
27630         Do not generate unlocked-io.h automatically, since it's easier to
27631         maintain it by hand.
27632
27633         * lib/unlocked-io.h: New file, from GNU diffutils,
27634         but with proper copyright notice and attribution.
27635         * lib/gen-uio: Remove.
27636         * lib/Makefile.am: Add copyright notice.
27637         (libfetish_a_SOURCES): Add unlocked-io.h.
27638         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27639         (DISTCLEANFILES, io_functions): Remove macros.
27640         (EXTRA_DIST): Remove gen_uio.
27641         (unlocked-io.h): Remove rule.
27642
27643 2002-12-04  Jim Meyering  <jim@meyering.net>
27644
27645         Reflect the fact that stat.c and lstat.c are no longer generated.
27646         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27647         (DISTCLEANFILES): Likewise.
27648         (EXTRA_DIST): Likewise.
27649         (all_local): Don't depend on stat.c or lstat.c.
27650         (stat.c, lstat.c): Remove rules.
27651         (EXTRA_DIST): Remove xstat.in.
27652
27653         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27654         * lib/stat.c: New file.  Contents mostly from xstat.in.
27655         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27656         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27657
27658         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27659         too.
27660         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27661
27662 2002-12-03  Jim Meyering  <jim@meyering.net>
27663
27664         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27665         but not semantics, to minimize the differences between these two files.
27666         (safe_read): Change comment to mention SAFE_READ_ERROR.
27667
27668         * lib/safe-read.c (IS_EINTR): Define.
27669         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27670
27671 2002-12-02  Jim Meyering  <jim@meyering.net>
27672
27673         * lib/safe-read.c (EINTR): Define.
27674         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27675         (INT_MAX): Provide fallback.
27676         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27677
27678         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27679
27680 2002-12-02  Bruno Haible  <bruno@clisp.org>
27681
27682         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27683         Define, taken from safe-read.c.
27684         (INT_MAX): Provide fallback.
27685         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27686         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27687
27688         * lib/safe-read.c (EINTR): Remove definition.
27689         (safe_read): Don't use EINTR if it is absent.
27690
27691 2002-12-01  Jim Meyering  <jim@meyering.net>
27692
27693         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27694         zero.
27695         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27696
27697 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27698
27699         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27700         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27701         with `if (! (value < limit)) abort ();', for readability.
27702
27703 2002-11-26  Karl Berry  <karl@gnu.org>
27704
27705         * lib/strdup.c: copy from libc again, with jim's ok.
27706         * lib/.cppi-disable: re-add strdup.c
27707
27708 2002-11-25  Karl Berry  <karl@gnu.org>
27709
27710         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27711         instead of "strtol.c".
27712
27713 2002-11-25  Karl Berry  <karl@gnu.org>
27714
27715         * config/install-sh: update from automake for variable quoting, $0 in
27716         error msgs, etc.
27717
27718         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27719         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27720         entry.
27721
27722 2002-11-25  Jim Meyering  <jim@meyering.net>
27723
27724         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27725
27726 2002-11-24  Karl Berry  <karl@gnu.org>
27727
27728         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27729         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27730
27731 2002-11-24  Jim Meyering  <jim@meyering.net>
27732
27733         Update from coreutils:
27734
27735         * lib/mktime.c: Merge in changes from libc.
27736
27737         Avoid a link-time failure on some Linux systems.
27738         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27739         (otherwise).
27740         (__mon_yday): Declare with the STATIC attribute.
27741         (__mktime_internal): Likewise.
27742         Based on a report from Greg Schafer.
27743
27744 2002-11-23  Jim Meyering  <jim@meyering.net>
27745
27746         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27747         Use `unsigned', not `int', as type of index.
27748
27749         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27750
27751         * lib/fsusage.c: Remove unneeded parentheses around operands of
27752         `defined'.
27753
27754 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27755
27756         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27757         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27758         so that we can be included first.
27759         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
27760         * lib/quotearg.c: Include quotearg.h immediately after config.h.
27761         No need to include stddef.h or sys/types.h any more.
27762         Surround local include files with "", not "<>".
27763         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
27764         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
27765         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
27766         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
27767         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
27768         (ISPRINT): Remove; no longer needed now that we assume C89.
27769
27770         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
27771         Preserve errno.
27772
27773         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
27774         quotearg_char): Use SIZE_MAX rather than
27775         (size_t) -1 when we are talking about "infinity".
27776
27777         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
27778
27779 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27780
27781         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
27782         hint that one should use `if (! x) abort ();' rather than `assert
27783         (x);', and anyway it's one less thing to worry about configuring.
27784         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
27785         hash_rehash, hash_insert): Use abort rather than assert.
27786
27787 2002-11-22  Bruno Haible  <bruno@clisp.org>
27788
27789         * lib/safe-read.h: Assume C89. Add comments.
27790         (safe_read): Change return type to size_t.
27791         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
27792         byte counts > SSIZE_MAX correctly.
27793         * lib/safe-write.h: New file.
27794         * lib/safe-write.c: New file.
27795         * lib/full-read.h: New file.
27796         * lib/full-read.c: New file.
27797         * lib/full-write.h: Assume C89. Add comments.
27798         * lib/full-write.c: Include safe-write.h.
27799         (full_write): Rewritten to use safe_write.
27800         Suggested by Jim Meyering and Paul Eggert.
27801
27802 2002-11-21  Jim Meyering  <jim@meyering.net>
27803
27804         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
27805
27806         Merge in changes from the coreutils.
27807
27808         2002-09-25  Paul Eggert  <eggert@twinsun.com>
27809         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
27810         <stdint.h>.
27811         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
27812         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
27813         int.  Work more efficiently if X is the same width as uintmax_t.
27814         Do not compare X to -1, to avoid bogus compiler warning.
27815         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
27816         Don't assume that f_frsize and f_bsize are the same type.
27817
27818         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
27819         warning on FreeBSD.
27820
27821         * lib/makepath.c (make_path): Restore umask *before* creating the final
27822         component.
27823         (make_path): Minor reformatting.
27824
27825         * lib/xmalloc.c: Adjust to work with new autoconf macros,
27826         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
27827         HAVE_MALLOC/HAVE_REALLOC.
27828
27829         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
27830         dummy ones.  At least on GNU/Linux systems, `auto' means something
27831         else.
27832         From Michael Stone.
27833
27834 2002-11-21  Bruno Haible  <bruno@clisp.org>
27835
27836         Remove case insensitive option matching.
27837         * lib/argmatch.h (argcasematch): Remove declaration.
27838         (ARGCASEMATCH): Remove macro.
27839         (__xargmatch_internal): Remove case_sensitive argument.
27840         (XARGMATCH): Update.
27841         (XARGCASEMATCH): Remove macro.
27842         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
27843         case_sensitive argument.
27844         (argcasematch): Remove function.
27845         (__xargmatch_internal): Remove case_sensitive argument.
27846         (main): Use XARGMATCH instead of XARGCASEMATCH.
27847
27848         * lib/xmalloc.c: Change compile-time error message. Add comment about
27849         required autoconf version.
27850
27851 2002-11-20  Paul Eggert  <eggert@twinsun.com>
27852
27853         Merge argmatch cleanups from Bison.  Assume C89.
27854
27855         * lib/argmatch.c: Include config.h here, not in argmatch.h.
27856         Include stdlib.h, for EXIT_FAILURE.
27857         Always include <string.h>, since we assume C89.
27858         (EXIT_FAILURE): Remove pre-C89 bug workaround.
27859         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
27860         Include <stddef.h> instead, since it's all we need for size_t.
27861         (PARAMS): Remove.  All uses removed.
27862         (ARRAY_CARDINALITY): Do not bother to #undef.
27863         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
27864         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27865         Remove unnecessary parentheses.
27866         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
27867         Insert necessary parentheses.
27868         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
27869         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
27870
27871 2002-11-19  Bruno Haible  <bruno@clisp.org>
27872
27873         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
27874         * lib/mbswidth.h: Include <stddef.h>, for size_t.
27875
27876         * lib/mbswidth.h (PARAMS): Remove macro.
27877         (mbswidth, mbsnwidth): Use ANSI C function declarations.
27878         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
27879
27880         * lib/gcd.h (PARAMS): Remove macro.
27881         (gcd): Use ANSI C function declarations.
27882         * lib/gcd.c (gcd): Likewise.
27883
27884 2002-11-15  Bruno Haible  <bruno@clisp.org>
27885
27886         * lib/strcspn.c: Include <stddef.h>.
27887         (strcspn): Use ANSI C function declaration. Change return type to
27888         size_t. Use NULL.
27889         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
27890         (strpbrk): Use NULL.
27891         * lib/strpbrk.h (PARAMS): Remove macro.
27892         (strpbrk): Use ANSI C function declaration.
27893         * lib/strstr.c: Don't include <sys/types.h>.
27894         * lib/strstr.h (PARAMS): Remove macro.
27895         (strstr): Use ANSI C function declarations.
27896
27897 2002-11-14  Karl Berry  <karl@gnu.org>
27898
27899         * config/mkinstalldirs: `do' on separate line, instead of
27900         `for var; do'.
27901
27902 2002-11-06  Bruno Haible  <bruno@clisp.org>
27903
27904         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
27905         * lib/gcd.c (gcd): Likewise.
27906
27907 2002-11-05  Bruno Haible  <bruno@clisp.org>
27908
27909         * lib/gcd.h: New file, from gettext-0.11.5.
27910         * lib/gcd.c: New file, from gettext-0.11.5.
27911
27912 2002-11-05  Bruno Haible  <bruno@clisp.org>
27913
27914         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27915         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27916         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27917         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
27918
27919         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
27920         <libintl.h>.
27921         * lib/makepath.c: Include gettext.h instead of <locale.h> and
27922         <libintl.h>.
27923
27924         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
27925         * lib/human.c: Include gettext.h instead of <libintl.h>.
27926         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
27927         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
27928         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
27929         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
27930         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
27931         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
27932         (textdomain): Remove definition.
27933         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
27934
27935         * lib/long-options.c: Remove include of <libintl.h> and definition of
27936         _.
27937         * lib/same.c: Remove include of <libintl.h> and definition of _.
27938
27939 2002-11-04  Owen Taylor  <otaylor@redhat.com>
27940
27941         * lib/config.charset: A few additions for Solaris.
27942
27943 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27944
27945         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
27946         * lib/localcharset.c (locale_charset): Declare as extern "C".
27947
27948 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
27949
27950         * lib/config.charset: msdos in uk_UA uses CP1125.
27951
27952 2002-11-04  Bruno Haible  <bruno@clisp.org>
27953
27954         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
27955         * lib/strcase.h: New file, from GNU gettext-0.11.5.
27956         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
27957         * lib/strstr.h: New file, from GNU gettext-0.11.5.
27958         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
27959
27960 2002-11-04  Bruno Haible  <bruno@clisp.org>
27961
27962         * lib/localcharset.c (locale_charset): Don't return an empty string.
27963
27964 2002-11-04  Bruno Haible  <bruno@clisp.org>
27965
27966         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
27967         aliases.
27968
27969 2002-11-04  Bruno Haible  <bruno@clisp.org>
27970
27971         * lib/config.charset: Update for newest glibc. Add canonical names
27972         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
27973
27974 2002-11-04  Bruno Haible  <bruno@clisp.org>
27975
27976         * lib/config.charset: Add support for NetBSD.
27977
27978 2002-11-04  Bruno Haible  <bruno@clisp.org>
27979
27980         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
27981
27982 2002-11-01  Bruno Haible  <bruno@clisp.org>
27983
27984         * configure.in: Add AC_CONFIG_AUX_DIR call.
27985         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
27986         test/Makefile.
27987         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
27988
27989 2002-09-28  Karl Berry  <karl@gnu.org>
27990
27991         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
27992         installed automake until the next release, since changes have been
27993         made.
27994
27995 2002-09-25  Karl Berry  <karl@gnu.org>
27996
27997         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
27998         * lib/getopt*: copy from libc/posix.
27999         * lib/gettext.h: copy from gettext.
28000         * lib/.cppi-disable: add strdup.c, gettext.h.
28001
28002 2002-09-25  Karl Berry  <karl@gnu.org>
28003
28004         * config/srclist.txt: enable gettext.h check.
28005         * config/config.{guess,sub}: update from prep.
28006         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28007                 from automake 1.6.3.
28008         See srclist*.
28009
28010 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28011
28012         * regex.c (PATFETCH): Remove the translating fetch.
28013         (PATFETCH_RAW): Rename to PATFETCH.
28014         (set_image_of_range): New fun.
28015         (SET_RANGE_TABLE_WORK_AREA): Use it.
28016         (regex_compile): Don't translate the pattern chars so eagerly.
28017         Only do it when inserting an `exactn' bytecode or when handling
28018         a char-range.
28019         (mutually_exclusive_p): Avoid empty statement.
28020
28021 2002-07-06  Jim Meyering  <meyering@lucent.com>
28022
28023         * m4/README: Don't mention Makefile.am.in.
28024         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28025
28026 2002-07-01  Jim Meyering  <meyering@lucent.com>
28027
28028         * lib/c-stack.c: Include sys/time.h.
28029         From Volker Borchert.
28030
28031 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28032
28033         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28034
28035 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28036
28037         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28038         New macro.  Use it uniformly instead of
28039         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28040         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28041         reported by Vin Shelton.
28042
28043 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28044
28045         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28046         Do not assume SA_SIGINFO behavior.
28047         Bug reported by Jim Meyering on NetBSD 1.5.2.
28048
28049 2002-06-22  Jim Meyering  <meyering@lucent.com>
28050
28051         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28052         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28053
28054         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28055         now that configure.ac uses AC_GNU_SOURCE.
28056         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28057         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28058
28059         Update to latest tools.  Suggestions from Paul Eggert.
28060         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28061         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28062         * m4/fnmatch.m4: Likewise.
28063         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28064         to AC_HEADER_STDBOOL
28065
28066 2002-06-22  Jim Meyering  <meyering@lucent.com>
28067
28068         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28069         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28070
28071 2002-06-22  Jim Meyering  <meyering@lucent.com>
28072
28073         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28074
28075         * lib/exitfail.c, exitfail.h: Likewise.
28076         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28077
28078         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28079         of fnmatch.h.
28080         (EXTRA_DIST): Add fnmatch_loop.c.
28081         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28082
28083         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28084         * lib/fnmatch.c: Update from diffutils-2.8.2.
28085         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28086         * lib/fnmatch.h: Remove file.
28087
28088 2002-06-21  Jim Meyering  <meyering@lucent.com>
28089
28090         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28091         * m4/mbrtowc.m4: Likewise.
28092
28093         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28094         * m4/mbswidth.m4: Reflect name change:
28095         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28096         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28097
28098         * m4/lib-link.m4: Update from gettext-0.11.2.
28099         * m4/gettext.m4: Likewise.
28100
28101         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28102         From Alfred M. Szmidt.
28103
28104 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28105
28106         * lib/file-type.h: Report an error if neither S_ISREG nor
28107         S_IFREG is defined, instead of using a test specific to glibc
28108         2.2.  This should be safe, since POSIX requires S_ISREG and
28109         Unix Version 7 had S_IFREG.  We don't need to check for
28110         <sys/types.h> since we don't use any symbols that it defines.
28111
28112 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28113
28114         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28115         $@-t, so that each temporary file name is unique and valid in the first
28116         8 characters, for operation under DOS.
28117
28118 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28119
28120         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28121
28122 2002-06-15  Jim Meyering  <meyering@lucent.com>
28123
28124         Work even with DJGPP 2.03, which lacks support for symlinks.
28125         From Richard Dawe.
28126         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28127         is defined.
28128         * lib/lchown.c (S_ISLNK): Likewise.
28129
28130 2002-06-15  Jim Meyering  <meyering@lucent.com>
28131
28132         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28133         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28134         have been included before this file.
28135
28136 2002-06-14  Jim Meyering  <meyering@lucent.com>
28137
28138         * lib/file-type.h: Use the version from diffutils-2.8.2.
28139         * lib/file-type.c: Likewise.
28140
28141 2002-06-07  Jim Meyering  <meyering@lucent.com>
28142
28143         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28144         They're needed at least for NetBSD 1.5.2.
28145         ($statxfs_includes): Include those same headers.
28146         ($statxfs_includes): Include sys/vfs.h if available.
28147         ($statxfs_includes): Likewise for sys/statvfs.h.
28148         Check for the following members in both structs statfs and statvfs:
28149         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28150
28151 2002-06-01  Jim Meyering  <meyering@lucent.com>
28152
28153         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28154         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28155
28156 2002-05-28  Jim Meyering  <meyering@lucent.com>
28157
28158         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28159         Reported by Volker Borchert.
28160
28161 2002-05-27  Jim Meyering  <meyering@lucent.com>
28162
28163         Fix a problem seen only on nonconforming systems whereby ls.c's
28164         use of localtime, and then of gettimeofday would cause trouble:
28165         the localtime call used to initialize rpl_gettimeofday's save
28166         mechanism would clobber ls's current local time information so
28167         that in any long listing the first file would always be listed
28168         with date 1970-01-01.  Analysis by Volker Borchert.
28169
28170         * lib/gettimeofday.c (localtime): Undefine.
28171         (rpl_localtime): New function.
28172
28173 2002-05-27  Jim Meyering  <meyering@lucent.com>
28174
28175         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28176         localtime.
28177
28178         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28179         use the replacement function; it wouldn't resolve at link time.
28180         Reported by Volker Borchert.
28181
28182 2002-05-22  Jim Meyering  <meyering@lucent.com>
28183
28184         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28185         file-type.h.
28186         * lib/file-type.h: New file.
28187         * lib/file-type.c (file_type): New file/function.  Extracted from
28188         diffutils.
28189
28190 2002-04-30  Jim Meyering  <meyering@lucent.com>
28191
28192         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28193
28194 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28195
28196         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28197
28198 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28199
28200         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28201         Do not check for alloca.h (no longer used) or stdbool.h (was never
28202         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28203
28204 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28205
28206         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28207
28208 2002-04-29  Jim Meyering  <meyering@lucent.com>
28209
28210         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28211         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28212         Use AC_FUNC_STRNLEN here instead.
28213
28214         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28215         With autoconf-2.53a, it's part of AC_PROG_CC.
28216
28217 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28218
28219         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28220         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28221
28222 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28223
28224         * lib/sig2str.h, lib/sig2str.c: New files.
28225         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28226
28227 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28228
28229         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28230         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28231         of 127, since 64 is the largest conceivable number for ancient
28232         nonstandard hosts.
28233         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28234
28235 2002-04-28  Jim Meyering  <meyering@lucent.com>
28236
28237         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28238
28239 2002-04-24  Jim Meyering  <meyering@lucent.com>
28240
28241         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28242         (jm_PREREQ): Use it.
28243
28244         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28245         mach/mach.h fcntl.h.
28246         Check for this function: setlocale.
28247
28248 2002-04-24  Jim Meyering  <meyering@lucent.com>
28249
28250         * lib/gettext.h: New file, from Gettext.
28251         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28252         (libfetish_a_SOURCES): Add gettext.h.
28253
28254 2002-04-16  Jim Meyering  <meyering@lucent.com>
28255
28256         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28257         ut_pid, ut_id, ut_exit.
28258
28259 2002-04-16  Jim Meyering  <meyering@lucent.com>
28260
28261         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28262         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28263         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28264
28265 2002-04-12  Jim Meyering  <meyering@lucent.com>
28266
28267         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28268         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28269         existence of the getmntinfo function.  Needed for Darwin 5.3.
28270
28271         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28272         This is necessary at least on Darwin 5.3.
28273
28274         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28275         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28276         strnlen.o in the library, and that makes some versions of ranlib
28277         object.
28278
28279 2002-04-12  Jim Meyering  <meyering@lucent.com>
28280
28281         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28282
28283 2002-04-09  Jim Meyering  <meyering@lucent.com>
28284
28285         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28286         to be more precise.  Rather than saying we're checking whether the
28287         function `works', say what we're testing.
28288         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28289         Reported by Bruno Haible.
28290
28291 2002-03-10  Jim Meyering  <meyering@lucent.com>
28292
28293         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28294         Suggestion from Santiago Vila.
28295
28296 2002-03-08  Jim Meyering  <meyering@lucent.com>
28297
28298         * lib/rename.c: Mention that this wrapper is needed also on
28299         mips-dec-ultrix4.4 systems.
28300
28301 2002-03-02  Jim Meyering  <meyering@lucent.com>
28302
28303         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28304         not HAVE_CLOCK_SETTIME.
28305
28306 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28307
28308         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28309         Check for clock_settime.
28310
28311 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28312
28313         * lib/nanosleep.h: Rename to....
28314         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28315
28316         * lib/gettime.c: New file.
28317         * lib/settime.c: New file.
28318         * lib/stime.c: Remove.
28319
28320         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28321         timespec.h.  Remove nanosleep.h.
28322
28323 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28324
28325         * m4/acl.m4: New file.
28326         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28327         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28328
28329 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28330
28331         * lib/acl.c, lib/acl.h: New files.
28332         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28333
28334 2002-02-24  Jim Meyering  <meyering@lucent.com>
28335
28336         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28337         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28338         cause trouble.  Reported by Nelson Beebe.
28339
28340 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28341
28342         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28343         compilers that don't know that xalloc_die never returns.
28344
28345 2002-02-20  Jim Meyering  <meyering@lucent.com>
28346
28347         * lib/getdate.c: Regenerate using bison-1.33.
28348
28349 2002-02-17  Jim Meyering  <meyering@lucent.com>
28350
28351         * config/config.guess (main): Don't use `head -1'; it's no longer
28352         portable. Use `sed 1q' instead.
28353
28354 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28355
28356         * m4/codeset.m4: Upgrade to gettext-0.11.
28357         * m4/gettext.m4: Upgrade to gettext-0.11.
28358         * m4/glibc21.m4: Upgrade to gettext-0.11.
28359         * m4/iconv.m4: Upgrade to gettext-0.11.
28360         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28361         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28362         * m4/lib-ld.m4: New file, from gettext-0.11.
28363         * m4/lib-link.m4: New file, from gettext-0.11.
28364         * m4/lib-prefix.m4: New file, from gettext-0.11.
28365         * m4/progtest.m4: Upgrade to gettext-0.11.
28366
28367 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28368
28369         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28370         (jm_PREREQ): Use it.
28371
28372 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28373
28374         * lib/posixver.c, lib/posixver.h: New files.
28375         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28376
28377 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28378             Bruno Haible  <bruno@clisp.org>
28379
28380         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28381         (fwrite_success_callback): New declaration.
28382         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28383         print_unicode_char. Call failure callback instead of error.
28384         (fwrite_success_callback): New function.
28385         (exit_failure_callback): New function.
28386         (fallback_failure_callback): New function.
28387         (print_unicode_char): Call unicode_to_mb.
28388
28389 2002-01-26  Jim Meyering  <meyering@lucent.com>
28390
28391         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28392         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28393
28394 2002-01-26  Jim Meyering  <meyering@lucent.com>
28395
28396         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28397
28398 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28399
28400         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28401
28402 2002-01-22  Jim Meyering  <meyering@lucent.com>
28403
28404         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28405         Otherwise, some versions of automake would omit the rule that makes
28406         Makefile from Makefile.in.
28407
28408 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28409
28410         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28411         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28412         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28413         (memcoll): Set errno to zero if there is no error.
28414
28415         * lib/quotearg.c (quotearg_buffer_restyled):
28416         Fix bug with quoting buffers containing NUL when backslashing escapes.
28417         This bug was exposed by the other changes in this patch.
28418         (quotearg_n_options): New arg ARGSIZE.
28419         All callers changed.
28420         (quoting_options_from_style): New function.
28421         (quotearg_n_style): Use it.
28422         (quotearg_n_style_mem): New function.
28423
28424         * lib/quotearg.h (quotearg_n_style_mem): New function.
28425
28426 2002-01-19  Jim Meyering  <meyering@lucent.com>
28427
28428         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28429         Remove useless quotes: DF_PROG="df".
28430         * m4/strnlen.m4: New file.
28431
28432 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28433
28434         * lib/backupfile.c (ISDIGIT): Comment fix.
28435         * lib/getdate.y (ISDIGIT): Likewise.
28436         * lib/posixtm.c (ISDIGIT, year): Likewise.
28437         * lib/strverscmp.c (ISDIGIT): Likewise.
28438         * lib/userspec.c (ISDIGIT): Likewise.
28439
28440 2002-01-16  Jim Meyering  <meyering@lucent.com>
28441
28442         * lib/getdate.y: Add three semicolons, each just before a closing
28443         brace. Bison (as of version 1.31) no longer papers over that mistake.
28444
28445 2002-01-05  Jim Meyering  <meyering@lucent.com>
28446
28447         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28448
28449 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28450
28451         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28452         not silently exit merely because the output buffer happens to
28453         have nothing pending.
28454
28455 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28456
28457         See the big note in ../ChangeLog.
28458         * lib/human.c (suffixes): Prefer K to k for 1024.
28459         (generate_suffix_backwards): New function.
28460         (human_readable_inexact): Use it.
28461         * lib/xstrtol.c (__xstrtol): If there is no number but there
28462         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28463         Accept 'K' as well as 'k'.
28464
28465 2001-12-15  Jim Meyering  <meyering@lucent.com>
28466
28467         * lib/regex.h (__restrict_arr): Update from libc.
28468
28469         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28470         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28471         (STREQ): Define.
28472
28473 2001-12-14  Jim Meyering  <meyering@lucent.com>
28474
28475         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28476         Suggestion from Bruno Haible.
28477
28478 2001-12-10  Jim Meyering  <meyering@lucent.com>
28479
28480         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28481         xrealloc, Instead, include "xalloc.h".
28482         (initbuffer): Don't cast xmalloc return value to char*.
28483         (readline): Reword comment.
28484         Don't cast xrealloc return value to char*
28485         Return NULL, not 0.
28486
28487 2001-12-09  Jim Meyering  <meyering@lucent.com>
28488
28489         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28490         about `signed and unsigned type in conditional expression'.
28491         * lib/posixtm.c (posix_time_parse): Likewise.
28492
28493         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28494
28495         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28496         to avoid a pedantic warning.
28497
28498         * lib/getstr.c: Don't include assert.h.
28499         (getstr): Remove warning-evoking assertions.
28500         Return -1 if offset parameter is out of bounds.
28501         Change the type of a local from int to size_t.
28502
28503         * lib/strftime.c (my_strftime_localtime_r): Include this function
28504         definition in the `#if ! HAVE_TM_GMTOFF' block.
28505
28506         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28507         Include xalloc.h instead.
28508
28509 2001-12-02  Jim Meyering  <meyering@lucent.com>
28510
28511         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28512         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28513         included.
28514
28515         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28516         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28517
28518 2001-11-30  Akim Demaille  <akim@epita.fr>
28519
28520         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28521         before being defined.
28522
28523 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28524
28525         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28526         First arg is int, not unsigned.
28527         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28528         (SIZE_MAX, UINT_MAX): New macros.
28529         (quotearg_n_options): Abort if N is negative.
28530         Avoid overflow check on hosts where size_t is 64 bits and int
28531         is 32 bits, as overflow is impossible there.
28532         Fix off-by-one typo that caused unnecessary reallocation.
28533
28534 2001-11-27  Jim Meyering  <meyering@lucent.com>
28535
28536         * lib/tempname.c: Merge with version from libc.
28537         * lib/regex.c: Likewise.
28538
28539         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28540         systems for which STDC_HEADERS is 0, it was not included, resulting in
28541         a warning about an integer-to-pointer conversion problem with getenv.
28542         Reported by Volker Borchert.
28543
28544 2001-11-26  Jim Meyering  <meyering@lucent.com>
28545
28546         * lib/gtod.h: Remove file.
28547         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28548         * lib/gettimeofday.c: Don't include gtod.h.
28549         (GTOD_init): Remove function.
28550         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28551         Suggestion from Volker Borchert.
28552
28553 2001-11-23  Jim Meyering  <meyering@lucent.com>
28554
28555         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28556         it.
28557         * lib/hash.c (struct hash_table): Define it here instead.
28558
28559 2001-11-22  Jim Meyering  <meyering@lucent.com>
28560
28561         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28562
28563 2001-11-20  Jim Meyering  <meyering@lucent.com>
28564
28565         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28566         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28567
28568 2001-11-19  Jim Meyering  <meyering@lucent.com>
28569
28570         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28571         directory.  Use "conftestXXXXXX" as the template.
28572         Suggestion from Paul Eggert.
28573
28574         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28575         immediately, so the test doesn't mistakenly hit the max-open-files
28576         limit.
28577
28578 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28579
28580         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28581         (TEMPORARIES): New macro.
28582         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28583         removes an artificial limitation (e.g. HP-UX 10.20, where
28584         TMP_MAX is 17576).
28585
28586 2001-11-18  Jim Meyering  <meyering@lucent.com>
28587
28588         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28589
28590 2001-11-18  Jim Meyering  <meyering@lucent.com>
28591
28592         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28593         on SunOS 4.
28594
28595         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28596         files will be created before anything else.
28597
28598 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28599
28600         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28601         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28602
28603 2001-11-17  Jim Meyering  <meyering@lucent.com>
28604
28605         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28606         Prompted by a report from Bob Proulx.
28607
28608         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28609         Instead, require UTILS_FUNC_MKSTEMP.
28610
28611 2001-11-17  Jim Meyering  <meyering@lucent.com>
28612
28613         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28614         Now, that's done as part of AC_FUNC_STRTOD.
28615
28616 2001-11-17  Jim Meyering  <meyering@lucent.com>
28617
28618         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28619         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28620         rather than group writable.  Patch by Juan F. Codagnone.
28621
28622         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28623         xrealloc, Instead, include "xalloc.h".
28624
28625         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28626         Remove explicit declarations of xmalloc, xrealloc,
28627         and xstrdup.  Instead, include "xalloc.h".
28628
28629         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28630         unlocked-io.h.
28631         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28632         Likewise.
28633         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28634
28635         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28636         Reported by Padraig Brady.
28637
28638         * lib/mkstemp.c: #undef mkstemp.
28639         Include config.h.
28640         (rpl_mkstemp): Rename from mkstemp.
28641         Protoize.
28642
28643 2001-11-16  Jim Meyering  <meyering@lucent.com>
28644
28645         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28646         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28647         determine the amount of total physical memory, use pstat_getstatic.
28648         HPUX-11 doesn't define _SC_PHYS_PAGES.
28649         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28650         If sysconf couldn't be used to determine the amount of available
28651         physical memory, use both pstat_getstatic and pstat_getdynamic.
28652         Based on a patch from Bob Proulx.
28653
28654 2001-11-10  Jim Meyering  <meyering@lucent.com>
28655
28656         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28657         (jm_PREREQ): Use it.
28658
28659 2001-11-09  Jim Meyering  <meyering@lucent.com>
28660
28661         * m4/jm-macros.m4: Require autoconf-2.52f.
28662         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28663         Use these AC_-prefixed names, not the AM_-prefixed ones.
28664
28665         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28666
28667 2001-11-05  Jim Meyering  <meyering@lucent.com>
28668
28669         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28670
28671 2001-11-04  Jim Meyering  <meyering@lucent.com>
28672
28673         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28674         $DEFS.
28675
28676 2001-11-03  Jim Meyering  <meyering@lucent.com>
28677
28678         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28679         of AC_DEFUN.
28680
28681         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28682         know the name of the variable in the macro definition.
28683
28684 2001-11-03  Jim Meyering  <meyering@lucent.com>
28685
28686         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28687         in argmatch_to_argument call.
28688
28689         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28690         argument.
28691
28692         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28693         e.g., a fault due to an attempt to free a NULL pointer.
28694
28695 2001-11-01  Jim Meyering  <meyering@lucent.com>
28696
28697         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28698         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28699
28700 2001-11-01  Jim Meyering  <meyering@lucent.com>
28701
28702         * lib/dirfd.c, lib/dirfd.h: New files.
28703         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28704
28705         * lib/hash.c (hash_print) [TESTING]: Clean up.
28706
28707 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28708
28709         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28710         to avoid a warning if -Wall.
28711
28712 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28713
28714         * README: New file
28715         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28716         (per RMS's instructions, this is now the canonical source)
28717         * lgpl/, gpl/: New directories.
28718
28719 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28720
28721         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28722
28723 2001-10-21  Jim Meyering  <meyering@lucent.com>
28724
28725         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28726         this code would end up calling gettext even in packages built
28727         with --disable-nls.
28728         * lib/getopt.c (_): Likewise.
28729         * lib/regex.c (_): Likewise.
28730
28731 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28732
28733         * m4/error.m4 (jm_PREREQ_ERROR):
28734         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28735         AC_FUNC_STRERROR_R does that.
28736         Check for strerror declaration.
28737
28738         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28739         are supposed to have them these days.
28740         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28741         Merge changes from latest Autoconf CVS.
28742         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28743         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28744         POSIX decided to standardize on the int flavor of strerror_r.
28745
28746 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28747
28748         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28749         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28750         Use strerror_r that is only a macro, even if it is not a function.
28751         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28752         (private_strerror): Use prototypes, not old-style function definition.
28753         (print_errno_message): New function.
28754         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28755         char*-flavored one.
28756         (error_tail, error, error_at_line): Use it.
28757
28758 2001-10-11  Jim Meyering  <meyering@lucent.com>
28759
28760         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
28761         and quote_n (1, ... to avoid clobbering a buffer.
28762
28763 2001-10-05  Jim Meyering  <meyering@lucent.com>
28764
28765         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
28766         hash-pjw.h.
28767         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
28768         * lib/hash-pjw.h: New file.
28769
28770 2001-09-30  Jim Meyering  <meyering@lucent.com>
28771
28772         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
28773         `struct fsstat' has the `f_fstypename' member.
28774         Use that to define FS_TYPE, which is now used to make
28775         the getfsstat link test tighter.
28776
28777 2001-09-30  Jim Meyering  <meyering@lucent.com>
28778
28779         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
28780         Include <sys/ucred.h>, for Apple Darwin.
28781         Include sys/mount.h and sys/fs_types.h only if available.
28782         (FS_TYPE): Define.
28783         (read_filesystem_list): Use FS_TYPE.
28784
28785 2001-09-29  Paul Eggert  <eggert@twinsun.com>
28786
28787         * lib/exclude.c (excluded_filename): 0 -> false, since it's
28788         a boolean context.
28789
28790 2001-09-29  Jim Meyering  <meyering@lucent.com>
28791
28792         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28793         [one-argument getmntent function]): Include stdio.h before mntent.h.
28794         SunOS 4.1.x needs it for the declaration of `FILE'.
28795         Patch by Volker Borchert.
28796
28797         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
28798         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
28799         sys/fs_types.h, and make the link-test for getfsstat guard #include
28800         directives with appropriate #if HAVE_*_H tests so that we can
28801         detect getfsstat on Apple Darwin1.3.7 systems.
28802         Reported by Nelson Beebe.
28803         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
28804
28805 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28806
28807         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28808         #defines strtoimax.  Also treat the other strto* functions
28809         like strtoimax.
28810
28811         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
28812         Check for strtoul and strtoumax,
28813         as those declarations are made even in the signed case.
28814         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
28815         Likewise, for strtol and strtoimax.
28816
28817 2001-09-28  Paul Eggert  <eggert@twinsun.com>
28818
28819         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
28820         #defines strtoimax.  Also treat the other strto* functions
28821         like strtoimax.
28822
28823         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
28824         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
28825         (strtoimax, strtoumax): Do not declare if already defined as a macro.
28826
28827 2001-09-26  Jim Meyering  <meyering@lucent.com>
28828
28829         Most macros in unlocked-io.h had the wrong number of arguments.
28830         * lib/gen-uio: New script.
28831         (USE_UNLOCKED_IO): Define to 1 if not already defined.
28832         * lib/unlocked-io.hin: Remove file.
28833         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
28834         rather than trying to embed it here.
28835         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
28836         Reported by Padraig Brady.
28837
28838 2001-09-25  Volker Borchert  <bt@teknon.de>
28839
28840         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
28841         `result'.
28842
28843 2001-09-24  Jim Meyering  <meyering@lucent.com>
28844
28845         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
28846
28847 2001-09-23  Jim Meyering  <meyering@lucent.com>
28848
28849         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
28850         instead of the mere test for existence of mntent.h.  The latter
28851         would get a false-positive on AIX 3.4 systems.
28852         In the outer getmntent if-block, don't die if neither of the getmntent
28853         tests succeeds.  Instead, just fall through and continue with the
28854         remaining tests.
28855
28856 2001-09-23  Jim Meyering  <meyering@lucent.com>
28857
28858         * lib/mountlist.c: Remove useless parentheses in #if directives.
28859         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
28860         the deprecated MOUNTED symbol is no longer defined in mntent.h.
28861
28862 2001-09-22  Jim Meyering  <meyering@lucent.com>
28863
28864         * m4/gettext.m4: New file.  From gettext.
28865         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
28866         * m4/progtest.m4: Likewise
28867         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
28868         * m4/glibc21.m4: Likewise.
28869
28870         * m4/libintl.m4: Remove.  No longer used.
28871
28872 2001-09-22  Jim Meyering  <meyering@lucent.com>
28873
28874         * lib/localcharset.c: Update from latest gettext.
28875         * lib/config.charset: Likewise.
28876
28877 2001-09-20  Jim Meyering  <meyering@lucent.com>
28878
28879         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
28880         strtoimax.
28881         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
28882         strtoumax.
28883
28884 2001-09-20  Jim Meyering  <meyering@lucent.com>
28885
28886         * lib/xstrtol.c (strtoimax): Guard declaration with
28887         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
28888         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
28889         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
28890         (strtoumax): Likewise, for completeness (it wasn't necessary).
28891
28892 2001-09-17  Paul Eggert  <eggert@twinsun.com>
28893
28894         * lib/strtoimax.c (HAVE_LONG_LONG):
28895         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
28896         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
28897         to work around bug in IBM C compiler.
28898
28899 2001-09-17  Jim Meyering  <meyering@lucent.com>
28900
28901         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
28902         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
28903         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
28904         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
28905         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
28906         whenever the right hand side need not be expanded by the shell.
28907
28908 2001-09-16  Paul Eggert  <eggert@twinsun.com>
28909
28910         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
28911         library.  It's not correct, as some older glibcs are buggy.
28912         fnmatch wasn't fixed until glibc 2.2.
28913
28914         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
28915         special shell magic here.
28916
28917 2001-09-16  Jim Meyering  <meyering@lucent.com>
28918
28919         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
28920         * m4/jm-macros.m4: Require it.
28921
28922 2001-09-16  Jim Meyering  <meyering@lucent.com>
28923
28924         * lib/mkdir.c: New file.
28925
28926 2001-09-15  Jim Meyering  <meyering@lucent.com>
28927
28928         * m4/jm-macros.m4: Check for help2man.
28929
28930 2001-09-11  Jim Meyering  <meyering@lucent.com>
28931
28932         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
28933         The body, by Paul Eggert, was moved here from configure.in.
28934         * m4/jm-macros.m4: Require UTILS_HOST_OS.
28935
28936 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28937
28938         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
28939         (jm_PREREQ): Use it.
28940
28941 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28942
28943         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
28944         Use ssize_t, not int, to store result of readlink.
28945         Check for ssize_t overflow as well as size_t overflow,
28946         as POSIX says the result of readlink is implementation-defined
28947         when ssize_t overflows.
28948         Remove unnecessary cast to char*.
28949         Use free+malloc instead of realloc, as the storage doesn't need
28950         to be preserved and it's clearer and can be more efficient that way.
28951         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
28952         * lib/xreadlink.h (xreadlink): Update prototype.
28953
28954 2001-09-04  Paul Eggert  <eggert@twinsun.com>
28955
28956         * lib/xgetcwd.c: Revert some of the previous change; intead,
28957         fix the HAVE_GETCWD_NULL code to behave more like the
28958         !HAVE_GETCWD_NULL code used to.
28959
28960         Include "xalloc.h".
28961         (xgetcwd): Do not return NULL when memory is exhausted; instead,
28962         invoke xalloc_die.
28963
28964 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28965
28966         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
28967         sys/param.h, as pathmax.h includes them.
28968
28969 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28970
28971         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
28972         (jm_PREREQ_XGETCWD): New macro.
28973
28974         * m4/getcwd.m4: New file.
28975
28976 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28977
28978         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
28979         like the HAVE_GETCWD_NULL code.
28980         Include pathmax.h if not HAVE_GETCWD.
28981         Do not include xalloc.h.
28982         (INITIAL_BUFFER_SIZE): New symbol.
28983         Do not use xmalloc / xrealloc, since the caller is responsible for
28984         handling errors.  Preserve errno around `free' during failure.
28985         Do not overrun buffer when using getwd.
28986
28987 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28988
28989         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
28990         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
28991         getcwd (NULL, 0).
28992
28993 2001-09-03  Paul Eggert  <eggert@twinsun.com>
28994
28995         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
28996         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
28997         spotted by Jim Meyering.
28998
28999 2001-09-03  Jim Meyering  <meyering@lucent.com>
29000
29001         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29002         failure.
29003
29004 2001-09-02  Jim Meyering  <meyering@lucent.com>
29005
29006         * lib/error.c: Update from GNU libc.
29007
29008 2001-09-01  Jim Meyering  <meyering@lucent.com>
29009
29010         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29011         Used by df.
29012
29013 2001-09-01  Jim Meyering  <meyering@lucent.com>
29014
29015         * lib/xreadlink.c: New file.
29016         * lib/xreadlink.h: New file.
29017         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29018         xreadlink.h.
29019
29020         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29021         doesn't conflict with sparc Solaris 7's definition in
29022         /usr/include/sys/int_types.h.
29023
29024         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29025         files.
29026         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29027         and strncasecmp as r-values.  Unixware didn't have declarations.
29028
29029 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29030
29031         * lib/xstrtol.h: Add copyright notice.
29032         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29033         LONGINT_INVALID_SUFFIX_CHAR.
29034
29035 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29036
29037         * lib/xstrtol.c (strtoimax): New decl.
29038
29039 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29040
29041         * lib/xgetcwd.c: Don't include pathmax.h.
29042         Include stdlib.h and unistd.h if available.
29043         Include xalloc.h.
29044         (xmalloc, xstrdup, free): Remove decls.
29045         (xgetcwd): Don't assume sizes fit in unsigned.
29046         Check for overflow when computing sizes.
29047         Simplify reallocation code.
29048
29049 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29050
29051         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29052         a directory's st_size can have an arbitrary value, so the old
29053         usage could waste an arbitrary amount of memory.  All uses
29054         changed.
29055         * lib/savedir.h: Update prototype.
29056
29057 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29058
29059         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29060
29061         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29062         old strtoimax.c.
29063
29064         Also, make the following further changes to make this file's
29065         configuration more similar to that of strtol.c:
29066         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29067         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29068         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29069         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29070         changed to signed values.
29071
29072         And make the following changes as well:
29073         Fix copyright notice, as 1999 was missing.
29074         (verify): New macro.
29075         (strtoimax): Check sizes at compile-time, not run-time.
29076         Prefer strtol to strtoll if both work.
29077         (main): Remove; it was not that useful and was a pain to maintain.
29078
29079         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29080
29081 2001-08-31  Jim Meyering  <meyering@lucent.com>
29082
29083         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29084         Use an initial, malloc'd, buffer of length 128 rather than
29085         a statically allocated one of length 1024.
29086
29087 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29088
29089         Simplify code, partly by assuming autoconf 2.52 semantics.
29090
29091         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29092
29093         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29094         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29095         All uses removed.
29096         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29097         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29098         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29099         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29100         jm_AC_HEADER_INTTYPES_H.
29101         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29102
29103         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29104
29105         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29106         Quote first arg of AC_DEFUN.
29107         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29108         since they are needed to parse the include file even if we need
29109         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29110         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29111         but with opposite signedness.
29112
29113 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29114
29115         Merge 'exclude' changes from tar 1.13.22.
29116         This fixes one or two unlikely storage allocation overflow bugs,
29117         but doesn't change user-visible behavior otherwise.
29118
29119 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29120
29121         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29122         (jm_PREREQ_EXCLUDE): New macro.
29123
29124 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29125
29126         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29127         tm to be declared.
29128
29129 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29130
29131         * lib/hash.c: Remove '2001' from copyright notice.
29132
29133 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29134
29135         * lib/full-write.h: New file.
29136         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29137         * lib/full-write.c: Correct credits, as cccp.c no longer
29138         exists and anyway it was so heavily changed from the old cccp
29139         code as to be unrecognizable.  Include full-write.h.
29140         (full_write) Return size_t, with short writes meaning failure.
29141         All callers changed.  This fixes a bug with large buffers
29142         on 64-bit hosts.
29143         * lib/utime.c: Include full-write.h.
29144
29145 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29146
29147         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29148         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29149         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29150         Include if available.
29151         (<xalloc.h>): Include
29152         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29153         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29154         collide with FNM macros.
29155         (struct patopts): New struct.
29156         (struct exclude): Use it, as exclude patterns now come with options.
29157         (new_exclude): Support above changes.
29158         (new_exclude, add_exclude_file):
29159         Initial size must now be a power of two to simplify overflow checking.
29160         (free_exclude, fnmatch_no_wildcards): New function.
29161         (excluded_filename): No longer requires options arg, as the options
29162         are determined by add_exclude.  Now returns bool, not int.
29163         (excluded_filename, add_exclude):
29164         Add support for the fancy new exclusion options.
29165         (add_exclude, add_exclude_file): Now takes int options arg.
29166         Check for arithmetic overflow when computing sizes.
29167         (add_exclude_file): xrealloc might modify errno, so don't
29168         realloc until after errno might be used.
29169
29170         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29171         New macros.
29172         (free_exclude): New decl.
29173         (add_exclude, add_exclude_file): Now takes int options arg.
29174         (excluded_filename): No longer requires options arg, as the options
29175         are determined by add_exclude.  Now returns bool, not int.
29176
29177 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29178
29179         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29180
29181 2001-08-27  Jim Meyering  <meyering@lucent.com>
29182
29183         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29184
29185         * lib/version-etc.c (N_): Remove definition.
29186         Revert most of last change.
29187         Instead, simply don't mark the `Copyright...' string for translation.
29188         Based on advice from Paul Eggert.
29189
29190         * lib/strtoxmax.c: Tweak comment.
29191
29192 2001-08-26  Jim Meyering  <meyering@lucent.com>
29193
29194         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29195
29196         * m4/xstrtoimax.m4: New file.
29197         * m4/xstrtoumax.m4: Add comments explaining why we
29198         AC_REPLACE_FUNCS(strtol).
29199
29200 2001-08-26  Jim Meyering  <meyering@lucent.com>
29201
29202         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29203         of copyright with `%s' so translators don't get an untranslated
29204         message in 2002.
29205         (COPYRIGHT_YEAR): Define.
29206         (version_etc): Use fprintf rather than fputs.
29207         Suggestion from Ulrich Drepper.
29208
29209         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29210
29211         * lib/strtoll.c: New file, from GNU libc.
29212         * lib/xstrtoimax.c: New file.
29213
29214         * lib/xstrtol.h: Add xstrtoimax.
29215         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29216         * lib/strtoimax.c: New file.  Likewise, but first define
29217         STRTOUXMAX_SIGNED.
29218
29219         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29220         ...
29221         * lib/strtoxmax.c: ... then renamed to this.
29222
29223 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29224
29225         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29226         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29227         (jm_AC_TYPE_INTMAX_T): New macro.
29228         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29229
29230         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29231
29232         * m4/longlong.m4: Renamed from ulonglong.m4.
29233         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29234         * m4/uintmax_t.m4: Removed.
29235
29236 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29237
29238         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29239         Port to Solaris 8, where 'sed' requires a space after the 'r'
29240         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29241         Redirect output to $tmp just once.
29242
29243 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29244
29245         * lib/addext.c (<errno.h>): Include.
29246         (errno): Declare if not defined.
29247         (addext): Work correctly when pathconf returns -1 and leaves
29248         errno alone because there is no limit.  Also, work even if
29249         pathconf returns a value greater than SIZE_MAX.
29250
29251 2001-08-12  Jim Meyering  <meyering@lucent.com>
29252
29253         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29254         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29255         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29256         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29257         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29258         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29259         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29260         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29261         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29262         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29263         utime.m4, utimes.m4, xstrtoumax.m4:
29264         Quote the first argument in each use of AC_DEFUN.
29265
29266 2001-08-12  Jim Meyering  <meyering@lucent.com>
29267
29268         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29269         Simply `return getcwd (NULL, 0);'.
29270         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29271         Use 1300 as initial value for length, not PATH_MAX.
29272
29273         * lib/pathmax.h: Clean up cpp syntax.
29274
29275 2001-08-12  Jim Meyering  <meyering@lucent.com>
29276
29277         * lib/gettimeofday.c: New file.
29278         * lib/gtod.h: New file.
29279         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29280
29281 2001-08-05  Jim Meyering  <meyering@lucent.com>
29282
29283         * m4/jm-macros.m4: Require autoconf-2.52.
29284
29285 2001-08-04  Jim Meyering  <meyering@lucent.com>
29286
29287         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29288         stmt, to get in sync with glibc.
29289
29290 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29291
29292         The following changes are from gettext 0.10.39 as maintained by
29293         Bruno Haible.
29294
29295         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29296         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29297         with inverted sense.  All uses changed.
29298
29299         * lib/mbswidth.c: Don't include <limits.h>.
29300         Include <stdlib.h> and <string.h> unconditionally.
29301         (iswcntrl, mbsinit, ISCNTRL): New macros.
29302         (mbsnwidth): Use K&R style function declarations.
29303         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29304         can optimize it when MB_CUR_MAX == 1.
29305         The width of control characters is zero, not 1.
29306
29307 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29308
29309         The following changes are from gettext 0.10.39 as maintained by
29310         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29311
29312         * m4/codeset.m4: Upgrade to serial AM1.
29313         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29314         all uses changed.  Quote first arg of AC_DEFUN.
29315         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29316
29317         * m4/iconv.m4: Upgrade to serial AM2.
29318         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29319         Add --with-libconv-prefix.
29320         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29321         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29322         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29323         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29324         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29325
29326         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29327         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29328         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29329         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29330         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29331         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29332         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29333         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29334         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29335
29336         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29337         string.h any more.
29338
29339         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29340         not the default value.
29341
29342         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29343         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29344         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29345         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29346         Also check for iswcntrl, used for wcwidth fallback.
29347         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29348         to Autoconf 2.13.
29349
29350 2001-08-03  Jim Meyering  <meyering@lucent.com>
29351
29352         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29353         as it was in the original.  Reported by Paul Eggert.
29354
29355 2001-07-16  Jim Meyering  <meyering@lucent.com>
29356
29357         * m4/gettimeofday.m4: New file.
29358         Prompted by a report from Bernhard Baehr.
29359
29360 2001-07-15  Jim Meyering  <meyering@lucent.com>
29361
29362         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29363         stuff. Now it's in ../Makefile.cfg.
29364
29365 2001-07-15  Jim Meyering  <meyering@lucent.com>
29366
29367         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29368         (BUILT_SOURCES): Add unlocked-io.h.
29369         (io_functions): Define.
29370         (unlocked-io.h): New rule.
29371         (DISTCLEANFILES): Add unlocked-io.h.
29372         (all-local): Depend on unlocked-io.h, to ensure it is created.
29373
29374         * lib/unlocked-io.hin: New file
29375
29376         * lib/regex.c: Update from glibc.
29377
29378 2001-07-05  Jim Meyering  <meyering@lucent.com>
29379
29380         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29381         recommendation.
29382         (libfetish_a_SOURCES): Put all .h files here instead.
29383         Remove a thus-exposed (better checks in automake) duplicate and
29384         two unnecessary .h files.
29385
29386 2001-07-04  Jim Meyering  <meyering@lucent.com>
29387
29388         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29389         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29390         distcheck failure.
29391
29392 2001-07-02  Jim Meyering  <meyering@lucent.com>
29393
29394         The following changes were prompted by suggestions from Bruno Haible.
29395
29396         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29397         is now generated.
29398         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29399         definition of EXTRA_DIST.
29400         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29401         ensure that the generated file is created/updated whenever the list
29402         of $(unlocked_functions) is changed.
29403         (jm-glibc-io.m4): New rule.
29404         (unlocked-io.h): New rule -- currently unused.
29405
29406 2001-06-24  Jim Meyering  <meyering@lucent.com>
29407
29408         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29409         unmatched right bracket, rather than kludging it with an extra,
29410         falsely-matching quote in a comment.  Patch by Akim Demaille.
29411
29412 2001-06-11  Jim Meyering  <meyering@lucent.com>
29413
29414         * lib/regex.c: Update from GNU libc.
29415
29416 2001-05-27  Jim Meyering  <meyering@lucent.com>
29417
29418         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29419         Check for ut_type in struct utmp.
29420
29421 2001-05-27  Jim Meyering  <meyering@lucent.com>
29422
29423         * lib/readutmp.h (UT_TYPE): Define.
29424
29425 2001-05-24  Jim Meyering  <meyering@lucent.com>
29426
29427         * lib/argmatch.c: Include "quote.h".
29428         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29429         quote function.  Reported by Göran Uddeborg.
29430
29431 2001-05-22  Jim Meyering  <meyering@lucent.com>
29432
29433         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29434         now that we use the package-supplied version unconditionally.
29435         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29436
29437 2001-05-21  Jim Meyering  <meyering@lucent.com>
29438
29439         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29440         shell syntax errors.
29441
29442 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29443
29444         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29445
29446 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29447
29448         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29449         Don't bother to check library strftime, since
29450         we'll be using our own my_strftime function anyway.
29451         Define my_strftime instead of strftime.
29452
29453 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29454
29455         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29456         which is not yet declared.
29457
29458 2001-05-15  Jim Meyering  <meyering@lucent.com>
29459
29460         * m4/regex.m4: Use proper quoting so brackets appear in the test
29461         program.
29462         Reported by, and with help from, Bruno Haible.
29463
29464 2001-05-13  Jim Meyering  <meyering@lucent.com>
29465
29466         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29467         undefined.
29468
29469 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29470
29471         dirname code cleanup.  base_name now behaves more compatibly
29472         with POSIX basename when given file names that have trailing
29473         slashes, and similarly for dir_name.  Add new primitives
29474         base_len and dir_len.  Put the directory-name-related decls
29475         into dirname.h.
29476
29477         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29478         * lib/backupfile.c (base_name): Likewise.
29479         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29480         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29481         * lib/makepath.c (strip_trailing_slashes): Likewise.
29482         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29483         ISSLASH): Likewise.
29484         * lib/rename.c (strip_trailing_slashes): Likewise.
29485         * lib/same.c (base_name): Likewise.
29486         * lib/stripslash.c (ISSLASH): Likewise.
29487
29488         * lib/addext.c: Include <dirname.h> after size_t is defined.
29489         * lib/backupfile.c: Likewise.
29490
29491         * lib/addext.c (addext): Use base_len to trim redundant
29492         trailing slashes instead of doing it ourselves.
29493         But do not trim the last slash if it is not redundant.
29494
29495         * lib/backupfile.c (find_backup_file_name,
29496         max_backup_version): Use base_len instead of rolling it ourselves.
29497         Handle the case of "" and (on DOS) "C:" correctly.
29498
29499         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29500         needed. Include <string.h>, <dirname.h>.
29501         (base_name): Allow file names ending in slashes, other than names
29502         that are all slashes.  In this case, return the basename followed
29503         by the slashes.  This is more general, and can be used in places
29504         where the original base_name purposely had an assertion failure.
29505         (base_len): New function.
29506
29507         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29508         Do not include <assert.h>; no longer needed.
29509         Include xalloc.h.
29510         (memrchr): Remove decl.
29511         (dir_name_r): Remove.
29512         (dir_len): Renamed from dirlen.  All callers changed.
29513         Rewrite in terms of base_name, for simplicity and consistency.
29514         (dir_name): Never return NULL.  All callers changed.
29515         Do not include <stdlib.h> in test program; no longer needed.
29516         return 0; is fine for test program.
29517
29518         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29519         New macros.
29520         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29521
29522         * lib/path-concat.c (path_concat): Use base_len to compute
29523         base length, not strlen; this means we cannot rely on memcpy
29524         to null-terminate.
29525
29526         * lib/same.c (STREQ): Remove.
29527         (same_name): Handle the case where the basename ends in trailing '/'.
29528
29529         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29530         a slash was stripped.  Do not strip the last slash after a
29531         file system prefix.
29532
29533 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29534
29535         * lib/Makefile.am (libfetish_a_SOURCES):
29536         Add strftime.c, since we now compile it on all hosts.
29537
29538         * lib/strftime.c (my_strftime):
29539         Define to nstrftime if emacs, but only if my_strftime is not defined.
29540         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29541         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29542         Add one more extra argument: a nanoseconds value.
29543         All uses changed.
29544         (ns): New macro.
29545         (my_strftime function): Add %N format.
29546         (emacs_strftimeu): Renamed from emacs_strftime,
29547         with extra ut argument.
29548
29549 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29550
29551         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29552
29553 2001-04-21  Jim Meyering  <meyering@lucent.com>
29554
29555         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29556         doesn't interfere.
29557
29558 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29559
29560         * m4/ftruncate.m4: Check for chsize.
29561         Link with ftruncate.o unconditionally if ftruncate is missing.
29562         This was required when cross-compiling to i586-mingw32msvc.
29563
29564 2001-04-08  Jim Meyering  <meyering@lucent.com>
29565
29566         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29567         recomputed; that's necessary when the offset spans a DST transition.
29568         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29569
29570 2001-04-02  Jim Meyering  <meyering@lucent.com>
29571
29572         * lib/regex.h, regex.c: Update from GNU libc.
29573
29574 2001-03-24  Jim Meyering  <meyering@lucent.com>
29575
29576         * m4/jm-macros.m4: Require autoconf-2.49d.
29577
29578 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29579
29580         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29581
29582 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29583
29584         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29585
29586 2001-03-17  Jim Meyering  <meyering@lucent.com>
29587
29588         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29589         now that the version in autoconf is equivalent.
29590         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29591
29592         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29593         Suggestion from Akim Demaille.
29594
29595         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29596         (jm_PREREQ_TEMPNAME): New function.
29597
29598 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29599
29600         * lib/tempname.c (uint64_t): Define to uintmax_t if
29601         not defined, and if UINT64_MAX is not defined.
29602         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29603         Reported by John David Anglin.
29604
29605 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29606
29607         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29608         resolve alias if codeset is empty.
29609         * lib/config.charset (BeOS): Use wildcard syntax.
29610
29611 2001-03-13  Jim Meyering  <meyering@lucent.com>
29612
29613         * lib/path-concat.c (path_concat)
29614         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29615         concatenating e.g., `C:' and `foo'.
29616         From Bruno Haible.
29617
29618 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29619
29620         * lib/localcharset.c (locale_charset): Don't use
29621         setlocale(LC_CTYPE,NULL). Don't return NULL.
29622         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29623
29624 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29625
29626         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29627         support for DOS/DJGPP.
29628
29629 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29630
29631         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29632         lacks mkstemp.  Compile our own tempname.c if we compile our own
29633         mkstemp.c, as mkstemp relies on tempname.
29634
29635 2001-03-01  Jim Meyering  <meyering@lucent.com>
29636
29637         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29638         AH_VERBATIM really does output its argument verbatim.
29639
29640 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29641
29642         * lib/Makefile.am (libfetish_a_SOURCES):
29643         Add dup-safer.c, fopen-safer.c.
29644         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29645
29646         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29647         * lib/unistd-safer.h: New files.
29648
29649 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29650
29651         The mkstemp replacement is taken from glibc 2.2.2, with some
29652         portability fixes for use outside glibc, as follows:
29653
29654         * lib/tempname.c (struct_stat64): New macro.
29655         (direxists, __gen_tempname): Use it.
29656         This avoids a portability problem with Solaris 8.
29657
29658         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29659         (<stddef.h>, <stdint.h>, <string.h>):
29660         Include only if STDC_HEADERS || _LIBC.
29661         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29662         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29663         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29664         (__set_errno): Define this macro if <errno.h> doesn't.
29665         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29666         Define these macros if <stdio.h> doesn't.
29667         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29668         Define these macros if <sys/stat.h>
29669         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29670         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29671         __xstat64): Define if not _LIBC.
29672         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29673         (__gen_tempname): Invoke gettimeofday only if
29674         HAVE_GETTIMEOFDAY || _LIBC;
29675         otherwise, fall back on plain "time".
29676         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29677
29678         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29679
29680         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29681
29682 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29683
29684         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29685
29686 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29687
29688         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29689         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29690         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29691         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29692
29693 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29694
29695         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29696         Remove workaround macros for hosts that have mbrtowc but not
29697         mbstate_t, as we now insist on proper declarations for both
29698         before using mbrtowc.
29699
29700 2001-02-17  Jim Meyering  <meyering@lucent.com>
29701
29702         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29703         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29704         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29705         UnixWare 7.1.1.
29706
29707         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29708         rather than AC_CACHE_VAL.
29709
29710 2001-02-17  Jim Meyering  <meyering@lucent.com>
29711
29712         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29713         around included file name.
29714
29715         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29716
29717         * lib/strftime.c: Update from GNU libc (the only changes were to
29718         comments).
29719
29720 2001-02-17  Jim Meyering  <meyering@lucent.com>
29721
29722         * lib/regex.c: Update from libc.
29723
29724 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29725
29726         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29727         clash.
29728
29729 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29730
29731         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29732         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29733         Reported by Mark Hounschell via Paul Eggert.
29734
29735 2001-02-07  Jim Meyering  <meyering@lucent.com>
29736
29737         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29738
29739 2001-02-05  Jim Meyering  <meyering@lucent.com>
29740
29741         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29742         it includes the patch required for `large file' support with at least
29743         HP-UX's 10.20 /bin/cc.
29744
29745 2001-02-03  Jim Meyering  <meyering@lucent.com>
29746
29747         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29748         AS_IF, now that it works once again (mysteriously).
29749         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29750
29751 2001-01-30  Jim Meyering  <meyering@lucent.com>
29752
29753         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29754         * m4/chown.m4: Rename conftestchown to conftest.chown.
29755         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29756         s/conftestdir2/conftest.d2/.
29757         * m4/utimes.m4: s/conftestdata/conftest.data/
29758         Inspired by Pavel Roskin's change in autoconf.
29759
29760 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
29761
29762         * lib/config.charset: Update for FreeBSD 4.2.
29763
29764 2001-01-27  Jim Meyering  <meyering@lucent.com>
29765
29766         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
29767         a use of AS_IF.
29768         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29769
29770 2001-01-26  Jim Meyering  <meyering@lucent.com>
29771
29772         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
29773         quotearg.c includes it.
29774
29775 2001-01-26  Jim Meyering  <meyering@lucent.com>
29776
29777         * lib/quotearg.c: Include stddef.h.
29778         * lib/quote.c: Include stddef.h.
29779         Reported by Axel Kittenberger.
29780
29781         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
29782         line in double quotes so that it evokes a better diagnostic.
29783         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
29784         Reported by Axel Kittenberger.
29785
29786 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
29787
29788         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
29789         as if it was a `charset'.
29790
29791 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29792
29793         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
29794         has const.
29795
29796 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
29797
29798         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
29799         to avoid a warning.  Add back 'const' to inptr.
29800
29801 2001-01-20  Jim Meyering  <meyering@lucent.com>
29802
29803         Be sure that headers are checked before used in code compiled
29804         for the type checks.
29805         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
29806         In place of that, invoke jm_CHECK_ALL_TYPES.
29807         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
29808         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
29809         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
29810         The check for ssize_t was mistakenly run before the test for unistd.h.
29811
29812         The configure-time check for stdbool.h was missing.
29813         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
29814         (jm_PREREQ_HASH): New function.
29815
29816 2001-01-17  Jim Meyering  <meyering@lucent.com>
29817
29818         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
29819         for autoconf-2.49c.
29820         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
29821
29822 2001-01-16  Jim Meyering  <meyering@lucent.com>
29823
29824         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
29825         From Bruno Haible.
29826
29827 2001-01-14  Jim Meyering  <meyering@lucent.com>
29828
29829         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
29830         foo and bar.  Create conftestdir/ in the script, not in the C code.
29831         Remove directories in the script, not in the C code.
29832         Remove conftestdir{,2} before trying to create the directory.
29833         Make the entire configure script fail if the mkdir fails.
29834
29835 2001-01-14  Jim Meyering  <meyering@lucent.com>
29836
29837         * lib/rename.c: New file.  From Volker Borchert.
29838         Include stdlib.h, string.h or strings.h, and xalloc.h.
29839         Use strip_trailing_slashes rather than open-coding it.
29840
29841 2001-01-03  Paul Eggert  <eggert@twinsun.com>
29842
29843         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
29844
29845 2001-01-03  Jim Meyering  <meyering@lucent.com>
29846
29847         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
29848         of local `inptr' to avoid warning with some system declarations of
29849         iconv.
29850
29851 2001-01-02  Volker Borchert  <bt@teknon.de>
29852
29853         * m4/rename.m4: New file.
29854         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
29855
29856 2001-01-01  Jim Meyering  <meyering@lucent.com>
29857
29858         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
29859         even on systems with utmpx.h.  It's necessary for the declaration of
29860         utmp's ut_user member.  Reported by Andreas Jaeger.
29861
29862         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
29863         available. They are required for the declarations of getgrgid and
29864         getpwuid resp.
29865         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
29866         Reported by Andreas Jaeger.
29867
29868 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
29869
29870         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
29871         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
29872         so `make install' also works in VPATH builds.
29873
29874 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
29875
29876         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
29877         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
29878         can be used in subdirectories.
29879
29880 2000-12-29  Paul Eggert  <eggert@twinsun.com>
29881
29882         * lib/modechange.c: Do not assume that mode_t uses the
29883         traditional octal encoding.  E.g. "chmod 1 FOO" should set
29884         the other-execute bit of FOO even if S_IXOTH != 1.
29885
29886         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
29887         WOTH, XOTH, ALLM): New macros.
29888         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
29889          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
29890         Use them.
29891         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
29892         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
29893         (mode_compile):
29894         No need to use uintmax_t; unsigned long is long enough.
29895         Don't bother to get suffix since we don't use it.
29896
29897 2000-12-26  Jim Meyering  <meyering@lucent.com>
29898
29899         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
29900         better with autoheader.
29901
29902 2000-12-24  Jim Meyering  <meyering@lucent.com>
29903
29904         * lib/hash.c (is_prime): Return explicit boolean values.
29905         (hash_get_first): Return NULL to appease Irix5.6's 89.
29906         Reported by Nelson Beebe.
29907
29908 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
29909
29910         * lib/localcharset.c (locale_charset): Add support for Win32.
29911
29912 2000-12-18  Paul Eggert  <eggert@twinsun.com>
29913
29914         * lib/physmem.h, lib/physmem.c: New files.
29915
29916         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
29917         (noinst_HEADERS): Add physmem.h.
29918
29919         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
29920         't' for compatibility with Solaris 8 sort.
29921
29922 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
29923
29924         * lib/config.charset: Add support for BeOS.
29925
29926 2000-12-17  Jim Meyering  <meyering@lucent.com>
29927
29928         * m4/dos.m4 (jm_AC_DOS): New file and macro.
29929         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
29930
29931 2000-12-16  Jim Meyering  <meyering@lucent.com>
29932
29933         This bug had a serious impact on chown: `chown N:M FILE' (for integer
29934         N and M) would have treated it like `chown N:N FILE'.
29935
29936         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
29937
29938 2000-12-16  Jim Meyering  <meyering@lucent.com>
29939
29940         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
29941         SHELLS_FILE to a file name that's useful on djgpp systems.
29942         Include stdlib.h.
29943         (ADDITIONAL_DEFAULT_SHELLS): Define.
29944         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
29945         Based mostly on a patch from Prashant TR.
29946
29947 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
29948
29949         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
29950         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
29951         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
29952
29953 2000-12-08  Andreas Schwab  <schwab@suse.de>
29954
29955         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
29956         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
29957
29958 2000-12-07  Jim Meyering  <meyering@lucent.com>
29959
29960         * lib/stripslash.c (ISSLASH): Define.
29961         (strip_trailing_slashes): Use ISSLASH rather than comparing against
29962         `/'.
29963         From Prashant TR.
29964
29965         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
29966         (dir_name_r): Declare this function as static.
29967         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
29968         manifest itself on a name containing a mix of slashes and
29969         backslashes.
29970         Make this function work with names starting with a DOS-style
29971         drive letter and colon prefix.
29972         (dir_name): Append `.' if necessary.
29973         Based mostly on patches from Prashant TR and Eli Zaretskii.
29974
29975         * lib/dirname.h (dir_name_r): Remove prototype.
29976
29977 2000-12-06  Paul Eggert  <eggert@twinsun.com>
29978
29979         * m4/off_t-format.m4: Remove this file.
29980         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
29981
29982 2000-12-06  Jim Meyering  <meyering@lucent.com>
29983
29984         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
29985         replacement strtoull, we may well need the replacement strtoul, too.
29986         Check for declarations of strtoul and strtoull.
29987         Check for strtol.  Mainly as a cue to cause automake to include
29988         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
29989         Check for limits.h -- strtol.c needs it.
29990
29991 2000-12-05  Jim Meyering  <meyering@lucent.com>
29992
29993         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
29994
29995 2000-12-04  Jim Meyering  <meyering@lucent.com>
29996
29997         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
29998         Also include memory.h, stdlib.h, unistd.h if appropriate.
29999         Reported by Andreas Jaeger (conflicting declaration of malloc).
30000
30001 2000-12-02  Jim Meyering  <meyering@lucent.com>
30002
30003         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30004         * m4/jm-macros.m4 (jm_MACROS): require it.
30005
30006 2000-12-02  Jim Meyering  <meyering@lucent.com>
30007
30008         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30009
30010 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30011
30012         * lib/memrchr.c: Include <config.h> before any system include file.
30013
30014 2000-11-30  Jim Meyering  <meyering@lucent.com>
30015
30016         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30017
30018 2000-11-30  Jim Meyering  <meyering@lucent.com>
30019
30020         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30021
30022 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30023
30024         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30025
30026 2000-11-26  Jim Meyering  <meyering@lucent.com>
30027
30028         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30029
30030 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30031
30032         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30033         size of (size_t) -1; it's not portable.
30034
30035 2000-11-17  Jim Meyering  <meyering@lucent.com>
30036
30037         * lib/strstr.c: Update from GNU libc.
30038
30039 2000-11-17  Akim Demaille  <akim@epita.fr>
30040
30041         * lib/obstack.h: Formatting changes.
30042         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30043         prevent type checking.
30044         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30045         cast the value to (void *): assigning a `foo *' to a `void *'
30046         variable is valid.
30047         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30048
30049 2000-11-16  Jim Meyering  <meyering@lucent.com>
30050
30051         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30052
30053 2000-11-11  Jim Meyering  <meyering@lucent.com>
30054
30055         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30056
30057 2000-11-10  Jim Meyering  <meyering@lucent.com>
30058
30059         * lib/obstack.h: Update from GNU libc.
30060         * lib/obstack.c: Likewise.
30061
30062 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30063
30064         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30065
30066 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30067
30068         * lib/getusershell.c (setusershell): Use rewind rather than
30069         fseek/fseeko, to avoid configuration hassles with fseeko.
30070         Don't bother opening SHELLS_FILE if shellstream is NULL;
30071         it's not necessary.
30072
30073 2000-11-05  Jim Meyering  <meyering@lucent.com>
30074
30075         * lib/makepath.h (make_dir): Declare.
30076         * lib/makepath.c (make_dir): Remove `static' attribute.
30077         Tweak a comment.
30078
30079 2000-11-04  Jim Meyering  <meyering@lucent.com>
30080
30081         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30082
30083 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30084
30085         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30086         last one in a bucket, advance to the next bucket.
30087
30088 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30089
30090         * lib/fnmatch.c: Do not comment out all the code if we are using
30091         the GNU C library, because in some cases we are replacing buggy
30092         code in the GNU C library itself.
30093
30094 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30095
30096         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30097         (regex_compile): Catch bogus \(\1\).
30098
30099 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30100
30101         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30102         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30103         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30104
30105 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30106
30107         * lib/error.h, getline.h, modechange.h:
30108         Remove "2000" from Copyright line, as the file hasn't been
30109         changed this year other than in the copyright notice.
30110
30111         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30112         was changed this year.
30113
30114 2000-10-29  Jim Meyering  <meyering@lucent.com>
30115
30116         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30117         renaming.
30118         * m4/ls-mntd-fs.m4: Likewise
30119
30120 2000-10-29  Jim Meyering  <meyering@lucent.com>
30121
30122         * lib/xstat.in: Fix grammar in comment.
30123
30124 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30125
30126         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30127         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30128         doesn't define __restrict_arr.
30129
30130 2000-10-28  Jim Meyering  <meyering@lucent.com>
30131
30132         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30133         (jm_PREREQ_MEMCHR): New function.
30134
30135 2000-10-28  Jim Meyering  <meyering@lucent.com>
30136
30137         * lib/memchr.c: Update from libc.
30138         Adjust for portability:
30139         [HAVE_STDLIB_H]: Include stdlib.h.
30140         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30141         Undef __memchr, too.
30142         [!weak_alias]: Define __memchr to memchr.
30143
30144         * lib/regex.c: Update from libc.
30145         * lib/regex.h: Likewise.
30146         * lib/getopt1.c: Likewise.
30147         * lib/memcmp.c: Likewise.
30148
30149         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30150         Avoid using fseek, when possible -- it's broken by design.
30151         Patch by Ulrich Drepper.
30152
30153 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30154
30155         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30156         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30157         Giving in to popular pressure to shut up the compiler with casts.
30158
30159 2000-10-26  Jim Meyering  <meyering@lucent.com>
30160
30161         * lib/strftime.c: Update from libc.
30162
30163 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30164
30165         * regex.c: More `unsigned char' -> `re_char' changes.
30166         Also change several `int' into `re_wchar_t'.
30167         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30168         (PUSH_FAILURE_POINTER): Don't cast any more.
30169         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30170         We want GCC to complain, since this piece of code makes
30171         re_match non-reentrant, which *should* be fixed.
30172         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30173         (EXTEND_BUFFER): Use RETALLOC.
30174         (SET_LIST_BIT): Don't cast.
30175         (re_wchar_t): New type.
30176         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30177         that those two functions will always properly return.
30178         (IMMEDIATE_QUIT_CHECK): Cast to void.
30179         (analyse_first): Use recursion rather than an explicit stack.
30180         (re_compile_fastmap): Can't fail anymore.
30181         (re_search_2): Don't check re_compile_fastmap for failure.
30182         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30183         Now also sets the new value (passed in a new argument).
30184         (re_match_2_internal): Use it.
30185         Also, use a new var `reg' of type size_t when looping through regs
30186         rather than reuse the inappropriate `mcnt'.
30187
30188 2000-10-25  Jim Meyering  <meyering@lucent.com>
30189
30190         * lib/obstack.c: Update from libc.
30191
30192 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30193
30194         * regex.c (regex_compile): Change the way of handling a range from
30195         a char less than 256 to a char not less than 256.
30196
30197 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30198
30199         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30200         NT-Emacs only.
30201         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30202         so that re_search functions only quit when callers expect them to.
30203
30204 2000-10-23  Jim Meyering  <meyering@lucent.com>
30205
30206         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30207         wrong.  That set_locale call must not have any side effects.
30208         From Paul Eggert.
30209
30210 2000-10-22  Jim Meyering  <meyering@lucent.com>
30211
30212         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30213         [CYCLIC]: Remove now-unused definition.
30214
30215         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30216         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30217         Suggestion from Ulrich Drepper.
30218
30219 2000-10-21  Jim Meyering  <meyering@lucent.com>
30220
30221         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30222         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30223         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30224
30225 2000-10-21  Jim Meyering  <meyering@lucent.com>
30226
30227         * lib/dirname.c (memrchr): Declare if necessary.
30228         (dir_name): Remove the restriction that there be no
30229         trailing slashes.  Now, this code skips past them, effectively
30230         ignoring them.
30231         [TEST_DIRNAME] (main): New unit tests.
30232
30233         * lib/memrchr.c: New file from GNU libc.
30234         Undef __memrchr, too.
30235         [!weak_alias]: Define __memrchr to memrchr.
30236         Guard weak_alias use with `#ifdef weak_alias'.
30237
30238 2000-10-21  Jim Meyering  <meyering@lucent.com>
30239
30240         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30241         (dir_name): Use dir_name_r.
30242         * lib/dirname.h (dir_name_r): Declare it.
30243
30244 2000-10-17  Jim Meyering  <meyering@lucent.com>
30245
30246         * lib/quote.h (PARAMS): Define and use.
30247         Reported by Akim Demaille.
30248
30249         * lib/getopt.c: Update from libc.
30250
30251 2000-10-16  Jim Meyering  <meyering@lucent.com>
30252
30253         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30254         setlocale.
30255         From Jan Fedak.
30256
30257 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30258
30259         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30260
30261 2000-09-25  Jim Meyering  <meyering@lucent.com>
30262
30263         * lib/md5.h (rol): Define (from GnuPG).
30264
30265         * lib/sha.c: Give credit (GnuPG) where due.
30266         (M): Use rol rather than open-coding it.
30267         Add a FIXME comment.
30268
30269 2000-09-21  Jim Meyering  <meyering@lucent.com>
30270
30271         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30272         Reported by Michael Stone.
30273
30274 2000-09-20  Jim Meyering  <meyering@lucent.com>
30275
30276         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30277         (noinst_HEADERS): Add sha.h.
30278         Based on code from Scott G. Miller and from GnuPG.
30279
30280 2000-09-18  Jim Meyering  <meyering@lucent.com>
30281
30282         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30283         LIBS. Otherwise, everyone ends up linking with -lelf for some
30284         configurations.
30285         Reported by Mike Stone.
30286
30287 2000-09-15  Jim Meyering  <meyering@lucent.com>
30288
30289         * lib/regex.c: Update from libc.
30290
30291 2000-09-10  Jim Meyering  <meyering@lucent.com>
30292
30293         * lib/getopt.c (_getopt_internal): Update from glibc.
30294
30295 2000-09-09  Jim Meyering  <meyering@lucent.com>
30296
30297         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30298         think it should be used as a general replacement for isascii.
30299         * lib/fnmatch.c: Likewise.
30300         * lib/mbswidth.c: Likewise
30301         * lib/regex.c: Likewise.
30302
30303         Don't use atoi.
30304         * lib/userspec.c: Include sys/param.h and limits.h.
30305         Include xstrtol.h.
30306         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30307         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30308         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30309         UID, GID.  Check range.
30310
30311 2000-09-06  Jim Meyering  <meyering@lucent.com>
30312
30313         * lib/getopt.c (_getopt_internal): Update from glibc.
30314
30315 2000-08-30  Jim Meyering  <meyering@lucent.com>
30316
30317         * lib/strftime.c: Merge in changes from GNU libc.
30318
30319 2000-08-26  Jim Meyering  <meyering@lucent.com>
30320
30321         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30322         * m4/fpending.m4: New file.
30323
30324 2000-08-26  Jim Meyering  <meyering@lucent.com>
30325
30326         * lib/closeout.c: Include "__fpending.h".
30327         (close_stdout_status): Return right away if there's nothing to flush.
30328
30329         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30330         * lib/__fpending.c: New file.
30331         * lib/__fpending.h: New file.
30332
30333 2000-08-20  Jim Meyering  <meyering@lucent.com>
30334
30335         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30336         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30337         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30338
30339 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30340
30341         Improve fileutils installation on systems where running
30342         programs (like install) can't be unlinked.
30343         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30344         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30345
30346 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30347
30348         Standardize on "memory exhausted" instead of "Memory exhausted"
30349         or "virtual memory exhausted".
30350         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30351         "virtual memory exhausted".
30352         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30353         our own message.
30354         * lib/userspec.c (parse_user_spec): Likewise.
30355         * lib/bumpalloc.h: comment fix
30356         * lib/same.c, userspec.c: Include xalloc.h.
30357
30358         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30359         not char *const and pointing to a constant array.
30360         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30361         (xrealloc): Comment fix.
30362
30363         * lib/userspec.c (parse_user_spec):
30364         Don't translate a message until just before returning,
30365         to avoid unnecessary translation.
30366
30367 2000-08-07  Jim Meyering  <meyering@lucent.com>
30368
30369         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30370         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30371         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30372         getgroups.c, gethostname.c, getopt.h, group-member.c,
30373         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30374         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30375         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30376         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30377         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30378         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30379         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30380         yesno.c: Back out Copyright date changes for each file with no change
30381         this year.  This eases coordination with other programs using the same
30382         source code modules.  From Paul Eggert.
30383
30384 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30385
30386         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30387         not char, for compatibility with glibc 2.1.3 strftime.c.
30388
30389 2000-08-03  Greg McGary  <greg@mcgary.org>
30390
30391         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30392         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30393         (EXTEND_BUFFER): Use them.
30394
30395 2000-08-01  Jim Meyering  <meyering@lucent.com>
30396
30397         * lib/dirname.c (ISSLASH): Define.
30398         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30399         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30400         both `\' and `/' may be use as path separators.
30401         Based on a patch from Prashant TR.
30402
30403 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30404
30405         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30406         slot vector a constant, since it might get modified.
30407
30408 2000-07-31  Jim Meyering  <meyering@lucent.com>
30409
30410         * lib/xmalloc.c: Use `virtual memory exhausted', not
30411         `Memory exhausted'.
30412         * lib/obstack.c (print_and_abort): Likewise.
30413
30414 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30415
30416         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30417         buffer, so that the caller can always quote one small
30418         component of a "memory exhausted" message in slot 0.
30419         From a suggestion by Jim Meyering.
30420
30421 2000-07-30  Jim Meyering  <meyering@lucent.com>
30422
30423         * lib/makepath.c (make_path): Quote the other instance, too.
30424
30425         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30426         (STATIC_BUF_SIZE): Define.
30427         (quotearg_n_options): Use only statically allocated storage when
30428         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30429         than STATIC_BUF_SIZE.
30430
30431 2000-07-29  Jim Meyering  <meyering@lucent.com>
30432
30433         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30434         * lib/dirname.c (dir_name): Likewise.
30435
30436         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30437         `/'.
30438
30439         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30440         (dir_name): Assert that there are no trailing slashes.
30441
30442 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30443
30444         * lib/mbswidth.h (mbswidth): Add a flags argument.
30445         (mbswidth): New declaration.
30446         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30447         * lib/mbswidth.c (mbswidth): Add a flags argument.
30448         (mbsnwidth): New function.
30449
30450 2000-07-24  Jim Meyering  <meyering@lucent.com>
30451
30452         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30453
30454 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30455
30456         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30457
30458 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30459
30460         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30461         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30462         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30463         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30464         invoke multibyte primitives.
30465
30466 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30467
30468         * lib/quotearg.c:
30469         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30470         so that mbstate_t is always defined.
30471
30472         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30473         be 1 in at least one GCC installation, and this configuration
30474         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30475         performance on hosts that have mbrtowc but have only unibyte
30476         locales, but I assume these hosts are rare.
30477
30478 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30479
30480         * lib/mbswidth.c (_XOPEN_SOURCE):
30481         Don't define; this causes problems on Solaris 7.
30482         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30483
30484 2000-07-23  Jim Meyering  <meyering@lucent.com>
30485
30486         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30487         too: getgrgid, getpwuid, getuid.
30488
30489 2000-07-23  Jim Meyering  <meyering@lucent.com>
30490
30491         * lib/basename.c (base_name): Add an assertion.
30492
30493 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30494
30495         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30496         shadow its mbsinit function.
30497
30498 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30499
30500         * lib/mbswidth.h: New file.
30501         * lib/mbswidth.c: New file.
30502         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30503         (noinst_HEADERS): Add mbswidth.h.
30504
30505 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30506
30507         * lib/config.charset: Add support for FreeBSD. Improve support for
30508         HP-UX and IRIX 6.
30509
30510 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30511
30512         * m4/mbswidth.m4: New file.
30513         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30514
30515 2000-07-15  Jim Meyering  <meyering@lucent.com>
30516
30517         * lib/makepath.c: Include quote.h.
30518         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30519         corresponding argument in a `quote (...)' call.
30520         Give better diagnostics.
30521
30522         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30523         (noinst_HEADERS): Add quote.h.
30524
30525         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30526         from tar's src/misc.c.
30527         * lib/quote.h: New file.  Prototypes for same.
30528
30529 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30530
30531         From a suggestion by Bruno Haible.
30532         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30533         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30534         to decide whether to define the BeOS workaround macro;
30535         this adjusts to the change to AC_MBSTATE_T.
30536
30537 2000-07-14  Jim Meyering  <meyering@lucent.com>
30538
30539         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30540         jm_AC_TYPE_UINTMAX_T.
30541
30542 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30543
30544         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30545
30546         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30547         quotearg_buffer_restyled): Add support for
30548         clocale_quoting_style.  Undo previous change to
30549         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30550         and "{RIGHT QUOTATION MARK}" msgids.
30551
30552 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30553
30554         From a suggestion by Bruno Haible.
30555         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30556         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30557         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30558         and mbstate_t, to a single-part test that simply defines mbstate_t.
30559         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30560         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30561
30562 2000-07-10  Jim Meyering  <meyering@lucent.com>
30563
30564         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30565
30566         * m4/gnu-source.m4: Output to confdefs.h directly.
30567         Suggestion from Akim Demaille.
30568
30569 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30570
30571         The old behavior of quoting `like this' doesn't look good with
30572         newer, ISO-style fonts.  See:
30573         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30574
30575         Instead, quote "like this" by default.  Let the translator
30576         tailor the locale-specific quoting behavior by providing
30577         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30578
30579         * lib/quotearg.c (N_): New macro.
30580         (gettext_default): New function.
30581         (quotearg_buffer_restyled): Use
30582         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30583         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30584
30585 2000-07-09  Jim Meyering  <meyering@lucent.com>
30586
30587         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30588         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30589
30590         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30591         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30592
30593 2000-07-09  Jim Meyering  <meyering@lucent.com>
30594
30595         * lib/Most files: Update copyright dates to include 2000.
30596
30597 2000-07-08  Jim Meyering  <meyering@lucent.com>
30598
30599         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30600         if not defined.
30601         (xgethostname): Remove now-unnecessary #ifdef.
30602         Move declaration of `err' into loop where it's used.
30603
30604 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30605         and Bruno Haible  <haible@clisp.cons.org>
30606
30607         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30608         only if the test for an object-type mbstate_t fails.  This
30609         prevents us from mistakenly reporting that mbstate_t is a
30610         system object type after we "#define mbstate_t int" to work
30611         around its lack.
30612
30613 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30614         and Bruno Haible  <haible@clisp.cons.org>
30615
30616         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30617
30618 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30619
30620         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30621         to strerror_r.
30622         Include <ctype.h> for use of isalpha.
30623
30624 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30625
30626         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30627         by allocating a larger buffer. Test the gethostname return value for
30628         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30629         returns an error and ENAMETOOLONG isn't defined.
30630
30631 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30632
30633         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30634         dimension.
30635
30636 2000-07-04  Jim Meyering  <meyering@lucent.com>
30637
30638         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30639         of the deprecated AC_CHECKING.
30640
30641 2000-07-04  Jim Meyering  <meyering@lucent.com>
30642
30643         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30644         Reported by Bruno Haible.
30645
30646 2000-07-04  Jim Meyering  <meyering@lucent.com>
30647
30648         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30649         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30650         lacks mbrtowc.
30651
30652 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30653
30654         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30655         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30656
30657 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30658         and Bruno Haible  <haible@clisp.cons.org>
30659
30660         * lib/quotearg.c (mbrtowc):
30661         Assign to *pwc, and return 1 only if result is nonzero.
30662         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30663
30664 2000-07-03  Jim Meyering  <meyering@lucent.com>
30665
30666         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30667
30668 2000-07-03  Jim Meyering  <meyering@lucent.com>
30669
30670         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30671         This is necessary to get a definition of e.g., UTMP_FILE on
30672         HP-UX 10.20.
30673         From Bob Proulx.
30674
30675 2000-07-02  Jim Meyering  <meyering@lucent.com>
30676
30677         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30678
30679         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30680         AC_LIBOBJ(function_name).
30681         * m4/chown.m4: Likewise.
30682         * m4/fnmatch.m4: Likewise.
30683         * m4/ftruncate.m4: Likewise.
30684         * m4/getgroups.m4: Likewise.
30685         * m4/getline.m4: Likewise.
30686         * m4/group-member.m4: Likewise.
30687         * m4/jm-macros.m4: Likewise.
30688         * m4/lstat.m4: Likewise.
30689         * m4/malloc.m4: Likewise.
30690         * m4/memcmp.m4: Likewise.
30691         * m4/nanosleep.m4: Likewise.
30692         * m4/putenv.m4: Likewise.
30693         * m4/realloc.m4: Likewise.
30694         * m4/regex.m4: Likewise.
30695         * m4/stat.m4: Likewise.
30696         * m4/strftime.m4: Likewise.
30697
30698 2000-07-02  Jim Meyering  <meyering@lucent.com>
30699
30700         * lib/quotearg.c (mbstate_t): Don't define here.
30701
30702 2000-07-02  Jim Meyering  <meyering@lucent.com>
30703
30704         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30705
30706 2000-07-01  Jim Meyering  <meyering@lucent.com>
30707
30708         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30709
30710 2000-07-01  Jim Meyering  <meyering@lucent.com>
30711
30712         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30713         problem.
30714
30715 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30716
30717         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30718         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30719
30720 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30721
30722         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30723         per change in ../m4/ls-mntd-fs.m4.
30724         (read_filesystem_list): Ignore symbolic links.
30725
30726 2000-06-29  Jim Meyering  <meyering@lucent.com>
30727
30728         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30729         for declaration of strcmp.
30730
30731         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30732
30733         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30734         Avoid warning by casting result to `char *' to remove `const'.
30735
30736 2000-06-28  Jim Meyering  <meyering@lucent.com>
30737
30738         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30739         included by quotearg.c, for which we perform this test.  From
30740         Bruno Haible.
30741
30742 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30743
30744         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30745         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30746         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30747
30748 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30749
30750         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30751
30752 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30753
30754         savedir now sets errno on failure and invokes xmalloc to get memory.
30755         Fix a couple of other minor bugs while we're at it.
30756
30757         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30758         (NAMLEN): Remove macro.
30759         (malloc, realloc): Remove decls.
30760         (stpcpy): Likewise.
30761         ("xalloc.h"): Include.
30762         (NAME_SIZE_DEFAULT): New macro.
30763         (savedir): Use xmalloc / xrealloc to allocate memory.
30764         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
30765         Skip "" directory entries.
30766         Use strlen to calculate directory entry length, since the old method
30767         is rarely used these days and isn't worth supporting.
30768         Don't use a pointer after freeing it.
30769         Check for integer overflow when calculating allocation size.
30770         Use memcpy to copy entries, instead of stpcpy.
30771         Set errno properly when returning NULL.
30772         Check for readdir error.
30773
30774 2000-06-26  Jim Meyering  <meyering@lucent.com>
30775
30776         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
30777
30778 2000-06-25  Jim Meyering  <meyering@lucent.com>
30779
30780         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
30781         Linux header bug when _XOPEN_SOURCE is defined to 500.
30782
30783 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30784
30785         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
30786         deficiency.
30787
30788 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
30789
30790         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
30791         Include xalloc.h.
30792         Don't include <stdlib.h>.  Don't declare malloc, realloc.
30793
30794 2000-06-24  Jim Meyering  <meyering@lucent.com>
30795
30796         * m4/strerror_r.m4: Revive this file -- to try out an experimental
30797         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
30798         for which strerror does return char*, but which lacks a conveniently
30799         accessible declaration of the function.  If the compile-test says
30800         strerror_r doesn't work, then resort to a `run'-test that works on
30801         BeOS and segfaults on DEC Unix.
30802
30803 2000-06-24  Jim Meyering  <meyering@lucent.com>
30804
30805         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
30806
30807 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30808
30809         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
30810         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
30811
30812 2000-06-23  Paul Eggert  <eggert@twinsun.com>
30813
30814         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
30815         (mbrtowc, mbstate_t): Define substitutes if
30816         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
30817         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
30818         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
30819
30820 2000-06-23  Jim Meyering  <meyering@lucent.com>
30821
30822         * m4/afs.m4: Add missing AC_MSG_RESULT.
30823         Reported by Bruno Haible.
30824
30825         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
30826         Suggestion from Bruno Haible.
30827
30828 2000-06-23  Jim Meyering  <meyering@lucent.com>
30829
30830         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
30831
30832 2000-06-21  Jim Meyering  <meyering@lucent.com>
30833
30834         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
30835
30836 2000-06-21  Jim Meyering  <meyering@lucent.com>
30837
30838         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
30839         (noinst_HEADERS): Add getstr.h.
30840
30841         * lib/getline.c (getstr): Move into a separate file.
30842         * lib/getstr.c (getstr): New file, extracted from getline.c, with
30843         the following changes: new parameter, delim2; both delim[12]
30844         parameters have type `int', not `char'.  The latter would lose
30845         with 8-bit delimiters.
30846         * lib/getstr.h: New file.
30847
30848 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30849
30850         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
30851         than 1024, return a memory chunk of least possible size, instead
30852         of size PATH_MAX + 2. In the loop, increment the size proportionally.
30853         Use free/xmalloc instead of xrealloc to avoid copying for very long
30854         paths.
30855
30856 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30857
30858         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
30859         the empty string.
30860
30861 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
30862
30863         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
30864         address, not strdup.  Include <stdlib.h> and don't declare free().
30865
30866 2000-06-19  Jim Meyering  <meyering@lucent.com>
30867
30868         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
30869
30870 2000-06-18  Jim Meyering  <meyering@lucent.com>
30871
30872         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
30873
30874         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
30875         `checking whether...' message to be consistent with that of the
30876         lstat test.
30877
30878 2000-06-18  Jim Meyering  <meyering@lucent.com>
30879
30880         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
30881         Besides, these days every porting target provides a mkdir function.
30882
30883         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
30884         needed. (this snippet comes from src/system.h).
30885
30886 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
30887
30888         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
30889
30890 2000-06-15  Paul Eggert  <eggert@twinsun.com>
30891
30892         * lib/human.c (adjust_value): New function.
30893         (human_readable_inexact): Apply rounding style even when
30894         printing approximate values.
30895
30896 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30897
30898         * lib/human.c (human_readable_inexact): Allow an input block
30899         size that is not a multiple of the output block size, and vice versa.
30900         Reported by Piergiorgio Sartor.
30901
30902 2000-06-14  Paul Eggert  <eggert@twinsun.com>
30903
30904         * lib/getdate.y (get_date): Apply relative times after time
30905         zone indicator, not before.  Reported by Todd A. Jacobs.
30906
30907 2000-06-13  Jim Meyering  <meyering@lucent.com>
30908
30909         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
30910
30911         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
30912
30913 2000-06-12  Paul Eggert  <eggert@twinsun.com>
30914
30915         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
30916
30917 2000-06-12  Jim Meyering  <meyering@lucent.com>
30918
30919         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
30920         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
30921         optional argument.
30922         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
30923         the optional argument, `lib'.
30924
30925 2000-06-08  Jim Meyering  <meyering@lucent.com>
30926
30927         * m4/largefile.m4: Remove file (now that it's part of autoconf).
30928
30929 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30930
30931         Rewrite largefile configuration so that we don't need to run
30932         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
30933         AC_CANONICAL_HOST in configure.in -- jmm]
30934
30935         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
30936         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
30937         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
30938         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
30939         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
30940         All uses changed.
30941         Instead of inspecting the output of getconf, try to compile the
30942         test program without and with the macro definition.
30943         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
30944         for getconf.  Instead, check for the needed flags by compiling
30945         test programs.
30946
30947 2000-06-04  Paul Eggert  <eggert@twinsun.com>
30948
30949         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
30950
30951 2000-06-04  Jim Meyering  <meyering@lucent.com>
30952
30953         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
30954         SunOS 4.1.4 for which gid_t is an unsigned type.
30955
30956 2000-06-03  Jim Meyering  <meyering@lucent.com>
30957
30958         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
30959         now that autoconf requires that.
30960
30961         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
30962         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
30963         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
30964
30965 2000-06-03  Jim Meyering  <meyering@lucent.com>
30966
30967         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
30968
30969 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30970
30971         * m4/glibc21.m4: New file.
30972         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
30973
30974 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
30975
30976         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
30977         newer, don't install charset.alias.
30978         * lib/config.charset: Change the Linux/glibc rules so they become empty
30979         on glibc-2.1 or newer.
30980
30981 2000-06-02  Jim Meyering  <meyering@lucent.com>
30982
30983         * lib/mountlist.c: Back out last change.  Instead, do this...
30984         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
30985         me_dummy member using the same `ignore'-testing code.
30986         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
30987         fs_type strings.
30988         From Mark D. Roth.
30989
30990 2000-05-29  Jim Meyering  <meyering@lucent.com>
30991
30992         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
30993         mounts with the `ignore' attribute.  Based on a patch from
30994         Mark D. Roth.
30995
30996 2000-05-28  Jim Meyering  <meyering@lucent.com>
30997
30998         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
30999         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31000         * m4/stat.m4: Likewise.
31001         * m4/lstat.m4: Likewise.
31002         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31003
31004         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31005         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31006
31007 2000-05-26  Jim Meyering  <meyering@lucent.com>
31008
31009         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31010
31011 2000-05-24  Jim Meyering  <meyering@lucent.com>
31012
31013         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31014         autoconf requires that.
31015         * m4/lib-check.m4: Likewise.
31016         * m4/jm-macros.m4: Likewise.
31017         * m4/strftime.m4: Likewise.
31018
31019         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31020         AC_CHECK_DECLS, now that autoconf requires that.
31021
31022 2000-05-22  Jim Meyering  <meyering@lucent.com>
31023
31024         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31025         * m4/lstat.m4: Likewise.
31026
31027 2000-05-22  Jim Meyering  <meyering@lucent.com>
31028
31029         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31030
31031 2000-05-20  Jim Meyering  <meyering@lucent.com>
31032
31033         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31034         (jm_PREREQ): Use it.
31035
31036 2000-05-18  Jim Meyering  <meyering@lucent.com>
31037
31038         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31039         back, too, since it may have been modified by allocate_entry.
31040         (hash_delete): Rewrite to use neither the assignment operator
31041         nor the comma operator in an if-expression.
31042
31043 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31044
31045         * lib/closeout.c:
31046         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31047         Remove; no longer needed.
31048         "quotearg.h": Add include.
31049         (file_name): Do not bother to explicitly initialize to NULL; it's less
31050         efficient on some hosts.
31051         (close_stdout_status): Remove test as to whether stdout was already
31052         closed; it breaks for the case "echo x | sort >&-".
31053         Quote file name colons.
31054         Do not assume that _("write error") lacks format strings.
31055
31056 2000-05-15  Jim Meyering  <meyering@lucent.com>
31057
31058         * lib/version-etc.c (version_etc_copyright): Update the copyright
31059         string used in all --version output.
31060
31061 2000-05-14  Jim Meyering  <meyering@lucent.com>
31062
31063         * lib/closeout.c (close_stdout_set_file_name): New function.
31064         (close_stdout_status): Use new file-scoped global.
31065         Return right away if fstat says the stdout file descriptor is invalid.
31066         * lib/closeout.h (close_stdout_set_file_name): Declare.
31067
31068 2000-05-10  Jim Meyering  <meyering@lucent.com>
31069
31070         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31071         (close_stdout_set_status): New function.
31072         * lib/closeout.h (close_stdout_set_status): Declare.
31073
31074 2000-05-09  Jim Meyering  <meyering@lucent.com>
31075
31076         * m4/gettext.m4: Rename this...
31077         * m4/libintl.m4: ...to this.
31078
31079 2000-05-08  Jim Meyering  <meyering@lucent.com>
31080
31081         * lib/long-options.c: Don't include closeout.h.
31082         (parse_long_options): Don't call close_stdout for --version.
31083
31084 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31085
31086         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31087         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31088         2.1.3 bug.  This avoids a clash when files like regex.c define
31089         _GNU_SOURCE.
31090
31091 2000-05-06  Jim Meyering  <meyering@lucent.com>
31092
31093         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31094         (AC_REPLACE_FUNCS): Add strnlen.
31095
31096         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31097         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31098
31099         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31100         AC_SEARCH_LIBS call for nanosleep.
31101         (LIB_NANOSLEEP): Set and AC_SUBST.
31102
31103 2000-05-06  Jim Meyering  <meyering@lucent.com>
31104
31105         * lib/strnlen.c: Undefine __strnlen and strnlen.
31106         [!weak_alias]: Define __strnlen to strnlen.
31107
31108         * lib/atexit.c: New file, from libiberty.
31109
31110 2000-05-06  Jim Meyering  <meyering@lucent.com>
31111
31112         * lib/closeout.c (close_stdout_status): Also check for errors on the
31113         stderr stream.
31114
31115 2000-05-05  Jim Meyering  <meyering@lucent.com>
31116
31117         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31118         AC_SEARCH_LIBS call for clock_gettime.
31119         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31120
31121         * m4/search-libs.m4: Update from autoconf.
31122
31123         su doesn't work on Solaris 2.6.
31124         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31125         <shadow.h>.  Reported by Dragos Harabor.
31126
31127 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31128
31129         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31130         memcpy instead of xmalloc, xrealloc, path_concat.
31131         (locale_charset): Treat empty environment variables as absent.
31132         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31133
31134 2000-05-04  Jim Meyering  <meyering@lucent.com>
31135
31136         * lib/getopt.c: Update from glibc.
31137         * lib/obstack.c: Likewise.
31138         * lib/obstack.h: Likewise.
31139         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31140         file
31141
31142         * lib/regex.h: Likewise.
31143         * lib/strndup.c: Likewise.
31144         * lib/strnlen.c: New file, from glibc.
31145
31146 2000-05-03  Jim Meyering  <meyering@lucent.com>
31147
31148         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31149
31150 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31151
31152         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31153         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31154         compile-time test, rather than inspecting host and OS, to
31155         decide whether to define _LARGEFILE_SOURCE.
31156
31157 2000-05-01  Jim Meyering  <meyering@lucent.com>
31158
31159         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31160
31161         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31162         Based on a patch from Bruno Haible.
31163
31164 2000-05-01  Jim Meyering  <meyering@lucent.com>
31165
31166         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31167
31168 2000-04-29  Jim Meyering  <meyering@lucent.com>
31169
31170         * lib/path-concat.c: Declare strdup only if it's not defined.
31171         * lib/canon-host.c: Likewise.
31172
31173 2000-04-28  Jim Meyering  <meyering@lucent.com>
31174
31175         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31176         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31177         is included first, then limits.h is included by locale.h by libintl.h.
31178         From John David Anglin.
31179
31180 2000-04-25  Jim Meyering  <meyering@lucent.com>
31181
31182         * lib/makepath.c (S_IRWXUGO): Define.
31183         (make_path): Always perform explicit chmod if MODE specifies any
31184         of the `special' permission bits.  Prompted by a bug report against
31185         install from Mate Wierdl and Joost van Baal.
31186
31187 2000-04-18  Jim Meyering  <meyering@lucent.com>
31188
31189         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31190         (jm_PREREQ): Use it.
31191
31192 2000-04-18  Jim Meyering  <meyering@lucent.com>
31193
31194         * lib/README: New file.
31195
31196         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31197         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31198
31199 2000-04-17  Jim Meyering  <meyering@lucent.com>
31200
31201         Get it right :-)
31202         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31203         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31204         Suggestion from Akim Demaille.
31205
31206 2000-04-17  Jim Meyering  <meyering@lucent.com>
31207
31208         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31209         the definition of it to rpl_strftime also defined-away the system's
31210         declaration.
31211
31212 2000-04-15  Jim Meyering  <meyering@lucent.com>
31213
31214         Use `C' to denote so-called `contiguous' files, the same way
31215         that tar does.
31216         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31217         (ftypelet): Use S_ISCTG.
31218         From Michael Deutschmann.
31219
31220 2000-04-14  Jim Meyering  <meyering@lucent.com>
31221
31222         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31223         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31224         clobbered.
31225
31226 2000-04-14  Jim Meyering  <meyering@lucent.com>
31227
31228         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31229
31230 2000-04-13  Jim Meyering  <meyering@lucent.com>
31231
31232         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31233         AH_VERBATIM to insert required #ifndef into config.h.in.
31234         Suggestion from Akim Demaille.
31235
31236 2000-04-12  Jim Meyering  <meyering@lucent.com>
31237
31238         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31239         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31240         Christian Krackowizer.
31241
31242         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31243         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31244         (AC_SYS_LARGEFILE): Require.
31245         (AM_C_PROTOTYPES): Require.
31246
31247 2000-04-08  Jim Meyering  <meyering@lucent.com>
31248
31249         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31250         names don't conflict.  Reported by Eli Zaretskii.
31251
31252 2000-04-07  Jim Meyering  <meyering@lucent.com>
31253
31254         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31255         sys/types.h, to work around system header problems on AIX 3.2.5.
31256         From Bruno Haible.
31257
31258 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31259
31260         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31261         bug.  Deal with the different error behavior of Irix iconv.
31262
31263 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31264
31265         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31266         IRIX if the installer said otherwise.
31267
31268 2000-04-05  Jim Meyering  <meyering@lucent.com>
31269
31270         Portability tweaks required for ultrix4.3.
31271         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31272         (jm_CHECK_DECLS): Add getutent to the list of functions.
31273         (_jm_DECL_HEADERS): Add utmpx.h.
31274         From John David Anglin.
31275
31276         * m4/strftime.m4: Back out the 2000-04-02 change.
31277         Instead of that change, simply undefine putenv in the test program.
31278
31279 2000-04-05  Jim Meyering  <meyering@lucent.com>
31280
31281         Portability tweaks required for ultrix4.3.
31282         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31283         getutent.
31284         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31285         * lib/canon-host.c: Declare strdup.
31286         * lib/path-concat.c: Likewise.
31287         From John David Anglin.
31288
31289 2000-04-04  Jim Meyering  <meyering@lucent.com>
31290
31291         Be more DOS 8.3-friendly.
31292         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31293         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31294         * lib/Makefile.am: Reflect renaming.
31295         Reported by Eli Zaretskii.
31296
31297         Use a temporary file name that won't clash with `charset.alias'
31298         in the DOS 8.3 name space.
31299         * lib/Makefile.am (charset_tmp): Define.
31300         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31301         (uninstall-local): Likewise.
31302         Reported by Eli Zaretskii.
31303
31304 2000-04-03  Jim Meyering  <meyering@lucent.com>
31305
31306         * m4/gettext.m4: Fix typo in comment.
31307
31308         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31309         textutils/configure.in).  Suggestion from Paul Eggert.
31310         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31311
31312 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31313
31314         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31315         variable in the shell rather than using putenv, which isn't
31316         portable.  This avoids the configure-time inter-test dependency
31317         on the potentially-renamed putenv function.
31318
31319 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31320
31321         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31322         before checking struct stat.st_blksize, so that
31323         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31324
31325 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31326
31327         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31328         since strftime.c uses HAVE_STRFTIME to decide whether to use
31329         the underlying strftime.
31330
31331 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31332
31333         * lib/time/strftime.c (my_strftime): Make sure we call the system
31334         strftime, not ourselves, when invoking the underlying strftime.
31335
31336 2000-03-24  Jim Meyering  <meyering@lucent.com>
31337
31338         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31339         (charset_alias): Define.
31340         (install-exec-local): Factor out common code.
31341         (uninstall-local): Split lines longer than 80.
31342         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31343         (SUFFIXES): Define.
31344         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31345         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31346
31347 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31348
31349         * lib/config.charset: Output a line containing "Packages using this
31350         file".
31351         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31352         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31353         ref-del.sed): New rules.
31354
31355 2000-03-17  Jim Meyering  <meyering@lucent.com>
31356
31357         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31358         Otherwise, include <strings.h>
31359
31360 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31361
31362         * lib/unicodeio.c (utf8_wctomb): New function.
31363         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31364         format instead of in UCS-4 with platform dependent endianness.
31365
31366 2000-03-10  Jim Meyering  <meyering@lucent.com>
31367
31368         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31369         From Marco Franzen.
31370
31371 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31372
31373         * lib/savedir.c (savedir): Work even if directory size is
31374         negative; this can happen with some screwy NFS configurations.
31375
31376 2000-03-06  Jim Meyering  <meyering@lucent.com>
31377
31378         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31379         if it's NULL (because we ran out of memory).  From Bruno Haible.
31380
31381 2000-03-05  Jim Meyering  <meyering@lucent.com>
31382
31383         * lib/localcharset.c ("path-concat.h"): Include.
31384         (get_charset_aliases): Use path_concat instead of ANSI string
31385         concatenation.
31386
31387         * lib/unicodeio.h (PARAMS): Define.
31388         Use it to guard prototype.
31389
31390 2000-03-04  Jim Meyering  <meyering@lucent.com>
31391
31392         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31393         for lib/localcharset.c.
31394
31395 2000-03-04  Jim Meyering  <meyering@lucent.com>
31396
31397         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31398         installing into it.
31399         (uninstall-local): Uncomment this rule so `make distcheck' works
31400         once again.
31401
31402         * lib/unicodeio.c (<errno.h>): Include it.
31403         (errno): Declare if not defined.
31404
31405         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31406
31407         * lib/config.charset: New version, incorporating remarks from a linux
31408         i18n mailing list.  From Bruno Haible.
31409
31410 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31411
31412         * m4/codeset.m4: New file.
31413         * m4/iconv.m4: New file.
31414         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31415
31416 2000-03-03  Jim Meyering  <meyering@lucent.com>
31417
31418         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31419
31420 2000-03-02  Jim Meyering  <meyering@lucent.com>
31421
31422         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31423         the messages come out on separate lines.
31424
31425         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31426         rather than jm_CHECK_DECLARATIONS.
31427         * m4/decl.m4: Remove now-unused file.
31428
31429         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31430         geteuid.
31431
31432 2000-03-02  Jim Meyering  <meyering@lucent.com>
31433
31434         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31435
31436 2000-03-01  Jim Meyering  <meyering@lucent.com>
31437
31438         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31439         * lib/unicodeio.c: Likewise.
31440
31441 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31442
31443         * lib/config.charset: New file.
31444         * lib/localcharset.c: New file.
31445         * lib/unicodeio.h, lib/unicodeio.c: New files.
31446         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31447         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31448         (noinst_HEADERS): Add unicodeio.h.
31449         (all-local, install-exec-local, charset.alias): New targets.
31450
31451 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31452
31453         * lib/quotearg.c (ALERT_CHAR): New macro.
31454         (quotearg_buffer_restyled): Use it.
31455
31456 2000-02-27  Jim Meyering  <meyering@lucent.com>
31457
31458         * m4/check-decl.m4: Add getenv to the list.
31459
31460 2000-02-27  Jim Meyering  <meyering@lucent.com>
31461
31462         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31463         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31464
31465         * lib/backupfile.c: Guard inclusion of stdlib.h with
31466         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31467         Declare malloc if needed.
31468
31469         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31470         `#ifndef HAVE_DECL..'
31471         now that autoconf always defines the HAVE_DECL_ symbols.
31472         * lib/human.c: Likewise.
31473         * lib/same.c: Likewise.
31474         * lib/strtoumax.c: Likewise.
31475
31476         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31477         declaration check was not run.
31478         * lib/hash.c: Likewise.
31479         * lib/human.c: Likewise.
31480         * lib/same.c: Likewise.
31481         * lib/strtoumax.c: Likewise.
31482
31483         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31484         `.', then first look up the entire `.'-containing string as a login
31485         name.
31486
31487 2000-02-23  Jim Meyering  <meyering@lucent.com>
31488
31489         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31490         in place of my hack.
31491
31492 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31493
31494         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31495         (textint): New typedef.
31496         (parser_control): Member year changed from int to textint.
31497         All uses changed.
31498         (YYSTYPE): Removed; replaced by %union with int and textint members.
31499         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31500         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31501         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31502         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31503         (date, number, to_year): Use width of number in digits, not its value,
31504         to determine whether it's a 2-digit year, or a 2-digit time.
31505         (yylex): Store number of digits of numeric tokens.
31506         Reported by John Kendall.
31507
31508         (parser_control): Changed from struct parser_control to typedef (for
31509         consistency).  All uses changed.
31510
31511         (tID): Removed; not used.
31512         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31513
31514 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31515
31516         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31517         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31518
31519 2000-02-12  Jim Meyering  <meyering@lucent.com>
31520
31521         * lib/userspec.c (ISDIGIT): Define it.
31522         (isdigit): Remove definition.
31523         (is_number): Use ISDIGIT, not isdigit.
31524         <libintl.h>: Include.
31525         (_ and N_): Define.
31526         (parse_user_spec): Mark translatable strings.
31527
31528 2000-02-10  Jim Meyering  <meyering@lucent.com>
31529
31530         With these changes, nanosleep.[ch] are finally enough like the other
31531         lib/* replacement files to compile on a few more losing systems.
31532
31533         * lib/nanosleep.h: Don't include config.h.
31534         Remove prototype from declaration of nanosleep.
31535         (PARAMS): Remove now-unneeded definition.
31536         * lib/nanosleep.c: #undef nanosleep.
31537         (rpl_nanosleep): Rename from nanosleep.
31538
31539 2000-02-10  Jim Meyering  <meyering@lucent.com>
31540
31541         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31542         gnu_nanosleep to rpl_nanosleep.
31543
31544 2000-02-09  Jim Meyering  <meyering@lucent.com>
31545
31546         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31547         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31548
31549 2000-02-08  Akim Demaille  <akim@epita.fr>
31550
31551         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31552         `[' and `]' and remove uses of `changequote'.
31553         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31554         (AC_SYS_LARGEFILE): Likewise.
31555         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31556         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31557         of changequote.
31558         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31559         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31560         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31561         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31562
31563 2000-02-05  Jim Meyering  <meyering@lucent.com>
31564
31565         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31566         Remove explicit use of AC_HEADER_TIME.  It is required by
31567         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31568         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31569         in autoconf whereby the expansion of the latter ended up preceding
31570         the expansion of its prerequisite, AC_HEADER_TIME.
31571         Reported by Volker Borchert.
31572
31573 2000-02-03  Jim Meyering  <meyering@lucent.com>
31574
31575         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31576
31577 2000-02-03  Jim Meyering  <meyering@lucent.com>
31578
31579         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31580         rather than with `#if HAVE_UTMPNAME'.
31581
31582 2000-02-02  Jim Meyering  <meyering@lucent.com>
31583
31584         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31585         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31586         Reported by Eli Zaretskii.
31587
31588 2000-02-01  Jim Meyering  <meyering@lucent.com>
31589
31590         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31591
31592 2000-01-31  Jim Meyering  <meyering@lucent.com>
31593
31594         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31595         functions.  Add the time.h and sys/time.h headers along with the
31596         AC_REQUIRE'ment of AC_HEADER_TIME.
31597
31598 2000-01-31  Jim Meyering  <meyering@lucent.com>
31599
31600         * lib/nanosleep.h (nanosleep): Guard declaration with
31601         `#if ! HAVE_DECL_NANOSLEEP'.
31602         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31603         the declaration in that vendor's sys/timers.h.
31604         Reported by Christian Krackowizer.
31605
31606         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31607         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31608         (ISPRINT): Likewise.
31609         Reported by Tom Tromey.
31610
31611 2000-01-30  Jim Meyering  <meyering@lucent.com>
31612
31613         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31614
31615         * m4/prereq.m4 (utmp_includes): Define.
31616         Check for ut_user and ut_name members in both struct utmpx
31617         and struct utmp.
31618
31619 2000-01-30  Jim Meyering  <meyering@lucent.com>
31620
31621         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31622         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31623         header files where only utmpx.ut_user is declared.
31624
31625         * lib/readutmp.h (UT_USER): Define.
31626
31627 2000-01-29  Jim Meyering  <meyering@lucent.com>
31628
31629         * m4/lib-check.m4: New file containing library-related checks from
31630         fileutils and sh-utils (textutils had none).
31631
31632 2000-01-28  Jim Meyering  <meyering@lucent.com>
31633
31634         * m4/perl.m4: Change format of warning message to look more like that
31635         from the missing script.  Suggestion from François Pinard.
31636
31637 2000-01-25  Jim Meyering  <meyering@lucent.com>
31638
31639         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31640         well as time.h in the compile check.
31641         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31642         Fix typo in cross-compiling case: s/yes/no/.
31643
31644 2000-01-23  Jim Meyering  <meyering@lucent.com>
31645
31646         * m4/jm-macros.m4: Move df-related tests here from
31647         fileutils/configure.in
31648
31649         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31650         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31651
31652         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31653         s/space/ac_fsusage_space/.
31654         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31655
31656         * m4/ftruncate.m4: New file (derived from part of
31657         fileutils/configure.in).
31658         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31659         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31660
31661         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31662         AC_SUBST these here, rather than just in sh-util/configure.in, so
31663         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31664         all the same.
31665         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31666         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31667         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31668         (AC_SUBST(POW_LIBM)): Likewise.
31669         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31670
31671 2000-01-23  Jim Meyering  <meyering@lucent.com>
31672
31673         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31674         obstack.c.
31675
31676 2000-01-22  Jim Meyering  <meyering@lucent.com>
31677
31678         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31679
31680         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31681
31682         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31683         configure.in
31684         (AC_CHECK_HEADERS): Likewise for sh-utils.
31685         (AC_CHECK_HEADERS): Likewise for textutils.
31686         Merge the three lists of headers.
31687
31688         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31689         from fileutils' configure.in.
31690
31691         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31692         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31693         check-decl.m4.
31694
31695         * m4/check-decl.m4: Use #if rather than #ifdef.
31696         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31697         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31698         (_jm_DECL_HEADERS): Define new function.
31699         (jm_CHECK_DECLARATIONS): Require it.
31700
31701 2000-01-22  Jim Meyering  <meyering@lucent.com>
31702
31703         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31704         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31705         Required for some AIX systems.  Reported by Christian Krackowizer.
31706         [TESTING] (main): New function.
31707
31708         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31709         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31710         letters.
31711
31712         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31713         iswprint.
31714
31715         * lib/strverscmp.c (ISDIGIT): Define.
31716         (strverscmp): Use ISDIGIT, not isdigit.
31717
31718 2000-01-19  Jim Meyering  <meyering@lucent.com>
31719
31720         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31721         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31722         defines `struct timespec' in <sys/time.h>
31723
31724         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31725         Thanks to Akim for explaining.
31726
31727 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31728
31729         * lib/nanosleep.c (nanosleep):
31730         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31731         POSIX.1 doesn't require SA_INTERRUPT and some systems
31732         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31733         it's been part of POSIX.1 since day 1 (in 1988).
31734
31735 2000-01-17  Jim Meyering  <meyering@lucent.com>
31736
31737         * lib/interlock: Remove unused file.  Reported by François Pinard.
31738
31739 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31740
31741         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31742         alert, backslash, formfeed, and vertical tab unnecessarily in
31743         shell quoting style.
31744
31745 2000-01-16  Jim Meyering  <meyering@lucent.com>
31746
31747         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31748         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31749         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31750         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31751
31752 2000-01-16  Jim Meyering  <meyering@lucent.com>
31753
31754         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31755         because the latter didn't work.
31756
31757 2000-01-15  Jim Meyering  <meyering@lucent.com>
31758
31759         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
31760         (AC_REPLACE_FUNCS): Add memcpy and memset.
31761         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
31762         Add strpbrk.
31763         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
31764
31765 2000-01-12  Jim Meyering  <meyering@lucent.com>
31766
31767         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
31768         (jm_PREREQ): Use it.
31769         (jm_PREREQ_READUTMP): New macro.
31770         (jm_PREREQ): Use it.
31771
31772 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31773
31774         Quote multibyte characters correctly.
31775         * m4/c-bs-a.m4: New file.
31776         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
31777         (jm_PREREQ): Use it.
31778
31779 2000-01-11  Paul Eggert  <eggert@twinsun.com>
31780
31781         * m4/uintmax_t.m4: Port to autoconf 2.13.
31782
31783 2000-01-08  Jim Meyering  <meyering@ascend.com>
31784
31785         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
31786         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
31787
31788 2000-01-04  Jim Meyering  <meyering@ascend.com>
31789
31790         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
31791         jm_STRUCT_DIRENT_D_TYPE.
31792         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
31793         jm_STRUCT_DIRENT_D_INO.
31794         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
31795         jm_STRUCT_UTIMBUF.
31796         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
31797         renamings.
31798         * m4/utime.m4: Likewise.
31799
31800         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
31801         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
31802
31803 2000-01-03  Paul Eggert  <eggert@twinsun.com>
31804
31805         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
31806         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
31807
31808 2000-01-02  Jim Meyering  <meyering@ascend.com>
31809
31810         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
31811         remember if this is necessary.
31812
31813 1999-12-26  Jim Meyering  <meyering@ascend.com>
31814
31815         * m4/jm-macros.m4: Use it here.
31816         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
31817
31818 1999-12-23  Jim Meyering  <meyering@ascend.com>
31819
31820         * m4/jm-macros.m4: Check for clock_gettime (moved from
31821         fileutils/configure.in)
31822         Check for gettimeofday.
31823
31824 1999-12-20  Jim Meyering  <meyering@ascend.com>
31825
31826         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
31827         autoconf-2.14a-1999-12-20.
31828
31829 1999-12-19  Jim Meyering  <meyering@ascend.com>
31830
31831         * m4/lstat-slash.m4: New file.
31832         * m4/jm-macros.m4: Use the new macro:
31833         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31834
31835 1999-12-07  Jim Meyering  <meyering@ascend.com>
31836
31837         * m4/perl.m4: Require that File::Compare be available, too.
31838         Too many systems seem to lack it.
31839
31840         * m4/strftime.m4: Add checks for most of the cpp macros tested in
31841         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
31842
31843 1999-11-18  Paul Eggert  <eggert@twinsun.com>
31844
31845         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
31846         problem with the QNX 4.25 shell, which doesn't propagate exit
31847         status of failed commands inside shell assignments.
31848
31849 1999-11-17  Jim Meyering  <meyering@ascend.com>
31850
31851         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
31852
31853 1999-11-07  Jim Meyering  <meyering@ascend.com>
31854
31855         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
31856
31857 1999-11-06  Jim Meyering  <meyering@ascend.com>
31858
31859         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
31860         * m4/jm-macros.m4 (jm_MACROS): Use it here.
31861
31862 1999-11-05  Jim Meyering  <meyering@ascend.com>
31863
31864         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
31865         configure.in of textutils, fileutils, and sh-utils into this one
31866         (shared between those packages) file.
31867         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
31868         AC_STRUCT_ST_BLKSIZE.
31869
31870 1999-11-03  Jim Meyering  <meyering@ascend.com>
31871
31872         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
31873         of AC_CHECK_TYPE checks includes unistd.h.
31874         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
31875         Suggestion from Akim Demaille.
31876
31877 1999-10-30  Jim Meyering  <meyering@ascend.com>
31878
31879         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
31880         m4-quoted string.
31881         * m4/ls-mntd-fs.m4: Likewise.
31882         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
31883         * m4/jm-winsz1.m4: Likewise.
31884
31885         * m4/const.m4: Remove file, since the fix made it into the experimental
31886         version of autoconf.
31887         * m4/mktime.m4: Likewise.
31888
31889         * m4/check-type.m4: Remove file, now that the latest version of
31890         AC_CHECK_TYPE takes a third arg to specify additional #includes.
31891
31892         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
31893         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
31894         AC_CHECK_TYPE.
31895
31896 1999-10-04  Jim Meyering  <meyering@ascend.com>
31897
31898         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
31899
31900 1999-09-22  Paul Eggert  <eggert@twinsun.com>
31901
31902         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
31903         2.95.1 bug with HP-UX 10.20.
31904
31905 1999-09-17  Jim Meyering  <meyering@ascend.com>
31906
31907         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
31908         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
31909         due to missing strdup (against sh-utils-2.0).
31910
31911 1999-08-29  Jim Meyering  <meyering@ascend.com>
31912
31913         * m4/jm-macros.m4: Require jm_BISON.
31914         * m4/bison.m4: New file.
31915
31916 1999-08-17  Paul Eggert  <eggert@twinsun.com>
31917
31918         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
31919         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
31920
31921 1999-08-05  Jim Meyering  <meyering@ascend.com>
31922
31923         * m4/getline.m4: Rename test file from conftestdata to conftest.data
31924         to avoid conflicts with `conftest' on 8+3 filesystems.
31925         Suggestion from Eli Zaretskii.
31926
31927 1999-08-04  Jim Meyering  <meyering@ascend.com>
31928
31929         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
31930         fileutils and sh-utils (textutils's getline test was inadequate).
31931         (AM_FUNC_GETLINE): Run this test.
31932         (AC_CHECK_FUNCS): Check for getdelim.
31933         Reported by Bob Proulx.
31934
31935 1999-08-02  Jim Meyering  <meyering@ascend.com>
31936
31937         * m4/jm-macros.m4: Add a comment.
31938
31939 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31940
31941         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
31942         <inttypes.h> defines strtoumax as a macro (and not as a
31943         function).
31944
31945 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31946
31947         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
31948         that we can shift, multiply and divide unsigned long long
31949         values; Ultrix cc can't do it.
31950
31951 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31952
31953         * m4/mktime.m4: New file, which is a preview of what should appear
31954         in the next public autoconf release.
31955
31956 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31957
31958         * m4/lfs.m4: Remove this file.
31959         * m4/largefile.m4: New file.  It contains the old contents of
31960         lfs.m4, except that all names with prefix AC_LFS have been
31961         changed to use the prefix AC_SYS_LARGEFILE instead, to be
31962         compatible with future autoconf versions.  Also, some minor m4
31963         quoting problems have been fixed.
31964
31965 1999-08-01  Paul Eggert  <eggert@twinsun.com>
31966
31967         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
31968         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
31969         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
31970         and simplify the shell code.
31971
31972 1999-08-01  Jim Meyering  <meyering@ascend.com>
31973
31974         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
31975         m4.
31976
31977 1999-07-20  Jim Meyering  <meyering@ascend.com>
31978
31979         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
31980
31981 1999-07-15  Jim Meyering  <meyering@ascend.com>
31982
31983         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
31984
31985 1999-05-22  Jim Meyering  <meyering@ascend.com>
31986
31987         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
31988
31989 1999-05-20  Jim Meyering  <meyering@ascend.com>
31990
31991         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
31992         Add a colon after each `then' in case $4 is empty.
31993
31994 1999-05-16  Jim Meyering  <meyering@ascend.com>
31995
31996         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
31997
31998 1999-05-10  Jim Meyering  <meyering@ascend.com>
31999
32000         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32001
32002         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32003         AC_FUNC_MKTIME.
32004
32005 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32006
32007         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32008
32009 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32010
32011         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32012         not CPPFLAGS, so that linking works correctly in IRIX.
32013
32014 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32015
32016         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32017
32018 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32019
32020         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32021         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32022         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32023         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32024         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32025
32026         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32027
32028 1999-04-20  Jim Meyering  <meyering@ascend.com>
32029
32030         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32031         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32032         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32033
32034 1999-04-18  Jim Meyering  <meyering@ascend.com>
32035
32036         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32037         * m4/jm-macros.m4: Use it.
32038
32039 1999-04-06  Jim Meyering  <meyering@ascend.com>
32040
32041         * m4/strftime.m4: Remove test for %f.
32042
32043 1999-03-29  Jim Meyering  <meyering@ascend.com>
32044
32045         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32046         superset of the AC_TYPE_* checks in the textutils, fileutils,
32047         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32048         AC_TYPE_PID_T.
32049
32050 1999-03-28  Jim Meyering  <meyering@ascend.com>
32051
32052         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32053         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32054         replaced e.g., in the *.sh files of the sh-utils.
32055
32056 1999-03-20  Jim Meyering  <meyering@ascend.com>
32057
32058         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32059         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32060         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32061
32062 1999-03-19  Jim Meyering  <meyering@ascend.com>
32063
32064         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32065
32066 1999-03-12  Jim Meyering  <meyering@ascend.com>
32067
32068         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32069
32070 1999-03-07  Jim Meyering  <meyering@ascend.com>
32071
32072         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32073         declared.
32074
32075 1999-02-17  Jim Meyering  <meyering@ascend.com>
32076
32077         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32078         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32079
32080 1999-02-07  Jim Meyering  <meyering@ascend.com>
32081
32082         * m4/group-member.m4: New file -- extracted from sh-utils'
32083         configure.in.
32084
32085         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32086         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32087
32088 1999-02-06  Jim Meyering  <meyering@ascend.com>
32089
32090         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32091         * m4/fnmatch.m4: Likewise.
32092         * m4/getgroups.m4: Likewise.
32093         * m4/lstat.m4: Likewise.
32094         * m4/malloc.m4: Likewise.
32095         * m4/putenv.m4: Likewise.
32096         * m4/realloc.m4: Likewise.
32097         * m4/regex.m4: Likewise.
32098         * m4/stat.m4: Likewise.
32099         * m4/strftime.m4: Likewise.
32100         Suggestion from Alain Magloire.
32101
32102         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32103         * m4/fnmatch.m4: Likewise.
32104         * m4/getgroups.m4: Likewise.
32105         * m4/getline.m4: Likewise.
32106         * m4/lstat.m4: Likewise.
32107         * m4/malloc.m4: Likewise.
32108         * m4/memcmp.m4: Likewise.
32109         * m4/putenv.m4: Likewise.
32110         * m4/realloc.m4: Likewise.
32111         * m4/regex.m4: Likewise.
32112         * m4/stat.m4: Likewise.
32113         * m4/strftime.m4: Likewise.
32114         Suggestion from Alain Magloire.
32115
32116         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32117         an argument.
32118
32119         * m4/regex.m4: Add a run-time Test for proper operation of
32120         re_compile_pattern.
32121
32122 1999-01-31  Jim Meyering  <meyering@ascend.com>
32123
32124         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32125
32126 1999-01-30  Jim Meyering  <meyering@ascend.com>
32127
32128         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32129
32130         * m4/jm-mktime.m4: Make this a wrapper around the official
32131         AM_FUNC_MKTIME rather than my private copy, now that the official one
32132         is up to date.
32133         * m4/mktime.m4: Remove file.
32134
32135         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32136         * m4/uptime.m4: Likewise.
32137         * m4/uintmax_t.m4: Likewise.
32138
32139 1999-01-28  Jim Meyering  <meyering@ascend.com>
32140
32141         * m4/jm-macros.m4: Use jm_AFS.
32142         * m4/afs.m4: New file (from fileutils' configure.in).
32143
32144         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32145         * m4/chown.m4: Likewise.
32146         * m4/d-ino.m4: Likewise.
32147         * m4/d-type.m4: Likewise.
32148         * m4/fnmatch.m4: Likewise.
32149         * m4/getgroups.m4: Likewise.
32150         * m4/gettext.m4: Likewise.
32151         * m4/jm-mktime.m4: Likewise.
32152         * m4/jm-winsz2.m4: Likewise.
32153         * m4/lcmessage.m4: Likewise.
32154         * m4/ls-mntd-fs.m4: Likewise.
32155         * m4/malloc.m4: Likewise.
32156         * m4/memcmp.m4: Likewise.
32157         * m4/putenv.m4: Likewise.
32158         * m4/realloc.m4: Likewise.
32159         * m4/st_mtim.m4: Likewise.
32160         * m4/strftime.m4: Likewise.
32161
32162 1999-01-16  Jim Meyering  <meyering@ascend.com>
32163
32164         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32165         (ARGMATCH_DIE_DECL): Define.
32166
32167 1999-01-12  Jim Meyering  <meyering@ascend.com>
32168
32169         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32170         Reported by Lars Hecking.
32171
32172 1999-01-10  Jim Meyering  <meyering@ascend.com>
32173
32174         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32175         gross kludge.
32176         * m4/inttypes_h.m4: Likewise.
32177         * m4/lstat.m4: Likewise.
32178         * m4/malloc.m4: Likewise.
32179         * m4/readdir.m4: Likewise.
32180         * m4/realloc.m4: Likewise.
32181         * m4/st_dm_mode.m4: Likewise.
32182         * m4/stat.m4: Likewise.
32183         * m4/utimbuf.m4: Likewise.
32184         * m4/utimes.m4: Likewise.
32185
32186         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32187         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32188         comments in config.h.in are meaningful.
32189
32190         * m4/jm-macros.m4: Require autoconf-2.13 here.
32191
32192         * m4/regex.m4: By default, don't use the included regex.c on systems
32193         with glibc 2.  Suggestion from Uli Drepper.
32194
32195 1999-01-02  Jim Meyering  <meyering@ascend.com>
32196
32197         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32198
32199 1998-12-18  Jim Meyering  <meyering@ascend.com>
32200
32201         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32202         Based on a suggestion from Lars Hecking.
32203
32204 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32205
32206         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32207
32208 1998-11-16  Jim Meyering  <meyering@ascend.com>
32209
32210         * m4/lfs.m4: Double-quote the `uname...` expression.
32211
32212 1998-11-14  Jim Meyering  <meyering@ascend.com>
32213
32214         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32215         * m4/stat.m4: Likewise.
32216
32217 1998-11-03  Jim Meyering  <meyering@ascend.com>
32218
32219         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32220         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32221
32222 1998-10-18  Jim Meyering  <meyering@ascend.com>
32223
32224         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32225
32226 1998-10-17  Jim Meyering  <meyering@ascend.com>
32227
32228         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32229         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32230         calls for those previously hard-coded headers.  Instead, take a new
32231         parameter.
32232         (jm_CHECK_DECLARATIONS): Reflect interface change.
32233         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32234         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32235
32236         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32237
32238 1998-10-14  Jim Meyering  <meyering@ascend.com>
32239
32240         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32241         instead of "TZ=America/Vancouver".  From Paul Eggert.
32242
32243 1998-10-11  Jim Meyering  <meyering@ascend.com>
32244
32245         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32246         This adds a test for a recently added compatibility fix for mktime.c.
32247         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32248
32249 1998-09-27  Jim Meyering  <meyering@ascend.com>
32250
32251         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32252
32253         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32254         ../configure.in, including a change from Gordon Matzigkeit to allow
32255         cross-compiling for the Hurd.
32256
32257         * m4/glibc.m4: New file/macro to test for the GNU C Library
32258         versions 1 and 2.  From Gordon Matzigkeit.
32259         Indent.
32260
32261 1998-09-21  Jim Meyering  <meyering@ascend.com>
32262
32263         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32264
32265 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32266
32267         Port nanosecond-resolution times to UnixWare 2.1.2 and
32268         pedantic Solaris 2.6.
32269
32270         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32271         AC_STRUCT_ST_MTIM.
32272         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32273         Generate name of ns member, instead of just 1 or undef.
32274         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32275
32276 1998-08-15  Jim Meyering  <meyering@ascend.com>
32277
32278         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32279         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32280         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32281         instead of jm_TYPE_SSIZE_T.
32282
32283 1998-08-12  Jim Meyering  <meyering@ascend.com>
32284
32285         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32286
32287 1998-08-02  Jim Meyering  <meyering@ascend.com>
32288
32289         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32290         in acconfig.h manually.
32291
32292 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32293
32294         * m4/st_mtim.m4: New file.
32295
32296 1998-07-28  Jim Meyering  <meyering@ascend.com>
32297
32298         * m4/utimes.m4: Undef stat.
32299
32300 1998-07-25  Jim Meyering  <meyering@ascend.com>
32301
32302         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32303         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32304
32305 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32306
32307         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32308         uid and gid actually remain unchanged.
32309
32310 1998-07-07  Jim Meyering  <meyering@ascend.com>
32311
32312         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32313
32314 1998-07-04  Jim Meyering  <meyering@ascend.com>
32315
32316         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32317         to prove that this macro can be used in packages without regex.c.
32318
32319 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32320
32321         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32322         is to be used.
32323
32324 1998-07-03  Jim Meyering  <meyering@ascend.com>
32325
32326         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32327
32328         * m4/gettext.m4: New file -- from gettext-0.10.35.
32329         * m4/lcmessage.m4: Likewise.
32330         * m4/progtest.m4: Likewise.
32331
32332         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32333         * m4/jm-macros.m4: Require the new macro.
32334
32335 1998-06-29  Jim Meyering  <meyering@ascend.com>
32336
32337         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32338         for the definition of NGROUPS (used in a system header included
32339         by sys/mount.h).
32340
32341 1998-06-28  Jim Meyering  <meyering@ascend.com>
32342
32343         * m4/ls-mntd-fs.m4: New file.
32344         * m4/fstypename.m4: New file.
32345
32346         * m4/jm-macros.m4: Require the new macro.
32347         * m4/jm-glibc-io.m4: New file.
32348
32349 1998-05-19  Jim Meyering  <meyering@ascend.com>
32350
32351         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32352         * m4/lchown.m4: New file.
32353
32354         * m4/Makefile.am.in: New file.
32355         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32356
32357 1998-05-14  Jim Meyering  <meyering@ascend.com>
32358
32359         * m4/Makefile.am (EXTRA_DIST): Add them.
32360         * m4/jm-macros.m4: New file.
32361         * m4/utimbuf.m4: New file.
32362
32363 1998-05-12  Jim Meyering  <meyering@ascend.com>
32364
32365         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32366
32367 1998-05-11  Jim Meyering  <meyering@ascend.com>
32368
32369         * m4/isc-posix.m4: New file.
32370
32371 1998-05-10  Jim Meyering  <meyering@ascend.com>